Re: [Mesa-dev] [PATCH] swr: remove warning about multi-layer surfaces

2016-11-30 Thread Rowley, Timothy O
Reviewed-by: Tim Rowley mailto:timothy.o.row...@intel.com>> On Nov 29, 2016, at 8:05 PM, Ilia Mirkin mailto:imir...@alum.mit.edu>> wrote: We now support clearing these, and actually rendering to multiple layers would require GS support, which will fail in much more spectacular ways for now. Onc

[Mesa-dev] [PATCH] swr: remove warning about multi-layer surfaces

2016-11-29 Thread Ilia Mirkin
We now support clearing these, and actually rendering to multiple layers would require GS support, which will fail in much more spectacular ways for now. Once that is hooked up, there won't be anything else to do here. Signed-off-by: Ilia Mirkin --- src/gallium/drivers/swr/swr_context.cpp | 4 --