OpenTTD/src/blitter
truelight 89bdfaacd9 (svn r11076) -Fix: MakeTransparent of 32bpp blitter used 0..100; using 0..255 makes it much faster (frosch)
-Fix: ComposeColourXXX could work a tiny bit faster when using 256, not 255 as value to divide with; downside is that it can give alpha errors (frosch)
2007-09-09 21:56:52 +00:00
..
8bpp_base.cpp (svn r10837) -Fix [FS#1102]: DrawLine didn't bound-check the first pixel that was drawn (frosch) 2007-08-10 13:11:53 +00:00
8bpp_base.hpp (svn r10241) -Codechange: CopyToBuffer now produces a buffer that is unreadable from outside the blitter, so the blitter can store anything he likes 2007-06-21 12:36:46 +00:00
8bpp_debug.cpp (svn r10190) -Codechange: merged renderer and blitter to one single class API: blitter 2007-06-17 20:30:28 +00:00
8bpp_debug.hpp (svn r10245) -Codechange: added GetName also to all Blitters, instead of only the Factory 2007-06-21 13:56:59 +00:00
8bpp_optimized.cpp (svn r10355) -Fix (r10092): memory leak when encoding (reading) sprites. 2007-06-27 16:41:37 +00:00
8bpp_optimized.hpp (svn r10245) -Codechange: added GetName also to all Blitters, instead of only the Factory 2007-06-21 13:56:59 +00:00
8bpp_simple.cpp (svn r10190) -Codechange: merged renderer and blitter to one single class API: blitter 2007-06-17 20:30:28 +00:00
8bpp_simple.hpp (svn r10245) -Codechange: added GetName also to all Blitters, instead of only the Factory 2007-06-21 13:56:59 +00:00
32bpp_anim.cpp (svn r11076) -Fix: MakeTransparent of 32bpp blitter used 0..100; using 0..255 makes it much faster (frosch) 2007-09-09 21:56:52 +00:00
32bpp_anim.hpp (svn r10245) -Codechange: added GetName also to all Blitters, instead of only the Factory 2007-06-21 13:56:59 +00:00
32bpp_base.cpp (svn r10837) -Fix [FS#1102]: DrawLine didn't bound-check the first pixel that was drawn (frosch) 2007-08-10 13:11:53 +00:00
32bpp_base.hpp (svn r11076) -Fix: MakeTransparent of 32bpp blitter used 0..100; using 0..255 makes it much faster (frosch) 2007-09-09 21:56:52 +00:00
32bpp_simple.cpp (svn r11076) -Fix: MakeTransparent of 32bpp blitter used 0..100; using 0..255 makes it much faster (frosch) 2007-09-09 21:56:52 +00:00
32bpp_simple.hpp (svn r10245) -Codechange: added GetName also to all Blitters, instead of only the Factory 2007-06-21 13:56:59 +00:00
base.hpp (svn r10245) -Codechange: added GetName also to all Blitters, instead of only the Factory 2007-06-21 13:56:59 +00:00
factory.hpp (svn r10561) -Fix: don't give 'unused variable' warnings when disabling asserts 2007-07-14 20:21:02 +00:00
null.cpp (svn r10190) -Codechange: merged renderer and blitter to one single class API: blitter 2007-06-17 20:30:28 +00:00
null.hpp (svn r10245) -Codechange: added GetName also to all Blitters, instead of only the Factory 2007-06-21 13:56:59 +00:00