Re: [Mesa-dev] [PATCH 3/4] vc4: Drop the content of vc4_flush_resource().

2015-01-06 Thread Michel Dänzer
On 27.12.2014 03:45, Eric Anholt wrote: > The callers all follow it with a flush of the context, and the flush of > the context gives us more information about how things are being flushed. > --- > src/gallium/drivers/vc4/vc4_resource.c | 8 > 1 file changed, 4 insertions(+), 4 deletions(

[Mesa-dev] [PATCH 3/4] vc4: Drop the content of vc4_flush_resource().

2014-12-26 Thread Eric Anholt
The callers all follow it with a flush of the context, and the flush of the context gives us more information about how things are being flushed. --- src/gallium/drivers/vc4/vc4_resource.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/gallium/drivers/vc4/vc4_resou