Re: [Mesa-dev] [PATCH] radeonsi: store group_size_variable in struct si_compute

2016-11-18 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Fri, Nov 18, 2016 at 8:22 PM, Nicolai Hähnle wrote: > From: Nicolai Hähnle > > For compute shaders, we free the selector after the shader has been > compiled, so we need to save this bit somewhere else. Also, make sure that > this type of bug cannot re-appear

[Mesa-dev] [PATCH] radeonsi: store group_size_variable in struct si_compute

2016-11-18 Thread Nicolai Hähnle
From: Nicolai Hähnle For compute shaders, we free the selector after the shader has been compiled, so we need to save this bit somewhere else. Also, make sure that this type of bug cannot re-appear, by NULL-ing the selector pointer after we're done with it. This bug has been there since the fea