summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorLouis-Francis Ratté-Boulianne <lfrb@collabora.com>2018-02-28 01:19:34 +0000
committerAdam Jackson <ajax@redhat.com>2018-02-28 11:13:11 -0500
commit751cf1e19e616e400814324e3009f68f3e2d32a4 (patch)
tree25b5f003417eb730d4dcf52c4e1588e93b7e251e /meson.build
parent0fca474cd6a80fee72e6cdd5946a72ced087f80b (diff)
presentproto: PresentCompleteModeSuboptimalCopy flag
If the Complete event has this mode, the client is not using the more optimal format/modifier for the buffer allocation. The client must explicitely inform the server that it understands this mode by adding the PresentOptionSuboptimal flag when calling PresentPixmap. Its main usage as of now is to allow clients to re-fetch DRI3 format modifiers as some modifiers might allow direct scanout. Bump presentproto version to 1.2. Signed-off-by: Louis-Francis Ratté-Boulianne <lfrb@collabora.com> Reviewed-by: Daniel Stone <daniels@collabora.com>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index cb92280..6fb1541 100644
--- a/meson.build
+++ b/meson.build
@@ -36,7 +36,7 @@ pcs = [
['glproto', '1.4.17'],
['inputproto', '2.3.2'],
['kbproto', '1.0.7'],
- ['presentproto', '1.1'],
+ ['presentproto', '1.2'],
['randrproto', '1.6.0'],
['recordproto', '1.14.2'],
['renderproto', '0.11.1'],