r600/sfn: lower image derefs
v2: Signal lowering image derefs by using the CAP Signed-off-by: Gert Wollny <gert.wollny@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5206>
This commit is contained in:
@@ -579,7 +579,6 @@ int r600_shader_from_nir(struct r600_context *rctx,
|
||||
.lower_txp = ~0u,
|
||||
};
|
||||
NIR_PASS_V(sel->nir, nir_lower_tex, &lower_tex_options);
|
||||
|
||||
NIR_PASS_V(sel->nir, r600::r600_nir_lower_txl_txf_array_or_cube);
|
||||
|
||||
NIR_PASS_V(sel->nir, r600_nir_lower_int_tg4);
|
||||
|
Reference in New Issue
Block a user