Skip to content

venus: properly ignore the sampler for immutable sampler

Yiwei Zhang requested to merge zzyiwei/mesa:vn-fix-immutable-sampler into main

This was found while debugging venus-lavapipe ci failure. It's a real bug though no tests have caught this yet. The sampler in the descriptor write can be garbled if the binding has immutable samplers.

cc: mesa-stable

Signed-off-by: Yiwei Zhang zzyiwei@chromium.org

Merge request reports