summaryrefslogtreecommitdiff
path: root/src/render/software/SDL_rotate.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-30Fixed bug 4188 - Software renderer SDL_RenderCopyEx blits corrupt image under...Sam Lantinga1-11/+16
2018-10-09Fixed bug 4188 - Software renderer SDL_RenderCopyEx blits corrupt image under...Sam Lantinga1-9/+8
2017-09-21Fixed bug 3788 - software renderer crashes in SDL_RenderCopyEx with rotation ...Sam Lantinga1-1/+1
2016-11-15Removed unused constantsSam Lantinga1-5/+0
2016-11-15Fixed bug 3359 - Software renderer does incorrect blending with SDL_RenderCopyExSam Lantinga1-121/+73
2016-11-13Patch from Sylvain to fix clang warningsSam Lantinga1-1/+1
2016-11-11Fixed bug 1822 - Inconsistent renderer behaviour on rotationSam Lantinga1-11/+15
2016-10-11Fixed bug 2923 - Add SDL_PIXELFORMAT_RGBA32 for byte-wise 32bit RGBA dataSam Lantinga1-8/+1
2016-10-07Fixed bug 3029 - software renderer cuts off edges when rotate-blitting with a...Sam Lantinga1-30/+119
2016-10-07Fixed bug 2957 - De-reference rz_src without NULL check in SDLgfx_rotateSurfa...Sam Lantinga1-2/+3
2016-09-13Fixed spacingSam Lantinga1-1/+1
2016-09-13Initial Apple TV / tvOS support.Alex Szpakowski1-1/+1
2015-06-23Fixed compiler warning about shadowed local variables.Ryan C. Gordon1-3/+3
2015-06-19Fixed bug 2538 - SDL_SetTextureAlphaMod does not work with SDL_FlipMode or ro...Sam Lantinga1-17/+18
2015-06-19Fixed bug 1550 - SDL_RenderCopy/CopyEx in software should optionally render 8...Sam Lantinga1-21/+15
2014-04-05Removed empty statements.Philipp Wiesemann1-1/+1
2013-11-24Make internal SDL sources include SDL_internal.h instead of SDL_config.hRyan C. Gordon1-1/+1
2013-10-20Prevent conflicts when linking both SDL2 and SDL2_gfxSam Lantinga1-10/+12
2013-10-17Fixed building using MinGWSam Lantinga1-2/+2
2013-08-21OCD fixes: Adds a space after /* (glory to regular expressions!)Gabriel Jacobo1-16/+16
2013-08-21OCD fixes: Adds a space before */Gabriel Jacobo1-5/+5
2013-05-18File style cleanup for the SDL 2.0 releaseSam Lantinga1-2/+2
2012-08-09Removed some unused variables that gcc 4.6.1 complains about.Ryan C. Gordon1-3/+1
2012-06-01Fixed SDL_config.h build include pathSam Lantinga1-0/+1
2012-06-01RenderCopyEx,rotation and flipping for all hardware/software backends (#1308)Gabriel Jacobo1-0/+500