summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsProgramVertex.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Place shader logging behind prop to declutter logs.Jason Sams2009-12-151-2/+2
* Continue development of es2.0 user shader support for renderscript. This cha...Jason Sams2009-12-151-34/+26
* Beging GL2 user shaders. Switch master to using GL2 by default.Jason Sams2009-11-301-11/+21
* Begin gl2 support. Renderscript still uses GL1.1 by default. However, 2.0 c...Jason Sams2009-11-251-1/+86
* Make default vertex program correctly track surface size.Jason Sams2009-11-121-2/+7
* Implement screen aligned bitmap drawing support.Jason Sams2009-09-301-1/+8
* Improved object lifecycle tracking and fix leaks.Jason Sams2009-09-251-2/+14
* Improve renderscript context teardown. Track object in the system and then f...Jason Sams2009-09-251-4/+4
* Removed last bits of predefined element types from native code. Predefined t...Jason Sams2009-09-241-2/+9
* Implement async data/subData. Implement TriangleMeshBuilder in SimpleMesh wh...Jason Sams2009-08-271-3/+3
* Add support for selecting the color bit depth and if the application used a d...Jason Sams2009-08-251-1/+1
* Add lighting to animated water ripples.Romain Guy2009-08-061-1/+1
* Remove useless slot from ProgramVertex. Optimize GL state setup.Jason Sams2009-08-051-24/+19
* Add "boxed" bitmap uploads which simply place a non-pow2 bitmap into the smal...Jason Sams2009-07-281-2/+19
* Enable light sources and update film test app.Jason Sams2009-07-211-2/+36
* Cleanup logging and fix a startup race condition that manifested on Firestone.Jason Sams2009-06-231-5/+5
* Cleanup includes so Log.h can use the tag. rsUtils.h is the file that should...Jason Sams2009-06-221-0/+3
* Implement default programs and implement defaults and parents for imports.Jason Sams2009-06-171-0/+17
* Switch fountain to use ProgramVertex rather than hard coded camers in scripts...Jason Sams2009-06-161-27/+13
* Bug fixes. TriangleMesh now ref-counts, implement missing element formats, a...Jason Sams2009-06-151-2/+6
* Add named objects and implement support for ProgramFragmentStore and ProgramF...Jason Sams2009-06-101-1/+0
* Add the Renderscript library. (Not in the build by default yet.)Jason Sams2009-05-221-0/+133