v3d: Don't forget to flush writes to UBOs.
authorEric Anholt <eric@anholt.net>
Thu, 6 Dec 2018 01:10:15 +0000 (17:10 -0800)
committerEric Anholt <eric@anholt.net>
Sat, 8 Dec 2018 00:48:23 +0000 (16:48 -0800)
commit503b55c6224f32304852b54d953d9e7d5d144708
tree7f3523690778351bc3fd7033416f19c803cd25fc
parent504d06e4c1c5664c1e208179a43adbbd27fd4522
v3d: Don't forget to flush writes to UBOs.

If someone did TF into a UBO, we might have left the TF job un-flushed at
the point of reading.
src/gallium/drivers/v3d/v3d_context.h
src/gallium/drivers/v3d/v3dx_draw.c