[Piglit] [PATCH 2/3] amd_vertex_shader_viewport_index: set KHR_no_error compatibility

Samuel Pitoiset samuel.pitoiset at gmail.com
Fri Jun 23 14:23:45 UTC 2017


---
 tests/spec/amd_vertex_shader_viewport_index/render.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/spec/amd_vertex_shader_viewport_index/render.c b/tests/spec/amd_vertex_shader_viewport_index/render.c
index a5c59c96b..a08cbe931 100644
--- a/tests/spec/amd_vertex_shader_viewport_index/render.c
+++ b/tests/spec/amd_vertex_shader_viewport_index/render.c
@@ -44,6 +44,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN
 	config.supports_gl_core_version = 31;
 
 	config.window_visual = PIGLIT_GL_VISUAL_RGBA | PIGLIT_GL_VISUAL_DOUBLE;
+	config.khr_no_error_support = PIGLIT_NO_ERRORS;
 
 PIGLIT_GL_TEST_CONFIG_END
 
-- 
2.13.1



More information about the Piglit mailing list