summaryrefslogtreecommitdiff
path: root/coin
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2022-11-30 13:16:51 +0100
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2022-12-07 10:35:03 +0100
commit510fc8325774d3bef2ed474b8a28f90d31c5aebc (patch)
tree8c28b4ebf34c5e907f93abd7259b7dc51a4c514d /coin
parent8f9fa232ac72a5f0caf58e120f3825820423c4de (diff)
downloadqtwayland-510fc8325774d3bef2ed474b8a28f90d31c5aebc.tar.gz
compositor: Fix warning on damage/damage_buffer mix
The damage() request has been deprecated in favor of the damage_buffer() request, which is the one we use in Qt 6 as long as the version is 4 or higher. See change: 314fd6db51277224cdc799b039ef79db1101f5cd. However, eglSwapBuffers() will in some drivers still send the old request, causing us to get a mix of incompatible requests, since they are in different coordinate systems. We need to store these separately so that we can apply them both correctly once we get a commit. Fixes: QTBUG-108765 Change-Id: I9bbe0c87731847a4fa1927957dfd8945bd49c474 Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
Diffstat (limited to 'coin')
0 files changed, 0 insertions, 0 deletions