OpenTTD Source 20241224-master-gee860a5c8e
|
Files | |
32bpp_anim.cpp | |
Implementation of the optimized 32 bpp blitter with animation support. | |
32bpp_anim.hpp | |
A 32 bpp blitter with animation support. | |
32bpp_anim_sse2.cpp | |
32bpp_anim_sse2.hpp | |
32bpp_anim_sse4.cpp | |
Implementation of the SSE4 32 bpp blitter with animation support. | |
32bpp_anim_sse4.hpp | |
A SSE4 32 bpp blitter with animation support. | |
32bpp_base.cpp | |
Implementation of base for 32 bpp blitters. | |
32bpp_base.hpp | |
Base for all 32 bits blitters. | |
32bpp_optimized.cpp | |
Implementation of the optimized 32 bpp blitter. | |
32bpp_optimized.hpp | |
Optimized 32 bpp blitter. | |
32bpp_simple.cpp | |
Implementation of the simple 32 bpp blitter. | |
32bpp_simple.hpp | |
Simple 32 bpp blitter. | |
32bpp_sse2.cpp | |
Implementation of the SSE2 32 bpp blitter. | |
32bpp_sse2.hpp | |
SSE2 32 bpp blitter. | |
32bpp_sse4.cpp | |
Implementation of the SSE4 32 bpp blitter. | |
32bpp_sse4.hpp | |
SSE4 32 bpp blitter. | |
32bpp_sse_func.hpp | |
Functions related to SSE 32 bpp blitter. | |
32bpp_sse_type.h | |
Types related to SSE 32 bpp blitter. | |
32bpp_ssse3.cpp | |
Implementation of the SSSE3 32 bpp blitter. | |
32bpp_ssse3.hpp | |
SSSE3 32 bpp blitter. | |
40bpp_anim.cpp | |
40bpp_anim.hpp | |
8bpp_base.cpp | |
Implementation of the base for all 8 bpp blitters. | |
8bpp_base.hpp | |
Base for all 8 bpp blitters. | |
8bpp_optimized.cpp | |
Implementation of the optimized 8 bpp blitter. | |
8bpp_optimized.hpp | |
An optimized 8 bpp blitter. | |
8bpp_simple.cpp | |
Implementation of the simple 8 bpp blitter. | |
8bpp_simple.hpp | |
Simple (and slow) 8 bpp blitter. | |
base.hpp | |
Base for all blitters. | |
common.hpp | |
Common functionality for all blitter implementations. | |
factory.hpp | |
Factory to 'query' all available blitters. | |
null.cpp | |
A blitter that doesn't blit. | |
null.hpp | |
The blitter that doesn't blit. | |