commit | dff1bac6345b755bfba544b144e1e9dad71be9aa | [log] [tgz] |
---|---|---|
author | Mike Blumenkrantz <michael.blumenkrantz@gmail.com> | Wed May 27 15:28:42 2020 -0400 |
committer | Marge Bot <eric+marge@anholt.net> | Wed May 27 23:20:22 2020 +0000 |
tree | dcdb9372a12f1442f572e5c92bf1c799335f3170 | |
parent | df2c68ee4fd470efdc4f0121a2fe4aa5c64771e0 [diff] |
zink: always use logical eq ops in ntv with 1bit inputs integer and float compare ops cannot take boolean types, so the bit size of the inputs should be checked here so that we can swap to the logical equality functions if we're being passed a bool value resolves tons of validator errors in glsl piglit tests Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5231>