summaryrefslogtreecommitdiff
path: root/rs/java/android/renderscript/Script.java
AgeCommit message (Expand)Author
2021-03-01Deprecate RS Java APIs. Xusong Wang
2020-01-08Use new UnsupportedAppUsage annotation. Artur Satayev
2019-12-19Revert "Use new UnsupportedAppUsage annotation." Austin Wang
2019-12-18Use new UnsupportedAppUsage annotation. Artur Satayev
2018-08-06Add @UnsupportedAppUsage annotations Mathew Inwood
2017-06-13Do not CloseGuard KernelID or FieldID Yang Ni
2016-06-02Delete simple reduction implementation. David Gross
2016-04-01Merge "Added CloseGuard for BaseObj" into nyc-dev Yang Ni
2016-03-31Added CloseGuard for BaseObj Yang Ni
2016-03-29[RenderScript] Update the documentation of Script.LaunchOptions Miao Wang
2016-01-25Unhide Script::reduce() interface for general reduction. David Gross
2016-01-15Add general reduction plumbing starting with Java Script::reduce(). David Gross
2015-07-23am ed3ffe0f: am 6430812a: Merge "RenderScript: implement a Script entry point... Stephen Hines
2015-07-21RenderScript: implement a Script entry point for calling a Matt Wala
2015-05-05Fix Allocation-less launches Jason Sams
2015-05-05Merge "Fix Allocation-less launches" Jason Sams
2015-04-22Move new script group API into ScriptGroup class Yang Ni
2015-04-16Fix Allocation-less launches Jason Sams
2015-03-30Update LaunchOptions description Jason Sams
2015-03-30unhide RS apis Jason Sams
2015-03-18Frameworks/base: Fix potential NPE in Script Andreas Gampe
2015-03-15Frameworks/base: Check before foreach in Script Andreas Gampe
2015-02-04Adds invocable functions to ScriptGroup Yang Ni
2014-08-18Collapse 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-07Collapse code paths for single- and multi-input kernels. Chris Wailes
2014-07-07Adds support for multi-input kernels to Frameworks/Base/RS. Chris Wailes
2014-03-05Validate objects are from the correct context. Jason Sams
2014-01-31Check that bound allocations are 1D Jason Sams
2014-01-31Move RenderScript from graphics/ to new fw/base subdirectory rs. Tim Murray