yuzu/src/video_core
Lioncash c4af7b3f5c host1x/syncpoint_manager: Pass DeregisterAction() handle as const-ref
The handle is only compared against and not modified in any way, so we
can pass it by const reference.

This also allows us to mark the respective parameters for
DeregisterGuestAction() and DeregisterHostAction() as const references
as well.
2022-11-29 08:55:33 -05:00
..
buffer_cache GPU: Fix buffer cache issue, engine upload not inlining memory in multiline and pessismistic invalidation. 2022-11-24 20:57:16 +01:00
control Fermi2D: Rework blit engine and add a software blitter. 2022-11-24 20:35:44 +01:00
engines Merge pull request #9288 from vonchenplus/deferred_draw 2022-11-26 09:35:45 -05:00
host1x host1x/syncpoint_manager: Pass DeregisterAction() handle as const-ref 2022-11-29 08:55:33 -05:00
host_shaders video_core: Modify astc texture decode error fill value 2022-09-15 17:04:44 +08:00
macro Merge pull request #9252 from liamwhite/radv-superiority 2022-11-19 01:46:48 -08:00
renderer_opengl GPU: Implement additional render target formats. 2022-11-24 20:35:44 +01:00
renderer_vulkan Merge pull request #9276 from goldenx86/fsrSlider 2022-11-27 00:13:15 -08:00
texture_cache GPU: Implement additional render target formats. 2022-11-24 20:35:44 +01:00
textures Add break for default cases 2022-11-13 16:30:55 -08:00
vulkan_common vulkan_blitter: Fix pool allocation double free. 2022-10-06 21:00:54 +02:00
cdma_pusher.cpp NVDRV: Refactor Host1x 2022-10-06 21:00:52 +02:00
cdma_pusher.h NVDRV: Refactor Host1x 2022-10-06 21:00:52 +02:00
CMakeLists.txt Fermi2D: Rework blit engine and add a software blitter. 2022-11-24 20:35:44 +01:00
compatible_formats.cpp renderer_(gl/vk): Implement ASTC_10x6_UNORM 2022-07-05 20:33:43 -04: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 VideoCore: Refactor fencing system. 2022-10-06 21:00:52 +02:00
dma_pusher.h VideoCore: Refactor syncing. 2022-10-06 21:00:52 +02:00
fence_manager.h VideoCore: Refactor fencing system. 2022-10-06 21:00:52 +02:00
framebuffer_config.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
gpu_thread.cpp VideoCore: Refactor fencing system. 2022-10-06 21:00:52 +02:00
gpu_thread.h VideoCore: Refactor syncing. 2022-10-06 21:00:52 +02:00
gpu.cpp General: address feedback 2022-10-06 21:00:54 +02:00
gpu.h GPU: Implement additional render target formats. 2022-11-24 20:35:44 +01:00
memory_manager.cpp video_core:Fix vmm kinds size error 2022-11-06 22:31:22 +08:00
memory_manager.h video_core: Implement memory manager page kind 2022-10-17 15:33:29 +08:00
pte_kind.h video_core: Implement memory manager page kind 2022-10-17 15:33:29 +08:00
query_cache.h Update 3D regs 2022-10-07 14:13:45 +01:00
rasterizer_accelerated.cpp code: dodge PAGE_SIZE #define 2022-08-19 16:08:40 -07:00
rasterizer_accelerated.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
rasterizer_interface.h maxwell3d: full HLE for multi-layer clears 2022-11-17 08:31:43 -05:00
renderer_base.cpp video_core: don't block rendering on screenshots 2022-10-07 17:33:59 -04:00
renderer_base.h chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
shader_cache.cpp Update 3D regs 2022-10-07 14:13:45 +01:00
shader_cache.h VideoCore: implement channels on gpu caches. 2022-10-06 21:00:51 +02:00
shader_environment.cpp ir/texture_pass: Use host_info instead of querying Settings::values (#9176) 2022-11-11 03:32:53 +01:00
shader_environment.h video_core: Fix SNORM texture buffer emulating error (#9001) 2022-11-04 02:39:42 -04: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
surface.cpp video_core/surface: Eliminate casts in GetFormatType() 2022-11-28 20:25:44 -05:00
surface.h GPU: Implement additional render target formats. 2022-11-24 20:35:44 +01:00
transform_feedback.cpp Update 3D regs 2022-10-07 14:13:45 +01:00
transform_feedback.h Update 3D regs 2022-10-07 14:13:45 +01:00
video_core.cpp chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
video_core.h chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00