summaryrefslogtreecommitdiff
path: root/src/mesa/main/sources
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-06-11 19:48:01 -0600
committerKeith Whitwell <keith@tungstengraphics.com>2008-09-21 22:13:52 -0700
commit10db6c2d81506bb8cc5165d07b01e93d3830978d (patch)
treee718565d1c7393c345c78361101b72bf51240be8 /src/mesa/main/sources
parent4fc71f3ec2e3bec6c842473f6b2b6287b309c958 (diff)
mesa: refactor: move glTexGen-related functions into new texgen.c file
(cherry picked from commit 27049189d6221fefe43eb55846efaa51742dcdf4)
Diffstat (limited to 'src/mesa/main/sources')
-rw-r--r--src/mesa/main/sources2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/main/sources b/src/mesa/main/sources
index 5379fa08f4..2f98005130 100644
--- a/src/mesa/main/sources
+++ b/src/mesa/main/sources
@@ -60,6 +60,7 @@ texcompress_fxt1.c \
texcompress_s3tc.c \
texenvprogram.c \
texformat.c \
+texgen.c \
teximage.c \
texobj.c \
texrender.c \
@@ -139,6 +140,7 @@ texcompress.h \
texenvprogram.h \
texformat.h \
texformat_tmp.h \
+texgen.h \
teximage.h \
texobj.h \
texrender.h \