diff options
author | Brian Paul <[email protected]> | 2005-12-14 03:04:58 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2005-12-14 03:04:58 +0000 |
commit | 1add059bd114f90e32c4b574be411d314eca6d90 (patch) | |
tree | 221908fd60a1aad54ba5ec27097e83cadbc3ad95 /windows | |
parent | c9797f6b76a5d34a4bdbab49ef8158ca861e0c01 (diff) |
Removed the GL_SGIX/SGIS_pixel_texture extensions. Same thing can be
done with fragment programs nowadays.
Diffstat (limited to 'windows')
-rw-r--r-- | windows/VC6/mesa/mesa/mesa.dsp | 8 | ||||
-rw-r--r-- | windows/VC7/mesa/mesa/mesa.vcproj | 6 |
2 files changed, 0 insertions, 14 deletions
diff --git a/windows/VC6/mesa/mesa/mesa.dsp b/windows/VC6/mesa/mesa/mesa.dsp index 95b05be531e..64f55cc5085 100644 --- a/windows/VC6/mesa/mesa/mesa.dsp +++ b/windows/VC6/mesa/mesa/mesa.dsp @@ -430,10 +430,6 @@ SOURCE=..\..\..\..\src\mesa\swrast\s_nvfragprog.c # End Source File
# Begin Source File
-SOURCE=..\..\..\..\src\mesa\swrast\s_pixeltex.c
-# End Source File
-# Begin Source File
-
SOURCE=..\..\..\..\src\mesa\swrast\s_points.c
# End Source File
# Begin Source File
@@ -1103,10 +1099,6 @@ SOURCE=..\..\..\..\src\mesa\swrast\s_nvfragprog.h # End Source File
# Begin Source File
-SOURCE=..\..\..\..\src\mesa\swrast\s_pixeltex.h
-# End Source File
-# Begin Source File
-
SOURCE=..\..\..\..\src\mesa\swrast\s_points.h
# End Source File
# Begin Source File
diff --git a/windows/VC7/mesa/mesa/mesa.vcproj b/windows/VC7/mesa/mesa/mesa.vcproj index 3bb2fb3764a..7305e255673 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
|