Skip to content

v1.0.2815-master

Compare
Choose a tag to compare
@xenia-ci xenia-ci released this 16 May 20:38
cba4ca0

Windows release build for xenia-project/xenia@8e7301f.

[SPIR-V] Use a helper class for most if/else branching

Simplifies emission of the blocks themselves (including inserting blocks
into the function's block list in the correct order), as well as phi after
the branching.

Also fixes 64bpp storing with blending in the fragment shader interlock
render backend implementation (had a typo that caused the high 32 bits to
overwrite the low ones).