1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-19 12:39:11 +00:00

(svn r10132) -Codechange: split out the last direct video-buffer read access to the blitter-layer

-Add: added a new renderer and blitter to make room for some optimized bpp
-Fix: fill the alpha channel in the grf-spriteloader
This commit is contained in:
truelight
2007-06-13 10:31:40 +00:00
parent 97b74fe4f2
commit e7221d1fa9
18 changed files with 389 additions and 7 deletions

View File

@@ -964,6 +964,12 @@
<Filter
Name="Blitters"
Filter="">
<File
RelativePath=".\..\src\blitter\32bpp_simple.cpp">
</File>
<File
RelativePath=".\..\src\blitter\32bpp_simple.hpp">
</File>
<File
RelativePath=".\..\src\blitter\8bpp_debug.cpp">
</File>
@@ -1008,6 +1014,12 @@
<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>

View File

@@ -1507,6 +1507,14 @@
<Filter
Name="Blitters"
>
<File
RelativePath=".\..\src\blitter\32bpp_simple.cpp"
>
</File>
<File
RelativePath=".\..\src\blitter\32bpp_simple.hpp"
>
</File>
<File
RelativePath=".\..\src\blitter\8bpp_debug.cpp"
>
@@ -1563,6 +1571,14 @@
<Filter
Name="Renderer"
>
<File
RelativePath=".\..\src\renderer\32bpp.cpp"
>
</File>
<File
RelativePath=".\..\src\renderer\32bpp.hpp"
>
</File>
<File
RelativePath=".\..\src\renderer\8bpp.cpp"
>