summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2018-06-06 15:56:26 -0400
committerAdam Jackson <ajax@redhat.com>2018-06-07 14:16:12 -0400
commit9b8999411033c9473cd68e92e4690a91aecf5b95 (patch)
tree2bad7334a42c790a4ca520269c93c23d9663c599
parent3ebef6ab850675e1091df2125ebdfbb147436e6c (diff)
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 <ajax@redhat.com> Acked-by: Keith Packard <keithp@keithp.com> Acked-by: Daniel Stone <daniels@collabora.com>
-rw-r--r--glamor/glamor_egl.c4
1 files 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