mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 07:58:07 +02:00
fixed a typo (array size)
This commit is contained in:
parent
c329e5a3d8
commit
758cbc68de
1 changed files with 1 additions and 1 deletions
|
|
@ -5277,7 +5277,7 @@ parse_tree_generate_opcodes(parse_state * s, parse_tree_node * ptn)
|
|||
{
|
||||
GLint a;
|
||||
GLint opcode, dst, src[3];
|
||||
GLint dst_mask[4], src_swz[3][4], src_scalar[2], src_sign[3];
|
||||
GLint dst_mask[4], src_swz[3][4], src_scalar[3], src_sign[3];
|
||||
parse_tree_node *dn, *sn[3];
|
||||
|
||||
src_sign[0] = src_sign[1] = src_sign[2] = 1;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue