From a0f20ce0efef23fdebb600d2a926f87b8db0cdd3 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Fri, 2 Dec 2011 15:09:00 -0800 Subject: [PATCH] glx: Add protocol for GLX_ARB_create_context and GLX_ARB_create_context_profile Signed-off-by: Ian Romanick Signed-off-by: Peter Harris --- src/glx.xml | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) diff --git a/src/glx.xml b/src/glx.xml index 119a81f..53c9267 100644 --- a/src/glx.xml +++ b/src/glx.xml @@ -89,6 +89,7 @@ The patch that fixed this server bug in X.org CVS is here: + @@ -462,6 +463,64 @@ The patch that fixed this server bug in X.org CVS is here: + + + + + + + + + + num_versions + 2 + + + + gl_str_len + + + glx_str_len + + + + + + + + + + + + + + num_attribs + 2 + + + + + + + + + + + + + num_versions + 3 + + + + gl_str_len + + + glx_str_len + + + -- 2.34.1