14823 Commits (f658307735a8541a938396f21887f02f3b6a18aa)

Author SHA1 Message Date
Morph f658307735 general: Resolve C4062 warnings on MSVC 5 years ago
ReinUsesLisp 4154a16ce4 cmake: Enforce C4062, C4265, C4388, and C5038 5 years ago
ReinUsesLisp d27f026a50 file_sys/registered_cache: Silence virtual functions without override warnings 5 years ago
ReinUsesLisp 53cf598783 core: Silence unhandled enum in switch warnings 5 years ago
ReinUsesLisp 148a3c173a tests/ring_buffer: Silence signed/unsigned mismatch warnings 5 years ago
Ameer J 21ff77c366 remove inaccurate reference 5 years ago
ameerj 30f3faf3e2 fix for nvdec disabled, cleanup host1x 5 years ago
ameerj 762de858e6 nvdec syncpt incorporation 5 years ago
MerryMage 6562054749 vulkan_library: Common::DynamicLibrary::Open is [[nodiscard]] 5 years ago
MerryMage 7a302cdec2 texture_cache: Replace PAGE_SHIFT with PAGE_BITS 5 years ago
ReinUsesLisp 5e3be575ad core: Enforce C4715 (not all control paths return a value) 5 years ago
ReinUsesLisp 64d9ef5e7a core: Silence warnings when compiling without asserts 5 years ago
ReinUsesLisp 2fb40db5fc vk_rasterizer: Skip binding empty descriptor sets on compute 5 years ago
ameerj 2faecc2720 buffer_queue: Protect queue_sequence list access with a mutex 5 years ago
ReinUsesLisp ac94649acc vulkan_device: Allow creating a device without surface 5 years ago
ReinUsesLisp eb04c63df5 renderer_vulkan/nsight_aftermath_tracker: Move to vulkan_common 5 years ago
ReinUsesLisp fc515aed5f renderer_vulkan: Move device abstraction to vulkan_common 5 years ago
ReinUsesLisp d8569c3af4 gl_texture_cache: Avoid format views on Intel and AMD 5 years ago
ReinUsesLisp 77e7412d3e gl_texture_cache: Create base images with sRGB 5 years ago
ReinUsesLisp aa08e1bfbf renderer_vulkan: Rename VKDevice to Device 5 years ago
Lioncash fb9624da9d main: Resolve error string not displaying 5 years ago
bunnei a86ae9fa3c hle: service: nvflinger: buffer_queue: Do not reset id/layer_id on Connect. 5 years ago
MerryMage c535205f1c dynarmic: Add Unsafe_InaccurateNaN optimization 5 years ago
Morph 23413c0d44 general: Fix various spelling errors 5 years ago
Timotej Leginus 1af054a76f typo fix 5 years ago
Morph dd73d7eb8e configure_input: Modify controller connection delay 5 years ago
MerryMage e3490b55c1 memory: Remove MemoryHook 5 years ago
gal20 6e102ea048 yuzu/main: fix mouse not showing on move and port citra-emu/citra#5476 5 years ago
Lioncash 99790b1eb4 main: Make the loader error dialog fully translatable 5 years ago
Lioncash c1908af95a main: Tidy up enum comparison 5 years ago
ReinUsesLisp e92031e767 vulkan_instance: Allow different Vulkan versions and enforce 1.1 5 years ago
ReinUsesLisp 9c39c02012 vk_device: Use an array to report lacking device limits 5 years ago
ReinUsesLisp c5fc83ae74 vk_device: Stop initialization when device is not suitable 5 years ago
ReinUsesLisp 8bc3e20760 renderer_vulkan: Remove two step initialization on VKDevice 5 years ago
ReinUsesLisp 69c145b484 renderer_vulkan: Throw when enumerating devices fails 5 years ago
ReinUsesLisp 7334e9e212 renderer_vulkan: Initialize surface in separate file 5 years ago
ReinUsesLisp bb5903c665 renderer_vulkan: Catch and report exceptions 5 years ago
ReinUsesLisp d7f0249d2e renderer_vulkan: Create debug callback on separate file and throw 5 years ago
ReinUsesLisp 74276df159 renderer_vulkan: Move instance initialization to a separate file 5 years ago
ReinUsesLisp ddddd25033 vulkan_common: Rename renderer_vulkan/wrapper.h to vulkan_common/vulkan_wrapper.h 5 years ago
ReinUsesLisp b05cecfbd8 vulkan_common: Move dynamic library load to a separate file 5 years ago
german f04be5803d Port citra-emu/citra#5509 5 years ago
16-Bit-Dog a96fd630b4 Make the coding conventions more consistant 5 years ago
Lioncash efc456aa94 half_set: Resolve -Wmaybe-uninitialized warnings 5 years ago
Lioncash ebb8133b6e maxwell_to_vk: Initialize usage variable in SurfaceFormat() 5 years ago
ReinUsesLisp d25b097e84 video_core: Rewrite the texture cache 5 years ago
ReinUsesLisp 64f651bfa0 cmake: Enforce -Wuninitialized 5 years ago
ReinUsesLisp d719dc7688 service/pcie: Fix invalid initialization argument 5 years ago
ReinUsesLisp 2d951b73bf video_core: Add a delayed destruction ring abstraction 5 years ago
ReinUsesLisp b8bc5d95af host_shaders: Add Vulkan assembler compute shaders 5 years ago