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
committerKeith Whitwell <keith@tungstengraphics.com>2008-09-21 22:13:52 -0700
commit11ebfd22bb451f86a492254b77c90aeb011f8d9a (patch)
tree118bd4f33d8cd7cb311e2aa6a9d0442d0381aac4 /src/mesa/main/sources
parent10db6c2d81506bb8cc5165d07b01e93d3830978d (diff)
mesa: refactor: move glTexEnv-related functions into new texenv.c file
(cherry picked from commit 7ecac78ab53016ae3db3dd601b187cb050037463)
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 2f98005130..c4982be363 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 \
@@ -137,6 +138,7 @@ scissor.h \
state.h \
stencil.h \
texcompress.h \
+texenv.h \
texenvprogram.h \
texformat.h \
texformat_tmp.h \