Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

GLX_EXT_create_context_es_profile is sufficient for creating an ES2 context #24

Closed
versalinyaa opened this issue Nov 12, 2014 · 0 comments
Assignees
Labels

Comments

@versalinyaa
Copy link
Member

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.

@versalinyaa versalinyaa self-assigned this Nov 12, 2014
versalinyaa added a commit to versalinyaa/waffle that referenced this issue Dec 6, 2014
To create an ES2 context, Waffle required
GLX_EXT_create_context_es2_profile. Fix Waffle to require either
GLX_EXT_create_context_es_profile *or*
GLX_EXT_create_context_es2_profile, because
GLX_EXT_create_context_es_profile is an updated variant of
GLX_EXT_create_context_es2_profile that supercedes it.

Fixes waffle-gl#24: waffle-gl#24
Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant