svga: fix constant indices for texcoord scale factors and texture buffer size
authorCharmaine Lee <charmainel@vmware.com>
Tue, 18 Jul 2017 23:13:48 +0000 (16:13 -0700)
committerBrian Paul <brianp@vmware.com>
Sat, 22 Jul 2017 19:18:56 +0000 (13:18 -0600)
commit83ca6b9d31005a11380f9dbd1b5531294f5c3e92
tree4bf83f35d20fdc697ab2ec9fc7eb13258a8099cd
parentacfb1583a560339b500a94bc13bf73675e7ed422
svga: fix constant indices for texcoord scale factors and texture buffer size

This patch fixes the ordering of the constant indices for texcoord scale
factor and texture buffer size to match the order they were added to the
constant buffer in svga_get_extra_constants_common().

Tested with MTT piglit, glretrace.

Reviewed-by: Brian Paul <brianp@vmware.com>
src/gallium/drivers/svga/svga_tgsi_vgpu10.c