Re: [Mesa-dev] [PATCH] nvc0: do not clear surfaces bins in the validate function

2016-06-05 Thread Ilia Mirkin
Reviewed-by: Ilia Mirkin On Sun, Jun 5, 2016 at 12:56 PM, Samuel Pitoiset wrote: > We should not call nouveau_bufctx_reset() inside a validate function. > This only affects Fermi where images are aliased between 3D and CP. > > Signed-off-by: Samuel Pitoiset > Cc: "12.0" > --- > src/gallium/dr

[Mesa-dev] [PATCH] nvc0: do not clear surfaces bins in the validate function

2016-06-05 Thread Samuel Pitoiset
We should not call nouveau_bufctx_reset() inside a validate function. This only affects Fermi where images are aliased between 3D and CP. Signed-off-by: Samuel Pitoiset Cc: "12.0" --- src/gallium/drivers/nouveau/nvc0/nvc0_compute.c | 1 + src/gallium/drivers/nouveau/nvc0/nvc0_tex.c | 6 +---