nir: Remove linker_error calls from nir_lower_samplers().
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 7 Apr 2015 22:46:56 +0000 (15:46 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Fri, 10 Apr 2015 09:16:31 +0000 (02:16 -0700)
commit709b88ccd8009d98142616cb53c2ad66ddcd52a9
treef6ee1f2040a1c1d491981a0c8933ce30b490baec
parent99264b7f37dc92bcb3a9ae226e00c9300414431c
nir: Remove linker_error calls from nir_lower_samplers().

These should never happen.  Plus, NIR passes really shouldn't be
reporting linker errors - this is past link time.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/glsl/nir/nir_lower_samplers.cpp