GNOME Bugzilla – Bug 764018
glcontext: try wglCreateContextAttribsARB first even not using GL3 core profile
Last modified: 2016-06-21 13:08:26 UTC
Created attachment 324524 [details] [review] misc patch to address this I've found commit 1a6fe3db40ec3a0946f2870ebb25a9ebed55245f glcontext/wgl: implement gl3 core profile context selection changed none GL3 core profile context create to wglCreateContext, we can still try wglCreateContextAttribs first.
What exactly is the problem this is fixing?
(In reply to Sebastian Dröge (slomo) from comment #1) > What exactly is the problem this is fixing? seems when using context sharing ,wglCreateContextAttribsARB is better supported than wglCreateContext+wglShareLists, I've created similar bug before https://bugzilla.gnome.org/show_bug.cgi?id=726494 since I didn't find a REOPEN option so recreate a new one
commit 6ed2ca373a9af0c09347bd2b179f8f571c1e7d6d Author: Wang Xin-yu (王昕宇) <comicfans44@gmail.com> Date: Tue Mar 22 16:51:53 2016 +0800 glcontext/wgl: try wglCreateContextAttribsARB even not gl3 core profile https://bugzilla.gnome.org/show_bug.cgi?id=764018