From: Ian Romanick Date: Thu, 6 Aug 2009 20:21:23 +0000 (-0500) Subject: GL_ARB_vertex_array_bgra is (basically) a synonym for the EXT version X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3cb6f3bf21adc5ced428521746746fb85c6ae47c;p=mesa.git GL_ARB_vertex_array_bgra is (basically) a synonym for the EXT version --- diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c index 6f683d2fe60..8870a20d0ef 100644 --- a/src/mesa/main/extensions.c +++ b/src/mesa/main/extensions.c @@ -78,6 +78,7 @@ static const struct { { OFF, "GL_ARB_texture_non_power_of_two", F(ARB_texture_non_power_of_two)}, { OFF, "GL_ARB_texture_rectangle", F(NV_texture_rectangle) }, { ON, "GL_ARB_transpose_matrix", F(ARB_transpose_matrix) }, + { OFF, "GL_ARB_vertex_array_bgra", F(EXT_vertex_array_bgra) }, { OFF, "GL_ARB_vertex_array_object", F(ARB_vertex_array_object) }, { ON, "GL_ARB_vertex_buffer_object", F(ARB_vertex_buffer_object) }, { OFF, "GL_ARB_vertex_program", F(ARB_vertex_program) },