summaryrefslogtreecommitdiffstats
path: root/rsScript.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix issue with older structure sizesStephen Hines2015-04-141-0/+1
* Add fatal error checkJason Sams2015-03-181-0/+10
* Runtime support for invocables in ScriptGroupsYang Ni2015-02-041-19/+13
* Replace NULL macros with nullptr literals.Chris Wailes2014-08-201-10/+10
* Collapse code paths for single- and multi-input kernels.Chris Wailes2014-08-151-12/+19
* Revert "Collapse code paths for single- and multi-input kernels."Stephen Hines2014-08-131-19/+12
* Collapse code paths for single- and multi-input kernels.Chris Wailes2014-08-121-12/+19
* Fix rsg_generator.c to properly propagate NULL values.Chris Wailes2014-07-161-15/+0
* Add 64bit large object supportJason Sams2014-07-081-1/+8
* Adds support for multi-input kernels to Frameworks/RS.Chris Wailes2014-07-081-1/+22
* Fix one last use of size_t instead of uint32_t.Stephen Hines2014-06-251-1/+1
* Switch the dimensions array to use uint32_t instead of size_t.Stephen Hines2014-06-251-1/+1
* fix build.Nick Kralevich2013-12-151-3/+3
* Add missing functions and tests for support library.Stephen Hines2013-12-121-3/+6
* Detect use of RS objects in kernels to disable a ScriptGroup optimization.Stephen Hines2013-09-101-0/+3
* Add support for synchronous get().Tim Murray2013-04-111-0/+14
* Add incUserRef() for ScriptGroup/ScriptKernelID/ScriptFieldID.Stephen Hines2013-04-091-2/+6
* Make sure that we don't pass bogus RsScriptCall data along to driver.Stephen Hines2013-04-021-0/+7
* Start making RS 64-bit clean.Tim Murray2013-03-201-1/+1
* Add API entry points for clipped kernels and fix Z-dimension clipping.Tim Murray2013-02-071-2/+3
* Add backed for script groups.Jason Sams2012-09-171-0/+47
* Cleanup pointer access in adapter and font.Jason Sams2012-07-271-1/+0
* Move memory layout to driver.Jason Sams2012-07-251-5/+1
* Support additional element/dim information for FieldPacker.Stephen Hines2012-05-011-0/+18
* Support running ForEach on non-root functions.Stephen Hines2012-02-221-2/+2
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-10/+10
* Fix script init error handling.Jason Sams2011-11-221-0/+1
* Fix setTimeZone() and use it properly in RSTest/rstime.Stephen Hines2011-11-101-2/+17
* Call .rs.dtor() when tearing down Scripts.Stephen Hines2011-08-311-0/+6
* More work to make libRS buildable on the host.Alex Sakhartchouk2011-06-031-5/+5
* Start implementing control side forEach.Jason Sams2011-04-271-0/+10
* Start seperating out RS compute implementation. Create halJason Sams2011-03-171-28/+19
* Almost all warnings are now errors in RS build.Stephen Hines2011-03-011-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