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