summaryrefslogtreecommitdiff
path: root/src/mesa/main/sources
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-06-11 20:05:53 -0600
committerKeith Whitwell <keith@tungstengraphics.com>2008-09-21 22:13:53 -0700
commitae1fdc15238498bf025d0f0be7337e2f9dda455f (patch)
treee1c17f09c133ca4ff8ceebde37258029570ef846 /src/mesa/main/sources
parent11ebfd22bb451f86a492254b77c90aeb011f8d9a (diff)
mesa: refactor: move glTexParameter-related functions into new texparam.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 c4982be363..eb8cd900ee 100644
--- a/src/mesa/main/sources
+++ b/src/mesa/main/sources
@@ -64,6 +64,7 @@ texformat.c \
texgen.c \
teximage.c \
texobj.c \
+texparam.c \
texrender.c \
texstate.c \
texstore.c \
@@ -145,6 +146,7 @@ texformat_tmp.h \
texgen.h \
teximage.h \
texobj.h \
+texparam.h \
texrender.h \
texstate.h \
texstore.h \