diff options
author | Ian Romanick <ian.d.romanick@intel.com> | 2012-07-04 15:21:06 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-07-05 11:44:42 -0700 |
commit | f8198285cfc4704bc4d56922e5a2e99030a83778 (patch) | |
tree | e4d8c76b9bc3912f5e8705fbae1d74a05addeb8d /glx/extension_string.h | |
parent | 4ffbc984eac8a15925094614021de30dc8084e65 (diff) |
glx: Add extension string tracking for GLX_ARB_create_context_robustness
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'glx/extension_string.h')
-rw-r--r-- | glx/extension_string.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/glx/extension_string.h b/glx/extension_string.h index 1704696b2..7a4a8b1c2 100644 --- a/glx/extension_string.h +++ b/glx/extension_string.h @@ -38,6 +38,7 @@ enum { /* GLX_ARB_get_proc_address is implemented on the client. */ ARB_create_context_bit = 0, ARB_create_context_profile_bit, + ARB_create_context_robustness_bit, ARB_multisample_bit, EXT_create_context_es2_profile_bit, EXT_import_context_bit, |