Re: [Mesa-dev] [PATCH 1/2] r600g: fix polygon offset scale

2015-08-12 Thread Alex Deucher
On Tue, Aug 11, 2015 at 7:02 PM, Marek Olšák wrote: > From: Marek Olšák > > The value was copied from r300g, which uses 1/12 subpixels, but this hw > uses 1/16 subpixels. > > Should fix piglit: gl-1.4-polygon-offset (formerly a glean test) > (untested, ported from radeonsi) For the series: Rev

Re: [Mesa-dev] [PATCH 1/2] r600g: fix polygon offset scale

2015-08-11 Thread Edward O'Callaghan
Reviewed-by: Edward O'Callaghan -- Edward O'Callaghan edward.ocallag...@koparo.com On Wed, Aug 12, 2015, at 09:02 AM, Marek Olšák wrote: > From: Marek Olšák > > The value was copied from r300g, which uses 1/12 subpixels, but this hw > uses 1/16 subpixels. > > Should fix piglit: gl-1.4-po

[Mesa-dev] [PATCH 1/2] r600g: fix polygon offset scale

2015-08-11 Thread Marek Olšák
From: Marek Olšák The value was copied from r300g, which uses 1/12 subpixels, but this hw uses 1/16 subpixels. Should fix piglit: gl-1.4-polygon-offset (formerly a glean test) (untested, ported from radeonsi) --- src/gallium/drivers/r600/evergreen_state.c | 2 +- src/gallium/drivers/r600/r600_s