Re: [Mesa-dev] [PATCH 2/2] i965: Always set AALINEDISTANCE_TRUE on Sandybridge.

2017-04-26 Thread Manolova, Plamena
Looks good to me :) This series is: Reviewed-by: Plamena Manolova On Wed, Apr 26, 2017 at 3:15 PM, Kenneth Graunke wrote: > We set this unconditionally on every other platform. Zero (Manhattan) > isn't even listed as an option in the Sandybridge docs - only "true". > > Cc: rafael.antogno...@i

[Mesa-dev] [PATCH 2/2] i965: Always set AALINEDISTANCE_TRUE on Sandybridge.

2017-04-26 Thread Kenneth Graunke
We set this unconditionally on every other platform. Zero (Manhattan) isn't even listed as an option in the Sandybridge docs - only "true". Cc: rafael.antogno...@intel.com --- src/mesa/drivers/dri/i965/gen6_sf_state.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/mesa