[Mesa-dev] [PATCH glproto] glproto: Add tokens for GLX_ARB_context_flush_control

Neil Roberts neil at linux.intel.com
Wed Oct 1 12:08:00 PDT 2014


---
 glxtokens.h | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/glxtokens.h b/glxtokens.h
index a95082e..68634ee 100644
--- a/glxtokens.h
+++ b/glxtokens.h
@@ -309,6 +309,14 @@ extern "C" {
 #define GLX_CONTEXT_RESET_NOTIFICATION_STRATEGY_ARB 0x8256
 #define GLX_NO_RESET_NOTIFICATION_ARB      0x8261
 #define GLX_LOSE_CONTEXT_ON_RESET_ARB      0x8252
+
+/*
+ * GLX_ARB_context_flush_control
+ */
+#define GLX_CONTEXT_RELEASE_BEHAVIOR_ARB   0x2097
+#define GLX_CONTEXT_RELEASE_BEHAVIOR_NONE_ARB 0
+#define GLX_CONTEXT_RELEASE_BEHAVIOR_FLUSH_ARB 0x2098
+
 #ifdef __cplusplus
 }
 #endif
-- 
1.9.3



More information about the mesa-dev mailing list