summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/Android.mk
diff options
context:
space:
mode:
authorGert Wollny <[email protected]>2018-11-19 07:56:09 +0100
committerGert Wollny <[email protected]>2018-11-19 11:06:56 +0100
commitd174cbccfadf206bfbe237e5038b3aa7992b96ba (patch)
treeb74d8b684de501a0335d8857263d9d9174a16397 /src/gallium/drivers/r600/Android.mk
parent18a8e11aeae51266e76ad7568261ba5c1a4d410b (diff)
r600: Only set context streamout strides info from the shader that has outputs
With 5d517a streamout info is only attached to the shader for which the transform feedback is actually recorded, but the driver set the context info with each state submitted, thereby always using the info data that was attached to the vertex shader. Pass the streamout stride info to the context only from the shader that actually has outputs. (Thanks to Marek Olšák for pointing me in the right direction) Fixes regresion with: dEQP-GLES31.functional.tessellation.invariance.* Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108734 Fixes: 5d517a599b1eabd1d5696bf31e26f16568d35770 st/mesa: Don't record garbage streamout information in the non-SSO case. Signed-off-by: Gert Wollny <[email protected]> Reviewed-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/Android.mk')
0 files changed, 0 insertions, 0 deletions