Re: [Mesa-dev] [PATCH] freedreno: unreference resources on context destruction

2015-10-06 Thread Ilia Mirkin
On Tue, Oct 6, 2015 at 6:39 PM, Eric Anholt wrote: > r<#secure method=pgpmime mode=sign> > Ilia Mirkin writes: > >> Signed-off-by: Ilia Mirkin > > It looks like cso_destroy_context should already be making you > unreference a bunch of this stuff. Am I missing something? I may have gone a littl

Re: [Mesa-dev] [PATCH] freedreno: unreference resources on context destruction

2015-10-06 Thread Eric Anholt
r<#secure method=pgpmime mode=sign> Ilia Mirkin writes: > Signed-off-by: Ilia Mirkin It looks like cso_destroy_context should already be making you unreference a bunch of this stuff. Am I missing something? ___ mesa-dev mailing list mesa-dev@lists.fr

[Mesa-dev] [PATCH] freedreno: unreference resources on context destruction

2015-09-27 Thread Ilia Mirkin
Signed-off-by: Ilia Mirkin --- src/gallium/drivers/freedreno/freedreno_context.c | 19 ++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/src/gallium/drivers/freedreno/freedreno_context.c b/src/gallium/drivers/freedreno/freedreno_context.c index 5b7c32f..9dc918d 10