glx: Use GLX_ARB_create_context for GLES
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)