1. fbfaa85 Add struct for controlling clipping in Java. by Tim Murray · 14 years ago
  2. 08a8158 Add Kernel, Method, and field IDs bug 7182873 by Jason Sams · 14 years ago
  3. 9c9ad3f8c2 Revert "Deprecate" by Stephen Hines · 14 years ago
  4. adeb809 Start passing element/dim information along with FieldPacker. by Stephen Hines · 14 years ago
  5. a0c2eb2 Deprecate by Alex Sakhartchouk · 14 years ago
  6. e07694b Validate context when using RS objects. by Jason Sams · 14 years ago
  7. 684b235 Unhide new RS apis. by Jason Sams · 15 years ago
  8. 6e494d3 Add dalvik code for forEach. by Jason Sams · 15 years ago
  9. 21b4103 unhide functions used by reflected files for SDK. by Jason Sams · 15 years ago
  10. 67e3d20 Hide and delete some code that should not be public. by Jason Sams · 15 years ago
  11. a23d4e7 unhide renderscript by Jason Sams · 15 years ago
  12. 5476b45 Allocation API update. by Jason Sams · 16 years ago
  13. 6f4cf0b Fix ref counting for globals when set from java code. by Jason Sams · 16 years ago
  14. 06d69de Continue error check improvements and write some docs. by Jason Sams · 16 years ago
  15. 31a7e42 Begin adding async allocation creation. by Jason Sams · 16 years ago
  16. 031ec58c Fix support for 64-bit integers. by Stephen Hines · 16 years ago
  17. ca54ec3 Add support for Float64 (double) to RenderScript. by Stephen Hines · 16 years ago
  18. 0de9444 Preparing renderscript java code for use with phanton references. by Alex Sakhartchouk · 16 years ago
  19. 0b9a22c Add boolean support for setVar. by Jason Sams · 16 years ago
  20. 96ed4cf Remove InvokeData and add ContextFinish to generate a sync point. by Jason Sams · 16 years ago
  21. d79b2e9 Begin naming cleanup for renderscript runtime. by Jason Sams · 16 years ago
  22. 4d33993 Convert renderscript from using ACC to LLVM for its compiler. by Jason Sams · 16 years ago
  23. 2d71bc7 Update Script java classes and llvm samples. by Jason Sams · 16 years ago
  24. 771bebb Add Java exceptions to catch RS calls with no context or no surface. by Jason Sams · 17 years ago
  25. be2e841 Implement renderscript Invokables. by Jason Sams · 17 years ago
  26. 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 · 17 years ago
  27. 334ea0c Update fountain and add writable flag to script slots. by Jason Sams · 17 years ago
  28. fbf0b9e Implement named slots and convert script.addType to script.setType to remove ordering restrictions. by Jason Sams · 17 years ago
  29. 43ee0685 Implement reflecting Java objects into the ACC enviroment. by Jason Sams · 17 years ago
  30. 1bada8c Begin implementing SimpleMesh and fix some bugs with refcounting and java object destruction tracking. by Jason Sams · 17 years ago
  31. 2253417 Split ProgramFragment and ProgramStore from RenderScript.java. Update Element and Type to new cached builder for easier app developement. by Jason Sams · 17 years ago
  32. 69f0d31 Split ScriptC from RenderScript.java. Implement state caching in the Builder objects. by Jason Sams · 17 years ago