1. 0011bcf Continue development of es2.0 user shader support for renderscript. This change cleans up ProgramVertex creation and adds support for passing input, output, and constant type info. by Jason Sams · 15 years ago
  2. bb51c40 Begin gl2 support. Renderscript still uses GL1.1 by default. However, 2.0 can be enabled and will render most tests correctly. by Jason Sams · 15 years ago
  3. c7412b3 Minor bug fixes and add glError check. by Jason Sams · 15 years ago
  4. 61f08d6 Improved object lifecycle tracking and fix leaks. by Jason Sams · 15 years ago
  5. a9e7a05 Improve renderscript context teardown. Track object in the system and then 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. by Jason Sams · 15 years ago
  6. d3f2eaf Minor cleanup of profile and compile logging. by Jason Sams · 15 years ago
  7. ebfb436 Add raster object to control point and line params. Add flag to force SW rendering. by Jason Sams · 15 years ago