<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [wine] Brink compatible pixel format not found"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=107687#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [wine] Brink compatible pixel format not found"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=107687">bug 107687</a>
              from <span class="vcard"><a class="email" href="mailto:sa@whiz.se" title="Sven Arvidsson <sa@whiz.se>"> <span class="fn">Sven Arvidsson</span></a>
</span></b>
        <pre>glXChooseFBConfig(dpy = 0x7dce1f80, screen = 0, attribList = {GLX_RED_SIZE, 8,
GLX_GREEN_SIZE, 8, GLX_BLUE_SIZE, 8, GLX_ALPHA_SIZE, 8, GLX_DEPTH_SIZE, 24,
GLX_STENCIL_SIZE, 8, GLX_SWAP_METHOD_OML, 32865,
GLX_FRAMEBUFFER_SRGB_CAPABLE_ARB, 1, GLX_DOUBLEBUFFER, True, GLX_DRAWABLE_TYPE,
GLX_WINDOW_BIT, GLX_RENDER_TYPE, GLX_RGBA_BIT | GLX_COLOR_INDEX_BIT |
0xfffffffffffffffc, 0}, nitems = &0) = NULL

>From the apitrace it looks like Wine passes 32865 (0x8061)for
GLX_SWAP_METHOD_OML  to glXChooseFBConfig, what I can tell from the specs only
0x8060 is allowed as a parameter to GLX_SWAP_METHOD_OML.

If someone can confirm this I will file a new bug with Wine.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>