[platforms/hwcomposer] Few fixes for hwcomposer platforms
ClosedPublic

Authored by bshah on Nov 1 2017, 6:57 AM.

Details

Summary
  • Actually use double layered compositing, previously both layers were

of type HWC_FRAMEBUFFER, instead of 2nd layer being
HWC_FRAMEBUFFER_TARGET. Thanks to @NotKit on telegram for pointing this
out.

  • Use sourceCropf instead of sourceCrop, as sourceCrop is legacy option.
Test Plan

have to test on actual device, but test_hwcomposer does have similar code.

Diff Detail

Repository
R108 KWin
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
bshah created this revision.Nov 1 2017, 6:57 AM
Restricted Application added a project: KWin. · View Herald TranscriptNov 1 2017, 6:57 AM
Restricted Application added subscribers: KWin, kwin, plasma-devel. · View Herald Transcript
graesslin accepted this revision.Nov 1 2017, 8:02 AM
This revision is now accepted and ready to land.Nov 1 2017, 8:02 AM
This revision was automatically updated to reflect the committed changes.