nir/linker: remove reference to just SPIR-V linking
authorAlejandro Piñeiro <apinheiro@igalia.com>
Fri, 6 Mar 2020 09:23:48 +0000 (10:23 +0100)
committerMarge Bot <eric+marge@anholt.net>
Fri, 6 Mar 2020 12:28:08 +0000 (12:28 +0000)
commit2ba272135ad43a025b10b24182bc5b3ad7bef024
tree5c91a48bed9121342945e26b794c64cc314dc5ff
parentd7a70fbb2305604ce75b1a0dbcd03e2ebe71f92a
nir/linker: remove reference to just SPIR-V linking

Several files had a initial comment about the purpose of such files,
including a reference that the NIR linker was implemented with just
ARB_gl_spirv in mind.

Since the nice job Timothy is doing to use the NIR linker on GLSL,
that is not true anymore, so let's remove that reference and also
tweak some other comments.

Acked-by: Timothy Arceri <tarceri@itsqueeze.com>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4081>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4081>
src/compiler/glsl/gl_nir_link_atomics.c
src/compiler/glsl/gl_nir_link_uniform_blocks.c
src/compiler/glsl/gl_nir_link_uniforms.c
src/compiler/glsl/gl_nir_link_xfb.c
src/compiler/glsl/gl_nir_linker.c