1. d10035d Merge "Some hardening of isolated processes by restricting access to services." by Dianne Hackborn · 13 years ago
  2. a573f6a Some hardening of isolated processes by restricting access to services. by Dianne Hackborn · 13 years ago
  3. 87e2721 Remove unused param. by Jason Sams · 13 years ago
  4. 1c90e73 Merge "Refactored ISurfaceTexture calls from SurfaceTexture into BufferQueue." by Jamie Gennis · 13 years ago
  5. 5b6abb3 Merge "Fix bug in generated code for functions with inband data from pointers. Passing zero length data would desync return command stream." by Jason Sams · 13 years ago
  6. d51280f Fix bug in generated code for functions with inband data by Jason Sams · 13 years ago
  7. 28587f4 Merge "Fix the system" by Romain Guy · 13 years ago
  8. 21c9c85 Fix the system by Romain Guy · 13 years ago
  9. 68c02e2 Merge "Preliminary support for clipRect(Rect, Op)" by Romain Guy · 13 years ago
  10. 967e2bf Preliminary support for clipRect(Rect, Op) by Romain Guy · 13 years ago
  11. bdeec11 Merge "Implement RS VSync on new vsync infrastructure." by Jason Sams · 13 years ago
  12. 4c2e4c8 Implement RS VSync on new vsync infrastructure. by Jason Sams · 13 years ago
  13. c92e6f1 AccessoryChat: use platform APIs and support Galaxy Nexus by Simon Wilson · 13 years ago
  14. 70e80aa Refactored ISurfaceTexture calls from SurfaceTexture into BufferQueue. by Daniel Lam · 13 years ago
  15. efa08a6 make sure to ignore SIGPIPE in the write side of BitTube by Mathias Agopian · 13 years ago
  16. 1ef7d13 Merge "Multi-user - 1st major checkin" by Amith Yamasani · 13 years ago
  17. 742a671 Multi-user - 1st major checkin by Amith Yamasani · 13 years ago
  18. cc2daed Merge "Properly recover from failed compilation." by Stephen Hines · 13 years ago
  19. 8d13ef3 Merge "Separate interface definition and implementation of Snapshot" by Romain Guy · 13 years ago
  20. ada4d53 Separate interface definition and implementation of Snapshot by Romain Guy · 13 years ago
  21. b545eaa Merge "separate transactions from updates" by Mathias Agopian · 13 years ago
  22. bc18f28 Merge "Disable debugging code in the font renderer" by Romain Guy · 13 years ago
  23. b629490 Disable debugging code in the font renderer by Romain Guy · 13 years ago
  24. 7042613 Merge "Fix an incorrect assert that doesn't account for element array size." by Alex Sakhartchouk · 13 years ago
  25. ac1748c Merge "Thread::getTid returns pid_t gettid() after run" by Glenn Kasten · 13 years ago
  26. 862dadb Properly recover from failed compilation. by Stephen Hines · 13 years ago
  27. bf3c3f2 Fix an incorrect assert that doesn't account for element array size. by Alex Sakhartchouk · 13 years ago
  28. 9a9dbd5 separate transactions from updates by Mathias Agopian · 13 years ago
  29. bb3968f Merge "Remove wrapper version check assert." by Stephen Hines · 13 years ago
  30. 07c1293 Remove wrapper version check assert. by Stephen Hines · 13 years ago
  31. bbf1bc8 Merge "Add optional metadata to initiliaze the render threat." by Romain Guy · 13 years ago
  32. 211370f Add optional metadata to initiliaze the render threat. by Romain Guy · 13 years ago
  33. 6c997a9 aapt now sorts the strings in the resource string pool. by Dianne Hackborn · 13 years ago
  34. 13631f3 Add debug markers to OpenGLRenderer by Romain Guy · 13 years ago
  35. 855eadf Merge "Fix potential bug with reordered size/offset arguments." by Stephen Hines · 13 years ago
  36. 530041d Add stencil buffer to the EGL config by Romain Guy · 13 years ago
  37. dfbcee6 fix build by Mathias Agopian · 13 years ago
  38. cee905b Merge "Don't wait forever if there are no commands to execute." by Stephen Hines · 13 years ago
  39. 7bea650 Merge "SurfaceTexture: use fence sync on omap4 & s5pc110" by Jamie Gennis · 13 years ago
  40. e3f9cc6 Don't wait forever if there are no commands to execute. by Stephen Hines · 13 years ago
  41. caaac34 Merge "Fix bugs with unsigned rsAtomicCas/Max/Min." by Stephen Hines · 13 years ago
  42. 109116b Fix bugs with unsigned rsAtomicCas/Max/Min. by Stephen Hines · 13 years ago
  43. 5ff9df6 Add full support for Canvas.setDrawFilter() by Romain Guy · 13 years ago
  44. f3d30e1 SurfaceTexture: use fence sync on omap4 & s5pc110 by Daniel Lam · 13 years ago
  45. 4cbe25a Fix potential bug with reordered size/offset arguments. by Stephen Hines · 13 years ago
  46. 22d4184 Fix the build, for real by Romain Guy · 13 years ago
  47. 4785a6f Merge "Full support for Canvas.drawPosText" by Romain Guy · 13 years ago
  48. 671d6cf Full support for Canvas.drawPosText by Romain Guy · 13 years ago
  49. 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
  50. eb9a536 First pass at implementing Canvas.drawPosText() in GL by Romain Guy · 13 years ago
  51. 06a8644 Thread::getTid returns pid_t gettid() after run by Glenn Kasten · 13 years ago
  52. d36f7d2 Merge "Add support for new root.expand() calls." by Stephen Hines · 13 years ago
  53. 1e80869 Get AID_GRAPHICS from right place by Glenn Kasten · 13 years ago
  54. 2eeb53c update overview page for rs api docs to open iframe links in parent by Robert Ly · 13 years ago
  55. 0272f1d cherrypick from master - add overview description for RS API reference Change-Id: Id5554c607ad4c435f92bfa939e4ce4833a638f62 by Robert Ly · 13 years ago
  56. 6b4cf07 Add support for new root.expand() calls. by Stephen Hines · 13 years ago
  57. 0db7590 remove dead/usnused code by Mathias Agopian · 13 years ago
  58. ec193de Rename LOG_ASSERT to ALOG_ASSERT DO NOT MERGE by Steve Block · 13 years ago
  59. 3762c31 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  60. 8564c8d Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 13 years ago
  61. d4a69b4 Merge "Fix bug #5753006 Garbled Labels in Maps" by Fabrice Di Meglio · 13 years ago
  62. bd47cac Merge "Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE" by Steve Block · 13 years ago
  63. c511bee Fix bug #5753006 Garbled Labels in Maps by Fabrice Di Meglio · 13 years ago
  64. a8719ad Merge "Use the standard CC_LIKELY and CC_UNLIKELY macros" by Glenn Kasten · 13 years ago
  65. e80a4cc Use the standard CC_LIKELY and CC_UNLIKELY macros by Glenn Kasten · 13 years ago
  66. 6215d3f Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 13 years ago
  67. 5baa3a6 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 13 years ago
  68. 82bc7a7 Properly restore the GL scissor after a GL draw functor Bug #5781254 by Romain Guy · 13 years ago
  69. 0faa055 Merge "De-allocate caches for large glyphs when trimming memory" by Chet Haase · 13 years ago
  70. 9a82456 De-allocate caches for large glyphs when trimming memory by Chet Haase · 13 years ago
  71. 1b67852 Merge "Fix invalid madvise() during concurrent alloc/dealloc of MemoryDealer" by Jeff Brown · 13 years ago
  72. 0904c20 Merge "Fix issues from recent glyph caching change" by Chet Haase · 13 years ago
  73. 2a47c14 Fix issues from recent glyph caching change by Chet Haase · 13 years ago
  74. 8f85e80 Generate even fewer GL commands by Romain Guy · 13 years ago
  75. c17d9b7 Fix invalid madvise() during concurrent alloc/dealloc of MemoryDealer by Ji-Hwan Lee · 13 years ago
  76. 2d4fd36 Reduce the number of active texture changes by Romain Guy · 13 years ago
  77. ec31f83 <Insert something improper about OpenGL> by Romain Guy · 13 years ago
  78. a1d3c91 Further reduce the number of GL commands sent to the driver by Romain Guy · 13 years ago
  79. e829bc0 Merge "Make glyph cache more flexible" by Chet Haase · 13 years ago
  80. 7de0cb1 Make glyph cache more flexible by Chet Haase · 13 years ago
  81. 15bc643 Reduce the number of GL commands generated by the UI by Romain Guy · 13 years ago
  82. 5009f65 Merge "Optimize state changes" by Romain Guy · 13 years ago
  83. f3a910b4 Optimize state changes by Romain Guy · 13 years ago
  84. da7642b Merge "Minimize the amount of data uploaded to draw text" by Romain Guy · 13 years ago
  85. 51fbb00 Merge "Various OpenGL optimizations" by Romain Guy · 13 years ago
  86. d71dd36 Minimize the amount of data uploaded to draw text by Romain Guy · 13 years ago
  87. 39d252a Various OpenGL optimizations by Romain Guy · 13 years ago
  88. d2ea737 Merge "Remove leftover debugging code" by Romain Guy · 13 years ago
  89. f44e66f Remove leftover debugging code by Romain Guy · 13 years ago
  90. ebb2c6b Merge "Keep shaders to render properly" by Romain Guy · 13 years ago
  91. 3e263fa Keep shaders to render properly by Romain Guy · 13 years ago
  92. f08403b am 74e0fcae: am a1dee3f5: Merge "SurfaceTexture: fix a verbose-log compile error" into ics-mr1 by Jamie Gennis · 13 years ago
  93. 6752d0a Mark color uniform fetched after fetching it by Romain Guy · 13 years ago
  94. 798b9cd SurfaceTexture: fix a verbose-log compile error by Jamie Gennis · 13 years ago
  95. 24edca8 Code cleanup by Romain Guy · 13 years ago
  96. 05bbde7 Free up resources by deleting shaders early on by Romain Guy · 13 years ago
  97. 4a46ee5 Merge "Improve the VSYNC api a bit." by Mathias Agopian · 13 years ago
  98. 6779df2 Improve the VSYNC api a bit. by Mathias Agopian · 13 years ago
  99. f7f9304 Merge "NULL should not be const for RS." by Stephen Hines · 13 years ago
  100. 4d32204 NULL should not be const for RS. by Stephen Hines · 13 years ago