diff options
author | Timothy Arceri <tarceri@itsqueeze.com> | 2017-07-06 13:51:12 +1000 |
---|---|---|
committer | Timothy Arceri <tarceri@itsqueeze.com> | 2017-08-08 15:07:42 +1000 |
commit | 5b459a9d81a68eff83a5badd633eb63c90567a22 (patch) | |
tree | 8fa4c8a898a96fb5c3451a7ebece1181296060fb /tests/spec/ext_transform_feedback/discard-copypixels.c | |
parent | 6e070c9e8a73a79651b2388021ed0c5cd1024b36 (diff) |
ext_transform_feedback: set KHR_no_error status
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Diffstat (limited to 'tests/spec/ext_transform_feedback/discard-copypixels.c')
-rw-r--r-- | tests/spec/ext_transform_feedback/discard-copypixels.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/spec/ext_transform_feedback/discard-copypixels.c b/tests/spec/ext_transform_feedback/discard-copypixels.c index bd89be0b8..cfd796b4e 100644 --- a/tests/spec/ext_transform_feedback/discard-copypixels.c +++ b/tests/spec/ext_transform_feedback/discard-copypixels.c @@ -45,6 +45,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN config.supports_gl_compat_version = 10; config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGBA; + config.khr_no_error_support = PIGLIT_NO_ERRORS; PIGLIT_GL_TEST_CONFIG_END |