summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsThreadIO.h
Commit message (Collapse)AuthorAgeFilesLines
* Implement data push from scripts. Fixes the problem where apps would have ↵Jason Sams2009-10-061-1/+1
| | | | | | | | to poll to monitor a scripts state. Fix bug in StoreState where state could be overridden by the default unless the script used more than one state. Change only impacts renderscript and renderscript apps.
* Implement java interface for RS shutdown and fix shutdown deadlock with the ↵Jason Sams2009-08-251-0/+2
| | | | command fifo.
* Remove global IO context and integrate it into the RS context.Jason Sams2009-08-171-3/+0
|
* Cleanup includes so Log.h can use the tag. rsUtils.h is the file that ↵Jason Sams2009-06-221-5/+1
| | | | should be included everywhere and contain rs global defines.
* Replace spins with proper pthread conditions.Jason Sams2009-06-181-1/+1
|
* Add support for scripts to return an animation flag. This allows them to ↵Jason Sams2009-06-041-1/+3
| | | | indicate they are generating changing content and the rs thread to sleep if the content is static.
* Add the Renderscript library. (Not in the build by default yet.)Jason Sams2009-05-221-0/+55
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