mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 06:40:08 +01:00
ir3: fix mem_ctx for ir3_disasm_info::nir
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/6494 Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16535>
This commit is contained in:
parent
9e22e2ac88
commit
cb50fe7110
1 changed files with 1 additions and 1 deletions
|
|
@ -420,7 +420,7 @@ create_variant(struct ir3_shader *shader, const struct ir3_shader_key *key,
|
|||
}
|
||||
|
||||
if (v->disasm_info.write_disasm) {
|
||||
v->disasm_info.nir = nir_shader_as_str(shader->nir, shader);
|
||||
v->disasm_info.nir = nir_shader_as_str(shader->nir, v);
|
||||
}
|
||||
|
||||
shader->nir_finalized = true;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue