From 9cad85663901e4c3f729b86b007a97fa1de13a5f Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Tue, 21 Aug 2012 21:11:55 +1200 Subject: Convert all glutSwapBuffers to piglit_present_results V2: Don't break tests/general/read-front Reviewed-by: Paul Berry Reviewed-by: Chad Versace --- tests/shaders/vp-clipdistance-02.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/shaders/vp-clipdistance-02.c') diff --git a/tests/shaders/vp-clipdistance-02.c b/tests/shaders/vp-clipdistance-02.c index a911dda2..1d016d55 100644 --- a/tests/shaders/vp-clipdistance-02.c +++ b/tests/shaders/vp-clipdistance-02.c @@ -106,7 +106,7 @@ piglit_display(void) } } - glutSwapBuffers(); + piglit_present_results(); return result; } -- cgit v1.2.3