[RFC xserver v7 14/14] dri3: Enable DRI3 version 1.1

Louis-Francis Ratté-Boulianne lfrb at collabora.com
Tue Feb 27 16:52:52 UTC 2018


Enable DRI3 v1.1 now that all functions have been implemented and
that there is at least one backend implementing the driver hooks
(modesetting/glamor).

Signed-off-by: Louis-Francis Ratté-Boulianne <lfrb at collabora.com>
Reviewed-by: Daniel Stone <daniels at collabora.com>
---
 include/protocol-versions.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/protocol-versions.h b/include/protocol-versions.h
index fd8d8df88..3912ed5c7 100644
--- a/include/protocol-versions.h
+++ b/include/protocol-versions.h
@@ -48,7 +48,7 @@
 
 /* DRI3 */
 #define SERVER_DRI3_MAJOR_VERSION               1
-#define SERVER_DRI3_MINOR_VERSION               0
+#define SERVER_DRI3_MINOR_VERSION               1
 
 /* DMX */
 #define SERVER_DMX_MAJOR_VERSION		2
-- 
2.14.3



More information about the xorg-devel mailing list