summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsProgramVertex.h
Commit message (Collapse)AuthorAgeFilesLines
* Implement screen aligned bitmap drawing support.Jason Sams2009-09-301-0/+3
|
* Improved object lifecycle tracking and fix leaks.Jason Sams2009-09-251-1/+2
|
* Improve renderscript context teardown. Track object in the system and then ↵Jason Sams2009-09-251-1/+1
| | | | 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.
* Removed last bits of predefined element types from native code. Predefined ↵Jason Sams2009-09-241-1/+1
| | | | types are now constructed at the java layer from standard building blocks.
* Add support for selecting the color bit depth and if the application used a ↵Jason Sams2009-08-251-1/+1
| | | | depth buffer.
* Remove useless slot from ProgramVertex. Optimize GL state setup.Jason Sams2009-08-051-12/+5
|
* Add "boxed" bitmap uploads which simply place a non-pow2 bitmap into the ↵Jason Sams2009-07-281-0/+4
| | | | smallest larger pow texture. The added space is filled black.
* Enable light sources and update film test app.Jason Sams2009-07-211-0/+7
|
* Implement default programs and implement defaults and parents for imports.Jason Sams2009-06-171-0/+5
|
* Switch fountain to use ProgramVertex rather than hard coded camers in ↵Jason Sams2009-06-161-5/+0
| | | | scripts. Remove camera code from scripts.
* Bug fixes. TriangleMesh now ref-counts, implement missing element formats, ↵Jason Sams2009-06-151-0/+1
| | | | add missing modes for program vertex. Add matrix support classes. Add test app rollo
* Add the Renderscript library. (Not in the build by default yet.)Jason Sams2009-05-221-0/+76
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