https://bugs.freedesktop.org/show_bug.cgi?id=107687
--- Comment #3 from Sven Arvidsson <s...@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.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel