1. cad8e0c drm_hwcomposer: Introduce DrmDisplayPipeline class by Roman Stratiienko · 3 years, 9 months ago
  2. 7d89911 drm_hwcomposer: Tidy-up DrmDevice class by Roman Stratiienko · 3 years, 9 months ago
  3. 650299a drm_hwcomposer: Tidy-up DrmConnector class by Roman Stratiienko · 3 years, 9 months ago
  4. 027987b drm_hwcomposer: Tidy-up DrmEncoder class by Roman Stratiienko · 3 years, 9 months ago
  5. 10be875 drm_hwcomposer: Tidy-up DrmCrtc class by Roman Stratiienko · 3 years, 9 months ago
  6. edb97ed drm_hwcomposer: Remove ability to prioritize primary display by Roman Stratiienko · 3 years, 9 months ago
  7. 456e2d6 drm_hwcomposer: Handle primary display in GetDisplayConnectionType() by Roman Stratiienko · 3 years, 9 months ago
  8. b671fab drm_hwcomposer: Tidy-up DrmPlane class by Roman Stratiienko · 3 years, 9 months ago
  9. 938a742 drm_hwcomposer: Simplify DrmHwcTwo::GetDisplay() by Roman Stratiienko · 3 years, 9 months ago
  10. dfac456 drm_hwcomposer: Fix build_deploy.sh script by Roman Stratiienko · 3 years, 9 months ago
  11. f377ff7 drm_hwcomposer: Remove utils/autolock.* by Roman Stratiienko · 3 years, 9 months ago
  12. 8df7498 drm_hwcomposer: Remove write-back related helpers from DrmDevice class by Roman Stratiienko · 3 years, 9 months ago
  13. e2d97e6 drm_hwcomposer: Remove DrmDisplayCompositor:CreateInitializedComposition by Roman Stratiienko · 3 years, 9 months ago
  14. f0c507f drm_hwcomposer: Add headless mode support by Roman Stratiienko · 3 years, 9 months ago
  15. aa8ec52 drm_hwcomposer: Configuring Composer HAL to use sequential IDs by Roman Stratiienko · 3 years, 9 months ago
  16. 7492358 drm_hwcomposer: Introduce main lock by Roman Stratiienko · 3 years, 9 months ago
  17. 1301752 drm_hwcomposer: Restore HWC2 API logging functionality by Roman Stratiienko · 3 years, 9 months ago
  18. 780f7da drm_hwcomposer: CI: Upgrade to clang-13 && clang-tidy-13 by Roman Stratiienko · 3 years, 9 months ago
  19. c3de5f1 drm_hwcomposer: Add delay between hotplug uevent and modes get by Roman Stratiienko · 3 years, 9 months ago
  20. ad29ee9 drm_hwcomposer: Fix missing connector state assignment by Roman Stratiienko · 3 years, 9 months ago
  21. 903a372 drm_hwcomposer: Add script for quick build and deploy drm_hwcomposer by Roman Stratiienko · 3 years, 9 months ago
  22. d37b308 drm_hwcomposer: Use DPMS property to configure display pipeline by Roman Stratiienko · 3 years, 9 months ago
  23. 0137f86 drm_hwcomposer: Move HwcDisplayConfigs out of HwcDisplay class by Roman Stratiienko · 3 years, 10 months ago
  24. 3e16890 drm_hwcomposer: Move DrmHwcTwo.{cpp|h} to hwc2_device/ directory by Roman Stratiienko · 3 years, 10 months ago
  25. 3627beb drm_hwcomposer: Move HwcDisplay out of DrmHwcTwo class by Roman Stratiienko · 3 years, 10 months ago
  26. 03fd35c drm_hwcomposer: Move HwcLayer out of DrmHwcTwo class by Roman Stratiienko · 3 years, 10 months ago
  27. 26fd2b2 drm_hwcomposer: Move hw_module related code out of DrmHwcTwo.* files by Roman Stratiienko · 3 years, 10 months ago
  28. 568e598 drm_hwcomposer: CI: Remove -readability-use-anyofallof from COARSE list by Roman Stratiienko · 3 years, 10 months ago
  29. 25311dd drm_hwcomposer: CI: Remove duplicate tidy checks by Roman Stratiienko · 3 years, 10 months ago
  30. c46896d drm_hwcomposer: CI: Move tidy FINE checklist to Makefile by Roman Stratiienko · 3 years, 10 months ago
  31. f815d38 drm_hwcomposer: Raise clang-tidy level of some files to NORMAL by Roman Stratiienko · 3 years, 10 months ago
  32. 57b9ba3 drm_hwcomposer: Fix float to 16.16 fixed point conversion by Roman Stratiienko · 3 years, 10 months ago
  33. 5741bbd drm_hwcomposer: CI: Find all source files instead of hardcoding them. by Roman Stratiienko · 3 years, 10 months ago
  34. 753d107 drm_hwcomposer: Make Planner class fully static by Roman Stratiienko · 3 years, 10 months ago
  35. fc014f5 drm_hwcomposer: CI: Set clang-tidy level to NORMAL for some files by Roman Stratiienko · 3 years, 10 months ago
  36. e78235c drm_hwcomposer: CI: Raise clang-tidy level from NONE to COARSE for *.h by Roman Stratiienko · 3 years, 10 months ago
  37. 24a7fc4 drm_hwcomposer: CI: Process every file with clang-tidy. by Roman Stratiienko · 3 years, 10 months ago
  38. 3511273 drm_hwcomposer: CI: Fix Makefile dependencies by Roman Stratiienko · 3 years, 10 months ago
  39. 8beef3b drm_hwcomposer: Update readability-identifier-naming rules by Roman Stratiienko · 3 years, 10 months ago
  40. 7c91568 drm_hwcomposer: Free resources in HookDevClose() by Roman Stratiienko · 3 years, 10 months ago
  41. f81d2c8 drm_hwcomposer: Send crtc.active and crtc.mode together with the frame by Roman Stratiienko · 3 years, 9 months ago
  42. 7f576ec drm_hwcomposer: Remove supported()/unsupported() functions by Roman Stratiienko · 3 years, 10 months ago
  43. 5d1f557 drm_hwcomposer: Modify source_layers_ to be integer instead of array by Roman Stratiienko · 3 years, 10 months ago
  44. 9a6c9de drm_hwcomposer: Cleanup Planner class by Roman Stratiienko · 3 years, 10 months ago
  45. 67cebf5 drm_hwcomposer: Handle unused planes by DrmDisplayCompositor by Roman Stratiienko · 3 years, 10 months ago
  46. 32685ba drm_hwcomposer: Rework KMS state tracking by Roman Stratiienko · 3 years, 10 months ago
  47. cef5c77 drm_hwcomposer: CI: Replace shell scripts with Makefile by Roman Stratiienko · 3 years, 10 months ago
  48. 5f2f3ce drm_hwcomposer: CI: Tune clang-tidy coarse checks by Roman Stratiienko · 3 years, 10 months ago
  49. ef64677 drm_hwcomposer: Tidy-up the CI scripts by Roman Stratiienko · 3 years, 10 months ago
  50. cdee4f2 drm_hwcomposer: support more connector types by Yongqin Liu · 3 years, 11 months ago
  51. 720f652 drm_hwcomposer: Assume premultiplied alpha for CLIENT layer by Roman Stratiienko · 3 years, 11 months ago
  52. deb7735 drm_hwcomposer: Fix all cases which triggers an error on -Wsign-compare by Roman Stratiienko · 3 years, 11 months ago
  53. 5621f5f drm_hwcomposer: Use gralloc0::perform API by minigbm bufferinfo getter by Roman Stratiienko · 3 years, 11 months ago
  54. 39d8f7e drm_hwcomposer: Validate gralloc0 name for minigbm and libdrm getters by Roman Stratiienko · 3 years, 11 months ago
  55. a148f21 drm_hwcomposer: Rework display modes handling by Roman Stratiienko · 4 years ago
  56. 0ee8f58 drm_hwcomposer: Don't use Mapper@4 metadata API for legacy getters by Roman Stratiienko · 4 years ago
  57. 1e053b4 drm_hwcomposer: Make uevent listener standalone by Roman Stratiienko · 4 years ago
  58. 2a1f1ae drm_hwcomposer: Route release fence directly by Roman Stratiienko · 4 years ago
  59. dccc6fb drm_hwcomposer: Make single atomic function for all atomic commit ops. by Roman Stratiienko · 4 years ago
  60. 40b374b drm_hwcomposer: Move CreateModeBlob to DrmMode class by Roman Stratiienko · 4 years ago
  61. 13f61b8 drm_hwcomposer: Remove DrmDisplayCompositor::GetActiveModeResolution() by Roman Stratiienko · 4 years ago
  62. 36a7f28 drm_hwcomposer: Rework display Mode Setting and DPMS handling by Roman Stratiienko · 4 years ago
  63. 6ede466 drm_hwcomposer: Rework UserPropertyBlob to use RAII by Roman Stratiienko · 4 years, 1 month ago
  64. 0b06388 drm_hwcomposer: Move GetPlaneProperty into DrmPlane class by Roman Stratiienko · 4 years, 1 month ago
  65. 6748b09 drm_hwcomposer: Remove unused DrmDisplayCompositor class fields by Roman Stratiienko · 4 years, 1 month ago
  66. d3a2cf4 drm_hwcomposer: Remove unused {DrmComposition,DrmCompositor}::Dump() by Roman Stratiienko · 4 years, 1 month ago
  67. e8c0679 drm_hwcomposer: Move client flattening closer to the frontend by Roman Stratiienko · 4 years, 1 month ago
  68. 013d068 drm_hwcomposer: Allow pre-multi layer to always pass DrmPlane validation by Roman Stratiienko · 4 years, 1 month ago
  69. 875f397 drm_hwcomposer: Improve Mapper@4 metadata API fds index guessing logic by Roman Stratiienko · 4 years ago
  70. 11ef8c5 drm_hwcomposer: Add support for VSYNC_2_4 callback by Roman Stratiienko · 4 years, 1 month ago
  71. 863a3c2 drm_hwcomposer: Handle all HWC2 callbacks in DrmHwcTwo.{h,cpp} by Roman Stratiienko · 4 years, 1 month ago
  72. 24a4c18 drm_hwcomposer: Move rotation enum querying into DrmPlane initialization by Roman Stratiienko · 4 years, 1 month ago
  73. 0f679aa drm_hwcomposer: Cleanup DrmPlane::Init() by Roman Stratiienko · 4 years, 1 month ago
  74. 6662f71 drm_hwcomposer: DrmPlane: More atomic commit cleanup by Roman Stratiienko · 4 years, 1 month ago
  75. aaaa469 drm_hwcomposer: Remove unused cursor_{x,y}_ and layer_color_ variables by Roman Stratiienko · 4 years, 1 month ago
  76. 2ed4cbe drm_hwcomposer: Convert transform value at HWC hook call by Roman Stratiienko · 4 years, 1 month ago
  77. 5063d53 drm_hwcomposer: Improve handling of blending mode by Roman Stratiienko · 4 years, 1 month ago
  78. 4f1effa drm_hwcomposer: Query color_encoding and color_range enums during init by Roman Stratiienko · 4 years, 1 month ago
  79. 515da8f drm_hwcomposer: Create intermediate enum for colorspace and samplerange by Roman Stratiienko · 4 years, 1 month ago
  80. 0dbe639 drm_hwcomposer: Move plane-related atomic commit logic to DrmPlane class by Roman Stratiienko · 4 years, 1 month ago
  81. 56f4adc drm_hwcomposer: Move IsKMSDev to DrmDevice by Roman Stratiienko · 4 years, 1 month ago
  82. cf80b85 drm_hwcomposer: Remove unused AvailableWritebackConnector() by Roman Stratiienko · 4 years, 1 month ago
  83. 123cdb0 drm_hwcomposer: Remove unused ResourceManager::gralloc_ field by Roman Stratiienko · 4 years, 1 month ago
  84. 7fd8f88 drm_hwcomposer: Cleanup DRM atomic commit by Roman Stratiienko · 4 years, 1 month ago
  85. 3e8ce57 drm_hwcomposer: Wrap libdrm drmMode*{Get|Free}* into RAII by Roman Stratiienko · 4 years, 1 month ago
  86. 0a90b27 drm_hwcomposer: Fix property_get() linux impl. by Roman Stratiienko · 4 years, 3 months ago
  87. 5532b92 drm_hwcomposer: CI: Tune the readability-identifier-naming settings by Roman Stratiienko · 4 years, 8 months ago
  88. d26619b drm_hwcomposer: CI: Upgrade clang-* to v12 by Roman Stratiienko · 4 years, 3 months ago
  89. 8514329 drm_hwcomposer: Don't close same handle several times. by Roman Stratiienko · 4 years, 2 months ago
  90. 66763d5 drm_hwcomposer: Quiet noisy errors when planes don't support various attributes by John Stultz · 4 years, 2 months ago
  91. 8adf544 drm_hwcomposer: Fix sync_file fd leak from "Rework audofd" by John Stultz · 4 years, 3 months ago
  92. 3e2f9e7 drm_hwcomposer: Add links to the HWC2 API description by Roman Stratiienko · 4 years, 5 months ago
  93. 0fade37 drm_hwcomposer: Rework autofd by Roman Stratiienko · 4 years, 8 months ago
  94. 5128715 drm_hwcomposer: cleanup hwcutils by Roman Stratiienko · 4 years, 8 months ago
  95. f0b3e28 drm_hwcomposer: Stop importing native_handle_t into the mapper by Roman Stratiienko · 4 years, 8 months ago
  96. 8666dc9 drm_hwcomposer: Tracking of the DRM FB objects using RAII by Roman Stratiienko · 4 years, 8 months ago
  97. 92c6a40 drm_hwcomposer: update README for clang-format-diff-11 and touch up formatting by Benjamin Li · 4 years, 5 months ago
  98. f75099a drm_hwcomposer: remove unused variable blend by Benjamin Li · 4 years, 5 months ago
  99. b00b28d drm_hwcomposer: reject rotations reported as unsupported by hardware by Benjamin Li · 4 years, 5 months ago
  100. 9127dc8 drm_hwcomposer: add DRM_PROPERTY_TYPE_BITMASK by Benjamin Li · 4 years, 6 months ago