1. 9dc8b36 Better workaround for the bitmap invalidation problem. by Alex Sakhartchouk · 13 years ago
  2. abf2b93 sped up the ui in image processing test app by Alex Sakhartchouk · 13 years ago
  3. c29a444 Moving renderscript tests away from the library to a dedicated test folder. by Alex Sakhartchouk · 13 years ago[Renamed from libs/rs/java/ImageProcessing/src/com/android/rs/image/ImageProcessingActivity.java]
  4. db217e0 Fix UI in image processing. by Alex Sakhartchouk · 13 years ago
  5. 6b32fab 1. Add Context to a RenderScript or RenderScriptGL instance. by Shih-wei Liao · 14 years ago
  6. 4ef6650 Remove CreateFromBitmapRef and add CopyTo(bitmap) replacement. by Jason Sams · 14 years ago
  7. bf6ef8d API review cleanup. by Jason Sams · 14 years ago
  8. ed9f210 Code cleanup to make formatting consistent across all the renderscript files. by Alex Sakhartchouk · 14 years ago
  9. 3ba02b3 Update ScriptC constructor to remove depricated param. by Jason Sams · 14 years ago
  10. 93a958f Handle RS reflection name changes. by Stephen Hines · 14 years ago
  11. a8c6cee Minor app updates for RS. force RSTest to portrait. by Stephen Hines · 14 years ago
  12. 8dff092 Reflected class name and bc file name changes. by Ying Wang · 14 years ago
  13. 43c3142 Remove extra float<>int conversions in ImageProcessing. by Jason Sams · 14 years ago
  14. f0690c4 Cleanup of signed/unsigned Make all functions overloadable. by Jason Sams · 14 years ago
  15. c7f4e41 Update imageprocessing to remove generated files. by Jason Sams · 14 years ago
  16. 8e6c17f Threading RS ForEach. by Jason Sams · 14 years ago
  17. 8f8a572 1st cut of ForEach and test. by Jason Sams · 14 years ago
  18. f110d4b Move ImageProcessing and ModelViewer to reflected files. by Jason Sams · 14 years ago
  19. 96ed4cf Remove InvokeData and add ContextFinish to generate a sync point. by Jason Sams · 14 years ago
  20. 814326b Added benchmark mode. Added some image processing operations. by Alex Sakhartchouk · 14 years ago
  21. 4d33993 Convert renderscript from using ACC to LLVM for its compiler. by Jason Sams · 14 years ago
  22. 8dd9ca3 Change default mode. by Jason Sams · 14 years ago
  23. 586f3b5 Add java benchmark to imageProcessing. by Jason Sams · 14 years ago
  24. 704ff64 Preview seperating RenderScript into RenderScript and RenderScriptGL by Jason Sams · 14 years ago
  25. 718cd1f Element restructuring. Add support for new basic Element types including the RS objects and vectors(2-4). In theory this paves the way for maintaining type info for RS objects, passing elements for GLSL uiforms/attribs/varyings, and supporting nested structures. by Jason Sams · 15 years ago
  26. 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
  27. d7fa122 Add new RenderScript sample: ImageProcessing. by Romain Guy · 15 years ago