- 5f2f3ce drm_hwcomposer: CI: Tune clang-tidy coarse checks by Roman Stratiienko · 4 years, 4 months ago
- ef64677 drm_hwcomposer: Tidy-up the CI scripts by Roman Stratiienko · 4 years, 4 months ago
- cdee4f2 drm_hwcomposer: support more connector types by Yongqin Liu · 4 years, 5 months ago
- 720f652 drm_hwcomposer: Assume premultiplied alpha for CLIENT layer by Roman Stratiienko · 4 years, 5 months ago
- deb7735 drm_hwcomposer: Fix all cases which triggers an error on -Wsign-compare by Roman Stratiienko · 4 years, 5 months ago
- 5621f5f drm_hwcomposer: Use gralloc0::perform API by minigbm bufferinfo getter by Roman Stratiienko · 4 years, 5 months ago
- 39d8f7e drm_hwcomposer: Validate gralloc0 name for minigbm and libdrm getters by Roman Stratiienko · 4 years, 5 months ago
- a148f21 drm_hwcomposer: Rework display modes handling by Roman Stratiienko · 4 years, 5 months ago
- 0ee8f58 drm_hwcomposer: Don't use Mapper@4 metadata API for legacy getters by Roman Stratiienko · 4 years, 6 months ago
- 1e053b4 drm_hwcomposer: Make uevent listener standalone by Roman Stratiienko · 4 years, 6 months ago
- 2a1f1ae drm_hwcomposer: Route release fence directly by Roman Stratiienko · 4 years, 6 months ago
- dccc6fb drm_hwcomposer: Make single atomic function for all atomic commit ops. by Roman Stratiienko · 4 years, 6 months ago
- 40b374b drm_hwcomposer: Move CreateModeBlob to DrmMode class by Roman Stratiienko · 4 years, 6 months ago
- 13f61b8 drm_hwcomposer: Remove DrmDisplayCompositor::GetActiveModeResolution() by Roman Stratiienko · 4 years, 7 months ago
- 36a7f28 drm_hwcomposer: Rework display Mode Setting and DPMS handling by Roman Stratiienko · 4 years, 7 months ago
- 6ede466 drm_hwcomposer: Rework UserPropertyBlob to use RAII by Roman Stratiienko · 4 years, 7 months ago
- 0b06388 drm_hwcomposer: Move GetPlaneProperty into DrmPlane class by Roman Stratiienko · 4 years, 7 months ago
- 6748b09 drm_hwcomposer: Remove unused DrmDisplayCompositor class fields by Roman Stratiienko · 4 years, 7 months ago
- d3a2cf4 drm_hwcomposer: Remove unused {DrmComposition,DrmCompositor}::Dump() by Roman Stratiienko · 4 years, 7 months ago
- e8c0679 drm_hwcomposer: Move client flattening closer to the frontend by Roman Stratiienko · 4 years, 7 months ago
- 013d068 drm_hwcomposer: Allow pre-multi layer to always pass DrmPlane validation by Roman Stratiienko · 4 years, 7 months ago
- 875f397 drm_hwcomposer: Improve Mapper@4 metadata API fds index guessing logic by Roman Stratiienko · 4 years, 6 months ago
- 11ef8c5 drm_hwcomposer: Add support for VSYNC_2_4 callback by Roman Stratiienko · 4 years, 7 months ago
- 863a3c2 drm_hwcomposer: Handle all HWC2 callbacks in DrmHwcTwo.{h,cpp} by Roman Stratiienko · 4 years, 7 months ago
- 24a4c18 drm_hwcomposer: Move rotation enum querying into DrmPlane initialization by Roman Stratiienko · 4 years, 7 months ago
- 0f679aa drm_hwcomposer: Cleanup DrmPlane::Init() by Roman Stratiienko · 4 years, 7 months ago
- 6662f71 drm_hwcomposer: DrmPlane: More atomic commit cleanup by Roman Stratiienko · 4 years, 7 months ago
- aaaa469 drm_hwcomposer: Remove unused cursor_{x,y}_ and layer_color_ variables by Roman Stratiienko · 4 years, 7 months ago
- 2ed4cbe drm_hwcomposer: Convert transform value at HWC hook call by Roman Stratiienko · 4 years, 7 months ago
- 5063d53 drm_hwcomposer: Improve handling of blending mode by Roman Stratiienko · 4 years, 7 months ago
- 4f1effa drm_hwcomposer: Query color_encoding and color_range enums during init by Roman Stratiienko · 4 years, 7 months ago
- 515da8f drm_hwcomposer: Create intermediate enum for colorspace and samplerange by Roman Stratiienko · 4 years, 7 months ago
- 0dbe639 drm_hwcomposer: Move plane-related atomic commit logic to DrmPlane class by Roman Stratiienko · 4 years, 7 months ago
- 56f4adc drm_hwcomposer: Move IsKMSDev to DrmDevice by Roman Stratiienko · 4 years, 7 months ago
- cf80b85 drm_hwcomposer: Remove unused AvailableWritebackConnector() by Roman Stratiienko · 4 years, 7 months ago
- 123cdb0 drm_hwcomposer: Remove unused ResourceManager::gralloc_ field by Roman Stratiienko · 4 years, 7 months ago
- 7fd8f88 drm_hwcomposer: Cleanup DRM atomic commit by Roman Stratiienko · 4 years, 7 months ago
- 3e8ce57 drm_hwcomposer: Wrap libdrm drmMode*{Get|Free}* into RAII by Roman Stratiienko · 4 years, 7 months ago
- 0a90b27 drm_hwcomposer: Fix property_get() linux impl. by Roman Stratiienko · 4 years, 9 months ago
- 5532b92 drm_hwcomposer: CI: Tune the readability-identifier-naming settings by Roman Stratiienko · 5 years ago
- d26619b drm_hwcomposer: CI: Upgrade clang-* to v12 by Roman Stratiienko · 4 years, 9 months ago
- 8514329 drm_hwcomposer: Don't close same handle several times. by Roman Stratiienko · 4 years, 8 months ago
- 66763d5 drm_hwcomposer: Quiet noisy errors when planes don't support various attributes by John Stultz · 4 years, 8 months ago
- 8adf544 drm_hwcomposer: Fix sync_file fd leak from "Rework audofd" by John Stultz · 4 years, 9 months ago
- 3e2f9e7 drm_hwcomposer: Add links to the HWC2 API description by Roman Stratiienko · 5 years ago
- 0fade37 drm_hwcomposer: Rework autofd by Roman Stratiienko · 5 years ago
- 5128715 drm_hwcomposer: cleanup hwcutils by Roman Stratiienko · 5 years ago
- f0b3e28 drm_hwcomposer: Stop importing native_handle_t into the mapper by Roman Stratiienko · 5 years ago
- 8666dc9 drm_hwcomposer: Tracking of the DRM FB objects using RAII by Roman Stratiienko · 5 years ago
- 92c6a40 drm_hwcomposer: update README for clang-format-diff-11 and touch up formatting by Benjamin Li · 5 years ago
- f75099a drm_hwcomposer: remove unused variable blend by Benjamin Li · 5 years ago
- b00b28d drm_hwcomposer: reject rotations reported as unsupported by hardware by Benjamin Li · 5 years ago
- 9127dc8 drm_hwcomposer: add DRM_PROPERTY_TYPE_BITMASK by Benjamin Li · 5 years ago
- 4535e53 drm_hwcomposer: Fix regression after composition creation cleanup by Matvii Zorin · 5 years ago
- 67a89d3 drm_hwcomposer: Move ValidatePlane method into DrmPlane by Matvii Zorin · 5 years ago
- b865227 drm_hwcomposer: Remove useless setters from DrmHwcLayer by Roman Kovalivskyi · 5 years ago
- ed90ef9 drm_hwcomposer: Add GetOrderLayersByZPos method by Matvii Zorin · 5 years ago
- ede54b0 drm_hwcomposer: Move HardwareSupportsLayerType into Backend by Matvii Zorin · 5 years ago
- ed74527 drm_hwcomposer: Move MarkValidated into Backend by Matvii Zorin · 5 years ago
- b3b1516 drm_hwcomposer: Add GetExtraClientRange method by Matvii Zorin · 5 years ago
- 2c91df5 drm_hwcomposer: Move CalcPixOps into Backend by Matvii Zorin · 5 years ago
- f0757c2 drm_hwcomposer: Remove ctrc from DrmCompositionPlane by Matvii Zorin · 5 years ago
- 9f79c0c drm_hwcomposer: Remove SquashState class declaration by Matvii Zorin · 5 years ago
- 5368b73 drm_hwcomposer: Remove DrmCompositionDisplayLayersMap by Matvii Zorin · 5 years ago
- dcea03c drm_hwcomposer: Remove DrmCompositionRegion struct by Matvii Zorin · 5 years ago
- 704ea0e drm_hwcomposer: Cleanup DrmDisplayComposition initialization by Matvii Zorin · 5 years ago
- d21071f drm_hwcomposer: CI: Increase coverage by Roman Stratiienko · 5 years ago
- 6a7ac12 drm_hwcomposer: CI: Pull headers from the AOSPv11 by Roman Stratiienko · 5 years ago
- 3f89182 drm_hwcomposer: Fix client range selection logic by Roman Stratiienko · 5 years ago
- 7477471 drm_hwcomposer: Remove writeback-based flattening logic by Roman Stratiienko · 5 years ago
- 310e3b7 drm_hwcomposer: add missing HAL pixel format by Riadh Ghaddab · 5 years ago
- 2640cd8 drm_hwcomposer: CI: Add more source files to the build by Roman Stratiienko · 5 years ago
- b3b5c1e drm_hwcomposer: clang-tidy: enable cppcoreguidelines-* checks by Roman Stratiienko · 5 years ago
- 6a10c4c drm_hwcomposer: clang-tidy: enable clang-analyzer-* checks by Roman Stratiienko · 5 years ago
- e2f2c92 drm_hwcomposer: enable code analysis using clang-tidy by Roman Stratiienko · 5 years ago
- d665998 drm_hwcomposer: CI: Use bpfmt to check Android.bp files style by Roman Stratiienko · 5 years ago
- d518a05 drm_hwcomposer: CI: Initial build and clang-tidy checks by Roman Stratiienko · 5 years ago
- 227aae4 drm_hwcomposer: CI: Use clang-11 for the CI by Roman Stratiienko · 5 years ago
- e398334 drm_hwcomposer: Create make target to test filegroups by Roman Stratiienko · 5 years ago
- fa00233 drm_hwcomposer: Fix drmSetMaster() usage by John Stultz · 5 years ago
- 6f5df17 drm_hwcomposer: Initial composer@2.4 HAL support by Roman Stratiienko · 6 years ago
- 8338c34 drm_hwcomposer: Add support for color encoding and range properties by Matvii Zorin · 6 years ago
- 6e6a93a drm_hwcomposer: Add minigbm video and format_modifier support by Roman Stratiienko · 5 years ago
- 67c0542 drm_hwcomposer: Support unique fd for every YUV plane by Roman Stratiienko · 5 years ago
- 3b24cd9 drm_hwcomposer: Ensure composer has master access to DRM/KMS by Roman Stratiienko · 5 years ago
- c8dd066 drm_hwcomposer: Reorganize modifiers handling logic by Roman Stratiienko · 5 years ago
- 32819fe drm_hwcomposer: libdrmgetter: fix RGB565 format translation by Roman Stratiienko · 5 years ago
- f2e03b7 drm_hwcomposer: check ConvertBoInfo errors before importing by Jason Macnak · 5 years ago
- 3a5fb50 drm_hwcomposer: implement Gralloc 4 BufferInfoMapperMetadata by Dennis Tsiang · 5 years ago
- add24cb drm_hwcomposer: stop using pixel_stride by Roman Stratiienko · 6 years ago
- 33365c2 drm_hwcomposer: Set correct source crop for the client layer by Roman Stratiienko · 6 years ago
- b2e9fe2 drm_hwcomposer: refactor platform directory by Roman Stratiienko · 6 years ago
- 946126c drm_hwcomposer: extract platform-libdrm code from platform-generic by Roman Stratiienko · 6 years ago
- d146d6d drm_hwcomposer: Check parameter range in SetColorMode() by Roman Stratiienko · 6 years ago
- 27d2ed6 drm_hwcomposer: Fix SetColorMode() and SetColorModeWithIntent() by Roman Stratiienko · 6 years ago
- 2370109 drm_hwcomposer: Fix RegisterCallback() function by Roman Stratiienko · 6 years ago
- 25ddbc4 drm_hwcomposer: Return error from GetEdidBlob if blob is null by Marijn Suijten · 6 years ago
- acdea8c drm_hwcomposer: fix build error after fbf5c0ca45b3 by Roman Stratiienko · 6 years ago
- 15a453a drm_hwcomposer: Add check for format support during plane validation by Roman Kovalivskyi · 6 years ago
- 859b607 drm_hwcomposer: Add supported formats list to DrmPlane by Roman Kovalivskyi · 6 years ago