mesa: add ARB_texture_swizzle as alias of EXT_texture_swizzle, update relnotes
authorMarek Olšák <maraeo@gmail.com>
Sat, 5 Jun 2010 15:40:53 +0000 (17:40 +0200)
committerMarek Olšák <maraeo@gmail.com>
Sat, 5 Jun 2010 15:43:38 +0000 (17:43 +0200)
The specifications are identical.

docs/relnotes-7.9.html
src/mesa/main/extensions.c

index 962444ce7651c79aa94ae53b8d07a8b9b45fa00c..211978b813954ead765e43b5a89e87babfe7f4fa 100644 (file)
@@ -35,6 +35,7 @@ tbd
 <h2>New features</h2>
 <ul>
 <li>GL_EXT_timer_query extension (i965 driver only)
+<li>GL_ARB_texture_swizzle extension (alias of GL_EXT_texture_swizzle)
 </ul>
 
 
index 030ba607dad0474b47ede4c7f96d06bb7bcd21a4..371ef3a39732398a5ff3eea55407f06c5e9524fb 100644 (file)
@@ -84,6 +84,7 @@ static const struct {
    { OFF, "GL_ARB_texture_mirrored_repeat",    F(ARB_texture_mirrored_repeat)},
    { OFF, "GL_ARB_texture_non_power_of_two",   F(ARB_texture_non_power_of_two)},
    { OFF, "GL_ARB_texture_rectangle",          F(NV_texture_rectangle) },
+   { OFF, "GL_ARB_texture_swizzle",            F(EXT_texture_swizzle) },
    { ON,  "GL_ARB_transpose_matrix",           F(ARB_transpose_matrix) },
    { OFF, "GL_ARB_transform_feedback2",        F(ARB_transform_feedback2) },
    { OFF, "GL_ARB_vertex_array_bgra",          F(EXT_vertex_array_bgra) },