Skip to content

spirv: Always mark FS layer input as flat.

Timur Kristóf requested to merge Venemo/mesa:spirv_fs_layer_always_flat into main

The spec requires these to be decorated as Flat, but some apps (eg. old DXVK) forget that. We can unconditionally decorate the FS LAYER input as Flat for free, and this prevents those apps from crashing RADV.

Merge request reports

Loading