1. d3d6570 Port ImageProcessing to Filterscript. by Stephen Hines · 12 years ago
  2. b2ae7a1 Update compatibility library tests by Jason Sams · 12 years ago
  3. 31864d7 Fix range on blur intrinsic. by Jason Sams · 12 years ago
  4. 1ebb720 Lighten grain and make live preview gpu friendly. by Jason Sams · 12 years ago
  5. 0b17115 Merge "RS char bug repro case" into jb-mr1-dev by Stephen Hines · 12 years ago
  6. c49c71a Merge "Restore RSTest functionality (char bug is fixed)." into jb-mr1-dev by Stephen Hines · 12 years ago
  7. 0e3d40d fix build break by Tim Murray · 12 years ago
  8. 74478f7 fix blend intrinsics, add tests by Tim Murray · 12 years ago
  9. 8d60b1e Restore RSTest functionality (char bug is fixed). by Stephen Hines · 12 years ago
  10. d895d37 RS char bug repro case by Stephen Hines · 12 years ago
  11. 761d3d0 Reduce test warmup time to avoid driving into thermal throttle. by Jason Sams · 12 years ago
  12. 07e35aa Merge into jb-mr1-dev by Jean-Baptiste Queru · 12 years ago
  13. 641c36f Merge into jb-mr1-dev by Jean-Baptiste Queru · 12 years ago
  14. ae76051 Test FS getElementAt by Jason Sams · 12 years ago
  15. 85d4955 Add test for copy kernels. by Jason Sams · 12 years ago
  16. c4b95cf Test image for 2 input tests. by Jason Sams · 12 years ago
  17. ac4bd00 Change 5x5 convolve to better test impl. by Jason Sams · 12 years ago
  18. 9c7b529 Merge "Verify pass-by-value kernels with structs." into jb-mr1-dev by Stephen Hines · 12 years ago
  19. ed0b4f9 Force destroy scripts in imageProcessing. by Jason Sams · 12 years ago
  20. c4358c7 Verify pass-by-value kernels with structs. by Stephen Hines · 12 years ago
  21. 82c8cda Merge "Add run all button to image processing test." into jb-mr1-dev by Jason Sams · 12 years ago
  22. b94d69a Add run all button to image processing test. by Jason Sams · 12 years ago
  23. 0e64d89 Add Mandelbrot test to ImageProcessing. by Tim Murray · 12 years ago
  24. 36fa5a4 Fix aprox fs function names bug b206696 by Jason Sams · 12 years ago
  25. 5ca88a1 Merge "Add tests for pass-by-value kernels." into jb-mr1-dev by Stephen Hines · 12 years ago
  26. 97e9ee2 Cleanup blur test, remove deprecated functions. by Jason Sams · 12 years ago
  27. 263459d Add tests for pass-by-value kernels. by Stephen Hines · 12 years ago
  28. 08a8158 Add Kernel, Method, and field IDs bug 7182873 by Jason Sams · 12 years ago
  29. 2f2f0d4 Merge "Failing uchar4->int4 test" into jb-mr1-dev by Stephen Hines · 12 years ago
  30. 80d8190 Unhide intrinsics and document API. by Jason Sams · 12 years ago
  31. bd6acda Merge "Fix bugs in grain where values could go out of bounds." into jb-mr1-dev by Jason Sams · 12 years ago
  32. 8a95803 Fix bugs in grain where values could go out of bounds. by Jason Sams · 12 years ago
  33. 58b2b24 Updated tests for simpler ScriptC constructors. by Stephen Hines · 12 years ago
  34. 3a5b801 LUT intrinsic and CrossProcess test. 5x5 convolve and test Gauss blur and test by Jason Sams · 12 years ago
  35. c1ccbf5 Add greyscale intrinsic test. by Jason Sams · 12 years ago
  36. 8fd5853 Document ColorMatrix intrinsic and add helpers by Jason Sams · 12 years ago
  37. 6d617c2 Merge "Stabilize perf data." into jb-mr1-dev by Jason Sams · 12 years ago
  38. 76fb297 Stabilize perf data. by Jason Sams · 12 years ago
  39. 5729fcd Add ColorMatrix Intrinsic. by Jason Sams · 12 years ago
  40. c3f6d18 update image processing to fix ScriptGroup names. by Jason Sams · 12 years ago
  41. 7bb5745 Failing uchar4->int4 test by Stephen Hines · 12 years ago
  42. f967807 Merge "Fix bug in grain." into jb-mr1-dev by Jason Sams · 12 years ago
  43. a8309cb Merge "Move the kernel launch to specific intrinsic class." into jb-mr1-dev by Jason Sams · 12 years ago
  44. cdb0597 Merge "Switch to v8 (and appropriate llvm-rs-cc stuff)." into jb-mr1-dev by Stephen Hines · 12 years ago
  45. f1c051b Fix bug in grain. by Jason Sams · 12 years ago
  46. 19e1086 Move the kernel launch to specific intrinsic class. by Jason Sams · 12 years ago
  47. 02df84a am 34d85746: am b8da225f: Merge "Tests/RS: Add RS context check for RsBalls setAccel()" by Jean-Baptiste Queru · 12 years ago
  48. da1c93a Tests/RS: Add RS context check for RsBalls setAccel() by Yong Chen · 12 years ago
  49. 31bc7f9 Merge "Initial version of Renderscript Compute Benchmark" into jb-mr1-dev by Stephen Hines · 12 years ago
  50. 9196c9a Merge "Fisheye filter: approx version, general performance improvements" into jb-mr1-dev by Stephen Hines · 12 years ago
  51. 65b8734 Switch to v8 (and appropriate llvm-rs-cc stuff). by Stephen Hines · 12 years ago
  52. 000dc53 Initial version of Renderscript Compute Benchmark by Rajeev Sharma · 12 years ago
  53. 50b1ba0 Fisheye filter: approx version, general performance improvements by Rajeev Sharma · 12 years ago
  54. ebefb2c Testing java compat lib for RS. by Jason Sams · 12 years ago
  55. 6ab9768 Intrinsics test by Jason Sams · 12 years ago
  56. dc39e86 Fix build issue with new error checks. by Jason Sams · 12 years ago
  57. 423ebcb Implement ScriptGroup and add test. by Jason Sams · 12 years ago
  58. 6e1b917 Add case for NEON min to RSTest by Rajeev Sharma · 12 years ago
  59. 8fa5711 Add approximate version of Vignette filter to Image Processing test by Rajeev Sharma · 12 years ago
  60. c1deaa2 Vignette filter: precompute more values, simplify math, cleanup code by Rajeev Sharma · 12 years ago
  61. 41bd350 save 2ms replace div with mul. by Jason Sams · 12 years ago
  62. bb0dbf7 Add vignette filter to Image Processing test by Rajeev Sharma · 12 years ago
  63. bb2c947 Add fisheye filter to Image Processing benchmark by Rajeev Sharma · 12 years ago
  64. a807a50 Add unsigned tests to math agreement test by Rajeev Sharma · 12 years ago
  65. 85dae98 Test for unsigned RS setters. by Stephen Hines · 12 years ago
  66. b10f455 Merge "Updated math_agree test" by Stephen Hines · 12 years ago
  67. 5666d8f Updated math_agree test by Rajeev Sharma · 12 years ago
  68. 4a45de8 Add film grain test. by Jason Sams · 12 years ago
  69. 52541816 Refactor ImageProcessing benchmark and stabilize results. by Jason Sams · 12 years ago
  70. 702fb2c Cleanup filter preview test. by Jason Sams · 12 years ago
  71. ba92994 Merge "Filter performance tests." by Jason Sams · 12 years ago
  72. 10efb53 Switch to "tests" instead of "optional" for build. by Stephen Hines · 12 years ago
  73. 0cb555f Filter performance tests. by Jason Sams · 12 years ago
  74. 325ca45 Add math agreement test. float_distance and float_almost_agree added to header by Rajeev Sharma · 12 years ago
  75. 9fc54f3 Revert "Large matrix test" by Stephen Hines · 12 years ago
  76. 4af8665 Large matrix test by Jason Sams · 12 years ago
  77. 519b492 am df06d51f: am 4ee6a63d: Merge "Move gfx samples to test directory for compatibility testing." into jb-dev by Jason Sams · 12 years ago
  78. e5f2f66 Move gfx samples to test directory for compatibility testing. by Jason Sams · 12 years ago
  79. 030ab67 am 69b2bda2: am a7ea0d39: Merge "Add unit tests for convert (with relaxed precision)." into jb-dev by Stephen Hines · 12 years ago
  80. 0ccbd52 Test float vector versions of rsDebug(). by Stephen Hines · 12 years ago
  81. 724de98 Add unit tests for convert (with relaxed precision). by Stephen Hines · 12 years ago
  82. a25b2e8 Test clamp (full and relaxed precision). by Stephen Hines · 12 years ago
  83. adeb809 Start passing element/dim information along with FieldPacker. by Stephen Hines · 12 years ago
  84. 9b9e74e Move mesh to end of test list until we fix LLVM. by Stephen Hines · 12 years ago
  85. 6427555 Fixing test affected by API renaming. by Alex Sakhartchouk · 12 years ago
  86. 0e2c701 Merge "Unhiding J API's for Renderscript." by Alex Sakhartchouk · 12 years ago
  87. 918e840 Unhiding J API's for Renderscript. by Alex Sakhartchouk · 12 years ago
  88. 72afa11 Add tests for rootn() to math_conformance. by Stephen Hines · 12 years ago
  89. c5f519c Rename ioReceive and ioSend by Jason Sams · 12 years ago
  90. 75ec678 Add fp_relaxed pragma to image processing test. by Jason Sams · 12 years ago
  91. 043f5ce More rearrangement and renaming. by Alex Sakhartchouk · 12 years ago
  92. 73797e9 Changing rsg to rs where functions don't rely on graphics. by Alex Sakhartchouk · 12 years ago
  93. 44e3fe9 Using the rs API instead. by Alex Sakhartchouk · 12 years ago
  94. c709216 Merge "Support for more vector types." by Alex Sakhartchouk · 12 years ago
  95. c53254e Merge "Enable AA in scenegraph. Minor shader work in sample." by Alex Sakhartchouk · 12 years ago
  96. ebc34f8 Merge "Check in older versions of RS tests." by Stephen Hines · 12 years ago
  97. 41f1e5e Check in older versions of RS tests. by Stephen Hines · 12 years ago
  98. 29e2392 Support for more vector types. by Alex Sakhartchouk · 12 years ago
  99. e51ae26 Adding more modes to the sampler test app. Fixing pixel placement. by Alex Sakhartchouk · 12 years ago
  100. 43ca3cfa8 First draft of the sample function implementation. by Alex Sakhartchouk · 12 years ago