(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
This commit is contained in:
@@ -991,6 +991,12 @@
|
||||
<File
|
||||
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>
|
||||
|
||||
@@ -1543,6 +1543,14 @@
|
||||
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"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user