Age | Commit message (Collapse) | Author |
|
Change-Id: I1e42204e862585b9c2f7818b615890c60f08faf6
|
|
See https://android-git.corp.google.com/g/#/c/157220
Bug: 5449033
Change-Id: Ic9c19d30693bd56755f55906127cd6bd7126096c
|
|
See https://android-git.corp.google.com/g/#/c/143865
Bug: 5449033
Change-Id: I0122812ed6ff6f5b59fe4a43ab8bff0577adde0a
|
|
Change-Id: I45871c20a192815eafee77f95e17a025f6dcf9d1
|
|
Renaming the define to be more in line with what it does and removing the host stub header file.
Change-Id: Ibd3a0a6a398c7f81cc661f71e4478707fe1679ed
|
|
across all the renderscript files.
Change-Id: Idf5fcc60877e44c8f074f7176e37f70b3b895a3c
|
|
Change-Id: I5d1381699e2b334c1d824f357bd6b310a5f79be8
Implement async bitmap upload and clean up types.
Change-Id: Icbe9894e04c1319351c1cd75b0e0017855198f20
|
|
could be corrupted during async type creation.
Change-Id: If42828e92990598b0cb5da81c82ea513f94725f2
Fix stack object deletion bug.
Change-Id: I2c723aa5ad15e0c99dc9cd0cfbc7db80bace172a
|
|
Change-Id: I34d2702b535e28e9519c7368fd8a942bfe0724bc
|
|
Change-Id: I4d98446fabbf7e8a98c97f85b573a58c8a0c58c2
|
|
Change-Id: Ie93bf651b9e469b7b4e9cacd8f79b38d04012892
|
|
Change-Id: I2613e87b09a6e560f0381d4ed620d60a10bc30e4
|
|
- This removes a memory leak where some elements were not getting tracked
properly (and then triggering an assert when a context is destroyed).
- Convert ScriptCState to use a tracked object reference for mScript.
- Add a missing clear to FontState.
- Clean up synchronization in RSTest so that our graphics context outlives
any subtest context.
Change-Id: I0d5768c4d2f8810dd1ae2f68b1edd7e150f382fd
|
|
Now using android utils lib.
collada_to_a3d seems to work with android util libs.
Integrating old changelist
Changing assert to rsAssrt in VertexArray
making context compile.
Change-Id: I33890defa777f09253bfab630d97782359ec49d7
Added serialization code to rsLib
Integrated old changelist
Change-Id: Ie4746113f6d1817fbb3264f97fdddde25b779311
Added serialization code to rsLib
Change-Id: Ie4746113f6d1817fbb3264f97fdddde25b779311
|
|
or more identical objects we simply reuse the existing object rather than create a new one.
|
|
|
|
|
|
Move freeing of objects to before context teardown to allow allocations to clean up their data.
|
|
tracking some much more minor issues.
|
|
predefined elements not being recreated for contexts after one was destroyed. Add stricter type enforcement.
|
|
|
|
change-id: Ib59ed5d7a9d479ccd1af456029735dbc65ae1efe
|
|
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.
|
|
which replaces TriangleMesh. Update Film to use new builder.
|
|
depth buffer.
|
|
object destruction tracking.
|
|
|
|
should be included everywhere and contain rs global defines.
|
|
Update test app to test object defines.
|
|
ProgramFragment to be used by name in scripts.
|
|
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
|