Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement java interface for RS shutdown and fix shutdown deadlock with the ↵ | Jason Sams | 2009-08-25 | 1 | -2/+4 |
| | | | | command fifo. | ||||
* | Cleanup includes so Log.h can use the tag. rsUtils.h is the file that ↵ | Jason Sams | 2009-06-22 | 1 | -4/+1 |
| | | | | should be included everywhere and contain rs global defines. | ||||
* | Replace spins with proper pthread conditions. | Jason Sams | 2009-06-18 | 1 | -2/+20 |
| | |||||
* | Add the Renderscript library. (Not in the build by default yet.) | Jason Sams | 2009-05-22 | 1 | -0/+74 |
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 |