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

Kenneth Graunke kenneth at whitecape.org
Fri Sep 30 21:55:50 PDT 2011


On 09/30/2011 08:14 PM, Brian Paul wrote:
> From: Brian Paul <brianp at vmware.com>
> 
> 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(-)

For patches 1-3:
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>

For patch 5:
Acked-by: Kenneth Graunke <kenneth at whitecape.org>

I'm not familiar enough with the code to review patch 4.


More information about the mesa-dev mailing list