aboutsummaryrefslogtreecommitdiff
path: root/drmhwctwo.cpp
AgeCommit message (Expand)Author
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
2018-04-27drm_hwcomposer: Use log/log.h instead of cutils/log.hJohn Stultz
2017-11-30drm_hwcomposer: fix warnings on unused variables and parametersRob Herring
2017-10-09drm_hwcomposer: fix return values for ValidateDisplayRob Herring
2017-09-28drm_hwcomposer: Remove threadingSean Paul
2017-09-28drm_hwcomposer: Add out-fence supportRobert Foss
2017-05-04Merge "drm_hwcomposer: Add support for GetColorModes & SetCursorPosition"Sean Paul
2017-04-25drm_hwcomposer: refactor WorkerAdrian Salido
2017-04-25drm_hwcomposer: Add support for GetColorModes & SetCursorPositionKalyan Kondapally
2017-04-13drm_hwcomposer: Partially implement HWC2 APISean Paul
2017-04-13drm_hwcomposer: Initial stub HWC2Sean Paul