Re: [PATCH v2] glamor: Make glamor_name_from_pixmap work without DRI3

2015-11-18 Thread Eric Anholt
Mark Kettenis writes: > This function is used by the modesetting driver to implement DRI2 and > shouldn't fail on systems that don't support DRI3. Remove the check > for DRI3 and rename glamor_egl_dri3_fd_name_from_tex to > glamor_egl_fd_name_from_tex. At the time you

Re: [PATCH v2] glamor: Make glamor_name_from_pixmap work without DRI3

2015-11-18 Thread Mark Kettenis
> From: Eric Anholt > Date: Wed, 18 Nov 2015 12:57:31 -0800 > > Mark Kettenis writes: > > > This function is used by the modesetting driver to implement DRI2 and > > shouldn't fail on systems that don't support DRI3. Remove the check > > for DRI3 and

[PATCH v2] glamor: Make glamor_name_from_pixmap work without DRI3

2015-11-17 Thread Mark Kettenis
This function is used by the modesetting driver to implement DRI2 and shouldn't fail on systems that don't support DRI3. Remove the check for DRI3 and rename glamor_egl_dri3_fd_name_from_tex to glamor_egl_fd_name_from_tex. Signed-off-by: Mark Kettenis --- glamor/glamor.c