| Age | Commit message (Collapse) | Author |
|
|
|
|
|
caches: make critical reclamation less eager and possible in more cases
|
|
Texture Cache: Fix untracking on GPU remap
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Use spans over guest memory where possible instead of copying data
|
|
|
|
|
|
This reverts commit 1fc47361a12afd91d8ea0b76378e0b3d4feb93a6.
|
|
Texture cache: Fix YFC regression due to code testing
|
|
|
|
|
|
|
|
video_core: optionally skip barriers on feedback loops
|
|
video_core: add samples check when find render target
|
|
|
|
The previous approach of storing pointers returned by `GetGraphicsSampler`/`GetComputeSampler` caused UB, as these functions can cause reallocation of the sampler slot vector and therefore invalidate the pointers
|
|
|
|
|
|
texture_cache: process aliases and overlaps in the correct order
|
|
|
|
|
|
|
|
video_core: tune garbage collection aggressiveness
|
|
|
|
|
|
already. Use ScratchBuffers in the software blit path.
|
|
|
|
|
|
|
|
|
|
|
|
Sort overlap_ids by modification tick before copy
|
|
|
|
|
|
|