Re: [Mesa-dev] [PATCH] llvmpipe: use pipe_sampler_view_release() to avoid segfault

2013-12-22 Thread Brian Paul
On 12/22/2013 03:28 AM, Jonathan Liu wrote: On 17/12/2013 1:59 AM, Brian Paul wrote: On 12/15/2013 06:24 PM, Jonathan Liu wrote: This fixes another case of faulting when freeing a pipe_sampler_view that belongs to a previously destroyed context. Signed-off-by: Jonathan Liu --- src/gallium/d

Re: [Mesa-dev] [PATCH] llvmpipe: use pipe_sampler_view_release() to avoid segfault

2013-12-22 Thread Jonathan Liu
On 17/12/2013 1:59 AM, Brian Paul wrote: On 12/15/2013 06:24 PM, Jonathan Liu wrote: This fixes another case of faulting when freeing a pipe_sampler_view that belongs to a previously destroyed context. Signed-off-by: Jonathan Liu --- src/gallium/drivers/llvmpipe/lp_state_sampler.c | 6 ++

Re: [Mesa-dev] [PATCH] llvmpipe: use pipe_sampler_view_release() to avoid segfault

2013-12-16 Thread Brian Paul
On 12/15/2013 06:24 PM, Jonathan Liu wrote: This fixes another case of faulting when freeing a pipe_sampler_view that belongs to a previously destroyed context. Signed-off-by: Jonathan Liu --- src/gallium/drivers/llvmpipe/lp_state_sampler.c | 6 ++ 1 file changed, 6 insertions(+) diff -

[Mesa-dev] [PATCH] llvmpipe: use pipe_sampler_view_release() to avoid segfault

2013-12-15 Thread Jonathan Liu
This fixes another case of faulting when freeing a pipe_sampler_view that belongs to a previously destroyed context. Signed-off-by: Jonathan Liu --- src/gallium/drivers/llvmpipe/lp_state_sampler.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/src/gallium/drivers/llvmpipe/lp_state_sam