Skip to content
Snippets Groups Projects
Commit 7bf40a4b authored by Thomas Lübking's avatar Thomas Lübking
Browse files

non-empty attrib_list for glXCreateContextAttribsARB

empty list is legal but causes bogus context on at least i915

BUG: 321843
REVIEW: 111355
FIXED-IN: 4.11
parent 9643f64b
No related branches found
No related tags found
No related merge requests found
......@@ -169,6 +169,8 @@ bool GlxBackend::initRenderingContext()
};
const int attribs_legacy[] = {
GLX_CONTEXT_MAJOR_VERSION_ARB, 1,
GLX_CONTEXT_MINOR_VERSION_ARB, 2,
0
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment