aboutsummaryrefslogtreecommitdiff
path: root/graphics/surface.cpp
AgeCommit message (Expand)Author
2012-10-08Merge pull request #257 from lordhoto/graphics-conversionJohannes Schickel
2012-08-28GRAPHICS: Add an in-place Surface PixelFormat conversion.Johannes Schickel
2012-04-19Merge remote branch 'upstream/master' into pegasusMatthew Hoops
2012-04-03GRAPHICS: Fix casting away constJoel Teichroeb
2012-03-20Merge remote branch 'upstream/master' into pegasusMatthew Hoops
2012-03-20GRAPHICS: Add support for converting surfaces from 24bppMatthew Hoops
2012-03-20GRAPHICS: Add a convertTo() function to SurfaceMatthew Hoops
2011-12-12Merge remote branch 'upstream/master' into pegasusMatthew Hoops
2011-11-16COMMON: Rename Common::set_to to Common::fill.Johannes Schickel
2011-10-27GRAPHICS: Add a Surface wrapper for drawThickLineMatthew Hoops
2011-08-21BADA: Prevent assertion failure when allocating zero bytesChris Warren-Smith
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-05-19GRAPHICS: Cleanup formattingMatthew Hoops
2011-05-19GRAPHICS: Allow auxiliary surface functions to be used for 32bpp surfacesMatthew Hoops
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-01Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".Johannes Schickel
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-17ALL/GRAPHICS: Remove Surface::bytesPerPixel.Johannes Schickel
2011-04-17GRPAHICS: Do not access Surface::bytesPerPixel anymore.Johannes Schickel
2011-04-17GRAPHICS: Add a PixelFormat member to Surface.Johannes Schickel
2010-10-01GRAPHICS: Add BPP check to Surface::move.Johannes Schickel
2010-10-01GRAPHICS: Cleanup.Johannes Schickel
2010-10-01SCUMM/FM-TOWNS: fix palette and other graphics issuesFlorian Kagerer
2010-08-21GRAPHICS: Extend Surface::fill() method to support 32bits. Looks uglyEugene Sandulenko
2010-04-20Use the faster memset() in Surface::fillRect() for 16bit modes when possible.Andre Heider
2009-01-20Moved Surface::blit to backends/vkeybd/virtual-keyboard-gui.cppMax Horn
2009-01-20merge SurfaceKeyColored into SurfaceAndre Heider
2008-09-16Added "querySaveMetaInfos" to MetaEngine.Johannes Schickel
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
2007-11-16Added assert for bit depth in Surface::move.Johannes Schickel
2007-11-06Muting the compiler :PSven Hesse
2007-11-06- little bit more cleanupJohannes Schickel
2007-11-06Cleanup.Johannes Schickel
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2006-06-21Move moveScreen to common surface functions for graphicsTravis Howell
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-01-18Update copyright noticeEugene Sandulenko
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-05-17Added clipping to drawLine(). This fixes a regression that caused theTorbjörn Andersson
2005-05-08Added convenience methods create/free to Graphics::Surface (part of patch #11...Max Horn
2005-05-08Patch #1193795 (Adding drawLine() to Surface)Max Horn
2005-05-02Const correctnessMax Horn
2005-01-01Updated copyrightMax Horn
2004-11-26Fix typo. Actually asserts there would be more convenient for debuggingEugene Sandulenko
2004-11-25Small optimizationMax Horn
2004-11-25Added some graphic primitivesMax Horn