mirror of https://github.com/PCSX2/pcsx2.git
3ca4272230
Idea is to replace Ad with As when alpha write is masked, then expand/let blend mix, accumulation blend non recursive blend or hw clr blend to do the blending with Ad swapped as As. We are doing this to try to bring some originally higher blending modes to lower levels where we can do the draws with less texture barriers instead (gl/vk), as for d3d11 this allows to run blending on the draws since previously the cases weren't handled properly, it will be slower on d3d11 since we will be reading the frame buffer but it's better than nothing. D3D11: It is enabled on Medium blending or higher, if draw is fbmask then it will enable it on basic blending too. OpenGL/Vulkan: It is enabled based on the previous blending modes: accumulation blend -> either minimum or basic level, depending on colclamp. non recursive blend -> either minimum or basic level, depending on colclamp. blend mix -> basic and higher level. hw clr blend -> minimum and higher level. All: Prefer full sw blend when primitives don't overlap, sw fbmask or full barrier is used, it is more accurate. |
||
---|---|---|
.. | ||
convert.glsl | ||
interlace.glsl | ||
merge.glsl | ||
tfx.glsl |