aboutsummaryrefslogtreecommitdiff
path: root/graphics/conversion.cpp
AgeCommit message (Collapse)Author
2014-02-18GRAPHICS: Make GPL headers consistent in themselves.Johannes Schickel
2012-10-09GRAPHICS: Fix compilation of conversion.cpp on motomagx.Johannes Schickel
Using plain "inline" instead of "FORCEINLINE" allows the compiler to continue even when it fails to inline crossBlitLogic/crossBlitLogic3BppSource. The impact of other systems now not inlining the functions anymore is hopefully small enough to not cause any problems.
2012-08-28GRAPHICS: Slight cleanup in crossBlit code.Johannes Schickel
2012-08-28GRAPHICS: Allow in-place conversion with any color formats in crossBlit.Johannes Schickel
2012-08-28GRAPHICS: Remove crossBlit's dstBpp >= srcBpp limitation.Johannes Schickel
2012-08-28GRAPHICS: Fix a bug in crossBlit with 3Bpp source.Johannes Schickel
Formerly it added 2 to the source pixel pointer instead of 3.
2012-08-28GRAPHICS: Remove 3Bpp destination support in crossBlit.Johannes Schickel
2012-08-28GRAPHICS: Refactor crossBlit logic into a template.Johannes Schickel
2012-08-28GRAPHICS: Clean up crossBlit a bit.Johannes Schickel
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
Some backends may break as I only compiled SDL
2010-04-17Fixing some warnings (with gcc 3.3.6)Max Horn
svn-id: r48694
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
svn-id: r47541
2009-10-09Some const correctness changes; cleanupMax Horn
svn-id: r44850
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for ↵Max Horn
consistency svn-id: r44634
2009-08-21Fixed warning.Torbjörn Andersson
svn-id: r43585
2009-08-21add conversion.h and conversion.cpp into trunk (were present in working ↵Jody Northup
copy, but not added to svn control) svn-id: r43582