Re: [Mesa-dev] [PATCH] i965/gen8: Fix antialiased line rendering with width < 1.5

2015-06-11 Thread Iago Toral
On Thu, 2015-06-11 at 00:18 -0700, Kenneth Graunke wrote: > On Thursday, June 11, 2015 09:03:37 AM Iago Toral Quiroga wrote: > > The same fix Marius implemented for gen6 (commit a9b04d8a) and > > gen7 (commit 24ecf37a). > > --- > > src/mesa/drivers/dri/i965/gen8_sf_state.c | 22 +++

Re: [Mesa-dev] [PATCH] i965/gen8: Fix antialiased line rendering with width < 1.5

2015-06-11 Thread Kenneth Graunke
On Thursday, June 11, 2015 09:03:37 AM Iago Toral Quiroga wrote: > The same fix Marius implemented for gen6 (commit a9b04d8a) and > gen7 (commit 24ecf37a). > --- > src/mesa/drivers/dri/i965/gen8_sf_state.c | 22 -- > 1 file changed, 20 insertions(+), 2 deletions(-) > > Ken, I

[Mesa-dev] [PATCH] i965/gen8: Fix antialiased line rendering with width < 1.5

2015-06-11 Thread Iago Toral Quiroga
The same fix Marius implemented for gen6 (commit a9b04d8a) and gen7 (commit 24ecf37a). --- src/mesa/drivers/dri/i965/gen8_sf_state.c | 22 -- 1 file changed, 20 insertions(+), 2 deletions(-) Ken, I don't have gen8 hardware available to test this so it would be nice if someone