broadcom/vc5: Fix pausing of transform feedback.
authorEric Anholt <eric@anholt.net>
Tue, 7 Nov 2017 18:13:04 +0000 (10:13 -0800)
committerEric Anholt <eric@anholt.net>
Tue, 7 Nov 2017 20:58:00 +0000 (12:58 -0800)
commit80da60947b65b792edc95671147b00bfe53f9101
tree7f63795ca3a0c75a6e75649109c841d5b03adb76
parent25d199f67dce2698aa8a9c3a4010d90a44d3a894
broadcom/vc5: Fix pausing of transform feedback.

Gallium disables it by removing the streamout buffers, not by binding a
program that doesn't have TF outputs.  Fixes piglit
"ext_transform_feedback2/counting with pause"
src/gallium/drivers/vc5/vc5_draw.c