1. ce0ad96 Remove gl surfaces from DisplayDevice. by Alec Mouri · 6 years ago
  2. 8147b0e Bind to FBO when using GPU composition by Alec Mouri · 6 years ago
  3. ba013fa Get display dimensions through ANativeWindow api. by Alec Mouri · 6 years ago
  4. 075d317 SF: Generalize display management by Dominik Laskowski · 6 years ago
  5. 9b17b2c2 SF: Add DisplayDevice::getDebugName() by Dominik Laskowski · 6 years ago
  6. 0e003c9 [SurfaceFlinger] Accept data space and pixel format to take screenshot. by Peiyong Lin · 6 years ago
  7. 2eef1d2 SF: Introduce DisplayDeviceCreationArgs by Lloyd Pique · 6 years ago
  8. 8730ba8 surfaceflinger: fix captureScreen for landscape LCM by Chia-I Wu · 6 years ago
  9. 9558256 Merge changes from topic "renderarea-2" by Chia-I Wu · 6 years ago
  10. 5f6664c surfaceflinger: improve RenderArea needsFiltering by Chia-I Wu · 6 years ago
  11. f2aa311 surfaceflinger: respect install orientation in DisplayRenderArea by Chia-I Wu · 6 years ago
  12. a02871c surfaceflinger: add install orientation to DisplayDevice by Chia-I Wu · 6 years ago
  13. 833074a [RenderEngine] Organize RenderEngine directory. by Peiyong Lin · 6 years ago
  14. dc3a107 Merge "SF: Use compositionInfo after HWC changedTypes" by TreeHugger Robot · 6 years ago
  15. fb95bcc SF: Use compositionInfo after HWC changedTypes by David Sodman · 7 years ago
  16. c80dcbb surfaceflinger: remove ISurfaceComposer.h from RenderArea by Chia-I Wu · 6 years ago
  17. 9d1abea surfaceflinger: reorder width and height in RenderArea ctor by Chia-I Wu · 6 years ago
  18. cbc184f [RenderEngine] Add Android.bp to RenderEngine by Peiyong Lin · 6 years ago
  19. efefaac [SurfaceFlinger] Move Transform to libs/ui by Peiyong Lin · 6 years ago
  20. f07b85b SF: Remove DisplayDeviceState::isValid by Dominik Laskowski · 6 years ago
  21. dfde511 [SurfaceFlinger] Respect HDR data space. by Peiyong Lin · 6 years ago
  22. 7e04546 SF: Use consistent names for display IDs by Dominik Laskowski · 6 years ago
  23. eecd659 SF: Use consistent names for display references by Dominik Laskowski · 6 years ago
  24. 4473cfa Merge "surfaceflinger: compute color mode mappings on hotplug" by Chia-I Wu · 6 years ago
  25. 614e142 surfaceflinger: initialize DisplayDevice data members by Chia-I Wu · 6 years ago
  26. be02ec0 surfaceflinger: compute color mode mappings on hotplug by Chia-I Wu · 6 years ago
  27. 5904309 Merge "surfaceflinger: fix screenshot dataspace under WCG" into pi-dev am: 1387ea90a1 by Chia-I Wu · 6 years ago
  28. 36574d9 surfaceflinger: fix screenshot dataspace under WCG by Chia-I Wu · 6 years ago
  29. d6fa4a7 [SurfaceFlinger] Add BT2100_PQ and BT2100_HLG color mode. by Peiyong Lin · 6 years ago
  30. 136fbbc [SurfaceFlinger] Add BT2100_PQ and BT2100_HLG color mode. by Peiyong Lin · 6 years ago
  31. 9ab643e Merge "[SurfaceFlinger] Adapt min/max luminance from hardware composer." into pi-dev am: 8c53323232 by Peiyong Lin · 6 years ago
  32. fb06930 [SurfaceFlinger] Adapt min/max luminance from hardware composer. by Peiyong Lin · 6 years ago
  33. 281644e SF: Remove DisplayDevice::DisplayType conditionals by Dominik Laskowski · 6 years ago
  34. 663bd28 SF: Clean up DisplayDeviceState by Dominik Laskowski · 6 years ago
  35. bf170d9 SF: Use std::string for display name by Dominik Laskowski · 6 years ago
  36. 2c327ac [SurfaceFlinger] Plumb getPerFrameMetadataKeys and setLayerPerFrameMetadata. by Peiyong Lin · 6 years ago
  37. 0ac5f4e [SurfaceFlinger] Plumb getPerFrameMetadataKeys and setLayerPerFrameMetadata. by Peiyong Lin · 6 years ago
  38. 6266589 [SurfaceFlinger] Extend HDR support. by Peiyong Lin · 6 years ago
  39. 7ffee99 Merge "Set window to transparent when screenshotting layer." into pi-dev by Chavi Weingarten · 6 years ago
  40. 50da504 Set window to transparent when screenshotting layer. by chaviw · 6 years ago
  41. dd9b2ae [SurfaceFinger] Adds auto color mode support in SurfaceFlinger. by Peiyong Lin · 6 years ago
  42. 34beb7a [SurfaceFlinger] Replace android_dataspace with Dataspace. by Peiyong Lin · 6 years ago
  43. 7c64f17 Implement Display Layer Stats V0.1 by Yiwei Zhang · 6 years ago
  44. fd997e0 Add proper namespace to GraphicTypes. by Peiyong Lin · 6 years ago
  45. 0959483 SF: Refactor display device creation by Lloyd Pique · 6 years ago
  46. a52f029 [Native] Replace android_color_mode usage with ColorMode. by Peiyong Lin · 6 years ago
  47. 144e116 SF: Separate RenderEngine into interface and impl by Lloyd Pique · 7 years ago
  48. 5c6e463 surfaceflinger: always advertise HDR10 when wide color is available by Chia-I Wu · 7 years ago
  49. f846a35 surfaceflinger: use RE::Surface in DisplayDevice by Chia-I Wu · 7 years ago
  50. b02087d surfaceflinger: remove DisplayDevice::swapRegion by Chia-I Wu · 7 years ago
  51. 94e6a68 surfaceflinger: remove DisplayDevice::mFlags by Chia-I Wu · 7 years ago
  52. c670d50 surfaceflinger: remove EGLConfig from DisplayDevice ctor by Chia-I Wu · 7 years ago
  53. 7f40290 surfaceflinger: add RenderEngine::setCurrentSurface by Chia-I Wu · 7 years ago
  54. 8380689 surfaceflinger: fix fencing when layers become invisible by Chia-I Wu · 7 years ago
  55. 83ce7c1 surfaceflinger: remove USE_HWC2 by Chia-I Wu · 7 years ago
  56. a76b271 Add captureLayers function to capture a layer and its children. by chaviw · 7 years ago
  57. 1e9bf7c Merge "libsurfaceflinger: handle WINDOW_TYPE_DONT_SCREENSHOT" into oc-dr1-dev by TreeHugger Robot · 7 years ago
  58. ab0c319 libsurfaceflinger: handle WINDOW_TYPE_DONT_SCREENSHOT by Chia-I Wu · 7 years ago
  59. 281e811 Communicate composition buffer dataspace to HWC by Courtney Goeltzenleuchter · 7 years ago
  60. 5d94389 Add wide-color support to SurfaceFlinger by Courtney Goeltzenleuchter · 7 years ago
  61. f0c53d6 [SurfaceFlinger] Document layerStack by Fabien Sanglard · 7 years ago
  62. 9d96de4 Revert "Delete HWC1" by Fabien Sanglard · 8 years ago
  63. 90f9234 Delete HWC1 by Fabien Sanglard · 8 years ago
  64. ffc9efc Add display tracing to SurfaceInterceptor by Irvel · 8 years ago
  65. 28f24d0 Color transforms are now color modes. by Michael Wright · 8 years ago
  66. 021623b SF: Fix camera orientation on virtual displays by Pablo Ceballos · 8 years ago
  67. 40845df SF: Add FenceTracker by Pablo Ceballos · 8 years ago
  68. 9e56aa0 Switch SurfaceFlinger to HWC 2.0 by Dan Stoza · 9 years ago
  69. b5b3563 SF: check secure layers in screenshot message handler by Pablo Ceballos · 8 years ago
  70. 646f541 surfaceflinger: fix -Wmismatched-tags warnings by Jesse Hall · 10 years ago
  71. d4548dd am 514e30a9: am c3d1889e: Merge "surfaceflinger: skip composition for empty frames" into klp-modular-dev by Jesse Hall · 10 years ago
  72. b7a0549 surfaceflinger: skip composition for empty frames by Jesse Hall · 10 years ago
  73. 47e4540 Allow for resizing of Virtual Displays. by Michael Lentine · 10 years ago
  74. 6c9e34a Modified SurfaceFlinger to implment setActiveConfig and getActiveConfig. by Michael Lentine · 10 years ago
  75. 2c9b11f surfaceflinger: Replace blank/unblank with setPowerMode by Prashant Malani · 10 years ago
  76. f3c07d4 Fix virtual display nesting by Dan Stoza · 10 years ago
  77. 7143316 Fix virtual display nesting by Dan Stoza · 10 years ago
  78. 19e8729 Implement per-display EGLConfig and configless EGLContext by Jesse Hall · 11 years ago
  79. c1c05de fix camera API 2.0 orientation by Mathias Agopian · 11 years ago
  80. d2cf8c2 Merge "Provide HWC prepare with a valid output buffer" into klp-dev by Jesse Hall · 11 years ago
  81. 028dc8f Provide HWC prepare with a valid output buffer by Jesse Hall · 11 years ago
  82. 4f4f094 SurfaceFlinger now runs in the process's main thread by Mathias Agopian · 11 years ago
  83. 9e663de Use new HWC display type/count constants. by Jesse Hall · 11 years ago
  84. ff866e7 Merge "Set the swap interval of virtual display surfaces to 0" by Jesse Hall · 11 years ago
  85. f460f55 Set the swap interval of virtual display surfaces to 0 by Jesse Hall · 11 years ago
  86. db89edc All consumers now take an IGraphicBufferConsumer instead of a BufferQueue by Mathias Agopian · 11 years ago
  87. 38efe86 Rewrite VirtualDisplaySurface by Jesse Hall · 11 years ago
  88. 875d8e1 Refactor SF. Move all GL operations in their own class. by Mathias Agopian · 11 years ago
  89. 74d211a clean-up/simplify all dump() APIs by Mathias Agopian · 11 years ago
  90. 02d8656 Clean up HWC state when releasing a DisplayDevice by Jesse Hall · 11 years ago
  91. ffe1f19 Fix virtual displays for HWC<=1.1 by Jesse Hall · 11 years ago
  92. 99c7dbb Add DisplaySurface abstraction by Jesse Hall · 11 years ago
  93. 13127d8 Get rid of LayerBase. by Mathias Agopian · 11 years ago
  94. eabe314 Merge "Init displays to null layer stack" into jb-mr2-dev by Jesse Hall · 11 years ago
  95. 01e2905 Init displays to null layer stack by Jesse Hall · 11 years ago
  96. f5f714a apply the projection's viewport to the visibleregion passed to hwc by Mathias Agopian · 11 years ago
  97. 766dc49 rework a bit how we scissor the display by Mathias Agopian · 12 years ago
  98. dd3cb84 SurfaceFlinger: add support for secure displays by Jamie Gennis · 12 years ago
  99. bae92d0 reset GL viewport and project when caputring the screen by Mathias Agopian · 12 years ago
  100. 9e2463e add/remove displays properly on hotplug events by Mathias Agopian · 12 years ago