1. 4ee16ff Call .rs.dtor() when tearing down Scripts. by Stephen Hines · 13 years ago
  2. d5dccb8 Updated time/type docs for Renderscript. by Stephen Hines · 13 years ago
  3. 1cbada3 Merge "Fixing the lockless fifo destory bug. Removing unused code from element. build." by Alex Sakhartchouk · 13 years ago
  4. 74111d7 Merge "Issue proper parameters to root() calls for RS." by Stephen Hines · 13 years ago
  5. 3815bad Issue proper parameters to root() calls for RS. by Stephen Hines · 13 years ago
  6. 98cc355 Fixing the lockless fifo destory bug. Removing unused code from element. build. by Alex Sakhartchouk · 13 years ago
  7. c7cec1e Fix issue with freeing allocation with circular references. by Jason Sams · 13 years ago
  8. dc314a1 Fix "return 0" behavior in rs 0 was not properly blocking for the next message. by Jason Sams · 13 years ago
  9. 451cf2e Add structure to pack params for forEach. by Jason Sams · 13 years ago
  10. 438e18a Merge "Fixing asynchronous performance issues." by Alex Sakhartchouk · 13 years ago
  11. c700e64 Fixing asynchronous performance issues. by Alex Sakhartchouk · 13 years ago
  12. 82f5c51 Merge "Fix to the memory leak problem." by Alex Sakhartchouk · 13 years ago
  13. e0aab4a Fix the RS frame timeout. by Jason Sams · 13 years ago
  14. 5c4369a Fix to the memory leak problem. by Alex Sakhartchouk · 13 years ago
  15. 1f5f9a3 Replacing sans serif system font with Roboto by Christian Robertson · 13 years ago
  16. 82ea63a Merge "add renderscript doc comments for exposed headers" by Alex Sakhartchouk · 13 years ago
  17. 9996b75 add renderscript doc comments for exposed headers by Alex Sakhartchouk · 13 years ago
  18. 044e2ee Start refactoring RS headerfiles for docs. by Jason Sams · 13 years ago
  19. 319680d Merge "Migrate perf-critical functions away from librs." by Stephen Hines · 13 years ago
  20. 1d526a4 Add RS docs for rs_core.rsh by Jason Sams · 13 years ago
  21. 1e5149f Migrate perf-critical functions away from librs. by Stephen Hines · 13 years ago
  22. 038a40c Merge "Add docs to rs_types.rsh" by Jason Sams · 13 years ago
  23. 9df3b2b Add docs to rs_types.rsh by Jason Sams · 13 years ago
  24. b2baef7 Merge "Fixing rs crash when no texture is bound." by Alex Sakhartchouk · 13 years ago
  25. ba15730 Fixing rs crash when no texture is bound. by Alex Sakhartchouk · 13 years ago
  26. 242a264 Merge "Start using bcinfo components within librs." by Stephen Hines · 13 years ago
  27. cbb0b8a Start using bcinfo components within librs. by Stephen Hines · 13 years ago
  28. c40ad9a Finish the refactor work of bccPrepareExecutable by Logan Chien · 13 years ago
  29. eb0dfed Add const to matrix by vector multiply routines. Cleanup ifdef for rsForEach. by Jason Sams · 13 years ago
  30. c500e74 Add size param to rsForEach bug 5074640 by Jason Sams · 13 years ago
  31. 263892b Merge "Correctly call glviewport when surface changes." by Alex Sakhartchouk · 13 years ago
  32. a544b63 Correctly call glviewport when surface changes. by Alex Sakhartchouk · 13 years ago
  33. 689821f Extract BC metadata using a single call. by Stephen Hines · 13 years ago
  34. 75b1fbd Merge "For the serialization context, no fifo initialization is necessary." by Alex Sakhartchouk · 13 years ago
  35. 6b0c004 For the serialization context, no fifo initialization is necessary. by Alex Sakhartchouk · 13 years ago
  36. 849bcdd Merge "Fix native crash when GL driver fails to initialize." by Jason Sams · 13 years ago
  37. 9544f76 Fix native crash when GL driver fails to initialize. by Jason Sams · 13 years ago
  38. 56456fa am 0814a9aa: am db4c5f35: resolved conflicts for merge of 7816eded to gingerbread-plus-aosp by David 'Digit' Turner · 13 years ago
  39. cc24af6 Merge "Add slot number to forEach hal." by Jason Sams · 13 years ago
  40. 35e429e Add slot number to forEach hal. by Jason Sams · 13 years ago
  41. 7f9eda6 Merge "Fix for the renderscript ref counting bug." by Alex Sakhartchouk · 13 years ago
  42. 49464a9 Fix for the renderscript ref counting bug. by Alex Sakhartchouk · 13 years ago
  43. 581b286 Remove the simulator target from all makefiles. Bug: 5010576 by Jeff Brown · 13 years ago
  44. cad86a3 am db4c5f35: resolved conflicts for merge of 7816eded to gingerbread-plus-aosp by David 'Digit' Turner · 13 years ago
  45. 163b9ff resolved conflicts for merge of 7816eded to gingerbread-plus-aosp by David 'Digit' Turner · 13 years ago
  46. abfaab8 Use resource entry name instead of mangled name. by Logan Chien · 13 years ago
  47. 585f554 Fix typo: mFieldCount -> mPragmaCount. by Logan Chien · 13 years ago
  48. 67605d7 Fix EGLUtils::selectConfigForPixelFormat() by Mathias Agopian · 13 years ago
  49. ce4141f Fix missing NL by Bruce Beare · 14 years ago
  50. 02932bf Move divsi3, modsi3, udivsi3, umodsi3 to libbcc. by Stephen Hines · 13 years ago
  51. 0a44ab4 Remove verbose logging, update test app and docs. by Stephen Hines · 13 years ago
  52. e1eb615 First cut of atomics for renderscript. by Jason Sams · 13 years ago
  53. c33e690 First cut at RSTextureView. by Jason Sams · 13 years ago
  54. a949524 Adding ability to read back fbo data to renderscript by Alex Sakhartchouk · 13 years ago
  55. 74a8279 Allocation copy functions. by Alex Sakhartchouk · 13 years ago
  56. b81a0eb More work to make libRS buildable on the host. by Alex Sakhartchouk · 13 years ago
  57. 0d74fbd Merge "Cleaup of rsComponent to remove GL types." by Jason Sams · 13 years ago
  58. a614ae1 Cleaup of rsComponent to remove GL types. by Jason Sams · 13 years ago
  59. 2a586a1 Merge "Start splitting allocation into hal and core." by Jason Sams · 13 years ago
  60. eb4fe18 Start splitting allocation into hal and core. by Jason Sams · 13 years ago
  61. 333cb56 Reconcile with honeycomb-release by The Android Open Source Project · 13 years ago
  62. 789ca83 Move context and device creation out of the spec file. by Jason Sams · 13 years ago
  63. 7257c7e Preparing libRS for for compilation on host. by Alex Sakhartchouk · 13 years ago
  64. 58f74bd Merge "Moves fbo support in renderscript behind the hal" by Alex Sakhartchouk · 13 years ago
  65. 1a4efa3 Core to client fifo on sockets. by Jason Sams · 13 years ago
  66. da6d34a Moves fbo support in renderscript behind the hal by Alex Sakhartchouk · 13 years ago
  67. 9003e56 Cleanup mesh creation. by Alex Sakhartchouk · 13 years ago
  68. 52bd701 Merge "rsLib cleanup" by Alex Sakhartchouk · 13 years ago
  69. c19ff01 rsLib cleanup by Alex Sakhartchouk · 13 years ago
  70. 2008747 Add code for generating fifo command packing. by Jason Sams · 13 years ago
  71. 7f126c7 Moving samplers behind the hal. by Alex Sakhartchouk · 13 years ago
  72. c2c02a8 Code Cleanup and better Sampler creation method by Alex Sakhartchouk · 13 years ago
  73. d3e7107 Fix error checks on compute context creation. by Jason Sams · 13 years ago
  74. 75cec79 Merge "Try fixing auto data inlining again." by Jason Sams · 13 years ago
  75. b693112 Try fixing auto data inlining again. by Jason Sams · 13 years ago
  76. fa08e90 Merge "Moving renderscript GL code into the HAL This change affects - shaders - meshes - fonts - quad rendering" by Alex Sakhartchouk · 13 years ago
  77. 0e4168c Temporarly disable auto-inbanding. by Jason Sams · 13 years ago
  78. a04e30d Moving renderscript GL code into the HAL by Alex Sakhartchouk · 13 years ago
  79. 6e58aef Fix bug 4355588 by Jason Sams · 13 years ago
  80. 343cd8a Merge "Pipe rsa function though the RS api table." by Jason Sams · 13 years ago
  81. e078aa1 Merge "Fix fifo size check code." by Jason Sams · 13 years ago
  82. e785aa0 Fix fifo size check code. by Jason Sams · 13 years ago
  83. c975cf4 Pipe rsa function though the RS api table. by Jason Sams · 13 years ago
  84. 7913cab am 5ac02e73: (-s ours) am 697f8b33: am 00df8e23: Merge "Check setName() for null string + fix rsRand()." into honeycomb-mr1 by Stephen Hines · 13 years ago
  85. 5fb1aeb Start implementing control side forEach. by Jason Sams · 13 years ago
  86. 4408305 Check setName() for null string + fix rsRand(). by Alex Sakhartchouk · 13 years ago
  87. 609201d Merge "Cleanup rs.spec file and code generator." by Jason Sams · 13 years ago
  88. 186e591 Cleanup rs.spec file and code generator. by Jason Sams · 13 years ago
  89. 1a6fa6b Merge "Start ICS header cleanup and finish type matrix." by Stephen Hines · 13 years ago
  90. 46f2e72 Start ICS header cleanup and finish type matrix. by Jason Sams · 13 years ago
  91. 70b83c1 Modifying libRS internal communication to handle network rendering. by Alex Sakhartchouk · 13 years ago
  92. f47fb9b Add matrix logging. by Jason Sams · 13 years ago
  93. b8fa756 Fix rsRand(float, float) by Jason Sams · 13 years ago
  94. f736d02 Merge "Move TLS behind hal." by Jason Sams · 13 years ago
  95. 83c451a Move TLS behind hal. by Jason Sams · 13 years ago
  96. 6ea39c9 Merge "Reduce verbosity of Renderscript logging." by Stephen Hines · 13 years ago
  97. 2b3ce1d Remove accidental logging. by Jason Sams · 13 years ago
  98. 9db7fe2 Reduce verbosity of Renderscript logging. by Stephen Hines · 13 years ago
  99. 87fe59a Create runtime stubs for compute driver. by Jason Sams · 13 years ago
  100. eed1b15 Fix broken assert (if input allocation is NULL). by Stephen Hines · 13 years ago