Re: [Mesa-dev] [PATCH 4/5] swr: fix assertion for max number of so targets

2016-11-30 Thread Rowley, Timothy O
Reviewed-by: Tim Rowley mailto:timothy.o.row...@intel.com>> On Nov 29, 2016, at 8:23 PM, Ilia Mirkin mailto:imir...@alum.mit.edu>> wrote: The number has to be less than or equal to the max, not just less than. Signed-off-by: Ilia Mirkin mailto:imir...@alum.mit.edu>> --- src/gallium/drivers/swr

[Mesa-dev] [PATCH 4/5] swr: fix assertion for max number of so targets

2016-11-29 Thread Ilia Mirkin
The number has to be less than or equal to the max, not just less than. Signed-off-by: Ilia Mirkin --- src/gallium/drivers/swr/swr_state.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/swr/swr_state.cpp b/src/gallium/drivers/swr/swr_state.cpp index 9f