master
general: workarounds for SMMU syncing issues (#12749)
video_core: make gpu context aware of rendering program
vk_rasterizer: flip scissor y on lower left origin mode (#13122)
scope_exit: Make constexpr
Merge pull request #12756 from liamwhite/applet-multiprocess-hwc
Merge pull request #12499 from Kelebek1/time
nvnflinger/gpu: implement applet capture
Merge pull request #13171 from liamwhite/fake-address
Revert "HACK: Avoid swizzling and reuploading ASTC image every frame"
Merge pull request #13001 from liamwhite/scaled-availability
gpu: dependency-inject scaling/antialiasing filter state for capture layers
RasterizerMemory: Add filtering for flushing/invalidation operations.
NVDRV: Refactor Host1x
Remove memory allocations in some hot paths
renderer_vulkan: Fix some missing view formats
general: Convert source file copyright comments over to SPDX
Fix stencil func registers, make clip control equivalent to how it was before, but surely wrong.
Core: Clang format and other small issues.
ci: fix new codespell errors
video_core: simplify accelerated surface fetch and crop handling between APIs
nvnflinger/gpu: implement blending
video_core/opengl: Add FSR upscaling filter to the OpenGL renderer
nvnflinger/gpu: implement layer stack composition
BufferBase: Don't ignore GPU pages.
MemoryManager: Reduce the page table size based on last big page address.
CMake: Consolidate common PCH headers
video_core: Implement memory manager page kind
VideoCore: Move Slot Vector to Common
Rework time service to fix time passing offline.
general: Silence -Wshadow{,-uncaptured-local} warnings
Fix typos in video_core
shader_recompiler: use float image operations on load/store when required
video_core: Integrate SMAA
texture_cache: avoid overestimation of ASTC texture sizes
SMMU: Initial adaptation to video_core.
chore: make yuzu REUSE compliant