aboutsummaryrefslogtreecommitdiff
path: root/graphics/conversion.h
AgeCommit message (Collapse)Author
2014-08-29GRAPHICS: Fix some Doxygen comments that seem wrong.Einar Johan Trøan Sømåen
2014-02-18GRAPHICS: Make GPL headers consistent in themselves.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: Remove 3Bpp destination support in crossBlit.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-05-23Move Mohawk's QuickTime code to graphics/ (and QDM2 to sound, disabled when ↵Matthew Hoops
Mohawk is not enabled) so SCI can use the code. svn-id: r49165
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
svn-id: r47541
2009-12-30Use the special Cinepak YUV2RGB function in the Cinepak decoder. This makes ↵Matthew Hoops
the Riven videos match up with the backgrounds better. Thanks, Torbjorn\! svn-id: r46750
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for ↵Max Horn
consistency svn-id: r44634
2009-08-22Fixed crossBlit prototypeAndre Heider
svn-id: r43626
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