summaryrefslogtreecommitdiff
path: root/src/mesa/sources
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/sources
parent2fed8d8496af4aa9105de298c6f320a85eb01623 (diff)
mesa: refactor: move glTexGen-related functions into new texgen.c file
Diffstat (limited to 'src/mesa/sources')
-rw-r--r--src/mesa/sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/sources b/src/mesa/sources
index 23b03932be..d5a9103fb3 100644
--- a/src/mesa/sources
+++ b/src/mesa/sources
@@ -63,6 +63,7 @@ MAIN_SOURCES = \
main/texcompress_fxt1.c \
main/texenvprogram.c \
main/texformat.c \
+ main/texgen.c \
main/teximage.c \
main/texobj.c \
main/texrender.c \