summaryrefslogtreecommitdiff
path: root/rsScript.h
AgeCommit message (Expand)Author
2015-04-21Code cleanup: Remove unused typedefs and declarations.Logan Chien
2015-04-14Fix issue with older structure sizesStephen Hines
2015-02-19Remove STL references from header filesYang Ni
2015-02-04Runtime support for invocables in ScriptGroupsYang Ni
2015-02-02Runtime support for compiler kernel fusion.Yang Ni
2014-08-20Replace NULL macros with nullptr literals.Chris Wailes
2014-08-15Collapse code paths for single- and multi-input kernels.Chris Wailes
2014-08-13Revert "Collapse code paths for single- and multi-input kernels."Stephen Hines
2014-08-12Collapse code paths for single- and multi-input kernels.Chris Wailes
2014-07-08Add 64bit large object supportJason Sams
2014-07-08Adds support for multi-input kernels to Frameworks/RS.Chris Wailes
2014-06-25Fix one last use of size_t instead of uint32_t.Stephen Hines
2013-09-10Detect use of RS objects in kernels to disable a ScriptGroup optimization.Stephen Hines
2013-06-17Add the name of the forEach functions to the tracing outputTobias Grosser
2013-04-11Add support for synchronous get().Tim Murray
2012-12-19Cleanup diff with compat.Jason Sams
2012-11-19Separate CPU driver impl from reference driver.Jason Sams
2012-09-17Add backed for script groups.Jason Sams
2012-05-01Support additional element/dim information for FieldPacker.Stephen Hines
2012-02-22Support running ForEach on non-root functions.Stephen Hines
2011-11-27Remove dead code.Logan Chien
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-20Create runtime stubs for compute driver.Jason Sams
2011-03-17Start seperating out RS compute implementation. Create halJason Sams
2010-11-16Fix ref counting for globals when set from java code.Jason Sams
2010-11-10Code cleanup to make formatting consistentAlex Sakhartchouk
2010-10-08Removing fixed size arrays.Alex Sakhartchouk
2010-08-12Thread launch strategies.Jason Sams
2010-07-28Cleanup sendToClient and add rsGetDt().Jason Sams
2010-07-151st cut of ForEach and test.Jason Sams
2010-05-28Rough implemetation of ForEach.Jason Sams
2010-05-19Begin naming cleanup for renderscript runtime.Jason Sams
2010-05-13Rename ProgramFragmentStore to ProgramStore.Jason Sams
2010-05-11Convert renderscript from using ACC to LLVM for its compiler.Jason Sams
2009-12-09Throttle low priority RS threads by sleeping once per frame to avoid starving...Jason Sams
2009-11-03Fix RS bugs. We were holding a pointer to the script text from the java vm. ...Jason Sams
2009-09-28Fix but processing raster state pragma.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-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-12Implement reflecting Java objects into the ACC enviroment.Jason Sams
2009-07-30First pass at implementing the Grass live wallpaper in RenderScript.Romain Guy
2009-06-16Switch fountain to use ProgramVertex rather than hard coded camers in scripts...Jason Sams
2009-06-10Add named objects and implement support for ProgramFragmentStore and ProgramF...Jason Sams
2009-06-09checkpoint pragma support. Includes more cleanup of script enviroment storag...Jason Sams