| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
bug:21560057
Change-Id: I6709b81636822135848c10adca8ba425f3c2212e
|
|
|
|
|
|
| |
bug:21560057
Change-Id: I3b44d04bd908d9549ef7ada5f48f5d94e239d186
|
|
|
|
|
|
| |
bug: 21027883
Change-Id: I122392bc5206ff19ea52712576d7f363e5915231
|
|\
| |
| |
| |
| |
| |
| | |
Allocation.java"
* commit '133911095ce0d9ef01766aa7b67a0a31b852e242':
[RenderScript] typo fix in Allocation.java
|
| |
| |
| |
| | |
Change-Id: Id0eae76387d18c5bfed6cdbb52781b0dc3e4ae90
|
|\ \
| |/
| |
| |
| |
| |
| | |
exception reporting for copyTo() after autoPadding added."
* commit '1327fa9eb155eb57fe24a8aa90a18f57d706e86b':
[RenderScript] update exception reporting for copyTo() after autoPadding added.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
autoPadding added.
- This CL fixes recent CTS failures about copyPadded after
lmp-mr1-dev changes pushed to aosp.
Change-Id: Ica1f4fd934cd83ca4357ea7e7c82dcc7f844b689
|
| |
| |
| |
| | |
Change-Id: I9e018436866989090be3896f894078ca0422189b
|
|/
|
|
| |
Change-Id: I9ef476ae3e659d98d21c9246aa8e4969e00c14f1
|
|
|
|
| |
Change-Id: I43104c8b48dd26681735940e6b2e1ba902af2020
|
|\
| |
| |
| |
| |
| |
| | |
copyTo & From FieldPacker"
* commit '4b5af9bce10dbb8b6d5ff27a5f0c49f3498a6245':
[RenderScript] Update the java API about Allocation copyTo & From FieldPacker
|
| |
| |
| |
| | |
Change-Id: I4e1b911d4cdfec8a841bc5a8bc615c64c50e8fc8
|
|\ \
| |/
| |
| |
| |
| |
| | |
during copyTo & copyFrom."
* commit '288e6f67181ce74ec4b97b61def1b9510b1221d0':
[RenderScript] AutoPadding & Unpadding for Vec3 Elements during copyTo & copyFrom.
|
| |
| |
| |
| |
| |
| | |
copyTo & copyFrom.
Change-Id: I10b6fb235717e181ebb30b92e4dbe23e6183a29c
|
|\ \
| |/
| |
| |
| |
| |
| | |
the following functions to make it more symmetric to copyFrom()."
* commit 'caa8a8fb9849f1d44ffab3117950ac1e7b02cd4d':
[Renderscript] JAVA API update for Allocation.CopyTo add the following functions to make it more symmetric to copyFrom().
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
add the following functions to make it more symmetric to copyFrom().
- copy1DRangeToUnchecked, copy1DRangeTo
- copy2DRangeToUnchecked, copy2DRangeTo
- copy3DRangeToUnchecked, copy3DRangeTo
- setFromFieldPacker, 2D and 3D variants
- copyElementTo, (1D, 2D & 3D)
Change-Id: I6b896123e1c00cead552aa5b31a701b15dd70f85
|
|\ \
| |/
| |
| |
| |
| |
| | |
automerge: 6e0ad25
* commit '6e0ad25ca8def88a48c9cc6436b12da7ff4600c2':
Implement array types
|
| |
| |
| |
| | |
Change-Id: I1b83f21ea2aeaa4b9f5934aadcb69d4a1c1fea20
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
USAGE_IO_OUTPUT (Native RS)" automerge: 9a55cbc
automerge: 58fd96c
* commit '58fd96c607de7f7f821a0b15fd37bc28323fcfde':
make Allocation.destroy() include setSurface(null) for USAGE_IO_OUTPUT (Native RS)
|
| |
| |
| |
| |
| |
| | |
(Native RS)
Change-Id: I23041da03c2c928ceec76037804abb5dc7e6eb64
|
|/
|
|
|
|
|
| |
Fix the input allocation type check for Histogram Intrinsic.
Bug: 19035242
Change-Id: I0ef2672bf816854db90fc92dc9ef51d1d231c246
|
|
|
|
|
|
|
| |
bug 16846318
bug 17006933
Change-Id: Ic13ef26875d8a6fab1ffb542d62038b768a536ff
|
|
|
|
|
|
| |
bug 16846318
Change-Id: I852331ec226e4cad8be79aa27c4b51183e97cc1d
|
|
|
|
| |
Change-Id: I99cadbd1ad925cad0dd357c9abbd1a49c07785c9
|
|\
| |
| |
| |
| |
| |
| | |
get the actual amount of data used for FP."
* commit 'c5b11fcc1f4fc4fba988218d0a99a19690398a56':
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
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| | |
bug 12134914
Change-Id: I128e75b756a5bd129077177e254f1db6c94182f1
|
|
|
|
| |
Change-Id: I30b6633578f063840e1bdbcc9ba513b727912a6d
|
|
|
|
|
|
| |
bug 12134914
Change-Id: I128e75b756a5bd129077177e254f1db6c94182f1
|
|
Change-Id: I30b6633578f063840e1bdbcc9ba513b727912a6d
|