1. 7d89911 drm_hwcomposer: Tidy-up DrmDevice class by Roman Stratiienko · 3 years, 9 months ago
  2. 650299a drm_hwcomposer: Tidy-up DrmConnector class by Roman Stratiienko · 3 years, 9 months ago
  3. 10be875 drm_hwcomposer: Tidy-up DrmCrtc class by Roman Stratiienko · 3 years, 9 months ago
  4. b671fab drm_hwcomposer: Tidy-up DrmPlane class by Roman Stratiienko · 3 years, 9 months ago
  5. f377ff7 drm_hwcomposer: Remove utils/autolock.* by Roman Stratiienko · 3 years, 9 months ago
  6. e2d97e6 drm_hwcomposer: Remove DrmDisplayCompositor:CreateInitializedComposition by Roman Stratiienko · 3 years, 9 months ago
  7. 780f7da drm_hwcomposer: CI: Upgrade to clang-13 && clang-tidy-13 by Roman Stratiienko · 3 years, 9 months ago
  8. d37b308 drm_hwcomposer: Use DPMS property to configure display pipeline by Roman Stratiienko · 3 years, 9 months ago
  9. f815d38 drm_hwcomposer: Raise clang-tidy level of some files to NORMAL by Roman Stratiienko · 3 years, 10 months ago
  10. 753d107 drm_hwcomposer: Make Planner class fully static by Roman Stratiienko · 3 years, 10 months ago
  11. fc014f5 drm_hwcomposer: CI: Set clang-tidy level to NORMAL for some files by Roman Stratiienko · 3 years, 10 months ago
  12. e78235c drm_hwcomposer: CI: Raise clang-tidy level from NONE to COARSE for *.h by Roman Stratiienko · 3 years, 10 months ago
  13. f81d2c8 drm_hwcomposer: Send crtc.active and crtc.mode together with the frame by Roman Stratiienko · 3 years, 9 months ago
  14. 5d1f557 drm_hwcomposer: Modify source_layers_ to be integer instead of array by Roman Stratiienko · 3 years, 10 months ago
  15. 9a6c9de drm_hwcomposer: Cleanup Planner class by Roman Stratiienko · 3 years, 10 months ago
  16. 67cebf5 drm_hwcomposer: Handle unused planes by DrmDisplayCompositor by Roman Stratiienko · 3 years, 10 months ago
  17. 32685ba drm_hwcomposer: Rework KMS state tracking by Roman Stratiienko · 3 years, 10 months ago
  18. 5f2f3ce drm_hwcomposer: CI: Tune clang-tidy coarse checks by Roman Stratiienko · 3 years, 10 months ago
  19. dccc6fb drm_hwcomposer: Make single atomic function for all atomic commit ops. by Roman Stratiienko · 4 years ago
  20. 40b374b drm_hwcomposer: Move CreateModeBlob to DrmMode class by Roman Stratiienko · 4 years ago
  21. 13f61b8 drm_hwcomposer: Remove DrmDisplayCompositor::GetActiveModeResolution() by Roman Stratiienko · 4 years ago
  22. 36a7f28 drm_hwcomposer: Rework display Mode Setting and DPMS handling by Roman Stratiienko · 4 years ago
  23. 6ede466 drm_hwcomposer: Rework UserPropertyBlob to use RAII by Roman Stratiienko · 4 years, 1 month ago
  24. 6748b09 drm_hwcomposer: Remove unused DrmDisplayCompositor class fields by Roman Stratiienko · 4 years, 1 month ago
  25. d3a2cf4 drm_hwcomposer: Remove unused {DrmComposition,DrmCompositor}::Dump() by Roman Stratiienko · 4 years, 1 month ago
  26. e8c0679 drm_hwcomposer: Move client flattening closer to the frontend by Roman Stratiienko · 4 years, 1 month ago
  27. 863a3c2 drm_hwcomposer: Handle all HWC2 callbacks in DrmHwcTwo.{h,cpp} by Roman Stratiienko · 4 years, 1 month ago
  28. 0dbe639 drm_hwcomposer: Move plane-related atomic commit logic to DrmPlane class by Roman Stratiienko · 4 years, 1 month ago
  29. 7fd8f88 drm_hwcomposer: Cleanup DRM atomic commit by Roman Stratiienko · 4 years, 1 month ago
  30. 3e8ce57 drm_hwcomposer: Wrap libdrm drmMode*{Get|Free}* into RAII by Roman Stratiienko · 4 years, 1 month ago
  31. d26619b drm_hwcomposer: CI: Upgrade clang-* to v12 by Roman Stratiienko · 4 years, 3 months ago
  32. 66763d5 drm_hwcomposer: Quiet noisy errors when planes don't support various attributes by John Stultz · 4 years, 2 months ago
  33. 0fade37 drm_hwcomposer: Rework autofd by Roman Stratiienko · 4 years, 8 months ago
  34. 5128715 drm_hwcomposer: cleanup hwcutils by Roman Stratiienko · 4 years, 8 months ago
  35. 8666dc9 drm_hwcomposer: Tracking of the DRM FB objects using RAII by Roman Stratiienko · 4 years, 8 months ago
  36. 67a89d3 drm_hwcomposer: Move ValidatePlane method into DrmPlane by Matvii Zorin · 4 years, 9 months ago
  37. f0757c2 drm_hwcomposer: Remove ctrc from DrmCompositionPlane by Matvii Zorin · 4 years, 9 months ago
  38. 9f79c0c drm_hwcomposer: Remove SquashState class declaration by Matvii Zorin · 4 years, 9 months ago
  39. 5368b73 drm_hwcomposer: Remove DrmCompositionDisplayLayersMap by Matvii Zorin · 4 years, 9 months ago
  40. dcea03c drm_hwcomposer: Remove DrmCompositionRegion struct by Matvii Zorin · 4 years, 9 months ago
  41. 704ea0e drm_hwcomposer: Cleanup DrmDisplayComposition initialization by Matvii Zorin · 4 years, 9 months ago
  42. d21071f drm_hwcomposer: CI: Increase coverage by Roman Stratiienko · 4 years, 7 months ago
  43. 7477471 drm_hwcomposer: Remove writeback-based flattening logic by Roman Stratiienko · 4 years, 9 months ago
  44. b3b5c1e drm_hwcomposer: clang-tidy: enable cppcoreguidelines-* checks by Roman Stratiienko · 4 years, 8 months ago
  45. 6a10c4c drm_hwcomposer: clang-tidy: enable clang-analyzer-* checks by Roman Stratiienko · 4 years, 8 months ago
  46. e2f2c92 drm_hwcomposer: enable code analysis using clang-tidy by Roman Stratiienko · 4 years, 8 months ago
  47. 8338c34 drm_hwcomposer: Add support for color encoding and range properties by Matvii Zorin · 5 years ago
  48. b2e9fe2 drm_hwcomposer: refactor platform directory by Roman Stratiienko · 5 years ago
  49. 2370109 drm_hwcomposer: Fix RegisterCallback() function by Roman Stratiienko · 5 years ago
  50. 13cc366 drm_hwcomposer: use CamelCase in source/header files related to class by Roman Stratiienko · 5 years ago
  51. aa3cd54 drm_hwcomposer: move header files into source directory by Roman Stratiienko · 5 years ago
  52. 9170b31 drm_hwcomposer: Add statistics on flattening to dump message by Roman Kovalivskyi · 6 years ago
  53. 8fae156 drm_hwcomposer: Add fallback to client for layers flattening by Roman Kovalivskyi · 6 years ago
  54. 27cd480 drm_hwcomposer: Organize files into subdirs by Sean Paul · 7 years ago