[Mesa-stable] [Mesa-dev] [PATCH 1/1] egl/drm: expose KHR_image_pixmap extension
Daniel Stone
daniel at fooishbar.org
Wed Sep 17 00:36:43 PDT 2014
Reviewed-by: Daniel Stone <daniels at collabora.com>
On 16 September 2014 22:23, Emil Velikov <emil.l.velikov at gmail.com> wrote:
> Hello gents,
>
> Can anyone spare a couple of minutes and review this patch ?
>
> Thanks
> Emil
>
> On 03/09/14 21:43, Andreas Pokorny wrote:
> > This changes enables EGL_KHR_image_pixmap in the egl drm platform, which
> is implemented
> > there but has not been advertised yet.
> >
> > Signed-off-by: Andreas Pokorny <andreas.pokorny at canonical.com>
> > ---
> > src/egl/drivers/dri2/platform_drm.c | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/src/egl/drivers/dri2/platform_drm.c
> b/src/egl/drivers/dri2/platform_drm.c
> > index e272beb..a39f8ae 100644
> > --- a/src/egl/drivers/dri2/platform_drm.c
> > +++ b/src/egl/drivers/dri2/platform_drm.c
> > @@ -681,6 +681,7 @@ dri2_initialize_drm(_EGLDriver *drv, _EGLDisplay
> *disp)
> > i + 1, EGL_WINDOW_BIT, attr_list, NULL);
> > }
> >
> > + disp->Extensions.KHR_image_pixmap = EGL_TRUE;
> > if (dri2_dpy->dri2)
> > disp->Extensions.EXT_buffer_age = EGL_TRUE;
> >
> >
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-stable/attachments/20140917/a0db31ff/attachment-0001.html>
More information about the mesa-stable
mailing list