mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 11:18:08 +02:00
mark ARL operand as scalar (Roland Scheidegger)
This commit is contained in:
parent
0bc09bdace
commit
3ebf0418a9
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ static struct{
|
|||
}op_names[]={
|
||||
OPN(ABS, 1),
|
||||
OPN(ADD, 2),
|
||||
OPN(ARL, 1),
|
||||
OPN(ARL, 1|SCALAR_FLAG),
|
||||
OPN(DP3, 2),
|
||||
OPN(DP4, 2),
|
||||
OPN(DPH, 2),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue