6300 Commits (f14352a7e17a4b857e803680d63e88b4312abe47)

Author SHA1 Message Date
Liam 8fbec5d298 externals: update dynarmic, SDL2 3 years ago
Liam e8966fd1f9 shader_recompiler: add gl_Layer translation GS for older hardware 3 years ago
Feng Chen f7e82d2fd6 video_core: Fine tuning the index drawing judgment logic 3 years ago
Liam 44db218c6d vulkan_common: quiet some validation errors 3 years ago
ameerj fb155dbffc CMake: Consolidate common PCH headers 3 years ago
Kelebek1 bb10e5e6eb Respect render mode override 3 years ago
ameerj bbf3e7f313 CMake: Use precompiled headers 3 years ago
Lioncash 225f5ba19f host1x/syncpoint_manager: Eliminate unnecessary std::function construction 3 years ago
Lioncash b03305859e host1x/syncpoint_manager: Pass DeregisterAction() handle as const-ref 3 years ago
Lioncash a3ed3c8340 maxwell_3d: Mark shifted value as unsigned 3 years ago
Lioncash 0d9c723df4 engines: Remove unnecessary casts 3 years ago
Lioncash 789c33dc48 video_core/surface: Eliminate casts in GetFormatType() 3 years ago
Liam acc4a150ef video_core: add null backend 3 years ago
Liam 0a077cb467 Vulkan: update initialization 3 years ago
Fernando Sahmkow 984c30bc52 Fermi2D: Cleanup and address feedback. 3 years ago
Fernando Sahmkow b3708b0a5b GPU: Fix buffer cache issue, engine upload not inlining memory in multiline and pessismistic invalidation. 3 years ago
Fernando Sahmkow a87ff9181b GPU: Implement additional render target formats. 3 years ago
Fernando Sahmkow e3b3fcb1fc MaxwellDMA: Implement BlockLinear to BlockLinear copies. 3 years ago
Fernando Sahmkow 41b3ddbbae Fermi2D: Implement Bilinear software filtering and address feedback. 3 years ago
Fernando Sahmkow f4291e4576 Fermi2D: Rework blit engine and add a software blitter. 3 years ago
Matías Locatti 8e19421f84 FSR Sharpening Slider part 1 - only a global slider 3 years ago
Morph 79d76606f2 maxwell_to_vk: Add R16_SINT 3 years ago
Morph 44ef6e38cb maxwell_to_vk: Fix format usage bits 3 years ago
Liam 5a712bb51a general: fix compile for Apple Clang 3 years ago
FengChen 607a965c57 video_core: Optimize maxwell drawing trigger mechanism 3 years ago
Liam e219606128 maxwell3d: full HLE for multi-layer clears 3 years ago
Liam bc9a3c2033 maxwell3d: HLE multi-layer clear macro 3 years ago
Matías Locatti dad4e68530 Update renderer_vulkan.cpp 3 years ago
Feng Chen e32414b94b video_core: Reimplement inline index buffer binding 3 years ago
Kyle Kienapfel d886438754 Add break for default cases 3 years ago
Kelebek1 a5b76126e1 Fix regs regression with OpenGL two-sided stencil, and re-add data invalidation reg 3 years ago
Morph fc301cf777 ir/texture_pass: Use host_info instead of querying Settings::values (#9176) 3 years ago
FengChen 751f16bf66 video_core: Fix dma copy 1D random crash 3 years ago
Liam 9509fb30a4 Initial ARM64 support 3 years ago
FengChen 348c6e5b28 video_core: Fix few issues in Tess stage 3 years ago
FengChen 9d1c9f1f58 video_core:Fix vmm kinds size error 3 years ago
FengChen d1ae6c4092 video_core: Fix scaling graphical regressions for multiple games 3 years ago
gidoly 4dad66ac4b Update shader cache version. (#9175) 3 years ago
Feng Chen bcf6a7c0dd video_core: Fix SNORM texture buffer emulating error (#9001) 3 years ago
FengChen 3e0cc4fd75 video_core: Fix drawing trigger mechanism regression 3 years ago
Fernando Sahmkow ed7af8f0d9 Vulkan: Fix regression caused by limiting render area to width/height of rendef targets. 3 years ago
Liam 3d52adefa1 vk_blit_screen: recreate swapchain images on guest format change 3 years ago
Robin Kertels 1f55ab85ab vk_scheduler: Remove recorded_counts 3 years ago
FengChen 2636c9f876 video_core: Fix drawing trigger mechanism regression 3 years ago
FengChen 072fde772d video_core: Catch vulkan clear op not all channel need clear 3 years ago
Morph afea768e8d general: Resolve -Wunused-but-set-variable 3 years ago
Morph c6c56d3e9c general: Resolve -Wunused-lambda-capture and C5233 3 years ago
Morph e9aa1821e8 decoders: Use 2's complement instead of unary - 3 years ago
Morph 4bad20dc5f CMakeLists: Remove all redundant warnings 3 years ago
FengChen f9f995c56a video_core: Implement maxwell inline_index method 3 years ago