v3d: Apply the GFXH-930 workaround to the case where the VS loads attrs.
authorEric Anholt <eric@anholt.net>
Wed, 24 Apr 2019 18:26:34 +0000 (11:26 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 26 Apr 2019 19:42:30 +0000 (12:42 -0700)
commit42210a4351fbb53a44eb49f31a12e86d7a84ffa4
tree3ea2dd104ad97fbd2c151553aaf00d9e311f516e
parent448fc3ea427ed0edebe2ab5f81c585a5273bafd3
v3d: Apply the GFXH-930 workaround to the case where the VS loads attrs.

We were emitting a dummy load for when the VS doesn't load any attributes,
but we also need to emit a dummy load for when the render VS loads
attributes but the binner VS doesn't.  Fixes simulator assertion failures
and GPU hangs on KHR-GLES31.core.texture_gather.\*
src/gallium/drivers/v3d/v3dx_draw.c