--- tests/fast_color_clear/blit-between-clears.c | 1 + tests/fast_color_clear/front-buffer-distraction.c | 1 + tests/fast_color_clear/read-after-clear.c | 1 + tests/fast_color_clear/read-to-pbo-after-clear.c | 1 + 4 files changed, 4 insertions(+)
diff --git a/tests/fast_color_clear/blit-between-clears.c b/tests/fast_color_clear/blit-between-clears.c index 12c23e7..97a4529 100644 --- a/tests/fast_color_clear/blit-between-clears.c +++ b/tests/fast_color_clear/blit-between-clears.c @@ -41,6 +41,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN config.window_width = RB_WIDTH; config.window_height = RB_HEIGHT; config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGBA; + config.khr_no_error_support = PIGLIT_NO_ERRORS; PIGLIT_GL_TEST_CONFIG_END diff --git a/tests/fast_color_clear/front-buffer-distraction.c b/tests/fast_color_clear/front-buffer-distraction.c index c8e059b..e823627 100644 --- a/tests/fast_color_clear/front-buffer-distraction.c +++ b/tests/fast_color_clear/front-buffer-distraction.c @@ -43,6 +43,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN config.supports_gl_compat_version = 11; config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGBA; + config.khr_no_error_support = PIGLIT_NO_ERRORS; PIGLIT_GL_TEST_CONFIG_END diff --git a/tests/fast_color_clear/read-after-clear.c b/tests/fast_color_clear/read-after-clear.c index 98c7169..390d5b7 100644 --- a/tests/fast_color_clear/read-after-clear.c +++ b/tests/fast_color_clear/read-after-clear.c @@ -58,6 +58,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN config.window_width = TEX_WIDTH; config.window_height = TEX_HEIGHT; config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGBA; + config.khr_no_error_support = PIGLIT_NO_ERRORS; PIGLIT_GL_TEST_CONFIG_END diff --git a/tests/fast_color_clear/read-to-pbo-after-clear.c b/tests/fast_color_clear/read-to-pbo-after-clear.c index 522b53a..87de9f3 100644 --- a/tests/fast_color_clear/read-to-pbo-after-clear.c +++ b/tests/fast_color_clear/read-to-pbo-after-clear.c @@ -46,6 +46,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN config.window_width = TEX_WIDTH; config.window_height = TEX_HEIGHT; config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGBA; + config.khr_no_error_support = PIGLIT_NO_ERRORS; PIGLIT_GL_TEST_CONFIG_END -- 2.9.4 _______________________________________________ Piglit mailing list Piglit@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/piglit