You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yuzu/src/video_core
ReinUsesLisp bfeeb23ddc vk_pipeline_cache: Fix num of pipeline workers on weird platforms 4 years ago
..
buffer_cache Buffer cache: Fixes, Clang and Feedback. 4 years ago
command_classes Merge pull request #6525 from ameerj/nvdec-fixes 4 years ago
engines shader: Primitive Vulkan integration 4 years ago
host_shaders Merge pull request #6459 from lat9nq/ubuntu-fixes 4 years ago
macro common: Move settings to common from core. 4 years ago
renderer_opengl shader: Remove old shader management 4 years ago
renderer_vulkan vk_pipeline_cache: Fix num of pipeline workers on weird platforms 4 years ago
texture_cache Merge pull request #6670 from ReinUsesLisp/prepare-rt 4 years ago
textures video_core: Silence signed/unsigned mismatch warnings 4 years ago
vulkan_common shader: Implement LDS, STS, LDL, and STS and use SPIR-V 1.4 when available 4 years ago
CMakeLists.txt shader: Add partial rasterizer integration 4 years ago
cdma_pusher.cpp Slightly refactor NVDEC and codecs for readability and safety 4 years ago
cdma_pusher.h Address PR feedback 4 years ago
compatible_formats.cpp texture_cache: Blacklist BGRA8 copies and views on OpenGL 4 years ago
compatible_formats.h texture_cache: Blacklist BGRA8 copies and views on OpenGL 4 years ago
delayed_destruction_ring.h video_core: Add a delayed destruction ring abstraction 4 years ago
dirty_flags.cpp video_core: Reimplement the buffer cache 4 years ago
dirty_flags.h video_core: Reimplement the buffer cache 4 years ago
dma_pusher.cpp BufferCache: Additional download fixes. 4 years ago
dma_pusher.h video_core: Resolve more variable shadowing scenarios 4 years ago
fence_manager.h Fence Manager: remove reference fencing. 4 years ago
framebuffer_config.h video_core: gpu: Refactor out synchronous/asynchronous GPU implementations. 4 years ago
gpu.cpp accelerateDMA: Accelerate Buffer Copies. 4 years ago
gpu.h video_core: gpu: WaitFence: Do not block threads during shutdown. 4 years ago
gpu_thread.cpp GPUTHread: Remove async reads from Normal Accuracy. 4 years ago
gpu_thread.h video_core: Use a CV for blocking commands. 4 years ago
memory_manager.cpp shader: Address feedback 4 years ago
memory_manager.h Texture Cache: Address feedback. 4 years ago
query_cache.h common: Move settings to common from core. 4 years ago
rasterizer_accelerated.cpp rasterizer: Update pages in batches 4 years ago
rasterizer_accelerated.h video_core: rasterizer_cache: Use u16 for cached page count. 4 years ago
rasterizer_interface.h shader: Remove old shader management 4 years ago
renderer_base.cpp common: Move settings to common from core. 4 years ago
renderer_base.h video_core: Add GPU vendor name to window title bar 4 years ago
shader_cache.h shader_cache: Make use of std::erase_if 5 years ago
shader_notify.cpp video_core: add missing header after 468bd9c1b0 4 years ago
shader_notify.h async shaders 5 years ago
surface.cpp Reaper: Address Feedback. 4 years ago
surface.h Reaper: Address Feedback. 4 years ago
video_core.cpp common: Move settings to common from core. 4 years ago
video_core.h