- 468a754 drm_hwcomposer: Replace LOG_TAG with drmhwc by Sean Paul · 10 months ago
- f2c060f drm_hwcomposer: Virtual display acceleration support by Roman Stratiienko · 1 year, 8 months ago
- 7689278 drm_hwcomposer: Introduce SharedFd, use standard c++ RAII for UniqueFd by Roman Stratiienko · 2 years, 4 months ago
- a7913de drm_hwcomposer: CI: Bump-up clang toolchain to v15 by Roman Stratiienko · 2 years, 7 months ago
- dd21494 drm_hwcomposer: Fix HwcLayer::GetReleaseFences() by Roman Stratiienko · 3 years, 1 month ago
- 5f21dbc drm_hwcomposer: Allow accessing ResourceManager from DrmDevce by Roman Stratiienko · 3 years, 1 month ago
- 4e99405 drm_hwcomposer: Rename DrmDisplayCompositor->DrmAtomicStateManager by Roman Stratiienko · 3 years, 3 months ago
- 3dacd47 drm_hwcomposer: Dynamic DrmDisplayPipeline to HwcDisplay bindings by Roman Stratiienko · 3 years, 4 months ago
- 19c162f drm_hwcomposer: Initialize HwcDisplay using DrmDisplayPIpeline by Roman Stratiienko · 3 years, 4 months ago
- cad8e0c drm_hwcomposer: Introduce DrmDisplayPipeline class by Roman Stratiienko · 3 years, 4 months ago
- 7d89911 drm_hwcomposer: Tidy-up DrmDevice class by Roman Stratiienko · 3 years, 4 months ago
- 650299a drm_hwcomposer: Tidy-up DrmConnector class by Roman Stratiienko · 3 years, 4 months ago
- 027987b drm_hwcomposer: Tidy-up DrmEncoder class by Roman Stratiienko · 3 years, 4 months ago
- 10be875 drm_hwcomposer: Tidy-up DrmCrtc class by Roman Stratiienko · 3 years, 4 months ago
- edb97ed drm_hwcomposer: Remove ability to prioritize primary display by Roman Stratiienko · 3 years, 4 months ago
- b671fab drm_hwcomposer: Tidy-up DrmPlane class by Roman Stratiienko · 3 years, 4 months ago
- 8df7498 drm_hwcomposer: Remove write-back related helpers from DrmDevice class by Roman Stratiienko · 3 years, 4 months ago
- 780f7da drm_hwcomposer: CI: Upgrade to clang-13 && clang-tidy-13 by Roman Stratiienko · 3 years, 4 months ago
- fc014f5 drm_hwcomposer: CI: Set clang-tidy level to NORMAL for some files by Roman Stratiienko · 3 years, 5 months ago
- 24a7fc4 drm_hwcomposer: CI: Process every file with clang-tidy. by Roman Stratiienko · 3 years, 5 months ago
- 5f2f3ce drm_hwcomposer: CI: Tune clang-tidy coarse checks by Roman Stratiienko · 3 years, 5 months ago
- 1e053b4 drm_hwcomposer: Make uevent listener standalone by Roman Stratiienko · 3 years, 7 months ago
- 6ede466 drm_hwcomposer: Rework UserPropertyBlob to use RAII by Roman Stratiienko · 3 years, 8 months ago
- 0b06388 drm_hwcomposer: Move GetPlaneProperty into DrmPlane class by Roman Stratiienko · 3 years, 8 months ago
- 56f4adc drm_hwcomposer: Move IsKMSDev to DrmDevice by Roman Stratiienko · 3 years, 8 months ago
- 7fd8f88 drm_hwcomposer: Cleanup DRM atomic commit by Roman Stratiienko · 3 years, 8 months ago
- 3e8ce57 drm_hwcomposer: Wrap libdrm drmMode*{Get|Free}* into RAII by Roman Stratiienko · 3 years, 8 months ago
- d26619b drm_hwcomposer: CI: Upgrade clang-* to v12 by Roman Stratiienko · 3 years, 10 months ago
- 0fade37 drm_hwcomposer: Rework autofd by Roman Stratiienko · 4 years, 3 months ago
- 8666dc9 drm_hwcomposer: Tracking of the DRM FB objects using RAII by Roman Stratiienko · 4 years, 3 months ago
- b3b5c1e drm_hwcomposer: clang-tidy: enable cppcoreguidelines-* checks by Roman Stratiienko · 4 years, 3 months ago
- e2f2c92 drm_hwcomposer: enable code analysis using clang-tidy by Roman Stratiienko · 4 years, 3 months ago
- d518a05 drm_hwcomposer: CI: Initial build and clang-tidy checks by Roman Stratiienko · 4 years, 3 months ago
- fa00233 drm_hwcomposer: Fix drmSetMaster() usage by John Stultz · 4 years, 4 months ago
- 3b24cd9 drm_hwcomposer: Ensure composer has master access to DRM/KMS by Roman Stratiienko · 4 years, 4 months ago
- b2e9fe2 drm_hwcomposer: refactor platform directory by Roman Stratiienko · 4 years, 8 months ago
- 13cc366 drm_hwcomposer: use CamelCase in source/header files related to class by Roman Stratiienko · 4 years, 9 months ago[Renamed (99%) from drm/drmdevice.cpp]
- aa3cd54 drm_hwcomposer: move header files into source directory by Roman Stratiienko · 4 years, 9 months ago
- ef3c797 drm_hwcomposer: Add backend-dependent validation for HwcDisplay class by Matvii Zorin · 4 years, 9 months ago
- f1af957 drm_hwcomposer: Move properties into vendor namespace by Jason Macnak · 4 years, 9 months ago
- c77052e drm_hwcomposer: Improve error messages. by Peter Collingbourne · 5 years ago
- d07c370 drm_hwcomposer: Add property hwc.drm.primary_display_order by Roman Kovalivskyi · 6 years ago
- 27cd480 drm_hwcomposer: Organize files into subdirs by Sean Paul · 6 years ago[Renamed from drmdevice.cpp]
- f72cccd drm_hwcomposer: Reformat using clang-format-5.0 by Sean Paul · 7 years ago
- b6a675e drm_hwcomposer: add scene flattening by Alexandru Gheorghe · 7 years ago
- b46b930 drm_hwcomposer: Handle writeback connectors by Alexandru Gheorghe · 7 years ago
- e8b668c drm_hwcomposer: Parse and store possible_clones information by Alexandru Gheorghe · 7 years ago
- ae4324c drm_hwcomposer: Add display field to Drmencoder by Alexandru Gheorghe · 7 years ago
- c546358 drm_hwcomposer: Add resource manager support by Alexandru Gheorghe · 7 years ago
- 0f5abd7 drm_hwcomposer: Rename DrmResources to DrmDevice by Alexandru Gheorghe · 7 years ago[Renamed (85%) from drmresources.cpp]
- 9057a6f drm_hwcomposer: Use log/log.h instead of cutils/log.h by John Stultz · 7 years ago
- 610d989 drm_hwcomposer: Add HDMI connector as a valid type by Robert Foss · 8 years ago
- ed45a8e drm_hwcomposer: Remove threading by Sean Paul · 8 years ago
- 0690c1c drm_hwcomposer: Add crtc() fetcher to DrmResources by Robert Foss · 9 years ago
- 406dbfc drm_hwcomposer: Harvest min/max resolutions from drm by Sean Paul · 9 years ago
- f741c67 drm_hwcomposer: Fix up some printf warnings and a clang-style nit by Sean Paul · 9 years ago
- 047b9b2 drm_hwcomposer: Add DrmEventListener worker by Sean Paul · 10 years ago
- ff30b52 drm_hwcomposer: polish for old DRM wrapper code by Zach Reizner · 10 years ago
- 5735541 drm_hwcomposer: Process modesets via compositor by Sean Paul · 10 years ago
- 0980705 drm_hwcomposer: enhance stability using various wrapper classes by Zach Reizner · 10 years ago
- 459a5a9 Revert "Revert "drm_hwcomposer: remove compositor interface"" by Zach Reizner · 10 years ago
- 1c5e556 Revert "drm_hwcomposer: remove compositor interface" by Puneet Kumar · 10 years ago
- 7912438 drm_hwcomposer: remove compositor interface by Zach Reizner · 10 years ago
- db7a17d drm_hwcomposer: Process DPMS requests through compositor by Sean Paul · 10 years ago
- 877be97 drm_hwcomposer: Use atomic modeset to set crtc timing by Sean Paul · 10 years ago
- b386f1b drm_hwcomposer: Use hw planes + drm atomic interface by Sean Paul · 10 years ago
- 6a55e9f drm_hwcomposer: Wrap libdrm ops (minus modeset/flip) in C++ classes by Sean Paul · 10 years ago