1
0
Fork 0
forked from suyu/suyu
suyu/src/video_core
Morph 5114819b6b
Merge pull request #7078 from ameerj/vc-jthread-fixes
video_core: Fix jthread related hangs when stopping emulation
2021-09-26 16:40:13 -04:00
..
buffer_cache Garbage Collection: Make it more agressive on high priority mode. 2021-08-29 18:57:17 +02:00
command_classes codec: Add missing <string_view> include 2021-09-11 17:19:14 -04:00
engines Fix blend equation enum error 2021-09-07 10:12:09 +08:00
host_shaders astc_decoder: Reduce workgroup size 2021-08-01 01:22:27 -04:00
macro xbyak: Update include path 2021-08-15 19:26:38 +01:00
renderer_opengl renderers: Log total pipeline count 2021-09-14 13:18:26 -04:00
renderer_vulkan Merge pull request #7078 from ameerj/vc-jthread-fixes 2021-09-26 16:40:13 -04:00
texture_cache general: Update style to clang-format-12 2021-09-24 15:52:05 -04:00
textures Merge pull request #6879 from ameerj/decoder-assert 2021-08-30 15:24:04 -07:00
vulkan_common Merge pull request #7011 from ameerj/vk-validation-0x0 2021-09-16 17:17:04 -07:00
cdma_pusher.cpp
cdma_pusher.h
CMakeLists.txt cmake: Add VDPAU and NVDEC support to FFmpeg 2021-08-16 14:40:52 -04:00
compatible_formats.cpp
compatible_formats.h
delayed_destruction_ring.h
dirty_flags.cpp
dirty_flags.h
dma_pusher.cpp
dma_pusher.h
fence_manager.h
framebuffer_config.h
gpu.cpp gpu: Use std::jthread for async gpu thread 2021-09-15 20:49:07 -04:00
gpu.h gpu: Use std::jthread for async gpu thread 2021-09-15 20:49:07 -04:00
gpu_thread.cpp gpu: Use std::jthread for async gpu thread 2021-09-15 20:49:07 -04:00
gpu_thread.h gpu: Use std::jthread for async gpu thread 2021-09-15 20:49:07 -04:00
memory_manager.cpp video_core/memory_manager: Add missing <algorithm> include 2021-09-11 17:19:15 -04:00
memory_manager.h
query_cache.h
rasterizer_accelerated.cpp
rasterizer_accelerated.h
rasterizer_interface.h
renderer_base.cpp renderers: Add explicit invert_y bool to screenshot callback 2021-07-28 21:46:08 -04:00
renderer_base.h renderers: Add explicit invert_y bool to screenshot callback 2021-07-28 21:46:08 -04:00
shader_cache.cpp
shader_cache.h
shader_environment.cpp shader_environment: Add missing <algorithm> include 2021-09-11 17:19:16 -04:00
shader_environment.h
shader_notify.cpp
shader_notify.h
surface.cpp
surface.h
transform_feedback.cpp
transform_feedback.h
video_core.cpp configure_graphics: Add GPU nvdec decoding as an option 2021-08-16 14:40:53 -04:00
video_core.h