SDL/src/render
Sylvain c5c94a6be6 Change return type from void to int, for functions that set an error
(SDL_SetError(), SDL_OutOfMemory(), SDL_Unsupported(), SDL_InvalidParam())

Update prototype to forward errors to generic layer, for the functions:
MoveCursor, WarpMouse, GL_DeleteContext, GetDisplayModes.

Check invalid parameter in SDL_SetTextInputRect() generic layer.
2023-02-07 13:51:45 -08:00
..
direct3d Fixed warning running a command queue without any vertex operations 2023-02-06 11:22:00 -08:00
direct3d11 Fixed SDL_ScaleMode values for consistency 2023-02-03 14:20:51 -08:00
direct3d12 Fixed SDL_ScaleMode values for consistency 2023-02-03 14:20:51 -08:00
metal Fixed SDL_ScaleMode values for consistency 2023-02-03 14:20:51 -08:00
opengl Fixed SDL_ScaleMode values for consistency 2023-02-03 14:20:51 -08:00
opengles2 Fixed SDL_ScaleMode values for consistency 2023-02-03 14:20:51 -08:00
ps2 Fixed SDL_ScaleMode values for consistency 2023-02-03 14:20:51 -08:00
psp Fixed SDL_ScaleMode values for consistency 2023-02-03 14:20:51 -08:00
software Fixed SDL_ScaleMode values for consistency 2023-02-03 14:20:51 -08:00
vitagxm Fixed SDL_ScaleMode values for consistency 2023-02-03 14:20:51 -08:00
SDL_d3dmath.c Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_d3dmath.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_render.c Change return type from void to int, for functions that set an error 2023-02-07 13:51:45 -08:00
SDL_sysrender.h Renderer logical size is now implemented as a render target 2023-02-03 12:57:37 -08:00
SDL_yuv_sw.c Replaced SDL_SIMDAlloc(), SDL_SIMDRealloc(), and SDL_SIMDFree() with SDL_aligned_alloc() and SDL_aligned_free() 2023-01-09 18:01:59 -08:00
SDL_yuv_sw_c.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00