diff options
author | truelight <truelight@openttd.org> | 2007-09-09 23:16:01 +0000 |
---|---|---|
committer | truelight <truelight@openttd.org> | 2007-09-09 23:16:01 +0000 |
commit | 34e48f788684ce4e1d41adc1b05037beb3a78e13 (patch) | |
tree | fe46e704df372bfa17f9bda4128052013ebf40ab /projects | |
parent | 89bdfaacd93f543a72c37adbb277531f5e39482c (diff) | |
download | openttd-34e48f788684ce4e1d41adc1b05037beb3a78e13.tar.xz |
(svn r11078) -Add: added 32bpp-optimized, which is almost twice as fast as 32bpp-simple (based on the work of frosch)
-Add: let 32bpp-anim use 32bpp-optimizeds, so he profits from the speed-up too
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd.vcproj | 6 | ||||
-rw-r--r-- | projects/openttd_vs80.vcproj | 8 |
2 files changed, 14 insertions, 0 deletions
diff --git a/projects/openttd.vcproj b/projects/openttd.vcproj index 224757978..bd6617768 100644 --- a/projects/openttd.vcproj +++ b/projects/openttd.vcproj @@ -992,6 +992,12 @@ RelativePath=".\..\src\blitter\32bpp_base.hpp"> </File> <File + RelativePath=".\..\src\blitter\32bpp_optimized.hpp"> + </File> + <File + RelativePath=".\..\src\blitter\32bpp_optimized.cpp"> + </File> + <File RelativePath=".\..\src\blitter\32bpp_simple.cpp"> </File> <File diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 908880ab1..c7128fd1e 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1544,6 +1544,14 @@ > </File> <File + RelativePath=".\..\src\blitter\32bpp_optimized.hpp" + > + </File> + <File + RelativePath=".\..\src\blitter\32bpp_optimized.cpp" + > + </File> + <File RelativePath=".\..\src\blitter\32bpp_simple.cpp" > </File> |