Re: [Mesa-dev] [PATCH] gallium/postprocess: Fix resource freeing

2016-08-31 Thread Alex Deucher
On Wed, Aug 31, 2016 at 2:22 AM, Thomas Hellstrom wrote: > The code was triggering asserts in DEBUG builds of the SVGA driver since > the reference count of the resource was never decremented before destroy. > > Signed-off-by: Thomas Hellstrom > Reviewed-by: Brian Paul Reviewed-by: Alex Deucher

[Mesa-dev] [PATCH] gallium/postprocess: Fix resource freeing

2016-08-30 Thread Thomas Hellstrom
The code was triggering asserts in DEBUG builds of the SVGA driver since the reference count of the resource was never decremented before destroy. Signed-off-by: Thomas Hellstrom Reviewed-by: Brian Paul --- src/gallium/auxiliary/postprocess/pp_mlaa.c | 6 ++ 1 file changed, 2 insertions(+),