Re: WGL: Fix a major ATI regression

2007-09-13 Thread Joerg Mayer
On Thu, Sep 13, 2007 at 01:09:14AM +0200, Roderick Colenbrander wrote: > The change isn't a hack but more a workaround. I have submitted the bugreport > to ATI but they likely won't fix it anytime soon. Well, if I understood the ATI development cycle correctly, even if they fixed it right away it

Re: WGL: Fix a major ATI regression

2007-09-12 Thread Chris Robinson
On Wednesday 12 September 2007 04:09:14 pm Roderick Colenbrander wrote: > +visinfo = pglXGetVisualFromFBConfig(display, cfgs[i]); > +/* We have found an offscreen rendering format when there is no > visualinfo :) */ > +if(visinfo->visualid == visualid) { > pg