iris: Set nir_shader_compiler_options::unify_interfaces.
authorKenneth Graunke <kenneth@whitecape.org>
Mon, 17 Jun 2019 22:12:25 +0000 (17:12 -0500)
committerKenneth Graunke <kenneth@whitecape.org>
Fri, 3 Jan 2020 00:41:50 +0000 (00:41 +0000)
commitd0d28c783d41960a556441593d80925dc0e9aaf0
tree66043466588156b4cc622fc9318638983454dcb5
parent19ed12afd170c97180a9cc7eb6c5589d4c427a40
iris: Set nir_shader_compiler_options::unify_interfaces.

This is technically enabling the option in the common intel backend
code, but only the st/nir linker uses the option, so it's iris-only.

Fixes Piglit's spec/glsl-1.50/execution/geometry/clip-distance-vs-gs-out

Closes: #2274
Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3249>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3249>
src/gallium/drivers/iris/iris_program.c
src/intel/compiler/brw_compiler.c