summaryrefslogtreecommitdiff
path: root/proto/glproto/glxtokens.h
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2011-09-11 13:34:40 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2011-09-11 13:34:40 +0000
commit27387dbf8314803b72b14441a100a5a789061900 (patch)
tree8831f3f5a8c52c629079ad6be30b3b66513a25e0 /proto/glproto/glxtokens.h
parentbaa8a0b0353f8a76070dfe5673fafe89b14ab95a (diff)
Update to glproto 1.4.14
Diffstat (limited to 'proto/glproto/glxtokens.h')
-rw-r--r--proto/glproto/glxtokens.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/proto/glproto/glxtokens.h b/proto/glproto/glxtokens.h
index 949935b49..1ed2fd3e4 100644
--- a/proto/glproto/glxtokens.h
+++ b/proto/glproto/glxtokens.h
@@ -278,6 +278,33 @@ extern "C" {
#define GLX_SAMPLE_BUFFERS_SGIS 100000
#define GLX_SAMPLES_SGIS 100001
+/*
+ * GLX_EXT_framebuffer_SRGB
+ */
+#define GLX_FRAMEBUFFER_SRGB_CAPABLE_EXT 0x20B2
+
+/*
+ * GLX_ARB_create_context
+ * GLX_ARB_create_context_profile
+ */
+#define GLX_CONTEXT_MAJOR_VERSION_ARB 0x2091
+#define GLX_CONTEXT_MINOR_VERSION_ARB 0x2092
+#define GLX_CONTEXT_FLAGS_ARB 0x2094
+#define GLX_CONTEXT_PROFILE_MASK_ARB 0x9126
+
+#define GLX_CONTEXT_DEBUG_BIT_ARB 0x0001
+#define GLX_CONTEXT_FORWARD_COMPATIBLE_BIT_ARB 0x0002
+
+#define GLX_CONTEXT_CORE_PROFILE_BIT_ARB 0x0001
+#define GLX_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB 0x0002
+
+/*
+ * GLX_ARB_create_context_robustness
+ */
+#define GLX_CONTEXT_ROBUST_ACCESS_BIT_ARB 0x0004
+#define GLX_CONTEXT_RESET_NOTIFICATION_STRATEGY_ARB 0x8256
+#define GLX_NO_RESET_NOTIFICATION_ARB 0x8261
+#define GLX_LOST_CONTEXT_ON_RESET_ARB 0x8252
#ifdef __cplusplus
}
#endif