flycast/core/rend/vulkan
Flyinghead 98b2a32eae naomi: auto-rotate screen, no widescreen when rot, lightgun as analog
rotate screen for naomi games that need it
disable widescreen when rotating screen
detect lightgun games and enable proper settings
disable model 3 comm board for atomiswave
2020-04-17 22:11:11 +02:00
..
oit Replace cMutex by std::mutex 2020-03-30 23:00:43 +02:00
buffer.cpp vulkan: fix clipping (alpilot black screen) 2019-12-04 19:06:14 +01:00
buffer.h Cleanup compiler warnings (mostly sign-compare) 2020-03-30 23:00:43 +02:00
commandpool.h vulkan: delay destroying in-flight images. Fix inside clipping. 2019-12-09 19:37:14 +01:00
compiler.cpp Cleanup include headers 2020-03-29 14:26:21 +02:00
compiler.h vulkan: terminate shader compiler only once if inited 2019-11-13 12:56:40 +01:00
drawer.cpp naomi: auto-rotate screen, no widescreen when rot, lightgun as analog 2020-04-17 22:11:11 +02:00
drawer.h Cleanup compiler warnings (mostly sign-compare) 2020-03-30 23:00:43 +02:00
imgui_impl_vulkan.cpp vulkan: render to temp fbo then to screen 2019-11-29 19:28:22 +01:00
imgui_impl_vulkan.h vulkan oit: fix imgui overlay 2019-11-26 18:28:48 +01:00
pipeline.cpp ignore trilinear filtering if texture isn't mipmapped 2020-01-21 19:52:09 +01:00
pipeline.h Cleanup include headers 2020-03-29 14:26:21 +02:00
quad.cpp vulkan: VMU display 2019-12-25 13:09:54 +01:00
quad.h vulkan: VMU display 2019-12-25 13:09:54 +01:00
shaders.cpp pvr: defer index building and strip merging, filter out infinite verts 2020-03-27 13:03:49 +01:00
shaders.h Cleanup include headers 2020-03-29 14:26:21 +02:00
texture.cpp Cleanup include headers 2020-03-29 14:26:21 +02:00
texture.h Cleanup compiler warnings (mostly sign-compare) 2020-03-30 23:00:43 +02:00
utils.h vulkan: quad buffer, extract shader compiler 2019-11-10 10:16:18 +01:00
vk_mem_alloc.h deps/vulkan: Update vk_mem_alloc.h to version 2.3 2020-03-29 13:28:06 +02:00
vmallocator.cpp Replace RELEASE by NDEBUG 2020-03-29 10:12:32 +02:00
vmallocator.h vulkan: osx and arm32 build fix 2019-11-26 12:12:43 +01:00
vmu.cpp upload all texture mipmap levels to gpu 2020-02-07 16:55:32 +01:00
vmu.h Cleanup include headers 2020-03-29 14:26:21 +02:00
vulkan.h vulkan: disable debug 2019-11-29 19:54:43 +01:00
vulkan_context.cpp get rid of libpng and use stb_image_write instead. OSX: static link SDL 2020-04-08 15:34:21 +02:00
vulkan_context.h Cleanup compiler warnings (mostly sign-compare) 2020-03-30 23:00:43 +02:00
vulkan_renderer.cpp Replace cMutex by std::mutex 2020-03-30 23:00:43 +02:00