summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@virtuousgeek.org>2009-07-16 09:01:17 -0400
committerJesse Barnes <jbarnes@virtuousgeek.org>2010-01-11 16:16:35 -0500
commit04a54f69a8085ab3fe11a8713bd8b6b16ed1db27 (patch)
tree365c1cb83d5f80db1853c4d14c58180eb0dfc458 /include
parente10072b7c74a6f5e24f6dfa37e73688d1f3425e3 (diff)
DRI2: add support for new DRI2 protocol requests
Support the new DRI2 2.2 protocol requests: DRI2SwapBuffers, DRI2GetMSC, DRI2WaitMSC, DRI2WaitSBC and DRI2SwapInterval. These requests allow the server to support the SGI_video_sync, SGI_swap_interval, and OML_sync_control GLX extensions if DDX support is present. The new DDX APIs are documented in dri2.h. Reviewed-by: Kristian Høgsberg <krh@bitplanet.net> Reviewed-by: Adam Jackson <ajax@nwnk.net> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'include')
-rw-r--r--include/protocol-versions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/protocol-versions.h b/include/protocol-versions.h
index d688c66b5..c74b7faf0 100644
--- a/include/protocol-versions.h
+++ b/include/protocol-versions.h
@@ -53,7 +53,7 @@
/* DRI2 */
#define SERVER_DRI2_MAJOR_VERSION 1
-#define SERVER_DRI2_MINOR_VERSION 1
+#define SERVER_DRI2_MINOR_VERSION 2
/* Generic event extension */
#define SERVER_GE_MAJOR_VERSION 1