Re: [Mesa-dev] [PATCH] gallium/radeon: Initialize pipe_resource::next to NULL

2016-09-27 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Tue, Sep 27, 2016 at 11:18 AM, Michel Dänzer wrote: > From: Michel Dänzer > > Fixes lots of piglit tests crashing due to using uninitialized memory. > > Fixes: ecd6fce2611e ("mesa/st: support

Re: [Mesa-dev] [PATCH] gallium/radeon: Initialize pipe_resource::next to NULL

2016-09-27 Thread Nicolai Hähnle
Ouch :) Reviewed-by: Nicolai Hähnle On 27.09.2016 11:18, Michel Dänzer wrote: From: Michel Dänzer Fixes lots of piglit tests crashing due to using uninitialized memory. Fixes: ecd6fce2611e ("mesa/st: support lowering multi-planar YUV")

[Mesa-dev] [PATCH] gallium/radeon: Initialize pipe_resource::next to NULL

2016-09-27 Thread Michel Dänzer
From: Michel Dänzer Fixes lots of piglit tests crashing due to using uninitialized memory. Fixes: ecd6fce2611e ("mesa/st: support lowering multi-planar YUV") Signed-off-by: Michel Dänzer --- src/gallium/drivers/radeon/r600_buffer_common.c | 1 +