summaryrefslogtreecommitdiff
path: root/graphics/composer/2.2/utils/command-buffer/include/composer-command-buffer
AgeCommit message (Collapse)Author
2020-01-08Remove beginCommand variants with a helper template.Peiyong Lin
BUG: b/147365206 Test: boot Change-Id: I30715fe3e1c221ba366bf521fbd531636136f0c9
2019-11-25Clean up BeginCommand.Peiyong Lin
BUG: N/A Test: build, flash and boot Change-Id: Ife6132307152e271548a54e11a472751c52d95e4
2018-04-02[Graphics] Update CommandWriter APIs to common::V1_1::* enum.Peiyong Lin
Previously we introduced Dataspace V1.1 and PixelFormat V1.1, thus APIs accepting Dataspace should also be updated to accept V1_1::Dataspace and V1_1::PixelFormat. BUG: 77156734 Test: adb shell /data/nativetest/VtsHalGraphicsComposerV2_2TargetTest/VtsHalGraphicsComposerV2_2TargetTest Change-Id: I00d00749f2895b727a18a28903256128a33e8b97
2018-04-02graphics: add RenderIntent and better HDR supportChia-I Wu
This adds ColorMode::BT2020 ColorMode::BT2100_PQ ColorMode::BT2100_HLG Dataspace::BT2020_HLG Dataspace::BT2020_ITU_HLG RenderIntent::COLORIMETRIC RenderIntent::ENHANCE RenderIntent::TONE_MAP_COLORIMETRIC RenderIntent::TONE_MAP_ENHANCE and fixes per-frame metadata to be per-layer. It also clarifies how the composer should treat certain dataspaces and makes the corresponding composer changes. Bug: 73824924 Bug: 32148660 Test: manual Change-Id: I5d12f50190522103c2ac97ee8dc2d5f6a2dabffe
2018-01-25[HWC] Add setLayerFloatColor API into HAL.Peiyong Lin
This patch: 1. Adds setLayerFloatColor API into HAL to enable setting more bits of color on ColorLayer; 2. Adds VTS tests for setLayerFloatColor. BUG: 69970838 Test: adb shell /data/nativetest/VtsHalGraphicsComposerV2_2TargetTest/VtsHalGraphicsComposerV2_2TargetTest Change-Id: I439e35cb2505ee47b8e9a8dd1c19a3f3f2cf9c2f
2018-01-24Add new HWC HAL methods for Android P.Courtney Goeltzenleuchter
Add new methods to support HDR, video readback mechanism and additional power mode. Test: adb shell /data/nativetest/VtsHalGraphicsComposerV2_2TargetTest/VtsHalGraphicsComposerV2_2TargetTest Bug: 71513501 Change-Id: I45596df6c5a2a726e12f524e82681aef4bcbe180