summaryrefslogtreecommitdiffstats
path: root/src/mesa
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/main/tests/enum_strings.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/tests/enum_strings.cpp b/src/mesa/main/tests/enum_strings.cpp
index b9def32bdb7..ebb2b179dff 100644
--- a/src/mesa/main/tests/enum_strings.cpp
+++ b/src/mesa/main/tests/enum_strings.cpp
@@ -824,8 +824,8 @@ const struct enum_info everything[] = {
{ 0x83A3, "GL_RGBA4_S3TC" },
{ 0x83F0, "GL_COMPRESSED_RGB_S3TC_DXT1_EXT" },
{ 0x83F1, "GL_COMPRESSED_RGBA_S3TC_DXT1_EXT" },
- { 0x83F2, "GL_COMPRESSED_RGBA_S3TC_DXT3_EXT" },
- { 0x83F3, "GL_COMPRESSED_RGBA_S3TC_DXT5_EXT" },
+ { 0x83F2, "GL_COMPRESSED_RGBA_S3TC_DXT3_ANGLE" },
+ { 0x83F3, "GL_COMPRESSED_RGBA_S3TC_DXT5_ANGLE" },
{ 0x844D, "GL_NEAREST_CLIPMAP_NEAREST_SGIX" },
{ 0x844E, "GL_NEAREST_CLIPMAP_LINEAR_SGIX" },
{ 0x844F, "GL_LINEAR_CLIPMAP_NEAREST_SGIX" },