diff options
author | Ian Romanick <ian.d.romanick@intel.com> | 2011-12-05 13:48:19 -0800 |
---|---|---|
committer | Ian Romanick <ian.d.romanick@intel.com> | 2012-05-23 13:08:12 -0700 |
commit | 0a9226376c9a44c3b50baad25f2b7d2b9fecb708 (patch) | |
tree | 79554c054014d353e6435a3e72c7fdd979f425a4 /glx/extension_string.h | |
parent | 96d74138b1c0273e88933220d99a893858b649cd (diff) |
glx: Add tracking for GLX_ARB_create_context and GLX_ARB_create_context_profile
The formatting of the extension data table was mangled by indent.
This patch also undoes that and adds approripate control comments so
that indent won't do it again.
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Dave Airlie <airlied@redhat.com>
Reviewed-by: Christopher James Halse Rogers <christopher.halse.rogers@canonical.com>
Diffstat (limited to 'glx/extension_string.h')
-rw-r--r-- | glx/extension_string.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/glx/extension_string.h b/glx/extension_string.h index e02213f8f..947bf89e6 100644 --- a/glx/extension_string.h +++ b/glx/extension_string.h @@ -36,7 +36,9 @@ enum { /* GLX_ARB_get_proc_address is implemented on the client. */ - ARB_multisample_bit = 0, + ARB_create_context_bit = 0, + ARB_create_context_profile_bit, + ARB_multisample_bit, EXT_import_context_bit, EXT_texture_from_pixmap_bit, EXT_visual_info_bit, |