summaryrefslogtreecommitdiff
path: root/src/video/SDL_stretch.c
Commit message (Expand)AuthorAgeFilesLines
* Removed newlines from error messages.Philipp Wiesemann2017-03-261-1/+1
* Updated copyright for 2017Sam Lantinga2017-01-011-1/+1
* Updated copyright to 2016Sam Lantinga2016-01-021-1/+1
* Updated the copyright year to 2015Sam Lantinga2015-05-261-1/+1
* Fixed bug 2374 - Update copyright for 2014...Sam Lantinga2014-02-021-1/+1
* Make internal SDL sources include SDL_internal.h instead of SDL_config.hRyan C. Gordon2013-11-241-1/+1
* OCD fixes: Adds a space after /* (glory to regular expressions!)Gabriel Jacobo2013-08-211-1/+1
* OCD fixes: Adds a space before */Gabriel Jacobo2013-08-211-1/+1
* Fixed macro line endings after whitespace was fixedSam Lantinga2013-05-211-14/+14
* Fixed bug 1534 - SIGSEGV in SDL_ConvertSurface() for certain formats in SDL2Sam Lantinga2013-05-211-24/+24
* Make SDL_SetError and friends unconditionally return -1.Ryan C. Gordon2013-03-311-16/+8
* Happy New Year!Sam Lantinga2013-02-151-1/+1
* Removed executable bit from source filesSam Lantinga2012-09-271-0/+0
* Removed Windows CE support from SDL 2.0.Ryan C. Gordon2012-09-151-1/+1
* Removed some unused variables that gcc 4.6.1 complains about.Ryan C. Gordon2012-08-091-2/+0
* Happy New Year!Sam Lantinga2011-12-311-1/+1
* SDL 1.3 is now under the zlib license.Sam Lantinga2011-04-081-16/+15
* Happy 2011! :)Sam Lantinga2011-02-111-1/+1
* Better fix for bug 936Sam Lantinga2010-07-181-6/+8
* Mostly cleaned up warnings with -Wmissing-prototypesSam Lantinga2010-06-261-2/+2
* Fixed bug #926Sam Lantinga2010-01-241-1/+1
* There's a bug with gcc 4.4.1 and -O2 where srcp doesn't get the correct value...Sam Lantinga2009-10-181-1/+3
* Merged improvements to SDL_SoftStretch() from SDL 1.2Sam Lantinga2009-10-181-51/+77
* Updated copyright dateSam Lantinga2008-12-081-1/+1
* Added very slow software scaling to the X11 rendererSam Lantinga2008-12-031-2/+2
* Added source color and alpha modulation support.Sam Lantinga2006-08-281-24/+33
* SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.Sam Lantinga2006-07-101-228/+219
* Fixed uninitialized variable warningsSam Lantinga2006-05-171-1/+1
* Updated OS/2 build, yay!Sam Lantinga2006-02-261-3/+2
* Use consistent identifiers for the various platforms we support.Sam Lantinga2006-02-211-1/+2
* New configure-based build system. Still work in progress, but much improvedSam Lantinga2006-02-161-5/+4
* More header massaging... works great on Windows. ;-)Sam Lantinga2006-02-101-1/+0
* Updated copyright information and removed rcs id lines (problematic in branch...Sam Lantinga2006-02-011-12/+7
* For sanity's sake, removed the '&' when passing copy_row array to asm.Ryan C. Gordon2006-01-061-2/+2
* Patched to compile.Ryan C. Gordon2006-01-061-4/+1
* From Mike Frysinger and/or Gentoo:Ryan C. Gordon2006-01-051-2/+2
* Date: Mon, 31 Oct 2005 14:23:34 +0100Ryan C. Gordon2005-11-011-1/+1
* Don't crash if the stretch routines are used on hardware surfacesSam Lantinga2004-05-161-0/+32
* Updated copyright information for 2004 (Happy New Year!)Sam Lantinga2004-01-041-1/+1
* Fixed compile problem in SDL_stretch.c with gcc 3.3Sam Lantinga2003-05-291-3/+2
* Updated copyright information for 2002Sam Lantinga2002-03-061-1/+1
* Updated for Watcom C++ and LCC compilersSam Lantinga2002-02-281-2/+3
* David Snopek added Borland compiler supportSam Lantinga2002-02-131-2/+2
* Updated the source with the correct e-mail addressSam Lantinga2001-12-141-1/+1
* Initial revisionSam Lantinga2001-04-261-0/+312