summaryrefslogtreecommitdiff
path: root/src/mesa/main/sources
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-06-11 19:58:30 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-06-11 20:17:08 -0600
commit7ecac78ab53016ae3db3dd601b187cb050037463 (patch)
treeacec72a43c3ae28344c025af8b1424ef7434dc91 /src/mesa/main/sources
parent27049189d6221fefe43eb55846efaa51742dcdf4 (diff)
mesa: refactor: move glTexEnv-related functions into new texenv.c file
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 372423096a..04a2101bb9 100644
--- a/src/mesa/main/sources
+++ b/src/mesa/main/sources
@@ -58,6 +58,7 @@ stencil.c \
texcompress.c \
texcompress_fxt1.c \
texcompress_s3tc.c \
+texenv.c \
texenvprogram.c \
texformat.c \
texgen.c \
@@ -136,6 +137,7 @@ scissor.h \
state.h \
stencil.h \
texcompress.h \
+texenv.h \
texenvprogram.h \
texformat.h \
texformat_tmp.h \