Re: [Mesa-dev] [PATCH v2] anv/x11: Add support for Xlib platform

2016-08-12 Thread Jason Ekstrand
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

[Mesa-dev] [PATCH v2] anv/x11: Add support for Xlib platform

2016-08-12 Thread Kevin Strasser
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