1. bdb1ba5 NFC: Fix implicit fallthrough by adding a break (and refactoring logic). by Stephen Hines · 6 years ago
  2. 5fccd07 Remove OVERRIDE_RS_DRIVER from libRS_internal by Miao Wang · 7 years ago
  3. 0445e2a Release mutex_lock if mIO.init failed during ContextCreate. by Miao Wang · 7 years ago
  4. 520ddb7 Only try to join the pthread when it is successfully initialized. by Miao Wang · 7 years ago
  5. 9ed983b Handle socket creation error in context init by Yang Ni · 7 years ago
  6. 025a1f4 Break libgui and libui dependencies. by Miao Wang · 7 years ago
  7. 63e14e5 Merge "Set the default cachedir during context create." by Treehugger Robot · 7 years ago
  8. 10ad077 Set the default cachedir during context create. by Miao Wang · 7 years ago
  9. 59f6142 Remove libgui and libui dependencies for vendor libs. by Miao Wang · 7 years ago
  10. 82e135c Remove libutils.so dependency from libRSDriver, libRSCpuRef, and most by Miao Wang · 7 years ago
  11. 2a61168 Remove libcutils dependency. by Miao Wang · 7 years ago
  12. 6223721 Remove RS_SERVER macros and references to unused headers. by Miao Wang · 7 years ago
  13. dd4c8f1 RenderScript HIDL client-side implementation by Miao Wang · 7 years ago
  14. a2c1b24 Merge "Make sure RSoV is off by default unless flag is set" by Yang Ni · 7 years ago
  15. 983a973 Make sure RSoV is off by default unless flag is set by Yang Ni · 7 years ago
  16. 048464b Merge "Initial driver for RSoV (RenderScript over Vulkan/SPIR-V)" by Yang Ni · 7 years ago
  17. 75f0d31 Initial driver for RSoV (RenderScript over Vulkan/SPIR-V) by Yang Ni · 8 years ago
  18. 11496ac Fix google-build-using-namespace warnings in rs. by Chih-Hung Hsieh · 8 years ago
  19. ad6dcb2 Merge "Avoid destroying Device separately" into nyc-dev am: ebe5b73 by Yang Ni · 8 years ago
  20. ebe5b73 Merge "Avoid destroying Device separately" into nyc-dev by Yang Ni · 8 years ago
  21. 8ca49ac Avoid destroying Device separately by Yang Ni · 8 years ago
  22. 0a5977d Merge "Guard general reduction logging output under property "debug.rs.reduce"." into nyc-dev by David Gross · 8 years ago
  23. 0686529 Merge "Move gDebuggerPresent to libRS.so, and fix up driver after split." am: 0c32fa9 by Stephen Hines · 8 years ago
  24. 6760f7b Guard general reduction logging output under property "debug.rs.reduce". by David Gross · 8 years ago
  25. 98cb2d1 Move gDebuggerPresent to libRS.so, and fix up driver after split. by Stephen Hines · 8 years ago
  26. 545fde3 Merge "Multithreaded execution of certain general reduction kernels; reduction test overhaul." into nyc-dev by David Gross · 8 years ago
  27. abe31c5 Merge "Multithreaded execution of certain general reduction kernels; reduction test overhaul." into nyc-dev by David Gross · 8 years ago
  28. 10adb0c Multithreaded execution of certain general reduction kernels; reduction test overhaul. by David Gross · 8 years ago
  29. 3df9bb0 Separate libRS.so into public and internal libs by Yang Ni · 8 years ago
  30. 4c15425 Merge "Separate libRS.so into public and internal libs" into nyc-dev am: 2e252d9 by Yang Ni · 8 years ago
  31. 85d0cb1 Separate libRS.so into public and internal libs by Yang Ni · 8 years ago
  32. 35fb321 Cleanup uses of sprintf so we can deprecate it. by George Burgess IV · 8 years ago
  33. 15c1d06 Derive the bcc optimization level from the input bitcode. by Stephen McGroarty · 9 years ago
  34. e5e18cc Lose HAVE_ANDROID_OS in frameworks/rs. by Elliott Hughes · 9 years ago
  35. f502980 Add a flag to the API to specify -O0 on the bcc command line. by verena beckham · 9 years ago
  36. d5164d5 Added in wait for attach context flag. by Stephen McGroarty · 9 years ago
  37. 95fe644 Fix cache path initialization and set. by Jason Sams · 9 years ago
  38. 4c368af Add a way to link against different driver names. by Stephen Hines · 9 years ago
  39. 84bf95d Fix object logging by Jason Sams · 9 years ago
  40. ea6e062 Add cache dir to context object. by Tim Murray · 9 years ago
  41. 9a6afb6 Fix CTS.RSCpp failures due to dispatch table entry missing in by Miao Wang · 9 years ago
  42. 4efe3d3 Add fatal error check by Jason Sams · 9 years ago
  43. 0ca7cba Refactor hal loading by Jason Sams · 9 years ago
  44. b8353c5 Revert "Replaced android::Vector with std::vector." by Yang Ni · 9 years ago
  45. f3213d7 Make rsContext be able to have info about the path of native libs by Miao Wang · 9 years ago
  46. cfaec17 Fix thread priorities. by Jason Sams · 9 years ago
  47. 97c10ec am 6e6cdbc3: Add flag to disable 64-bit driver. by Tim Murray · 10 years ago
  48. 6e6cdbc Add flag to disable 64-bit driver. by Tim Murray · 10 years ago
  49. 61db21c resolved conflicts for merge of 81cfa2c5 to lmp-dev-plus-aosp by Stephen Hines · 10 years ago
  50. 44bef6f Replace NULL macros with nullptr literals. by Chris Wailes · 10 years ago
  51. 569b09b am 3fa79f84: Merge changes I4c6abd96,I9bcf36d0 by Stephen Hines · 10 years ago
  52. 93d6bc8 Replaced android::Vector with std::vector. by Chris Wailes · 10 years ago
  53. 2d8030a Add debug.rs.debug to force debug mode. by Jason Sams · 10 years ago
  54. eb09f8b am 6c6f7539: am 8c8eb23d: Merge "Add 64bit large object support" by Tim Murray · 10 years ago
  55. a36c50a Add 64bit large object support by Jason Sams · 10 years ago
  56. f407465 am 16bbe7cb: am 1c3b028e: Merge "Pass context creation flags to driver init." by Jason Sams · 10 years ago
  57. 416f4b6 Pass context creation flags to driver init. by Jason Sams · 10 years ago
  58. c314d07 am 05469137: am b429ee59: Merge "Add error check when init RS thread in sync mode." by Tim Murray · 10 years ago
  59. b429ee5 Merge "Add error check when init RS thread in sync mode." by Tim Murray · 10 years ago
  60. f830682 am 033786bd: am 6757e6be: Merge "Fix potential deadlock caused by RenderScript" by Jason Sams · 10 years ago
  61. bcba6f6 Fix potential deadlock caused by RenderScript by Sangkyu Lee · 10 years ago
  62. c2fa401 am 73056923: am 149cec79: Merge "Disable acceleration when the context is legacy graphics." by Jason Sams · 10 years ago
  63. cd5f1ce Disable acceleration when the context is legacy graphics. by Jason Sams · 10 years ago
  64. fea96e8 Add error check when init RS thread in sync mode. by Xiaofei Wan · 10 years ago
  65. f963cc0 FramebufferNativeWindow.h is obsolete by Andy McFadden · 10 years ago
  66. 3f0db0d am b64224c2: am 68bc6d3a: Merge "Work-around 64bit build issues." by Ian Rogers · 10 years ago
  67. f8852d0 Work-around 64bit build issues. by Ian Rogers · 10 years ago
  68. 397b0b1 Make object destruction asynchronous. by Tim Murray · 10 years ago
  69. 9761c3f implement finish by Jason Sams · 11 years ago
  70. f274827 implement finish by Jason Sams · 11 years ago
  71. 4346392 Switch ALOGE->ALOGV or ALOGD for non-error conditions. by Stephen Hines · 11 years ago
  72. 84e3dea Add flags word to context initialization. by Tim Murray · 11 years ago
  73. 1664780 Fix RS build. by Stephen Hines · 11 years ago
  74. ef7cb5c resolved conflicts for merge of f0b81d23 to klp-dev by Stephen Hines · 11 years ago
  75. 6dfe684 Implement property_get() for the compatibility library. by Stephen Hines · 11 years ago
  76. c2ce707 Move rs.h functions over to extern "C". by Tim Murray · 11 years ago
  77. 8c1da3f Removed unused methods from rs.spec. by Tim Murray · 11 years ago
  78. 140a7ac resolved conflicts for merge of 5376c9bf to master by Stephen Hines · 11 years ago
  79. b0934b6 Remove libutils and fix rsDebug for RS support library. by Stephen Hines · 11 years ago
  80. 7e85ca2 Don't call property_get when building for the host. by Nick Kralevich · 11 years ago
  81. 20f62ca Remove extraneous logging. by Tim Murray · 11 years ago
  82. cca3d6c Add support for DEBUG context type. by Stephen Hines · 11 years ago
  83. 4961cce USAGE_IO notifications for new buffers. by Jason Sams · 11 years ago
  84. 0b575de Add x86 server support. by Tim Murray · 11 years ago
  85. 110f181 Reduce diffs with compat lib. by Jason Sams · 11 years ago
  86. 14982c8 Add support for debug and profile context. by Jason Sams · 11 years ago
  87. 7026520 Implement rs.sendMessage() by Jason Sams · 11 years ago
  88. 93eacc7 Cleanup diff with compat. by Jason Sams · 11 years ago
  89. 4d252d6 enable synchronous mode (functional) by Tim Murray · 12 years ago
  90. 6f01bcf Fix early set of error code. by Stephen Hines · 12 years ago
  91. 0e92fa3 Add flag for enabling CPU-only execution. by Tim Murray · 12 years ago
  92. 0c66f07 Move runtime loading into a separate helper function. by Tim Murray · 12 years ago
  93. c83dd0b Add "debug.rs.default-CPU-driver" property for RS driver. by Stephen Hines · 12 years ago
  94. 91dfcdb Provide an easy way to drop in a different RS driver. by Stephen Hines · 12 years ago
  95. 414a461 Attempt to create libRSDriver as shared library. by Stephen Hines · 12 years ago
  96. da3b58d Fix build. New clang has stricter checking. by Shih-wei Liao · 12 years ago
  97. d1f7da6 Add prop to force cap compute threading. by Jason Sams · 12 years ago
  98. 4edf030 More header untangling. by Alex Sakhartchouk · 12 years ago
  99. e23d239 Starting to untangle header spaghetti. by Alex Sakhartchouk · 12 years ago
  100. ed8844c Remove references to sched_policy.h in RS by Glenn Kasten · 12 years ago