aboutsummaryrefslogtreecommitdiff
path: root/graphics/conversion.cpp
AgeCommit message (Collapse)Author
2009-07-13Fixed logic error in Graphics::crossBlit which would result in no blit ↵Jody Northup
occuring if src and dst have the same format. Converted Graphics::crossBlit to take PixelFormats by reference, instead of copying them for each call. svn-id: r42451
2009-07-03Fix some formatting bitsJordi Vilalta Prat
svn-id: r42059
2009-07-03Cleaned up system.h, renamed OSystem::convertRect to ↵Jody Northup
OSystem::convertScreenRect (still not very descriptive). Added graphics/conversion.h and graphics/conversion.cpp with Graphics::crossBlit function created from extending original contents of OSystem::convertRect svn-id: r42057