1. 6b40505 drm_hwcomposer: Use __ANDROID_API__ instead of PLATFORM_SDK_VERSION by Roman Stratiienko · 2 years, 8 months ago
  2. d0494d9 drm_hwcomposer: Fixes for display hotplug / headless mode by Roman Stratiienko · 3 years, 5 months ago
  3. bb594ba drm_hwcomposer: Rework HwcDisplay disposal to avoid races by Roman Stratiienko · 3 years, 6 months ago
  4. d0c035b drm_hwcomposer: Implement SetActiveConfigWithConstraints by Roman Stratiienko · 3 years, 7 months ago
  5. 099c311 drm_hwcomposer: Use single VSyncWorker per display by Roman Stratiienko · 3 years, 7 months ago
  6. 3dacd47 drm_hwcomposer: Dynamic DrmDisplayPipeline to HwcDisplay bindings by Roman Stratiienko · 3 years, 7 months ago
  7. 19c162f drm_hwcomposer: Initialize HwcDisplay using DrmDisplayPIpeline by Roman Stratiienko · 3 years, 6 months ago
  8. 7d89911 drm_hwcomposer: Tidy-up DrmDevice class by Roman Stratiienko · 3 years, 6 months ago
  9. 650299a drm_hwcomposer: Tidy-up DrmConnector class by Roman Stratiienko · 3 years, 6 months ago
  10. b671fab drm_hwcomposer: Tidy-up DrmPlane class by Roman Stratiienko · 3 years, 6 months ago
  11. f0c507f drm_hwcomposer: Add headless mode support by Roman Stratiienko · 3 years, 7 months ago
  12. 7492358 drm_hwcomposer: Introduce main lock by Roman Stratiienko · 3 years, 7 months ago
  13. 3e16890 drm_hwcomposer: Move DrmHwcTwo.{cpp|h} to hwc2_device/ directory by Roman Stratiienko · 3 years, 7 months ago[Renamed from DrmHwcTwo.cpp]
  14. 3627beb drm_hwcomposer: Move HwcDisplay out of DrmHwcTwo class by Roman Stratiienko · 3 years, 7 months ago
  15. 03fd35c drm_hwcomposer: Move HwcLayer out of DrmHwcTwo class by Roman Stratiienko · 3 years, 7 months ago
  16. 26fd2b2 drm_hwcomposer: Move hw_module related code out of DrmHwcTwo.* files by Roman Stratiienko · 3 years, 7 months ago
  17. 753d107 drm_hwcomposer: Make Planner class fully static by Roman Stratiienko · 3 years, 7 months ago
  18. fc014f5 drm_hwcomposer: CI: Set clang-tidy level to NORMAL for some files by Roman Stratiienko · 3 years, 8 months ago
  19. e78235c drm_hwcomposer: CI: Raise clang-tidy level from NONE to COARSE for *.h by Roman Stratiienko · 3 years, 8 months ago
  20. 24a7fc4 drm_hwcomposer: CI: Process every file with clang-tidy. by Roman Stratiienko · 3 years, 8 months ago
  21. 7c91568 drm_hwcomposer: Free resources in HookDevClose() by Roman Stratiienko · 3 years, 8 months ago
  22. f81d2c8 drm_hwcomposer: Send crtc.active and crtc.mode together with the frame by Roman Stratiienko · 3 years, 7 months ago
  23. 7f576ec drm_hwcomposer: Remove supported()/unsupported() functions by Roman Stratiienko · 3 years, 8 months ago
  24. 67cebf5 drm_hwcomposer: Handle unused planes by DrmDisplayCompositor by Roman Stratiienko · 3 years, 8 months ago
  25. 5f2f3ce drm_hwcomposer: CI: Tune clang-tidy coarse checks by Roman Stratiienko · 3 years, 8 months ago
  26. 720f652 drm_hwcomposer: Assume premultiplied alpha for CLIENT layer by Roman Stratiienko · 3 years, 8 months ago
  27. a148f21 drm_hwcomposer: Rework display modes handling by Roman Stratiienko · 3 years, 9 months ago
  28. 1e053b4 drm_hwcomposer: Make uevent listener standalone by Roman Stratiienko · 3 years, 10 months ago
  29. 2a1f1ae drm_hwcomposer: Route release fence directly by Roman Stratiienko · 3 years, 10 months ago
  30. dccc6fb drm_hwcomposer: Make single atomic function for all atomic commit ops. by Roman Stratiienko · 3 years, 10 months ago
  31. 36a7f28 drm_hwcomposer: Rework display Mode Setting and DPMS handling by Roman Stratiienko · 3 years, 10 months ago
  32. e8c0679 drm_hwcomposer: Move client flattening closer to the frontend by Roman Stratiienko · 3 years, 10 months ago
  33. 11ef8c5 drm_hwcomposer: Add support for VSYNC_2_4 callback by Roman Stratiienko · 3 years, 10 months ago
  34. 863a3c2 drm_hwcomposer: Handle all HWC2 callbacks in DrmHwcTwo.{h,cpp} by Roman Stratiienko · 3 years, 10 months ago
  35. aaaa469 drm_hwcomposer: Remove unused cursor_{x,y}_ and layer_color_ variables by Roman Stratiienko · 3 years, 10 months ago
  36. 2ed4cbe drm_hwcomposer: Convert transform value at HWC hook call by Roman Stratiienko · 3 years, 10 months ago
  37. 5063d53 drm_hwcomposer: Improve handling of blending mode by Roman Stratiienko · 3 years, 10 months ago
  38. 515da8f drm_hwcomposer: Create intermediate enum for colorspace and samplerange by Roman Stratiienko · 3 years, 10 months ago
  39. 3e8ce57 drm_hwcomposer: Wrap libdrm drmMode*{Get|Free}* into RAII by Roman Stratiienko · 3 years, 10 months ago
  40. d26619b drm_hwcomposer: CI: Upgrade clang-* to v12 by Roman Stratiienko · 4 years ago
  41. 66763d5 drm_hwcomposer: Quiet noisy errors when planes don't support various attributes by John Stultz · 4 years ago
  42. 8adf544 drm_hwcomposer: Fix sync_file fd leak from "Rework audofd" by John Stultz · 4 years ago
  43. 3e2f9e7 drm_hwcomposer: Add links to the HWC2 API description by Roman Stratiienko · 4 years, 3 months ago
  44. 0fade37 drm_hwcomposer: Rework autofd by Roman Stratiienko · 4 years, 6 months ago
  45. 8666dc9 drm_hwcomposer: Tracking of the DRM FB objects using RAII by Roman Stratiienko · 4 years, 6 months ago
  46. b865227 drm_hwcomposer: Remove useless setters from DrmHwcLayer by Roman Kovalivskyi · 4 years, 7 months ago
  47. ed90ef9 drm_hwcomposer: Add GetOrderLayersByZPos method by Matvii Zorin · 4 years, 6 months ago
  48. ede54b0 drm_hwcomposer: Move HardwareSupportsLayerType into Backend by Matvii Zorin · 4 years, 6 months ago
  49. ed74527 drm_hwcomposer: Move MarkValidated into Backend by Matvii Zorin · 4 years, 6 months ago
  50. 2c91df5 drm_hwcomposer: Move CalcPixOps into Backend by Matvii Zorin · 4 years, 6 months ago
  51. 5368b73 drm_hwcomposer: Remove DrmCompositionDisplayLayersMap by Matvii Zorin · 4 years, 7 months ago
  52. 704ea0e drm_hwcomposer: Cleanup DrmDisplayComposition initialization by Matvii Zorin · 4 years, 7 months ago
  53. d21071f drm_hwcomposer: CI: Increase coverage by Roman Stratiienko · 4 years, 5 months ago
  54. 7477471 drm_hwcomposer: Remove writeback-based flattening logic by Roman Stratiienko · 4 years, 6 months ago
  55. b3b5c1e drm_hwcomposer: clang-tidy: enable cppcoreguidelines-* checks by Roman Stratiienko · 4 years, 6 months ago
  56. 6a10c4c drm_hwcomposer: clang-tidy: enable clang-analyzer-* checks by Roman Stratiienko · 4 years, 6 months ago
  57. e2f2c92 drm_hwcomposer: enable code analysis using clang-tidy by Roman Stratiienko · 4 years, 6 months ago
  58. 6f5df17 drm_hwcomposer: Initial composer@2.4 HAL support by Roman Stratiienko · 4 years, 11 months ago
  59. 8338c34 drm_hwcomposer: Add support for color encoding and range properties by Matvii Zorin · 5 years ago
  60. 33365c2 drm_hwcomposer: Set correct source crop for the client layer by Roman Stratiienko · 4 years, 10 months ago
  61. d146d6d drm_hwcomposer: Check parameter range in SetColorMode() by Roman Stratiienko · 4 years, 10 months ago
  62. 27d2ed6 drm_hwcomposer: Fix SetColorMode() and SetColorModeWithIntent() by Roman Stratiienko · 4 years, 11 months ago
  63. 2370109 drm_hwcomposer: Fix RegisterCallback() function by Roman Stratiienko · 4 years, 11 months ago
  64. adc5d82 drm_hwcomposer: Fix EDID fetch from DRM by Andrii Chepurnyi · 5 years ago
  65. 13cc366 drm_hwcomposer: use CamelCase in source/header files related to class by Roman Stratiienko · 5 years ago[Renamed (99%) from drmhwctwo.cpp]
  66. aa3cd54 drm_hwcomposer: move header files into source directory by Roman Stratiienko · 5 years ago
  67. ef3c797 drm_hwcomposer: Add backend-dependent validation for HwcDisplay class by Matvii Zorin · 5 years ago
  68. f1af957 drm_hwcomposer: Move properties into vendor namespace by Jason Macnak · 5 years ago
  69. 2619aab drm_hwcomposer: Implement *DisplayBrightness* stubs by Andrii Chepurnyi · 5 years ago
  70. 857a53f drm_hwcomposer: Implement SetColorModeWithIntent stub by Andrii Chepurnyi · 5 years ago
  71. 50d3745 drm_hwcomposer: Implement GetRenderIntents stub by Andrii Chepurnyi · 5 years ago
  72. eb01229 drm_hwcomposer: Fix ValidateDisplay() when lowest z-order is nonzero by Liviu Dudau · 5 years ago
  73. fdcdeab drm_hwcomposer: Run test commit only when it actually needed by Matvii Zorin · 5 years ago
  74. 3f17bc0 drm_hwcomposer: Fix invalid buffer_handle_t pointer by Paul Howgego · 5 years ago
  75. 8115dbe drm_hwcomposer: Fix GetDisplayIdentificationData by Andrii Chepurnyi · 5 years ago
  76. 9170b31 drm_hwcomposer: Add statistics on flattening to dump message by Roman Kovalivskyi · 6 years ago
  77. 8fae156 drm_hwcomposer: Add fallback to client for layers flattening by Roman Kovalivskyi · 6 years ago
  78. 65f2ba8 drm_hwcomposer: Add property that allows disabling of hardware scaling by Roman Stratiienko · 6 years ago
  79. 8c7229d drm_hwcomposer: Try to fix build with older Android Pie releases by John Stultz · 6 years ago
  80. 3095708 drm_hwcomposer: Remove redundant hotplug call by Roman Kovalivskyi · 6 years ago
  81. b3d8178 drm_hwcomposer: Add GetDisplayCapabilities and getDisplayIdentificationData by Lowry Li (Arm Technology China) · 6 years ago
  82. b7b81cf drm_hwcomposer: Choose client layer range to achieve minimal GPU load by Roman Stratiienko · 6 years ago
  83. 12b91a3 drm_hwcomposer: Add simplistic SetColorTransform implementation by Roman Kovalivskyi · 6 years ago
  84. bb37569 drm_hwcomposer: Add simplistic SetLayerColor implementation by Roman Kovalivskyi · 6 years ago
  85. 0d1a2cd drm_hwcomposer: Introduce dumpsys metrics by Roman Stratiienko · 6 years ago
  86. c56eede drm_hwcomposer: Fix returned fence in PresentDisplay by Matteo Franchin · 6 years ago
  87. afb3689 drm_hwcomposer: Apply same logic for 'CURSOR' layers as for 'DEVICE' by Roman Stratiienko · 6 years ago
  88. f264723 drm_hwcomposer: Fix mixed layer composition by Roman Stratiienko · 6 years ago
  89. 9abec03 drm_hwcomposer: HWC2: Handle bad layer_handle by Vincent Donnefort · 6 years ago
  90. 7834a89 drm_hwcomposer: HWC2: Align SetColorMode Error with Android VTS by Vincent Donnefort · 6 years ago
  91. 60ef7eb drm_hwcomposer: HWC2: Align SetPowerMode Errors with Android VTS by Vincent Donnefort · 6 years ago
  92. b67d049 drm_hwcomposer: pre-filter modes provided to HWC2 by Neil Armstrong · 6 years ago
  93. 4c027a7 drm_hwcomposer: Drop modes with DRM_MODE_FLAG_INTERLACE to HWC2 by Neil Armstrong · 6 years ago
  94. 1b1e35e drm_hwcomposer: Chose preferred mode with type DRM_MODE_TYPE_PREFERRED by Andrii Chepurnyi · 6 years ago
  95. 495e4cc drm_hwcomposer: Added hotplug support of the external display by Andrii Chepurnyi · 7 years ago
  96. 4bdd0fe drm_hwcomposer: Fix VSYNC control by Andrii Chepurnyi · 7 years ago
  97. 734ee1c drm_hwcomposer: Rework ValidateDisplay layer check to use if statement rather then switch by John Stultz · 7 years ago
  98. 18ec688 drm_hwcomposer: Add checking if we can import a buffer by Alexey Firago · 7 years ago
  99. f72cccd drm_hwcomposer: Reformat using clang-format-5.0 by Sean Paul · 7 years ago
  100. 62e2d2c drm_hwcomposer: Purge drm_ from drmdisplaycompositor by Alexandru Gheorghe · 7 years ago