summaryrefslogtreecommitdiffstats
path: root/libs/rs/java/Fountain
Commit message (Expand)AuthorAgeFilesLines
* Element restructuring. Add support for new basic Element types including the...Jason Sams2009-12-232-19/+16
* Begin gl2 support. Renderscript still uses GL1.1 by default. However, 2.0 c...Jason Sams2009-11-251-1/+1
* Make default vertex program correctly track surface size.Jason Sams2009-11-121-16/+12
* Fix but processing raster state pragma.Jason Sams2009-09-281-3/+0
* Fix fountain crash.Jason Sams2009-09-251-1/+2
* Fix remaining object leaks. Change FountainView to tear down the rsContext a...Jason Sams2009-09-251-13/+0
* Improve renderscript context teardown. Track object in the system and then f...Jason Sams2009-09-252-1/+33
* Fix invokables to make sure script pointers are setup before invoking functio...Jason Sams2009-09-241-2/+1
* Add raster object to control point and line params. Add flag to force SW rend...Jason Sams2009-09-231-1/+1
* Minor perf tweak for fountain.Jason Sams2009-09-141-8/+9
* Improve structure support using symbol lookup of named structures in scripts ...Jason Sams2009-09-032-13/+19
* Update fountain to use structures.Jason Sams2009-08-311-15/+14
* Remove bogus comments and logging.Jason Sams2009-08-251-1/+0
* Add support for selecting the color bit depth and if the application used a d...Jason Sams2009-08-251-1/+1
* Implement OOB destroy method that can be called from the java finalizer remov...Jason Sams2009-08-181-10/+8
* Update fountain and add writable flag to script slots.Jason Sams2009-08-173-110/+65
* Implement named slots and convert script.addType to script.setType to remove ...Jason Sams2009-08-131-1/+1
* Implement reflecting Java objects into the ACC enviroment.Jason Sams2009-08-122-60/+40
* Implement basic allocation readback. Add Get height, width to ScriptC_Lib.Jason Sams2009-08-102-20/+13
* Begin implementing SimpleMesh and fix some bugs with refcounting and java obj...Jason Sams2009-08-092-32/+53
* Seperate ProgramVertex from RenderScript.java and merge ProgramVertexAlloc in...Jason Sams2009-08-041-1/+1
* Split ProgramFragment and ProgramStore from RenderScript.java. Update Elemen...Jason Sams2009-08-041-10/+12
* Split ScriptC from RenderScript.java. Implement state caching in the Builder...Jason Sams2009-08-041-6/+8
* Split RenderScript Type and Allocation into seperate classes.Jason Sams2009-07-311-6/+7
* Begin splitting up RenderScript.java into seperate classes. First piece spli...Jason Sams2009-07-311-4/+6
* Move the java and jni renderscript files to the proper location.Jason Sams2009-07-231-1/+1
* Fix fountain and more rollo ui work.Jason Sams2009-07-173-49/+8
* Fix 3 bugs in fountain test. Correctly generate the last mip level of a non-...Jason Sams2009-06-222-6/+17
* checkpoint filmstrip, implemented TLS.Jason Sams2009-06-191-36/+36
* Implement default programs and implement defaults and parents for imports.Jason Sams2009-06-172-14/+2
* Switch fountain to use ProgramVertex rather than hard coded camers in scripts...Jason Sams2009-06-161-1/+14
* Bug fixes. TriangleMesh now ref-counts, implement missing element formats, a...Jason Sams2009-06-151-3/+0
* Split FountainView into View and RS parts. Beging adding ProgramVertex to th...Jason Sams2009-06-113-107/+146
* Fix bug with bad conversion of java strings to C strings for object names. U...Jason Sams2009-06-102-5/+3
* Split renderscript java code from test apps. Update makefiles.Jason Sams2009-06-105-1006/+10
* Add named objects and implement support for ProgramFragmentStore and ProgramF...Jason Sams2009-06-103-5/+32
* checkpoint pragma support. Includes more cleanup of script enviroment storag...Jason Sams2009-06-091-0/+7
* Use ANSI style function declaration for RS scripts.Jack Palevich2009-06-041-1/+1
* Add support for scripts to return an animation flag. This allows them to ind...Jason Sams2009-06-041-3/+2
* Remove pointer hacks from script and use standard load/store functions.Jason Sams2009-06-031-29/+23
* Improve bitmap support and do conversion in native rather than java code to r...Jason Sams2009-06-012-56/+19
* Add sampler supportJason Sams2009-05-282-6/+71
* Remove versions of scriptCSetScript method that take byte arrays.Jack Palevich2009-05-281-9/+2
* Add support for setting scripts, rather than having a hard-coded script.Jack Palevich2009-05-283-8/+168
* Add background bitmap to fountain test app for renderscript.Jason Sams2009-05-272-1/+28
* Change the Fountain test app's package to com.android.fountain.Jack Palevich2009-05-275-5/+5
* Implement first pass bitmap to allocation support. The Java bindings can cre...Jason Sams2009-05-271-18/+57
* Fix Fountain test app so that it actually builds.Jack Palevich2009-05-264-23/+23
* Rename Calc sample to Fountain.Jack Palevich2009-05-266-0/+1137