diff options
author | Marek Olšák <marek.olsak@amd.com> | 2013-11-24 14:06:35 +0100 |
---|---|---|
committer | Marek Olšák <marek.olsak@amd.com> | 2013-12-02 22:27:57 +0100 |
commit | 000011b4514b0b1ea9738a7470e613a8b83ee1da (patch) | |
tree | 56a435334dca668e28844bcfaabca6c1944affe2 /tests/fbo | |
parent | c5ed74d0aa44de0e9e1e1d5abd344b927a552b2d (diff) |
all.tests: make fbo-depthstencil tests concurrent
Tested-by: Dylan Baker <baker.dylan.c@gmail.com>
Diffstat (limited to 'tests/fbo')
-rw-r--r-- | tests/fbo/fbo-depthstencil.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/fbo/fbo-depthstencil.c b/tests/fbo/fbo-depthstencil.c index f23114a27..e4a8e0095 100644 --- a/tests/fbo/fbo-depthstencil.c +++ b/tests/fbo/fbo-depthstencil.c @@ -472,6 +472,7 @@ enum piglit_result piglit_display(void) /* Cleanup. */ if (f.iformat) { + glBindFramebufferEXT(GL_FRAMEBUFFER_EXT, piglit_winsys_fbo); glDeleteFramebuffersEXT(1, &fb); glDeleteRenderbuffersEXT(1, &rb); } |