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
This commit is contained in:
parent
5bd49bfee2
commit
3ad47552d0
1 changed files with 2 additions and 0 deletions
|
@ -169,6 +169,8 @@ bool GlxBackend::initRenderingContext()
|
|||
};
|
||||
|
||||
const int attribs_legacy[] = {
|
||||
GLX_CONTEXT_MAJOR_VERSION_ARB, 1,
|
||||
GLX_CONTEXT_MINOR_VERSION_ARB, 2,
|
||||
0
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue