summaryrefslogtreecommitdiffstats
path: root/libs/rs/java/Fountain/res/raw
Commit message (Expand)AuthorAgeFilesLines
* .rs files are now built by the build system.Ying Wang2010-07-191-0/+0
* Preparing for build system change. Fix the build error in http://b/issue?id=2...Shih-wei Liao2010-07-151-71/+0
* Start of mesh API cleanup.Alex Sakhartchouk2010-07-012-1/+1
* Update fountain with multitouch support.Jason Sams2010-07-012-7/+7
* Update fountain to use boolean rather than ints for true/false.Jason Sams2010-06-252-1/+1
* Add support for non-VBO drawing in Meshes.Jason Sams2010-06-252-8/+4
* Fountain example cleanup.Jason Sams2010-06-182-12/+8
* Remove InvokeData and add ContextFinish to generate a sync point.Jason Sams2010-06-152-1/+3
* Begin using reflected files.Jason Sams2010-06-082-15/+2
* Remove RS_KIND from vertex arrays types.Jason Sams2010-06-012-1/+16
* Fountain update. Update field names to match legacy expectations.Jason Sams2010-05-282-11/+13
* Begin naming cleanup for renderscript runtime.Jason Sams2010-05-192-15/+19
* Convert renderscript from using ACC to LLVM for its compiler.Jason Sams2010-05-114-125/+69
* Update Script java classes and llvm samples.Jason Sams2010-03-261-14/+14
* Change global variables from extern to non static. Make script local global ...Jason Sams2010-03-181-4/+3
* More rsh headers for renderscript and a llvm compatible test script for fount...Jason Sams2010-03-181-0/+74
* Element restructuring. Add support for new basic Element types including the...Jason Sams2009-12-231-15/+13
* Fix but processing raster state pragma.Jason Sams2009-09-281-3/+0
* Fix fountain crash.Jason Sams2009-09-251-1/+2
* 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-031-9/+14
* Update fountain to use structures.Jason Sams2009-08-311-15/+14
* Remove bogus comments and logging.Jason Sams2009-08-251-1/+0
* Update fountain and add writable flag to script slots.Jason Sams2009-08-171-65/+31
* Implement reflecting Java objects into the ACC enviroment.Jason Sams2009-08-121-34/+19
* Implement basic allocation readback. Add Get height, width to ScriptC_Lib.Jason Sams2009-08-101-15/+7
* Begin implementing SimpleMesh and fix some bugs with refcounting and java obj...Jason Sams2009-08-091-25/+28
* Fix fountain and more rollo ui work.Jason Sams2009-07-171-11/+7
* Fix 3 bugs in fountain test. Correctly generate the last mip level of a non-...Jason Sams2009-06-221-1/+2
* checkpoint filmstrip, implemented TLS.Jason Sams2009-06-191-36/+36
* Implement default programs and implement defaults and parents for imports.Jason Sams2009-06-171-3/+2
* Split FountainView into View and RS parts. Beging adding ProgramVertex to th...Jason Sams2009-06-111-1/+0
* Fix bug with bad conversion of java strings to C strings for object names. U...Jason Sams2009-06-101-2/+2
* Add named objects and implement support for ProgramFragmentStore and ProgramF...Jason Sams2009-06-101-3/+3
* 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-011-4/+4
* Add support for setting scripts, rather than having a hard-coded script.Jack Palevich2009-05-281-0/+111