Hello
Both of you try to remove the following code from
src/winex11.drv/opengl.c:
/* Aux buffers */ pglXGetFBConfigAttrib(gdi_display, cfgs[fmt_index],
GLX_AUX_BUFFERS,
&value); if (ppfd->cAuxBuffers && !value) { goto choose_exit; }
Is this code in current CVS/GIT? I'm currently using 0.9.19 and could not find the code in wine sources (gentoo).
I have fixed a bug related to the pixel format which should be in cvs now. So your bug might be fixed in cvs. Could you try it and could you also attach a log of glxinfo? I need that log to fix some other opengl issues and I don't have have data from cards like yours.
Thanks, Roderick