index
:
android_frameworks_rs
cm-10.1
cm-10.2
cm-11.0
cm-12.0
cm-12.1
cm-13.0
jellybean
jellybean-stable
mr1.1-staging
shipping/cm-11.0
stable/cm-10.2
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.0-YNG1I
stable/cm-12.0-YNG1T
stable/cm-12.0-YNG1TA
stable/cm-12.0-YNG3C
stable/cm-12.0-YNG4N
stable/cm-12.1-YOG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH0E
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0-caf
staging/cm-12.1
staging/cm-13.0+r22
staging/cm-14.0
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
RenderScript.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Start seperating out RS compute implementation. Create hal
Jason Sams
2011-03-17
1
-293
/
+2
*
Fix for bug 3434228
Alex Sakhartchouk
2011-03-16
1
-1
/
+2
*
Cleaning up the serialization change.
Alex Sakhartchouk
2011-01-31
1
-1
/
+1
*
Making sure we can build libRS on the host for serialization.
Alex Sakhartchouk
2011-01-31
1
-0
/
+3
*
Additional loading methods for fonts and a3d files.
Alex Sakhartchouk
2011-01-07
1
-1
/
+3
*
Move adapter2D to a derived class from Allocation.
Jason Sams
2010-12-29
1
-0
/
+9
*
Cleanup and refactoring of an earlier cl.
Alex Sakhartchouk
2010-12-15
1
-1
/
+2
*
More API updates.
Jason Sams
2010-12-13
1
-7
/
+7
*
Allocation API update.
Jason Sams
2010-12-08
1
-4
/
+25
*
API review cleanup.
Jason Sams
2010-12-06
1
-2
/
+1
*
More error checks
Jason Sams
2010-11-22
1
-5
/
+10
*
Support for cubemaps.
Alex Sakhartchouk
2010-11-18
1
-1
/
+7
*
Handle user message ID 0
Jason Sams
2010-11-08
1
-1
/
+12
*
Adding nvidia extension for limited npot support.
Alex Sakhartchouk
2010-10-27
1
-1
/
+19
*
Begin adding async allocation creation.
Jason Sams
2010-10-26
1
-0
/
+2
*
Fix refcounting bugs where the sys refcount
Jason Sams
2010-10-21
1
-1
/
+1
*
Async type creation.
Jason Sams
2010-10-14
1
-0
/
+7
*
Begin hooking up SurfaceConfig.
Jason Sams
2010-10-13
1
-1
/
+16
*
Adding average fps counter.
Alex Sakhartchouk
2010-10-05
1
-2
/
+0
*
Adding anisotropic filtering and related samples.
Alex Sakhartchouk
2010-09-30
1
-1
/
+2
*
Add matrix component types.
Jason Sams
2010-08-25
1
-2
/
+6
*
Remove OOB object destruction.
Jason Sams
2010-08-17
1
-1
/
+0
*
1st cut of ForEach and test.
Jason Sams
2010-07-15
1
-0
/
+13
*
Work on synchronizing a3d created files and java layer.
Alex Sakhartchouk
2010-07-12
1
-0
/
+6
*
Start of mesh API cleanup.
Alex Sakhartchouk
2010-07-01
1
-2
/
+1
*
Adding freetype font rendering to renderscript.
Alex Sakhartchouk
2010-06-24
1
-0
/
+1
*
Move ImageProcessing and ModelViewer to reflected files.
Jason Sams
2010-06-21
1
-0
/
+2
*
Begin using reflected files.
Jason Sams
2010-06-08
1
-9
/
+2
*
Creating the jni and java layer to integrate a3d
Alex Sakhartchouk
2010-06-04
1
-0
/
+25
*
Rename ProgramFragmentStore to ProgramStore.
Jason Sams
2010-05-13
1
-1
/
+1
*
checkpoint animations
Jason Sams
2010-03-16
1
-1
/
+22
*
Improve RS error handling. On errors RS will now store the error and a messa...
Jason Sams
2010-03-03
1
-0
/
+6
*
Add support for linking to a skia bitmap rather than always copying the data ...
Jason Sams
2010-03-01
1
-0
/
+2
*
Begin implementation of generated java files from RS files.
Jason Sams
2010-02-23
1
-1
/
+2
*
Preview seperating RenderScript into RenderScript and RenderScriptGL
Jason Sams
2010-02-09
1
-1
/
+2
*
More complete support for named attribs. Adds user typed attribs as availabl...
Jason Sams
2010-01-06
1
-0
/
+1
*
Element restructuring. Add support for new basic Element types including the...
Jason Sams
2009-12-23
1
-21
/
+39
*
Move texture bindings to base program object. Change ProgramFragment creatio...
Jason Sams
2009-12-17
1
-0
/
+1
*
Continue es2 shader dev
Jason Sams
2009-12-15
1
-0
/
+1
*
Continue development of es2.0 user shader support for renderscript. This cha...
Jason Sams
2009-12-15
1
-1
/
+7
*
Defer EGL init until the surface changed call comes in. Pass w,h along with ...
Jason Sams
2009-11-12
1
-1
/
+1
*
Implement data push from scripts. Fixes the problem where apps would have to...
Jason Sams
2009-10-06
1
-0
/
+4
*
Removed last bits of predefined element types from native code. Predefined t...
Jason Sams
2009-09-24
1
-26
/
+0
*
Remove depricated triangleMesh.
Jason Sams
2009-09-23
1
-1
/
+0
*
Add raster object to control point and line params. Add flag to force SW rend...
Jason Sams
2009-09-23
1
-0
/
+7
*
Add support for selecting the color bit depth and if the application used a d...
Jason Sams
2009-08-25
1
-1
/
+1
*
Point Sprites
Jason Sams
2009-08-20
1
-1
/
+2
*
Implement OOB destroy method that can be called from the java finalizer remov...
Jason Sams
2009-08-18
1
-0
/
+1
*
Begin implementing SimpleMesh and fix some bugs with refcounting and java obj...
Jason Sams
2009-08-09
1
-26
/
+29
*
Add "boxed" bitmap uploads which simply place a non-pow2 bitmap into the smal...
Jason Sams
2009-07-28
1
-17
/
+17
[next]