mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
svga: TEXLDL opcode dst/src register information is correct.
This commit is contained in:
parent
a61b7aa90d
commit
11c11ee0bc
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ static struct sh_opcode_info opcode_info[] =
|
|||
{ "dsy", 1, 1, 0, 0, SVGA3DOP_INVALID, },
|
||||
{ "texldd", 1, 4, 0, 0, SVGA3DOP_INVALID, },
|
||||
{ "setp", 1, 2, 0, 0, SVGA3DOP_SETP, },
|
||||
{ "texldl", 1, 2, 0, 0, SVGA3DOP_INVALID, },
|
||||
{ "texldl", 1, 2, 0, 0, SVGA3DOP_TEXLDL, },
|
||||
{ "breakp", 0, 1, 0, 0, SVGA3DOP_INVALID, },
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue