1. 11518ac clean up and add javadocs by Robert Ly · 13 years ago
  2. f5c876e Docs plus removing some junk per API review. by Alex Sakhartchouk · 14 years ago
  3. df27202 Adding comments to the renderscript program classes. by Alex Sakhartchouk · 14 years ago
  4. a23d4e7 unhide renderscript by Jason Sams · 14 years ago
  5. b4d7bb6 API cleanup for renderscript. This will be a multiproject commit. by Alex Sakhartchouk · 14 years ago
  6. bf6ef8d API review cleanup. by Jason Sams · 14 years ago
  7. 67f2e44 Support for cubemaps. by Alex Sakhartchouk · 14 years ago
  8. 06d69de Continue error check improvements and write some docs. by Jason Sams · 14 years ago
  9. d209163 changing vec4 to vec2 for perf reasons. by Alex Sakhartchouk · 14 years ago
  10. b89aaac Adding support for all allowed textures. by Alex Sakhartchouk · 14 years ago
  11. c984dd7 Shader changes to allow for more flexible constant binding. by Alex Sakhartchouk · 14 years ago
  12. a41174e Fixing renderscript uniform binding bugs. Working on custom shaders. by Alex Sakhartchouk · 14 years ago
  13. 32e09b5 Renderscript samples. by Alex Sakhartchouk · 14 years ago
  14. 288c871 Making Program*.Builder classes' setters return 'this' by Jim Shuma · 14 years ago
  15. 25430d0 Implement holders for Matrix and Vector data. by Jason Sams · 15 years ago
  16. 718cd1f Element restructuring. Add support for new basic Element types including the RS objects and vectors(2-4). In theory this paves the way for maintaining type info for RS objects, passing elements for GLSL uiforms/attribs/varyings, and supporting nested structures. by Jason Sams · 15 years ago
  17. 7e5ab3b Continue es2 shader dev by Jason Sams · 15 years ago
  18. 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
  19. c7b74e3 am 54f5ca41: am ffacbc34: am fd2f6358: Merge change I771bebb9 into eclair by Jason Sams · 15 years ago
  20. 771bebb Add Java exceptions to catch RS calls with no context or no surface. by Jason Sams · 15 years ago
  21. 54c0ec1 Beging GL2 user shaders. Switch master to using GL2 by default. by Jason Sams · 15 years ago
  22. 3c0dfba Improve logging code to dump more detaild rs object info. Fix bug with predefined elements not being recreated for contexts after one was destroyed. Add stricter type enforcement. by Jason Sams · 15 years ago
  23. 7ce033d Cleanup of object destruction. No need to have a per-class destruction function. This was a legacy of the distant past when the classes did not have a common base. by Jason Sams · 15 years ago
  24. 1bada8c Begin implementing SimpleMesh and fix some bugs with refcounting and java object destruction tracking. by Jason Sams · 15 years ago
  25. 9bee51c Remove useless slot from ProgramVertex. Optimize GL state setup. by Jason Sams · 15 years ago
  26. 110195f Seperate ProgramVertex from RenderScript.java and merge ProgramVertexAlloc into the ProgramVertex class. by Jason Sams · 15 years ago