summaryrefslogtreecommitdiff
path: root/rsScript.h
Commit message (Expand)AuthorAgeFilesLines
* Delete simple reduction implementation.David Gross2016-06-101-6/+2
* Support for general reduction kernels.David Gross2016-01-191-0/+5
* Add a basic implementation of the reduce kernel API to the CPUMatt Wala2015-08-141-0/+5
* Code cleanup: Remove unused typedefs and declarations.Logan Chien2015-04-211-2/+0
* Fix issue with older structure sizesStephen Hines2015-04-141-0/+5
* Remove STL references from header filesYang Ni2015-02-191-1/+2
* Runtime support for invocables in ScriptGroupsYang Ni2015-02-041-10/+24
* Runtime support for compiler kernel fusion.Yang Ni2015-02-021-0/+1
* Replace NULL macros with nullptr literals.Chris Wailes2014-08-201-1/+1
* Collapse code paths for single- and multi-input kernels.Chris Wailes2014-08-151-9/+1
* Revert "Collapse code paths for single- and multi-input kernels."Stephen Hines2014-08-131-1/+9
* Collapse code paths for single- and multi-input kernels.Chris Wailes2014-08-121-9/+1
* Add 64bit large object supportJason Sams2014-07-081-0/+2
* Adds support for multi-input kernels to Frameworks/RS.Chris Wailes2014-07-081-1/+9
* Fix one last use of size_t instead of uint32_t.Stephen Hines2014-06-251-1/+1
* Detect use of RS objects in kernels to disable a ScriptGroup optimization.Stephen Hines2013-09-101-0/+5
* Add the name of the forEach functions to the tracing outputTobias Grosser2013-06-171-0/+2
* Add support for synchronous get().Tim Murray2013-04-111-0/+1
* Cleanup diff with compat.Jason Sams2012-12-191-0/+4
* Separate CPU driver impl from reference driver.Jason Sams2012-11-191-2/+1
* Add backed for script groups.Jason Sams2012-09-171-0/+27
* Support additional element/dim information for FieldPacker.Stephen Hines2012-05-011-0/+2
* Support running ForEach on non-root functions.Stephen Hines2012-02-221-1/+2
* Remove dead code.Logan Chien2011-11-271-1/+0
* Fix script init error handling.Jason Sams2011-11-221-0/+1
* Fix setTimeZone() and use it properly in RSTest/rstime.Stephen Hines2011-11-101-1/+0
* Call .rs.dtor() when tearing down Scripts.Stephen Hines2011-08-311-0/+2
* More work to make libRS buildable on the host.Alex Sakhartchouk2011-06-031-2/+2
* Create runtime stubs for compute driver.Jason Sams2011-04-201-19/+1
* Start seperating out RS compute implementation. Create halJason Sams2011-03-171-10/+39
* Fix ref counting for globals when set from java code.Jason Sams2010-11-161-0/+1
* Code cleanup to make formatting consistentAlex Sakhartchouk2010-11-101-3/+1
* Removing fixed size arrays.Alex Sakhartchouk2010-10-081-6/+6
* Thread launch strategies.Jason Sams2010-08-121-0/+2
* Cleanup sendToClient and add rsGetDt().Jason Sams2010-07-281-1/+2
* 1st cut of ForEach and test.Jason Sams2010-07-151-3/+5
* Rough implemetation of ForEach.Jason Sams2010-05-281-2/+6
* Begin naming cleanup for renderscript runtime.Jason Sams2010-05-191-4/+1
* Rename ProgramFragmentStore to ProgramStore.Jason Sams2010-05-131-2/+2
* Convert renderscript from using ACC to LLVM for its compiler.Jason Sams2010-05-111-9/+8
* Throttle low priority RS threads by sleeping once per frame to avoid starving...Jason Sams2009-12-091-1/+1
* Fix RS bugs. We were holding a pointer to the script text from the java vm. ...Jason Sams2009-11-031-1/+1
* Fix but processing raster state pragma.Jason Sams2009-09-281-1/+1
* 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/+7
* Update fountain and add writable flag to script slots.Jason Sams2009-08-171-0/+1
* Implement named slots and convert script.addType to script.setType to remove ...Jason Sams2009-08-131-2/+2
* Implement reflecting Java objects into the ACC enviroment.Jason Sams2009-08-121-1/+4
* First pass at implementing the Grass live wallpaper in RenderScript.Romain Guy2009-07-301-0/+3