aboutsummaryrefslogtreecommitdiff
path: root/tests/texturing/CMakeLists.gl.txt
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2012-09-22 09:23:43 -0600
committerBrian Paul <brianp@vmware.com>2012-09-25 19:47:02 -0600
commit8a9deb3a2ad3ff96433ff566898fef79ccfa93c0 (patch)
tree31396277b6908ecf5aa025df0f19798d3fae8445 /tests/texturing/CMakeLists.gl.txt
parent7c8fe337a6d3a7ee687927a109f02289306c5706 (diff)
s3tc-errors: test GL error checking with s3tc textures
Check for expected OpenGL errors related to texture compression. For example, glCompresedTexSubImage2D() offset/size values must be multiples of four. This test could be expanded to cover other compression formats in the future. Also, this test contains some texture compression helper functions that could be made into piglit utility functions. Verified with NVIDIA's driver. One error found in Mesa, to be fixed soon.
Diffstat (limited to 'tests/texturing/CMakeLists.gl.txt')
-rw-r--r--tests/texturing/CMakeLists.gl.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/texturing/CMakeLists.gl.txt b/tests/texturing/CMakeLists.gl.txt
index c4392738..cc0623ce 100644
--- a/tests/texturing/CMakeLists.gl.txt
+++ b/tests/texturing/CMakeLists.gl.txt
@@ -62,6 +62,7 @@ ENDIF (UNIX)
piglit_add_executable (s3tc-teximage s3tc-teximage.c)
piglit_add_executable (fxt1-teximage fxt1-teximage.c)
piglit_add_executable (s3tc-texsubimage s3tc-texsubimage.c)
+piglit_add_executable (s3tc-errors s3tc-errors.c)
piglit_add_executable (sampler-cube-shadow sampler-cube-shadow.c)
piglit_add_executable (streaming-texture-leak streaming-texture-leak.c)
piglit_add_executable (tex-miplevel-selection tex-miplevel-selection.c)