On 25 August 2012 15:46, Chris Forbes <span dir="ltr"><<a href="mailto:chrisf@ijw.co.nz" target="_blank">chrisf@ijw.co.nz</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">> feel free to upload the patch to a publicly accessible<br>
> git repo and send out a link.<br>
<br>
</div>Pushed to `fboify` branch at git://<a href="http://github.com/chrisforbes/piglit.git" target="_blank">github.com/chrisforbes/piglit.git</a><br>
<span class="HOEnZb"><font color="#888888"><br>
-- Chris<br>
</font></span></blockquote></div><br>Excellent, thanks.<br><br>Patch 1/6 ("Convert all glutSwapBuffers to piglit_present_results") look good except that we need to back out this change:<br><br>diff --git a/tests/general/read-front.c b/tests/general/read-front.c<br>
index 2e999ba..bb0f301 100644<br>--- a/tests/general/read-front.c<br>+++ b/tests/general/read-front.c<br>@@ -58,7 +58,7 @@ piglit_display(void)<br> <br>        glReadBuffer(GL_FRONT);<br> <br>-       glutSwapBuffers();<br>
+       piglit_present_results();<br> <br>        pass &= piglit_probe_rect_rgb(0, 0,<br>                                      piglit_width, piglit_height / 2, blue);<br><br>The reason read-front.c needs to call glutSwapBuffers() is because it is testing that after glutSwapBuffers(), the correct pixels can be read out of the front buffer.  So the call to glutSwapBuffers() needs to happen no matter how the test is run.<br>
<br>With that change backed out, patch 1/6 is:<br><br>Reviewed-by: Paul Berry <<a href="mailto:stereotype441@gmail.com">stereotype441@gmail.com</a>><br><br>I've already sent comments on your other patches.  Very nice work--I look forward to seeing v2 of the series, and I'll be glad to commit it upstream once everything gets reviewed (feel free to remind me if I forget).<br>