14964 Commits (1aa67cb31cdecdabc54d8ea9b799e70b8f2d4b74)

Author SHA1 Message Date
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
FearlessTobi ae1899577f Address review comments 5 years ago
xperia64 34bacedd1a Delete the old log file before rotating (#5675) 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 a8aea907f4 Fix the old log file to work with the log parser. 5 years ago
xperia64 1c775a3f66 Rotate previous log file to '.old' if it exists 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
Fernando Sahmkow 659fb51dd9 X86/NativeClock: Reimplement RTDSC access to be lock free. 5 years ago
Fernando Sahmkow 50dd9a423a X86/NativeClock: Improve performance of clock calculations on hot path. 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
ReinUsesLisp 82723df129 host_shaders: Add helper to blit depth stencil fragment shader 5 years ago
ReinUsesLisp 627b4c3387 host_shaders: Add texture color blit fragment shader 5 years ago
ReinUsesLisp 5ed139d5a2 host_shaders: Add shaders to present to the swapchain 5 years ago