1. 13631f3 Add debug markers to OpenGLRenderer by Romain Guy · 14 years ago
  2. 855eadf Merge "Fix potential bug with reordered size/offset arguments." by Stephen Hines · 14 years ago
  3. 530041d Add stencil buffer to the EGL config by Romain Guy · 14 years ago
  4. dfbcee6 fix build by Mathias Agopian · 14 years ago
  5. cee905b Merge "Don't wait forever if there are no commands to execute." by Stephen Hines · 14 years ago
  6. 7bea650 Merge "SurfaceTexture: use fence sync on omap4 & s5pc110" by Jamie Gennis · 14 years ago
  7. e3f9cc6 Don't wait forever if there are no commands to execute. by Stephen Hines · 14 years ago
  8. caaac34 Merge "Fix bugs with unsigned rsAtomicCas/Max/Min." by Stephen Hines · 14 years ago
  9. 109116b Fix bugs with unsigned rsAtomicCas/Max/Min. by Stephen Hines · 14 years ago
  10. 5ff9df6 Add full support for Canvas.setDrawFilter() by Romain Guy · 14 years ago
  11. f3d30e1 SurfaceTexture: use fence sync on omap4 & s5pc110 by Daniel Lam · 14 years ago
  12. 4cbe25a Fix potential bug with reordered size/offset arguments. by Stephen Hines · 14 years ago
  13. 22d4184 Fix the build, for real by Romain Guy · 14 years ago
  14. 4785a6f Merge "Full support for Canvas.drawPosText" by Romain Guy · 14 years ago
  15. 671d6cf Full support for Canvas.drawPosText by Romain Guy · 14 years ago
  16. b41c96a am 43fda84e: am 6ad9ea7d: Merge "update overview page for rs api docs to open iframe links in parent" into ics-mr1 by Robert Ly · 14 years ago
  17. eb9a536 First pass at implementing Canvas.drawPosText() in GL by Romain Guy · 14 years ago
  18. d36f7d2 Merge "Add support for new root.expand() calls." by Stephen Hines · 14 years ago
  19. 1e80869 Get AID_GRAPHICS from right place by Glenn Kasten · 14 years ago
  20. 2eeb53c update overview page for rs api docs to open iframe links in parent by Robert Ly · 14 years ago
  21. 0272f1d cherrypick from master - add overview description for RS API reference Change-Id: Id5554c607ad4c435f92bfa939e4ce4833a638f62 by Robert Ly · 14 years ago
  22. 6b4cf07 Add support for new root.expand() calls. by Stephen Hines · 14 years ago
  23. 0db7590 remove dead/usnused code by Mathias Agopian · 14 years ago
  24. ec193de Rename LOG_ASSERT to ALOG_ASSERT DO NOT MERGE by Steve Block · 14 years ago
  25. 3762c31 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 14 years ago
  26. 8564c8d Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 14 years ago
  27. d4a69b4 Merge "Fix bug #5753006 Garbled Labels in Maps" by Fabrice Di Meglio · 14 years ago
  28. bd47cac Merge "Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE" by Steve Block · 14 years ago
  29. c511bee8 Fix bug #5753006 Garbled Labels in Maps by Fabrice Di Meglio · 14 years ago
  30. a8719ad Merge "Use the standard CC_LIKELY and CC_UNLIKELY macros" by Glenn Kasten · 14 years ago
  31. e80a4cc Use the standard CC_LIKELY and CC_UNLIKELY macros by Glenn Kasten · 14 years ago
  32. 6215d3f Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 14 years ago
  33. 5baa3a6 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 14 years ago
  34. 82bc7a7 Properly restore the GL scissor after a GL draw functor Bug #5781254 by Romain Guy · 14 years ago
  35. 0faa055 Merge "De-allocate caches for large glyphs when trimming memory" by Chet Haase · 14 years ago
  36. 9a82456 De-allocate caches for large glyphs when trimming memory by Chet Haase · 14 years ago
  37. 1b678528 Merge "Fix invalid madvise() during concurrent alloc/dealloc of MemoryDealer" by Jeff Brown · 14 years ago
  38. 0904c20 Merge "Fix issues from recent glyph caching change" by Chet Haase · 14 years ago
  39. 2a47c14 Fix issues from recent glyph caching change by Chet Haase · 14 years ago
  40. 8f85e80 Generate even fewer GL commands by Romain Guy · 14 years ago
  41. c17d9b7 Fix invalid madvise() during concurrent alloc/dealloc of MemoryDealer by Ji-Hwan Lee · 14 years ago
  42. 2d4fd36 Reduce the number of active texture changes by Romain Guy · 14 years ago
  43. ec31f83 <Insert something improper about OpenGL> by Romain Guy · 14 years ago
  44. a1d3c91 Further reduce the number of GL commands sent to the driver by Romain Guy · 14 years ago
  45. e829bc0 Merge "Make glyph cache more flexible" by Chet Haase · 14 years ago
  46. 7de0cb1 Make glyph cache more flexible by Chet Haase · 14 years ago
  47. 15bc643 Reduce the number of GL commands generated by the UI by Romain Guy · 14 years ago
  48. 5009f65 Merge "Optimize state changes" by Romain Guy · 14 years ago
  49. f3a910b4 Optimize state changes by Romain Guy · 14 years ago
  50. da7642b Merge "Minimize the amount of data uploaded to draw text" by Romain Guy · 14 years ago
  51. 51fbb00 Merge "Various OpenGL optimizations" by Romain Guy · 14 years ago
  52. d71dd36 Minimize the amount of data uploaded to draw text by Romain Guy · 14 years ago
  53. 39d252a Various OpenGL optimizations by Romain Guy · 14 years ago
  54. d2ea737 Merge "Remove leftover debugging code" by Romain Guy · 14 years ago
  55. f44e66f Remove leftover debugging code by Romain Guy · 14 years ago
  56. ebb2c6b Merge "Keep shaders to render properly" by Romain Guy · 14 years ago
  57. 3e263fa Keep shaders to render properly by Romain Guy · 14 years ago
  58. f08403b am 74e0fcae: am a1dee3f5: Merge "SurfaceTexture: fix a verbose-log compile error" into ics-mr1 by Jamie Gennis · 14 years ago
  59. 6752d0a Mark color uniform fetched after fetching it by Romain Guy · 14 years ago
  60. 798b9cd SurfaceTexture: fix a verbose-log compile error by Jamie Gennis · 14 years ago
  61. 24edca8 Code cleanup by Romain Guy · 14 years ago
  62. 05bbde7 Free up resources by deleting shaders early on by Romain Guy · 14 years ago
  63. 4a46ee5 Merge "Improve the VSYNC api a bit." by Mathias Agopian · 14 years ago
  64. 6779df2 Improve the VSYNC api a bit. by Mathias Agopian · 14 years ago
  65. f7f9304 Merge "NULL should not be const for RS." by Stephen Hines · 14 years ago
  66. 4d32204 NULL should not be const for RS. by Stephen Hines · 14 years ago
  67. 9c4b79a Discard framebuffer rendering queues when discarding layers Bug #5581817 by Romain Guy · 14 years ago
  68. 7da48db Merge "Clip text correctly Bug #5706056" by Romain Guy · 14 years ago
  69. 8f9a9f6 Clip text correctly Bug #5706056 by Romain Guy · 14 years ago
  70. f0fef4f am f1a4c48b: am e21dabf6: Merge "Initialize bwr.read_buffer in IPCThreadState::talkWithDriver." into ics-mr1 by Ben Cheng · 14 years ago
  71. e21dabf Merge "Initialize bwr.read_buffer in IPCThreadState::talkWithDriver." into ics-mr1 by Ben Cheng · 14 years ago
  72. cac5fd3 Faster text clipping by Romain Guy · 14 years ago
  73. 0450570 Initialize bwr.read_buffer in IPCThreadState::talkWithDriver. by Ben Cheng · 14 years ago
  74. 976ae27 Add support for handling a bitcode wrapper to librs. by Stephen Hines · 14 years ago
  75. d21b6e1 Optimize away unnecessary state changes by Romain Guy · 14 years ago
  76. 993b209 am 55d3880e: am bb1e7d43: Merge changes I7e973a35,Ib3386fcc into ics-mr1 by Mathias Agopian · 14 years ago
  77. 77cec613 SurfaceTexture: add EGL_KHR_fence_sync option by Jamie Gennis · 14 years ago
  78. d6c938f SurfaceTexture: add a blit-to-FBO test by Jamie Gennis · 14 years ago
  79. 79f39eb Add support for sending VSYNC events to the framework by Mathias Agopian · 14 years ago
  80. f9e88fb Fix build. by Mathias Agopian · 14 years ago
  81. aa2892e Merge changes If4126023,Iacda2386,I1eb691f7,Ib56139f8 by Mathias Agopian · 14 years ago
  82. f3918c5 Add support for sending VSYNC events to the framework by Mathias Agopian · 14 years ago
  83. bb9ba8b BitTube::read now handles EAGAIN by Mathias Agopian · 14 years ago
  84. cb52d67 am 02e88f23: am 46685db9: Merge "Fix crash in existing applications Bug #5659476" into ics-mr1 by Romain Guy · 14 years ago
  85. 46685db Merge "Fix crash in existing applications Bug #5659476" into ics-mr1 by Romain Guy · 14 years ago
  86. d3ea6b4 am 38928899: am 8990cb57: Merge "Fix flashing wifi dialog after rotating back from landscape." into ics-mr1 by Chet Haase · 14 years ago
  87. 3f15700 split ComposerService out of SurfaceComposerClient.h by Mathias Agopian · 14 years ago
  88. 08837c2 Fix flashing wifi dialog after rotating back from landscape. by Chet Haase · 14 years ago
  89. ff98fa5 Fix crash in existing applications Bug #5659476 by Romain Guy · 14 years ago
  90. 12be3ff Remove dead code. by Logan Chien · 14 years ago
  91. 8a743d9 Merge "Add a basic hashtable data structure, with tests!" by Jeff Brown · 14 years ago
  92. e7d1722 Merge "Add support for handling a bitcode wrapper to librs." by Stephen Hines · 14 years ago
  93. 09ee7c8 Add support for handling a bitcode wrapper to librs. by Stephen Hines · 14 years ago
  94. 9d61edc Add a basic hashtable data structure, with tests! by Jeff Brown · 14 years ago
  95. b1e72b6 Merge "add overview description for RS API reference" by Robert Ly · 14 years ago
  96. dd39fdf Fix script init error handling. by Jason Sams · 14 years ago
  97. ec99c62 Merge "Use libcorkscrew to format the stack trace." by Jeff Brown · 14 years ago
  98. c28e574 am a2fabf4a: am 303a0695: Merge "Draw in the correct FBO after invoking a GL functor Bug #5650514" into ics-mr1 by Romain Guy · 14 years ago
  99. 303a069 Merge "Draw in the correct FBO after invoking a GL functor Bug #5650514" into ics-mr1 by Romain Guy · 14 years ago
  100. 77228be add overview description for RS API reference by Robert Ly · 14 years ago