aboutsummaryrefslogtreecommitdiff
path: root/drmhwctwo.cpp
AgeCommit message (Expand)Author
2020-09-08drm_hwcomposer: use CamelCase in source/header files related to classRoman Stratiienko
2020-09-08drm_hwcomposer: move header files into source directoryRoman Stratiienko
2020-08-26drm_hwcomposer: Add backend-dependent validation for HwcDisplay classMatvii Zorin
2020-08-20drm_hwcomposer: Move properties into vendor namespaceJason Macnak
2020-07-03drm_hwcomposer: Implement *DisplayBrightness* stubsAndrii Chepurnyi
2020-07-03drm_hwcomposer: Implement SetColorModeWithIntent stubAndrii Chepurnyi
2020-07-03drm_hwcomposer: Implement GetRenderIntents stubAndrii Chepurnyi
2020-07-03drm_hwcomposer: Fix ValidateDisplay() when lowest z-order is nonzeroLiviu Dudau
2020-07-01drm_hwcomposer: Run test commit only when it actually neededMatvii Zorin
2020-06-26drm_hwcomposer: Fix invalid buffer_handle_t pointerPaul Howgego
2020-04-14drm_hwcomposer: Fix GetDisplayIdentificationDataAndrii Chepurnyi
2020-02-19drm_hwcomposer: Add statistics on flattening to dump messageRoman Kovalivskyi
2020-02-19drm_hwcomposer: Add fallback to client for layers flatteningRoman Kovalivskyi
2020-02-19drm_hwcomposer: Add property that allows disabling of hardware scalingRoman Stratiienko
2020-02-11drm_hwcomposer: Try to fix build with older Android Pie releasesJohn Stultz
2020-01-16drm_hwcomposer: Remove redundant hotplug callRoman Kovalivskyi
2020-01-04drm_hwcomposer: Add GetDisplayCapabilities and getDisplayIdentificationDataLowry Li (Arm Technology China)
2019-12-17drm_hwcomposer: Choose client layer range to achieve minimal GPU loadRoman Stratiienko
2019-12-16drm_hwcomposer: Add simplistic SetColorTransform implementationRoman Kovalivskyi
2019-12-16drm_hwcomposer: Add simplistic SetLayerColor implementationRoman Kovalivskyi
2019-12-04drm_hwcomposer: Introduce dumpsys metricsRoman Stratiienko
2019-12-03drm_hwcomposer: Fix returned fence in PresentDisplayMatteo Franchin
2019-11-21drm_hwcomposer: Apply same logic for 'CURSOR' layers as for 'DEVICE'Roman Stratiienko
2019-11-21drm_hwcomposer: Fix mixed layer compositionRoman Stratiienko
2019-10-22drm_hwcomposer: HWC2: Handle bad layer_handleVincent Donnefort
2019-10-22drm_hwcomposer: HWC2: Align SetColorMode Error with Android VTSVincent Donnefort
2019-10-22drm_hwcomposer: HWC2: Align SetPowerMode Errors with Android VTSVincent Donnefort
2019-06-21drm_hwcomposer: pre-filter modes provided to HWC2Neil Armstrong
2019-06-11drm_hwcomposer: Drop modes with DRM_MODE_FLAG_INTERLACE to HWC2Neil Armstrong
2019-03-06drm_hwcomposer: Chose preferred mode with type DRM_MODE_TYPE_PREFERREDAndrii Chepurnyi
2019-03-06drm_hwcomposer: Added hotplug support of the external displayAndrii Chepurnyi
2019-03-05drm_hwcomposer: Fix VSYNC controlAndrii Chepurnyi
2019-01-15drm_hwcomposer: Rework ValidateDisplay layer check to use if statement rather...John Stultz
2018-11-27drm_hwcomposer: Add checking if we can import a bufferAlexey Firago
2018-08-27drm_hwcomposer: Reformat using clang-format-5.0Sean Paul
2018-07-13drm_hwcomposer: Purge drm_ from drmdisplaycompositorAlexandru Gheorghe
2018-07-13drm_hwcomposer: Pass resource manager to drmdisplaycompositorAlexandru Gheorghe
2018-07-13drm_hwcomposer: Add resource manager supportAlexandru Gheorghe
2018-07-13drm_hwcomposer: Rename DrmResources to DrmDeviceAlexandru Gheorghe
2018-07-11drm_hwcomposer: Drop -Wno-unused-* build options and remove unused variablesJohn Stultz
2018-07-06drm_hwcomposer: Really fail on CreateComposition failuresJohn Stultz
2018-06-21drm_hwcomposer: Avoid filling the log with warnings when test compositions failJohn Stultz
2018-06-14drm_hwcomposer: Set client composition buffer at the bottom.Alexandru Gheorghe
2018-05-30drm_hwcomposer: Support assigning planes in ValidateDisplayRob Herring
2018-05-30drm_hwcomposer: Remove GL compositing supportRob Herring
2018-05-30Revert "drm_hwcomposer: Fall back to client compositon if the gl precompostio...Rob Herring
2018-05-17drm_hwcomposer: Remove gralloc from generic codeAndrii Chepurnyi
2018-05-17drm_hwcomposer: Use GraphicBufferMapper for copy buffer handleAndrii Chepurnyi
2018-05-04drm_hwcomposer: Use 16 bit value for plane alphaStefan Schake
2018-04-27drm_hwcomposer: Fall back to client compositon if the gl precompostior failsJohn Stultz