[Piglit] [PATCH 3/5] Add -samples=n command-line argument forcing MSAA visuals

2013-06-01 Thread Marek Olšák
--- tests/util/piglit-framework-gl.c | 20 +++- tests/util/piglit-framework-gl.h |1 + .../piglit-framework-gl/piglit_fbo_framework.c |5 + .../piglit-framework-gl/piglit_glut_framework.c|5 +

[Piglit] [PATCH 5/5] all.tests: enable testing of MSAA visuals for a few selected tests

2013-06-01 Thread Marek Olšák
These tests have proved to be useful for implementing and fixing MSAA visuals. I also recommend the mesa/demos tests reflect and copypixrate to test front buffer MSAA rendering. --- tests/all.tests | 64 ++- 1 file changed, 40 insertions(+),

Re: [Piglit] [PATCH 2/5] read-front: modify the test to reproduce an MSAA front buffer bug in st/dri

2013-06-01 Thread Paul Berry
On 1 June 2013 05:38, Marek Olšák mar...@gmail.com wrote: --- tests/all.tests|1 + tests/general/read-front.c | 15 ++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/tests/all.tests b/tests/all.tests index 417ca08..058253d 100644 ---

Re: [Piglit] [PATCH 2/5] read-front: modify the test to reproduce an MSAA front buffer bug in st/dri

2013-06-01 Thread Marek Olšák
Yes, that would reproduce the bug too. Marek On Sat, Jun 1, 2013 at 4:31 PM, Paul Berry stereotype...@gmail.com wrote: On 1 June 2013 05:38, Marek Olšák mar...@gmail.com wrote: --- tests/all.tests|1 + tests/general/read-front.c | 15 ++- 2 files changed, 15