7090 Commits (b2b993b665ed3ea956ba7558d9d874ae3895d4a0)

Author SHA1 Message Date
ameerj 9b1322ef20 Vulkan: Use 3D helpers for MSAA scaling on NV drivers 510+ 4 years ago
Liam c6b7c191ea buffer_cache: reset cached write bits after flushing invalidations 4 years ago
ameerj 59cea3d34d codec: Plug GPU decoder memory leak 4 years ago
ameerj cd9aebaec0 codec: Disable HW_FRAMES method check on Windows 4 years ago
Fernando Sahmkow 6182828ec5 BufferCache: Find direction of the stream buffer increase. 4 years ago
ameerj f9709bb9e9 general: Fix clang/gcc build errors 4 years ago
ameerj e70b4f3fc5 common: Reduce unused includes 4 years ago
ameerj b837219423 video_core: Reduce unused includes 4 years ago
ameerj 1967757627 general: Reduce core.h includes 4 years ago
ameerj 8281bfa93d vk_texture_cache: Do not reinterpret DepthStencil source images 4 years ago
Liam 9277c9c297 Address review comments 4 years ago
Liam aea505f83d Vulkan: convert S8D24 <-> ABGR8 4 years ago
ameerj fc50392101 maxwell_3d: Implement a safer CB data upload 4 years ago
byte[] 7c081ca937 Maxwell3D: Link to override constant definition in nouveau 4 years ago
byte[] 2f745c6c00 Maxwell3D: restore original topology when topology overrides are disabled 4 years ago
Liam 6202688c91 Maxwell3D: Use override constants from nouveau 4 years ago
ameerj 048522e98b emit_spirv, vk_compute_pass: Resolve VS2022 compiler errors 4 years ago
Liam db6b7f70b7 Maxwell3D: Restrict topology override effect to after the register is set 4 years ago
Liam 61e810ba10 Maxwell3D: mark index buffers as dirty after updating counts 4 years ago
Liam 0a1d21d82e TextureCacheRuntime: allow converting D24S8 to ABGR8 4 years ago
Liam de42319556 Maxwell3D: read small-index draw and primitive topology override registers 4 years ago
lat9nq 173ddc9e6b video_core: Cancel Scoped's exit call on GPU failure 4 years ago
Lody 3ec2e46e15 MaxwellDMA: Implement semaphore operations 4 years ago
Ameer J 7d636e10d7 gl_graphics_pipeline: Improve shader builder synchronization using fences (#7969) 4 years ago
ameerj 51d9a43dad gl_fence_manager: Minor optimization to signal querying 4 years ago
Ameer J f4c97f7410 vulkan_device: Blacklist RADV on RDNA2 from VK_EXT_vertex_input_dynamic_state 4 years ago
Morph 77514a45a6 maxwell_to_(gl/vk): Add 11_11_10 float vertex format 4 years ago
Lody d2369dc3a3 vk_blit_screen: Add missing format bgra8 4 years ago
voidanix 9891701985 vulkan_device: fix missing format in ANV 4 years ago
Lioncash fd12153c52 texture_cache: Ensure has_blacklisted is always initialized 4 years ago
Lioncash 6419acdd76 texture_cache: Remove dead code within SynchronizeAliases 4 years ago
Lioncash 1f4cc88d2a texture_cache: Amend unintended bitwise OR in SynchronizeAliases 4 years ago
Lioncash 8a509e5a2c general: Replace NonCopyable struct with equivalents 4 years ago
Lioncash 6f2a095c9f video_core/shader_cache: Remove unused algorithm include 4 years ago
Lioncash 274babc929 video_core/shader_cache: Take std::span in RemoveShadersFromStorage() 4 years ago
Fernando Sahmkow 9ebf1c00bd Rasterizer: Refactor inlineToMemory. 4 years ago
Fernando Sahmkow 5df6c71472 Vulkan: Fix Scheduler Chunks when their FuncType is 0. 4 years ago
Fernando Sahmkow d14f1c9d42 GPU: Improve syncing. 4 years ago
Fernando Sahmkow 19270ae4e6 Rasterizer: Implement Inline2Memory Acceleration. 4 years ago
Fernando Sahmkow 4a3a7673b7 Inline2Memory: Flush before writting buffer. 4 years ago
ameerj 9bffee169b buffer_cache: Reduce stream buffer allocations when expanding from the left 4 years ago
Lioncash 1d5b635601 common/xbyak_api: Make BuildRegSet() constexpr 4 years ago
Lioncash ebc41b3af6 video_core/macro: Add missing <cstring> header 4 years ago
Lioncash e7242491a4 video_core/macro_interpreter: Move impl class to the cpp file 4 years ago
Lioncash 6950d969aa video_core/macro_hle: Return unique_ptr directly from GetHLEProgram() 4 years ago
Lioncash 65e617754f video_core/macro: Remove unused parameter from Execute() 4 years ago
Lioncash 791b988d07 video_core/macro_jit_x64: Remove unused impl class member 4 years ago
Lioncash 9a802c7a09 video_core/macro_jit_x64: Decouple PersistentCallerSavedRegs() from impl 4 years ago
Lioncash 0b91a77ccc video_core/macro_jit_x64: Move impl class into cpp file 4 years ago
Lioncash e3025b8fb9 video_core/macro_hle: Move impl class into cpp file 4 years ago