1. cfaec17 Fix thread priorities. by Jason Sams · 9 years ago
  2. 97c10ec am 6e6cdbc3: Add flag to disable 64-bit driver. by Tim Murray · 10 years ago
  3. 6e6cdbc Add flag to disable 64-bit driver. by Tim Murray · 10 years ago
  4. 61db21c resolved conflicts for merge of 81cfa2c5 to lmp-dev-plus-aosp by Stephen Hines · 10 years ago
  5. 44bef6f Replace NULL macros with nullptr literals. by Chris Wailes · 10 years ago
  6. 569b09b am 3fa79f84: Merge changes I4c6abd96,I9bcf36d0 by Stephen Hines · 10 years ago
  7. 93d6bc8 Replaced android::Vector with std::vector. by Chris Wailes · 10 years ago
  8. 2d8030a Add debug.rs.debug to force debug mode. by Jason Sams · 10 years ago
  9. eb09f8b am 6c6f7539: am 8c8eb23d: Merge "Add 64bit large object support" by Tim Murray · 10 years ago
  10. a36c50a Add 64bit large object support by Jason Sams · 10 years ago
  11. f407465 am 16bbe7cb: am 1c3b028e: Merge "Pass context creation flags to driver init." by Jason Sams · 10 years ago
  12. 416f4b6 Pass context creation flags to driver init. by Jason Sams · 10 years ago
  13. c314d07 am 05469137: am b429ee59: Merge "Add error check when init RS thread in sync mode." by Tim Murray · 10 years ago
  14. b429ee5 Merge "Add error check when init RS thread in sync mode." by Tim Murray · 10 years ago
  15. f830682 am 033786bd: am 6757e6be: Merge "Fix potential deadlock caused by RenderScript" by Jason Sams · 10 years ago
  16. bcba6f6 Fix potential deadlock caused by RenderScript by Sangkyu Lee · 10 years ago
  17. c2fa401 am 73056923: am 149cec79: Merge "Disable acceleration when the context is legacy graphics." by Jason Sams · 10 years ago
  18. cd5f1ce Disable acceleration when the context is legacy graphics. by Jason Sams · 10 years ago
  19. fea96e8 Add error check when init RS thread in sync mode. by Xiaofei Wan · 10 years ago
  20. f963cc0 FramebufferNativeWindow.h is obsolete by Andy McFadden · 10 years ago
  21. 3f0db0d am b64224c2: am 68bc6d3a: Merge "Work-around 64bit build issues." by Ian Rogers · 10 years ago
  22. f8852d0 Work-around 64bit build issues. by Ian Rogers · 10 years ago
  23. 397b0b1 Make object destruction asynchronous. by Tim Murray · 11 years ago
  24. 9761c3f implement finish by Jason Sams · 11 years ago
  25. f274827 implement finish by Jason Sams · 11 years ago
  26. 4346392 Switch ALOGE->ALOGV or ALOGD for non-error conditions. by Stephen Hines · 11 years ago
  27. 84e3dea Add flags word to context initialization. by Tim Murray · 11 years ago
  28. 1664780 Fix RS build. by Stephen Hines · 11 years ago
  29. ef7cb5c resolved conflicts for merge of f0b81d23 to klp-dev by Stephen Hines · 11 years ago
  30. 6dfe684 Implement property_get() for the compatibility library. by Stephen Hines · 11 years ago
  31. c2ce707 Move rs.h functions over to extern "C". by Tim Murray · 11 years ago
  32. 8c1da3f Removed unused methods from rs.spec. by Tim Murray · 11 years ago
  33. 140a7ac resolved conflicts for merge of 5376c9bf to master by Stephen Hines · 11 years ago
  34. b0934b6 Remove libutils and fix rsDebug for RS support library. by Stephen Hines · 11 years ago
  35. 7e85ca2 Don't call property_get when building for the host. by Nick Kralevich · 11 years ago
  36. 20f62ca Remove extraneous logging. by Tim Murray · 11 years ago
  37. cca3d6c Add support for DEBUG context type. by Stephen Hines · 11 years ago
  38. 4961cce USAGE_IO notifications for new buffers. by Jason Sams · 11 years ago
  39. 0b575de Add x86 server support. by Tim Murray · 11 years ago
  40. 110f181 Reduce diffs with compat lib. by Jason Sams · 11 years ago
  41. 14982c8 Add support for debug and profile context. by Jason Sams · 11 years ago
  42. 7026520 Implement rs.sendMessage() by Jason Sams · 11 years ago
  43. 93eacc7 Cleanup diff with compat. by Jason Sams · 12 years ago
  44. 4d252d6 enable synchronous mode (functional) by Tim Murray · 12 years ago
  45. 6f01bcf Fix early set of error code. by Stephen Hines · 12 years ago
  46. 0e92fa3 Add flag for enabling CPU-only execution. by Tim Murray · 12 years ago
  47. 0c66f07 Move runtime loading into a separate helper function. by Tim Murray · 12 years ago
  48. c83dd0b Add "debug.rs.default-CPU-driver" property for RS driver. by Stephen Hines · 12 years ago
  49. 91dfcdb Provide an easy way to drop in a different RS driver. by Stephen Hines · 12 years ago
  50. 414a461 Attempt to create libRSDriver as shared library. by Stephen Hines · 12 years ago
  51. da3b58d Fix build. New clang has stricter checking. by Shih-wei Liao · 12 years ago
  52. d1f7da6 Add prop to force cap compute threading. by Jason Sams · 12 years ago
  53. 4edf030 More header untangling. by Alex Sakhartchouk · 12 years ago
  54. e23d239 Starting to untangle header spaghetti. by Alex Sakhartchouk · 12 years ago
  55. ed8844c Remove references to sched_policy.h in RS by Glenn Kasten · 12 years ago
  56. 9afd9a5 Work around VSync signal while screen is off. by Jason Sams · 12 years ago
  57. 9bf3cf6 am 468a9715: Merge "Remove unused param." by Jason Sams · 12 years ago
  58. 963a2fb Remove unused param. by Jason Sams · 12 years ago
  59. d3e4b74 Merge commit 'bdeec118' into manualmerge by Jason Sams · 12 years ago
  60. 5f27d6f Implement RS VSync on new vsync infrastructure. by Jason Sams · 12 years ago
  61. 9719bd4 Plumbing for RS priority. by Jason Sams · 12 years ago
  62. af12ac6 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  63. a74a8f6 Fixing FBO font rendering bug that resulted from using old surface size. by Alex Sakhartchouk · 13 years ago
  64. 532165d am af3a854b: am af675222: Merge "Fix potential segfault in RS watchdog." into ics-mr0 by Stephen Hines · 13 years ago
  65. 86c6b5f Fix potential segfault in RS watchdog. by Stephen Hines · 13 years ago
  66. 036b3f7 am 27812a8f: am 28e4f87f: Fix bug where CPU could be stuck spinning Required the wallpaper be animating and the system to have run slowly during the last frame when rendering stopped. by Jason Sams · 13 years ago
  67. ca7c202 Fix bug where CPU could be stuck spinning by Jason Sams · 13 years ago
  68. 6598201 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 13 years ago
  69. ee80344 Fix error printing if no command string is set. by Jason Sams · 13 years ago
  70. 86d842a Cleanup RS logs by Jason Sams · 13 years ago
  71. 2382aba Add RS watchdog. by Jason Sams · 13 years ago
  72. c7cec1e Fix issue with freeing allocation with circular references. by Jason Sams · 13 years ago
  73. dc314a1 Fix "return 0" behavior in rs 0 was not properly blocking for the next message. by Jason Sams · 13 years ago
  74. 438e18a Merge "Fixing asynchronous performance issues." by Alex Sakhartchouk · 13 years ago
  75. c700e64 Fixing asynchronous performance issues. by Alex Sakhartchouk · 13 years ago
  76. e0aab4a Fix the RS frame timeout. by Jason Sams · 13 years ago
  77. cbb0b8a Start using bcinfo components within librs. by Stephen Hines · 13 years ago
  78. 263892b Merge "Correctly call glviewport when surface changes." by Alex Sakhartchouk · 13 years ago
  79. a544b63 Correctly call glviewport when surface changes. by Alex Sakhartchouk · 13 years ago
  80. 75b1fbd Merge "For the serialization context, no fifo initialization is necessary." by Alex Sakhartchouk · 13 years ago
  81. 6b0c004 For the serialization context, no fifo initialization is necessary. by Alex Sakhartchouk · 13 years ago
  82. 9544f76 Fix native crash when GL driver fails to initialize. by Jason Sams · 13 years ago
  83. b81a0eb More work to make libRS buildable on the host. by Alex Sakhartchouk · 13 years ago
  84. 789ca83 Move context and device creation out of the spec file. by Jason Sams · 13 years ago
  85. 7257c7e Preparing libRS for for compilation on host. by Alex Sakhartchouk · 13 years ago
  86. 58f74bd Merge "Moves fbo support in renderscript behind the hal" by Alex Sakhartchouk · 13 years ago
  87. 1a4efa3 Core to client fifo on sockets. by Jason Sams · 13 years ago
  88. da6d34a Moves fbo support in renderscript behind the hal by Alex Sakhartchouk · 13 years ago
  89. c19ff01 rsLib cleanup by Alex Sakhartchouk · 13 years ago
  90. d3e7107 Fix error checks on compute context creation. by Jason Sams · 13 years ago
  91. fa08e90 Merge "Moving renderscript GL code into the HAL This change affects - shaders - meshes - fonts - quad rendering" by Alex Sakhartchouk · 13 years ago
  92. a04e30d Moving renderscript GL code into the HAL by Alex Sakhartchouk · 13 years ago
  93. 343cd8a Merge "Pipe rsa function though the RS api table." by Jason Sams · 13 years ago
  94. e785aa0 Fix fifo size check code. by Jason Sams · 13 years ago
  95. c975cf4 Pipe rsa function though the RS api table. by Jason Sams · 13 years ago
  96. 186e591 Cleanup rs.spec file and code generator. by Jason Sams · 13 years ago
  97. 70b83c1 Modifying libRS internal communication to handle network rendering. by Alex Sakhartchouk · 13 years ago
  98. 83c451a Move TLS behind hal. by Jason Sams · 13 years ago
  99. 4b3de47 Migrate most GL from context to driver. by Jason Sams · 13 years ago
  100. 721acc4 Seperate ProgramRaster. Cleanup ProgramRaster and ProgramStore creation. by Jason Sams · 13 years ago