..
buffer_cache
Core: Eliminate core/memory dependancies.
2024-01-18 21:12:30 -05:00
control
Fix typos in video_core
2024-01-07 22:44:55 +00:00
engines
Core: Eliminate core/memory dependancies.
2024-01-18 21:12:30 -05:00
host1x
Core: Clang format and other small issues.
2024-01-18 21:12:30 -05:00
host_shaders
Fix typos in video_core
2024-01-07 22:44:55 +00:00
macro
gl_rasterizer: Implement DrawTransformFeedback macro
2023-12-19 19:54:57 -05:00
query_cache
Merge pull request #12499 from Kelebek1/time
2024-01-25 14:19:01 -05:00
renderer_null
video_core: simplify accelerated surface fetch and crop handling between APIs
2024-01-31 11:27:20 -05:00
renderer_opengl
renderer_opengl: isolate core presentation code
2024-01-31 11:27:20 -05:00
renderer_vulkan
video_core: consistently account for resolution scaling when rendering
2024-01-31 11:27:20 -05:00
texture_cache
video_core: consistently account for resolution scaling when rendering
2024-01-31 11:27:20 -05:00
textures
Revert "HACK: Avoid swizzling and reuploading ASTC image every frame"
2023-08-06 14:55:05 -04:00
vulkan_common
Merge pull request #12439 from FireBurn/vkresult
2024-01-29 09:08:32 -05:00
cache_types.h
RasterizerMemory: Add filtering for flushing/invalidation operations.
2023-01-01 16:43:58 -05:00
cdma_pusher.cpp
NVDRV: Refactor Host1x
2022-10-06 21:00:52 +02:00
cdma_pusher.h
Remove memory allocations in some hot paths
2023-06-22 08:05:10 +01:00
CMakeLists.txt
renderer_opengl: isolate core presentation code
2024-01-31 11:27:20 -05:00
compatible_formats.cpp
renderer_vulkan: Fix some missing view formats
2023-07-01 16:03:35 +03:00
compatible_formats.h
general: Convert source file copyright comments over to SPDX
2022-04-23 05:55:32 -04:00
delayed_destruction_ring.h
general: Convert source file copyright comments over to SPDX
2022-04-23 05:55:32 -04:00
dirty_flags.cpp
Fix stencil func registers, make clip control equivalent to how it was before, but surely wrong.
2022-10-10 20:59:57 +01:00
dirty_flags.h
general: Convert source file copyright comments over to SPDX
2022-04-23 05:55:32 -04:00
dma_pusher.cpp
Core: Clang format and other small issues.
2024-01-18 21:12:30 -05:00
dma_pusher.h
ci: fix new codespell errors
2023-10-02 18:03:05 -04:00
fence_manager.h
renderer_vulkan: allow up to 7 swapchain images
2023-12-16 18:59:44 -05:00
framebuffer_config.cpp
video_core: simplify accelerated surface fetch and crop handling between APIs
2024-01-31 11:27:20 -05:00
framebuffer_config.h
video_core: simplify accelerated surface fetch and crop handling between APIs
2024-01-31 11:27:20 -05:00
fsr.cpp
video_core/opengl: Add FSR upscaling filter to the OpenGL renderer
2023-01-26 21:43:33 +01:00
fsr.h
video_core/opengl: Add FSR upscaling filter to the OpenGL renderer
2023-01-26 21:43:33 +01:00
gpu.cpp
GPU-SMMU: Estimate game leak and preallocate device region.
2024-01-18 21:12:30 -05:00
gpu.h
SMMU: Initial adaptation to video_core.
2024-01-18 21:12:30 -05:00
gpu_thread.cpp
SMMU: Initial adaptation to video_core.
2024-01-18 21:12:30 -05:00
gpu_thread.h
SMMU: Initial adaptation to video_core.
2024-01-18 21:12:30 -05:00
guest_memory.h
Core: Clang format and other small issues.
2024-01-18 21:12:30 -05:00
invalidation_accumulator.h
BufferBase: Don't ignore GPU pages.
2023-01-05 14:00:10 -05:00
memory_manager.cpp
Core: Eliminate core/memory dependancies.
2024-01-18 21:12:30 -05:00
memory_manager.h
Core: Eliminate core/memory dependancies.
2024-01-18 21:12:30 -05:00
precompiled_headers.h
CMake: Consolidate common PCH headers
2022-11-30 18:30:30 -05:00
pte_kind.h
video_core: Implement memory manager page kind
2022-10-17 15:33:29 +08:00
query_cache.h
Core: Eliminate core/memory dependancies.
2024-01-18 21:12:30 -05:00
rasterizer_download_area.h
Rework time service to fix time passing offline.
2024-01-24 04:26:55 +00:00
rasterizer_interface.h
video_core: simplify accelerated surface fetch and crop handling between APIs
2024-01-31 11:27:20 -05:00
renderer_base.cpp
general: Silence -Wshadow{,-uncaptured-local} warnings
2023-07-18 19:31:35 -04:00
renderer_base.h
vk_present_manager: recreate surface on any surface loss
2023-10-02 19:07:18 -04:00
shader_cache.cpp
Core: Clang format and other small issues.
2024-01-18 21:12:30 -05:00
shader_cache.h
Core: Clang format and other small issues.
2024-01-18 21:12:30 -05:00
shader_environment.cpp
Fix typos in video_core
2024-01-07 22:44:55 +00:00
shader_environment.h
shader_recompiler: use float image operations on load/store when required
2023-12-21 14:34:46 -05:00
shader_notify.cpp
general: Convert source file copyright comments over to SPDX
2022-04-23 05:55:32 -04:00
shader_notify.h
general: Convert source file copyright comments over to SPDX
2022-04-23 05:55:32 -04:00
smaa_area_tex.h
video_core: Integrate SMAA
2022-12-08 17:17:45 -05:00
smaa_search_tex.h
video_core: Integrate SMAA
2022-12-08 17:17:45 -05:00
surface.cpp
Implement X8_D24 format
2023-10-06 00:58:30 +01:00
surface.h
Implement X8_D24 format
2023-10-06 00:58:30 +01:00
transform_feedback.cpp
Remove memory allocations in some hot paths
2023-06-22 08:05:10 +01:00
transform_feedback.h
Remove memory allocations in some hot paths
2023-06-22 08:05:10 +01:00
video_core.cpp
SMMU: Initial adaptation to video_core.
2024-01-18 21:12:30 -05:00
video_core.h
chore: make yuzu REUSE compliant
2022-07-27 12:53:49 +02:00