Re: [Mesa-dev] [PATCH] radeonsi: fixup sizes of shader resource and sampler arrays

2014-06-14 Thread Christian König
Am 14.06.2014 03:46, schrieb Marek Olšák: From: Marek Olšák This was wrong for a very long time. I wonder if the array size has any effect on anything. We only do a bit of GEP pointer arithmetic with them and so probably ignore range limits anyway. Nevertheless it's obviously wrong and sho

[Mesa-dev] [PATCH] radeonsi: fixup sizes of shader resource and sampler arrays

2014-06-13 Thread Marek Olšák
From: Marek Olšák This was wrong for a very long time. I wonder if the array size has any effect on anything. --- src/gallium/drivers/radeonsi/si_shader.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gallium/drivers/radeonsi/si_shader.c b/src/gallium/drivers/radeo