Re: [PATCH] dri2: SProcDRI2Connect - send the response.

2012-05-22 Thread Keith Packard
Michal Srb m...@suse.com writes: The swapped implementation of DRI2Connect is always responding with empty device and driver values. However the response was only prepared and never sent (also had undefined .type member), causing e.g. glxinfo get stuck waiting for response when started

Re: [PATCH] dri2: SProcDRI2Connect - send the response.

2012-05-16 Thread Michel Dänzer
On Fre, 2012-05-04 at 18:29 +0200, Michal Srb wrote: The swapped implementation of DRI2Connect is always responding with empty device and driver values. However the response was only prepared and never sent (also had undefined .type member), causing e.g. glxinfo get stuck waiting for response

[PATCH] dri2: SProcDRI2Connect - send the response.

2012-05-04 Thread Michal Srb
The swapped implementation of DRI2Connect is always responding with empty device and driver values. However the response was only prepared and never sent (also had undefined .type member), causing e.g. glxinfo get stuck waiting for response when started remotely from machine with different

[PATCH] dri2: SProcDRI2Connect - send the response.

2012-03-21 Thread Michal Srb
The swapped implementation of DRI2Connect is always responding with empty device and driver values. However the response was only prepared and never sent (also had undefined .type member), causing e.g. glxinfo get stuck waiting for response when started remotely from machine with different

Re: [PATCH] dri2: SProcDRI2Connect - send the response.

2012-03-21 Thread Jeremy Huddleston
/facepalm Reviewed-by: Jeremy Huddleston jerem...@apple.com On Mar 21, 2012, at 7:14 AM, Michal Srb m...@suse.com wrote: The swapped implementation of DRI2Connect is always responding with empty device and driver values. However the response was only prepared and never sent (also had