commit | 11ebfd22bb451f86a492254b77c90aeb011f8d9a | [log] [tgz] |
---|---|---|
author | Brian Paul <brian.paul@tungstengraphics.com> | Wed Jun 11 19:58:30 2008 -0600 |
committer | Keith Whitwell <keith@tungstengraphics.com> | Sun Sep 21 22:13:52 2008 -0700 |
tree | 118bd4f33d8cd7cb311e2aa6a9d0442d0381aac4 | |
parent | 10db6c2d81506bb8cc5165d07b01e93d3830978d [diff] [blame] |
mesa: refactor: move glTexEnv-related functions into new texenv.c file (cherry picked from commit 7ecac78ab53016ae3db3dd601b187cb050037463)
diff --git a/src/mesa/main/attrib.c b/src/mesa/main/attrib.c index 53e3ea7..8945d6f 100644 --- a/src/mesa/main/attrib.c +++ b/src/mesa/main/attrib.c
@@ -48,6 +48,7 @@ #include "scissor.h" #include "simple_list.h" #include "stencil.h" +#include "texenv.h" #include "texgen.h" #include "texobj.h" #include "texstate.h"