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