Re: [Mesa-dev] [RFC PATCH 09/10] i965/clip: Use clip distances for all user clipping

2013-08-05 Thread Chris Forbes
Actually, that justification sounds like nonsense after thinking about it a bit more -- we're in SPF mode. On Tue, Aug 6, 2013 at 9:47 AM, Chris Forbes wrote: > This is what I started with, but brw_ENDIF destroys the flags. > > On Tue, Aug 6, 2013 at 9:40 AM, Paul Berry wrote: >> On 3 August 201

Re: [Mesa-dev] [RFC PATCH 09/10] i965/clip: Use clip distances for all user clipping

2013-08-05 Thread Chris Forbes
This is what I started with, but brw_ENDIF destroys the flags. On Tue, Aug 6, 2013 at 9:40 AM, Paul Berry wrote: > On 3 August 2013 19:59, Chris Forbes wrote: >> >> Signed-off-by: Chris Forbes >> --- >> src/mesa/drivers/dri/i965/brw_clip_tri.c | 7 +-- >> 1 file changed, 5 insertions(+), 2

Re: [Mesa-dev] [RFC PATCH 09/10] i965/clip: Use clip distances for all user clipping

2013-08-05 Thread Paul Berry
On 3 August 2013 19:59, Chris Forbes wrote: > Signed-off-by: Chris Forbes > --- > src/mesa/drivers/dri/i965/brw_clip_tri.c | 7 +-- > 1 file changed, 5 insertions(+), 2 deletions(-) > > diff --git a/src/mesa/drivers/dri/i965/brw_clip_tri.c > b/src/mesa/drivers/dri/i965/brw_clip_tri.c > inde

[Mesa-dev] [RFC PATCH 09/10] i965/clip: Use clip distances for all user clipping

2013-08-03 Thread Chris Forbes
Signed-off-by: Chris Forbes --- src/mesa/drivers/dri/i965/brw_clip_tri.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_clip_tri.c b/src/mesa/drivers/dri/i965/brw_clip_tri.c index bd3ffb3..4d2eb0a 100644 --- a/src/mesa/drivers/dri/i965/br