summaryrefslogtreecommitdiff
path: root/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer
AgeCommit message (Collapse)Author
2020-01-16Add getClientTargetProperty API entry.Peiyong Lin
getClientTargetProperty will give hardware composer the ability to request some properties of the client target that hardware composer wants. Prior to this API, the client will does its best to produce the client target of which the properties are pretty much fixed. BUG: b/145968912 Test: mmma -j32 hardware/interfaces/graphics/composer/2.4/ Change-Id: I055f46b1eeba1d3e20d6a92a9d50a83e0f1ee694
2020-01-08Remove beginCommand variants with a helper template.Peiyong Lin
BUG: b/147365206 Test: boot Change-Id: I30715fe3e1c221ba366bf521fbd531636136f0c9
2018-12-20Adding HDR10+ Dynamic Metadata SupportValerie Hau
Bug: 118343714 Test: build, flash, boot Test: VtsGraphicsComposerV2_3TargetTest should pass Change-Id: Iee78818bc2704f4045b62251ea2cc75af72a0609
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-01-22Update hwcomposer include pathsCourtney Goeltzenleuchter
In preparation of new hwcomposer interface, updating existing includes to include specific version. Note: IComposerCommandBuffer.h was moved, renamed and clang formated, but otherwise had no code changes. Bug: 71513561 Test: compile Change-Id: If34cb6f63012592a245708109590653ace7009f5