From 9b8999411033c9473cd68e92e4690a91aecf5b95 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Wed, 6 Jun 2018 15:56:26 -0400 Subject: [PATCH] glamor: Enable modifier support for xfree86 too This was left disabled in 1.20.0, it's time to start being sure it works. Signed-off-by: Adam Jackson Acked-by: Keith Packard Acked-by: Daniel Stone --- glamor/glamor_egl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glamor/glamor_egl.c b/glamor/glamor_egl.c index 123e9f28d..4a4ca4bd8 100644 --- a/glamor/glamor_egl.c +++ b/glamor/glamor_egl.c @@ -999,8 +999,8 @@ glamor_egl_init(ScrnInfoPtr scrn, int fd) if (xf86Info.debug != NULL) glamor_egl->dmabuf_capable = !!strstr(xf86Info.debug, "dmabuf_capable"); - else - glamor_egl->dmabuf_capable = FALSE; + else + glamor_egl->dmabuf_capable = TRUE; } #endif