flycast/core/rend/vulkan
Flyinghead 285655f52d vk: check if vkEnumerateInstanceVersion is null before calling it
vkEnumerateInstanceVersion is only available in vk 1.1 so it might be
null after dynamic loading of entry points.

tentative fix for MINIDUMP-1Z, MINIDUMP-20 and MINIDUMP-21
2023-01-10 09:58:56 +01:00
..
oit pvr: sort triangles during parse. Use primitive restart 2022-12-13 22:57:57 +01:00
buffer.cpp Full framebuffer emulation. Renderer interface changes 2022-10-23 16:32:42 +02:00
buffer.h Full framebuffer emulation. Renderer interface changes 2022-10-23 16:32:42 +02:00
commandpool.h vulkan: simplify function calls 2022-10-08 18:32:01 +02:00
compiler.cpp Merge remote-tracking branch 'origin/master' into dev 2023-01-08 11:19:48 +01:00
compiler.h vulkan: terminate shader compiler only once if inited 2019-11-13 12:56:40 +01:00
desc_set.h Merge remote-tracking branch 'origin/master' into dev 2022-11-02 20:12:34 +01:00
drawer.cpp pvr: sort triangles during parse. Use primitive restart 2022-12-13 22:57:57 +01:00
drawer.h pvr: sort triangles during parse. Use primitive restart 2022-12-13 22:57:57 +01:00
imgui_impl_vulkan.cpp arcade rom names update. non square boxart 2022-06-20 18:07:06 +02:00
imgui_impl_vulkan.h vulkan: use dynamic dispatch loader 2022-11-09 17:20:05 +01:00
overlay.cpp vulkan: simplify function calls 2022-10-08 18:32:01 +02:00
overlay.h box art fetch and display 2022-06-15 21:22:12 +02:00
pipeline.cpp vk,dx: provoking vtx with sorted triangles. No depth write in per-strip 2022-12-20 21:47:19 +01:00
pipeline.h Merge remote-tracking branch 'origin/master' into dev 2022-11-02 20:12:34 +01:00
quad.cpp vulkan: simplify function calls 2022-10-08 18:32:01 +02:00
quad.h vulkan: simplify function calls 2022-10-08 18:32:01 +02:00
shaders.cpp native depth interpolation option to help AMD gpus 2022-06-01 19:26:56 +02:00
shaders.h Full framebuffer emulation. Renderer interface changes 2022-10-23 16:32:42 +02:00
texture.cpp Merge remote-tracking branch 'origin/master' into dev 2022-11-02 20:12:34 +01:00
texture.h Full framebuffer emulation. Renderer interface changes 2022-10-23 16:32:42 +02:00
utils.h native depth interpolation option to help AMD gpus 2022-06-01 19:26:56 +02:00
vk_context_lr.cpp Merge remote-tracking branch 'origin/master' into dev 2022-12-06 21:47:50 +01:00
vk_context_lr.h Merge remote-tracking branch 'origin/master' into dev 2022-11-02 20:12:34 +01:00
vmallocator.cpp fix some warnings 2022-11-19 12:52:26 +01:00
vmallocator.h pvr: recover from renderer init failure 2022-12-29 19:18:19 +01:00
vulkan.h vulkan: use dynamic dispatch loader 2022-11-09 17:20:05 +01:00
vulkan_context.cpp vk: check if vkEnumerateInstanceVersion is null before calling it 2023-01-10 09:58:56 +01:00
vulkan_context.h android: delay sentry upload to avoid broken pipe. Log more stuff 2022-12-21 16:49:08 +01:00
vulkan_driver.h Various GDB fixes and improvements (#832) 2022-12-16 20:34:30 +01:00
vulkan_renderer.cpp pvr: recover from renderer init failure 2022-12-29 19:18:19 +01:00
vulkan_renderer.h pvr: sort triangles during parse. Use primitive restart 2022-12-13 22:57:57 +01:00