diff options
author | Louis-Francis Ratté-Boulianne <lfrb@collabora.com> | 2018-02-28 01:19:44 +0000 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2018-03-05 13:27:55 -0500 |
commit | cef12efc15ca1444d6d8cd839116b318a4668692 (patch) | |
tree | 29d81005b1360e9ab029f09822b222f51fca394b /hw/kdrive | |
parent | c8c276c9569b3ca1e695682a5443f1b615c606bd (diff) |
glamor: Implement GetSupportedModifiers
Implement function added in DRI3 v1.1.
A newest version of libepoxy (>= 1.4.4) is required as earlier
versions use a problematic version of Khronos
EXT_image_dma_buf_import_modifiers spec.
v4: Only send scanout-supported modifiers if flipping is possible
v5: Fix memory corruption in XWayland (uninitialized pointer)
Signed-off-by: Louis-Francis Ratté-Boulianne <lfrb@collabora.com>
Reviewed-by: Daniel Stone <daniels@collabora.com>
Acked-by: Keith Packard <keithp@keithp.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'hw/kdrive')
-rw-r--r-- | hw/kdrive/ephyr/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/kdrive/ephyr/meson.build b/hw/kdrive/ephyr/meson.build index 31e167387..b48afd612 100644 --- a/hw/kdrive/ephyr/meson.build +++ b/hw/kdrive/ephyr/meson.build @@ -30,6 +30,7 @@ if build_glamor xephyr_glamor += glamor xephyr_glamor += glamor_egl_stubs xephyr_dep += dependency('x11-xcb') + xephyr_dep += epoxy_dep endif if build_xv |