mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 17:30:12 +01:00
pan/bi: Also add compact vertex texturing
This implies lod=0. Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5232>
This commit is contained in:
parent
f514bdd106
commit
d31bc0e21c
1 changed files with 2 additions and 1 deletions
|
|
@ -1020,7 +1020,8 @@ static const struct add_op_info add_op_infos[] = {
|
|||
{ 0x07f18, "LSHIFT_ADD_HIGH32.i32", ADD_TWO_SRC },
|
||||
{ 0x08000, "LD_ATTR", ADD_LOAD_ATTR, true },
|
||||
{ 0x0a000, "LD_VAR.32", ADD_VARYING_INTERP, true },
|
||||
{ 0x0b000, "TEX", ADD_TEX_COMPACT, true },
|
||||
{ 0x0b000, "TEXC", ADD_TEX_COMPACT, true },
|
||||
{ 0x0b400, "TEXC.vtx", ADD_TEX_COMPACT, true },
|
||||
{ 0x0c188, "LOAD.i32", ADD_TWO_SRC, true },
|
||||
{ 0x0c1a0, "LD_UBO.i32", ADD_TWO_SRC, true },
|
||||
{ 0x0c1b8, "LD_SCRATCH.v2i32", ADD_TWO_SRC, true },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue