Re: [Mesa-dev] [PATCH 1/5] mesa: use loop in pop_texture_group() to restore 4 combiner terms

2011-09-30 Thread Kenneth Graunke
On 09/30/2011 08:14 PM, Brian Paul wrote: > From: Brian Paul > > There's four combiner terms (not 3) with GL_NV_texture_env_combine4. > Use a loop to make the code a little more compact. > --- > src/mesa/main/attrib.c | 37 + > 1 files changed, 13 insertions

[Mesa-dev] [PATCH 1/5] mesa: use loop in pop_texture_group() to restore 4 combiner terms

2011-09-30 Thread Brian Paul
From: Brian Paul There's four combiner terms (not 3) with GL_NV_texture_env_combine4. Use a loop to make the code a little more compact. --- src/mesa/main/attrib.c | 37 + 1 files changed, 13 insertions(+), 24 deletions(-) diff --git a/src/mesa/main/attrib.