summaryrefslogtreecommitdiff
path: root/libs/rs/rsScript.cpp
AgeCommit message (Expand)Author
2012-03-28Moving libRS Alex Sakhartchouk
2012-02-22Support running ForEach on non-root functions. Stephen Hines
2012-01-08Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE Steve Block
2011-11-22Fix script init error handling. Jason Sams
2011-11-10Fix setTimeZone() and use it properly in RSTest/rstime. Stephen Hines
2011-08-31Call .rs.dtor() when tearing down Scripts. Stephen Hines
2011-06-03More work to make libRS buildable on the host. Alex Sakhartchouk
2011-04-27Start implementing control side forEach. Jason Sams
2011-03-17Start seperating out RS compute implementation. Create hal Jason Sams
2011-03-01Almost all warnings are now errors in RS build. Stephen Hines
2011-01-27Correctly free resouces bound to scripts when the scripts are deleted. Jason Sams
2010-11-16Fix ref counting for globals when set from java code. Jason Sams
2010-11-10Code cleanup to make formatting consistent Alex Sakhartchouk
2010-10-21Fix refcounting bugs where the sys refcount Jason Sams
2010-10-11Fix support for 64-bit integers. Stephen Hines
2010-10-10Cleanup error message for null binding address. Jason Sams
2010-10-08Removing fixed size arrays. Alex Sakhartchouk
2010-09-20Add support for Float64 (double) to RenderScript. Stephen Hines
2010-05-19Begin naming cleanup for renderscript runtime. Jason Sams
2010-05-17Remove more pieces of setRoot. Add pointer to allocation lookup for scripts. Jason Sams
2010-05-14Change RS to use the passed surface size rather than EGL size. Jason Sams
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