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