SDL/src/render/software
Sam Lantinga 5ae90ef67a Fixed bug 3788 - software renderer crashes in SDL_RenderCopyEx with rotation and dstrect w or h is 0
Anthony

This is what's making the software renderer crash with rotated destination rectangles of w or h = 0:

SDL_SetHint(SDL_HINT_RENDER_SCALE_QUALITY, "2");
2017-09-21 01:22:40 -07:00
..
SDL_blendfillrect.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_blendfillrect.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_blendline.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_blendline.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_blendpoint.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_blendpoint.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_draw.h Fixed bug 3812 - Fallthrough warnings gcc-7 2017-09-10 12:54:40 -07:00
SDL_drawline.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_drawline.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_drawpoint.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_drawpoint.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_render_sw.c Fixed bug 2646 - Problems with software renderer when SDL_SetRenderLogicalSize set 2017-08-13 22:50:23 -07:00
SDL_render_sw_c.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_rotate.c Fixed bug 3788 - software renderer crashes in SDL_RenderCopyEx with rotation and dstrect w or h is 0 2017-09-21 01:22:40 -07:00
SDL_rotate.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00