Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-18 | GRAPHICS: Make GPL headers consistent in themselves. | Johannes Schickel | |
2012-10-09 | GRAPHICS: 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-28 | GRAPHICS: Slight cleanup in crossBlit code. | Johannes Schickel | |
2012-08-28 | GRAPHICS: Allow in-place conversion with any color formats in crossBlit. | Johannes Schickel | |
2012-08-28 | GRAPHICS: Remove crossBlit's dstBpp >= srcBpp limitation. | Johannes Schickel | |
2012-08-28 | GRAPHICS: Fix a bug in crossBlit with 3Bpp source. | Johannes Schickel | |
Formerly it added 2 to the source pixel pointer instead of 3. | |||
2012-08-28 | GRAPHICS: Remove 3Bpp destination support in crossBlit. | Johannes Schickel | |
2012-08-28 | GRAPHICS: Refactor crossBlit logic into a template. | Johannes Schickel | |
2012-08-28 | GRAPHICS: Clean up crossBlit a bit. | Johannes Schickel | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion | |
Some backends may break as I only compiled SDL | |||
2010-04-17 | Fixing some warnings (with gcc 3.3.6) | Max Horn | |
svn-id: r48694 | |||
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel | |
svn-id: r47541 | |||
2009-10-09 | Some const correctness changes; cleanup | Max Horn | |
svn-id: r44850 | |||
2009-10-04 | Change a couple places from 'end of namespace' to 'End of namespace', for ↵ | Max Horn | |
consistency svn-id: r44634 | |||
2009-08-21 | Fixed warning. | Torbjörn Andersson | |
svn-id: r43585 | |||
2009-08-21 | add conversion.h and conversion.cpp into trunk (were present in working ↵ | Jody Northup | |
copy, but not added to svn control) svn-id: r43582 |