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/main/texstore.c | |
parent | 884d1abb2ac1a2ce872a5b09fd4228159defcf26 (diff) |
mesa: move texel fetch/store into new texfetch.[ch] files
Diffstat (limited to 'src/mesa/main/texstore.c')
-rw-r--r-- | src/mesa/main/texstore.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/texstore.c b/src/mesa/main/texstore.c index 02e3df89cf5..d5bc16dee41 100644 --- a/src/mesa/main/texstore.c +++ b/src/mesa/main/texstore.c @@ -64,6 +64,7 @@ #include "texcompress.h" #include "texcompress_fxt1.h" #include "texcompress_s3tc.h" +#include "texfetch.h" #include "texformat.h" #include "teximage.h" #include "texstore.h" |