| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Change-Id: I1e42204e862585b9c2f7818b615890c60f08faf6
|
| |
|
|
|
|
| |
BUG=6000538
Change-Id: Ie2b16893b150cc5955ee4b9d028c988f69a82744
|
| |
|
|
| |
Change-Id: I2838a40026291e7345b07911af3ba17278b63ffe
|
| |
|
|
| |
Change-Id: I7ceb0af4dfd12db0274985ff658f678d7af829ff
|
| |
|
|
|
|
|
|
|
|
|
| |
BUG=5470134
The original implementation for rsi_ScriptSetTimeZone() never actually did
anything with the bytes received. This change allows it to safely update the
timezone. RSTest is also updated to call setTimeZone(), so that users in
different timezones can accurately get test results.
Change-Id: I6cb1b3a0c3a417749ba39e0fe09cc9c7ab65c2e7
|
| |
|
|
|
|
|
|
|
| |
BUG=5186750
This allows us to properly reference count any globals (static or extern) that
need to potentially be cleaned up.
Change-Id: I03d2c38c1e7a4ca96c40003d2eeecb6f395d5835
|
| |
|
|
| |
Change-Id: I239585ef7c1334f7fc19fa6423535dea7b9a753f
|
| |
|
|
| |
Change-Id: I8e0250a642844a2ad3ff6efc38e385445b7da032
|
| |
|
|
|
|
| |
layer to seperate from runtime.
Change-Id: Idf5c1261be4131690d25c15948e98324e979b4f9
|
| |
|
|
| |
Change-Id: I415b6ddeaab277e60233e905a6bae357cd5193eb
|
| |
|
|
|
|
| |
across all the renderscript files.
Change-Id: Idf5fcc60877e44c8f074f7176e37f70b3b895a3c
|
| |
|
|
| |
Change-Id: I5c65b29a197013de2517cfb6dbe7abb9e24a688b
|
| |
|
|
| |
Change-Id: I506df786e815205a8e51906c2b517302c1ef2471
|
| |
|
|
|
|
| |
Remove legacy implemtation of matrix calls which were moved to llvm bc.
Change-Id: I527740590067db3bcb2147233ef41fb057f1d2a8
|
| |
|
|
| |
Change-Id: I6534569c8d26db8b9691666134a555c8bf94184e
|
| |
|
|
|
|
| |
Remove launchID from root graphics script.
Change-Id: I9f80c0d4df1264f2ee1624a6d7216b9dfdf8502e
|
| |
|
|
|
|
| |
Prefix functions with "rs" or "rsg".
Change-Id: I4435b486831bfab1ea473ccfad435b404e68f1c9
|
| |
|
|
| |
Change-Id: Ia8ad9ac856944838ced38a2f1e8f07387050bdfd
|
| |
|
|
|
|
|
| |
This will also require application to be updated to support
the new compiler and data passing models.
Change-Id: If078e3a5148af395ba1b936169a407d8c3ad727f
|
| |
|
|
| |
starving other apps.
|
| |
|
|
| |
Move freeing of objects to before context teardown to allow allocations to clean up their data.
|
| |
|
|
| |
rename stateFragmentStore to stateStore
|
| |
|
|
| |
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.
|
| | |
|
| | |
|
| |
|
|
| |
ordering restrictions.
|
| | |
|
| |
|
|
| |
This change also adds second(), minute() and hour() to the RS library.
|
| |
|
|
| |
scripts. Remove camera code from scripts.
|
| |
|
|
| |
ProgramFragment to be used by name in scripts.
|
| |
|
|
| |
storage to keep the env settings in the base and only the per language state in ScriptC.
|
| | |
|
| |
|
|
| |
indicate they are generating changing content and the rs thread to sleep if the content is static.
|
|
|
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
|