Re: [Dri-devel] More client and server GLX updates

2003-06-09 Thread Ian Romanick
Ian Romanick wrote: Here's the latest version of my GLX changes. It includes all the stuff that was in the last version, but all of the client-side support is in place for GLX_SGI_make_current_read. The interesting thing is that, because of the way I refectored glXMakeCurrent,

Re: [Dri-devel] More client and server GLX updates

2003-06-06 Thread Ian Romanick
Ian Romanick wrote: Ian Romanick wrote: In any case, here is the patch as it currently stands. demos/occlude doesn't work right, but I'm working on it. I've also attached a patch to demos/shadowtex.c to change the way cycling compare mode works. It can now cycle with the SGIX version. I'll

Re: [Dri-devel] More client and server GLX updates

2003-06-06 Thread Ian Romanick
Here's the latest version of my GLX changes. It includes all the stuff that was in the last version, but all of the client-side support is in place for GLX_SGI_make_current_read. The interesting thing is that, because of the way I refectored glXMakeCurrent, glXMakeCurrentReadSGI, and

Re: [Dri-devel] More client and server GLX updates

2003-06-06 Thread Ian Romanick
D'oh. The changes to radeon_reg.h are not part of the GLX changes. Please ignore them for now. Sorry. :) --- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread

Re: [Dri-devel] More client and server GLX updates

2003-06-05 Thread Brian Paul
Ian Romanick wrote: After Brian reported some problems to me with the fbconfig code in the client-side GLX, I decided to make some GLX updates before leaving for vacation (I'm away 6/10 through 6/22). I wanted to add GLX protocol support for as many of the enum only extensions as I could. I

Re: [Dri-devel] More client and server GLX updates

2003-06-05 Thread Ian Romanick
Ian Romanick wrote: In any case, here is the patch as it currently stands. demos/occlude doesn't work right, but I'm working on it. I've also attached a patch to demos/shadowtex.c to change the way cycling compare mode works. It can now cycle with the SGIX version. I'll commit this later.

[Dri-devel] More client and server GLX updates

2003-06-04 Thread Ian Romanick
After Brian reported some problems to me with the fbconfig code in the client-side GLX, I decided to make some GLX updates before leaving for vacation (I'm away 6/10 through 6/22). I wanted to add GLX protocol support for as many of the enum only extensions as I could. I especially wanted to