summaryrefslogtreecommitdiffstats
path: root/libs/rs/java/Film
Commit message (Expand)AuthorAgeFilesLines
* Support npot on es 2.0 HW.Jason Sams2010-01-061-2/+0
* explicit set an "optional" tagJean-Baptiste Queru2010-01-051-0/+2
* Element restructuring. Add support for new basic Element types including the...Jason Sams2009-12-231-5/+9
* Move texture bindings to base program object. Change ProgramFragment creatio...Jason Sams2009-12-171-4/+4
* Continue development of es2.0 user shader support for renderscript. This cha...Jason Sams2009-12-151-1/+1
* Fix filmJason Sams2009-11-251-1/+1
* Fix film initJason Sams2009-11-171-4/+14
* Update the SimpleMesh API to support new attribute types. Also spilt add/set...Jason Sams2009-10-021-3/+8
* Fix but processing raster state pragma.Jason Sams2009-09-282-3/+3
* Improve logging code to dump more detaild rs object info. Fix bug with prede...Jason Sams2009-09-271-5/+5
* Improve structure support using symbol lookup of named structures in scripts ...Jason Sams2009-09-031-9/+7
* Implement async data/subData. Implement TriangleMeshBuilder in SimpleMesh wh...Jason Sams2009-08-273-45/+26
* Add support for selecting the color bit depth and if the application used a d...Jason Sams2009-08-251-1/+1
* Implement named slots and convert script.addType to script.setType to remove ...Jason Sams2009-08-132-29/+23
* Remove useless slot from ProgramVertex. Optimize GL state setup.Jason Sams2009-08-051-2/+2
* Seperate ProgramVertex from RenderScript.java and merge ProgramVertexAlloc in...Jason Sams2009-08-041-13/+13
* Seperate Light and Sampler from RenderScript.javaJason Sams2009-08-042-26/+12
* Split ProgramFragment and ProgramStore from RenderScript.java. Update Elemen...Jason Sams2009-08-042-36/+36
* Split ScriptC from RenderScript.java. Implement state caching in the Builder...Jason Sams2009-08-041-7/+9
* Implement the jni bindings for Adapter2D. Fix a refcount bug in the native a...Jason Sams2009-08-031-0/+17
* Split RenderScript Type and Allocation into seperate classes.Jason Sams2009-07-311-26/+27
* Begin splitting up RenderScript.java into seperate classes. First piece spli...Jason Sams2009-07-311-37/+18
* Implement bitmap resource loaders for utility. cleanup rolloRS and checkin m...Jason Sams2009-07-301-43/+13
* Simplify image loading. Use common internal format.Jason Sams2009-07-291-44/+23
* Filmstrip work and boxed bitmap load bugfixes.Jason Sams2009-07-293-28/+53
* Checkin art assets for film test app and change loading of icons to 8888.Jason Sams2009-07-2913-0/+0
* Add "boxed" bitmap uploads which simply place a non-pow2 bitmap into the smal...Jason Sams2009-07-282-66/+145
* Move the java and jni renderscript files to the proper location.Jason Sams2009-07-231-1/+1
* Enable light sources and update film test app.Jason Sams2009-07-212-63/+50
* Split rsScriptC into class implemtation and library functions. Update test a...Jason Sams2009-07-201-21/+10
* Begin adding meshJason Sams2009-06-301-7/+13
* All light source objects.Jason Sams2009-06-221-0/+5
* implement modeview matrix sliding from within scripts.Jason Sams2009-06-194-71/+48
* checkpoint filmstrip, implemented TLS.Jason Sams2009-06-198-0/+948