Re: [Mesa-dev] [PATCH] i965: Fix -Wswitch on INTEL_COPY_STREAMING_LOAD

2018-11-09 Thread Eric Engestrom
On Thursday, 2018-11-08 12:55:35 -0800, Chad Versace wrote: > The warning is emitted when building without INLINE_SSE41. I sent https://patchwork.freedesktop.org/patch/259015/ a couple of weeks ago, but your patch gives a more specific error message, so: Reviewed-by: Eric Engestrom > --- >

Re: [Mesa-dev] [PATCH] i965: Fix -Wswitch on INTEL_COPY_STREAMING_LOAD

2018-11-09 Thread Tapani Pälli
Reviewed-by: Tapani Pälli On 11/8/18 10:55 PM, Chad Versace wrote: The warning is emitted when building without INLINE_SSE41. --- src/mesa/drivers/dri/i965/intel_tiled_memcpy.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git

[Mesa-dev] [PATCH] i965: Fix -Wswitch on INTEL_COPY_STREAMING_LOAD

2018-11-08 Thread Chad Versace
The warning is emitted when building without INLINE_SSE41. --- src/mesa/drivers/dri/i965/intel_tiled_memcpy.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/mesa/drivers/dri/i965/intel_tiled_memcpy.c b/src/mesa/drivers/dri/i965/intel_tiled_memcpy.c index