[Piglit] [PATCH 3/4] texturing/tex3d-maxsize: set KHR_no_error status
Timothy Arceri
tarceri at itsqueeze.com
Mon Jun 5 00:19:31 UTC 2017
---
tests/texturing/tex3d-maxsize.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/texturing/tex3d-maxsize.c b/tests/texturing/tex3d-maxsize.c
index 60c9c63..781ac27 100644
--- a/tests/texturing/tex3d-maxsize.c
+++ b/tests/texturing/tex3d-maxsize.c
@@ -26,20 +26,21 @@
* Tests 3D textures.
*/
#include "piglit-util-gl.h"
PIGLIT_GL_TEST_CONFIG_BEGIN
config.supports_gl_compat_version = 12;
config.window_visual = PIGLIT_GL_VISUAL_RGBA | PIGLIT_GL_VISUAL_DOUBLE;
+ config.khr_no_error_support = PIGLIT_NO_ERRORS
PIGLIT_GL_TEST_CONFIG_END
static GLint MaxSize;
/**
* Compute size (in megabytes) of a texture of the given dimensions and
--
2.9.4
More information about the Piglit
mailing list