summaryrefslogtreecommitdiff
path: root/projects/openttd.vcproj
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2007-06-17 20:30:28 +0000
committertruelight <truelight@openttd.org>2007-06-17 20:30:28 +0000
commit003375d3755fe06227894e941b177491770c17fe (patch)
treee0105857aa1562ca3ca15a5e7df7e49bfc939456 /projects/openttd.vcproj
parentb0b4820387ec6f0214b43dc61b452fa73ca8a09a (diff)
downloadopenttd-003375d3755fe06227894e941b177491770c17fe.tar.xz
(svn r10190) -Codechange: merged renderer and blitter to one single class API: blitter
-Codechange: introduced a hierachy of blitters to avoid a lot of code duplication Note: this allows much easier adding other types of video-drivers, like OpenGL
Diffstat (limited to 'projects/openttd.vcproj')
-rw-r--r--projects/openttd.vcproj42
1 files changed, 16 insertions, 26 deletions
diff --git a/projects/openttd.vcproj b/projects/openttd.vcproj
index 899464bf8..de6df4f63 100644
--- a/projects/openttd.vcproj
+++ b/projects/openttd.vcproj
@@ -968,12 +968,24 @@
Name="Blitters"
Filter="">
<File
+ RelativePath=".\..\src\blitter\32bpp_base.cpp">
+ </File>
+ <File
+ RelativePath=".\..\src\blitter\32bpp_base.hpp">
+ </File>
+ <File
RelativePath=".\..\src\blitter\32bpp_simple.cpp">
</File>
<File
RelativePath=".\..\src\blitter\32bpp_simple.hpp">
</File>
<File
+ RelativePath=".\..\src\blitter\8bpp_base.cpp">
+ </File>
+ <File
+ RelativePath=".\..\src\blitter\8bpp_base.hpp">
+ </File>
+ <File
RelativePath=".\..\src\blitter\8bpp_debug.cpp">
</File>
<File
@@ -992,7 +1004,10 @@
RelativePath=".\..\src\blitter\8bpp_simple.hpp">
</File>
<File
- RelativePath=".\..\src\blitter\blitter.hpp">
+ RelativePath=".\..\src\blitter\base.hpp">
+ </File>
+ <File
+ RelativePath=".\..\src\blitter\factory.hpp">
</File>
<File
RelativePath=".\..\src\blitter\null.cpp">
@@ -1021,31 +1036,6 @@
</File>
</Filter>
<Filter
- Name="Renderer"
- Filter="">
- <File
- RelativePath=".\..\src\renderer\32bpp.cpp">
- </File>
- <File
- RelativePath=".\..\src\renderer\32bpp.hpp">
- </File>
- <File
- RelativePath=".\..\src\renderer\8bpp.cpp">
- </File>
- <File
- RelativePath=".\..\src\renderer\8bpp.hpp">
- </File>
- <File
- RelativePath=".\..\src\renderer\null.cpp">
- </File>
- <File
- RelativePath=".\..\src\renderer\null.hpp">
- </File>
- <File
- RelativePath=".\..\src\renderer\renderer.hpp">
- </File>
- </Filter>
- <Filter
Name="NewGRF"
Filter="">
<File