1. 72226e0 Implement USAGE_IO_INPUT by Jason Sams · 13 years ago
  2. fb2f5c2 Reuse context and allocations across test. by Jason Sams · 13 years ago
  3. 455d644 Implement rs.sendMessage() by Jason Sams · 13 years ago
  4. 806f133 Merge "Turn off vector code for tests where this reduces performance." by Jason Sams · 13 years ago
  5. 79914f9 Turn off vector code for tests where this reduces performance. by Jason Sams · 13 years ago
  6. b472aad Merge "fast math error testing." by Jason Sams · 13 years ago
  7. 023c260 fast math error testing. by Jason Sams · 13 years ago
  8. b2d98ce Fix image processing test to include all benchmark tests by Xia Wang · 14 years ago
  9. bb469bd Merge "Add parentheses for latest Clang warnings." by Stephen Hines · 13 years ago
  10. 9be5f0a Add parentheses for latest Clang warnings. by Stephen Hines · 13 years ago
  11. 40f1fa6 Add 3D LUT intrinsic java class by Jason Sams · 13 years ago
  12. 09e2835 Fix off by 1 in color cube. by Jason Sams · 13 years ago
  13. a22f980 Merge "Fix color cube tests." by Jason Sams · 13 years ago
  14. ddf66ce Fix color cube tests. by Jason Sams · 13 years ago
  15. 69bf687 Merge "Add API support for 3D allocations." by Jason Sams · 13 years ago
  16. d1c306a Add API support for 3D allocations. by Jason Sams · 13 years ago
  17. 2c1dc9a Switch to simpler createFromBitmap in ImageProcessing. by Tim Murray · 13 years ago
  18. f914db7 Minor cleanup of a few RS filter ports. by Jason Sams · 14 years ago
  19. 906380a Merge "add filters from Gallery to ImageProcessing" by Tim Murray · 14 years ago
  20. d7940c8 add filters from Gallery to ImageProcessing by Tim Murray · 14 years ago
  21. b6d04f8 Fix app bug related to same input/output bitmap. by Stephen Hines · 14 years ago
  22. 131549d am 98a09c64: am 43174b7d: am 718fb9f1: Fix sample code issues by Jason Sams · 14 years ago
  23. 718fb9f Fix sample code issues by Jason Sams · 14 years ago
  24. 8150941 Add single channel blur test. by Jason Sams · 14 years ago
  25. 83e185c Update ImageProcessing test. by Jason Sams · 14 years ago
  26. 57b3557 Remove copyBitmap from ImageProcessing. by Tim Murray · 14 years ago
  27. 10542ec Merge "Port ImageProcessing to Filterscript." into jb-mr1-dev by Jason Sams · 14 years ago
  28. d3d6570 Port ImageProcessing to Filterscript. by Stephen Hines · 14 years ago
  29. 4b42941 Fix crash in ImageProcessing blend test by Jason Sams · 14 years ago
  30. 31864d7 Fix range on blur intrinsic. by Jason Sams · 14 years ago
  31. 1ebb720 Lighten grain and make live preview gpu friendly. by Jason Sams · 14 years ago
  32. 0e3d40d fix build break by Tim Murray · 14 years ago
  33. 74478f7 fix blend intrinsics, add tests by Tim Murray · 14 years ago
  34. 761d3d0 Reduce test warmup time to avoid driving into thermal throttle. by Jason Sams · 14 years ago
  35. ae76051 Test FS getElementAt by Jason Sams · 14 years ago
  36. ac4bd00 Change 5x5 convolve to better test impl. by Jason Sams · 14 years ago
  37. ed0b4f9 Force destroy scripts in imageProcessing. by Jason Sams · 14 years ago
  38. 82c8cda Merge "Add run all button to image processing test." into jb-mr1-dev by Jason Sams · 14 years ago
  39. b94d69a Add run all button to image processing test. by Jason Sams · 14 years ago
  40. 0e64d89 Add Mandelbrot test to ImageProcessing. by Tim Murray · 14 years ago
  41. 36fa5a4 Fix aprox fs function names bug b206696 by Jason Sams · 14 years ago
  42. 97e9ee2 Cleanup blur test, remove deprecated functions. by Jason Sams · 14 years ago
  43. 08a8158 Add Kernel, Method, and field IDs bug 7182873 by Jason Sams · 14 years ago
  44. 80d8190 Unhide intrinsics and document API. by Jason Sams · 14 years ago
  45. 8a95803 Fix bugs in grain where values could go out of bounds. by Jason Sams · 14 years ago
  46. 3a5b801 LUT intrinsic and CrossProcess test. 5x5 convolve and test Gauss blur and test by Jason Sams · 14 years ago
  47. c1ccbf5 Add greyscale intrinsic test. by Jason Sams · 14 years ago
  48. 8fd5853 Document ColorMatrix intrinsic and add helpers by Jason Sams · 14 years ago
  49. 6d617c2 Merge "Stabilize perf data." into jb-mr1-dev by Jason Sams · 14 years ago
  50. 76fb297 Stabilize perf data. by Jason Sams · 14 years ago
  51. 5729fcd Add ColorMatrix Intrinsic. by Jason Sams · 14 years ago
  52. c3f6d18 update image processing to fix ScriptGroup names. by Jason Sams · 14 years ago
  53. f967807 Merge "Fix bug in grain." into jb-mr1-dev by Jason Sams · 14 years ago
  54. a8309cb Merge "Move the kernel launch to specific intrinsic class." into jb-mr1-dev by Jason Sams · 14 years ago
  55. f1c051b Fix bug in grain. by Jason Sams · 14 years ago
  56. 19e1086 Move the kernel launch to specific intrinsic class. by Jason Sams · 14 years ago
  57. 50b1ba0 Fisheye filter: approx version, general performance improvements by Rajeev Sharma · 14 years ago
  58. 6ab9768 Intrinsics test by Jason Sams · 14 years ago
  59. dc39e86 Fix build issue with new error checks. by Jason Sams · 14 years ago
  60. 423ebcb Implement ScriptGroup and add test. by Jason Sams · 14 years ago
  61. 8fa5711 Add approximate version of Vignette filter to Image Processing test by Rajeev Sharma · 14 years ago
  62. c1deaa2 Vignette filter: precompute more values, simplify math, cleanup code by Rajeev Sharma · 14 years ago
  63. 41bd350 save 2ms replace div with mul. by Jason Sams · 14 years ago
  64. bb0dbf7 Add vignette filter to Image Processing test by Rajeev Sharma · 14 years ago
  65. bb2c947 Add fisheye filter to Image Processing benchmark by Rajeev Sharma · 14 years ago
  66. 4a45de8c Add film grain test. by Jason Sams · 14 years ago
  67. 52541816 Refactor ImageProcessing benchmark and stabilize results. by Jason Sams · 14 years ago
  68. 75ec678 Add fp_relaxed pragma to image processing test. by Jason Sams · 14 years ago
  69. 3c658de am 6b110728: am 606b16bc: am e546b879: am ccc11c4d: Merge "Fix a typo in image processing test" into ics-mr1 by Xia Wang · 14 years ago
  70. e2ce3b8 Fix a typo in image processing test by Xia Wang · 14 years ago
  71. 387d29e0 am e328d6b0: am b18a7c3e: am 1446c7b2: Merge "Get average value for image processing test bug#: 5566079" into ics-mr1 by Xia Wang · 14 years ago
  72. 6e31a7b Get average value for image processing test bug#: 5566079 by Xia Wang · 14 years ago
  73. 91e0dc7 Make image processing results more stable. Minor cleanup for mandel benchmark. by Jason Sams · 15 years ago
  74. 53fc3e1 Cleanup example code. by Jason Sams · 15 years ago
  75. f6244d1 Integrate ImageProcessing test into test framework by Xia Wang · 15 years ago
  76. c854b9c Merge "Add size param to rsForEach bug 5074640" by Jason Sams · 15 years ago
  77. cf57dec Add size param to rsForEach bug 5074640 by Jason Sams · 15 years ago
  78. 835b854 Fixing bitmap invalidation bug. by Alex Sakhartchouk · 15 years ago
  79. c32b994 Clean up use of rsSetObject/rsClearObject. by Stephen Hines · 15 years ago
  80. 9dc8b36 Better workaround for the bitmap invalidation problem. by Alex Sakhartchouk · 15 years ago
  81. abf2b93 sped up the ui in image processing test app by Alex Sakhartchouk · 15 years ago
  82. c29a444 Moving renderscript tests away from the library to a dedicated test folder. by Alex Sakhartchouk · 15 years ago