summaryrefslogtreecommitdiff
path: root/source.list
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2014-01-02 23:12:32 +0000
committerrubidium <rubidium@openttd.org>2014-01-02 23:12:32 +0000
commitfb05674cb76e05d12763539ae3f8fd18414a6660 (patch)
tree952796fb20c183992a4072913815d00aea06628e /source.list
parent899c0f9cd230bc36fc006e54bf88f598ab725257 (diff)
downloadopenttd-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 'source.list')
-rw-r--r--source.list4
1 files changed, 4 insertions, 0 deletions
diff --git a/source.list b/source.list
index 4fde7fcae..6d81d5a74 100644
--- a/source.list
+++ b/source.list
@@ -907,6 +907,10 @@ blitter/32bpp_optimized.cpp
blitter/32bpp_optimized.hpp
blitter/32bpp_simple.cpp
blitter/32bpp_simple.hpp
+#if WITH_SSE
+blitter/32bpp_sse2.cpp
+blitter/32bpp_sse2.hpp
+#end
blitter/8bpp_base.cpp
blitter/8bpp_base.hpp
blitter/8bpp_optimized.cpp