mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-13 16:20:18 +01:00
pan/bi: Add TEX.vtx opcode for vertex texturing
Always has an LOD. 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
2fd3ad91c7
commit
f514bdd106
1 changed files with 1 additions and 0 deletions
|
|
@ -1127,6 +1127,7 @@ static const struct add_op_info add_op_infos[] = {
|
|||
{ 0x193c0, "ST_VAR.v4", ADD_THREE_SRC, true },
|
||||
{ 0x1952c, "BLEND", ADD_BLENDING, true },
|
||||
{ 0x1a000, "LD_VAR.16", ADD_VARYING_INTERP, true },
|
||||
{ 0x1ae20, "TEX.vtx", ADD_TEX, true },
|
||||
{ 0x1ae60, "TEX", ADD_TEX, true },
|
||||
{ 0x1b000, "TEX.f16", ADD_TEX_COMPACT, true },
|
||||
{ 0x1c000, "RSHIFT_NAND.i32", ADD_SHIFT },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue