You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenTTD-patches/src/blitter
rubidium42 55a11710a6 Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
..
8bpp_base.cpp Cleanup: Removed SVN headers 5 years ago
8bpp_base.hpp Cleanup: Removed SVN headers 5 years ago
8bpp_optimized.cpp Codechange: Remove min/max functions in favour of STL variants (#8502) 3 years ago
8bpp_optimized.hpp Cleanup: Removed SVN headers 5 years ago
8bpp_simple.cpp Cleanup: Removed SVN headers 5 years ago
8bpp_simple.hpp Cleanup: Removed SVN headers 5 years ago
32bpp_anim.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
32bpp_anim.hpp Cleanup: Removed SVN headers 5 years ago
32bpp_anim_sse2.cpp Codechange: Remove min/max functions in favour of STL variants (#8502) 3 years ago
32bpp_anim_sse2.hpp Cleanup: Removed SVN headers 5 years ago
32bpp_anim_sse4.cpp Codechange: rename _SQ64 into POINTER_IS_64BIT (#9313) 3 years ago
32bpp_anim_sse4.hpp Cleanup: Removed SVN headers 5 years ago
32bpp_base.cpp Codechange: Remove min/max functions in favour of STL variants (#8502) 3 years ago
32bpp_base.hpp Add: A 32 bpp blitter that uses the animation buffer from the video backend to speed up palette animation. 3 years ago
32bpp_optimized.cpp Fix 937d60f2: Broken company colours for 40bpp-blitter. (#8821) 3 years ago
32bpp_optimized.hpp Fix #8774: Black screenshots when using 40bpp-blitter. (#8791) 3 years ago
32bpp_simple.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
32bpp_simple.hpp Cleanup: Removed SVN headers 5 years ago
32bpp_sse2.cpp Codechange: Remove min/max functions in favour of STL variants (#8502) 3 years ago
32bpp_sse2.hpp Codechange: Replace assert_compile macro with static_assert 4 years ago
32bpp_sse4.cpp Cleanup: Removed SVN headers 5 years ago
32bpp_sse4.hpp Cleanup: Removed SVN headers 5 years ago
32bpp_sse_func.hpp Codechange: rename _SQ64 into POINTER_IS_64BIT (#9313) 3 years ago
32bpp_sse_type.h Fix: Don't trash video buffer alpha in SSE3/4 blitters. 3 years ago
32bpp_ssse3.cpp Cleanup: Removed SVN headers 5 years ago
32bpp_ssse3.hpp Cleanup: Removed SVN headers 5 years ago
40bpp_anim.cpp Fix #8774: Black screenshots when using 40bpp-blitter. (#8791) 3 years ago
40bpp_anim.hpp Fix #8750: [OpenGL] Line drawing did not set proper RGB/mask colours. 3 years ago
CMakeLists.txt Add: A 32 bpp blitter that uses the animation buffer from the video backend to speed up palette animation. 3 years ago
base.hpp Add: [OpenGL] Support for a separate animation buffer that stores the palette values of the screen in addition to the colour buffer. 3 years ago
common.hpp Fix: do not hide parameter by local variable with the same name 3 years ago
factory.hpp Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
null.cpp Cleanup: Removed SVN headers 5 years ago
null.hpp Cleanup: Removed SVN headers 5 years ago