1. bcc587d drm_hwcomposer: Add flag for blocking commits by Drew Davenport · 6 months ago
  2. 5294f09 drm_hwcomposer: Add getter/setter for Colorspace by Sasha McIntosh · 8 months ago
  3. 173247b drm_hwcomposer: Add getter/setter for content_type by Sasha McIntosh · 8 months ago
  4. 468a754 drm_hwcomposer: Replace LOG_TAG with drmhwc by Sean Paul · 10 months ago
  5. f2c060f drm_hwcomposer: Virtual display acceleration support by Roman Stratiienko · 1 year, 8 months ago
  6. 0da91bf drm_hwcomposer: Add support for color transform matrix by Roman Stratiienko · 2 years, 4 months ago
  7. 7689278 drm_hwcomposer: Introduce SharedFd, use standard c++ RAII for UniqueFd by Roman Stratiienko · 2 years, 4 months ago
  8. f818d4c drm_hwcomposer: Simplify DrmAtomicStateManager thread usage by Roman Stratiienko · 2 years, 5 months ago
  9. d2cc738 drm_hwcomposer: Rework VSyncWorker to work without utils/worker by Roman Stratiienko · 2 years, 5 months ago
  10. abd8e53 drm_hwcomposer: Rework DrmProperty class by Roman Stratiienko · 2 years, 6 months ago
  11. a7913de drm_hwcomposer: CI: Bump-up clang toolchain to v15 by Roman Stratiienko · 2 years, 7 months ago
  12. 4b2cc48 drm_hwcomposer: Reorganize struct DrmHwcLayer by Roman Stratiienko · 3 years, 3 months ago
  13. 59bb481 drm_hwcomposer: Add non-blocking commit support by Roman Stratiienko · 3 years, 1 month ago
  14. 4e99405 drm_hwcomposer: Rename DrmDisplayCompositor->DrmAtomicStateManager by Roman Stratiienko · 3 years, 3 months ago[Renamed (90%) from compositor/DrmDisplayCompositor.cpp]
  15. ef5348b drm_hwcomposer: Remove AtomicCommitArgs::clear_active_composition field by Roman Stratiienko · 3 years, 3 months ago
  16. 9362cef drm_hwcomposer: Rework KMS composition planner + plane sharing support by Roman Stratiienko · 3 years, 4 months ago
  17. 19c162f drm_hwcomposer: Initialize HwcDisplay using DrmDisplayPIpeline by Roman Stratiienko · 3 years, 4 months ago
  18. 7d89911 drm_hwcomposer: Tidy-up DrmDevice class by Roman Stratiienko · 3 years, 4 months ago
  19. 650299a drm_hwcomposer: Tidy-up DrmConnector class by Roman Stratiienko · 3 years, 4 months ago
  20. 10be875 drm_hwcomposer: Tidy-up DrmCrtc class by Roman Stratiienko · 3 years, 4 months ago
  21. f377ff7 drm_hwcomposer: Remove utils/autolock.* by Roman Stratiienko · 3 years, 4 months ago
  22. e2d97e6 drm_hwcomposer: Remove DrmDisplayCompositor:CreateInitializedComposition by Roman Stratiienko · 3 years, 4 months ago
  23. 780f7da drm_hwcomposer: CI: Upgrade to clang-13 && clang-tidy-13 by Roman Stratiienko · 3 years, 4 months ago
  24. d37b308 drm_hwcomposer: Use DPMS property to configure display pipeline by Roman Stratiienko · 3 years, 4 months ago
  25. f815d38 drm_hwcomposer: Raise clang-tidy level of some files to NORMAL by Roman Stratiienko · 3 years, 5 months ago
  26. 753d107 drm_hwcomposer: Make Planner class fully static by Roman Stratiienko · 3 years, 5 months ago
  27. fc014f5 drm_hwcomposer: CI: Set clang-tidy level to NORMAL for some files by Roman Stratiienko · 3 years, 5 months ago
  28. 5d1f557 drm_hwcomposer: Modify source_layers_ to be integer instead of array by Roman Stratiienko · 3 years, 5 months ago
  29. 67cebf5 drm_hwcomposer: Handle unused planes by DrmDisplayCompositor by Roman Stratiienko · 3 years, 5 months ago
  30. 32685ba drm_hwcomposer: Rework KMS state tracking by Roman Stratiienko · 3 years, 5 months ago
  31. 5f2f3ce drm_hwcomposer: CI: Tune clang-tidy coarse checks by Roman Stratiienko · 3 years, 5 months ago
  32. dccc6fb drm_hwcomposer: Make single atomic function for all atomic commit ops. by Roman Stratiienko · 3 years, 7 months ago
  33. 40b374b drm_hwcomposer: Move CreateModeBlob to DrmMode class by Roman Stratiienko · 3 years, 7 months ago
  34. 13f61b8 drm_hwcomposer: Remove DrmDisplayCompositor::GetActiveModeResolution() by Roman Stratiienko · 3 years, 8 months ago
  35. 36a7f28 drm_hwcomposer: Rework display Mode Setting and DPMS handling by Roman Stratiienko · 3 years, 8 months ago
  36. 6ede466 drm_hwcomposer: Rework UserPropertyBlob to use RAII by Roman Stratiienko · 3 years, 8 months ago
  37. d3a2cf4 drm_hwcomposer: Remove unused {DrmComposition,DrmCompositor}::Dump() by Roman Stratiienko · 3 years, 8 months ago
  38. e8c0679 drm_hwcomposer: Move client flattening closer to the frontend by Roman Stratiienko · 3 years, 8 months ago
  39. 863a3c2 drm_hwcomposer: Handle all HWC2 callbacks in DrmHwcTwo.{h,cpp} by Roman Stratiienko · 3 years, 8 months ago
  40. 0dbe639 drm_hwcomposer: Move plane-related atomic commit logic to DrmPlane class by Roman Stratiienko · 3 years, 8 months ago
  41. 7fd8f88 drm_hwcomposer: Cleanup DRM atomic commit by Roman Stratiienko · 3 years, 8 months ago
  42. 3e8ce57 drm_hwcomposer: Wrap libdrm drmMode*{Get|Free}* into RAII by Roman Stratiienko · 3 years, 8 months ago
  43. d26619b drm_hwcomposer: CI: Upgrade clang-* to v12 by Roman Stratiienko · 3 years, 10 months ago
  44. 0fade37 drm_hwcomposer: Rework autofd by Roman Stratiienko · 4 years, 3 months ago
  45. 5128715 drm_hwcomposer: cleanup hwcutils by Roman Stratiienko · 4 years, 3 months ago
  46. 8666dc9 drm_hwcomposer: Tracking of the DRM FB objects using RAII by Roman Stratiienko · 4 years, 3 months ago
  47. f0757c2 drm_hwcomposer: Remove ctrc from DrmCompositionPlane by Matvii Zorin · 4 years, 4 months ago
  48. 704ea0e drm_hwcomposer: Cleanup DrmDisplayComposition initialization by Matvii Zorin · 4 years, 4 months ago
  49. d21071f drm_hwcomposer: CI: Increase coverage by Roman Stratiienko · 4 years, 2 months ago
  50. 7477471 drm_hwcomposer: Remove writeback-based flattening logic by Roman Stratiienko · 4 years, 4 months ago
  51. b3b5c1e drm_hwcomposer: clang-tidy: enable cppcoreguidelines-* checks by Roman Stratiienko · 4 years, 3 months ago
  52. 6a10c4c drm_hwcomposer: clang-tidy: enable clang-analyzer-* checks by Roman Stratiienko · 4 years, 3 months ago
  53. e2f2c92 drm_hwcomposer: enable code analysis using clang-tidy by Roman Stratiienko · 4 years, 3 months ago
  54. 8338c34 drm_hwcomposer: Add support for color encoding and range properties by Matvii Zorin · 4 years, 9 months ago
  55. 2370109 drm_hwcomposer: Fix RegisterCallback() function by Roman Stratiienko · 4 years, 8 months ago
  56. 13cc366 drm_hwcomposer: use CamelCase in source/header files related to class by Roman Stratiienko · 4 years, 9 months ago[Renamed (99%) from compositor/drmdisplaycompositor.cpp]
  57. aa3cd54 drm_hwcomposer: move header files into source directory by Roman Stratiienko · 4 years, 9 months ago
  58. 9170b31 drm_hwcomposer: Add statistics on flattening to dump message by Roman Kovalivskyi · 5 years ago
  59. 8fae156 drm_hwcomposer: Add fallback to client for layers flattening by Roman Kovalivskyi · 5 years ago
  60. 27cd480 drm_hwcomposer: Organize files into subdirs by Sean Paul · 6 years ago[Renamed from drmdisplaycompositor.cpp]
  61. 2ed463c drm_hwcomposer: Set zpos relative to the minimum possible value by Alexandru Gheorghe · 6 years ago
  62. 2689aeb drm_hwcomposer: Rename DrmProperty::immutable() by Sean Paul · 6 years ago
  63. ea1c5e5 drm_hwcomposer: Add z order support by Alexandru Gheorghe · 7 years ago
  64. 9b6cafd drm_hwcomposer: Add support for pixel blend mode property by Lowry Li · 7 years ago
  65. f72cccd drm_hwcomposer: Reformat using clang-format-5.0 by Sean Paul · 7 years ago
  66. b6a675e drm_hwcomposer: add scene flattening by Alexandru Gheorghe · 7 years ago
  67. db440a9 drm_hwcomposer: Fix race in ApplyFrame by Alexandru Gheorghe · 7 years ago
  68. 62e2d2c drm_hwcomposer: Purge drm_ from drmdisplaycompositor by Alexandru Gheorghe · 7 years ago
  69. 6f0030f drm_hwcomposer: Pass resource manager to drmdisplaycompositor by Alexandru Gheorghe · 7 years ago
  70. 0f5abd7 drm_hwcomposer: Rename DrmResources to DrmDevice by Alexandru Gheorghe · 7 years ago
  71. 78c9f6c drm_hwcomposer: Avoid filling the log with warnings when test compositions fail by John Stultz · 7 years ago
  72. 4f6c62e drm_hwcomposer: Support assigning planes in ValidateDisplay by Rob Herring · 7 years ago
  73. cff7b1e drm_hwcomposer: remove separate_rects by Rob Herring · 7 years ago
  74. af0d975 drm_hwcomposer: Remove GL compositing support by Rob Herring · 7 years ago
  75. 33fb7b9 Revert "drm_hwcomposer: Cleanup gl precompositor init and provide uses_GL flag" by Rob Herring · 7 years ago
  76. d3e5213 drm_hwcomposer: Make sure we check for new 16bit alpha value by John Stultz · 7 years ago
  77. 025d0a6 drm_hwcomposer: Use 16 bit value for plane alpha by Stefan Schake · 7 years ago
  78. 3b0c69d drm_hwcomposer: Cleanup gl precompositor init and provide uses_GL flag by John Stultz · 7 years ago
  79. 9057a6f drm_hwcomposer: Use log/log.h instead of cutils/log.h by John Stultz · 7 years ago
  80. 8428e6a drm_hwcomposer: fix check for valid fence fd for in fences by Rob Herring · 7 years ago
  81. b365b79 drm_hwcomposer: Make sure we set the active state when doing modesets by John Stultz · 7 years ago
  82. 1b2685c drm_hwcomposer: fix warnings on unused variables and parameters by Rob Herring · 7 years ago
  83. bd03b99 drm_hwcomposer: correct handling of DRM_MODE_ROTATE_0 by Rob Herring · 8 years ago
  84. 17561b0 drm_hwcomposer: make sure primary plane is allocated for squash by Adrian Salido · 8 years ago
  85. 89095cc drm_hwcomposer: use upstream DRM_MODE_{ROTATE, REFLECT} defines by Rob Herring · 8 years ago
  86. ed45a8e drm_hwcomposer: Remove threading by Sean Paul · 8 years ago
  87. a1ade4e drm_hwcomposer: Add out-fence support by Robert Foss · 8 years ago
  88. b2bdfd8 drm_hwcomposer: Submit in-fence to DRM by Robert Foss · 9 years ago
  89. fa37f67 drm_hwcomposer: refactor Worker by Adrian Salido · 8 years ago
  90. 90f92d8 drm_hwcomposer: Move eglCreateImageKHR into Importer by Rob Clark · 9 years ago
  91. d4a0a3d drm_hwcomposer: Break out of sync_wait loop on success by Sean Paul · 9 years ago
  92. fab5ea1 drm_hwcomposer: Count all layers with content in SquashFrame by Sean Paul · 9 years ago
  93. 137a6a8 drm_hwcomposer: On error, free active composition by Sean Paul · 9 years ago
  94. aa18d91 drm_hwcomposer: Use Planner interface to provision planes by Sean Paul · 9 years ago
  95. 4f4ef69 drm_hwcomposer: Don't use Plan() in SquashAll by Sean Paul · 9 years ago
  96. bbe39db drm_hwcomposer: Move DrmCompositionPlaneType into DrmCompositionPlane by Sean Paul · 9 years ago
  97. ca699be drm_hwcomposer: Use a vector for composition source_layers by Sean Paul · 9 years ago
  98. 39b3784 drm_hwcomposer: Add type to DrmCompositionPlane by Sean Paul · 9 years ago
  99. f741c67 drm_hwcomposer: Fix up some printf warnings and a clang-style nit by Sean Paul · 9 years ago
  100. 84b8fe0 drm_hwcomposer: Remove unused variable by Sean Paul · 9 years ago