tgsi_build: fix order of arguments for ind register build

This was broken when arrayid was added.

Reviewed-by: Brian Paul <brianp@vmware.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
Dave Airlie 2013-08-13 10:13:12 +10:00
parent 81204d0e9c
commit 4763a032a0
1 changed files with 1 additions and 1 deletions

View File

@ -876,8 +876,8 @@ static struct tgsi_ind_register
tgsi_build_ind_register(
unsigned file,
unsigned swizzle,
unsigned arrayid,
int index,
unsigned arrayid,
struct tgsi_instruction *instruction,
struct tgsi_header *header )
{