- 3f0c01a drm_hwcomposer: Plumb link status BAD to OnHotplugEvent composer callback by Manasi Navare · 8 months ago
- 9344318 drm_hwcomposer: Extract DrmHwc abstract base class by Drew Davenport · 1 year, 5 months ago
- 63762a9 drm_hwcomposer: Use shared pointer type for the pipeline_ variable by Roman Stratiienko · 1 year, 8 months ago
- 9e2a2cd drm_hwcomposer: Make main mutex recursive by Roman Stratiienko · 2 years, 5 months ago
- 6b40505 drm_hwcomposer: Use __ANDROID_API__ instead of PLATFORM_SDK_VERSION by Roman Stratiienko · 2 years, 5 months ago
- bde9566 drm_hwcomposer: Use pragma once instead of include guards by Roman Stratiienko · 2 years, 5 months ago
- bb594ba drm_hwcomposer: Rework HwcDisplay disposal to avoid races by Roman Stratiienko · 3 years, 3 months ago
- d0c035b drm_hwcomposer: Implement SetActiveConfigWithConstraints by Roman Stratiienko · 3 years, 4 months ago
- 099c311 drm_hwcomposer: Use single VSyncWorker per display by Roman Stratiienko · 3 years, 4 months ago
- 3dacd47 drm_hwcomposer: Dynamic DrmDisplayPipeline to HwcDisplay bindings by Roman Stratiienko · 3 years, 4 months ago
- 938a742 drm_hwcomposer: Simplify DrmHwcTwo::GetDisplay() by Roman Stratiienko · 3 years, 4 months ago
- 7492358 drm_hwcomposer: Introduce main lock by Roman Stratiienko · 3 years, 4 months ago
- 3e16890 drm_hwcomposer: Move DrmHwcTwo.{cpp|h} to hwc2_device/ directory by Roman Stratiienko · 3 years, 5 months ago[Renamed from DrmHwcTwo.h]
- 3627beb drm_hwcomposer: Move HwcDisplay out of DrmHwcTwo class by Roman Stratiienko · 3 years, 5 months ago
- 03fd35c drm_hwcomposer: Move HwcLayer out of DrmHwcTwo class by Roman Stratiienko · 3 years, 5 months ago
- 26fd2b2 drm_hwcomposer: Move hw_module related code out of DrmHwcTwo.* files by Roman Stratiienko · 3 years, 5 months ago
- 753d107 drm_hwcomposer: Make Planner class fully static by Roman Stratiienko · 3 years, 5 months ago
- e78235c drm_hwcomposer: CI: Raise clang-tidy level from NONE to COARSE for *.h 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
- f81d2c8 drm_hwcomposer: Send crtc.active and crtc.mode together with the frame by Roman Stratiienko · 3 years, 4 months ago
- a148f21 drm_hwcomposer: Rework display modes handling by Roman Stratiienko · 3 years, 6 months ago
- 1e053b4 drm_hwcomposer: Make uevent listener standalone by Roman Stratiienko · 3 years, 7 months ago
- 2a1f1ae drm_hwcomposer: Route release fence directly by Roman Stratiienko · 3 years, 7 months ago
- e8c0679 drm_hwcomposer: Move client flattening closer to the frontend by Roman Stratiienko · 3 years, 8 months ago
- 11ef8c5 drm_hwcomposer: Add support for VSYNC_2_4 callback by Roman Stratiienko · 3 years, 8 months ago
- 863a3c2 drm_hwcomposer: Handle all HWC2 callbacks in DrmHwcTwo.{h,cpp} by Roman Stratiienko · 3 years, 8 months ago
- aaaa469 drm_hwcomposer: Remove unused cursor_{x,y}_ and layer_color_ variables by Roman Stratiienko · 3 years, 8 months ago
- 2ed4cbe drm_hwcomposer: Convert transform value at HWC hook call by Roman Stratiienko · 3 years, 8 months ago
- 5063d53 drm_hwcomposer: Improve handling of blending mode by Roman Stratiienko · 3 years, 8 months ago
- 515da8f drm_hwcomposer: Create intermediate enum for colorspace and samplerange by Roman Stratiienko · 3 years, 8 months ago
- 3e2f9e7 drm_hwcomposer: Add links to the HWC2 API description by Roman Stratiienko · 4 years 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
- ed90ef9 drm_hwcomposer: Add GetOrderLayersByZPos method by Matvii Zorin · 4 years, 4 months ago
- ede54b0 drm_hwcomposer: Move HardwareSupportsLayerType into Backend by Matvii Zorin · 4 years, 4 months ago
- ed74527 drm_hwcomposer: Move MarkValidated into Backend by Matvii Zorin · 4 years, 4 months ago
- 2c91df5 drm_hwcomposer: Move CalcPixOps into Backend by Matvii Zorin · 4 years, 4 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
- 6f5df17 drm_hwcomposer: Initial composer@2.4 HAL support by Roman Stratiienko · 4 years, 8 months ago
- b2e9fe2 drm_hwcomposer: refactor platform directory by Roman Stratiienko · 4 years, 8 months ago
- 2370109 drm_hwcomposer: Fix RegisterCallback() function 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 (98%) from drmhwctwo.h]
- aa3cd54 drm_hwcomposer: move header files into source directory by Roman Stratiienko · 4 years, 9 months ago[Renamed (98%) from include/drmhwctwo.h]
- ef3c797 drm_hwcomposer: Add backend-dependent validation for HwcDisplay class by Matvii Zorin · 4 years, 9 months ago
- 373de71 drm_hwcomposer: Expand access to HwcDisplay class members by Matvii Zorin · 4 years, 9 months ago
- e0e7c5c drm_hwcomposer: Move DrmHwcTwo internal classes outside private section by Matvii Zorin · 4 years, 10 months ago
- 0ddc329 drm_hwcomposer: Add include guard into drmhwctwo.h by Matvii Zorin · 4 years, 10 months ago
- 2619aab drm_hwcomposer: Implement *DisplayBrightness* stubs by Andrii Chepurnyi · 4 years, 11 months ago
- 857a53f drm_hwcomposer: Implement SetColorModeWithIntent stub by Andrii Chepurnyi · 5 years ago
- 50d3745 drm_hwcomposer: Implement GetRenderIntents stub by Andrii Chepurnyi · 5 years ago
- 9170b31 drm_hwcomposer: Add statistics on flattening to dump message by Roman Kovalivskyi · 5 years ago
- 8fae156 drm_hwcomposer: Add fallback to client for layers flattening by Roman Kovalivskyi · 5 years ago
- 65f2ba8 drm_hwcomposer: Add property that allows disabling of hardware scaling by Roman Stratiienko · 5 years ago
- 8c7229d drm_hwcomposer: Try to fix build with older Android Pie releases by John Stultz · 5 years ago
- b3d8178 drm_hwcomposer: Add GetDisplayCapabilities and getDisplayIdentificationData by Lowry Li (Arm Technology China) · 5 years ago
- b7b81cf drm_hwcomposer: Choose client layer range to achieve minimal GPU load by Roman Stratiienko · 5 years ago
- 12b91a3 drm_hwcomposer: Add simplistic SetColorTransform implementation by Roman Kovalivskyi · 5 years ago
- bb37569 drm_hwcomposer: Add simplistic SetLayerColor implementation by Roman Kovalivskyi · 5 years ago
- 0d1a2cd drm_hwcomposer: Introduce dumpsys metrics by Roman Stratiienko · 5 years ago
- c56eede drm_hwcomposer: Fix returned fence in PresentDisplay by Matteo Franchin · 5 years ago
- afb3689 drm_hwcomposer: Apply same logic for 'CURSOR' layers as for 'DEVICE' by Roman Stratiienko · 6 years ago
- 9abec03 drm_hwcomposer: HWC2: Handle bad layer_handle by Vincent Donnefort · 6 years ago
- 315444c drm_hwcomposer: HWC2: Handle bad display_handle by Vincent Donnefort · 6 years ago
- 27cd480 drm_hwcomposer: Organize files into subdirs by Sean Paul · 6 years ago[Renamed from drmhwctwo.h]
- 495e4cc drm_hwcomposer: Added hotplug support of the external display by Andrii Chepurnyi · 7 years ago
- 6230703 drm_hwcomposer: Initialize buffer_ pointer to NULL by John Stultz · 6 years ago
- f72cccd drm_hwcomposer: Reformat using clang-format-5.0 by Sean Paul · 7 years ago
- 6f0030f drm_hwcomposer: Pass resource manager to drmdisplaycompositor 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
- 4f6c62e drm_hwcomposer: Support assigning planes in ValidateDisplay by Rob Herring · 7 years ago
- 1d224e8 drm_hwcomposer: Remove gralloc from generic code by Andrii Chepurnyi · 7 years ago
- da5839c drm_hwcomposer: Add support for GetColorModes & SetCursorPosition by Kalyan Kondapally · 9 years ago
- ac87415 drm_hwcomposer: Partially implement HWC2 API by Sean Paul · 9 years ago
- ed2ec4b drm_hwcomposer: Initial stub HWC2 by Sean Paul · 9 years ago