summaryrefslogtreecommitdiff
path: root/src/video/SDL_blit_slow.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug 5510 - simplify the scaling functionsSylvain Becker2021-01-281-16/+5
* Updated copyright for 2021Sam Lantinga2021-01-021-1/+1
* Updated copyright date for 2020Sam Lantinga2020-01-161-1/+1
* Fixed bug 4903 - Lack of color multiply with alpha (SDL_BLENDMODE_MOD + SDL_B...Sam Lantinga2020-01-161-1/+15
* Readability: remove redundant cast to the same typeSylvain Becker2019-10-301-1/+1
* Updated copyright for 2019Sam Lantinga2019-01-041-1/+1
* Updated copyright for 2018Sam Lantinga2018-01-031-1/+1
* Updated copyright for 2017Sam Lantinga2017-01-011-1/+1
* Fixed bug 3159 - SDL_blit_slow with BLENDING does not workSam Lantinga2016-10-011-0/+1
* Fixed bug 3368 - SDL_Blit_Slow doesn't ignore alpha values in colorkey compar...Sam Lantinga2016-10-011-1/+3
* 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
* 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-16/+15
* Fixed compiler warningsSam Lantinga2011-03-061-1/+1
* Happy 2011! :)Sam Lantinga2011-02-111-1/+1
* Restored SDL_BLENDMODE_MOD for MAMESam Lantinga2011-02-041-1/+6
* Making the API simpler, the blend modes are "none, blend, add" and are suppor...Sam Lantinga2011-01-311-15/+1
* Mostly cleaned up warnings with -Wmissing-prototypesSam Lantinga2010-06-261-0/+1
* Fixed bug #926Sam Lantinga2010-01-241-1/+1
* Fixed bug #843Sam Lantinga2009-12-171-1/+1
* Updated copyright dateSam Lantinga2008-12-081-1/+1
* Added slow but complete blit fallbackSam Lantinga2008-12-021-0/+139
* Getting ready to add slow blitters. Everyone will love me. :)Sam Lantinga2007-08-161-0/+31