[Mesa-dev] [PATCH 5/4] mesa/tests: Add ARB_ES3_compatibility enums

Matt Turner mattst88 at gmail.com
Thu Nov 29 12:46:04 PST 2012


---
 src/mesa/main/tests/enum_strings.cpp |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/src/mesa/main/tests/enum_strings.cpp b/src/mesa/main/tests/enum_strings.cpp
index d473c30..017fc1d 100644
--- a/src/mesa/main/tests/enum_strings.cpp
+++ b/src/mesa/main/tests/enum_strings.cpp
@@ -807,6 +807,7 @@ const struct enum_info everything[] = {
    { 0x8256, "GL_RESET_NOTIFICATION_STRATEGY_ARB" },
    { 0x8257, "GL_PROGRAM_BINARY_RETRIEVABLE_HINT" },
    { 0x8261, "GL_NO_RESET_NOTIFICATION_ARB" },
+   { 0x82DF, "GL_TEXTURE_IMMUTABLE_LEVELS" },
    { 0x8362, "GL_UNSIGNED_BYTE_2_3_3_REV" },
    { 0x8363, "GL_UNSIGNED_SHORT_5_6_5" },
    { 0x8364, "GL_UNSIGNED_SHORT_5_6_5_REV" },
@@ -1662,6 +1663,9 @@ const struct enum_info everything[] = {
    { 0x8D55, "GL_RENDERBUFFER_STENCIL_SIZE" },
    { 0x8D56, "GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE" },
    { 0x8D57, "GL_MAX_SAMPLES" },
+   { 0x8D69, "GL_PRIMITIVE_RESTART_FIXED_INDEX" },
+   { 0x8D6A, "GL_ANY_SAMPLES_PASSED_CONSERVATIVE" },
+   { 0x8D6B, "GL_MAX_ELEMENT_INDEX" },
    { 0x8D70, "GL_RGBA32UI" },
    { 0x8D71, "GL_RGB32UI" },
    { 0x8D72, "GL_ALPHA32UI_EXT" },
@@ -1828,6 +1832,16 @@ const struct enum_info everything[] = {
    { 0x9146, "GL_DEBUG_SEVERITY_HIGH_ARB" },
    { 0x9147, "GL_DEBUG_SEVERITY_MEDIUM_ARB" },
    { 0x9148, "GL_DEBUG_SEVERITY_LOW_ARB" },
+   { 0x9274, "GL_COMPRESSED_RGB8_ETC2" },
+   { 0x9275, "GL_COMPRESSED_SRGB8_ETC2" },
+   { 0x9276, "GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2" },
+   { 0x9277, "GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2" },
+   { 0x9278, "GL_COMPRESSED_RGBA8_ETC2" },
+   { 0x9279, "GL_COMPRESSED_SRGB8_ALPHA8_ETC2" },
+   { 0x9270, "GL_COMPRESSED_R11_EAC" },
+   { 0x9271, "GL_COMPRESSED_SIGNED_R11_EAC" },
+   { 0x9272, "GL_COMPRESSED_RG11_EAC" },
+   { 0x9273, "GL_COMPRESSED_SIGNED_RG11_EAC" },
    { 0x19262, "GL_RASTER_POSITION_UNCLIPPED_IBM" },
    { 0, NULL }
 };
-- 
1.7.8.6



More information about the mesa-dev mailing list