1. cd5f1ce Disable acceleration when the context is legacy graphics. by Jason Sams · 10 years ago
  2. 3f0db0d am b64224c2: am 68bc6d3a: Merge "Work-around 64bit build issues." by Ian Rogers · 10 years ago
  3. f8852d0 Work-around 64bit build issues. by Ian Rogers · 10 years ago
  4. 397b0b1 Make object destruction asynchronous. by Tim Murray · 11 years ago
  5. 9761c3f implement finish by Jason Sams · 11 years ago
  6. f274827 implement finish by Jason Sams · 11 years ago
  7. 4346392 Switch ALOGE->ALOGV or ALOGD for non-error conditions. by Stephen Hines · 11 years ago
  8. 84e3dea Add flags word to context initialization. by Tim Murray · 11 years ago
  9. 1664780 Fix RS build. by Stephen Hines · 11 years ago
  10. ef7cb5c resolved conflicts for merge of f0b81d23 to klp-dev by Stephen Hines · 11 years ago
  11. 6dfe684 Implement property_get() for the compatibility library. by Stephen Hines · 11 years ago
  12. c2ce707 Move rs.h functions over to extern "C". by Tim Murray · 11 years ago
  13. 8c1da3f Removed unused methods from rs.spec. by Tim Murray · 11 years ago
  14. 140a7ac resolved conflicts for merge of 5376c9bf to master by Stephen Hines · 11 years ago
  15. b0934b6 Remove libutils and fix rsDebug for RS support library. by Stephen Hines · 11 years ago
  16. 7e85ca2 Don't call property_get when building for the host. by Nick Kralevich · 11 years ago
  17. 20f62ca Remove extraneous logging. by Tim Murray · 11 years ago
  18. cca3d6c Add support for DEBUG context type. by Stephen Hines · 11 years ago
  19. 4961cce USAGE_IO notifications for new buffers. by Jason Sams · 11 years ago
  20. 0b575de Add x86 server support. by Tim Murray · 11 years ago
  21. 110f181 Reduce diffs with compat lib. by Jason Sams · 11 years ago
  22. 14982c8 Add support for debug and profile context. by Jason Sams · 11 years ago
  23. 7026520 Implement rs.sendMessage() by Jason Sams · 11 years ago
  24. 93eacc7 Cleanup diff with compat. by Jason Sams · 12 years ago
  25. 4d252d6 enable synchronous mode (functional) by Tim Murray · 12 years ago
  26. 6f01bcf Fix early set of error code. by Stephen Hines · 12 years ago
  27. 0e92fa3 Add flag for enabling CPU-only execution. by Tim Murray · 12 years ago
  28. 0c66f07 Move runtime loading into a separate helper function. by Tim Murray · 12 years ago
  29. c83dd0b Add "debug.rs.default-CPU-driver" property for RS driver. by Stephen Hines · 12 years ago
  30. 91dfcdb Provide an easy way to drop in a different RS driver. by Stephen Hines · 12 years ago
  31. 414a461 Attempt to create libRSDriver as shared library. by Stephen Hines · 12 years ago
  32. da3b58d Fix build. New clang has stricter checking. by Shih-wei Liao · 12 years ago
  33. d1f7da6 Add prop to force cap compute threading. by Jason Sams · 12 years ago
  34. 4edf030 More header untangling. by Alex Sakhartchouk · 12 years ago
  35. e23d239 Starting to untangle header spaghetti. by Alex Sakhartchouk · 12 years ago
  36. ed8844c Remove references to sched_policy.h in RS by Glenn Kasten · 12 years ago
  37. 9afd9a5 Work around VSync signal while screen is off. by Jason Sams · 12 years ago
  38. 9bf3cf6 am 468a9715: Merge "Remove unused param." by Jason Sams · 12 years ago
  39. 963a2fb Remove unused param. by Jason Sams · 12 years ago
  40. d3e4b74 Merge commit 'bdeec118' into manualmerge by Jason Sams · 12 years ago
  41. 5f27d6f Implement RS VSync on new vsync infrastructure. by Jason Sams · 12 years ago
  42. 9719bd4 Plumbing for RS priority. by Jason Sams · 13 years ago
  43. af12ac6 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  44. a74a8f6 Fixing FBO font rendering bug that resulted from using old surface size. by Alex Sakhartchouk · 13 years ago
  45. 532165d am af3a854b: am af675222: Merge "Fix potential segfault in RS watchdog." into ics-mr0 by Stephen Hines · 13 years ago
  46. 86c6b5f Fix potential segfault in RS watchdog. by Stephen Hines · 13 years ago
  47. 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
  48. ca7c202 Fix bug where CPU could be stuck spinning by Jason Sams · 13 years ago
  49. 6598201 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 13 years ago
  50. ee80344 Fix error printing if no command string is set. by Jason Sams · 13 years ago
  51. 86d842a Cleanup RS logs by Jason Sams · 13 years ago
  52. 2382aba Add RS watchdog. by Jason Sams · 13 years ago
  53. c7cec1e Fix issue with freeing allocation with circular references. by Jason Sams · 13 years ago
  54. dc314a1 Fix "return 0" behavior in rs 0 was not properly blocking for the next message. by Jason Sams · 13 years ago
  55. 438e18a Merge "Fixing asynchronous performance issues." by Alex Sakhartchouk · 13 years ago
  56. c700e64 Fixing asynchronous performance issues. by Alex Sakhartchouk · 13 years ago
  57. e0aab4a Fix the RS frame timeout. by Jason Sams · 13 years ago
  58. cbb0b8a Start using bcinfo components within librs. by Stephen Hines · 13 years ago
  59. 263892b Merge "Correctly call glviewport when surface changes." by Alex Sakhartchouk · 13 years ago
  60. a544b63 Correctly call glviewport when surface changes. by Alex Sakhartchouk · 13 years ago
  61. 75b1fbd Merge "For the serialization context, no fifo initialization is necessary." by Alex Sakhartchouk · 13 years ago
  62. 6b0c004 For the serialization context, no fifo initialization is necessary. by Alex Sakhartchouk · 13 years ago
  63. 9544f76 Fix native crash when GL driver fails to initialize. by Jason Sams · 13 years ago
  64. b81a0eb More work to make libRS buildable on the host. by Alex Sakhartchouk · 13 years ago
  65. 789ca83 Move context and device creation out of the spec file. by Jason Sams · 13 years ago
  66. 7257c7e Preparing libRS for for compilation on host. by Alex Sakhartchouk · 13 years ago
  67. 58f74bd Merge "Moves fbo support in renderscript behind the hal" by Alex Sakhartchouk · 13 years ago
  68. 1a4efa3 Core to client fifo on sockets. by Jason Sams · 13 years ago
  69. da6d34a Moves fbo support in renderscript behind the hal by Alex Sakhartchouk · 13 years ago
  70. c19ff01 rsLib cleanup by Alex Sakhartchouk · 13 years ago
  71. d3e7107 Fix error checks on compute context creation. by Jason Sams · 13 years ago
  72. fa08e90 Merge "Moving renderscript GL code into the HAL This change affects - shaders - meshes - fonts - quad rendering" by Alex Sakhartchouk · 13 years ago
  73. a04e30d Moving renderscript GL code into the HAL by Alex Sakhartchouk · 13 years ago
  74. 343cd8a Merge "Pipe rsa function though the RS api table." by Jason Sams · 13 years ago
  75. e785aa0 Fix fifo size check code. by Jason Sams · 13 years ago
  76. c975cf4 Pipe rsa function though the RS api table. by Jason Sams · 13 years ago
  77. 186e591 Cleanup rs.spec file and code generator. by Jason Sams · 13 years ago
  78. 70b83c1 Modifying libRS internal communication to handle network rendering. by Alex Sakhartchouk · 13 years ago
  79. 83c451a Move TLS behind hal. by Jason Sams · 13 years ago
  80. 4b3de47 Migrate most GL from context to driver. by Jason Sams · 13 years ago
  81. 721acc4 Seperate ProgramRaster. Cleanup ProgramRaster and ProgramStore creation. by Jason Sams · 13 years ago
  82. 7d9c5ff First draft of fbo in renderscript. Updating samples and benchmark by Alex Sakhartchouk · 13 years ago
  83. 2cfe51e Fix bug with hal init uninitialized var. by Jason Sams · 13 years ago
  84. cdfdb8f Migrate thread launch to driver. by Jason Sams · 13 years ago
  85. bad8074 Start seperating out RS compute implementation. Create hal by Jason Sams · 13 years ago
  86. 1809bde Fixing a small bug in debug output by Alex Sakhartchouk · 13 years ago
  87. 7b3e9bd Fix for bug 3434228 by Alex Sakhartchouk · 13 years ago
  88. 4f947d7 Fix a race condition during Context init/teardown. by Stephen Hines · 13 years ago
  89. 196c111 DO NOT MERGE: Almost all warnings are now errors in RS build. by Stephen Hines · 13 years ago
  90. c946b61 fix bug 3477451 Bogus asserts with pure compute scripts. by Jason Sams · 13 years ago
  91. 2e8665d Correctly free resouces bound to scripts when the scripts are deleted. by Jason Sams · 13 years ago
  92. 51462c5 Fix bug 3385881 by Jason Sams · 14 years ago
  93. 249d453 Cleanup script init to fix bogus log printing and reduce memory churn. by Jason Sams · 14 years ago
  94. 59296fe Merge "Remove some old logging code." into honeycomb by Jason Sams · 14 years ago
  95. b2954e1 Remove some old logging code. by Jason Sams · 14 years ago
  96. b7ee74d fix [3367893] Rotating device on YouTube's home screen several times kills system_server by Mathias Agopian · 14 years ago
  97. 0f7785c Re-implement img npot support in HC. by Jason Sams · 14 years ago
  98. 52a67b2 WAR driver bug where surfaces of size 0 fail. by Jason Sams · 14 years ago
  99. ca3f09c Split time functions into rs_time.rsh header. by Stephen Hines · 14 years ago
  100. cf912de Fix cleanup race condition where objects might may not be cleaned up correctly. by Jason Sams · 14 years ago