Re: [Mesa-dev] Compatible GLX swap event fixes

2011-05-05 Thread Jesse Barnes
On Thu, 05 May 2011 14:15:33 -0700 Ian Romanick wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 05/05/2011 12:38 PM, Jesse Barnes wrote: > > This set is compatible with existing code bases since it adds a new > > struct to the glx and dri2 proto files instead of renaming existing

Re: [Mesa-dev] Compatible GLX swap event fixes

2011-05-05 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/05/2011 12:38 PM, Jesse Barnes wrote: > This set is compatible with existing code bases since it adds a new > struct to the glx and dri2 proto files instead of renaming existing > fields. > > New clients with old servers will see larger, but sti

Re: [Mesa-dev] Compatible GLX swap event fixes

2011-05-05 Thread Jesse Barnes
On Thu, 5 May 2011 12:38:24 -0700 Jesse Barnes wrote: > This set is compatible with existing code bases since it adds a new > struct to the glx and dri2 proto files instead of renaming existing > fields. > > New clients with old servers will see larger, but still broken, SBC > values. Old clien

[Mesa-dev] Compatible GLX swap event fixes

2011-05-05 Thread Jesse Barnes
This set is compatible with existing code bases since it adds a new struct to the glx and dri2 proto files instead of renaming existing fields. New clients with old servers will see larger, but still broken, SBC values. Old clients with new servers will see the same bad values they see today. An