Re: [opengl] Another possible fix for the BadMatch error

2006-04-05 Thread Leon Freitag
Am Dienstag, 4. April 2006 14:49 schrieben Sie: > Leon Freitag wrote: > >> BadMatch in X_GLXCreateGLXPixmap is a known problem, I've submitted a > >> patch but it was rejected. > > > > Well, try to resubmit it :) Or post it here, so that others could test > > it. Perhaps you could merge this one-li

Re: [opengl] Another possible fix for the BadMatch error

2006-04-04 Thread Leon Freitag
Am Dienstag, 4. April 2006 14:49 schrieb Tomas Carnecky: > Leon Freitag wrote: > >> BadMatch in X_GLXCreateGLXPixmap is a known problem, I've submitted a > >> patch but it was rejected. > > > > Well, try to resubmit it :) Or post it here, so that others could test > > it. Perhaps you could merge th

Re: [opengl] Another possible fix for the BadMatch error

2006-04-04 Thread Leon Freitag
Am Dienstag, 4. April 2006 14:49 schrieb Tomas Carnecky: > Leon Freitag wrote: > >> BadMatch in X_GLXCreateGLXPixmap is a known problem, I've submitted a > >> patch but it was rejected. > > > > Well, try to resubmit it :) Or post it here, so that others could test > > it. Perhaps you could merge th

Re: [opengl] Another possible fix for the BadMatch error

2006-04-04 Thread Tomas Carnecky
Leon Freitag wrote: > Am Dienstag, 4. April 2006 14:49 schrieb Tomas Carnecky: >> Leon Freitag wrote: BadMatch in X_GLXCreateGLXPixmap is a known problem, I've submitted a patch but it was rejected. >>> Well, try to resubmit it :) Or post it here, so that others could test >>> it. Perhaps

Re: [opengl] Another possible fix for the BadMatch error

2006-04-04 Thread Tomas Carnecky
Leon Freitag wrote: >> BadMatch in X_GLXCreateGLXPixmap is a known problem, I've submitted a >> patch but it was rejected. > > Well, try to resubmit it :) Or post it here, so that others could test it. > Perhaps you could merge this one-liner into it and then resubmit it. > Yep, here it is. But

[opengl] Another possible fix for the BadMatch error

2006-04-04 Thread Leon Freitag
> The BadMatch in X_GLXCreateGLXPixmap is another problem.. here you > should get a BadMatch in X_GLXMakeCurrent. That's true, this patch should only fix the BadMatches in glXMakeCurrent. > BadMatch in X_GLXCreateGLXPixmap is a known problem, I've submitted a > patch but it was rejected. Well, tr

Re: [opengl] Another possible fix for the BadMatch error

2006-04-03 Thread Tomas Carnecky
Willie Sippel wrote: > Am Sonntag, 2. April 2006 16:44 schrieb Leon Freitag: >> Someone mentioned earlier that the code in wgl.c in DescribeDrawable() >> violates the GLX specification and therefore causes bogus return values for >> the visualid. However this code has been already present before th

Re: [opengl] Another possible fix for the BadMatch error

2006-04-03 Thread Willie Sippel
Am Sonntag, 2. April 2006 16:44 schrieb Leon Freitag: > Someone mentioned earlier that the code in wgl.c in DescribeDrawable() > violates the GLX specification and therefore causes bogus return values for > the visualid. However this code has been already present before the > regression, but worked

[opengl] Another possible fix for the BadMatch error

2006-04-02 Thread Leon Freitag
Someone mentioned earlier that the code in wgl.c in DescribeDrawable() violates the GLX specification and therefore causes bogus return values for the visualid. However this code has been already present before the regression, but worked somehow. So the regression can't be caused by this violat