[Mesa-dev] [PATCH 3/3] st/mesa: Revert use pipe_sampler_view_release()

2014-03-24 Thread Christian König
From: Christian König christian.koe...@amd.com The original problem is fixed by now and unconditionally destroying the sampler view, which is possible still referenced elsewhere, is a really bad idea also. This reverts commit 670be71bd801fea876f7512865ed5f54340da9be. Signed-off-by: Christian

Re: [Mesa-dev] [PATCH 3/3] st/mesa: Revert use pipe_sampler_view_release()

2014-03-24 Thread Brian Paul
On 03/24/2014 08:06 AM, Christian König wrote: From: Christian König christian.koe...@amd.com The original problem is fixed by now and unconditionally destroying the sampler view, which is possible still referenced elsewhere, is a really bad idea also. This reverts commit

Re: [Mesa-dev] [PATCH 3/3] st/mesa: Revert use pipe_sampler_view_release()

2014-03-24 Thread Christian König
Am 24.03.2014 16:36, schrieb Brian Paul: On 03/24/2014 08:06 AM, Christian König wrote: From: Christian König christian.koe...@amd.com The original problem is fixed by now and unconditionally destroying the sampler view, which is possible still referenced elsewhere, is a really bad idea also.

[Mesa-dev] [PATCH 3/3] st/mesa: Revert use pipe_sampler_view_release() v2

2014-03-24 Thread Christian König
From: Christian König christian.koe...@amd.com The original problem is fixed by now. This reverts commit 670be71bd801fea876f7512865ed5f54340da9be. v2: update patch text and remove stable CC Signed-off-by: Christian König christian.koe...@amd.com --- src/mesa/state_tracker/st_atom_texture.c | 2

[Mesa-dev] [PATCH 3/3] st/mesa: Revert use pipe_sampler_view_release()

2014-03-23 Thread Christian König
From: Christian König christian.koe...@amd.com The original problem is fixed by now and unconditionally destroying the sampler view, which is possible still referenced elsewhere, is a really bad idea also. This reverts commit 670be71bd801fea876f7512865ed5f54340da9be. Signed-off-by: Christian