summaryrefslogtreecommitdiff
path: root/src/video/SDL_blit_auto.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug 5510 - simplify the scaling functions blit auto (generated file)Sylvain Becker2021-01-281-1080/+432
* Updated copyright for 2021Sam Lantinga2021-01-021-1/+1
* Added a single SDL_LEAN_AND_MEAN define to turn on minimal SDL buildsSam Lantinga2020-01-231-0/+4
* 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-144/+528
* BlitAuto: remove redundant cast to the same typeSylvain Becker2019-10-301-123/+123
* Fixed bug 2014 - Hardcoded srcA value in SDL_Blit_auto.c functionsSylvain Becker2019-10-241-244/+118
* 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
* Updated copyright to 2016Sam Lantinga2016-01-021-1/+1
* Updated the copyright year to 2015Sam Lantinga2015-05-261-1/+1
* Static analysis fix: more cleanups of unused variables, etc, in blitters.Ryan C. Gordon2014-03-211-349/+130
* Static analysis fix: more dead stores.Ryan C. Gordon2014-03-211-48/+72
* Static analysis fix: clean up unused variables and dead stores in blitters.Ryan C. Gordon2014-03-201-159/+210
* 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
* Updated blend semantics so blending uses the following formula:Sam Lantinga2013-07-231-0/+72
* 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
* Fixed compiler warningsSam Lantinga2011-03-061-90/+72
* Restored SDL_BLENDMODE_MOD for MAMESam Lantinga2011-02-041-144/+504
* Making the API simpler, the blend modes are "none, blend, add" and are suppor...Sam Lantinga2011-01-311-1009/+145
* Fixed bug #926Sam Lantinga2010-01-241-1/+1
* Updated copyright dateSam Lantinga2008-12-081-1/+1
* Added ARGB8888 destination format (used on Mac OS X)Sam Lantinga2008-11-291-0/+2659
* Okay, still some bugs, but everything builds again...Sam Lantinga2007-08-181-1/+1
* More work in progress, still doesn't compile...Sam Lantinga2007-08-171-174/+172
* Work in progress: merging new texture features into SDL blit systemSam Lantinga2007-08-171-0/+5357