Skip to content

nir_to_tgsi: Fix image declarations.

Emma Anholt requested to merge anholt/mesa:ntt-image-decl into main

We failed to translate the target type, which virgl needs for translation. Also the read_only flag is for consts, shader inputs, and uniforms. The access flag gives you the readonly qualifier.

extracted from !8044 (merged)

Merge request reports