Re: [Mesa-dev] [PATCH 3/7] r600g: fix evergreen 8x MSAA sample positions

2012-10-27 Thread Marek Olšák
On Tue, Aug 28, 2012 at 2:18 AM, Paul Berry wrote: > On 26 August 2012 18:04, Marek Olšák wrote: >> >> On Thu, Aug 23, 2012 at 11:39 PM, Paul Berry >> wrote: >> > On 23 August 2012 10:42, Marek Olšák wrote: >> >> >> >> On Thu, Aug 23, 2012 at 6:42 PM, Paul Berry >> >> wrote: >> >> > On 22 Augu

Re: [Mesa-dev] [PATCH 3/7] r600g: fix evergreen 8x MSAA sample positions

2012-08-27 Thread Paul Berry
On 26 August 2012 18:04, Marek Olšák wrote: > On Thu, Aug 23, 2012 at 11:39 PM, Paul Berry > wrote: > > On 23 August 2012 10:42, Marek Olšák wrote: > >> > >> On Thu, Aug 23, 2012 at 6:42 PM, Paul Berry > >> wrote: > >> > On 22 August 2012 18:54, Marek Olšák wrote: > >> >> > >> >> The original

Re: [Mesa-dev] [PATCH 3/7] r600g: fix evergreen 8x MSAA sample positions

2012-08-26 Thread Marek Olšák
On Thu, Aug 23, 2012 at 11:39 PM, Paul Berry wrote: > On 23 August 2012 10:42, Marek Olšák wrote: >> >> On Thu, Aug 23, 2012 at 6:42 PM, Paul Berry >> wrote: >> > On 22 August 2012 18:54, Marek Olšák wrote: >> >> >> >> The original samples positions took samples outside of the pixel >> >> bound

Re: [Mesa-dev] [PATCH 3/7] r600g: fix evergreen 8x MSAA sample positions

2012-08-23 Thread Paul Berry
On 23 August 2012 10:42, Marek Olšák wrote: > On Thu, Aug 23, 2012 at 6:42 PM, Paul Berry > wrote: > > On 22 August 2012 18:54, Marek Olšák wrote: > >> > >> The original samples positions took samples outside of the pixel > boundary, > >> leading to dark pixels on the edge of the colorbuffer, a

Re: [Mesa-dev] [PATCH 3/7] r600g: fix evergreen 8x MSAA sample positions

2012-08-23 Thread Marek Olšák
On Thu, Aug 23, 2012 at 6:42 PM, Paul Berry wrote: > On 22 August 2012 18:54, Marek Olšák wrote: >> >> The original samples positions took samples outside of the pixel boundary, >> leading to dark pixels on the edge of the colorbuffer, among other things. > > > Does this address the issues you we

Re: [Mesa-dev] [PATCH 3/7] r600g: fix evergreen 8x MSAA sample positions

2012-08-23 Thread Paul Berry
On 22 August 2012 18:54, Marek Olšák wrote: > The original samples positions took samples outside of the pixel boundary, > leading to dark pixels on the edge of the colorbuffer, among other things. > Does this address the issues you were having with the error thresholds in the EXT_framebuffer_mu

[Mesa-dev] [PATCH 3/7] r600g: fix evergreen 8x MSAA sample positions

2012-08-22 Thread Marek Olšák
The original samples positions took samples outside of the pixel boundary, leading to dark pixels on the edge of the colorbuffer, among other things. --- src/gallium/drivers/r600/evergreen_state.c | 32 ++-- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/