| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
bug: 21028875
Change-Id: I6d4aa8973de523aef7ced48105737eb5ee471e5d
|
| |
|
|
|
|
|
| |
Implemented in the runtime and CPU driver the new script group name.
Code caching is not implemented yet, and to be added in another CL.
Change-Id: I46e351c8412740512f56b7915b14f36183c6eeaf
|
| |
|
|
| |
Change-Id: Iacc3cdaa6d58c8f7739ac173fb5ac5de14482133
|
| |
|
|
| |
Change-Id: Ice2523e7803cc50822840e47d13df3b2e059a5ca
|
| |
|
|
|
|
|
|
|
|
|
| |
correctly.
Add the following functions to make it symmetric for read and write.
- AllocationElementData
- AllocationElementRead
- Allocation3DRead
Change-Id: I8c89b5e3474c4c3c70e9795843a76e61f1f90f6a
|
| |
|
|
|
|
|
| |
will depend on the device API level.
(default: only load functions in API <= 21);
Change-Id: I4b65df7f228a23d713b69983ddb81ce67075d9cc
|
| |
|
|
|
|
| |
This also includes support for InvokeID
Change-Id: I5b59df166ea30b309b8dd9623825ac0e72d03856
|
| |\ |
|
| | |
| |
| |
| | |
Change-Id: I387a1e07eb2b1debf60b517d898d3828ff53600c
|
| |/
|
|
|
|
|
|
|
| |
for 64bit Renderscript compat lib.
- Native lib path stored in Java and queried from JNI.
- Then set to Context during context creation.
Change-Id: I3c997cf849efb7b9a0b0ac35d5b62289d70e7434
|
| |\ |
|
| | |
| |
| |
| | |
Change-Id: I9c612cf8874aabaf0ca7d1640567464c71ed3070
|
| |/
|
|
|
|
|
|
|
|
| |
- In allocation driver header, added window buffer struct for compat lib.
- dlopen IO related functions in driver layer.
- Add function to load symbols in rsDispatch.
bug 12924018
Change-Id: I9156a28e458a72db077fe000bd324a369767fc4d
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
fw/support/v8/renderscript/jni and libRScpp to reduce code duplication.
- This CL contains the static lib (libDispatch)
and related changes to libRScpp.
Change-Id: I65a4a74370720869eacf197ab31314c1df8dadcb
Merged Conflicts:
cpp/Android.mk
cpp/RenderScript.cpp
|
| |
|
|
| |
Change-Id: Ib23f591f8418d3318f61ab1d3f6f2b684bf95692
|
| |
|
|
|
|
|
|
|
| |
size_t isn't safe, since we pack/unpack the array as a 32-bit int array, but
that is the wrong type for 64-bit. Switching to uint32_t is better, since we
only support 1 dimension today, and won't need many more than that even for
complex cases in the future.
Change-Id: Ie0dda264a9398b0e385e0f9ee0a91cda08325dbc
|
| |
|
|
| |
Change-Id: I13a2af09bbbeec6cc6131b935979ac21c02820be
|
| |
|
|
|
|
|
|
| |
Changed function parameters that accept pointer as an
integer from uint32_t type to uintptr_t type.
Change-Id: I7b1f014962da56adb80ad4fdde5e9b4011f5ea54
Signed-off-by: Ashok Bhat <ashok.bhat@arm.com>
|
| |
|
|
|
|
| |
bug 10427951
Change-Id: If3b9337712bd16655de4a42ccf829bbcd9e01b6e
|
| |
|
|
| |
Change-Id: I013409cbb758ce5aae78347acb39c43d07aeb9bf
|
|
|
Change-Id: I7841df768d5bd10fa941b3655673fd73496a8137
|