yuzu/src/shader_recompiler/backend
ReinUsesLisp ca05a13c62 glasm: Catch more register leaks
Add support for null registers. These are used when an instruction has
no usages.

This comes handy when an instruction is only used for its CC value, with
the caveat of having to invalidate all pseudo-instructions before
defining the instruction itself in the register allocator. This commits
changes this.

Workaround a bug on Nvidia's condition codes conditional execution using
branches.
2021-07-22 21:51:33 -04:00
..
glasm glasm: Catch more register leaks 2021-07-22 21:51:33 -04:00
spirv shader: Split profile and runtime information in separate structs 2021-07-22 21:51:33 -04:00
bindings.h Move SPIR-V emission functions to their own header 2021-07-22 21:51:30 -04:00