OpenTTD Source  20241108-master-g80f628063a
blitter Directory Reference

Files

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