https://bugs.freedesktop.org/show_bug.cgi?id=62999
--- Comment #5 from Brian Paul <bri...@vmware.com> --- (In reply to comment #2) > (In reply to comment #1) > > Can you attach the output of glxinfo? > > I don't want to sound arrogant, but I fail to see how that would be relevant. > > In http://cgit.freedesktop.org/mesa/mesa/tree/src/glx/glxcmds.c, > fbconfigs_compatible() fails to follow the GLX specification, which says: > > If GLX_DONT_CARE is specified as an attribute value, > then the attribute will not be checked. > > MATCH_EXACT and MATCH_MASK don't check a->param for GLX_DONT_CARE. There are three implementations of GLX in the Mesa tree: src/glx/ (for DRI drivers) src/mesa/drivers/x11/ (for legacy swrast) src/gallium/state_trackers/glx/xlib/ (for llvmpipe/softpipe) The output of glxinfo would tell me which one you're using. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev