diff options
author | rubidium <rubidium@openttd.org> | 2014-01-02 23:12:32 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2014-01-02 23:12:32 +0000 |
commit | fb05674cb76e05d12763539ae3f8fd18414a6660 (patch) | |
tree | 952796fb20c183992a4072913815d00aea06628e /projects/openttd_vs80.vcproj | |
parent | 899c0f9cd230bc36fc006e54bf88f598ab725257 (diff) | |
download | openttd-fb05674cb76e05d12763539ae3f8fd18414a6660.tar.xz |
(svn r26211) -Add: specialised non-animated SS2 blitter (MJP)
With 32bpp base set about 30% faster than 32bpp-optimized, or about 10% for 8bpp base sets in the Draw function. Respectively about 5 and 1% of total run time
Diffstat (limited to 'projects/openttd_vs80.vcproj')
-rw-r--r-- | projects/openttd_vs80.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index fe0847165..ad3f6b8ca 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -3827,6 +3827,14 @@ > </File> <File + RelativePath=".\..\src\blitter\32bpp_sse2.cpp" + > + </File> + <File + RelativePath=".\..\src\blitter\32bpp_sse2.hpp" + > + </File> + <File RelativePath=".\..\src\blitter\8bpp_base.cpp" > </File> |