1. 86efcc0 SurfaceFlinger: fix 64-bit format string warnings by Greg Hackmann · 10 years ago
  2. 4ee5696 Virtual Display async mode is overridden by John Dong · 10 years ago
  3. 19e8729 Implement per-display EGLConfig and configless EGLContext by Jesse Hall · 11 years ago
  4. c1c05de fix camera API 2.0 orientation by Mathias Agopian · 11 years ago
  5. 83cafff Stop using default value for Surface producerControlledByApp parameter by Jesse Hall · 11 years ago
  6. 931bda1 reset the gl viewport at each frame for each display by Mathias Agopian · 11 years ago
  7. d2cf8c2 Merge "Provide HWC prepare with a valid output buffer" into klp-dev by Jesse Hall · 11 years ago
  8. 028dc8f Provide HWC prepare with a valid output buffer by Jesse Hall · 11 years ago
  9. 22a99f0 Fix virtual displays for HWC 1.0 by Andy McFadden · 11 years ago
  10. 3f84483 SurfaceFlinger now uses GLES 2.x when available by Mathias Agopian · 11 years ago
  11. ff866e7 Merge "Set the swap interval of virtual display surfaces to 0" by Jesse Hall · 11 years ago
  12. f460f55 Set the swap interval of virtual display surfaces to 0 by Jesse Hall · 11 years ago
  13. db89edc All consumers now take an IGraphicBufferConsumer instead of a BufferQueue by Mathias Agopian · 11 years ago
  14. 38efe86 Rewrite VirtualDisplaySurface by Jesse Hall · 11 years ago
  15. 875d8e1 Refactor SF. Move all GL operations in their own class. by Mathias Agopian · 11 years ago
  16. 6c7f25a reformat Rect.{cpp|h} by Mathias Agopian · 11 years ago
  17. 74d211a clean-up/simplify all dump() APIs by Mathias Agopian · 11 years ago
  18. 02d8656 Clean up HWC state when releasing a DisplayDevice by Jesse Hall · 11 years ago
  19. ffe1f19 Fix virtual displays for HWC<=1.1 by Jesse Hall · 11 years ago
  20. 851cfe8 Isolate knowledge that fb target == output buffer by Jesse Hall · 11 years ago
  21. 13f01cb Pass sp<Fence>s around instead of file descriptors by Jesse Hall · 11 years ago
  22. 7414965 Release virtual display buffer immediately after HWC set by Jesse Hall · 11 years ago
  23. 99c7dbb Add DisplaySurface abstraction by Jesse Hall · 11 years ago
  24. 7adb0f8 Minor cleanups/fixes before virtual display refactoring by Jesse Hall · 11 years ago
  25. 13127d8 Get rid of LayerBase. by Mathias Agopian · 11 years ago
  26. eabe314 Merge "Init displays to null layer stack" into jb-mr2-dev by Jesse Hall · 11 years ago
  27. 01e2905 Init displays to null layer stack by Jesse Hall · 11 years ago
  28. f5f714a apply the projection's viewport to the visibleregion passed to hwc by Mathias Agopian · 11 years ago
  29. e3c697f Refactoring: Rename SurfaceTextureClient to Surface by Mathias Agopian · 11 years ago
  30. 7dd35a1 am fc866eb8: am 845ed8fd: Merge "DisplayDevice: initialize mDisplayToken correctly" by Jesse Hall · 12 years ago
  31. 27e2562 DisplayDevice: initialize mDisplayToken correctly by Chih-Wei Huang · 12 years ago
  32. 766dc49 rework a bit how we scissor the display by Mathias Agopian · 12 years ago
  33. dd3cb84 SurfaceFlinger: add support for secure displays by Jamie Gennis · 12 years ago
  34. b8fc00b fix typo that prevented proper loging of EGL error code by Mathias Agopian · 12 years ago
  35. 135e589 save/restore viewport properly when taking screenshot by Mathias Agopian · 12 years ago
  36. bae92d0 reset GL viewport and project when caputring the screen by Mathias Agopian · 12 years ago
  37. 3234138 only abort when errors happen on the main display by Mathias Agopian · 12 years ago
  38. 52e2148 handle EGL errors by Mathias Agopian · 12 years ago
  39. 9e2463e add/remove displays properly on hotplug events by Mathias Agopian · 12 years ago
  40. eba8c68 calculate wether we filter on a per-display basis by Mathias Agopian · 12 years ago
  41. d56eff2 fix typo in DisplayDevice logs by Mathias Agopian · 12 years ago
  42. 1d12d8a improve logging of external displays by Mathias Agopian · 12 years ago
  43. 8dfa92f Plumb display name into SurfaceFlinger by Andy McFadden · 12 years ago
  44. d870703 fix external displays by Mathias Agopian · 12 years ago
  45. da27af9 add support hwc 1.1 by Mathias Agopian · 12 years ago
  46. 6e220a6 Fix display projections when translated. by Jeff Brown · 12 years ago
  47. 6360ec4 Fix display projection transforms by Jesse Hall · 12 years ago
  48. 00e8c7a display projection API now has a single function instead of 3 by Mathias Agopian · 12 years ago
  49. da8d0a5 implement display viewport and frame by Mathias Agopian · 12 years ago
  50. 3ee454a Eradicate DisplayID. by Mathias Agopian · 12 years ago
  51. e60b068 HWComposer now has its own concept of display IDs by Mathias Agopian · 12 years ago
  52. cd60f99 refactor compositing code to avoid multiple eglMakeCurrent() calls by Mathias Agopian · 12 years ago
  53. 5f20e2d reimplement wifi display hack with new external display SF framework by Mathias Agopian · 12 years ago
  54. 8b736f1 xdpi / ydpi were reported as 0 by Mathias Agopian · 12 years ago
  55. ef7b9c7 screenshots could stop working after camera was used by Mathias Agopian · 12 years ago
  56. 3165cc2 libgui includes refactoring by Mathias Agopian · 12 years ago
  57. 28947d7 now able to set the layer stack on a DisplayDevice by Mathias Agopian · 12 years ago
  58. 1a4d883 surfaceflinger: refactor FrambufferSurface by Jamie Gennis · 12 years ago
  59. 4297734 turn DisplayDevice into a reference-counted object by Mathias Agopian · 12 years ago
  60. d8552d7 DisplayDevice only needs ANativeWindow not SurfaceTextureClient by Mathias Agopian · 12 years ago
  61. 888c822 remove a dependency of DisplayDevice on the refresh rate by Mathias Agopian · 12 years ago
  62. 92a979a We now have a real list of displays. by Mathias Agopian · 12 years ago
  63. d3ee231 cleanups in preparation of bigger changes by Mathias Agopian · 12 years ago
  64. 0f2f5ff rename DisplayHardware to DisplayDevice by Mathias Agopian · 12 years ago[Renamed (85%) from services/surfaceflinger/DisplayHardware.cpp]
  65. 52bbb1a getting closer to final main composition loop by Mathias Agopian · 12 years ago
  66. 87baae1 get rid of global regions that should be tracked per display by Mathias Agopian · 12 years ago
  67. c666cae get rid of the shared-memory control block by Mathias Agopian · 12 years ago
  68. 8630320 split HWComposer out of DisplayHardware by Mathias Agopian · 12 years ago
  69. 98a121a get rid of ro.sf.hwrotation, it's not used anymore by Mathias Agopian · 12 years ago
  70. 921e6ac SurfaceFlinger cleanup by Mathias Agopian · 12 years ago
  71. a491260 factor EGL/GL and surface creation out of DisplayHardware by Mathias Agopian · 12 years ago
  72. 3b1d2b6 mVisibleLayersSortedByZ is now maintained per display by Mathias Agopian · 12 years ago
  73. 10fbdb6 surfaceflinger: call into hardware composer to blank screen by Colin Cross · 12 years ago
  74. 1b03149 get rid of GraphicPlane by Mathias Agopian · 12 years ago[Renamed (83%) from services/surfaceflinger/DisplayHardware/DisplayHardware.cpp]
  75. 3094df3 First prototype atttempting to support an external display by Mathias Agopian · 12 years ago
  76. 3e87601 Implement SurfaceFlinger's ANW on top of BufferQueue by Mathias Agopian · 12 years ago
  77. 03e4072 set vsync power hint by Mathias Agopian · 12 years ago
  78. a2f4e56 get rid off preserve backbuffer optimization in SF by Mathias Agopian · 12 years ago
  79. 3eb38cb SurfaceFlinger now uses the new VSYNC HAL API. by Mathias Agopian · 12 years ago
  80. b5dd9c0 rewrite density calculation code so it's understandable by Mathias Agopian · 12 years ago
  81. 6fc0a9b displayhardware: fix not obeying ro.sf.lcd_density when specified by Dima Zavin · 12 years ago
  82. 1b15e1e surfaceflinger: use display dpi if not forced with ro.sf.lcd_nensity by Dima Zavin · 12 years ago
  83. 90ac799 fix libgui header location by Mathias Agopian · 12 years ago
  84. 870b8aa remove libui dependency on libEGL by Mathias Agopian · 12 years ago
  85. 82d7ab6 improve SurfaceFlinger dumpsys by Mathias Agopian · 12 years ago
  86. 55ef343 remove dead/usnused code by Mathias Agopian · 13 years ago
  87. e6f43dd Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  88. 32397c1 Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 13 years ago
  89. a19954a Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 13 years ago
  90. d0566bc Add support for sending VSYNC events to the framework by Mathias Agopian · 13 years ago
  91. 439cf85 Fix build. by Mathias Agopian · 13 years ago
  92. 461afeb Add support for sending VSYNC events to the framework by Mathias Agopian · 13 years ago
  93. 4b9511c rework a bit how we manage EGL extensions by Mathias Agopian · 13 years ago
  94. 385977f workaround to set the WM refresh rate to 48 Hz for tuna devices only by Mathias Agopian · 13 years ago
  95. c7d14e2 Add a h/w composer API to allow the HAL to trigger a redraw by Mathias Agopian · 13 years ago
  96. 6163091 Fix EGLUtils::selectConfigForPixelFormat() by Mathias Agopian · 13 years ago
  97. 1f339ff don't kill surfaceflinger when system process dies by Mathias Agopian · 13 years ago
  98. 3d64e73 fix memory corruption when retriving GL_MAX_VIEWPORT_DIMS by Mathias Agopian · 13 years ago
  99. a5529c8 remove support for PUSH_BUFFER surfaces and overlays by Mathias Agopian · 14 years ago
  100. 1d21a9c surfaceflinger: add support for gralloc dump hooks by Erik Gilling · 14 years ago