Mesa (master): GL_ARB_vertex_array_bgra is (basically) a synonym for the EXT version

Ian Romanick idr at kemper.freedesktop.org
Thu Aug 6 20:32:06 UTC 2009


Module: Mesa
Branch: master
Commit: 3cb6f3bf21adc5ced428521746746fb85c6ae47c
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3cb6f3bf21adc5ced428521746746fb85c6ae47c

Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Thu Aug  6 15:21:23 2009 -0500

GL_ARB_vertex_array_bgra is (basically) a synonym for the EXT version

---

 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 6f683d2..8870a20 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) },




More information about the mesa-commit mailing list