summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsObjectBase.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Implement async data/subData. Implement TriangleMeshBuilder in SimpleMesh ↵Jason Sams2009-08-271-8/+31
| | | | which replaces TriangleMesh. Update Film to use new builder.
* Add support for selecting the color bit depth and if the application used a ↵Jason Sams2009-08-251-0/+5
| | | | depth buffer.
* Begin implementing SimpleMesh and fix some bugs with refcounting and java ↵Jason Sams2009-08-091-0/+1
| | | | object destruction tracking.
* Cleanup logging and fix a startup race condition that manifested on Firestone.Jason Sams2009-06-231-2/+2
|
* Cleanup includes so Log.h can use the tag. rsUtils.h is the file that ↵Jason Sams2009-06-221-1/+0
| | | | should be included everywhere and contain rs global defines.
* Fix bug with bad conversion of java strings to C strings for object names. ↵Jason Sams2009-06-101-0/+12
| | | | Update test app to test object defines.
* Add named objects and implement support for ProgramFragmentStore and ↵Jason Sams2009-06-101-0/+10
| | | | ProgramFragment to be used by name in scripts.
* Add the Renderscript library. (Not in the build by default yet.)Jason Sams2009-05-221-0/+48
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