Re: [Mesa-dev] [PATCH 1/2] virgl: Negotiate version with vtest server

2018-09-14 Thread Gert Wollny
Am Donnerstag, den 13.09.2018, 20:04 -0700 schrieb Gurchetan Singh: > Reviewed-by: Gurchetan Singh > > Was there a second patch sent out? Yes, somehow it did reach Dave, but neither the ML nor patchwork I'll resend Best, Gert > On Thu, Sep 13, 2018 at 4:24 AM Gert Wollny > wrote: > > >

Re: [Mesa-dev] [PATCH 1/2] virgl: Negotiate version with vtest server

2018-09-14 Thread Gurchetan Singh
Reviewed-by: Gurchetan Singh Was there a second patch sent out? On Thu, Sep 13, 2018 at 4:24 AM Gert Wollny wrote: > > From: Tomeu Vizoso > > Check if server supports version negotation by sending a PING_PROTOCOL_VERSION > message right before a dummy RESOURCE_BUSY_WAIT. If we don't get a reply

[Mesa-dev] [PATCH 1/2] virgl: Negotiate version with vtest server

2018-09-13 Thread Gert Wollny
From: Tomeu Vizoso Check if server supports version negotation by sending a PING_PROTOCOL_VERSION message right before a dummy RESOURCE_BUSY_WAIT. If we don't get a reply for the first, we know the server doesn't support it. If it does support it, we can query the max protocol version supported