diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2005-12-14 03:04:58 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2005-12-14 03:04:58 +0000 |
commit | 1add059bd114f90e32c4b574be411d314eca6d90 (patch) | |
tree | 221908fd60a1aad54ba5ec27097e83cadbc3ad95 /windows/VC7 | |
parent | c9797f6b76a5d34a4bdbab49ef8158ca861e0c01 (diff) |
Removed the GL_SGIX/SGIS_pixel_texture extensions. Same thing can be
done with fragment programs nowadays.
Diffstat (limited to 'windows/VC7')
-rw-r--r-- | windows/VC7/mesa/mesa/mesa.vcproj | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/windows/VC7/mesa/mesa/mesa.vcproj b/windows/VC7/mesa/mesa/mesa.vcproj index 3bb2fb3764..7305e25567 100644 --- a/windows/VC7/mesa/mesa/mesa.vcproj +++ b/windows/VC7/mesa/mesa/mesa.vcproj @@ -378,9 +378,6 @@ RelativePath="..\..\..\..\src\mesa\swrast\s_nvfragprog.c">
</File>
<File
- RelativePath="..\..\..\..\src\mesa\swrast\s_pixeltex.c">
- </File>
- <File
RelativePath="..\..\..\..\src\mesa\swrast\s_points.c">
</File>
<File
@@ -895,9 +892,6 @@ RelativePath="..\..\..\..\src\mesa\swrast\s_nvfragprog.h">
</File>
<File
- RelativePath="..\..\..\..\src\mesa\swrast\s_pixeltex.h">
- </File>
- <File
RelativePath="..\..\..\..\src\mesa\swrast\s_points.h">
</File>
<File
|