summaryrefslogtreecommitdiffstats
path: root/include/GL
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2014-08-12 07:31:46 -0600
committerBrian Paul <brianp@vmware.com>2014-08-12 08:09:45 -0600
commit0a96e7adaa7489bba967315e6e4c4b998a45531f (patch)
tree70ad10e5f6ab81df67e41d77bef79c94e17c608b /include/GL
parenteeb7fc8b7d39155df425fc662952307d1d48f0b7 (diff)
downloadexternal_mesa3d-0a96e7adaa7489bba967315e6e4c4b998a45531f.zip
external_mesa3d-0a96e7adaa7489bba967315e6e4c4b998a45531f.tar.gz
external_mesa3d-0a96e7adaa7489bba967315e6e4c4b998a45531f.tar.bz2
mesa: update wglext.h to version 20140810
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
Diffstat (limited to 'include/GL')
-rw-r--r--include/GL/wglext.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/include/GL/wglext.h b/include/GL/wglext.h
index 5860c86..daba410 100644
--- a/include/GL/wglext.h
+++ b/include/GL/wglext.h
@@ -33,7 +33,7 @@ extern "C" {
** used to make the header, and the header can be found at
** http://www.opengl.org/registry/
**
-** Khronos $Revision: 27191 $ on $Date: 2014-06-30 15:11:33 -0700 (Mon, 30 Jun 2014) $
+** Khronos $Revision: 27684 $ on $Date: 2014-08-11 01:21:35 -0700 (Mon, 11 Aug 2014) $
*/
#if defined(_WIN32) && !defined(APIENTRY) && !defined(__CYGWIN__) && !defined(__SCITECH_SNAP__)
@@ -41,7 +41,7 @@ extern "C" {
#include <windows.h>
#endif
-#define WGL_WGLEXT_VERSION 20140630
+#define WGL_WGLEXT_VERSION 20140810
/* Generated C header for:
* API: wgl
@@ -70,6 +70,13 @@ BOOL WINAPI wglRestoreBufferRegionARB (HANDLE hRegion, int x, int y, int width,
#endif
#endif /* WGL_ARB_buffer_region */
+#ifndef WGL_ARB_context_flush_control
+#define WGL_ARB_context_flush_control 1
+#define WGL_CONTEXT_RELEASE_BEHAVIOR_ARB 0x2097
+#define WGL_CONTEXT_RELEASE_BEHAVIOR_NONE_ARB 0
+#define WGL_CONTEXT_RELEASE_BEHAVIOR_FLUSH_ARB 0x2098
+#endif /* WGL_ARB_context_flush_control */
+
#ifndef WGL_ARB_create_context
#define WGL_ARB_create_context 1
#define WGL_CONTEXT_DEBUG_BIT_ARB 0x00000001