Re: [Piglit] [PATCH] ext_framebuffer_multisample: relax MSAA precision

2012-08-15 Thread Marek Olšák
It might be caused by the sample positions extending outside of the pixel boundary. I'll see if a different configuration passes the test. Marek On Wed, Aug 15, 2012 at 12:16 AM, Paul Berry stereotype...@gmail.com wrote: On 13 August 2012 10:31, Marek Olšák mar...@gmail.com wrote: r600g needs

[Piglit] [PATCH] ext_framebuffer_multisample: relax MSAA precision

2012-08-13 Thread Marek Olšák
r600g needs this to successfully pass the 8x MSAA accuracy tests. --- tests/spec/ext_framebuffer_multisample/common.cpp | 10 +- tests/spec/ext_framebuffer_multisample/common.h |2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git