1. 0d13f39 Add generating support lib tests from RSUnitTests by Arthur Eubanks · 8 years ago
  2. 658c740 Merge "Fix crashing CPU driver runtime on null input allocation" by Treehugger Robot · 8 years ago
  3. f4b6eeb Fix crashing CPU driver runtime on null input allocation by I-Jui (Ray) Sung · 8 years ago
  4. 62bc41c Merge "Convert more of libRS* to Android.bp" by Treehugger Robot · 8 years ago
  5. 403885e Convert more of libRS* to Android.bp by Colin Cross · 8 years ago
  6. 0fb3425 Merge "Fix uninitialized lodDim{X|Y|Z} in YUV allocations" by Treehugger Robot · 8 years ago
  7. b742d23 Fix uninitialized lodDim{X|Y|Z} in YUV allocations by I-Jui (Ray) Sung · 8 years ago
  8. 1b03f25 Merge "Fix shared library location in build_rs.py" by Dan Willemsen · 8 years ago
  9. ddb86c3 Fix shared library location in build_rs.py by Dan Willemsen · 8 years ago
  10. 479f7c7 Merge "Protect static global access with a global flag." by Treehugger Robot · 8 years ago
  11. 296cd02 Protect static global access with a global flag. by Miao Wang · 8 years ago
  12. 7098f1f Merge "Add tests from RSTest_Compat to RSUnitTests" by Arthur Eubanks · 8 years ago
  13. 0631438 Merge "Remove API 19 and 20 from RSTestForward" by Treehugger Robot · 8 years ago
  14. 79ac151 Remove API 19 and 20 from RSTestForward by Arthur Eubanks · 8 years ago
  15. f7ae968 Merge "Fix CTS VLoadTest failures under debug context." by David Gross · 8 years ago
  16. f4882cb Fix CTS VLoadTest failures under debug context. by David Gross · 8 years ago
  17. 6cac172 Add tests from RSTest_Compat to RSUnitTests by Arthur Eubanks · 8 years ago
  18. c33e66f Merge "Add RSTestBackward for API 19" by Arthur Eubanks · 8 years ago
  19. d073e43 Merge "Fix typo in ScriptForEachMulti support lib jni." by Treehugger Robot · 8 years ago
  20. ed6a8dd Fix typo in ScriptForEachMulti support lib jni. by Miao Wang · 8 years ago
  21. 4308a5b Merge "Clean up Healing Brush and fix a crash" by Yang Ni · 8 years ago
  22. bfa6e70 Clean up Healing Brush and fix a crash by Yang Ni · 8 years ago
  23. fa5d468 Merge "Fix inconsistent allocation accessors in HealingBrush" by I-Jui (Ray) Sung · 8 years ago
  24. 06af00c Add RSTestBackward for API 19 by Arthur Eubanks · 8 years ago
  25. 9e8d53b Merge "Remove LOCAL_RENDERSCRIPT_COMPATIBILITY from compatibility testing" by Arthur Eubanks · 8 years ago
  26. c067525 Merge "Special case rs[G|S]etElementAt_long in 32-bit debug contexts" by Treehugger Robot · 8 years ago
  27. a1a1965 Fix inconsistent allocation accessors in HealingBrush by I-Jui (Ray) Sung · 8 years ago
  28. 84ba5b7 Remove LOCAL_RENDERSCRIPT_COMPATIBILITY from compatibility testing by Arthur Eubanks · 8 years ago
  29. 0fb11ee Special case rs[G|S]etElementAt_long in 32-bit debug contexts by I-Jui (Ray) Sung · 8 years ago
  30. d0adb14 Merge "Use different .so names in a debug context" by Yang Ni · 8 years ago
  31. 2979130 Use different .so names in a debug context by Yang Ni · 8 years ago
  32. 5cfec00 Merge "Convert libRS to Android.bp" by Colin Cross · 8 years ago
  33. 0e215cb Merge "Update path for libmediandk headers" by Colin Cross · 8 years ago
  34. 7a3e78a Convert libRS to Android.bp by Colin Cross · 8 years ago
  35. e1f527d Update path for libmediandk headers by Colin Cross · 8 years ago
  36. a5c8855 Merge "Add forward compatibility testing" by Arthur Eubanks · 8 years ago
  37. be6da14 Merge "Fix a type mismatch and out-of-bound accesses in ImageProcessing_jb" by Treehugger Robot · 8 years ago
  38. ec3d279 Fix a type mismatch and out-of-bound accesses in ImageProcessing_jb by I-Jui (Ray) Sung · 8 years ago
  39. 87b854f Merge "Fix the logging for test_rs_alloc_api()" by Treehugger Robot · 8 years ago
  40. 092aff8 Add forward compatibility testing by Arthur Eubanks · 8 years ago
  41. 167cd7a Fix the logging for test_rs_alloc_api() by Miao Wang · 8 years ago
  42. 92e4e13 Merge "Cleanup unit tests and backward compatibility tests" by Treehugger Robot · 8 years ago
  43. b033e3d Merge "Add API to allow RS debugger to find the high-level context, given a low level context." by Miao Wang · 8 years ago
  44. 9580680 Cleanup unit tests and backward compatibility tests by Arthur Eubanks · 8 years ago
  45. f7f4e42 Merge "Made untyped rs[GS]etElementAt available in debug context" by I-Jui (Ray) Sung · 8 years ago
  46. 9d6d872 Made untyped rs[GS]etElementAt available in debug context by I-Jui (Ray) Sung · 8 years ago
  47. abdc1af Add API to allow RS debugger to find the high-level context, given by Miao Wang · 8 years ago
  48. 87be008 Merge "Fix crashing VrDemo by removing obsolete code" by Treehugger Robot · 8 years ago
  49. 68e1857 Fix crashing VrDemo by removing obsolete code by I-Jui (Ray) Sung · 8 years ago
  50. 76a4032 Merge "Append null terminator to fullPath variable and change sizeof(type) to sizeof(*name) for clarity." by Michael Butler · 8 years ago
  51. 7305bb3 Append null terminator to fullPath variable and change sizeof(type) to by Michael Butler · 8 years ago
  52. 8672222 Merge "Fix clang-analyzer-security warnings for RenderScript" by Michael Butler · 8 years ago
  53. 2a1576f Fix clang-analyzer-security warnings for RenderScript by Michael Butler · 8 years ago
  54. 0d2f0c9 Merge "Fix unit test race condition" by Arthur Eubanks · 8 years ago
  55. 4cad330 Fix unit test race condition by Arthur Eubanks · 8 years ago
  56. 4eb6b55 Merge "Increment sys ref count of input/output Allocations" by Yang Ni · 8 years ago
  57. bc5d0f4 Increment sys ref count of input/output Allocations by Yang Ni · 8 years ago
  58. bd59805 Merge "Make RSTestBackward.apk part of build artifact" by Treehugger Robot · 8 years ago
  59. c078e4d Merge "Added test for Blur input/output validation" by Yang Ni · 8 years ago
  60. b0f8d21 Merge "Validates Intrinsic Blur only takes 2D Allocations" by Yang Ni · 8 years ago
  61. 63b812f Merge "Handle socket creation error in context init" by Yang Ni · 8 years ago
  62. 75fe0f8 Handle socket creation error in context init by Yang Ni · 8 years ago
  63. 1bc0fee Merge "Convert libRScpp to Android.bp" by Colin Cross · 8 years ago
  64. 00b1411 Convert libRScpp to Android.bp by Colin Cross · 8 years ago
  65. 524096c Make RSTestBackward.apk part of build artifact by Arthur Eubanks · 8 years ago
  66. ce7d261 Merge "Change backward compatibility unit test versions" by Arthur Eubanks · 8 years ago
  67. 97cf762 Validates Intrinsic Blur only takes 2D Allocations by Yang Ni · 8 years ago
  68. 8e9f4c9 Merge "[debugger] make the ScriptGroup inspection point weak" by David Gross · 8 years ago
  69. eb9a4d3 Added test for Blur input/output validation by Yang Ni · 8 years ago
  70. 6e64e51 [debugger] make the ScriptGroup inspection point weak by Luke Drummond · 8 years ago
  71. f7b25a0 Change backward compatibility unit test versions by Arthur Eubanks · 8 years ago
  72. 0919e85 Merge "Revive forEachDstAtop implementations for NEON/ASIMD" by I-Jui (Ray) Sung · 8 years ago
  73. e0c6f1d Revive forEachDstAtop implementations for NEON/ASIMD by I-Jui (Ray) Sung · 8 years ago
  74. 34687ba Merge "Added support for global variables" by Yang Ni · 8 years ago
  75. 28faded Added support for global variables by Yang Ni · 8 years ago
  76. d8da93e Merge "Add RenderScript backward compatibility testing" by Arthur Eubanks · 8 years ago
  77. 1a3e97c Add RenderScript backward compatibility testing by Arthur Eubanks · 8 years ago
  78. 375f0cd Merge "Update tests to reflect recent changes in lldb upstream and librs" by Treehugger Robot · 8 years ago
  79. aa09480 Merge "Add .rs.info versionInfo parser to the cpu_ref driver" by David Gross · 8 years ago
  80. 5065207 Update tests to reflect recent changes in lldb upstream and librs by Luke Drummond · 9 years ago
  81. 341f306 Add .rs.info versionInfo parser to the cpu_ref driver by Luke Drummond · 9 years ago
  82. 4cf9dc4 Merge "lldb test case harness improvement." by Treehugger Robot · 8 years ago
  83. cbcdb03 Merge "Add some discussion of what SlangVersion means for libclcore." by Treehugger Robot · 8 years ago
  84. 73eec5a Merge "Fixed inccorect version check" by Yang Ni · 8 years ago
  85. f2bde9e lldb test case harness improvement. by David Gross · 8 years ago
  86. 135f764 Fixed inccorect version check by Yang Ni · 8 years ago
  87. 5244f2c Merge "Add email alias to OWNERS." by Chih-hung Hsieh · 8 years ago
  88. 2e66752 Add email alias to OWNERS. by Chih-Hung Hsieh · 8 years ago
  89. 288c948 Merge "rsHidlAdaptation: Include log/log.h, since it uses ALOG*" am: 3f0bf5092e by Dan Willemsen · 8 years ago
  90. 3f0bf50 Merge "rsHidlAdaptation: Include log/log.h, since it uses ALOG*" by Dan Willemsen · 8 years ago
  91. 8b76a64 rsHidlAdaptation: Include log/log.h, since it uses ALOG* by Dan Willemsen · 8 years ago
  92. 2427678 Merge "Add regression tests for 32-bit x86 struct layout bug fixes." by David Gross · 8 years ago
  93. 588f7ed Merge "Add regression tests for 32-bit x86 struct layout bug fixes." by David Gross · 8 years ago
  94. 52e9dd1 Merge "Fix RS HIDL client to correctly treat data passing by bytes." by Michael Butler · 8 years ago
  95. 83ce85c Merge "Fix RS HIDL client to correctly treat data passing by bytes." by Michael Butler · 8 years ago
  96. 699eec4 Fix RS HIDL client to correctly treat data passing by bytes. by Miao Wang · 8 years ago
  97. 08012d1 Add regression tests for 32-bit x86 struct layout bug fixes. by David Gross · 8 years ago
  98. 435099c Merge "Revert "Add regression tests for 32-bit x86 struct layout bug fixes."" by David Gross · 8 years ago
  99. 91048d2 Merge "Revert "Add regression tests for 32-bit x86 struct layout bug fixes."" by David Gross · 8 years ago
  100. 56fca7d Revert "Add regression tests for 32-bit x86 struct layout bug fixes." by David Gross · 8 years ago