summaryrefslogtreecommitdiff
path: root/rsScript.cpp
AgeCommit message (Expand)Author
2010-05-11Convert renderscript from using ACC to LLVM for its compiler.Jason Sams
2010-03-03Improve RS error handling. On errors RS will now store the error and a messa...Jason Sams
2009-09-25Improved object lifecycle tracking and fix leaks.Jason Sams
2009-09-25Improve renderscript context teardown. Track object in the system and then f...Jason Sams
2009-09-24Fix invokables to make sure script pointers are setup before invoking functio...Jason Sams
2009-09-16Implement renderscript Invokables.Jason Sams
2009-08-18Cleanup of object destruction. No need to have a per-class destruction funct...Jason Sams
2009-08-17Update fountain and add writable flag to script slots.Jason Sams
2009-08-13Implement named slots and convert script.addType to script.setType to remove ...Jason Sams
2009-08-04Split ProgramFragment and ProgramStore from RenderScript.java. Update Elemen...Jason Sams
2009-06-08Move placement of script enviroment data to base.Jason Sams
2009-05-22Add the Renderscript library. (Not in the build by default yet.)Jason Sams