summaryrefslogtreecommitdiff
path: root/src/video/SDL_blit.h
Commit message (Expand)AuthorAgeFilesLines
* 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-0/+1
* Updated copyright for 2019Sam Lantinga2019-01-041-1/+1
* SDL_blit_N.c (BlitNtoNKeyCopyAlpha): fix -Wshadow warnings by adding _Ozkan Sezer2018-10-011-10/+10
* Updated copyright for 2018Sam Lantinga2018-01-031-1/+1
* Fixed bug 3815 - implicit-fallthrough warning - DUFFS_LOOP4 and friendsSam Lantinga2017-09-101-4/+4
* Fixed bug 3780 - GCC 7 implicit fallthrough warningsSam Lantinga2017-09-061-8/+8
* Fixed bug 3746 - remove SDLCALL attribute from SDL_BlitFunc() funcptrSam Lantinga2017-08-131-1/+2
* Really fixed blit issue for capehillSam Lantinga2017-01-071-6/+6
* Fixed signedness issue when blitting on a big endian platform, as reported by...Sam Lantinga2017-01-051-7/+7
* Updated copyright for 2017Sam Lantinga2017-01-011-1/+1
* Renaming of guard header names to quiet -Wreserved-id-macroSam Lantinga2016-11-201-3/+3
* Updated copyright to 2016Sam Lantinga2016-01-021-1/+1
* Updated the copyright year to 2015Sam Lantinga2015-05-261-1/+1
* Fixed bug 2556 - add compilation flag -WshadowSam Lantinga2014-06-251-9/+9
* 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 1638 - Blit Alpha surface bugSam Lantinga2013-08-011-6/+8
* Updated blend semantics so blending uses the following formula:Sam Lantinga2013-07-231-5/+15
* Added surface conversion support for ARGB2101010 formatsSam Lantinga2013-07-071-0/+15
* Added 8-bit RGB source surface support to NtoN blittersSam Lantinga2013-07-061-294/+324
* File style cleanup for the SDL 2.0 releaseSam Lantinga2013-05-181-301/+301
* Happy New Year!Sam Lantinga2013-02-151-1/+1
* Removed executable bit from source filesSam Lantinga2012-09-271-0/+0
* Fixed bug 1224 - Blit map not updated if source palette changedSam Lantinga2012-01-071-1/+2
* 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 compile errorSam Lantinga2011-03-071-1/+1
* Removed the NDS hack for ARGB1555 surfaces, since it's a general problem; add...Sam Lantinga2011-03-071-27/+20
* Fixed compiler warningsSam Lantinga2011-03-061-40/+9
* a Nintendo ds updateSam Lantinga2011-03-061-2/+12
* Re-added the 3DNow! and AltiVec instruction support.Sam Lantinga2011-02-221-18/+3
* A few fixes:Sam Lantinga2011-02-131-5/+1
* Happy 2011! :)Sam Lantinga2011-02-111-1/+1
* Updated CPU detection code for SSE3 and SSE4 and removed obsolete 3DNow! and ...Sam Lantinga2011-02-111-6/+0
* Restored SDL_BLENDMODE_MOD for MAMESam Lantinga2011-02-041-0/+1
* Making the API simpler, moved the surface drawing functions to the software r...Sam Lantinga2011-02-031-1/+1
* Making the API simpler, the blend modes are "none, blend, add" and are suppor...Sam Lantinga2011-01-311-4/+2
* Fixed bug #943Sam Lantinga2010-03-101-0/+8
* Fixed bug #926Sam Lantinga2010-01-241-1/+1
* Revert r5463: Alpha blend "correctness" patch.Ryan C. Gordon2010-01-101-3/+3
* Merged r4992:4993 from branches/SDL-1.2: increased alpha blend accuracy.Ryan C. Gordon2010-01-101-3/+3
* Thank you automated tests (and bobbens!), fixed alpha blending for accuracySam Lantinga2009-11-161-3/+3
* Fixed bug #627Sam Lantinga2009-10-101-16/+3
* Fixed alpha blending textures with the GDI rendererSam Lantinga2009-02-071-0/+19
* Removed Rafal Bursig's MMX RLE code, at his request.Sam Lantinga2009-01-131-73/+24
* Added ARGB optimized case for Mac OS XSam Lantinga2008-12-211-0/+4
* Share code between fill and line drawingSam Lantinga2008-12-211-0/+2
* Updated copyright dateSam Lantinga2008-12-081-1/+1