1. 355707e Move RenderScript from graphics/ to new fw/base subdirectory rs. by Tim Murray · 11 years ago[Renamed from graphics/java/android/renderscript/RSSurfaceView.java]
  2. c11e25c Improve RS documentation. by Tim Murray · 11 years ago
  3. a908422 Remove all public mention of RS graphics from docs. by Tim Murray · 11 years ago
  4. 275812c Revert "Remove all public mention of RS graphics from docs." by Tim Murray · 11 years ago
  5. d72f932 Remove all public mention of RS graphics from docs. by Tim Murray · 11 years ago
  6. b47fa16 docs: fix renderscript links that currently require redirect by Scott Main · 12 years ago
  7. e619de6 GFX api cleanup 1.5 of 2 by Jason Sams · 12 years ago
  8. 9c9ad3f8c2 Revert "Deprecate" by Stephen Hines · 12 years ago
  9. a0c2eb2 Deprecate by Alex Sakhartchouk · 12 years ago
  10. 3aef8e1d docs: Add developer guide cross-references, Project ACRE, round 4 by Joe Fernandez · 13 years ago
  11. 38da508 Followup to a bug fix. by Alex Sakhartchouk · 13 years ago
  12. 93c47f1 Fixing a race condition in RSSurfaceView. Bug 5601083 by Alex Sakhartchouk · 13 years ago
  13. 11518ac clean up and add javadocs by Robert Ly · 13 years ago
  14. b11e3d2 Unhide more of the RS APIs. by Stephen Hines · 14 years ago
  15. 6b32fab 1. Add Context to a RenderScript or RenderScriptGL instance. by Shih-wei Liao · 14 years ago
  16. bf6ef8d API review cleanup. by Jason Sams · 14 years ago
  17. 2222aa9 Cleanup error message for null binding address. by Jason Sams · 14 years ago
  18. a8551b1 Fix the build. by Romain Guy · 14 years ago
  19. 704ff64 Preview seperating RenderScript into RenderScript and RenderScriptGL by Jason Sams · 14 years ago
  20. 3bc47d4 Defer EGL init until the surface changed call comes in. Pass w,h along with surface for verification of driver state. by Jason Sams · 15 years ago
  21. efd9b6fb Support applications changing the surface attached to the RS. by Jason Sams · 15 years ago
  22. 66b2771 Reduce debugging spew and add props to selectivly re-enable it. by Jason Sams · 15 years ago
  23. 5fda65f Add a method to destroy the RS object. by Joe Onorato · 15 years ago
  24. 65e7aa5 Implement pause/resume for the RS thread. by Jason Sams · 15 years ago
  25. ebfb436 Add raster object to control point and line params. Add flag to force SW rendering. by Jason Sams · 15 years ago
  26. 67c6844 Remove bogus comments and logging. by Jason Sams · 15 years ago
  27. b13ada5 Add support for selecting the color bit depth and if the application used a depth buffer. by Jason Sams · 15 years ago
  28. 317a628 Surface::GPU and Surface::HARDWARE are now deprecated; they will be set automatically if needed. by Mathias Agopian · 15 years ago
  29. e29d471 Move the java and jni renderscript files to the proper location. by Jason Sams · 15 years ago[Renamed (99%) from libs/rs/java/RenderScript/android/renderscript/RSSurfaceView.java]
  30. f29ca50 Cleanup logging and fix a startup race condition that manifested on Firestone. by Jason Sams · 15 years ago
  31. 94d8e90a Split renderscript java code from test apps. Update makefiles. by Jason Sams · 15 years ago[Renamed (98%) from libs/rs/java/Fountain/src/com/android/fountain/RSSurfaceView.java]
  32. df98851 Change the Fountain test app's package to com.android.fountain. by Jack Palevich · 15 years ago
  33. 5da30b7 Rename Calc sample to Fountain. by Jack Palevich · 15 years ago[Renamed from libs/rs/java/Calc/src/com/android/calc/RSSurfaceView.java]
  34. 60aa3ea Add sprite fountain test. by Jack Palevich · 15 years ago