[Mesa-dev] [Bug 110462] Epic Games Launcher renders nothing with "-opengl" option

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Apr 18 11:41:58 UTC 2019


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

--- Comment #3 from Danylo <danylo.piliaiev at gmail.com> ---
It creates several contexts (from apitrace):

glXCreateContextAttribsARB(dpy = 0x7e1e57b0, config = 0x7e875070, share_context
= 0x7e9c0450, direct = True, attrib_list = [GLX_CONTEXT_MAJOR_VERSION_ARB, 3,
GLX_CONTEXT_MINOR_VERSION_ARB, 2, GLX_CONTEXT_PROFILE_MASK_ARB,
GLX_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB, GLX_CONTEXT_FLAGS_ARB,
GLX_CONTEXT_FORWARD_COMPATIBLE_BIT_ARB, 0]) = 0x7ebf4410

glXCreateContextAttribsARB(dpy = 0x7e1e57b0, config = 0x7e875070, share_context
= NULL, direct = True, attrib_list = [GLX_CONTEXT_MAJOR_VERSION_ARB, 4,
GLX_CONTEXT_MINOR_VERSION_ARB, 4, 0]) = 0x7ec33570

glXCreateContextAttribsARB(dpy = 0x7e1e57b0, config = 0x7e875070, share_context
= NULL, direct = True, attrib_list = [GLX_CONTEXT_MAJOR_VERSION_ARB, 4,
GLX_CONTEXT_MINOR_VERSION_ARB, 4, GLX_CONTEXT_FLAGS_ARB,
GLX_CONTEXT_DEBUG_BIT_ARB, 0]) = 0x7f526c0010d0

So for 3.2 it requests compat profile. For 4.4 - it doesn't and it uses 4.4
context to render the interface.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20190418/bdea03cb/attachment.html>


More information about the mesa-dev mailing list