OpenTTD/src/blitter
Patric Stout 199e41c762
Codechange: use default dtor instead of empty (#10826)
2023-05-14 23:31:03 +02:00
..
8bpp_base.cpp Codechange: Make SpriteType, CargoSortType, SourceType and ScriptType enum classes. (#10663) 2023-04-16 20:00:55 +01:00
8bpp_base.hpp Codechange: address CodeQL issue "Multiplication result converted to larger type" (#10306) 2023-01-02 20:30:02 +00:00
8bpp_optimized.cpp Codechange: Make SpriteType, CargoSortType, SourceType and ScriptType enum classes. (#10663) 2023-04-16 20:00:55 +01:00
8bpp_optimized.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
8bpp_simple.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
8bpp_simple.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
32bpp_anim.cpp Codechange: prevent suspicious pointer scaling 2023-01-06 19:34:35 +01:00
32bpp_anim.hpp Codechange: address CodeQL issue "Multiplication result converted to larger type" (#10306) 2023-01-02 20:30:02 +00:00
32bpp_anim_sse2.cpp Fix #9935: Use more selectivity when building SSE specific code 2022-08-26 19:36:18 +02:00
32bpp_anim_sse2.hpp Fix #9935: Use more selectivity when building SSE specific code 2022-08-26 19:36:18 +02:00
32bpp_anim_sse4.cpp Fix: Correctly set alpha of output in AlphaBlendTwoPixels 2022-10-16 18:55:09 +02:00
32bpp_anim_sse4.hpp Fix: don't use animated SSE4 Draw() when animation is disabled 2022-10-16 18:55:09 +02:00
32bpp_base.cpp Codechange: address CodeQL issue "Multiplication result converted to larger type" (#10306) 2023-01-02 20:30:02 +00:00
32bpp_base.hpp Codechange: address CodeQL issue "Multiplication result converted to larger type" (#10306) 2023-01-02 20:30:02 +00:00
32bpp_optimized.cpp Codechange: Make SpriteType, CargoSortType, SourceType and ScriptType enum classes. (#10663) 2023-04-16 20:00:55 +01:00
32bpp_optimized.hpp Fix #8774: Black screenshots when using 40bpp-blitter. (#8791) 2021-03-02 20:55:39 +01:00
32bpp_simple.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 2021-06-13 12:45:45 +02:00
32bpp_simple.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
32bpp_sse2.cpp Codechange: Make SpriteType, CargoSortType, SourceType and ScriptType enum classes. (#10663) 2023-04-16 20:00:55 +01:00
32bpp_sse2.hpp Codechange: use default dtor instead of empty (#10826) 2023-05-14 23:31:03 +02:00
32bpp_sse4.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
32bpp_sse4.hpp Fix #9935: Use more selectivity when building SSE specific code 2022-08-26 19:36:18 +02:00
32bpp_sse_func.hpp Change: Reduce number of instructions in AlphaBlendTwoPixels 2022-10-16 18:55:09 +02:00
32bpp_sse_type.h Fix: Correctly set alpha of output in AlphaBlendTwoPixels 2022-10-16 18:55:09 +02:00
32bpp_ssse3.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
32bpp_ssse3.hpp Fix #9935: Use more selectivity when building SSE specific code 2022-08-26 19:36:18 +02:00
40bpp_anim.cpp Codechange: Make SpriteType, CargoSortType, SourceType and ScriptType enum classes. (#10663) 2023-04-16 20:00:55 +01:00
40bpp_anim.hpp Cleanup: remove commented out code 2023-01-26 23:47:55 +01:00
CMakeLists.txt Fix #9935: Use more selectivity when building SSE specific code 2022-08-26 19:36:18 +02:00
base.hpp Codechange: use default dtor instead of empty (#10826) 2023-05-14 23:31:03 +02:00
common.hpp Revert 92c7551: Line drawing algorithm fix broke other cases (#10497) 2023-02-26 19:23:31 +00:00
factory.hpp Codechange: Use range-for iteration. 2023-05-11 07:58:55 +01:00
null.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
null.hpp Codechange: address CodeQL issue "Multiplication result converted to larger type" (#10306) 2023-01-02 20:30:02 +00:00