summaryrefslogtreecommitdiff
path: root/src/video/SDL_fillrect.c
Commit message (Expand)AuthorAgeFilesLines
* Updated copyright for 2017Sam Lantinga2017-01-011-1/+1
* Updated copyright to 2016Sam Lantinga2016-01-021-1/+1
* Fixed swizzle of SDL_FillRect() on 24-bit surface (thanks, "nagydavid91"!).Ryan C. Gordon2015-05-311-6/+12
* Updated the copyright year to 2015Sam Lantinga2015-05-261-1/+1
* Fixed bug 2868 - SDL_FillRect can crash if surface's clip-rect is out-of-boundsDavid Ludwig2015-02-221-0/+4
* Static analysis fix: "Value stored to 'p' is never read"Ryan C. Gordon2014-03-191-4/+2
* 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
* Fixed bug 2241 - SSE intrinsic in fillrect MMX pathSam Lantinga2013-11-161-117/+0
* Fix a couple of warningsGabriel Jacobo2013-08-211-1/+1
* More fixes for -Wdeclaration-after-statementGabriel Jacobo2013-08-211-8/+19
* Fixes for -Wdeclaration-after-statementGabriel Jacobo2013-08-211-8/+17
* OCD fixes: Adds a space after /* (glory to regular expressions!)Gabriel Jacobo2013-08-211-2/+2
* OCD fixes: Adds a space before */Gabriel Jacobo2013-08-211-2/+2
* Make SDL_SetError and friends unconditionally return -1.Ryan C. Gordon2013-03-311-8/+4
* Happy New Year!Sam Lantinga2013-02-151-1/+1
* Removed executable bit from source filesSam Lantinga2012-09-271-0/+0
* Happy New Year!Sam Lantinga2011-12-311-1/+1
* SDL 1.3 is now under the zlib license.Sam Lantinga2011-04-081-19/+18
* Changed the concept of a render clip rect to a render viewport.Sam Lantinga2011-02-151-2/+7
* Happy 2011! :)Sam Lantinga2011-02-111-1/+1
* Fixed bug #926Sam Lantinga2010-01-241-1/+1
* Added interfaces for batch drawing of points, lines and rects:Sam Lantinga2009-12-091-27/+40
* Fixed Visual C++ release build for Visual C++ 2005Sam Lantinga2009-01-101-4/+60
* Don't unlock a surface we didn't lockSam Lantinga2008-12-241-2/+0
* Added stubs for software implementations of blending fills and line drawingSam Lantinga2008-12-201-0/+365