summaryrefslogtreecommitdiff
path: root/graphics/java/android/renderscript/RenderScript.java
AgeCommit message (Expand)Author
2010-03-01Add support for linking to a skia bitmap rather than always copying the data ...Jason Sams
2010-02-23Support defered generation of mipmaps. With this change we support mipmap ge...Jason Sams
2010-02-09Preview seperating RenderScript into RenderScript and RenderScriptGLJason Sams
2010-01-27Fix some minor bugs with GL state setup that were exposed by Droids driver.Jason Sams
2010-01-04Add RS support for generic attribs as input to vertex programs.Jason Sams
2009-12-23Element restructuring. Add support for new basic Element types including the...Jason Sams
2009-12-17Move texture bindings to base program object. Change ProgramFragment creatio...Jason Sams
2009-12-15Continue es2 shader devJason Sams
2009-12-15Continue development of es2.0 user shader support for renderscript. This cha...Jason Sams
2009-12-14Remove check for surface valid that is no longer valid.Jason Sams
2009-12-07am 54f5ca41: am ffacbc34: am fd2f6358: Merge change I771bebb9 into eclairJason Sams
2009-12-07Add Java exceptions to catch RS calls with no context or no surface.Jason Sams
2009-11-30Beging GL2 user shaders. Switch master to using GL2 by default.Jason Sams
2009-11-17Add support for dumping RS objects to aid in debugging of white blocks bug.Jason Sams
2009-11-15Add setPriority to allow wallpapers to run at lower cpu priority than default.Jason Sams
2009-11-12Defer EGL init until the surface changed call comes in. Pass w,h along with ...Jason Sams
2009-11-03Support applications changing the surface attached to the RS.Jason Sams
2009-10-06Implement data push from scripts. Fixes the problem where apps would have to...Jason Sams
2009-09-27Improve logging code to dump more detaild rs object info. Fix bug with prede...Jason Sams
2009-09-25Improve renderscript context teardown. Track object in the system and then f...Jason Sams
2009-09-24Implement pause/resume for the RS thread.Jason Sams
2009-09-23Remove depricated triangleMesh.Jason Sams
2009-09-23Add raster object to control point and line params. Add flag to force SW rend...Jason Sams
2009-09-21Implement more type checks on Allocations.Jason Sams
2009-09-16Implement renderscript Invokables.Jason Sams
2009-09-15Implement Object readback.Jason Sams
2009-09-04Remove "predefined" elements from Java layer. Static elements continue to ex...Jason Sams
2009-09-03Improve structure support using symbol lookup of named structures in scripts ...Jason Sams
2009-08-31Load bitmap resources entirely from native code.Romain Guy
2009-08-27Implement async data/subData. Implement TriangleMeshBuilder in SimpleMesh wh...Jason Sams
2009-08-25Implement java interface for RS shutdown and fix shutdown deadlock with the c...Jason Sams
2009-08-25Add support for selecting the color bit depth and if the application used a d...Jason Sams
2009-08-20Allow null to be re-bound as a root script. This was always legal from nativ...Jason Sams
2009-08-20Point SpritesJason Sams
2009-08-18Implement OOB destroy method that can be called from the java finalizer remov...Jason Sams
2009-08-18Cleanup of object destruction. No need to have a per-class destruction funct...Jason Sams
2009-08-17Update fountain and add writable flag to script slots.Jason Sams
2009-08-13Implement named slots and convert script.addType to script.setType to remove ...Jason Sams
2009-08-12Implement reflecting Java objects into the ACC enviroment.Jason Sams
2009-08-11Fix the buildRomain Guy
2009-08-10Implement basic allocation readback. Add Get height, width to ScriptC_Lib.Jason Sams
2009-08-09Let java put #defines into renderscriptJoe Onorato
2009-08-09Begin implementing SimpleMesh and fix some bugs with refcounting and java obj...Jason Sams
2009-08-05Remove useless slot from ProgramVertex. Optimize GL state setup.Jason Sams
2009-08-04Seperate ProgramVertex from RenderScript.java and merge ProgramVertexAlloc in...Jason Sams
2009-08-04Seperate Light and Sampler from RenderScript.javaJason Sams
2009-08-04Split ProgramFragment and ProgramStore from RenderScript.java. Update Elemen...Jason Sams
2009-08-04Split ScriptC from RenderScript.java. Implement state caching in the Builder...Jason Sams
2009-08-03Implement the jni bindings for Adapter2D. Fix a refcount bug in the native a...Jason Sams
2009-07-31Split RenderScript Type and Allocation into seperate classes.Jason Sams