1. bcc587d drm_hwcomposer: Add flag for blocking commits by Drew Davenport · 6 months ago
  2. a2f3efa drm_hwcomposer: Implement getDisplayPhysicalOrientation() by Tim Van Patten · 7 months ago
  3. 5294f09 drm_hwcomposer: Add getter/setter for Colorspace by Sasha McIntosh · 8 months ago
  4. 173247b drm_hwcomposer: Add getter/setter for content_type by Sasha McIntosh · 8 months ago
  5. 2a93e4c drm_hwcomposer: CI: Use aospext to provide headers for clang-tidy by Roman Stratiienko · 2 years, 5 months ago
  6. f2c060f drm_hwcomposer: Virtual display acceleration support by Roman Stratiienko · 1 year, 8 months ago
  7. 0da91bf drm_hwcomposer: Add support for color transform matrix by Roman Stratiienko · 2 years, 4 months ago
  8. 7689278 drm_hwcomposer: Introduce SharedFd, use standard c++ RAII for UniqueFd by Roman Stratiienko · 2 years, 4 months ago
  9. f818d4c drm_hwcomposer: Simplify DrmAtomicStateManager thread usage by Roman Stratiienko · 2 years, 5 months ago
  10. 4b2cc48 drm_hwcomposer: Reorganize struct DrmHwcLayer by Roman Stratiienko · 3 years, 3 months ago
  11. 59bb481 drm_hwcomposer: Add non-blocking commit support by Roman Stratiienko · 3 years, 1 month ago
  12. 4e99405 drm_hwcomposer: Rename DrmDisplayCompositor->DrmAtomicStateManager by Roman Stratiienko · 3 years, 3 months ago[Renamed (86%) from compositor/DrmDisplayCompositor.h]
  13. ef5348b drm_hwcomposer: Remove AtomicCommitArgs::clear_active_composition field by Roman Stratiienko · 3 years, 3 months ago
  14. 9362cef drm_hwcomposer: Rework KMS composition planner + plane sharing support by Roman Stratiienko · 3 years, 4 months ago
  15. 19c162f drm_hwcomposer: Initialize HwcDisplay using DrmDisplayPIpeline by Roman Stratiienko · 3 years, 4 months ago
  16. e2d97e6 drm_hwcomposer: Remove DrmDisplayCompositor:CreateInitializedComposition by Roman Stratiienko · 3 years, 4 months ago
  17. d37b308 drm_hwcomposer: Use DPMS property to configure display pipeline by Roman Stratiienko · 3 years, 4 months ago
  18. f815d38 drm_hwcomposer: Raise clang-tidy level of some files to NORMAL by Roman Stratiienko · 3 years, 5 months ago
  19. 753d107 drm_hwcomposer: Make Planner class fully static by Roman Stratiienko · 3 years, 5 months ago
  20. e78235c drm_hwcomposer: CI: Raise clang-tidy level from NONE to COARSE for *.h by Roman Stratiienko · 3 years, 5 months ago
  21. f81d2c8 drm_hwcomposer: Send crtc.active and crtc.mode together with the frame by Roman Stratiienko · 3 years, 4 months ago
  22. 32685ba drm_hwcomposer: Rework KMS state tracking by Roman Stratiienko · 3 years, 5 months ago
  23. dccc6fb drm_hwcomposer: Make single atomic function for all atomic commit ops. by Roman Stratiienko · 3 years, 7 months ago
  24. 40b374b drm_hwcomposer: Move CreateModeBlob to DrmMode class by Roman Stratiienko · 3 years, 7 months ago
  25. 13f61b8 drm_hwcomposer: Remove DrmDisplayCompositor::GetActiveModeResolution() by Roman Stratiienko · 3 years, 8 months ago
  26. 36a7f28 drm_hwcomposer: Rework display Mode Setting and DPMS handling by Roman Stratiienko · 3 years, 8 months ago
  27. 6ede466 drm_hwcomposer: Rework UserPropertyBlob to use RAII by Roman Stratiienko · 3 years, 8 months ago
  28. 6748b09 drm_hwcomposer: Remove unused DrmDisplayCompositor class fields by Roman Stratiienko · 3 years, 8 months ago
  29. d3a2cf4 drm_hwcomposer: Remove unused {DrmComposition,DrmCompositor}::Dump() by Roman Stratiienko · 3 years, 8 months ago
  30. e8c0679 drm_hwcomposer: Move client flattening closer to the frontend by Roman Stratiienko · 3 years, 8 months ago
  31. 863a3c2 drm_hwcomposer: Handle all HWC2 callbacks in DrmHwcTwo.{h,cpp} by Roman Stratiienko · 3 years, 8 months ago
  32. 0fade37 drm_hwcomposer: Rework autofd by Roman Stratiienko · 4 years, 3 months ago
  33. 704ea0e drm_hwcomposer: Cleanup DrmDisplayComposition initialization by Matvii Zorin · 4 years, 4 months ago
  34. d21071f drm_hwcomposer: CI: Increase coverage by Roman Stratiienko · 4 years, 2 months ago
  35. 7477471 drm_hwcomposer: Remove writeback-based flattening logic by Roman Stratiienko · 4 years, 4 months ago
  36. b3b5c1e drm_hwcomposer: clang-tidy: enable cppcoreguidelines-* checks by Roman Stratiienko · 4 years, 3 months ago
  37. b2e9fe2 drm_hwcomposer: refactor platform directory by Roman Stratiienko · 4 years, 8 months ago
  38. 2370109 drm_hwcomposer: Fix RegisterCallback() function by Roman Stratiienko · 4 years, 8 months ago
  39. 13cc366 drm_hwcomposer: use CamelCase in source/header files related to class by Roman Stratiienko · 4 years, 9 months ago[Renamed (97%) from compositor/drmdisplaycompositor.h]
  40. aa3cd54 drm_hwcomposer: move header files into source directory by Roman Stratiienko · 4 years, 9 months ago[Renamed (98%) from include/drmdisplaycompositor.h]
  41. 9170b31 drm_hwcomposer: Add statistics on flattening to dump message by Roman Kovalivskyi · 5 years ago
  42. 8fae156 drm_hwcomposer: Add fallback to client for layers flattening by Roman Kovalivskyi · 5 years ago
  43. c56eede drm_hwcomposer: Fix returned fence in PresentDisplay by Matteo Franchin · 5 years ago
  44. 27cd480 drm_hwcomposer: Organize files into subdirs by Sean Paul · 6 years ago[Renamed from drmdisplaycompositor.h]
  45. 495e4cc drm_hwcomposer: Added hotplug support of the external display by Andrii Chepurnyi · 7 years ago
  46. f72cccd drm_hwcomposer: Reformat using clang-format-5.0 by Sean Paul · 7 years ago
  47. b6a675e drm_hwcomposer: add scene flattening by Alexandru Gheorghe · 7 years ago
  48. 62e2d2c drm_hwcomposer: Purge drm_ from drmdisplaycompositor by Alexandru Gheorghe · 7 years ago
  49. 6f0030f drm_hwcomposer: Pass resource manager to drmdisplaycompositor by Alexandru Gheorghe · 7 years ago
  50. 0f5abd7 drm_hwcomposer: Rename DrmResources to DrmDevice by Alexandru Gheorghe · 7 years ago
  51. 4f6c62e drm_hwcomposer: Support assigning planes in ValidateDisplay by Rob Herring · 7 years ago
  52. cff7b1e drm_hwcomposer: remove separate_rects by Rob Herring · 7 years ago
  53. af0d975 drm_hwcomposer: Remove GL compositing support by Rob Herring · 7 years ago
  54. 33fb7b9 Revert "drm_hwcomposer: Cleanup gl precompositor init and provide uses_GL flag" by Rob Herring · 7 years ago
  55. 3b0c69d drm_hwcomposer: Cleanup gl precompositor init and provide uses_GL flag by John Stultz · 7 years ago
  56. ed45a8e drm_hwcomposer: Remove threading by Sean Paul · 8 years ago
  57. 137a6a8 drm_hwcomposer: On error, free active composition by Sean Paul · 9 years ago
  58. 6c18b3b drm_hwcomposer: Save the atomic_test result between tests by Sean Paul · 9 years ago
  59. 647beb2 drm_hwcomposer: Check the composition before sending to frame worker by Sean Paul · 10 years ago
  60. d51c761 drm_hwcomposer: Split DrmDisplayCompositor::SquashAll() by Sean Paul · 10 years ago
  61. c07b211 drm_hwcomposer: Add test_only mode to CommitFrame by Sean Paul · 10 years ago
  62. 35301f4 drm_hwcomposer: Create mode blob on modeset queue by Sean Paul · 10 years ago
  63. bff33ac drm_hwcomposer: composite down to a primary plane after a timeout by Zach Reizner · 10 years ago
  64. aa2f4a5 drm_hwcomposer: fix spelling of "separate". by Haixia Shi · 10 years ago
  65. 7642c92 drm_hwcomposer: update #include's for drm_hwcomposer.h by Zach Reizner · 10 years ago
  66. 479412c drm_hwcomposer: C++ coding style cleanup, no functional changes. by Haixia Shi · 10 years ago
  67. dda2fab drm_hwcomposer: move atomic modeset calls into a separate worker by Haixia Shi · 10 years ago
  68. 5757e82 drm_hwcomposer: implement squashing by Zach Reizner · 10 years ago
  69. fd6dc33 drm_hwcomposer: reimplement Dump for DrmDisplayCompositor by Zach Reizner · 10 years ago
  70. 92f8e63 drm_hwcomposer: ground work for squashing by Zach Reizner · 10 years ago
  71. 7b1e4bc drm_hwcomposer: Disable planes on frame failure by Sean Paul · 10 years ago
  72. 971be15 drm_hwcomposer: Increase failure time for acquire fences by Sean Paul · 10 years ago
  73. 27ca02a drm_hwcomposer: Bump the acquire fence timeout to 83ms by Sean Paul · 10 years ago
  74. 5735541 drm_hwcomposer: Process modesets via compositor by Sean Paul · 10 years ago
  75. d106b91 drm_hwcomposer: Set timeouts for fence waits by Sean Paul · 10 years ago
  76. bdc67bf drm_hwcomposer: Plumb frame number through display composition by Sean Paul · 10 years ago
  77. 713a678 Revert "Revert "drm_hwcomposer: have DrmDisplayCompositor do its own OpenGL composition"" by Zach Reizner · 10 years ago
  78. cbe9c01 Revert "drm_hwcomposer: have DrmDisplayCompositor do its own OpenGL composition" by Puneet Kumar · 10 years ago
  79. 2317bb1 drm_hwcomposer: have DrmDisplayCompositor do its own OpenGL composition by Zach Reizner · 10 years ago
  80. db7a17d drm_hwcomposer: Process DPMS requests through compositor by Sean Paul · 10 years ago
  81. 98e73c8 drm_hwcomposer: Split the drm compositor into per-display threads by Sean Paul · 10 years ago