Re: [Mesa-dev] [PATCH 3/9] radeonsi: improve quality of 16 sample locations

2018-05-07 Thread Marek Olšák
On Mon, May 7, 2018 at 7:53 AM, Nicolai Hähnle wrote: > On 02.05.2018 06:13, Marek Olšák wrote: > >> From: Marek Olšák >> >> This results in better 16x and 8x quality when using these locations. >> Verified with the piglit MSAA accuracy test. >> > > How did you come up with those? :) > I drew t

Re: [Mesa-dev] [PATCH 3/9] radeonsi: improve quality of 16 sample locations

2018-05-07 Thread Nicolai Hähnle
On 02.05.2018 06:13, Marek Olšák wrote: From: Marek Olšák This results in better 16x and 8x quality when using these locations. Verified with the piglit MSAA accuracy test. How did you come up with those? :) Reviewed-by: Nicolai Hähnle --- src/gallium/drivers/radeonsi/si_state_msaa.c |

[Mesa-dev] [PATCH 3/9] radeonsi: improve quality of 16 sample locations

2018-05-01 Thread Marek Olšák
From: Marek Olšák This results in better 16x and 8x quality when using these locations. Verified with the piglit MSAA accuracy test. --- src/gallium/drivers/radeonsi/si_state_msaa.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gallium/drivers/radeonsi/si_state_msaa