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.c | |
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.c')
-rw-r--r-- | glx/extension_string.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/glx/extension_string.c b/glx/extension_string.c index 2d550a942..ee9864e64 100644 --- a/glx/extension_string.c +++ b/glx/extension_string.c @@ -70,6 +70,7 @@ static const struct extension_info known_glx_extensions[] = { /* *INDENT-OFF* */ { GLX(ARB_create_context), VER(0,0), N, }, { GLX(ARB_create_context_profile), VER(0,0), N, }, + { GLX(ARB_create_context_robustness), VER(0,0), N, }, { GLX(ARB_multisample), VER(1,4), Y, }, { GLX(EXT_create_context_es2_profile), VER(0,0), N, }, |