Re: [Mesa-dev] [PATCH 4/6] nvc0: introduce a flushed flag for compute validation path

2016-02-21 Thread Ilia Mirkin
On Sun, Feb 21, 2016 at 9:19 AM, Samuel Pitoiset wrote: > Signed-off-by: Samuel Pitoiset > --- > src/gallium/drivers/nouveau/nvc0/nvc0_compute.c | 4 +++- > src/gallium/drivers/nouveau/nvc0/nvc0_context.c | 4 +++- > src/gallium/drivers/nouveau/nvc0/nvc0_screen.h | 1 + > src/gallium/drivers/no

[Mesa-dev] [PATCH 4/6] nvc0: introduce a flushed flag for compute validation path

2016-02-21 Thread Samuel Pitoiset
Signed-off-by: Samuel Pitoiset --- src/gallium/drivers/nouveau/nvc0/nvc0_compute.c | 4 +++- src/gallium/drivers/nouveau/nvc0/nvc0_context.c | 4 +++- src/gallium/drivers/nouveau/nvc0/nvc0_screen.h | 1 + src/gallium/drivers/nouveau/nvc0/nve4_compute.c | 4 +++- 4 files changed, 10 insertions(+)