OpenTTD/src/blitter
peter1138 719f6618d7 (svn r23016) -Change: Disable palette animation for pixels with alpha, as the alpha and previous colour information will be lost when the palette is animated. 2011-10-11 07:13:36 +00:00
..
8bpp_base.cpp (svn r22288) -Codechange: Deduplicate Blitter_8bppBase::DrawLine() and Blitter_32bppBase::DrawLine() into Blitter::DrawLine(). 2011-04-02 11:55:54 +00:00
8bpp_base.hpp (svn r22397) -Document: some tidbits of the blitter code 2011-05-01 10:15:33 +00:00
8bpp_debug.cpp (svn r22397) -Document: some tidbits of the blitter code 2011-05-01 10:15:33 +00:00
8bpp_debug.hpp (svn r22397) -Document: some tidbits of the blitter code 2011-05-01 10:15:33 +00:00
8bpp_optimized.cpp (svn r22397) -Document: some tidbits of the blitter code 2011-05-01 10:15:33 +00:00
8bpp_optimized.hpp (svn r22397) -Document: some tidbits of the blitter code 2011-05-01 10:15:33 +00:00
8bpp_simple.cpp (svn r22397) -Document: some tidbits of the blitter code 2011-05-01 10:15:33 +00:00
8bpp_simple.hpp (svn r22397) -Document: some tidbits of the blitter code 2011-05-01 10:15:33 +00:00
32bpp_anim.cpp (svn r23016) -Change: Disable palette animation for pixels with alpha, as the alpha and previous colour information will be lost when the palette is animated. 2011-10-11 07:13:36 +00:00
32bpp_anim.hpp (svn r22397) -Document: some tidbits of the blitter code 2011-05-01 10:15:33 +00:00
32bpp_base.cpp (svn r22288) -Codechange: Deduplicate Blitter_8bppBase::DrawLine() and Blitter_32bppBase::DrawLine() into Blitter::DrawLine(). 2011-04-02 11:55:54 +00:00
32bpp_base.hpp (svn r22397) -Document: some tidbits of the blitter code 2011-05-01 10:15:33 +00:00
32bpp_optimized.cpp (svn r22397) -Document: some tidbits of the blitter code 2011-05-01 10:15:33 +00:00
32bpp_optimized.hpp (svn r22397) -Document: some tidbits of the blitter code 2011-05-01 10:15:33 +00:00
32bpp_simple.cpp (svn r22397) -Document: some tidbits of the blitter code 2011-05-01 10:15:33 +00:00
32bpp_simple.hpp (svn r22397) -Document: some tidbits of the blitter code 2011-05-01 10:15:33 +00:00
base.cpp (svn r22439) -Fix (r22291, r22426): Drawing lines of length zero failed. 2011-05-08 18:20:21 +00:00
base.hpp (svn r22397) -Document: some tidbits of the blitter code 2011-05-01 10:15:33 +00:00
factory.hpp (svn r23000) -Feature: Base graphics sets can now specify a preferred blitter which OpenTTD uses to decide which blitter to load. 2011-10-04 21:35:47 +00:00
null.cpp (svn r22397) -Document: some tidbits of the blitter code 2011-05-01 10:15:33 +00:00
null.hpp (svn r22397) -Document: some tidbits of the blitter code 2011-05-01 10:15:33 +00:00