summaryrefslogtreecommitdiffstats
path: root/graphics/java/android/renderscript
Commit message (Expand)AuthorAgeFilesLines
* Implement reflecting Java objects into the ACC enviroment.Jason Sams2009-08-125-13/+141
* Fix the buildRomain Guy2009-08-111-1/+1
* Add two addDefines methods to ScriptC.Builder. They add #defines from the fi...Joe Onorato2009-08-101-0/+40
* Implement basic allocation readback. Add Get height, width to ScriptC_Lib.Jason Sams2009-08-102-0/+15
* Let java put #defines into renderscriptJoe Onorato2009-08-092-9/+28
* Begin implementing SimpleMesh and fix some bugs with refcounting and java obj...Jason Sams2009-08-0911-20/+279
* Remove useless slot from ProgramVertex. Optimize GL state setup.Jason Sams2009-08-052-4/+3
* Seperate ProgramVertex from RenderScript.java and merge ProgramVertexAlloc in...Jason Sams2009-08-045-176/+204
* Seperate Light and Sampler from RenderScript.javaJason Sams2009-08-044-104/+201
* Split ProgramFragment and ProgramStore from RenderScript.java. Update Elemen...Jason Sams2009-08-046-235/+427
* Split ScriptC from RenderScript.java. Implement state caching in the Builder...Jason Sams2009-08-043-100/+197
* Implement the jni bindings for Adapter2D. Fix a refcount bug in the native a...Jason Sams2009-08-032-18/+54
* Split RenderScript Type and Allocation into seperate classes.Jason Sams2009-07-315-190/+288
* Begin splitting up RenderScript.java into seperate classes. First piece spli...Jason Sams2009-07-314-289/+441
* First pass at implementing the Grass live wallpaper in RenderScript.Romain Guy2009-07-301-0/+10
* Implement bitmap resource loaders for utility. cleanup rolloRS and checkin m...Jason Sams2009-07-301-2/+20
* Add "boxed" bitmap uploads which simply place a non-pow2 bitmap into the smal...Jason Sams2009-07-281-1/+7
* Move the java and jni renderscript files to the proper location.Jason Sams2009-07-234-0/+1469