1. 2aad562 Make ImageProcessing work. by Shih-wei Liao · 15 years ago
  2. 0e7be13 Fix bug in on-device linking. by Shih-wei Liao · 15 years ago
  3. 16095fc convert2uchar3. by Shih-wei Liao · 15 years ago
  4. 6b32fab 1. Add Context to a RenderScript or RenderScriptGL instance. by Shih-wei Liao · 15 years ago
  5. 4ef6650 Remove CreateFromBitmapRef and add CopyTo(bitmap) replacement. by Jason Sams · 15 years ago
  6. bf6ef8d7 API review cleanup. by Jason Sams · 15 years ago
  7. 732779a Remove unnecessary export_func pragma. by Stephen Hines · 15 years ago
  8. baa19bc Remove WARs for zero-init + destructors. by Stephen Hines · 15 years ago
  9. ed9f210 Code cleanup to make formatting consistent across all the renderscript files. by Alex Sakhartchouk · 15 years ago
  10. 3ba02b3 Update ScriptC constructor to remove depricated param. by Jason Sams · 15 years ago
  11. ce13d94 New RS types test for checking compilation. by Stephen Hines · 15 years ago
  12. 5a6d7ac Remove pragma for RS export variables. by Stephen Hines · 15 years ago
  13. f166d9b Add object validity checking. by Jason Sams · 15 years ago
  14. 93a958f Handle RS reflection name changes. by Stephen Hines · 15 years ago
  15. a8c6cee Minor app updates for RS. force RSTest to portrait. by Stephen Hines · 15 years ago
  16. 8dff092 Reflected class name and bc file name changes. by Ying Wang · 15 years ago
  17. 43c3142 Remove extra float<>int conversions in ImageProcessing. by Jason Sams · 15 years ago
  18. 2a115d8 Merge "Thread launch strategies." by Jason Sams · 15 years ago
  19. 2cbd298 Thread launch strategies. by Jason Sams · 15 years ago
  20. 009e51e Merge "Fix anonymous struct." by Shih-wei Liao · 15 years ago
  21. 66bda36 Fix anonymous struct. by Shih-wei Liao · 15 years ago
  22. 05716aa Update image processing to cleaup code by not inlining by Jason Sams · 15 years ago
  23. f0690c4 Cleanup of signed/unsigned Make all functions overloadable. by Jason Sams · 15 years ago
  24. 1796651 Cleanup sendToClient and add rsGetDt(). by Jason Sams · 15 years ago
  25. f46f25a Minor ImageProcessing script optimization to make it a better FP benchmark. by Jason Sams · 15 years ago
  26. 1cc4523 rs_types.rsh and rs_math.rsh are default include files. Remove their #include. by Shih-wei Liao · 15 years ago
  27. 3b7fd8a Attempt to fix build '<>' works on mac but does not appear to work on linux yet. by Jason Sams · 15 years ago
  28. c7f4e41 Update imageprocessing to remove generated files. by Jason Sams · 15 years ago
  29. 57e7a95 Fix Android build by Shih-wei Liao · 15 years ago
  30. 8e6c17f Threading RS ForEach. by Jason Sams · 15 years ago
  31. 8f8a572 1st cut of ForEach and test. by Jason Sams · 15 years ago
  32. 6c8c2f2 Fix image processing resource problem for non high-density devices. by Jason Sams · 15 years ago
  33. fae3f6b Add matrix ops to RSH headers. by Jason Sams · 15 years ago
  34. f110d4b Move ImageProcessing and ModelViewer to reflected files. by Jason Sams · 15 years ago
  35. 96ed4cf Remove InvokeData and add ContextFinish to generate a sync point. by Jason Sams · 15 years ago
  36. 56985cea update image processing. by Jason Sams · 15 years ago
  37. 1001a5b Remove noise functions and update images processing to use new rs namespace names. by Jason Sams · 15 years ago
  38. 814326b Added benchmark mode. Added some image processing operations. by Alex Sakhartchouk · 15 years ago
  39. 4d33993 Convert renderscript from using ACC to LLVM for its compiler. by Jason Sams · 15 years ago
  40. 2d71bc7 Update Script java classes and llvm samples. by Jason Sams · 15 years ago
  41. 9415331 Add comment block matching the type defines added by RS. by Jason Sams · 15 years ago
  42. 8dd9ca3 Change default mode. by Jason Sams · 15 years ago
  43. 586f3b5 Add java benchmark to imageProcessing. by Jason Sams · 15 years ago
  44. 1d317d1 Cleanup image processing example script. by Jason Sams · 15 years ago
  45. ec2746c Fix ImageProcessing example. by Jason Sams · 15 years ago
  46. 704ff64 Preview seperating RenderScript into RenderScript and RenderScriptGL by Jason Sams · 15 years ago
  47. 980a938 Deprecate fill_parent and introduce match_parent. Bug: #2361749. by Romain Guy · 16 years ago
  48. ca328e7 explicit set an "optional" tag by Jean-Baptiste Queru · 16 years ago
  49. 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 · 16 years ago
  50. 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 · 16 years ago
  51. d7fa122 Add new RenderScript sample: ImageProcessing. by Romain Guy · 16 years ago