summaryrefslogtreecommitdiffstats
path: root/rs/java/android/renderscript/Script.java
Commit message (Collapse)AuthorAgeFilesLines
* Adds support for multi-input kernels to Frameworks/Base/RS.Chris Wailes2014-07-071-1/+48
| | | | | | | | * Added a new JNI call to pass arrays of Allocations to the RS runtime. * Added a new version of ForEach that takes an array of Allocations. * Added some casts to disambiguate existing calls to forEach. Change-Id: I46d2834c37075b2a2407fd8b010546818a4540d1
* Validate objects are from the correct context.Jason Sams2014-03-051-0/+9
| | | | Change-Id: I7d87b0e253b8d2e36d1aed790cfe3a7dd23e158f
* Check that bound allocations are 1DJason Sams2014-01-311-0/+7
| | | | | | | | We do not support higher order bound allocations. The stride is not available to the script so they cannot walk the allocation correctly. Change-Id: I9447a5d43c3ae1b88fc9522628a17bd5a317ffc6
* Move RenderScript from graphics/ to new fw/base subdirectory rs.Tim Murray2014-01-311-0/+464
Change-Id: I30b6633578f063840e1bdbcc9ba513b727912a6d