mesa/src/compiler
Mike Blumenkrantz 3e9b9fdc77 glsl/lower_samplers_as_deref: apply bindings for unused samplers
if a sampler is never used (no derefs) then its binding will never be
applied here, leaving it with binding=0. this will clobber the real binding=0
sampler in driver backends, leading to errors, so try to iterate using
the same criteria as above and apply bindings in the same way

fixes #8974

cc: mesa-stable

Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22902>
(cherry picked from commit ccbfcf3933)
2023-05-09 16:56:48 +01:00
..
clc compiler/clc: Fix embedded clang headers (microsoft-clc) for LLVM 16+ 2023-05-01 09:02:34 +01:00
glsl glsl/lower_samplers_as_deref: apply bindings for unused samplers 2023-05-09 16:56:48 +01:00
isaspec ir3, isaspec: add raw instruction to assembler/disassembler. 2023-01-26 14:26:11 +00:00
nir nir/lower_fp16_casts: Fix SSA dominance 2023-05-09 16:54:28 +01:00
spirv spirv: Assume input attachments are read-only 2023-04-04 22:50:05 +00:00
builtin_type_macros.h
glsl_types.cpp
glsl_types.h
meson.build meson: inline gtest_test_protocol now that it's always 'gtest' 2023-03-10 07:20:29 +00:00
nir_gl_types.h
nir_types.cpp
nir_types.h
shader_enums.c nir, spirv: Add support for VK_EXT_fragment_density_map 2023-04-04 13:14:35 +00:00
shader_enums.h nir, spirv: Add support for VK_EXT_fragment_density_map 2023-04-04 13:14:35 +00:00
shader_info.h nir, spirv: Add support for VK_EXT_fragment_density_map 2023-04-04 13:14:35 +00:00