summaryrefslogtreecommitdiff
path: root/src/mesa/sources.mak
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-09-30 20:47:54 -0600
committerBrian Paul <brianp@vmware.com>2009-09-30 20:47:54 -0600
commit74ae14a2bde4f87a554c3d96e6f4a9a02591308d (patch)
tree01a85af0b3e01979eacf4616d34fc175ad998d6b /src/mesa/sources.mak
parent884d1abb2ac1a2ce872a5b09fd4228159defcf26 (diff)
mesa: move texel fetch/store into new texfetch.[ch] files
Diffstat (limited to 'src/mesa/sources.mak')
-rw-r--r--src/mesa/sources.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/sources.mak b/src/mesa/sources.mak
index dab3e56038..8959ff5356 100644
--- a/src/mesa/sources.mak
+++ b/src/mesa/sources.mak
@@ -68,6 +68,7 @@ MAIN_SOURCES = \
main/texcompress_fxt1.c \
main/texenv.c \
main/texenvprogram.c \
+ main/texfetch.c \
main/texformat.c \
main/texgen.c \
main/texgetimage.c \