- 10 Oct, 2012 1 commit
-
-
Chad Versace authored
I'm trying to transition Piglit from using GLUT to using Waffle. This requires killing all uses of GLUT functions, one-by-one. Two remaining tests called glutSwapBuffers directly, read-front and texline, for which piglit_preset_results is unsuitable. These tests call glReadPixels on the front buffer. This patch replaces those calls with a new wrapper, piglit_swap_buffers. Reviewed-and-tested-by:
Jordan Justen <jordan.l.justen@intel.com> Reviewed-by:
Kenneth Graunke <kenneth@whitecape.org> Tested-by:
Paul Berry <stereotype441@gmail.com> Acked-by:
Eric Anholt <eric@anholt.net> Signed-off-by:
Chad Versace <chad.versace@linux.intel.com>
-
- 28 Jun, 2012 1 commit
-
-
Blaž Tomažič authored
Move piglit-util.* to piglit-util-gl-common.* Signed-off-by:
Blaž Tomažič <blaz.tomazic@gmail.com> Reviewed-by:
Chad Versace <chad.versace@linux.intel.com>
-
- 20 Jun, 2012 1 commit
-
-
Chad Versace authored
Each test that did not define main() now does so using PIGLIT_GL_TEST_MAIN(). Reviewed-by:
Kenneth Graunke <kenneth@whitecape.org> Reviewed-by:
Eric Anholt <eric@anholt.net> Signed-off-by:
Chad Versace <chad.versace@linux.intel.com>
-
- 18 Oct, 2011 1 commit
-
-
Eric Anholt authored
It was displaying something that would distinguish left/right, but that's a much less likely failure mode. I was concerned while working on rb mapping for swrast.
-
- 22 Jun, 2011 1 commit
-
-
Brian Paul authored
-
- 29 Apr, 2011 1 commit
-
-
Marek Olšák authored
-
- 30 Sep, 2010 1 commit
-
-
Marek Olšák authored
-
- 30 Sep, 2009 1 commit
-
-
Eric Anholt authored
This saves a giant pile of code, and should encourage cleaner testcases from people writing tests in the future.
-
- 29 Sep, 2009 1 commit
-
-
Eric Anholt authored
-
- 25 Aug, 2009 1 commit
-
-
Vinson Lee authored
MSVC 4255 warning: 'function' : no function prototype given: converting '()' to '(void)'
-
- 01 Jul, 2009 1 commit
-
-
Vinson Lee authored
-
- 30 Jun, 2009 1 commit
-
-
Vinson Lee authored
Include GLUT/glut.h on Mac OS.
-
- 20 Jun, 2009 6 commits
-
-
Eric Anholt authored
My first fix to intel fixed the previous iteration of read-front, but glean was now complaining that it was reading the wrong results. It looks like DRI2 isn't catching the updates to the front due to swap in its fake front.
-
Eric Anholt authored
-
Eric Anholt authored
-
Eric Anholt authored
Doesn't actually reveal any of the regressions I'm looking for.
-
Eric Anholt authored
Based on a hint of a failure from oglconform, and catches a regression in mesa_7_4_branch.
-
Eric Anholt authored
oglconform indicated that there was a problem in this area. This test works, though.
-