broadcom/vc5: Disable TF on V3D 4.x when drawing with queries disabled.
authorEric Anholt <eric@anholt.net>
Fri, 23 Mar 2018 22:43:50 +0000 (15:43 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 27 Mar 2018 00:46:19 +0000 (17:46 -0700)
commit262208eb3c2c53a1fd807bc76b12088f6ce2c56d
tree695d0655b3bda865f9c37a4c731f6860b7508365
parentef2cf9cc3c1a4bc96fcc46eb623768a400c3d68d
broadcom/vc5: Disable TF on V3D 4.x when drawing with queries disabled.

On 3.x, we just don't flag the primitive as needing TF, but those
primitive bits are now allocated to the new primitive types.  Now we need
to actually update the enable flag at draw time.
src/gallium/drivers/vc5/vc5_emit.c
src/gallium/drivers/vc5/vc5_query.c