summaryrefslogtreecommitdiffstats
path: root/graphics/java/android/renderscript/RenderScript.java
Commit message (Expand)AuthorAgeFilesLines
* Work on synchronizing a3d created files and java layer.Alex Sakhartchouk2010-07-121-1/+7
* Remove points from fixed function.Jason Sams2010-07-091-1/+0
* Cleanup pass on the mesh api change.Alex Sakhartchouk2010-07-021-4/+0
* Start of mesh API cleanup.Alex Sakhartchouk2010-07-011-0/+4
* Adding freetype font rendering to renderscript.Alex Sakhartchouk2010-06-241-0/+2
* Move ImageProcessing and ModelViewer to reflected files.Jason Sams2010-06-211-0/+1
* Remove InvokeData and add ContextFinish to generate a sync point.Jason Sams2010-06-151-1/+5
* Begin using reflected files.Jason Sams2010-06-081-1/+0
* Creating the jni and java layer to integrate a3dAlex Sakhartchouk2010-06-041-0/+5
* Remove RS_KIND from vertex arrays types.Jason Sams2010-06-011-24/+22
* Begin naming cleanup for renderscript runtime.Jason Sams2010-05-191-3/+0
* Remove more pieces of setRoot. Add pointer to allocation lookup for scripts.Jason Sams2010-05-171-1/+0
* Rename ProgramFragmentStore to ProgramStore.Jason Sams2010-05-131-8/+8
* Convert renderscript from using ACC to LLVM for its compiler.Jason Sams2010-05-111-5/+12
* Checkin new types for RS.Jason Sams2010-03-261-0/+11
* Add support for linking to a skia bitmap rather than always copying the data ...Jason Sams2010-03-011-0/+1
* Support defered generation of mipmaps. With this change we support mipmap ge...Jason Sams2010-02-231-1/+1
* Preview seperating RenderScript into RenderScript and RenderScriptGLJason Sams2010-02-091-93/+21
* Fix some minor bugs with GL state setup that were exposed by Droids driver.Jason Sams2010-01-271-6/+11
* Add RS support for generic attribs as input to vertex programs.Jason Sams2010-01-041-2/+0
* Element restructuring. Add support for new basic Element types including the...Jason Sams2009-12-231-9/+11
* Move texture bindings to base program object. Change ProgramFragment creatio...Jason Sams2009-12-171-6/+3
* Continue es2 shader devJason Sams2009-12-151-0/+1
* Continue development of es2.0 user shader support for renderscript. This cha...Jason Sams2009-12-151-6/+4
* Remove check for surface valid that is no longer valid.Jason Sams2009-12-141-3/+3
* am 54f5ca41: am ffacbc34: am fd2f6358: Merge change I771bebb9 into eclairJason Sams2009-12-071-0/+12
|\
| * Add Java exceptions to catch RS calls with no context or no surface.Jason Sams2009-12-071-0/+12
* | Beging GL2 user shaders. Switch master to using GL2 by default.Jason Sams2009-11-301-0/+2
|/
* Add support for dumping RS objects to aid in debugging of white blocks bug.Jason Sams2009-11-171-0/+5
* Add setPriority to allow wallpapers to run at lower cpu priority than default.Jason Sams2009-11-151-0/+16
* Defer EGL init until the surface changed call comes in. Pass w,h along with ...Jason Sams2009-11-121-10/+16
* Support applications changing the surface attached to the RS.Jason Sams2009-11-031-0/+6
* Implement data push from scripts. Fixes the problem where apps would have to...Jason Sams2009-10-061-0/+55
* Improve logging code to dump more detaild rs object info. Fix bug with prede...Jason Sams2009-09-271-7/+20
* Improve renderscript context teardown. Track object in the system and then f...Jason Sams2009-09-251-0/+4
* Implement pause/resume for the RS thread.Jason Sams2009-09-241-0/+10
* Remove depricated triangleMesh.Jason Sams2009-09-231-71/+15
* Add raster object to control point and line params. Add flag to force SW rend...Jason Sams2009-09-231-1/+14
* Implement more type checks on Allocations.Jason Sams2009-09-211-4/+6
* Implement renderscript Invokables.Jason Sams2009-09-161-0/+2
* Implement Object readback.Jason Sams2009-09-151-0/+1
* Remove "predefined" elements from Java layer. Static elements continue to ex...Jason Sams2009-09-041-5/+3
* Improve structure support using symbol lookup of named structures in scripts ...Jason Sams2009-09-031-1/+1
* Load bitmap resources entirely from native code.Romain Guy2009-08-311-4/+5
* Implement async data/subData. Implement TriangleMeshBuilder in SimpleMesh wh...Jason Sams2009-08-271-6/+7
* Implement java interface for RS shutdown and fix shutdown deadlock with the c...Jason Sams2009-08-251-0/+7
* Add support for selecting the color bit depth and if the application used a d...Jason Sams2009-08-251-3/+3
* Allow null to be re-bound as a root script. This was always legal from nativ...Jason Sams2009-08-201-1/+5
* Point SpritesJason Sams2009-08-201-4/+2
* Implement OOB destroy method that can be called from the java finalizer remov...Jason Sams2009-08-181-0/+1