spirv: Remove outdated SPIR-V decoration warnings
authorArcady Goldmints-Orlov <agoldmints@igalia.com>
Fri, 21 Feb 2020 18:47:10 +0000 (12:47 -0600)
committerMarge Bot <eric+marge@anholt.net>
Fri, 21 Feb 2020 20:34:03 +0000 (20:34 +0000)
commit5f3cbbd958d14924dded0e0a0908127f6bfa006d
treedcc62397dabbe02dd797b62b173e2166fc0d4d1b
parent1598370aca6459ba54915a26683a75bb66f88161
spirv: Remove outdated SPIR-V decoration warnings

spirv_to_nir warns if it encounters XFB decorations and errors if
it encounters a Stream decoration with value other than 0, despite
the fact that these decorations are in fact handled correctly.

Fixes dEQP-VK.transform_feedback.simple.query_1_*
Fixes: cd4a14be06 "spirv: Handle XFB variable decorations"
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3910>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3910>
src/compiler/spirv/spirv_to_nir.c