Skip to content

radeonsi: add workaround for issue 2647

For unknown reasons pixel shaders in KSP game get executed with infinite interpolation coefficients and this causes an infinite loop in the shader.

This commit adds a hacky workaround that kills pixel shaders if invalid interp coeffs are detected and enables it for KSP.

Closes: #2174 (closed) Closes: #2647 (closed)

Merge request reports