Re: [Mesa-dev] [PATCH mesa 07/21] vulkan: Add EXT_acquire_xlib_display [v2]

2018-06-11 Thread Keith Packard
Jason Ekstrand writes: > As with patch 1, I've gone through and made a pile of style changes to > bring things back under 80 characters. You can find it on this > branch: I've adopted that style across the whole series. >> struct wsi_display { >> @@ -1414,5 +1421,468 @@

Re: [Mesa-dev] [PATCH mesa 07/21] vulkan: Add EXT_acquire_xlib_display [v2]

2018-04-09 Thread Jason Ekstrand
As with patch 1, I've gone through and made a pile of style changes to bring things back under 80 characters. You can find it on this branch: https://gitlab.freedesktop.org/jekstrand/mesa/commits/wip/drm-lease-v3-whitespace I also fixed a couple of the comments below. On Wed, Mar 7, 2018 at

[Mesa-dev] [PATCH mesa 07/21] vulkan: Add EXT_acquire_xlib_display [v2]

2018-03-07 Thread Keith Packard
This extension adds the ability to borrow an X RandR output for temporary use directly by a Vulkan application. For DRM, we use the Linux resource leasing mechanism. v2: Clean up xlib_lease detection * Use separate temporary '_xlib_lease' variable to hold the option