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
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.