diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2008-06-11 19:48:01 -0600 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2008-06-11 20:17:08 -0600 |
commit | 27049189d6221fefe43eb55846efaa51742dcdf4 (patch) | |
tree | 825846daf940f27cf11cb618c87e2dac3ce5898f /src/mesa/main/attrib.c | |
parent | 2fed8d8496af4aa9105de298c6f320a85eb01623 (diff) |
mesa: refactor: move glTexGen-related functions into new texgen.c file
Diffstat (limited to 'src/mesa/main/attrib.c')
-rw-r--r-- | src/mesa/main/attrib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/attrib.c b/src/mesa/main/attrib.c index 6ed82da203..009d71a67c 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 "texgen.h" #include "texobj.h" #include "texstate.h" #include "mtypes.h" |