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/SConscript | |
parent | 884d1abb2ac1a2ce872a5b09fd4228159defcf26 (diff) |
mesa: move texel fetch/store into new texfetch.[ch] files
Diffstat (limited to 'src/mesa/SConscript')
-rw-r--r-- | src/mesa/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/SConscript b/src/mesa/SConscript index 6dfbd26d94a..8066da729b2 100644 --- a/src/mesa/SConscript +++ b/src/mesa/SConscript @@ -91,6 +91,7 @@ if env['platform'] != 'winddk': 'main/texcompress_fxt1.c', 'main/texenv.c', 'main/texenvprogram.c', + 'main/texfetch.c', 'main/texformat.c', 'main/texgen.c', 'main/texgetimage.c', |