mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-27 18:30:23 +01:00
freedreno/ir3: make TXQ return integers, not floats
We're still doing something wrong for array textures.
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
(cherry picked from commit 81b34e4461)
This commit is contained in:
parent
5bc1397bda
commit
64e4ac780e
1 changed files with 1 additions and 1 deletions
|
|
@ -1318,7 +1318,7 @@ trans_txq(const struct instr_translater *t,
|
|||
level = get_unconst(ctx, level);
|
||||
|
||||
instr = instr_create(ctx, 5, OPC_GETSIZE);
|
||||
instr->cat5.type = get_ftype(ctx);
|
||||
instr->cat5.type = get_utype(ctx);
|
||||
instr->cat5.samp = samp->Index;
|
||||
instr->cat5.tex = samp->Index;
|
||||
instr->flags |= tinf.flags;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue