commit | eab985d070c94917b743058eedfcc6eedcded418 | [log] [tgz] |
---|---|---|
author | Mike Blumenkrantz <michael.blumenkrantz@gmail.com> | Thu Apr 01 17:43:50 2021 -0400 |
committer | Marge Bot <eric+marge@anholt.net> | Thu Apr 08 03:25:57 2021 +0000 |
tree | 1684a6f2be3033a6e685c2c506ad247aea089fb4 | |
parent | 8ebdb8c687de2e44f1d0742c24f9e4526859060f [diff] |
zink: fix conditional when assigning tess variable io this was not copied directly and changed the old conditional, which was intended to catch only non-patch tess io fixes tess io with legacy builtins, e.g., spec@!opengl 2.0@vertex-program-two-side back front2 back2 Fixes: 2d98efd3232 ("zink: pre-populate locations in variables") Reviewed-by: Dave Airlie <airlied@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9996>