Re: [Mesa-dev] [PATCH 1/4] gallium: clarify reference counting for fence

2015-07-10 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Wed, Jul 8, 2015 at 10:34 PM, Rob Clark wrote: > From: Rob Clark > > No where was it spelled out that the state tracker may expect the pipe > driver to unref the old fence. > > Signed-off-by: Rob Clark > --- > src/gallium/include/pipe/p_context.h | 8 +++

Re: [Mesa-dev] [PATCH 1/4] gallium: clarify reference counting for fence

2015-07-08 Thread Michel Dänzer
On 09.07.2015 05:34, Rob Clark wrote: > From: Rob Clark > > No where was it spelled out that the state tracker may expect the pipe "Nowhere"? > driver to unref the old fence. > > Signed-off-by: Rob Clark Either way, the series is Reviewed-by: Michel Dänzer -- Earthling Michel Dänzer

[Mesa-dev] [PATCH 1/4] gallium: clarify reference counting for fence

2015-07-08 Thread Rob Clark
From: Rob Clark No where was it spelled out that the state tracker may expect the pipe driver to unref the old fence. Signed-off-by: Rob Clark --- src/gallium/include/pipe/p_context.h | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/gallium/include/pipe/p_context.