On 28 November 2016 at 14:51, Christian König <deathsim...@vodafone.de> wrote:

> --- a/src/gallium/state_trackers/va/context.c
> +++ b/src/gallium/state_trackers/va/context.c
> @@ -118,6 +118,7 @@ VA_DRIVER_INIT_FUNC(VADriverContextP ctx)
>        return VA_STATUS_ERROR_UNIMPLEMENTED;
>     case VA_DISPLAY_GLX:
>     case VA_DISPLAY_X11:
> +#if defined(HAVE_PLATFORM_X11)
>  #if defined(HAVE_DRI3)
>        drv->vscreen = vl_dri3_screen_create(ctx->native_dpy, ctx->x11_screen);
>  #endif
> @@ -125,6 +126,7 @@ VA_DRIVER_INIT_FUNC(VADriverContextP ctx)
>           drv->vscreen = vl_dri2_screen_create(ctx->native_dpy, 
> ctx->x11_screen);
>        if (!drv->vscreen)
>           goto error_screen;
> +#endif
As mentioned off-list we want an #else return
VA_STATUS_ERROR_UNIMPLEMENTED; here.

I've added that locally and noticed that the patch (as-is) causes
breakage. I have a WIP that unwraps the --with-egl-platform, fixing
Vulkan implementations along the way.
I should have that finished later on today.

Thanks
Emil
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to