| Age | Commit message (Collapse) | Author |
|
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.
|
|
Fix ART Blit detection regression and add D24S8 <-> RGBA8 conv to Vulkan
|
|
|
|
|
|
vonchenplus/fix_image_update_error_when_width_too_small
Fix image update/download error when width too small
|
|
|
|
video_core: Implement S8_UINT format
|
|
|
|
|
|
|
|
|
|
This allows the usage of the FormatConversionPass to be applied to more than the previously used BGR conversion scenarios.
|
|
|
|
|
|
|
|
|
|
|
|
make reaper more agressive on 4Gb GPUs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
is rendered.
|
|
|
|
Fixes a bug on BOTW where some objects were no longer being rendered after blitting
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We don't need to reconstruct new textures every time we ScaleUp/ScaleDown. We can scale up once, and revert to the original texture whenever scaling down.
Fixes memory leaks due to glDeleteTextures being deferred for later handling on some drivers
|
|
|
|
|
|
|
|
|
|
Thanks for everything!
|
|
|
|
|
|
|