waffle-gl / waffle

A C library for selecting an OpenGL API and window system at runtime
https://waffle.freedesktop.org
BSD 2-Clause "Simplified" License
35 stars 16 forks source link

GLX_EXT_create_context_es_profile is sufficient for creating an ES2 context #24

Closed linyaa-kiwi closed 9 years ago

linyaa-kiwi commented 9 years ago

GLX_EXT_create_context_es_profile is sufficient for creating an ES2 context. GLX_EXT_create_context_es2_profile is not required, as GLX_EXT_create_context_es_profile supercedes it.

The file glx_config.c needs to be fixed.

Issue #23 is the equivalent bug for WGL.