Re: [Mesa-dev] [PATCH 1/5] radeonsi: increase array size for shader inputs and outputs

2013-05-17 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Fri, May 17, 2013 at 11:27 AM, Michel Dänzer wrote: > From: Marek Olšák > > and add assertions to prevent buffer overflow. This fixes corruption > of the si_shader struct. > > NOTE: This is a candidate for the 9.1 branch. > > [ Cherry-pick of r600g commit da33

[Mesa-dev] [PATCH 1/5] radeonsi: increase array size for shader inputs and outputs

2013-05-17 Thread Michel Dänzer
From: Marek Olšák and add assertions to prevent buffer overflow. This fixes corruption of the si_shader struct. NOTE: This is a candidate for the 9.1 branch. [ Cherry-pick of r600g commit da33f9b919039442e9ab51f9b1d1c83a73607133 ] Signed-off-by: Michel Dänzer --- src/gallium/drivers/radeonsi