summaryrefslogtreecommitdiff
path: root/tests/general/infinite-spot-light.c
diff options
context:
space:
mode:
authorChris Forbes <chrisf@ijw.co.nz>2012-08-21 21:11:55 +1200
committerChad Versace <chad.versace@linux.intel.com>2012-09-04 16:02:18 -0700
commit9cad85663901e4c3f729b86b007a97fa1de13a5f (patch)
tree72936357a09eb03955f59358f1517d217e6e7b97 /tests/general/infinite-spot-light.c
parent9c6ac73c2871a3b08ea13d39cd5c596d75220aab (diff)
Convert all glutSwapBuffers to piglit_present_results
V2: Don't break tests/general/read-front Reviewed-by: Paul Berry <stereotype441@gmail.com> Reviewed-by: Chad Versace <chad.versace@linux.intel.com>
Diffstat (limited to 'tests/general/infinite-spot-light.c')
-rw-r--r--tests/general/infinite-spot-light.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/general/infinite-spot-light.c b/tests/general/infinite-spot-light.c
index a08c5b96d..485c66cf1 100644
--- a/tests/general/infinite-spot-light.c
+++ b/tests/general/infinite-spot-light.c
@@ -66,7 +66,7 @@ piglit_display(void)
pass = piglit_probe_pixel_rgba(0, 0, expected);
- glutSwapBuffers();
+ piglit_present_results();
return pass ? PIGLIT_PASS : PIGLIT_FAIL;
}