| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
general: Reduce unused includes across the project
|
|
|
|
Resolves a -Wmaybe_uninitialized warning
|
|
Since these were being copied by value, none of the changes applied in
the loop would be reflected.
However, from the looks of it, this would already be applied within
CopyImage() anyways, so this can be removed.
|
|
|
|
video_core/memory_manager: Fixes for sparse memory management
|
|
|
|
|
|
The vulkan ImageView held a reference to its source image for rescale status checking. This pointer is sometimes invalidated when the texture cache slot_images container is resized.
To avoid an invalid pointer dereference, the ImageView now holds a reference to the container itself.
|
|
video_core: Refactoring post A.R.T. merge
|
|
|
|
|
|
The image view itself can be queried to see if it is being rescaled or not, removing the need to pass the upscale/down shift factors from the texture cache.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
supported.
|
|
Fix ART Blit detection regression and add D24S8 <-> RGBA8 conv to Vulkan
|
|
|
|
|
|
video_core: Implement S8_UINT format
|
|
|
|
algorithm to be smarter.
|
|
|
|
|
|
|
|
|
|
make reaper more agressive on 4Gb GPUs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
is rendered.
|
|
|
|
|
|
|