summaryrefslogtreecommitdiffstats
path: root/rs/java/android/renderscript/ScriptGroup.java
Commit message (Collapse)AuthorAgeFilesLines
* Add Java doc comments on script group name reuseYang Ni2015-06-281-0/+2
| | | | | | b/21999787 Change-Id: Id9a7bad4ce91f3afdd82a1288cf94430f3aef9bb
* Unpublish methods in class ScriptGroup.BindingYang Ni2015-06-171-2/+2
| | | | | | | | | b/21187932 Made it an opaque class, since there is no need for a user to inspect its fields after creation. Change-Id: I9101afdecc5e25bb484d060be2a08c470faa92e5
* 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