mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-24 10:20:22 +01:00
fix emit_tex() breakage
This commit is contained in:
parent
1b24e2d5a7
commit
fa1fe5f6f3
1 changed files with 2 additions and 0 deletions
|
|
@ -858,6 +858,8 @@ emit_tex(slang_var_table *vt, slang_ir_node *n, struct gl_program *prog)
|
|||
|
||||
storage_to_dst_reg(&inst->DstReg, n->Store, n->Writemask);
|
||||
|
||||
(void) emit(vt, n->Children[1], prog);
|
||||
|
||||
/* Child[1] is the coord */
|
||||
storage_to_src_reg(&inst->SrcReg[0], n->Children[1]->Store);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue