Skip to content

radeonsi: add missing nir_intrinsic_bindless_image_descriptor_amd

Qiang Yu requested to merge yuq825/mesa:topic/fix-image-desc into main

What does this MR do and why?

For #11323 (closed)

I saw this fix before, but can't remember where and why it's not merged then.

radeonsi: add missing nir_intrinsic_bindless_image_descriptor_amd

Otherwise we get shader compilation error when imageSize().

Fixes: d4fdeaa820a ("radeonsi: replace llvm resource code with nir lower")
Signed-off-by: Qiang Yu <yuq825@gmail.com>

Merge request reports