Skip to content

freedreno/ir3: fix assertion when shader-db runs.

Hyunjun Ko requested to merge zzoon/mesa:fix_assertion_shaderdb into master

With FD_DBG_SHADERDB defined the driver creates a standard variant from TGSI.

Since the commit 2fb800fd landed, it starts occuring assertion when ruuning shader-db because it doesn't handle those types of nir_tex_src_type.

Merge request reports