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 > On Nov 29, 2016, at 8:23 PM, Ilia Mirkin > wrote: The number has to be less than or equal to the max, not just less than. Signed-off-by: Ilia Mirkin

[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