master
Rework time service to fix time passing offline.
general: Convert source file copyright comments over to SPDX
video_core: Fix buffer_row_length computation for linear compressed textures
Move to Clang Format 15
add Z32, FLOAT, UINT, UINT, UINT, LINEAR to format lookup table
Get out of render pass before query barriers, fix image names with samples > 1, remove image alias bit
Implement X8_D24 format
texture_cache: process aliases and overlaps in the correct order
ci: fix new codespell errors
Texture Cache: Fix untracking on GPU remap
video_core: Add per-image anisotropy heuristics (format & mip count)
common: Change semantics of UNREACHABLE to unconditionally crash
general: fix compile for Apple Clang
general: Format licenses as per SPDX guidelines
Merge pull request #13171 from liamwhite/fake-address
VideoCore: Move Slot Vector to Common
Core: Eliminate core/memory dependancies.
Use spans over guest memory where possible instead of copying data.