Re: winex11: Use GLXFBConfig for the pixel format list

2007-01-01 Thread Chris Robinson
On Monday 01 January 2007 00:47, Vitaliy Margolen wrote: > Please don't send compressed patches. It's not that huge to gzip it. Sorry. > > +WineGLFBConfigsListSize = 1; > > +WineGLDisplayablePixelFormatListSize = 1; > > If you hard-coding the list size to 1 it's not a list anymore

Re: winex11: Use GLXFBConfig for the pixel format list

2007-01-01 Thread Roderick Colenbrander
Original-Nachricht > > TRACE(" make current for dis %p, drawable %p, ctx %p\n", > gdi_display, (void*) drawable, ctx->ctx); > > +X11DRV_expect_error(gdi_display, error_catcher, NULL); > > ret = pglXMakeCurrent(gdi_display, drawable, ctx->ctx); > > +

Re: winex11: Use GLXFBConfig for the pixel format list

2007-01-01 Thread Vitaliy Margolen
Chris Robinson wrote: > This greatly simplifies some of the wgl code by keeping around a single > customized fbconfig array, instead of holding a static, custom-typedef array > which left many functions to query glx for the fbconfig list anyway (which in > turn caused many needless, potentially