History log of /frameworks/base/rs/java/android/renderscript/Allocation.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b590b354ef407c1c60288d2f8c3950d2f53d14fa 15-Jan-2015 Miao Wang <miaowang@google.com> [Renderscript] Add check for Allocation.copyTo(Array) and
Fix the input allocation type check for Histogram Intrinsic.

Bug: 19035242
Change-Id: I0ef2672bf816854db90fc92dc9ef51d1d231c246
/frameworks/base/rs/java/android/renderscript/Allocation.java
b730d866a0f4f56c103420f818f7f5ec6b8fd618 19-Aug-2014 Tim Murray <timmurray@google.com> Fix IO_INPUT with 64-bit.

bug 16846318
bug 17006933

Change-Id: Ic13ef26875d8a6fab1ffb542d62038b768a536ff
/frameworks/base/rs/java/android/renderscript/Allocation.java
cd38b763d530d80aab1075dfe3b01be83abed362 13-Aug-2014 Tim Murray <timmurray@google.com> Allocation.resize() should throw an exception in API 21+.

bug 16846318

Change-Id: I852331ec226e4cad8be79aa27c4b51183e97cc1d
/frameworks/base/rs/java/android/renderscript/Allocation.java
3de3dc79e569bac3205e9af1ffe726964b845358 02-Jul-2014 Tim Murray <timmurray@google.com> Update copyFrom(BaseObj[]) for large objects.

Change-Id: I99cadbd1ad925cad0dd357c9abbd1a49c07785c9
/frameworks/base/rs/java/android/renderscript/Allocation.java
7f22d0154532a2b65a3f300a25369bf66e3f6cf4 19-Jun-2014 Stephen Hines <srhines@google.com> am c5b11fcc: am ff83ed2d: am b02dadd4: Merge "Create FieldPacker.getPos() to get the actual amount of data used for FP."

* commit 'c5b11fcc1f4fc4fba988218d0a99a19690398a56':
Create FieldPacker.getPos() to get the actual amount of data used for FP.
fa1275a6e743c4661cc3d5e05bb89559a8e59727 18-Jun-2014 Stephen Hines <srhines@google.com> Create FieldPacker.getPos() to get the actual amount of data used for FP.

We need larger buffers to handle 64-bit RS object types, but 32-bit code
will never fill all of the getData().length bytes. This allows us to retain
our verification code.

We have to modify an existing use of FieldPacker that was doing partial
updates of the underlying buffer. This was really relying on the old data
to be implicitly selected and written back, but that is not guaranteed by
the original API. This also required a fix to the FieldPacker.reset() API,
which was not allowing the FieldPacker to ever point to the final entry in
its buffer.

Change-Id: Idcd52790ac2b0ab1eff3f043e7eec2832953f04b
/frameworks/base/rs/java/android/renderscript/Allocation.java
1136bb91b42f6a0ae148b2ac5bcfa67a96d4d7ed 26-Nov-2013 Jason Sams <jsams@google.com> Generic object based data copy.

This change consolidates the copy paths to Object based.
The runtime now uses reflection to identify the type of
array present. This adds support for long/double and reduces
the amount of code present. We could also support arrays of vectors
or objects in the future with this mechanism.

Change-Id: I2297c1c01fbe6a64c375d6368f25d7db781ea788
/frameworks/base/rs/java/android/renderscript/Allocation.java
e6eaaf6a8e491404c33aab5cd70444d2637df1bc 18-Dec-2013 Tim Murray <timmurray@google.com> Fix getBytesSize for YUV allocations.

bug 12134914

Change-Id: I128e75b756a5bd129077177e254f1db6c94182f1
/frameworks/base/rs/java/android/renderscript/Allocation.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/Allocation.java
04f0d6e3394ed8518db51307a9b66f9b44477a46 18-Dec-2013 Tim Murray <timmurray@google.com> Fix getBytesSize for YUV allocations.

bug 12134914

Change-Id: I128e75b756a5bd129077177e254f1db6c94182f1
/frameworks/base/rs/java/android/renderscript/Allocation.java
d1576fb039f018ea4d55abbb2c03d542011be399 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/Allocation.java