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 this one-liner into it and then resubmit it.
Yep, here it is. But note that it's only supported on GLX 1.3 and higher.
tom
- fbCfgs = wine_glx.p_glXChooseFBConfig(ctx->display,
DefaultScreen(ctx->display), attribList, &nElements);
Hm, as I see this patch tries to fix the spec violation. I have tried something like this already before on weekend, but glXChooseFBConfig returned NULL and the problem still existed. I'll try this patch however, perhaps I made some mistake this weekend. Should it really fix X_GLXCreateGLXPixmap?
Leon