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