Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove depricated triangleMesh. | Jason Sams | 2009-09-23 | 1 | -287/+0 |
| | |||||
* | Implement async data/subData. Implement TriangleMeshBuilder in SimpleMesh ↵ | Jason Sams | 2009-08-27 | 1 | -1/+1 |
| | | | | which replaces TriangleMesh. Update Film to use new builder. | ||||
* | Point Sprites | Jason Sams | 2009-08-20 | 1 | -8/+9 |
| | |||||
* | Cleanup logging and fix a startup race condition that manifested on Firestone. | Jason Sams | 2009-06-23 | 1 | -12/+1 |
| | |||||
* | Cleanup includes so Log.h can use the tag. rsUtils.h is the file that ↵ | Jason Sams | 2009-06-22 | 1 | -2/+0 |
| | | | | should be included everywhere and contain rs global defines. | ||||
* | Add the Renderscript library. (Not in the build by default yet.) | Jason Sams | 2009-05-22 | 1 | -0/+299 |
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 |