Skip to content

aco: always emit float mode for merged shaders compiled separately

Rhys Perry requested to merge pendingchaos/mesa:aco_fp_mode_sso into main

We don't know what the float mode was by the end of the previous shader, so we should always set it.

Merge request reports