commit | dbac8e25f851ed44c51f3ce8a08b2cdd564c5dd2 | [log] [tgz] |
---|---|---|
author | Keith Packard <keithp@keithp.com> | Fri Feb 09 07:45:58 2018 -0800 |
committer | Keith Packard <keithp@keithp.com> | Tue Jun 19 14:17:46 2018 -0700 |
tree | b916f34db7b01f7ea88f7e5bf979196d8584c56c | |
parent | 46090a642d54d58bbdb851ae62beb5c350101324 [diff] |
radv: Add EXT_acquire_xlib_display to radv driver [v2] This extension adds the ability to borrow an X RandR output for temporary use directly by a Vulkan application to the radv driver. v2: Simplify addition of VK_USE_PLATFORM_XLIB_XRANDR_KHR to vulkan_wsi_args Suggested-by: Eric Engestrom <eric.engestrom@imgtec.com> Signed-off-by: Keith Packard <keithp@keithp.com> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>