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

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 v3: move to st_texture.[ch], rename callback, add comment Signed-off-by: Christian König Cc: "10.0 10.1" --- src/mesa/state_tracker/st_context.c | 16 +++

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 ++

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

2014-03-23 Thread Christian König
From: Christian König Release the references to the sampler views before destroying the pipe context. TODO: Do we need to lock something? Signed-off-by: Christian König --- src/gallium/drivers/radeonsi/si_descriptors.c | 2 ++ src/mesa/state_tracker/st_atom.h | 2 ++ src/mesa/s