1. 9e9689c Fix HDMI unblank behavior by Andy McFadden · 12 years ago
  2. 0acb00c Merge "fix typo that prevented proper loging of EGL error code" into jb-mr1-dev by Mathias Agopian · 12 years ago
  3. b8fc00b fix typo that prevented proper loging of EGL error code by Mathias Agopian · 12 years ago
  4. 3292cae don't automatically unblank external displays by Mathias Agopian · 12 years ago
  5. cb55857 fix dumpsys Layer name when using multiple displays by Mathias Agopian · 12 years ago
  6. 1b3aeb4 fix SurfaceFlinger DDMS debugging by Mathias Agopian · 12 years ago
  7. 5a8f901 Tone down a fatal assert by Andy McFadden · 12 years ago
  8. 9a14392 Ignore display state changes for disconnected displays by Jesse Hall · 12 years ago
  9. 81cd5d3 make sure we don't call into the HWC HAL when not needed by Mathias Agopian · 12 years ago
  10. 27ec573 Fix crashes after HDMI disconnect by Andy McFadden · 12 years ago
  11. ba607d5 Add Fence::waitForever which logs a warning timeout, and use it by Jesse Hall · 12 years ago
  12. 2ae7bec Revert "improve sensor fusion" -- DO NOT MERGE by Mathias Agopian · 12 years ago
  13. d30b36d SurfaceFlinger: reset the FB_TGT acquire fence by Jamie Gennis · 12 years ago
  14. 135e589 save/restore viewport properly when taking screenshot by Mathias Agopian · 12 years ago
  15. bae92d0 reset GL viewport and project when caputring the screen by Mathias Agopian · 12 years ago
  16. c01a79d Pass display arg to blank/unblank by Andy McFadden · 12 years ago
  17. a4310c8 SurfaceFlinger: don't always set HWC_GEOM_CHGD by Jamie Gennis · 12 years ago
  18. e206549 Merge "Recompute visible regions more vigorously" into jb-mr1-dev by Andy McFadden · 12 years ago
  19. ab10c58 Recompute visible regions more vigorously by Andy McFadden · 12 years ago
  20. a8026d2 Stop using transparent region for computing visible regions by Jesse Hall · 12 years ago
  21. c4a8daa Merge "add support for EGL_FRAMEBUFFER_TARGET_ANDROID" into jb-mr1-dev by Mathias Agopian · 12 years ago
  22. 3234138 only abort when errors happen on the main display by Mathias Agopian · 12 years ago
  23. 722b98f add support for EGL_FRAMEBUFFER_TARGET_ANDROID by Mathias Agopian · 12 years ago
  24. 7b19051 fix a crasher when running out of memory by Mathias Agopian · 12 years ago
  25. bb53b0e When "show visible regions" is enabled we were missing a call to HWC by Mathias Agopian · 12 years ago
  26. 4803b74 Show build config in dumpsys SurfaceFlinger by Andy McFadden · 12 years ago
  27. a046dd9 fix Layer croping in SurfaceFlinger by Mathias Agopian · 12 years ago
  28. 2a23184 don't call eglMakeCurrent() before calling HWC commit() on HWC 1.1 by Mathias Agopian · 12 years ago
  29. 52e2148 handle EGL errors by Mathias Agopian · 12 years ago
  30. 9e2463e add/remove displays properly on hotplug events by Mathias Agopian · 12 years ago
  31. ff28e20 Display events now always carry the display id they happened on by Mathias Agopian · 12 years ago
  32. b4d18ed fix an issue where hotplug events were not dispatched by Mathias Agopian · 12 years ago
  33. 4c0751a return an error, as expected, when querying a disconnected display by Mathias Agopian · 12 years ago
  34. 38e623b fix a typo preventing pre hwc-1.1 devices from booting by Mathias Agopian · 12 years ago
  35. f5a3392 we now correctly set-up connected screens during boot by Mathias Agopian · 12 years ago
  36. 148994e We now report hotplug events to the framework by Mathias Agopian · 12 years ago
  37. 1604f77 one more step toward HDMI support by Mathias Agopian · 12 years ago
  38. eba8c68 calculate wether we filter on a per-display basis by Mathias Agopian · 12 years ago
  39. f33e4b6 GraphicBufferAlloc class was declared twice by Mathias Agopian · 12 years ago
  40. 1887af4 Merge "Allow 16-bit color EGLConfigs" into jb-mr1-dev by Jesse Hall · 12 years ago
  41. f21cffa Allow 16-bit color EGLConfigs by Jesse Hall · 12 years ago
  42. 3a24e8f Merge changes I561c198c,Id4865f3c into jb-mr1-dev by Mathias Agopian · 12 years ago
  43. d56eff2 fix typo in DisplayDevice logs by Mathias Agopian · 12 years ago
  44. 787ac1b improve sensor battery usage tracking by Mathias Agopian · 12 years ago
  45. 5307d17 track UID with connections by Mathias Agopian · 12 years ago
  46. a5b8e8b fix a typo in SensorService by Mathias Agopian · 12 years ago
  47. 1d12d8a improve logging of external displays by Mathias Agopian · 12 years ago
  48. 6ab9329 suppress superfluous log by Mathias Agopian · 12 years ago
  49. aeb76d1 Merge "Check that HWC exists before trying to use it" into jb-mr1-dev by Jesse Hall · 12 years ago
  50. d3d35f1 Check that HWC exists before trying to use it by Jesse Hall · 12 years ago
  51. 3941cb2 SurfaceTexture: default to doing GL sync by Jamie Gennis · 12 years ago
  52. 8dfa92f Plumb display name into SurfaceFlinger by Andy McFadden · 12 years ago
  53. d870703 fix external displays by Mathias Agopian · 12 years ago
  54. da27af9 add support hwc 1.1 by Mathias Agopian · 12 years ago
  55. cde87a3 refactor things a bit by Mathias Agopian · 12 years ago
  56. 6905205 Fix transform hints by Andy McFadden · 12 years ago
  57. 6e220a6 Fix display projections when translated. by Jeff Brown · 12 years ago
  58. ae2cfb5 Minor tweaks by Andy McFadden · 12 years ago
  59. a4383fd Merge "Initialize new HWC 1.2 fields" into jb-mr1-dev by Jesse Hall · 12 years ago
  60. fa32888 Merge "Fix display projection transforms" into jb-mr1-dev by Jesse Hall · 12 years ago
  61. ce3a0a5 don't call hwc with non-empty layer lists for blanked displays by Mathias Agopian · 12 years ago
  62. db27621 Initialize new HWC 1.2 fields by Jesse Hall · 12 years ago
  63. 6360ec4 Fix display projection transforms by Jesse Hall · 12 years ago
  64. 2c7c8ba Merge "Fix emulator" into jb-mr1-dev by Andy McFadden · 12 years ago
  65. babba18 Fix emulator by Andy McFadden · 12 years ago
  66. 92def36 Merge "fix typo in LayerBase::dump()" into jb-mr1-dev by Mathias Agopian · 12 years ago
  67. 791da60 fix typo in LayerBase::dump() by Mathias Agopian · 12 years ago
  68. 43601a2 Reduce failure uncertainty by Andy McFadden · 12 years ago
  69. b0d1dd3 Reshuffle FramebufferSurface by Andy McFadden · 12 years ago
  70. 61e04b9 SurfaceTexture: use eglWaitSync by Jamie Gennis · 12 years ago
  71. 4c05dd1 Ensure that viewport and frame are initialized. by Jeff Brown · 12 years ago
  72. 4fb3999 Fix display projection. by Jeff Brown · 12 years ago
  73. b272541 libgui: move fence handling into ConsumerBase by Jamie Gennis · 12 years ago
  74. 55882de fix a problem where all hwc layers would have the SKIP flags set by Mathias Agopian · 12 years ago
  75. fe4c745 Merge "Always reset layer acquireFenceFd after commit" into jb-mr1-dev by Jesse Hall · 12 years ago
  76. e25d005 Always reset layer acquireFenceFd after commit by Jesse Hall · 12 years ago
  77. 1501d54 minor cleanup by Mathias Agopian · 12 years ago
  78. 762d011 Merge "display projection API now has a single function instead of 3" into jb-mr1-dev by Mathias Agopian · 12 years ago
  79. 71e83e1 the visibleRegion was never set in hwcomposer by Mathias Agopian · 12 years ago
  80. 00e8c7a display projection API now has a single function instead of 3 by Mathias Agopian · 12 years ago
  81. da8d0a5 implement display viewport and frame by Mathias Agopian · 12 years ago
  82. 6b09f28 Merge "Add timeout when waiting for HW vsync" into jb-mr1-dev by Andy McFadden · 12 years ago
  83. 63f165f add libsurfaceflinger_ddmconnection for PDK build by Keun young Park · 12 years ago
  84. c397360 the visible region sent to HWC was garbage by Mathias Agopian · 12 years ago
  85. 6bf552e Add timeout when waiting for HW vsync by Andy McFadden · 12 years ago
  86. 9ca4891 If there is no hwc, call eglSwapBuffers for the main display by Jesse Hall · 12 years ago
  87. f90883d Merge "HWC 1.1: hook up hotplug event, use new display config queries" into jb-mr1-dev by Jesse Hall · 12 years ago
  88. 1bd20e0 HWC 1.1: hook up hotplug event, use new display config queries by Jesse Hall · 12 years ago
  89. 72f096f BufferQueue: use max acquired buffer count by Jamie Gennis · 12 years ago
  90. 2b97769 Merge "BufferQueue: clean up buffer counting" into jb-mr1-dev by Jamie Gennis · 12 years ago
  91. ec34af4 Merge "Handle new device api version encoding" into jb-mr1-dev by Jesse Hall · 12 years ago
  92. 93997a8 fix a crasher when setting a display to a null surface by Mathias Agopian · 12 years ago
  93. 85d751c we were sometimes not setting fences properly by Mathias Agopian · 12 years ago
  94. 31a353d BufferQueue: clean up buffer counting by Jamie Gennis · 12 years ago
  95. 9eb1eb5 Handle new device api version encoding by Jesse Hall · 12 years ago
  96. 7e7ed7f the layer list per display could contain non-visible layers by Mathias Agopian · 12 years ago
  97. 55801e4 we were not always clearing the screen properly by Mathias Agopian · 12 years ago
  98. 3ee454a Eradicate DisplayID. by Mathias Agopian · 12 years ago
  99. 9d4e3d2 Banish DisplayID from the SurfaceFlinger API. by Jeff Brown · 12 years ago
  100. 13a082e Added display initialization method by Andy McFadden · 12 years ago