Re: [Mesa-dev] [PATCH 12/30] mesa: Change redundant code into loops in texstate.c.

2014-01-10 Thread Paul Berry
On 10 January 2014 11:41, Kenneth Graunke wrote: > On 01/09/2014 06:19 PM, Paul Berry wrote: > > This is possible now that ctx->Shader.CurrentProgram is an array. > > --- > > src/mesa/main/texstate.c | 75 > +++- > > 1 file changed, 29 insertions(+), 4

Re: [Mesa-dev] [PATCH 12/30] mesa: Change redundant code into loops in texstate.c.

2014-01-10 Thread Kenneth Graunke
On 01/09/2014 06:19 PM, Paul Berry wrote: > This is possible now that ctx->Shader.CurrentProgram is an array. > --- > src/mesa/main/texstate.c | 75 > +++- > 1 file changed, 29 insertions(+), 46 deletions(-) > > diff --git a/src/mesa/main/texstate.c b/

[Mesa-dev] [PATCH 12/30] mesa: Change redundant code into loops in texstate.c.

2014-01-09 Thread Paul Berry
This is possible now that ctx->Shader.CurrentProgram is an array. --- src/mesa/main/texstate.c | 75 +++- 1 file changed, 29 insertions(+), 46 deletions(-) diff --git a/src/mesa/main/texstate.c b/src/mesa/main/texstate.c index b9c76da..905a9d5 100644 --