| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
message that can be read from the app. RS will then not continue rendering frames while an unchecked error is present until new state is received.
|
| |
|
|
|
|
| |
force their cleanup by releasing all user references once destroy context is called. Java layer will no longer send destroy notifications for objects garbage collected once a context is destroyed.
|
|
|
|
| |
function calls. Reduce app startup time up to 1s.
|
| |
|
|
|
|
| |
function. This was a legacy of the distant past when the classes did not have a common base.
|
| |
|
|
|
|
| |
ordering restrictions.
|
|
|
|
| |
Element and Type to new cached builder for easier app developement.
|
| |
|
|
This library can be used to create animated 3D User Interfaces.
This library is currently under heavy development, so it's not part of
the build by default.
In order to build this library, you must define
BUILD_RENDERSCRIPT=true
in your build environment.
You will also have to manually edit
build/core/prelink-linux-arm.map
And add libRS and libRS_jni at the end like this (exact address may change.)
libRS.so 0x9A100000
libRS_jni.so 0x9A000000
|