[Mesa-dev] [PATCH 06/26] egl: Implement __DRI_BACKGROUND_CALLABLE
Marek Olšák
maraeo at gmail.com
Fri Feb 10 17:13:24 UTC 2017
On Feb 10, 2017 5:55 PM, "Emil Velikov" <emil.l.velikov at gmail.com> wrote:
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 ?
Yes, the egl stuff is untested. We can drop it if needed. We mainly need
GLX support for now.
Marek
Emil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20170210/2318b043/attachment-0001.html>
More information about the mesa-dev
mailing list