diff options
author | Ian Romanick <ian.d.romanick@intel.com> | 2009-08-06 15:21:23 -0500 |
---|---|---|
committer | Ian Romanick <ian.d.romanick@intel.com> | 2009-08-06 15:26:35 -0500 |
commit | 3cb6f3bf21adc5ced428521746746fb85c6ae47c (patch) | |
tree | 55ec52f6e80c0c3f87fc50cefad817bbe7f36e7d | |
parent | 45b12edcbe2c112a87993f810f832a9141085b17 (diff) |
GL_ARB_vertex_array_bgra is (basically) a synonym for the EXT version
-rw-r--r-- | src/mesa/main/extensions.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c index 6f683d2fe6..8870a20d0e 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) }, |