summaryrefslogtreecommitdiff
path: root/rs.spec
AgeCommit message (Expand)Author
2016-06-10Delete simple reduction implementation.nougat-devDavid Gross
2016-04-06Avoid accessing TLS in rsClearObject()Yang Ni
2016-03-29ContextDestroy should go through FIFOYang Ni
2016-03-08Revert "Added a flag to APIs for rsObj creation"Yang Ni
2016-03-03Added a flag to APIs for rsObj creationYang Ni
2016-01-27Merge "Add multi-frame support to RenderScript:"Miao Wang
2016-01-26Add multi-frame support to RenderScript:Miao Wang
2016-01-19Support for general reduction kernels.David Gross
2015-11-13Various fixes in setting globals in a script groupYang Ni
2015-07-21Add a ScriptReduce API entry and a stub function rsi_ScriptReduce().Matt Wala
2015-04-21Handle error case when yylex() failed to parse.Logan Chien
2015-04-13Added a name to ScriptGroup2Yang Ni
2015-04-09Add cache dir to context object.Tim Murray
2015-03-31Clean up ScriptGroup2 implementationYang Ni
2015-02-23Fix the bug for AllocationRead() that cannot handle 3d AllocationMiao Wang
2015-02-09Merge "Implement arrays and allocation adapters"Jason Sams
2015-02-09Implement arrays and allocation adaptersJason Sams
2015-02-04Runtime support for invocables in ScriptGroupsYang Ni
2015-02-02Runtime support for compiler kernel fusion.Yang Ni
2015-01-12Merge "Array type and allocation support"Jason Sams
2015-01-12Array type and allocation supportJason Sams
2015-01-07New Script Group API: runtime and cpu driver support.Yang Ni
2014-07-08Adds support for multi-input kernels to Frameworks/RS.Chris Wailes
2014-06-25Switch the dimensions array to use uint32_t instead of size_t.Stephen Hines
2014-02-26Add getPointer for USAGE_SHARED allocations.Jason Sams
2014-01-08Make object destruction asynchronous.Tim Murray
2013-12-20Replace "mips" with "mipmaps" since the MIPS gcc compiler defines mips to 1.Stephen Hines
2013-07-23Move to dynamic dispatch. Add support for IoAllocation* in rs.spec.Tim Murray
2013-07-17Removed unused methods from rs.spec.Tim Murray
2013-04-11Add support for synchronous get().Tim Murray
2013-04-09Add 3D allocation copies.Jason Sams
2013-03-20Start making RS 64-bit clean.Tim Murray
2013-03-18Split rs.spec into generic and native-specific functions.Tim Murray
2013-03-18Split graphics rs.spec into its own file.Tim Murray
2013-02-22Implement usage IO INPUTJason Sams
2013-02-07Add API entry points for clipped kernels and fix Z-dimension clipping.Tim Murray
2013-02-05Implement rs.sendMessage()Jason Sams
2013-01-09Add support for YUV allocations.Jason Sams
2012-11-27Add support for 2D strided copies to/from an allocation with the C++ API.Tim Murray
2012-11-26Add support for 2D copies to arbitrary data pointers.Tim Murray
2012-11-13Add copy1DRangeToUnchecked.Tim Murray
2012-09-17Add backed for script groups.Jason Sams
2012-08-14IntrinisicsJason Sams
2012-05-01Support additional element/dim information for FieldPacker.Stephen Hines
2012-03-23Implement USAGE_IO_INPUTJason Sams
2012-02-16Merge "Piping texture names through shader builder. Fixing uint size_t mismat...Alex Sakhartchouk
2012-02-15Piping texture names through shader builder.Alex Sakhartchouk
2012-02-15Beging IO stream out from allocation to surface texture.Jason Sams
2012-02-07Merge commit 'bdeec118' into manualmergeJason Sams
2012-02-07Implement RS VSync on new vsync infrastructure.Jason Sams