summaryrefslogtreecommitdiff
path: root/rsScript.cpp
AgeCommit message (Expand)Author
2015-04-14Fix issue with older structure sizesStephen Hines
2015-03-18Add fatal error checkJason Sams
2015-02-04Runtime support for invocables in ScriptGroupsYang 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-16Fix rsg_generator.c to properly propagate NULL values.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
2014-06-25Switch the dimensions array to use uint32_t instead of size_t.Stephen Hines
2013-12-15fix build.Nick Kralevich
2013-12-12Add missing functions and tests for support library.Stephen Hines
2013-09-10Detect use of RS objects in kernels to disable a ScriptGroup optimization.Stephen Hines
2013-04-11Add support for synchronous get().Tim Murray
2013-04-09Add incUserRef() for ScriptGroup/ScriptKernelID/ScriptFieldID.Stephen Hines
2013-04-02Make sure that we don't pass bogus RsScriptCall data along to driver.Stephen Hines
2013-03-20Start making RS 64-bit clean.Tim Murray
2013-02-07Add API entry points for clipped kernels and fix Z-dimension clipping.Tim Murray
2012-09-17Add backed for script groups.Jason Sams
2012-07-27Cleanup pointer access in adapter and font.Jason Sams
2012-07-25Move memory layout to driver.Jason Sams
2012-05-01Support additional element/dim information for FieldPacker.Stephen Hines
2012-02-22Support running ForEach on non-root functions.Stephen Hines
2012-01-08Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve 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 halJason 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 consistentAlex Sakhartchouk
2010-10-21Fix refcounting bugs where the sys refcountJason 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