summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsScript.cpp
Commit message (Expand)AuthorAgeFilesLines
* DO NOT MERGE: Almost all warnings are now errors in RS build.Stephen Hines2011-03-031-1/+0
* Correctly free resouces bound to scripts when the scripts are deleted.Jason Sams2011-01-271-2/+0
* Fix ref counting for globals when set from java code.Jason Sams2010-11-161-0/+22
* Code cleanup to make formatting consistentAlex Sakhartchouk2010-11-101-32/+17
* Fix refcounting bugs where the sys refcountJason Sams2010-10-211-2/+0
* Fix support for 64-bit integers.Stephen Hines2010-10-111-0/+6
* Cleanup error message for null binding address.Jason Sams2010-10-101-1/+3
* Removing fixed size arrays.Alex Sakhartchouk2010-10-081-10/+28
* Add support for Float64 (double) to RenderScript.Stephen Hines2010-09-201-0/+6
* Begin naming cleanup for renderscript runtime.Jason Sams2010-05-191-85/+3
* Remove more pieces of setRoot. Add pointer to allocation lookup for scripts.Jason Sams2010-05-171-11/+0
* Change RS to use the passed surface size rather than EGL size.Jason Sams2010-05-141-1/+1
* Convert renderscript from using ACC to LLVM for its compiler.Jason Sams2010-05-111-13/+103
* Improve RS error handling. On errors RS will now store the error and a messa...Jason Sams2010-03-031-0/+4
* Improved object lifecycle tracking and fix leaks.Jason Sams2009-09-251-0/+2
* Improve renderscript context teardown. Track object in the system and then f...Jason Sams2009-09-251-1/+1
* Fix invokables to make sure script pointers are setup before invoking functio...Jason Sams2009-09-241-0/+1
* Implement renderscript Invokables.Jason Sams2009-09-161-1/+16
* Cleanup of object destruction. No need to have a per-class destruction funct...Jason Sams2009-08-181-6/+0
* Update fountain and add writable flag to script slots.Jason Sams2009-08-171-1/+2
* Implement named slots and convert script.addType to script.setType to remove ...Jason Sams2009-08-131-0/+19
* Split ProgramFragment and ProgramStore from RenderScript.java. Update Elemen...Jason Sams2009-08-041-0/+26
* Move placement of script enviroment data to base.Jason Sams2009-06-081-5/+6
* Add the Renderscript library. (Not in the build by default yet.)Jason Sams2009-05-221-0/+54