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/glsl-bindattriblocation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/shaders/glsl-bindattriblocation.c') diff --git a/tests/shaders/glsl-bindattriblocation.c b/tests/shaders/glsl-bindattriblocation.c index 8e8cc3e3..62b0f13c 100644 --- a/tests/shaders/glsl-bindattriblocation.c +++ b/tests/shaders/glsl-bindattriblocation.c @@ -116,7 +116,7 @@ piglit_display(void) glDisableVertexAttribArray(attrib_loc); - glutSwapBuffers(); + piglit_present_results(); return result; } -- cgit v1.2.3