[Bug 107687] [wine] Brink compatible pixel format not found

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Sep 1 17:59:16 UTC 2018


https://bugs.freedesktop.org/show_bug.cgi?id=107687

--- Comment #3 from Sven Arvidsson <sa at whiz.se> ---
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20180901/de97c290/attachment.html>


More information about the dri-devel mailing list