diff options
author | Kenneth Graunke <[email protected]> | 2019-06-17 17:12:25 -0500 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2020-01-03 00:41:50 +0000 |
commit | d0d28c783d41960a556441593d80925dc0e9aaf0 (patch) | |
tree | 66043466588156b4cc622fc9318638983454dcb5 /src/gallium | |
parent | 19ed12afd170c97180a9cc7eb6c5589d4c427a40 (diff) |
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 <[email protected]>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3249>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3249>
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/drivers/iris/iris_program.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/iris/iris_program.c b/src/gallium/drivers/iris/iris_program.c index c162141a9f9..20dba6ea383 100644 --- a/src/gallium/drivers/iris/iris_program.c +++ b/src/gallium/drivers/iris/iris_program.c @@ -261,8 +261,6 @@ iris_lower_storage_image_derefs(nir_shader *nir) } } -// XXX: need unify_interfaces() at link time... - /** * Undo nir_lower_passthrough_edgeflags but keep the inputs_read flag. */ |