[Mesa-dev] [PATCH] intel/anv: Add missing break in anv_CreateDevice()

Eric Engestrom eric at engestrom.ch
Mon Jun 26 20:14:00 UTC 2017


On Monday, 2017-06-26 21:07:12 +0300, Topi Pohjolainen wrote:
> CID: 1413018
> Signed-off-by: Topi Pohjolainen <topi.pohjolainen at intel.com>

Both patches are
Reviewed-by: Eric Engestrom <eric at engestrom.ch>

> ---
>  src/intel/vulkan/anv_device.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c
> index 5505befcfa..b09caa38a4 100644
> --- a/src/intel/vulkan/anv_device.c
> +++ b/src/intel/vulkan/anv_device.c
> @@ -1231,6 +1231,7 @@ VkResult anv_CreateDevice(
>        break;
>     case 9:
>        result = gen9_init_device_state(device);
> +      break;
>     case 10:
>        result = gen10_init_device_state(device);
>        break;
> -- 
> 2.11.0
> 


More information about the mesa-dev mailing list