[Piglit] [PATCH 6/8] enable -fbo for general/provoking-vertex
Chris Forbes
chrisf at ijw.co.nz
Sat Apr 28 17:44:59 PDT 2012
---
tests/general/provoking-vertex.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/general/provoking-vertex.c b/tests/general/provoking-vertex.c
index d8d6d77..534d2f9 100644
--- a/tests/general/provoking-vertex.c
+++ b/tests/general/provoking-vertex.c
@@ -80,7 +80,7 @@ piglit_display(void)
pass = pass && piglit_probe_pixel_rgb(225, 130, blue);
glFinish();
- glutSwapBuffers();
+ piglit_present_results();
return pass ? PIGLIT_PASS : PIGLIT_FAIL;
}
--
1.7.10
More information about the Piglit
mailing list