Re: [Mesa-dev] [PATCH 1/2] swrast: increase array size of TextureSample

2013-05-22 Thread Ian Romanick
Other than Eric's formatting nits in patch 2, the series is Reviewed-by: Ian Romanick On 05/13/2013 09:42 AM, Marek Olšák wrote: to match the size of ctx->Texture.Unit, and it will also fix piglit/max-samplers with the following commit. --- src/mesa/swrast/s_context.c |6 +++--- src/mes

[Mesa-dev] [PATCH 1/2] swrast: increase array size of TextureSample

2013-05-13 Thread Marek Olšák
to match the size of ctx->Texture.Unit, and it will also fix piglit/max-samplers with the following commit. --- src/mesa/swrast/s_context.c |6 +++--- src/mesa/swrast/s_context.h |2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/mesa/swrast/s_context.c b/src/mesa/sw