index
:
~wtay/SDL
SDL-1.2
fixes
master
pipewire-camera
rhel-7.9
rhel-8
rhel-8.0
rhel-8.0-SDL2
Unnamed repository; edit this file 'description' to name the repository.
wtay
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
render
/
software
/
SDL_rotate.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-30
Fixed bug 4188 - Software renderer SDL_RenderCopyEx blits corrupt image under...
Sam Lantinga
1
-11
/
+16
2018-10-09
Fixed bug 4188 - Software renderer SDL_RenderCopyEx blits corrupt image under...
Sam Lantinga
1
-9
/
+8
2017-09-21
Fixed bug 3788 - software renderer crashes in SDL_RenderCopyEx with rotation ...
Sam Lantinga
1
-1
/
+1
2016-11-15
Removed unused constants
Sam Lantinga
1
-5
/
+0
2016-11-15
Fixed bug 3359 - Software renderer does incorrect blending with SDL_RenderCopyEx
Sam Lantinga
1
-121
/
+73
2016-11-13
Patch from Sylvain to fix clang warnings
Sam Lantinga
1
-1
/
+1
2016-11-11
Fixed bug 1822 - Inconsistent renderer behaviour on rotation
Sam Lantinga
1
-11
/
+15
2016-10-11
Fixed bug 2923 - Add SDL_PIXELFORMAT_RGBA32 for byte-wise 32bit RGBA data
Sam Lantinga
1
-8
/
+1
2016-10-07
Fixed bug 3029 - software renderer cuts off edges when rotate-blitting with a...
Sam Lantinga
1
-30
/
+119
2016-10-07
Fixed bug 2957 - De-reference rz_src without NULL check in SDLgfx_rotateSurfa...
Sam Lantinga
1
-2
/
+3
2016-09-13
Fixed spacing
Sam Lantinga
1
-1
/
+1
2016-09-13
Initial Apple TV / tvOS support.
Alex Szpakowski
1
-1
/
+1
2015-06-23
Fixed compiler warning about shadowed local variables.
Ryan C. Gordon
1
-3
/
+3
2015-06-19
Fixed bug 2538 - SDL_SetTextureAlphaMod does not work with SDL_FlipMode or ro...
Sam Lantinga
1
-17
/
+18
2015-06-19
Fixed bug 1550 - SDL_RenderCopy/CopyEx in software should optionally render 8...
Sam Lantinga
1
-21
/
+15
2014-04-05
Removed empty statements.
Philipp Wiesemann
1
-1
/
+1
2013-11-24
Make internal SDL sources include SDL_internal.h instead of SDL_config.h
Ryan C. Gordon
1
-1
/
+1
2013-10-20
Prevent conflicts when linking both SDL2 and SDL2_gfx
Sam Lantinga
1
-10
/
+12
2013-10-17
Fixed building using MinGW
Sam Lantinga
1
-2
/
+2
2013-08-21
OCD fixes: Adds a space after /* (glory to regular expressions!)
Gabriel Jacobo
1
-16
/
+16
2013-08-21
OCD fixes: Adds a space before */
Gabriel Jacobo
1
-5
/
+5
2013-05-18
File style cleanup for the SDL 2.0 release
Sam Lantinga
1
-2
/
+2
2012-08-09
Removed some unused variables that gcc 4.6.1 complains about.
Ryan C. Gordon
1
-3
/
+1
2012-06-01
Fixed SDL_config.h build include path
Sam Lantinga
1
-0
/
+1
2012-06-01
RenderCopyEx,rotation and flipping for all hardware/software backends (#1308)
Gabriel Jacobo
1
-0
/
+500