Re: [Mesa-dev] [PATCH] r600g: fix mega_fetch_count

2013-06-05 Thread Tom Stellard
On Tue, Jun 04, 2013 at 12:46:02AM +0200, Grigori Goronzy wrote: > According to ISA docs, the range is 1..64, so effectively > bytes_to_fetch-1. As far as I can tell this patch is correct, though I'm not sure what impact this really has on the shader. Reviewed-by: Tom Stellard > --- > src/gall

[Mesa-dev] [PATCH] r600g: fix mega_fetch_count

2013-06-03 Thread Grigori Goronzy
According to ISA docs, the range is 1..64, so effectively bytes_to_fetch-1. --- src/gallium/drivers/r600/r600_shader.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gallium/drivers/r600/r600_shader.c b/src/gallium/drivers/r600/r600_shader.c index 81ed3ce..0444579 100