aboutsummaryrefslogtreecommitdiff
path: root/gl/glxext.h
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2014-08-22 22:27:13 +0200
committermarha <marha@users.sourceforge.net>2014-08-22 22:27:13 +0200
commit4469aefef31cd682683944aa91e0b3edc0042fa4 (patch)
treeec4dd6d3694d56afd853c891781a3311cc920c9c /gl/glxext.h
parent112d89481850102f28b6e7ff4f40b65c41e11f6c (diff)
downloadvcxsrv-4469aefef31cd682683944aa91e0b3edc0042fa4.tar.gz
vcxsrv-4469aefef31cd682683944aa91e0b3edc0042fa4.tar.bz2
vcxsrv-4469aefef31cd682683944aa91e0b3edc0042fa4.zip
Synchronised and compiled
Diffstat (limited to 'gl/glxext.h')
-rw-r--r--gl/glxext.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/gl/glxext.h b/gl/glxext.h
index b96133e34..174fc2186 100644
--- a/gl/glxext.h
+++ b/gl/glxext.h
@@ -33,10 +33,10 @@ extern "C" {
** used to make the header, and the header can be found at
** http://www.opengl.org/registry/
**
-** Khronos $Revision: 27498 $ on $Date: 2014-07-25 19:12:07 -0700 (Fri, 25 Jul 2014) $
+** Khronos $Revision: 27684 $ on $Date: 2014-08-11 01:21:35 -0700 (Mon, 11 Aug 2014) $
*/
-#define GLX_GLXEXT_VERSION 20140725
+#define GLX_GLXEXT_VERSION 20140810
/* Generated C header for:
* API: glx
@@ -158,6 +158,13 @@ __GLXextFuncPtr glXGetProcAddress (const GLubyte *procName);
#endif
#endif /* GLX_VERSION_1_4 */
+#ifndef GLX_ARB_context_flush_control
+#define GLX_ARB_context_flush_control 1
+#define GLX_CONTEXT_RELEASE_BEHAVIOR_ARB 0x2097
+#define GLX_CONTEXT_RELEASE_BEHAVIOR_NONE_ARB 0
+#define GLX_CONTEXT_RELEASE_BEHAVIOR_FLUSH_ARB 0x2098
+#endif /* GLX_ARB_context_flush_control */
+
#ifndef GLX_ARB_create_context
#define GLX_ARB_create_context 1
#define GLX_CONTEXT_DEBUG_BIT_ARB 0x00000001