Re: [Mesa-dev] [RFC] swap complete event handling fixes

2011-05-03 Thread Jesse Barnes
On Tue, 03 May 2011 11:38:26 -0700 Ian Romanick wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 05/03/2011 10:59 AM, Jesse Barnes wrote: > > Ended up moving over to generic events since the GLX type code is part > > of the GLX namespace and larger than 8 bits. > > > > Apparently

Re: [Mesa-dev] [RFC] swap complete event handling fixes

2011-05-03 Thread Jesse Barnes
On Tue, 03 May 2011 11:38:26 -0700 Ian Romanick wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 05/03/2011 10:59 AM, Jesse Barnes wrote: > > Ended up moving over to generic events since the GLX type code is part > > of the GLX namespace and larger than 8 bits. > > > > Apparently

Re: [Mesa-dev] [RFC] swap complete event handling fixes

2011-05-03 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/03/2011 10:59 AM, Jesse Barnes wrote: > Ended up moving over to generic events since the GLX type code is part > of the GLX namespace and larger than 8 bits. > > Apparently no one had ever tried ChangeDrawableAttributes with indirect > clients,

[Mesa-dev] [RFC] swap complete event handling fixes

2011-05-03 Thread Jesse Barnes
Ended up moving over to generic events since the GLX type code is part of the GLX namespace and larger than 8 bits. Apparently no one had ever tried ChangeDrawableAttributes with indirect clients, because simply going a glXSelectEvent causes a crash in that case. So this patch set includes a fix