mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
wip
This commit is contained in:
parent
f298b9a179
commit
fa8c00b772
1 changed files with 1 additions and 0 deletions
|
|
@ -2492,6 +2492,7 @@ vc4_shader_state_create(struct pipe_context *pctx,
|
|||
if (VC4_DBG(TGSI)) {
|
||||
mesa_logd("prog %d TGSI:", so->program_id);
|
||||
tgsi_dump(cso->ir.tokens, 0);
|
||||
}
|
||||
s = tgsi_to_nir(cso->ir.tokens, pctx->screen, false);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue