Re: [Mesa-dev] [PATCH 2/6] r600_shader.c: check validity of the value returned by eg_get_interpolator_index

2017-03-17 Thread Michel Dänzer
On 16/03/17 11:25 PM, Julien Isorce wrote: > Like done in another place in that same file. > Not sure if this should be an assert though. > > CID 1250588 > > Signed-off-by: Julien Isorce > --- > src/gallium/drivers/r600/r600_shader.c | 6 -- > 1 file changed, 4

[Mesa-dev] [PATCH 2/6] r600_shader.c: check validity of the value returned by eg_get_interpolator_index

2017-03-16 Thread Julien Isorce
Like done in another place in that same file. Not sure if this should be an assert though. CID 1250588 Signed-off-by: Julien Isorce --- src/gallium/drivers/r600/r600_shader.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git