1. 48082b5 Fixing renderscript samples to properly declare targetSDK by Robert Ly · 13 years ago
  2. 93d2111 Make ImageProcessing work. by Shih-wei Liao · 14 years ago
  3. b2cfc98 Fix bug in on-device linking. by Shih-wei Liao · 14 years ago
  4. dfadd07 convert2uchar3. by Shih-wei Liao · 14 years ago
  5. 15849d9 1. Add Context to a RenderScript or RenderScriptGL instance. by Shih-wei Liao · 14 years ago
  6. 837e388 Remove CreateFromBitmapRef and add CopyTo(bitmap) replacement. by Jason Sams · 14 years ago
  7. 25413ec API review cleanup. by Jason Sams · 14 years ago
  8. c9110b6 Remove unnecessary export_func pragma. by Stephen Hines · 14 years ago
  9. 209cf6d Remove WARs for zero-init + destructors. by Stephen Hines · 14 years ago
  10. afb743a Code cleanup to make formatting consistent across all the renderscript files. by Alex Sakhartchouk · 14 years ago
  11. a775673 Update ScriptC constructor to remove depricated param. by Jason Sams · 14 years ago
  12. 1793619 New RS types test for checking compilation. by Stephen Hines · 14 years ago
  13. 63d52ac Remove pragma for RS export variables. by Stephen Hines · 14 years ago
  14. 605048a Add object validity checking. by Jason Sams · 14 years ago
  15. ff1579a Handle RS reflection name changes. by Stephen Hines · 14 years ago
  16. e387d81 Minor app updates for RS. force RSTest to portrait. by Stephen Hines · 14 years ago
  17. 6ae9112 Reflected class name and bc file name changes. by Ying Wang · 14 years ago
  18. 62e744e Remove extra float<>int conversions in ImageProcessing. by Jason Sams · 14 years ago
  19. 5e1a9bf Merge "Thread launch strategies." by Jason Sams · 14 years ago
  20. dd663fa Thread launch strategies. by Jason Sams · 14 years ago
  21. 797506a Merge "Fix anonymous struct." by Shih-wei Liao · 14 years ago
  22. 79c0705 Fix anonymous struct. by Shih-wei Liao · 14 years ago
  23. 78d4a74 Update image processing to cleaup code by not inlining by Jason Sams · 14 years ago
  24. 7349547 Cleanup of signed/unsigned Make all functions overloadable. by Jason Sams · 14 years ago
  25. ef5867a Cleanup sendToClient and add rsGetDt(). by Jason Sams · 14 years ago
  26. 0c08cdb Minor ImageProcessing script optimization to make it a better FP benchmark. by Jason Sams · 14 years ago
  27. 633b5b5 rs_types.rsh and rs_math.rsh are default include files. Remove their #include. by Shih-wei Liao · 14 years ago
  28. 56dee03 Attempt to fix build '<>' works on mac but does not appear to work on linux yet. by Jason Sams · 14 years ago
  29. 1813340 Update imageprocessing to remove generated files. by Jason Sams · 14 years ago
  30. 0d5ef34 Fix Android build by Shih-wei Liao · 14 years ago
  31. 7bf29dd Threading RS ForEach. by Jason Sams · 14 years ago
  32. ace3e01 1st cut of ForEach and test. by Jason Sams · 14 years ago
  33. c4cdf45 Fix image processing resource problem for non high-density devices. by Jason Sams · 14 years ago
  34. 7fe6bce Add matrix ops to RSH headers. by Jason Sams · 14 years ago
  35. 5e9811f Move ImageProcessing and ModelViewer to reflected files. by Jason Sams · 14 years ago
  36. 8c88090 Remove InvokeData and add ContextFinish to generate a sync point. by Jason Sams · 14 years ago
  37. e0964a8 update image processing. by Jason Sams · 14 years ago
  38. 66070bf Remove noise functions and update images processing to use new rs namespace names. by Jason Sams · 14 years ago
  39. d433448 Added benchmark mode. Added some image processing operations. by Alex Sakhartchouk · 14 years ago
  40. be36bf3 Convert renderscript from using ACC to LLVM for its compiler. by Jason Sams · 14 years ago
  41. 3910dbf Update Script java classes and llvm samples. by Jason Sams · 14 years ago
  42. cdb10ff Add comment block matching the type defines added by RS. by Jason Sams · 14 years ago
  43. 354ea3a Change default mode. by Jason Sams · 14 years ago
  44. e81ef44 Add java benchmark to imageProcessing. by Jason Sams · 14 years ago
  45. 2c2d9bd Cleanup image processing example script. by Jason Sams · 14 years ago
  46. e47c4fa Fix ImageProcessing example. by Jason Sams · 14 years ago
  47. 4820e8b Preview seperating RenderScript into RenderScript and RenderScriptGL by Jason Sams · 14 years ago
  48. 8fdf6b5 Deprecate fill_parent and introduce match_parent. Bug: #2361749. by Romain Guy · 15 years ago
  49. 2d4445b explicit set an "optional" tag by Jean-Baptiste Queru · 15 years ago
  50. d01d970 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
  51. 613cad1 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
  52. d6d4a5f Add new RenderScript sample: ImageProcessing. by Romain Guy · 15 years ago