[Piglit] [PATCH 1/8] enable -fbo for general/line-aa-width

Chris Forbes chrisf at ijw.co.nz
Sat Apr 28 17:44:54 PDT 2012


---
 tests/general/line-aa-width.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/general/line-aa-width.c b/tests/general/line-aa-width.c
index 4cd560c..832fd4f 100644
--- a/tests/general/line-aa-width.c
+++ b/tests/general/line-aa-width.c
@@ -193,7 +193,7 @@ piglit_display(void)
 		}
 	}
 
-	glutSwapBuffers();
+	piglit_present_results();
 
 	return pass ? PIGLIT_PASS : PIGLIT_FAIL;
 }
-- 
1.7.10



More information about the Piglit mailing list