Re: [Mesa-dev] [PATCH 3/5] swr: properly report max number of SO components

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 components count the number of individual values, not the number of slots. Signed-off-by: Ilia Mirkin mailto:imir...@alum.mit.edu>> --- src/gallium/driv

[Mesa-dev] [PATCH 3/5] swr: properly report max number of SO components

2016-11-29 Thread Ilia Mirkin
The components count the number of individual values, not the number of slots. Signed-off-by: Ilia Mirkin --- src/gallium/drivers/swr/swr_screen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/swr/swr_screen.cpp b/src/gallium/drivers/swr/swr_screen.cp