Re: [Mesa-dev] [i965][V2] i965/draw: Move constant formation outside of for loop and use an enum.

2013-08-13 Thread Kenneth Graunke
On 08/09/2013 12:33 AM, Eric Anholt wrote: Mark Mueller writes: On Thu, Aug 8, 2013 at 2:19 PM, Eric Anholt wrote: Mark Mueller writes: Signed-off-by: Mark Mueller --- src/mesa/drivers/dri/i965/brw_draw.c | 16 ++-- 1 file changed, 6 insertions(+), 10 deletions(-) diff --

Re: [Mesa-dev] [i965][V2] i965/draw: Move constant formation outside of for loop and use an enum.

2013-08-09 Thread Ian Romanick
On 08/09/2013 12:33 AM, Eric Anholt wrote: Mark Mueller writes: On Thu, Aug 8, 2013 at 2:19 PM, Eric Anholt wrote: Mark Mueller writes: Signed-off-by: Mark Mueller --- src/mesa/drivers/dri/i965/brw_draw.c | 16 ++-- 1 file changed, 6 insertions(+), 10 deletions(-) diff --gi

Re: [Mesa-dev] [i965][V2] i965/draw: Move constant formation outside of for loop and use an enum.

2013-08-09 Thread Eric Anholt
Mark Mueller writes: > On Thu, Aug 8, 2013 at 2:19 PM, Eric Anholt wrote: > >> Mark Mueller writes: >> > Signed-off-by: Mark Mueller >> > --- >> > src/mesa/drivers/dri/i965/brw_draw.c | 16 ++-- >> > 1 file changed, 6 insertions(+), 10 deletions(-) >> > >> > diff --git a/src/mesa/

Re: [Mesa-dev] [i965][V2] i965/draw: Move constant formation outside of for loop and use an enum.

2013-08-08 Thread Mark Mueller
On Thu, Aug 8, 2013 at 2:19 PM, Eric Anholt wrote: > Mark Mueller writes: > > Signed-off-by: Mark Mueller > > --- > > src/mesa/drivers/dri/i965/brw_draw.c | 16 ++-- > > 1 file changed, 6 insertions(+), 10 deletions(-) > > > > diff --git a/src/mesa/drivers/dri/i965/brw_draw.c > b/s

Re: [Mesa-dev] [i965][V2] i965/draw: Move constant formation outside of for loop and use an enum.

2013-08-08 Thread Eric Anholt
Mark Mueller writes: > Signed-off-by: Mark Mueller > --- > src/mesa/drivers/dri/i965/brw_draw.c | 16 ++-- > 1 file changed, 6 insertions(+), 10 deletions(-) > > diff --git a/src/mesa/drivers/dri/i965/brw_draw.c > b/src/mesa/drivers/dri/i965/brw_draw.c > index 6170d07..1b5ed55 10064

[Mesa-dev] [i965][V2] i965/draw: Move constant formation outside of for loop and use an enum.

2013-08-08 Thread Mark Mueller
Signed-off-by: Mark Mueller --- src/mesa/drivers/dri/i965/brw_draw.c | 16 ++-- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_draw.c b/src/mesa/drivers/dri/i965/brw_draw.c index 6170d07..1b5ed55 100644 --- a/src/mesa/drivers/dri/i965/brw