summaryrefslogtreecommitdiffstats
path: root/rs/java/android/renderscript/ScriptGroup.java
Commit message (Collapse)AuthorAgeFilesLines
* Fixed ScriptGroup for outputs to globalsYang Ni2015-05-181-38/+44
| | | | | | | | | | b/21187932 Dependency from one kernel to another kernel -- where one reads the other's output to a global allocation -- was not handled correctly. This CL fixed that. Needed to make a new CTS test pass. Change-Id: I500f9cac9d89bcaec7c186e942ba4a7d413daadb
* Elaborate on description of ScriptGroup.executeYang Ni2015-05-121-2/+4
| | | | | | | | b/21039492 ScriptGroup.execute(Object...): Describe input and output order. Change-Id: I88668338ab2ac50e602b97891b86509c81dedf4d
* Move new script group API into ScriptGroup classYang Ni2015-04-211-20/+577
| | | | | | | | | And mark existing methods and builder deprecated. Removed ScriptGroup2 class. Renamed nested class UnboundValue to Input. Marked classes Closure, Future, and Input as final. Change-Id: I362910c115e9d0173dc515674e08bf4878232879
* am 62d675c2: am 0d3548be: am d138029d: am 14420e29: Merge "AArch64: Use ↵Narayan Kamath2014-02-281-11/+10
|\ | | | | | | | | | | | | long[] for RS id array" * commit '62d675c240fd87cb987c86ae4f6ac17dc13374c8': AArch64: Use long[] for RS id array
| * AArch64: Use long[] for RS id arrayAshok Bhat2014-02-121-11/+10
| | | | | | | | | | Change-Id: Ia5145a547c0d13c7d6f1bb4d8f5472be62481bd9 Signed-off-by: Ashok Bhat <ashok.bhat@arm.com>
| * Move RenderScript from graphics/ to new fw/base subdirectory rs.Tim Murray2014-01-311-0/+472
| | | | Change-Id: I30b6633578f063840e1bdbcc9ba513b727912a6d
* Move RenderScript from graphics/ to new fw/base subdirectory rs.Tim Murray2013-12-171-0/+471
Change-Id: I30b6633578f063840e1bdbcc9ba513b727912a6d