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 /windows/VC7/mesa | |
parent | 884d1abb2ac1a2ce872a5b09fd4228159defcf26 (diff) |
mesa: move texel fetch/store into new texfetch.[ch] files
Diffstat (limited to 'windows/VC7/mesa')
-rw-r--r-- | windows/VC7/mesa/mesa/mesa.vcproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/windows/VC7/mesa/mesa/mesa.vcproj b/windows/VC7/mesa/mesa/mesa.vcproj index 4d7df741702..9a24acf8196 100644 --- a/windows/VC7/mesa/mesa/mesa.vcproj +++ b/windows/VC7/mesa/mesa/mesa.vcproj @@ -587,6 +587,9 @@ RelativePath="..\..\..\..\src\mesa\main\texenvprogram.c">
</File>
<File
+ RelativePath="..\..\..\..\src\mesa\main\texfetch.c">
+ </File>
+ <File
RelativePath="..\..\..\..\src\mesa\main\texformat.c">
</File>
<File
@@ -1158,6 +1161,9 @@ RelativePath="..\..\..\..\src\mesa\main\texenvprogram.h">
</File>
<File
+ RelativePath="..\..\..\..\src\mesa\main\texfetch.h">
+ </File>
+ <File
RelativePath="..\..\..\..\src\mesa\main\texformat.h">
</File>
<File
|