r600: handle geometry dynamic input array index
authorDave Airlie <airlied@redhat.com>
Mon, 7 Dec 2015 05:38:00 +0000 (05:38 +0000)
committerDave Airlie <airlied@redhat.com>
Wed, 9 Dec 2015 05:07:53 +0000 (15:07 +1000)
commitcce3864046be104933fd4f1bb7a4b36092ff4925
tree7e3b2f84cdb815ad8a858e7d0872de48e643f324
parent38542921c785efb37bae88db409d278990684fa4
r600: handle geometry dynamic input array index

This fixes:
glsl-1.50/execution/geometry/dynamic_input_array_index.shader_test
my profanity.

We need to load the AR register with the value from the index reg

Cc: "11.0 11.1" <mesa-stable@lists.freedesktop.org>
Signed-off-by: Dave Airlie <airlied@redhat.com>
src/gallium/drivers/r600/r600_shader.c