Reviewed-by: Ilia Mirkin <[email protected]>

On Nov 26, 2016 1:31 AM, "Jason Ekstrand" <[email protected]> wrote:

> It's not used on gen8+ so it causes unused function warnings.
> ---
>  src/intel/vulkan/genX_pipeline.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/intel/vulkan/genX_pipeline.c b/src/intel/vulkan/genX_
> pipeline.c
> index 86dd647..845d020 100644
> --- a/src/intel/vulkan/genX_pipeline.c
> +++ b/src/intel/vulkan/genX_pipeline.c
> @@ -1100,7 +1100,7 @@ emit_3dstate_wm(struct anv_pipeline *pipeline,
> struct anv_subpass *subpass,
>     }
>  }
>
> -static bool
> +static inline bool
>  is_dual_src_blend_factor(VkBlendFactor factor)
>  {
>     return factor == VK_BLEND_FACTOR_SRC1_COLOR ||
> --
> 2.5.0.400.gff86faf
>
> _______________________________________________
> mesa-dev mailing list
> [email protected]
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to