History log of /frameworks/base/rs/java/android/renderscript/Script.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
949610653fdf55dd2cb3c846047e6aa2c6d73f0d 11-Jun-2014 Chris Wailes <chriswailes@google.com> Adds support for multi-input kernels to Frameworks/Base/RS.

* 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
/frameworks/base/rs/java/android/renderscript/Script.java
678cc7fe9fef00fb3381e64f95cc6907796bcd8e 06-Mar-2014 Jason Sams <jsams@google.com> Validate objects are from the correct context.

Change-Id: I7d87b0e253b8d2e36d1aed790cfe3a7dd23e158f
/frameworks/base/rs/java/android/renderscript/Script.java
cf9c894a9b7523cd5ec707218b89517f67caa047 15-Jan-2014 Jason Sams <jsams@google.com> Check that bound allocations are 1D

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
/frameworks/base/rs/java/android/renderscript/Script.java
355707e4f665904e31d9f5fcff1e3921f7db8cdd 17-Dec-2013 Tim Murray <timmurray@google.com> Move RenderScript from graphics/ to new fw/base subdirectory rs.

Change-Id: I30b6633578f063840e1bdbcc9ba513b727912a6d
/frameworks/base/rs/java/android/renderscript/Script.java