summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/tests
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2013-10-19 08:21:38 -0600
committerBrian Paul <[email protected]>2013-10-22 08:20:45 -0600
commit971c74309e25a7f40a21582f9b16e101616fb6fb (patch)
treebea1f1d382147fd7fdb5e06de9a05ae920f29251 /src/mesa/main/tests
parent43b05b8fac68784bc8d61851125bd49783e5ebd0 (diff)
mesa: remove remnants of GL_MESA_shader_debug
This extension never saw any real use so remove it. v2: also update tests/num_strings.cpp for 'make check' Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/mesa/main/tests')
-rw-r--r--src/mesa/main/tests/enum_strings.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/main/tests/enum_strings.cpp b/src/mesa/main/tests/enum_strings.cpp
index 8a3103b635f..3795700272f 100644
--- a/src/mesa/main/tests/enum_strings.cpp
+++ b/src/mesa/main/tests/enum_strings.cpp
@@ -1110,9 +1110,6 @@ const struct enum_info everything[] = {
{ 0x8746, "GL_MODULATE_SUBTRACT_ATI" },
{ 0x8757, "GL_YCBCR_MESA" },
{ 0x8758, "GL_PACK_INVERT_MESA" },
- { 0x8759, "GL_DEBUG_OBJECT_MESA" },
- { 0x875A, "GL_DEBUG_PRINT_MESA" },
- { 0x875B, "GL_DEBUG_ASSERT_MESA" },
{ 0x8764, "GL_BUFFER_SIZE" },
{ 0x8765, "GL_BUFFER_USAGE" },
{ 0x8775, "GL_BUMP_ROT_MATRIX_ATI" },