From 751cf1e19e616e400814324e3009f68f3e2d32a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis-Francis=20Ratt=C3=A9-Boulianne?= Date: Wed, 28 Feb 2018 01:19:34 +0000 Subject: presentproto: PresentCompleteModeSuboptimalCopy flag MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Daniel Stone --- presentproto.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'presentproto.pc.in') 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} -- cgit v1.2.3