SDL/src/render/software
Sam Lantinga 96b613eab3 Fixed bug 2640 - Unable to SDL_SetRenderTarget to original surface for software renderer without a window
Damian Kaczmarek

Basically this bug is probably not a common use case. My goal is to allow rendering totally without a window, for example to a screenshot and I need to rely on SDL_SetRenderTarget to properly work for a purely software renderer created by SDL_CreateSoftwareRenderer.
2014-07-13 09:04:55 -07:00
..
SDL_blendfillrect.c Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_blendfillrect.h Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_blendline.c Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_blendline.h Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_blendpoint.c Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_blendpoint.h Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_draw.h Fixed bug 2639 - SDL_BLENDMODE_BLEND not working properly for software renderer, thanks to Melker Narikka 2014-07-12 16:21:56 -07:00
SDL_drawline.c Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_drawline.h Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_drawpoint.c Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_drawpoint.h Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_render_sw.c Fixed bug 2640 - Unable to SDL_SetRenderTarget to original surface for software renderer without a window 2014-07-13 09:04:55 -07:00
SDL_render_sw_c.h Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_rotate.c Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_rotate.h Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00