SDL/src/render/software
Sam Lantinga 17520c2e6e Removed SDL_RendererFlags
The flags parameter has been removed from SDL_CreateRenderer() and SDL_RENDERER_PRESENTVSYNC has been replaced with SDL_PROP_RENDERER_CREATE_PRESENT_VSYNC_NUMBER during window creation and SDL_PROP_RENDERER_VSYNC_NUMBER after renderer creation.

SDL_SetRenderVSync() now takes additional values besides 0 and 1.

The maximum texture size has been removed from SDL_RendererInfo, replaced with SDL_PROP_RENDERER_MAX_TEXTURE_SIZE_NUMBER.
2024-05-13 15:06:11 -07:00
..
SDL_blendfillrect.c Check the SDL_VIDEO_RENDER_??? macros with #if instead of #ifdef 2024-02-15 20:55:02 +03:00
SDL_blendfillrect.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_blendline.c Check the SDL_VIDEO_RENDER_??? macros with #if instead of #ifdef 2024-02-15 20:55:02 +03:00
SDL_blendline.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_blendpoint.c Check the SDL_VIDEO_RENDER_??? macros with #if instead of #ifdef 2024-02-15 20:55:02 +03:00
SDL_blendpoint.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_draw.h Updated structure and field names for consistency 2024-02-11 08:27:56 -08:00
SDL_drawline.c Check the SDL_VIDEO_RENDER_??? macros with #if instead of #ifdef 2024-02-15 20:55:02 +03:00
SDL_drawline.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_drawpoint.c Check the SDL_VIDEO_RENDER_??? macros with #if instead of #ifdef 2024-02-15 20:55:02 +03:00
SDL_drawpoint.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_render_sw.c Removed SDL_RendererFlags 2024-05-13 15:06:11 -07:00
SDL_render_sw_c.h render: Manage memory for SDL_Renderer* at higher level. 2024-04-19 00:25:59 -04:00
SDL_rotate.c Check the SDL_VIDEO_RENDER_??? macros with #if instead of #ifdef 2024-02-15 20:55:02 +03:00
SDL_rotate.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_triangle.c Cleaned up various type conversion issues 2024-03-07 06:58:43 -08:00
SDL_triangle.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00