Re: [Mesa-dev] [PATCH] nvc0: force cache flush when binding a new ubo

2015-07-21 Thread Ilia Mirkin
Reviewed-by: Ilia Mirkin I'm unconvinced that this is strictly necessary, but it seems to fix the test so... wtvr. UBO's don't get rebound too often without also doing other things that would incur a similar barrier/flush. On Tue, Jul 21, 2015 at 3:59 PM, Samuel Pitoiset wrote: > This fixes the

[Mesa-dev] [PATCH] nvc0: force cache flush when binding a new ubo

2015-07-21 Thread Samuel Pitoiset
This fixes the following piglit test: ext_transform_feedback-immediate-reuse-uniform-buffer Signed-off-by: Samuel Pitoiset --- src/gallium/drivers/nouveau/nvc0/nvc0_state_validate.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gallium/drivers/nouveau/nvc0/nvc0_state_validate.c b/