| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| |
| |
| |
| | |
compile failures in renderscript"
* commit '4f346bf0ffe1c596ca261dfec23c50977de77d82':
Fix 64 bit compile failures in renderscript
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Use uintptr_t for pointers (and not uint32_t) and
also don't assume that size_t is 32 bits wide.
Also uses java longs for passing pointers across
JNI boundaries.
Change-Id: Ie52bd8ae967fbddc911eda3a43cc799d53bbce66
|
| |\ \
| |/
| |
| |
| |
| |
| | |
are from the correct context."
* commit 'edf0b79d55df17fddb6b96de32f34ffccc8ec2d4':
Validate objects are from the correct context.
|
| | |
| |
| |
| | |
Change-Id: I7d87b0e253b8d2e36d1aed790cfe3a7dd23e158f
|
| |\ \
| |/
| |
| |
| |
| |
| | |
long[] for RS id array"
* commit '62d675c240fd87cb987c86ae4f6ac17dc13374c8':
AArch64: Use long[] for RS id array
|
| | |\ |
|
| | | |
| | |
| | |
| | |
| | | |
Change-Id: Ia5145a547c0d13c7d6f1bb4d8f5472be62481bd9
Signed-off-by: Ashok Bhat <ashok.bhat@arm.com>
|
| |\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
version ID for support lib workarounds."
* commit 'bdb04f025ce34b0240f01961c43d8156a78e27a2':
Add hidden minor version ID for support lib workarounds.
|
| | |\ \
| | |/
| |/| |
|
| | | |
| | |
| | |
| | | |
Change-Id: I7940e32c78caaab351fb28d92e5fadbea6292b27
|
| |\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
in RS Java/JNI code"
* commit '33a608a0a326d9671bffd6750cb5521d6687cc57':
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>
|
| | |
| |
| |
| |
| |
| |
| | |
Change-Id: Iaddf8041a3c870a986ec8999e6ccc3aede38fc4c
Conflicts:
rs/java/android/renderscript/BaseObj.java
|
| |
|
|
| |
Change-Id: I30b6633578f063840e1bdbcc9ba513b727912a6d
|
| |
|
|
| |
Change-Id: Iaddf8041a3c870a986ec8999e6ccc3aede38fc4c
|
|
|
Change-Id: I30b6633578f063840e1bdbcc9ba513b727912a6d
|