1. 2ebb31c Use new UnsupportedAppUsage annotation. by Artur Satayev · 4 years, 8 months ago
  2. a63a2c0 Revert "Use new UnsupportedAppUsage annotation." by Austin Wang · 4 years, 9 months ago
  3. a526490 Use new UnsupportedAppUsage annotation. by Artur Satayev · 4 years, 9 months ago
  4. 1532447 Add @UnsupportedAppUsage annotations by Mathew Inwood · 6 years ago
  5. f152d95 am 33a608a0: am 578d4f5f: am 56062983: Merge "AArch64: Use long for pointers in RS Java/JNI code" by Narayan Kamath · 11 years ago
  6. 0e0c088 AArch64: Use long for pointers in RS Java/JNI code by Ashok Bhat · 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/ProgramStore.java]
  8. d1576fb Move RenderScript from graphics/ to new fw/base subdirectory rs. by Tim Murray · 11 years ago
  9. 6090995 Remove unused imports from frameworks/base. by John Spurlock · 11 years ago
  10. a908422 Remove all public mention of RS graphics from docs. by Tim Murray · 11 years ago
  11. 275812c Revert "Remove all public mention of RS graphics from docs." by Tim Murray · 11 years ago
  12. d72f932 Remove all public mention of RS graphics from docs. by Tim Murray · 11 years ago
  13. 9c9ad3f8c2 Revert "Deprecate" by Stephen Hines · 12 years ago
  14. a0c2eb2 Deprecate by Alex Sakhartchouk · 12 years ago
  15. 918e840 Unhiding J API's for Renderscript. by Alex Sakhartchouk · 12 years ago
  16. 7d5f5e7 adding getters to Sampler ProgramRaster, ProgramStore, Element. by Alex Sakhartchouk · 13 years ago
  17. 43a1765 Remove the deprecated things from Config.java. These haven't been working since before 1.0. by Joe Onorato · 13 years ago
  18. 331bf9b Seperate ProgramRaster. Cleanup ProgramRaster and ProgramStore creation. by Jason Sams · 13 years ago
  19. 11518ac clean up and add javadocs by Robert Ly · 14 years ago
  20. f5c876e Docs plus removing some junk per API review. by Alex Sakhartchouk · 14 years ago
  21. 623c54d Documentation by Alex Sakhartchouk · 14 years ago
  22. a23d4e7 unhide renderscript by Jason Sams · 14 years ago
  23. b4d7bb6 API cleanup for renderscript. This will be a multiproject commit. by Alex Sakhartchouk · 14 years ago
  24. 06d69de Continue error check improvements and write some docs. by Jason Sams · 14 years ago
  25. d36f248 More work on the renderscript sample by Alex Sakhartchouk · 14 years ago
  26. 32e09b5 Renderscript samples. by Alex Sakhartchouk · 14 years ago
  27. 0de9444 Preparing renderscript java code for use with phanton references. by Alex Sakhartchouk · 14 years ago
  28. 288c871 Making Program*.Builder classes' setters return 'this' by Jim Shuma · 14 years ago
  29. 54db59c Rename ProgramFragmentStore to ProgramStore. 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. eab4c75 Fix type in Java enums. Not currently used, easier to fix now than when apps are using it. 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. 1bada8c Begin implementing SimpleMesh and fix some bugs with refcounting and java object destruction tracking. by Jason Sams · 15 years ago
  34. 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