1. a831939 Delay the removal of support of ScriptC from TargetAPI 35 to 36 by Jean-François · 1 year, 4 months ago
  2. 4f585f7 Throw when ScriptC is used on unsupported ABIs by Jean-François · 1 year, 4 months ago
  3. f4dd743 Throw an exception when using RenderScript ScriptC with an API level above 34 by Jean-François · 1 year, 8 months ago
  4. fb8f4d8 Revert "Throw an exception when using RenderScript ScriptC with an API level above 34" by Jean-François Geyelin · 1 year, 8 months ago
  5. f55efb8 Throw an exception when using RenderScript ScriptC with an API level above 34 by Jean-François Geyelin · 1 year, 9 months ago
  6. 1f8dc65 Deprecate RS Java APIs. by Xusong Wang · 4 years, 5 months ago
  7. 689f637 Correctly init code cache path for RS by Yang Ni · 9 years ago
  8. e1e6c66 Move cache dir to its own class. by Tim Murray · 10 years ago
  9. 6e45f30 Remove @hide for new RS constructors. by Tim Murray · 11 years ago
  10. 56f9e6f Add support for mixed 32/64 APKs using RenderScript. by Tim Murray · 11 years ago
  11. f152d95 am 33a608a0: am 578d4f5f: am 56062983: Merge "AArch64: Use long for pointers in RS Java/JNI code" by Narayan Kamath · 11 years ago
  12. 0e0c088 AArch64: Use long for pointers in RS Java/JNI code by Ashok Bhat · 11 years ago
  13. 355707e Move RenderScript from graphics/ to new fw/base subdirectory rs. by Tim Murray · 11 years ago[Renamed from graphics/java/android/renderscript/ScriptC.java]
  14. d1576fb Move RenderScript from graphics/ to new fw/base subdirectory rs. by Tim Murray · 11 years ago
  15. 6090995 Remove unused imports from frameworks/base. by John Spurlock · 12 years ago
  16. c11e25c Improve RS documentation. by Tim Murray · 12 years ago
  17. da67deb Remove extraneous logging. by Tim Murray · 12 years ago
  18. 9bf1892 Revert GC thread changes by Jason Sams · 12 years ago
  19. 7d25a82 Defer RS cache creation until a ScriptC is built. by Stephen Hines · 12 years ago
  20. f8c033d Implement RS GC worker thread. by Tim Murray · 12 years ago
  21. 9c9ad3f8c2 Revert "Deprecate" by Stephen Hines · 13 years ago
  22. a0c2eb2 Deprecate by Alex Sakhartchouk · 13 years ago
  23. a6f338c Do RS caching the same way HardwareRenderer does. by Jason Sams · 13 years ago
  24. ef72ff2 Use resource entry name instead of mangled name. by Logan Chien · 14 years ago
  25. e4a06c5 Start seperating out RS compute implementation. Create hal by Jason Sams · 14 years ago
  26. fdc54a9 Check and propogate errors from llvm. by Jason Sams · 14 years ago
  27. 21b4103 unhide functions used by reflected files for SDK. by Jason Sams · 14 years ago
  28. 67e3d20 Hide and delete some code that should not be public. by Jason Sams · 14 years ago
  29. a23d4e7 unhide renderscript by Jason Sams · 14 years ago
  30. eeca435 Stale cache management to address a P1 bug # 3296131. by Shih-wei Liao · 14 years ago
  31. 6b32fab 1. Add Context to a RenderScript or RenderScriptGL instance. by Shih-wei Liao · 15 years ago
  32. a914f34 Add caching support of BCC binaries. by Shih-wei Liao · 15 years ago
  33. 06d69de Continue error check improvements and write some docs. by Jason Sams · 15 years ago
  34. 3ba02b3 Update ScriptC constructor to remove depricated param. by Jason Sams · 15 years ago
  35. 5585e36 Balls test app. by Jason Sams · 15 years ago
  36. 1de0b87 Remove more pieces of setRoot. Add pointer to allocation lookup for scripts. by Jason Sams · 15 years ago
  37. 4d33993 Convert renderscript from using ACC to LLVM for its compiler. by Jason Sams · 15 years ago
  38. 2d71bc7 Update Script java classes and llvm samples. by Jason Sams · 15 years ago
  39. f415cf2 Add two addDefines methods to ScriptC.Builder. They add #defines from the fileds on a class or object that you pass in. by Joe Onorato · 16 years ago
  40. d7b3774 Let java put #defines into renderscript by Joe Onorato · 16 years ago
  41. 69f0d31 Split ScriptC from RenderScript.java. Implement state caching in the Builder objects. by Jason Sams · 16 years ago