Re: [Mesa-dev] [PATCH 00/12] i965: Add support for 16x MSAA on SKL+

2015-09-28 Thread Neil Roberts
Neil Roberts writes: > The following tests are failing but on my SKL device the corresponding > tests with 8 samples are also failing. As far as I understand these > aren't known regressions for other people so it may be something to do > with my device being pre-production. It would be great if

Re: [Mesa-dev] [PATCH 00/12] i965: Add support for 16x MSAA on SKL+

2015-09-18 Thread Ben Widawsky
On Thu, Sep 17, 2015 at 05:00:02PM +0100, Neil Roberts wrote: > I ran the series through Piglit but there are some issues. > > The texelFetch test appears to be broken for sample counts > 10 and > needs this patch to work: > > http://patchwork.freedesktop.org/patch/59485/ > > The accuracy tests

[Mesa-dev] [PATCH 00/12] i965: Add support for 16x MSAA on SKL+

2015-09-17 Thread Neil Roberts
I ran the series through Piglit but there are some issues. The texelFetch test appears to be broken for sample counts > 10 and needs this patch to work: http://patchwork.freedesktop.org/patch/59485/ The accuracy tests are failing but I think the problem is just that it is too strict. I've writte