[Mesa-dev] [PATCH 06/26] egl: Implement __DRI_BACKGROUND_CALLABLE

Emil Velikov emil.l.velikov at gmail.com
Fri Feb 10 16:55:05 UTC 2017


On 8 February 2017 at 18:03, Marek Olšák <maraeo at gmail.com> wrote:

> +const __DRIbackgroundCallableExtension background_callable_extension = {
> +   { __DRI_BACKGROUND_CALLABLE, __DRI_BACKGROUND_CALLABLE_VERSION },
> +   dri_set_background_context,
Similar to the GLX patch - 1 + C99 initializers.

> --- a/src/egl/drivers/dri2/platform_x11.c
> +++ b/src/egl/drivers/dri2/platform_x11.c
Worth updating x11/dri3 and others like drm, surfaceless, wayland and android ?
I'd imagine you kept them as-is since you've not tested them ?

Emil


More information about the mesa-dev mailing list