Allow radeonsi to direct render on XWayland

This commit is contained in:
Cameron Gutman 2020-04-26 20:13:00 -07:00
commit 7cf2a55b43
2 changed files with 13 additions and 7 deletions

View file

@ -47,6 +47,7 @@ private:
int m_WindowSystem;
AVBufferRef* m_HwContext;
int m_DrmFd;
bool m_BlacklistedForDirectRendering;
#ifdef HAVE_LIBVA_X11
Window m_XWindow;