Skip to content

radv, nir/lower_tex: add lower_lod_zero_width

Samuel Pitoiset requested to merge hakzsam/mesa:radv_nir_fix_lod_width_zero into main

This is a workaround for image_get_lod. I implemented it directly in NIR because it's easier and also fixes LLVM at the same time.

See https://gitlab.khronos.org/vulkan/vulkan/-/issues/1719 for more information.

Merge request reports