Age | Commit message (Collapse) | Author |
|
Change-Id: I1e42204e862585b9c2f7818b615890c60f08faf6
|
|
BUG=6000538
Change-Id: Ie2b16893b150cc5955ee4b9d028c988f69a82744
|
|
See https://android-git.corp.google.com/g/#/c/157220
Bug: 5449033
Change-Id: Ic9c19d30693bd56755f55906127cd6bd7126096c
|
|
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: I2d77d908cbb64b26071d9d5a3421f0b195342d2c
|
|
layer to seperate from runtime.
Change-Id: Idf5c1261be4131690d25c15948e98324e979b4f9
|
|
Change-Id: Ie22eccdafbc95d1f903c73007dd3fb0ad10af7cc
|
|
Change-Id: Idfcc30f1a7de0badeb6d8254ed508938d89f4070
b: 3381615
|
|
Change-Id: I415b6ddeaab277e60233e905a6bae357cd5193eb
|
|
across all the renderscript files.
Change-Id: Idf5fcc60877e44c8f074f7176e37f70b3b895a3c
|
|
could be corrupted during async type creation.
Change-Id: If42828e92990598b0cb5da81c82ea513f94725f2
Fix stack object deletion bug.
Change-Id: I2c723aa5ad15e0c99dc9cd0cfbc7db80bace172a
|
|
Change-Id: I4e2146a5fda41f280ee3f6f685a34f3cff28f05e
|
|
Only print the debug if script debugging is enabled.
Change-Id: I72b9c2a73d49987a73b354442e9defec02b93bc6
Implement inner utiliy class to specify surface formats.
Remove boxed bitmap upload functions.
Change-Id: I3ff5ca59e53d02b9d75277afa947ea3d218459eb
|
|
Change-Id: I5c65b29a197013de2517cfb6dbe7abb9e24a688b
|
|
Change-Id: Iad1c4adadf657a46aa38a3fad7813927e643e29d
|
|
Prefix functions with "rs" or "rsg".
Change-Id: I4435b486831bfab1ea473ccfad435b404e68f1c9
|
|
Change-Id: I2c3075d2056f02bb834bfad403dc72da991f3156
|
|
Its possible that during a resize the EGL information could be stale so
caching this is bad. The surface size should always be correct.
Change-Id: Ifd479e1ea70b1cada1a8690c7c82e91aa391b685
Conflicts:
libs/rs/rsProgramStore.cpp
libs/rs/rsProgramStore.h
|
|
This will also require application to be updated to support
the new compiler and data passing models.
Change-Id: If078e3a5148af395ba1b936169a407d8c3ad727f
|
|
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
|