| Age | Commit message (Collapse) | Author |
|
|
|
Use spans over guest memory where possible instead of copying data
|
|
|
|
|
|
Add support for VK_KHR_image_format_list
|
|
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
|
|
video_core: Improved anisotropic filtering heuristics
|
|
|
|
|
|
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
|
|
|
|
Texture cache: revert wrong acceleration assumption
|
|
|
|
|
|
|
|
video_core: tune garbage collection aggressiveness
|
|
video_core: add ASTC recompression
|
|
|
|
|
|
|
|
already. Use ScratchBuffers in the software blit path.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Sort overlap_ids by modification tick before copy
|
|
|
|
|
|
|
|
|
|
|
|
to host.
WIP
|