commit | 0847fe6e7fa6ee07420c6eed95bfee036748bc6a | [log] [tgz] |
---|---|---|
author | Tapani Pälli <tapani.palli@intel.com> | Sat Mar 14 08:57:02 2020 +0200 |
committer | Marge Bot <eric+marge@anholt.net> | Thu Mar 26 12:41:12 2020 +0000 |
tree | 39aa3bbbbb4fa556044203e04bc1589715196d03 | |
parent | 05069e1f0794aadd40ce9269f858e50c64254388 [diff] |
glsl: set error_emitted true if type not ok for assignment Patch changes also existing assert to not trigger when we have error types in assignment. v2: simplify, cleanup (Ian) Closes: https://gitlab.freedesktop.org/mesa/mesa/issues/2629 Fixes: d1fa69ed61d ("glsl: do not attempt assignment if operand type not parsed correctly") Signed-off-by: Tapani Pälli <tapani.palli@intel.com> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4178> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4178>