Skip to content

glx: Use GLX_ARB_create_context for GLES

Dylan Baker requested to merge dbaker/waffle:fix-glx-gles into master

e7f0314c changed the behavior so that any GL < 3.2 would not require ARB_create_context. This is great, except it breaks using GLES, which in turn returns a legacy (pre-core) profile instead.

Closes: #50 (closed)

Merge request reports