1. ccadaf1 Renderscript: Allow YUV_420_888 as a YUV type. by Eino-Ville Talvala · 11 years ago
  2. c11e25c Improve RS documentation. by Tim Murray · 11 years ago
  3. 02d56d9 Unhide new RS APIs. by Jason Sams · 11 years ago
  4. 5a722cf Add yuv get by Jason Sams · 11 years ago
  5. dd6c8b3 Support typed YUV allocations. by Jason Sams · 12 years ago
  6. e68c1ce am 11f1c5b8: am b3a57191: am 0a00de11: am 805d2e2d: am 00f49084: Merge "docs: fix renderscript links that currently require redirect" into jb-mr1-dev by Scott Main · 12 years ago
  7. b47fa16 docs: fix renderscript links that currently require redirect by Scott Main · 12 years ago
  8. b109cc7 Add YUV allocation creation. by Jason Sams · 12 years ago
  9. 8140d7b yuv by Jason Sams · 12 years ago
  10. d1c306a Add API support for 3D allocations. by Jason Sams · 12 years ago
  11. 9c9ad3f8c2 Revert "Deprecate" by Stephen Hines · 12 years ago
  12. a0c2eb2 Deprecate by Alex Sakhartchouk · 12 years ago
  13. e07694b Validate context when using RS objects. by Jason Sams · 12 years ago
  14. 3aef8e1d docs: Add developer guide cross-references, Project ACRE, round 4 by Joe Fernandez · 13 years ago
  15. 20fbd01 POSITVE -> POSITIVE typo fix by Stephen Hines · 13 years ago
  16. 9ea30a6 Fixing element count bug in renderscript. by Alex Sakhartchouk · 13 years ago
  17. 11518ac clean up and add javadocs by Robert Ly · 14 years ago
  18. cfc2330c fix build by Jason Sams · 14 years ago
  19. a23d4e7 unhide renderscript by Jason Sams · 14 years ago
  20. 49a05d7 Move adapter2D to a derived class from Allocation. by Jason Sams · 14 years ago
  21. bf6ef8d API review cleanup. by Jason Sams · 14 years ago
  22. a1b13ed Document RS element and type and add validity checking to type creation. by Jason Sams · 14 years ago
  23. 06d69de Continue error check improvements and write some docs. by Jason Sams · 14 years ago
  24. c1d6210 More RS exceptions cleanup. Remove some dead code. by Jason Sams · 14 years ago
  25. d5f0630 RS Error cleanup. by Jason Sams · 14 years ago
  26. 3b9c52a Async type creation. by Jason Sams · 14 years ago
  27. e447a78 Remove functions for reflecting dalvik classes to rs types. by Jason Sams · 14 years ago
  28. 0de9444 Preparing renderscript java code for use with phanton references. by Alex Sakhartchouk · 14 years ago
  29. dfac814 Populate java objects with native data from a3d file. by Alex Sakhartchouk · 14 years ago
  30. b42315d Delete old createFromClass methods. by Jason Sams · 14 years ago
  31. e17964e Add RS support for generic attribs as input to vertex programs. by Jason Sams · 15 years ago
  32. 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
  33. 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
  34. 768bc02 Implement more type checks on Allocations. by Jason Sams · 15 years ago
  35. 484d57f Move the sky by Romain Guy · 15 years ago
  36. 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
  37. fbf0b9e Implement named slots and convert script.addType to script.setType to remove ordering restrictions. by Jason Sams · 15 years ago
  38. 1b52aae Fix build break. by Jason Sams · 15 years ago
  39. 43ee0685 Implement reflecting Java objects into the ACC enviroment. by Jason Sams · 15 years ago
  40. 1bada8c Begin implementing SimpleMesh and fix some bugs with refcounting and java object destruction tracking. by Jason Sams · 15 years ago
  41. 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
  42. b8c5a84 Split RenderScript Type and Allocation into seperate classes. by Jason Sams · 15 years ago