Mesa (master): tests: Add new enum strings for ARB_compressed_texture_pixel_storage

Chris Forbes chrisf at kemper.freedesktop.org
Mon Jun 9 07:46:38 UTC 2014


Module: Mesa
Branch: master
Commit: 1fca84e7a0542e98ee635fad970cf72ca598b05a
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1fca84e7a0542e98ee635fad970cf72ca598b05a

Author: Chris Forbes <chrisf at ijw.co.nz>
Date:   Tue May 20 21:53:02 2014 +1200

tests: Add new enum strings for ARB_compressed_texture_pixel_storage

Signed-off-by: Chris Forbes <chrisf at ijw.co.nz>
Reviewed-by: Ian Romanick <ian.d.romanick at intel.com>

---

 src/mesa/main/tests/enum_strings.cpp |    8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/src/mesa/main/tests/enum_strings.cpp b/src/mesa/main/tests/enum_strings.cpp
index d16eb36..66ff4ec 100644
--- a/src/mesa/main/tests/enum_strings.cpp
+++ b/src/mesa/main/tests/enum_strings.cpp
@@ -1829,6 +1829,14 @@ const struct enum_info everything[] = {
    { 0x9124, "GL_MAX_GEOMETRY_OUTPUT_COMPONENTS" },
    { 0x9125, "GL_MAX_FRAGMENT_INPUT_COMPONENTS" },
    { 0x9126, "GL_CONTEXT_PROFILE_MASK" },
+   { 0x9127, "GL_UNPACK_COMPRESSED_BLOCK_WIDTH" },
+   { 0x9128, "GL_UNPACK_COMPRESSED_BLOCK_HEIGHT" },
+   { 0x9129, "GL_UNPACK_COMPRESSED_BLOCK_DEPTH" },
+   { 0x912A, "GL_UNPACK_COMPRESSED_BLOCK_SIZE" },
+   { 0x912B, "GL_PACK_COMPRESSED_BLOCK_WIDTH" },
+   { 0x912C, "GL_PACK_COMPRESSED_BLOCK_HEIGHT" },
+   { 0x912D, "GL_PACK_COMPRESSED_BLOCK_DEPTH" },
+   { 0x912E, "GL_PACK_COMPRESSED_BLOCK_SIZE" },
    { 0x912F, "GL_TEXTURE_IMMUTABLE_FORMAT" },
    { 0x9143, "GL_MAX_DEBUG_MESSAGE_LENGTH_ARB" },
    { 0x9144, "GL_MAX_DEBUG_LOGGED_MESSAGES_ARB" },




More information about the mesa-commit mailing list