summaryrefslogtreecommitdiff
path: root/src/blitter/8bpp_optimized.cpp
AgeCommit message (Expand)Author
2021-01-08Codechange: Remove min/max functions in favour of STL variants (#8502)Charles Pigott
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2014-10-06(svn r26969) -Fix (r26869): black palette didn't work very well with unmasked...rubidium
2014-04-23(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...rubidium
2014-04-13(svn r26463) -Fix (r10190ish): Add special handling for PALETTE_CRASH to work...peter1138
2013-10-06(svn r25820) -Codechange: More const-ness.frosch
2012-02-25(svn r23989) -Fix-ish: Zero the offsets of disabled zoomlevels.frosch
2012-02-04(svn r23889) -Codechange: Centralise sprite resizing in one place. (peter1138)michi_cc
2011-11-27(svn r23343) -Fix (r23332): Incorrect encoding of sprites with much transpare...frosch
2011-11-26(svn r23332) -Fix (r23316): Length of transparent pixels could exceed a byte....peter1138
2011-11-24(svn r23315) -Codechange: Only encode sprites for zoom levels that will be used.peter1138
2011-05-01(svn r22397) -Document: some tidbits of the blitter coderubidium
2011-01-14(svn r21782) -Codechange: Move declaration of AllocatorProc from Blitter:: to...frosch
2010-08-01(svn r20281) -Codechange: unify case scope closure + break coding stylerubidium
2009-10-04(svn r17693) -Cleanup: remove some unneeded includesrubidium
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-02-23(svn r15556) -Change: don't temporary malloc+free when encoding sprites, just...rubidium
2009-02-09(svn r15428) -Codechange: consistently use colour instead of having both colo...rubidium
2009-01-31(svn r15299) -Cleanup: remove many redundant includessmatz
2008-06-21(svn r13602) -Codechange: little speedup for 8bpp-optimized blittersmatz
2008-06-17(svn r13551) -Codechange: store offsets to different zoom levels in a disting...smatz
2008-06-01(svn r13354) -Codechange: make 8bpp_optimized blitter ~25% faster in encoding...smatz
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium
2007-12-25(svn r11691) -Codechange: move+rename helpers.hpp and only include it when it...rubidium
2007-12-23(svn r11684) -Codechange: split gfx.h in a type and functional header.rubidium
2007-12-17(svn r11656) -Codechange: add ZOOM_LVL_BEGIN and postfix operators so ZoomLev...smatz
2007-06-27(svn r10355) -Fix (r10092): memory leak when encoding (reading) sprites.rubidium
2007-06-20(svn r10234) -Fix r10233: make peter1138 happytruelight
2007-06-20(svn r10233) -Fix: 8bpp-optimized encoder fucked up if 255+ pixels in a row w...truelight
2007-06-17(svn r10190) -Codechange: merged renderer and blitter to one single class API...truelight
2007-06-13(svn r10132) -Codechange: split out the last direct video-buffer read access ...truelight
2007-06-12(svn r10121) -Codechange: split renderer from rest of code; no longer any cod...truelight
2007-06-12(svn r10113) -Fix (r10092): Missing svn properties and some Id/@file commentspeter1138
2007-06-11(svn r10100) -Fix r10093: some code now became obsolete as it never did somet...truelight
2007-06-11(svn r10096) -Fix r10092: freetype bypassed the Blitter::Encode, making fonts...truelight
2007-06-11(svn r10095) -Fix: avoid reading outside the buffer because of scaling problemstruelight
2007-06-11(svn r10092) -Codechange: code-seperated the spriteloader and blitter from th...truelight