SDL/src/render
Sam Lantinga 548b382fd9 Fixed slow startup time when using the direct3d12 renderer
On some systems creating the entire set of available pipeline states is very time consuming. We'll only use a few of them in any given program, so we'll just create them on demand.

Fixes https://github.com/libsdl-org/SDL/issues/7634
2024-02-04 13:09:40 -08:00
..
direct3d Added support for SDL_COLORSPACE_BT709_FULL to the hardware renderers 2024-02-04 13:09:40 -08:00
direct3d11 Added support for SDL_COLORSPACE_BT709_FULL to the hardware renderers 2024-02-04 13:09:40 -08:00
direct3d12 Fixed slow startup time when using the direct3d12 renderer 2024-02-04 13:09:40 -08:00
metal Added support for SDL_COLORSPACE_BT709_FULL to the hardware renderers 2024-02-04 13:09:40 -08:00
opengl Added support for SDL_COLORSPACE_BT709_FULL to the hardware renderers 2024-02-04 13:09:40 -08:00
opengles2 Added support for SDL_COLORSPACE_BT709_FULL to the hardware renderers 2024-02-04 13:09:40 -08:00
ps2 SDL_RenderReadPixels() now returns a surface 2024-02-03 11:49:15 -08:00
psp SDL_RenderReadPixels() now returns a surface 2024-02-03 11:49:15 -08:00
software SDL_RenderReadPixels() now returns a surface 2024-02-03 11:49:15 -08:00
vitagxm Added support for SDL_COLORSPACE_BT709_FULL to the hardware renderers 2024-02-04 13:09:40 -08:00
SDL_d3dmath.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_d3dmath.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_render.c Fixed build 2024-02-03 12:39:52 -08:00
SDL_render_unsupported.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_sysrender.h SDL_RenderReadPixels() now returns a surface 2024-02-03 11:49:15 -08:00
SDL_yuv_sw.c Fixed warning C4127: conditional expression is constant 2024-01-19 06:44:32 -08:00
SDL_yuv_sw_c.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00