mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 10:08:08 +02:00
replace s_texture.[ch] with s_texcombine.[ch] and s_texfilter.[ch]
This commit is contained in:
parent
55187ea63e
commit
7fb9352fe4
2 changed files with 18 additions and 4 deletions
|
|
@ -450,7 +450,11 @@ SOURCE=..\..\..\..\src\mesa\swrast\s_texstore.c
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\..\src\mesa\swrast\s_texture.c
|
||||
SOURCE=..\..\..\..\src\mesa\swrast\s_texcombine.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\..\src\mesa\swrast\s_texfiltere.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
|
|
@ -1119,7 +1123,11 @@ SOURCE=..\..\..\..\src\mesa\swrast\s_stencil.h
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\..\src\mesa\swrast\s_texture.h
|
||||
SOURCE=..\..\..\..\src\mesa\swrast\s_texcombine.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\..\src\mesa\swrast\s_texfilter.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
|
|
|
|||
|
|
@ -393,7 +393,10 @@
|
|||
RelativePath="..\..\..\..\src\mesa\swrast\s_texstore.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\mesa\swrast\s_texture.c">
|
||||
RelativePath="..\..\..\..\src\mesa\swrast\s_texcombine.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\mesa\swrast\s_texfilter.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\mesa\swrast\s_triangle.c">
|
||||
|
|
@ -907,7 +910,10 @@
|
|||
RelativePath="..\..\..\..\src\mesa\swrast\s_stencil.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\mesa\swrast\s_texture.h">
|
||||
RelativePath="..\..\..\..\src\mesa\swrast\s_texcombine.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\mesa\swrast\s_texfilter.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\mesa\swrast\s_triangle.h">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue