From: Ian Romanick<ian.d.roman...@intel.com>
Signed-off-by: Ian Romanick<ian.d.roman...@intel.com>
---
src/mesa/main/extensions.c | 24 ++++++++++++------------
1 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c
index 5115d42..cca1eac 100644
--- a/src/mesa/main/extensions.c
+++ b/src/mesa/main/extensions.c
@@ -88,7 +88,7 @@ static const struct extension extension_table[] = {
{ "GL_ARB_debug_output", o(dummy_true),
GL, 2009 },
{ "GL_ARB_depth_buffer_float", o(ARB_depth_buffer_float),
GL, 2008 },
{ "GL_ARB_depth_clamp", o(ARB_depth_clamp),
GL, 2003 },
- { "GL_ARB_depth_texture", o(ARB_depth_texture),
GL, 2001 },
+ { "GL_ARB_depth_texture", o(ARB_depth_texture),
GLL, 2001 },
{ "GL_ARB_draw_buffers", o(dummy_true),
GL, 2002 },
{ "GL_ARB_draw_buffers_blend", o(ARB_draw_buffers_blend),
GL, 2009 },
{ "GL_ARB_draw_elements_base_vertex",
o(ARB_draw_elements_base_vertex), GL, 2009 },
@@ -109,7 +109,7 @@ static const struct extension extension_table[] = {
{ "GL_ARB_occlusion_query2", o(ARB_occlusion_query2),
GL, 2003 },
{ "GL_ARB_occlusion_query", o(ARB_occlusion_query),
GL, 2001 },
{ "GL_ARB_pixel_buffer_object",
o(EXT_pixel_buffer_object), GL, 2004 },
- { "GL_ARB_point_parameters", o(EXT_point_parameters),
GL, 1997 },
+ { "GL_ARB_point_parameters", o(EXT_point_parameters),
GLL, 1997 },
{ "GL_ARB_point_sprite", o(ARB_point_sprite),
GL, 2003 },
{ "GL_ARB_provoking_vertex", o(EXT_provoking_vertex),
GL, 2009 },
{ "GL_ARB_robustness", o(dummy_true),
GL, 2010 },
@@ -121,7 +121,7 @@ static const struct extension extension_table[] = {
{ "GL_ARB_shader_texture_lod", o(ARB_shader_texture_lod),
GL, 2009 },
{ "GL_ARB_shading_language_100",
o(ARB_shading_language_100), GLL, 2003 },
{ "GL_ARB_shadow_ambient", o(ARB_shadow_ambient),
GL, 2001 },