SDL/src/render
David Gow c172fb5972 Vulkan: Support 'desired' vs 'required' memory flags (Fix #9310)
When selecting a memory type, there are some property flags we need
(e.g., VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT, without which we cannot
vkMapMemory), and others we'd simply prefer (e.g.,
VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT, which may have a performance
impact, but otherwise shouldn't be required).

By specifying these separately, we can fall back to a memory type which
doesn't have everything we want, but which should still work, rather
than giving up.

Signed-off-by: David Gow <david@ingeniumdigital.com>
2024-02-26 07:52:12 -08:00
..
direct3d If the viewport changes the cliprect should be updated 2024-02-25 09:37:56 -08:00
direct3d11 If the viewport changes the cliprect should be updated 2024-02-25 09:37:56 -08:00
direct3d12 If the viewport changes the cliprect should be updated 2024-02-25 09:37:56 -08:00
metal Include SDL_PIXELFORMAT_P010 as a supported format for the metal renderer 2024-02-25 13:55:52 -08:00
opengl If the viewport changes the cliprect should be updated 2024-02-25 09:37:56 -08:00
opengles2 If the viewport changes the cliprect should be updated 2024-02-25 09:37:56 -08:00
ps2 If the viewport changes the cliprect should be updated 2024-02-25 09:37:56 -08:00
psp If the viewport changes the cliprect should be updated 2024-02-25 09:37:56 -08:00
software Removed SDL_RENDERCMD_SETCOLORSCALE, which ended up being a noop on all renderers 2024-02-21 19:25:49 -08:00
vitagxm If the viewport changes the cliprect should be updated 2024-02-25 09:37:56 -08:00
vulkan Vulkan: Support 'desired' vs 'required' memory flags (Fix #9310) 2024-02-26 07:52:12 -08:00
SDL_d3dmath.c Vulkan Renderer (#9114) 2024-02-22 14:58:11 -08:00
SDL_d3dmath.h Vulkan Renderer (#9114) 2024-02-22 14:58:11 -08:00
SDL_render.c Vulkan Renderer (#9114) 2024-02-22 14:58:11 -08:00
SDL_render_unsupported.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_sysrender.h Vulkan Renderer (#9114) 2024-02-22 14:58:11 -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