Skip to content

ir3: Don't assert on not finding the VS output for an FS input.

Emma Anholt requested to merge anholt/mesa:ir3-undefined-fs-inputs into main

It should return undefined data, not terminate the program. Fixes some piglit tests poking at the UB handling.

Merge request reports