1. ca00e75 Fix string formatting issue in rsCpuExecutable.cpp by Miao Wang · 9 years ago
  2. 0801a5e Fix copyFrom for YUV Allocation. by Miao Wang · 9 years ago
  3. 69c005b Merge "Refactor ARM Blur prefill logic." by Miao Wang · 9 years ago
  4. 4a5400d Merge "Add TODO for proper fix of the race condition during CPU reference driver teardown." by Miao Wang · 9 years ago
  5. f0b048c Merge "Add general reduction test cases demonstrating distinguished initializers." by David Gross · 9 years ago
  6. 19601aa Add TODO for proper fix of the race condition during CPU reference by Miao Wang · 9 years ago
  7. 5a1f196 Refactor ARM Blur prefill logic. by Simon Hosie · 9 years ago
  8. f620fbf Merge "Remove unnecessary logcat message" by Yang Ni · 9 years ago
  9. 6ddc0c7 Add general reduction test cases demonstrating distinguished initializers. by David Gross · 9 years ago
  10. 554054c Remove unnecessary logcat message by Yang Ni · 9 years ago
  11. 18ca8ae Merge "Add reduction test cases findMinMat2, findMinMat4." by David Gross · 9 years ago
  12. 0b3a5fa Merge "Shrink down 2D and 3D general reduction tests to control time and space." by David Gross · 9 years ago
  13. b1e2b08 Merge "Test Java reflection for anonymous result types." by David Gross · 9 years ago
  14. cfded52 Merge "Add tests related to destroying temporary Allocations in reflected code." by David Gross · 9 years ago
  15. 140077c Add reduction test cases findMinMat2, findMinMat4. by David Gross · 9 years ago
  16. e770ef6 Shrink down 2D and 3D general reduction tests to control time and space. by David Gross · 9 years ago
  17. ce873f0 Test Java reflection for anonymous result types. by David Gross · 9 years ago
  18. cb74dab Add tests related to destroying temporary Allocations in reflected code. by David Gross · 9 years ago
  19. 3d14c4c Merge "Multithreaded execution of general reduction kernels over 2D and 3D iteration spaces." by David Gross · 9 years ago
  20. d226d83 Merge "General reduction test improvement and bug fixes." by David Gross · 9 years ago
  21. c5db871 Merge "Guard general reduction logging output under property "debug.rs.reduce"." by David Gross · 9 years ago
  22. f8e4cc3 Merge "Multithreaded execution of certain general reduction kernels; reduction test overhaul." by David Gross · 9 years ago
  23. c45cd3b Merge "Fix the makefiles for our tests following JACK change." by Miao Wang · 9 years ago
  24. 2d9452e Fix the makefiles for our tests following JACK change. by Miao Wang · 9 years ago
  25. f9bd1f2 Multithreaded execution of general reduction kernels over 2D and 3D iteration spaces. by David Gross · 9 years ago
  26. 3fff3e7 General reduction test improvement and bug fixes. by David Gross · 9 years ago
  27. 013ff53 Guard general reduction logging output under property "debug.rs.reduce". by David Gross · 9 years ago
  28. 35dbc8c Multithreaded execution of certain general reduction kernels; reduction test overhaul. by David Gross · 9 years ago
  29. 91fc976 Merge changes from topic 'fix-struct-layout' by Pirama Arumuga Nainar · 9 years ago
  30. 8b3ca7f Fix uninitialized fields in rsElement for composite data types by Pirama Arumuga Nainar · 9 years ago
  31. f6ea62b Add a test for structs with 64-bit scalar fields by Pirama Arumuga Nainar · 9 years ago
  32. 8b09d9f Merge "Added back old rsClearObject()" by Yang Ni · 9 years ago
  33. dca1564 Added back old rsClearObject() by Yang Ni · 9 years ago
  34. 71c83e9 Merge "Avoid accessing TLS in rsClearObject()" by Yang Ni · 9 years ago
  35. 304b5ac Merge "Test for half as a global or as a parameter to an invokable" by Pirama Arumuga Nainar · 9 years ago
  36. ade3137 Avoid accessing TLS in rsClearObject() by Yang Ni · 9 years ago
  37. e5d3d7b Test for half as a global or as a parameter to an invokable by Pirama Arumuga Nainar · 9 years ago
  38. 1416bf1 Merge "check in of the canny filter demo" by Miao Wang · 9 years ago
  39. b7a6edc check in of the canny filter demo by hoford · 10 years ago
  40. de8ac69 Merge changes from topic 'rsdebug' by Pirama Arumuga Nainar · 9 years ago
  41. 7a8d283 Merge "Avoid destroying Device separately" by Yang Ni · 9 years ago
  42. 6e2d85b Test rsDebug for half by Pirama Arumuga Nainar · 9 years ago
  43. 172b2fd Implement rsDebug for half by Pirama Arumuga Nainar · 9 years ago
  44. 2bfca08 Add rsDebug for half by Pirama Arumuga Nainar · 9 years ago
  45. 27130b1 Merge "tests: Fix crash and static preview issue for LivePreview APK." by Miao Wang · 9 years ago
  46. c109944 tests: Fix crash and static preview issue for LivePreview APK. by lwan89 · 10 years ago
  47. efc3f1f Avoid destroying Device separately by Yang Ni · 9 years ago
  48. a794925 Merge "Add librsrt_x86_64.bc and modify the script to update x86_64 prebuilts." by Miao Wang · 9 years ago
  49. 0c32fa9 Merge "Move gDebuggerPresent to libRS.so, and fix up driver after split." by Stephen Hines · 9 years ago
  50. 49f4e2b Merge "Remove unused variables" by Yang Ni · 9 years ago
  51. 9b91271 Merge "Define Float16 clamp" by Pirama Arumuga Nainar · 9 years ago
  52. 671bd03 Define Float16 clamp by Pirama Arumuga Nainar · 9 years ago
  53. d17de14 Merge "Fix and enable advsimd_Blend.S for arm64 IntrinsicBlend." by Miao Wang · 9 years ago
  54. 38b26af Add librsrt_x86_64.bc and modify the script to update x86_64 prebuilts. by Miao Wang · 9 years ago
  55. a615daa Fix and enable advsimd_Blend.S for arm64 IntrinsicBlend. by Miao Wang · 9 years ago
  56. d93f0d8 Merge "Clean-up makefiles for test applications." by Miao Wang · 9 years ago
  57. bc721e6 Clean-up makefiles for test applications. by Miao Wang · 9 years ago
  58. 8aa84dc Merge "Clean-up makefile for RsNbody." by Miao Wang · 9 years ago
  59. b0c9fe0 Clean-up makefile for RsNbody. by Miao Wang · 9 years ago
  60. d6e96ea Merge "add Nbody that uses ByteBuffer" by Miao Wang · 9 years ago
  61. a198b1e add Nbody that uses ByteBuffer by hoford · 10 years ago
  62. bcd3618 Merge "Remove support of disabling Jack." by Ying Wang · 9 years ago
  63. 98cb2d1 Move gDebuggerPresent to libRS.so, and fix up driver after split. by Stephen Hines · 9 years ago
  64. a51b8f6 Merge "Python test suite for debugging a RenderScript app using lldb." by Stephen Hines · 9 years ago
  65. c2459dc Remove unused variables by Yang Ni · 9 years ago
  66. 61c03c5 Remove support of disabling Jack. by Ying Wang · 9 years ago
  67. 4bc5675 Merge changes Ic10cba73,I28ab2d92 by Stephen Hines · 9 years ago
  68. 3dea20b Merge "Fix typo in Conversion Functions doc" by Brian Carlstrom · 9 years ago
  69. 196c31c Fix typo in Conversion Functions doc by Brian Carlstrom · 9 years ago
  70. b46560d Merge "ContextDestroy should go through FIFO" by Yang Ni · 9 years ago
  71. ad88408 ContextDestroy should go through FIFO by Yang Ni · 9 years ago
  72. fa212d5 Merge "Update rs_object_types.spec about USAGE_GRAPHICS_TEXTURE." by Miao Wang · 9 years ago
  73. 67b2d86 Update rs_object_types.spec about USAGE_GRAPHICS_TEXTURE. by Miao Wang · 9 years ago
  74. b59f6a3 Merge "Add convert_halfN(halfN) variants to spec and rs_convert.rsh" by Pirama Arumuga Nainar · 9 years ago
  75. 6ee9aba Merge "Add a default region to healingbrush." by Miao Wang · 9 years ago
  76. 7cb9dbb Add convert_halfN(halfN) variants to spec and rs_convert.rsh by Pirama Arumuga Nainar · 9 years ago
  77. f04a68c Add a default region to healingbrush. by Miao Wang · 9 years ago
  78. 0dcb1af Merge changes I0527dd5c,Ib8e76b7e by Pirama Arumuga Nainar · 9 years ago
  79. 39d9507 Ensure arch/generic.c is always included in libclcore_g.bc. by Verena Beckham · 9 years ago
  80. 88ba25d Merge "Add rsaContextSetNativeLibDir to libRS.map" by Miao Wang · 9 years ago
  81. ef0c455 Make RenderScript constants variables instead of macros. by Verena Beckham · 9 years ago
  82. 199865f Reorder tests for Float16 vector functions by Pirama Arumuga Nainar · 9 years ago
  83. 77994cd Add native_distance for half. by Pirama Arumuga Nainar · 9 years ago
  84. 18751d4 Add rsaContextSetNativeLibDir to libRS.map by Miao Wang · 9 years ago
  85. dcecc0c Python test suite for debugging a RenderScript app using lldb. by Dean De Leo · 9 years ago
  86. dd640a4 Merge "Revert WARS related to __truncxfhf2" by Pirama Arumuga Nainar · 9 years ago
  87. 3276e6d Revert WARS related to __truncxfhf2 by Pirama Arumuga Nainar · 9 years ago
  88. afec5d1 Merge "Separate libRS.so into public and internal libs" by Yang Ni · 9 years ago
  89. 3df9bb0 Separate libRS.so into public and internal libs by Yang Ni · 9 years ago
  90. 42792eb Merge "Bump sysRefCount for new objects from the runtime" by Yang Ni · 9 years ago
  91. 0b84114 Bump sysRefCount for new objects from the runtime by Yang Ni · 9 years ago
  92. 829cc62 Merge "X86: Fix IntrinsicBlend bugs and re-enable BLEND_DST_ATOP optimization" by Miao Wang · 9 years ago
  93. 7c892ee X86: Fix IntrinsicBlend bugs and re-enable BLEND_DST_ATOP optimization by Yong Chen · 10 years ago
  94. ae775e9 Merge "Fixed intrinsics inside a script group" by Yang Ni · 9 years ago
  95. cfe8986 Merge "Add documentation on invoke-only APIs" by Yang Ni · 9 years ago
  96. c6ef698 Merge changes I71ef78ee,I40c7493c by Pirama Arumuga Nainar · 9 years ago
  97. 925f9fa Merge "Fix warnings and turn on -Werror for C++ tests." by Stephen Hines · 9 years ago
  98. 7a106ad Fixed intrinsics inside a script group by Yang Ni · 9 years ago
  99. 240acfe Fix warnings and turn on -Werror for C++ tests. by Stephen Hines · 9 years ago
  100. 18787e0 Merge "Update frameworks/rs/ for LLVM rebase to r256229" by Pirama Arumuga Nainar · 9 years ago