1. 689f637 Correctly init code cache path for RS by Yang Ni · 9 years ago
  2. e1e6c66 Move cache dir to its own class. by Tim Murray · 10 years ago
  3. 6e45f30 Remove @hide for new RS constructors. by Tim Murray · 11 years ago
  4. 56f9e6f Add support for mixed 32/64 APKs using RenderScript. by Tim Murray · 11 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 · 12 years ago[Renamed from graphics/java/android/renderscript/ScriptC.java]
  8. d1576fb Move RenderScript from graphics/ to new fw/base subdirectory rs. by Tim Murray · 12 years ago
  9. 6090995 Remove unused imports from frameworks/base. by John Spurlock · 12 years ago
  10. c11e25c Improve RS documentation. by Tim Murray · 12 years ago
  11. da67deb Remove extraneous logging. by Tim Murray · 12 years ago
  12. 9bf1892 Revert GC thread changes by Jason Sams · 12 years ago
  13. 7d25a82 Defer RS cache creation until a ScriptC is built. by Stephen Hines · 12 years ago
  14. f8c033d Implement RS GC worker thread. by Tim Murray · 12 years ago
  15. 9c9ad3f8c2 Revert "Deprecate" by Stephen Hines · 13 years ago
  16. a0c2eb2 Deprecate by Alex Sakhartchouk · 13 years ago
  17. a6f338c Do RS caching the same way HardwareRenderer does. by Jason Sams · 13 years ago
  18. ef72ff2 Use resource entry name instead of mangled name. by Logan Chien · 14 years ago
  19. e4a06c5 Start seperating out RS compute implementation. Create hal by Jason Sams · 14 years ago
  20. fdc54a9 Check and propogate errors from llvm. by Jason Sams · 14 years ago
  21. 21b4103 unhide functions used by reflected files for SDK. by Jason Sams · 14 years ago
  22. 67e3d20 Hide and delete some code that should not be public. by Jason Sams · 14 years ago
  23. a23d4e7 unhide renderscript by Jason Sams · 14 years ago
  24. eeca435 Stale cache management to address a P1 bug # 3296131. by Shih-wei Liao · 15 years ago
  25. 6b32fab 1. Add Context to a RenderScript or RenderScriptGL instance. by Shih-wei Liao · 15 years ago
  26. a914f34 Add caching support of BCC binaries. by Shih-wei Liao · 15 years ago
  27. 06d69de Continue error check improvements and write some docs. by Jason Sams · 15 years ago
  28. 3ba02b3 Update ScriptC constructor to remove depricated param. by Jason Sams · 15 years ago
  29. 5585e36 Balls test app. by Jason Sams · 15 years ago
  30. 1de0b87 Remove more pieces of setRoot. Add pointer to allocation lookup for scripts. by Jason Sams · 15 years ago
  31. 4d33993 Convert renderscript from using ACC to LLVM for its compiler. by Jason Sams · 15 years ago
  32. 2d71bc7 Update Script java classes and llvm samples. by Jason Sams · 15 years ago
  33. 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
  34. d7b3774 Let java put #defines into renderscript by Joe Onorato · 16 years ago
  35. 69f0d31 Split ScriptC from RenderScript.java. Implement state caching in the Builder objects. by Jason Sams · 16 years ago