Re: [Mesa-dev] [PATCH mesa] anv: add unreachable() for VK_EXT_fragment_density_map

2018-12-04 Thread Lionel Landwerlin
On 04/12/2018 13:42, Eric Engestrom wrote: This silences the -Wswitch compiler warning. Signed-off-by: Eric Engestrom Reviewed-by: Lionel Landwerlin --- src/intel/vulkan/anv_image.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/intel/vulkan/anv_image.c

[Mesa-dev] [PATCH mesa] anv: add unreachable() for VK_EXT_fragment_density_map

2018-12-04 Thread Eric Engestrom
This silences the -Wswitch compiler warning. Signed-off-by: Eric Engestrom --- src/intel/vulkan/anv_image.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/intel/vulkan/anv_image.c b/src/intel/vulkan/anv_image.c index 4003ac28444d7edffbf9..1748e9230d726c214715 100644 ---