Re: [Mesa-dev] [PATCH 2/3] st/mesa: fix sampler view handling with shared textures v2

2014-03-24 Thread Brian Paul
On 03/24/2014 08:06 AM, Christian König wrote: From: Christian König Release the references to the sampler views before destroying the pipe context. v2: remove TODO and unrelated change Signed-off-by: Christian König Cc: "10.0 10.1" --- src/mesa/state_tracker/st_atom.h | 2 ++ s

[Mesa-dev] [PATCH 2/3] st/mesa: fix sampler view handling with shared textures v2

2014-03-24 Thread Christian König
From: Christian König Release the references to the sampler views before destroying the pipe context. v2: remove TODO and unrelated change Signed-off-by: Christian König Cc: "10.0 10.1" --- src/mesa/state_tracker/st_atom.h | 2 ++ src/mesa/state_tracker/st_atom_texture.c | 8 ++