Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
based on glasm with some tweaks
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also add a setting for enable Nsight Aftermath.
|
|
|
|
|
|
|
|
Opens the new shader cache directory location for the specified title, if it exists.
|
|
The lod query functions exposed by the rendering API's do not make use of the texturearray layer indexing.
|
|
Reduces the number of total pipelines generated on Vulkan.
Tested on Super Smash Bros. Ultimate.
|
|
|
|
|
|
|
|
The sign bit on integers of size < 32 was not properly preserved in casts
|
|
BitCast U32 to S32 before converting to float on drivers with broken
signed operations.
|
|
Fixes black textures in UE4 games
|
|
|
|
|
|
Fixes DOOM 2016 missing local memory
|
|
Fixes SULD.D tests.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes pixelated presentation on Intel devices.
|
|
|
|
Used by Claybook.
|
|
Fixes a crash on Age of Calamity cutscenes.
|
|
|
|
|
|
|
|
|
|
Increases performance significantly on certain titles.
|
|
|
|
MSVC generates better code for it.
|
|
Recreate only when requested (or sRGB is changed) instead of tracking
the frontend's size. That size is still used as a hint.
|
|
|
|
|
|
|
|
|