diff options
author | Marek Olšák <maraeo@gmail.com> | 2010-06-05 17:40:53 +0200 |
---|---|---|
committer | Marek Olšák <maraeo@gmail.com> | 2010-06-05 17:43:38 +0200 |
commit | a7fa91b658fdaa7c90b9c9a0ab8611d89f2dc78d (patch) | |
tree | e158b32c5b2a9392c1572c6d158dcb851cabf631 /src/mesa/main/extensions.c | |
parent | c0b66f471c1dd273b91aeda6040047b29fd0756c (diff) | |
download | mesa-a7fa91b658fdaa7c90b9c9a0ab8611d89f2dc78d.tar.gz |
mesa: add ARB_texture_swizzle as alias of EXT_texture_swizzle, update relnotes
The specifications are identical.
Diffstat (limited to 'src/mesa/main/extensions.c')
-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 030ba607dad..371ef3a3973 100644 --- a/src/mesa/main/extensions.c +++ b/src/mesa/main/extensions.c @@ -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) }, |