5826 Commits (978517824a80c82f8c319f5fa432f68142573e20)

Author SHA1 Message Date
ameerj 664fcdc64b gpu: Add shut down method to synchronize threads before destruction 4 years ago
Fernando Sahmkow 65387dd0a0 ShaderDecompiler: Add a debug option to dump the game's shaders. 4 years ago
ameerj 8badb6f4a7 Revert "Merge pull request #7668 from ameerj/fence-stop-token" 4 years ago
ameerj 0585c60227 gpu: Use std::stop_token in WaitFence for VSync thread 4 years ago
ameerj 5a7940c1f1 texture_cache/util: Fix s32 overflow when resolving overlaps 4 years ago
ameerj c5c13369fa glsl: Add boolean reference workaround 4 years ago
ameerj a57dc3509a glsl_context_get_set: Add alternative cbuf type for broken drivers 4 years ago
ameerj bb108db1de vk_texture_cache: Use 3D scale helpers for MSAA texture scaling on Intel Windows drivers 4 years ago
ameerj b22cc82f64 blit_image: Remove unused function 4 years ago
ameerj 531d53d6b9 vk_texture_cache: Fix invalidated pointer access 4 years ago
Jan Beich 85f65a6995 video_core/codecs: re-enable VAAPI/VDPAU on BSDs after f91cc356fb 4 years ago
vonchenplus 8fe519b656 Address format clang 4 years ago
Fernando Sahmkow 15c634806b Vulkan: Fix the checks for primitive restart extension. 4 years ago
Fernando Sahmkow ce7c3bdf0c Vulkan: implement Logical Operations. 4 years ago
Fernando Sahmkow 790bbcb016 Vulkan: Implement VK_EXT_primitive_topology_list_restart 4 years ago
liushuyu f722e83537 video_core/codecs: (re-spin) refactor ffmpeg searching and handling 4 years ago
bunnei 15a4248f46 Revert "video_core/codecs: refactor ffmpeg searching and handling in cmake" 4 years ago
liushuyu 538db2d872 CI: fix CI on Linux 4 years ago
liushuyu f7516c3fda video_core/codecs: skip decoders that use hw frames ... 4 years ago
Morph 036cb348bf maxwell_to_vk: Add ASTC_2D_5X4_UNORM 4 years ago
Feng Chen 755963ada1 Fix blit image/view not compatible 4 years ago
Morph 0f7d2bbd55 maxwell_to_vk: Add ASTC_2D_8X5_UNORM 4 years ago
Morph 052c01db9a renderer_vulkan: Add R16G16_UINT 4 years ago
ameerj ef8c472d32 vk_texture_cache: Add ABGR src format check for D24S8 conversions 4 years ago
ameerj 9699d5e6d5 renderer_opengl: Minor refactoring of filter selection 4 years ago
ameerj 7d5c21688e texture_cache: Fix image convert dimensions assertion 4 years ago
ameerj 4c9fb0ffe9 blit_image: Refactor upscale factors usage 4 years ago
ameerj a38d05ec11 vk_texture_cache: Add a function to ImageView to check if src image is rescaled 4 years ago
ameerj 0d5b7f7a7f blit_image: Refactor ConvertPipeline functions 4 years ago
ameerj 4495c10671 blit_image: Refactor ConvertPipelineEx functions 4 years ago
ameerj 276de8a751 vk_blit_screen: Minor refactor of filter pipeline selection 4 years ago
ameerj c701429fb4 Revert "Merge pull request #7395 from Morph1984/resolve-comments" 4 years ago
Feng Chen 4a3c1192b8 Address feedback 4 years ago
Fernando Sahmkow 3b1694245f Texture Cache: Fix crashes on NVIDIA. 4 years ago
liushuyu 18ddfcc0cf video_core/cmake: link against libva explicitly ... 4 years ago
liushuyu 168882cb7a video_core/codecs: more fixes for VAAPI detection ... 4 years ago
liushuyu ef00c213e8 video_core/codec: address comments 4 years ago
liushuyu a32139fdab video_core/codecs: more robust ffmpeg hwdecoder selection logic 4 years ago
Morph 2b9afa4d56 general: Replace high_resolution_clock with steady_clock 4 years ago
Feng Chen 10cc89bfdf Support multiple videos playing 4 years ago
Feng Chen 2e834bfa4a Add missing pixel format mapping 4 years ago
Fernando Sahmkow 4e74fa32a4 Texture Cache: Secure insertions against deletions. 4 years ago
Fernando Sahmkow fc91c0f51d Texture Cache: Redesigning the blitting system (again). 4 years ago
Fernando Sahmkow dcce920306 Texture Cache: Further fix regressions. 4 years ago
liushuyu 1a5c1d70de video_core/codec: address comments 4 years ago
liushuyu f91cc356fb video_core/codecs: fix multiple decoding issues on Linux ... 4 years ago
Fernando Sahmkow 81f52ea8fc Texture Cache: Fix issue with blitting 3D textures. 4 years ago
Fernando Sahmkow dc87895c22 Texture Cache: Correct conversion shaders. 4 years ago
Fernando Sahmkow c03917860b Texture Cache: Always copy on NVIDIA. 4 years ago
Fernando Sahmkow 09a236dbbf TextureCache: Simplify blitting of D24S8 formats and fix bugs. 4 years ago