summaryrefslogtreecommitdiff
path: root/src/mesa/main/api_exec.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-06-11 19:48:01 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-06-11 20:17:08 -0600
commit27049189d6221fefe43eb55846efaa51742dcdf4 (patch)
tree825846daf940f27cf11cb618c87e2dac3ce5898f /src/mesa/main/api_exec.c
parent2fed8d8496af4aa9105de298c6f320a85eb01623 (diff)
mesa: refactor: move glTexGen-related functions into new texgen.c file
Diffstat (limited to 'src/mesa/main/api_exec.c')
-rw-r--r--src/mesa/main/api_exec.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/api_exec.c b/src/mesa/main/api_exec.c
index f7cf42f600..e27c607307 100644
--- a/src/mesa/main/api_exec.c
+++ b/src/mesa/main/api_exec.c
@@ -107,6 +107,9 @@
#include "state.h"
#include "stencil.h"
#include "teximage.h"
+#if FEATURE_texgen
+#include "texgen.h"
+#endif
#include "texobj.h"
#include "texstate.h"
#include "mtypes.h"