6185 Commits (78eeefb03049e689bb56424c2278ed7dd4e13a4c)

Author SHA1 Message Date
Lioncash f6a049337e common/xbyak_api: Make BuildRegSet() constexpr 4 years ago
Lioncash a8a4f37628 video_core/macro: Add missing <cstring> header 4 years ago
Lioncash 81d1a1133d video_core/macro_interpreter: Move impl class to the cpp file 4 years ago
Lioncash cfd9f7d25b video_core/macro_hle: Return unique_ptr directly from GetHLEProgram() 4 years ago
Lioncash a05d9405b9 video_core/macro: Remove unused parameter from Execute() 4 years ago
Lioncash 74f80299b0 video_core/macro_jit_x64: Remove unused impl class member 4 years ago
Lioncash f11eefed56 video_core/macro_jit_x64: Decouple PersistentCallerSavedRegs() from impl 4 years ago
Lioncash 6b873b72ae video_core/macro_jit_x64: Move impl class into cpp file 4 years ago
Lioncash a3c81745b1 video_core/macro_hle: Move impl class into cpp file 4 years ago
Lioncash d8486a9968 gpu: Tidy up forward declarations 4 years ago
Lioncash 9b38c8ef08 gpu: Remove obsoleted CDMAPusher() accessors 4 years ago
Lioncash e7af84670d vk_fsr: Replace comma operator with semicolon 4 years ago
Jan Beich d24a4b79d4 video_core: constify AVCodec for ffmpeg >= 5.0 4 years ago
Georg Lehmann d15814d39f vulkan_device: Fix sType for VkPhysicalDeviceShaderAtomicInt64Features 4 years ago
ameerj a5bff8e9b3 astc_decoder: Combine FastReplicate functions to work around new NV driver bug 4 years ago
Narr the Reg 41bbb31af4 video_core: Remove unnecesary maybe_unused flag 4 years ago
ameerj c17938f96b gpu: Add shut down method to synchronize threads before destruction 4 years ago
Fernando Sahmkow f58ee3f15f ShaderDecompiler: Add a debug option to dump the game's shaders. 4 years ago
ameerj 7652543231 Revert "Merge pull request #7668 from ameerj/fence-stop-token" 4 years ago
ameerj d866916f42 gpu: Use std::stop_token in WaitFence for VSync thread 4 years ago
ameerj 951c61aeaa texture_cache/util: Fix s32 overflow when resolving overlaps 4 years ago
ameerj 285b6dbc39 video_core/memory_manager: Fixes for sparse memory management 4 years ago
ameerj 2428214c4b video_core/memory_manager: Deduplicate Read/WriteBlock 4 years ago
ameerj 8c907c620d glsl: Add boolean reference workaround 4 years ago
ameerj b84d429c2e glsl_context_get_set: Add alternative cbuf type for broken drivers 4 years ago
Feng Chen e18bf4b062 Remove invalid header include 4 years ago
ameerj f9e0681d59 vk_texture_cache: Use 3D scale helpers for MSAA texture scaling on Intel Windows drivers 4 years ago
ameerj cbc0f0a66e blit_image: Remove unused function 4 years ago
ameerj 481b210c0d vk_texture_cache: Fix invalidated pointer access 4 years ago
Jan Beich e57b13ad94 video_core/codecs: re-enable VAAPI/VDPAU on BSDs after 72aa418b0b 4 years ago
vonchenplus 4908a07c20 Address format clang 4 years ago
Fernando Sahmkow 6c00151d17 Vulkan: Fix the checks for primitive restart extension. 4 years ago
Fernando Sahmkow 14d2c77f91 Vulkan: implement Logical Operations. 4 years ago
Fernando Sahmkow 6430fc29a9 Vulkan: Implement VK_EXT_primitive_topology_list_restart 4 years ago
liushuyu 3f765ea9a4 video_core/codecs: (re-spin) refactor ffmpeg searching and handling 4 years ago
bunnei 2f32133ad5
Revert "video_core/codecs: refactor ffmpeg searching and handling in cmake" 4 years ago
liushuyu dd72e4dce4
CI: fix CI on Linux 4 years ago
liushuyu a2d73eaa10 video_core/codecs: skip decoders that use hw frames ... 4 years ago
Morph 14110230c7 maxwell_to_vk: Add ASTC_2D_5X4_UNORM 4 years ago
Feng Chen 1598426493 Fix blit image/view not compatible 4 years ago
Morph ae4869650a maxwell_to_vk: Add ASTC_2D_8X5_UNORM 4 years ago
Morph 47a724780f renderer_vulkan: Add R16G16_UINT 4 years ago
ameerj 228a381aed vk_texture_cache: Add ABGR src format check for D24S8 conversions 4 years ago
ameerj c22c4f5d59 renderer_opengl: Minor refactoring of filter selection 4 years ago
ameerj 218d790bd6 texture_cache: Fix image convert dimensions assertion 4 years ago
ameerj b8f3e5157b blit_image: Refactor upscale factors usage 4 years ago
ameerj 35d94dcb2b vk_texture_cache: Add a function to ImageView to check if src image is rescaled 4 years ago
ameerj 4a13f9eecd blit_image: Refactor ConvertPipeline functions 4 years ago
ameerj ad99bbf5fe blit_image: Refactor ConvertPipelineEx functions 4 years ago
ameerj b387a26f30 vk_blit_screen: Minor refactor of filter pipeline selection 4 years ago