diff options
author | Brian Paul <[email protected]> | 2009-09-30 20:47:54 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-09-30 20:47:54 -0600 |
commit | 74ae14a2bde4f87a554c3d96e6f4a9a02591308d (patch) | |
tree | 01a85af0b3e01979eacf4616d34fc175ad998d6b /src/mesa/sources.mak | |
parent | 884d1abb2ac1a2ce872a5b09fd4228159defcf26 (diff) |
mesa: move texel fetch/store into new texfetch.[ch] files
Diffstat (limited to 'src/mesa/sources.mak')
-rw-r--r-- | src/mesa/sources.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/sources.mak b/src/mesa/sources.mak index dab3e560386..8959ff53562 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 \ |