1. 3aef8e1d docs: Add developer guide cross-references, Project ACRE, round 4 by Joe Fernandez · 13 years ago
  2. 20fbd01 POSITVE -> POSITIVE typo fix by Stephen Hines · 13 years ago
  3. 9ea30a6 Fixing element count bug in renderscript. by Alex Sakhartchouk · 13 years ago
  4. 11518ac clean up and add javadocs by Robert Ly · 13 years ago
  5. cfc2330c fix build by Jason Sams · 14 years ago
  6. a23d4e7 unhide renderscript by Jason Sams · 14 years ago
  7. 49a05d7 Move adapter2D to a derived class from Allocation. by Jason Sams · 14 years ago
  8. bf6ef8d API review cleanup. by Jason Sams · 14 years ago
  9. a1b13ed Document RS element and type and add validity checking to type creation. by Jason Sams · 14 years ago
  10. 06d69de Continue error check improvements and write some docs. by Jason Sams · 14 years ago
  11. c1d6210 More RS exceptions cleanup. Remove some dead code. by Jason Sams · 14 years ago
  12. d5f0630 RS Error cleanup. by Jason Sams · 14 years ago
  13. 3b9c52a Async type creation. by Jason Sams · 14 years ago
  14. e447a78 Remove functions for reflecting dalvik classes to rs types. by Jason Sams · 14 years ago
  15. 0de9444 Preparing renderscript java code for use with phanton references. by Alex Sakhartchouk · 14 years ago
  16. dfac814 Populate java objects with native data from a3d file. by Alex Sakhartchouk · 14 years ago
  17. b42315d Delete old createFromClass methods. by Jason Sams · 14 years ago
  18. e17964e Add RS support for generic attribs as input to vertex programs. by Jason Sams · 15 years ago
  19. 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
  20. 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
  21. 768bc02 Implement more type checks on Allocations. by Jason Sams · 15 years ago
  22. 484d57f Move the sky by Romain Guy · 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. fbf0b9e Implement named slots and convert script.addType to script.setType to remove ordering restrictions. by Jason Sams · 15 years ago
  25. 1b52aae Fix build break. by Jason Sams · 15 years ago
  26. 43ee0685 Implement reflecting Java objects into the ACC enviroment. by Jason Sams · 15 years ago
  27. 1bada8c Begin implementing SimpleMesh and fix some bugs with refcounting and java object destruction tracking. by Jason Sams · 15 years ago
  28. 2253417 Split ProgramFragment and ProgramStore from RenderScript.java. Update Element and Type to new cached builder for easier app developement. by Jason Sams · 15 years ago
  29. b8c5a84 Split RenderScript Type and Allocation into seperate classes. by Jason Sams · 15 years ago