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

2016-08-15 Thread Jason Ekstrand
On Mon, Aug 15, 2016 at 4:05 AM, Emil Velikov wrote: > On 11 August 2016 at 23:26, Kevin Strasser > wrote: > > 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 Displ

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

2016-08-15 Thread Emil Velikov
On 11 August 2016 at 23:26, Kevin Strasser wrote: > 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

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

2016-08-14 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

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

2016-08-11 Thread Jason Ekstrand
On Thu, Aug 11, 2016 at 3:26 PM, Kevin Strasser wrote: > 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 c

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

2016-08-11 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