diff options
author | Louis-Francis Ratté-Boulianne <lfrb@collabora.com> | 2018-02-28 01:19:34 +0000 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2018-02-28 11:13:11 -0500 |
commit | 751cf1e19e616e400814324e3009f68f3e2d32a4 (patch) | |
tree | 25b5f003417eb730d4dcf52c4e1588e93b7e251e /presentproto.pc.in | |
parent | 0fca474cd6a80fee72e6cdd5946a72ced087f80b (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 'presentproto.pc.in')
-rw-r--r-- | presentproto.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/presentproto.pc.in b/presentproto.pc.in index 9a32fa8..6ec4b7d 100644 --- a/presentproto.pc.in +++ b/presentproto.pc.in @@ -5,5 +5,5 @@ includedir=@includedir@ Name: PresentProto Description: Present extension headers -Version: 1.1 +Version: 1.2 Cflags: -I${includedir} |