Files
mesa/src
Timothy Arceri 7d216f296a glsl: fix needs_lowering() call in varying packing pass
Here we remove the outer arrays on geom and tess shaders where
needed. Without this the pass can sometimes attempt to pack a
varying on only one side of the shader interface where it is not
actually needed. The result can be mismatching varying types.

Fixes: d6b9202873 ("glsl: disable varying packing when its not safe")

Tested-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Acked-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15761>
2022-04-07 23:57:40 +00:00
..
2022-04-06 01:18:23 +00:00
2022-04-07 19:22:14 +00:00
2022-04-07 23:06:05 +00:00
2022-04-07 00:17:40 +00:00
2022-04-07 00:17:40 +00:00
2022-04-07 19:53:03 +00:00
2022-04-07 00:17:40 +00:00
2022-04-07 16:32:21 +00:00