anv: Add EXT_acquire_xlib_display to anv driver [v3]
authorKeith Packard <keithp@keithp.com>
Fri, 9 Feb 2018 15:45:58 +0000 (07:45 -0800)
committerKeith Packard <keithp@keithp.com>
Tue, 19 Jun 2018 21:17:46 +0000 (14:17 -0700)
commit46090a642d54d58bbdb851ae62beb5c350101324
treef96ff23010d1fefa7f8b67b6fe56812993345ee0
parent7ab1fffcd2a504024b16e408de329f7a94553ecc
anv: Add EXT_acquire_xlib_display to anv driver [v3]

This extension adds the ability to borrow an X RandR output for
temporary use directly by a Vulkan application to the anv driver.

v2:
Simplify addition of VK_USE_PLATFORM_XLIB_XRANDR_KHR to
vulkan_wsi_args

Suggested-by: Eric Engestrom <eric.engestrom@imgtec.com>
v3:
Add extension to list in alphabetical order

Suggested-by: Jason Ekstrand <jason@jlekstrand.net>
Signed-off-by: Keith Packard <keithp@keithp.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/intel/Makefile.vulkan.am
src/intel/vulkan/anv_entrypoints_gen.py
src/intel/vulkan/anv_extensions.py
src/intel/vulkan/anv_extensions_gen.py
src/intel/vulkan/anv_wsi_display.c
src/intel/vulkan/meson.build