Reviewed-by: Jason Ekstrand
I would still like to see a review from Emil. He's on vacation at the
moment, but he should be back next week.
On Fri, Aug 12, 2016 at 2:17 PM, Kevin Strasser
wrote:
> Some applications continue to use the Xlib client library and expect that
> VK_KHR_xlib_surface w
Some applications continue to use the Xlib client library and expect that
VK_KHR_xlib_surface will be available in the driver. Service these
applications by converting the Display pointer to xcb_connection_t and use
the existing xcb code in the driver.
Signed-off-by: Kevin Strasser
Cc: Jason Ekst