Re: [Mesa-dev] [PATCH] nvc0: unreference images when the context is destroyed

2016-05-06 Thread Ilia Mirkin
Reviewed-by: Ilia Mirkin On May 6, 2016 9:09 AM, "Samuel Pitoiset" wrote: > Like other resources, we need to unreference all images. > > Signed-off-by: Samuel Pitoiset > --- > src/gallium/drivers/nouveau/nvc0/nvc0_context.c | 4 > 1 file changed, 4 insertions(+) > > diff --git a/src/galli

[Mesa-dev] [PATCH] nvc0: unreference images when the context is destroyed

2016-05-06 Thread Samuel Pitoiset
Like other resources, we need to unreference all images. Signed-off-by: Samuel Pitoiset --- src/gallium/drivers/nouveau/nvc0/nvc0_context.c | 4 1 file changed, 4 insertions(+) diff --git a/src/gallium/drivers/nouveau/nvc0/nvc0_context.c b/src/gallium/drivers/nouveau/nvc0/nvc0_context.c i