Re: [PATCH v2 xserver] xwayland: Enable DRI3 for glamor

2018-07-25 Thread Adam Jackson
On Wed, 2018-07-25 at 16:33 +0200, Olivier Fourdan wrote: > glamor_fds_from_pixmap() will bail out early if DRI3 is not enabled, > unfortunately Xwayland's glamor code would not set it as enabled which > would lead to blank pixmaps when using texture from pixmap. > > Make sure to mark DRI3 as

[PATCH v2 xserver] xwayland: Enable DRI3 for glamor

2018-07-25 Thread Olivier Fourdan
glamor_fds_from_pixmap() will bail out early if DRI3 is not enabled, unfortunately Xwayland's glamor code would not set it as enabled which would lead to blank pixmaps when using texture from pixmap. Make sure to mark DRI3 as enabled from glamor_egl_screen_init() in Xwayland. Bugzilla: