| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| | |
issues relating to AllocationAdapter."
* commit 'afb4f8f144ef70360b70770e17e7d81571e7b296':
Fix destruction issues relating to AllocationAdapter.
|
| |\
| | |
| | |
| | |
| | | |
* commit '7d1a6c5cac16795e5953d2b4d34671e34e907632':
Fix destruction issues relating to AllocationAdapter.
|
| | |
| | |
| | |
| | |
| | |
| | | |
bug 12971201
Change-Id: I3d9f66f527a35837ac866a695bdcc41d908a2562
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
version ID for support lib workarounds."
* commit 'bdb04f025ce34b0240f01961c43d8156a78e27a2':
Add hidden minor version ID for support lib workarounds.
|
| |\ \
| | |/
| | |
| | |
| | | |
* commit 'd7043f0084237200b6aab5d101c8ab6d3ab495c6':
Add hidden minor version ID for support lib workarounds.
|
| | |\ |
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: I7940e32c78caaab351fb28d92e5fadbea6292b27
|
| |\ \ \
| | |/ /
| | | |
| | | |
| | | | |
* commit '38d799fc7a272c3c6ff7b9bc7b7f9239b45bf98c':
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
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
in RS Java/JNI code"
* commit '33a608a0a326d9671bffd6750cb5521d6687cc57':
AArch64: Use long for pointers in RS Java/JNI code
|
| |\ \ \
| | |/ /
| | | |
| | | |
| | | | |
* commit '56062983f1e07295c812fba0e22ce579a35b6f76':
AArch64: Use long for pointers in RS Java/JNI code
|
| | |\ \ |
|
| | | |/
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Changes include
[x] Some JNI functions, with return type jlong, casts
pointer to jint before returning it. This has been fixed.
[x] Minor JNI function prototype changes where
formal paramter type has been changed to a JNI
type (int to jint for example).
[x] long is used for ScriptC, Sampler, Font, ProgramStore
handles as they can be 64-bit.
[x] A new hidden constructor ScriptC(long, RenderScript)
has been added. This should eventually replace public
API method ScriptC(int, RenderScript).
[x] Font and FileA3D use getNativeAsset instead of getAssetInt
to get Asset Handles. The getAssetInt method will be
deprecated in favor of getNativeAsset, as the former does
not support 64-bit.
[x] rsnPathCreate method accepts loop as an int. This should
be long as the underlying RS function assumes this to be
a pointer.
Change-Id: I919d857e5933febe63966049da83de9f9adee6f5
Signed-off-by: Ashok Bhat <ashok.bhat@arm.com>
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* commit 'ecc8ee649578c2bb859c639c361d5a24005b9200':
Fix a typo.
|
| |\ \ \
| | |/ /
| | | |
| | | |
| | | | |
* commit '11e6cabc66a5ecfc9dadbd68fc0a5ed7d2a4656d':
Fix a typo.
|
| | |/
| | |
| | |
| | | |
Change-Id: I770fe97ab0635de84d15393aca6bca57552f2f10
|
| |/
| |
| |
| | |
Change-Id: I834e07aef142aa79ed1603535689d0b833357f6c
|
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| |
| | |
Change-Id: Iaddf8041a3c870a986ec8999e6ccc3aede38fc4c
Conflicts:
rs/java/android/renderscript/BaseObj.java
|
| |
| |
| |
| |
| |
| | |
bug 12134914
Change-Id: I128e75b756a5bd129077177e254f1db6c94182f1
|
|
|
|
| |
Change-Id: I30b6633578f063840e1bdbcc9ba513b727912a6d
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|/
|
|
| |
Change-Id: Ic7e1da3c69aa3d5f990816178739120b6059e7a5
|
|
|
|
| |
Change-Id: Iaddf8041a3c870a986ec8999e6ccc3aede38fc4c
|
|
|
|
|
|
| |
bug 12134914
Change-Id: I128e75b756a5bd129077177e254f1db6c94182f1
|
|
Change-Id: I30b6633578f063840e1bdbcc9ba513b727912a6d
|