Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

egl: Fix the query for the current context's API #90

Merged
merged 1 commit into from
Jan 30, 2017

Conversation

nwnk
Copy link
Collaborator

@nwnk nwnk commented Oct 18, 2016

Binding an API does not change the type of the current context. Even if
it did, EGL 1.5 treats EGL_OPENGL_API and EGL_OPENGLES_API as identical
for this purpose. If you want to know properties of the current
context, query it.

Signed-off-by: Adam Jackson ajax@redhat.com

Binding an API does not change the type of the current context. Even if
it did, EGL 1.5 treats EGL_OPENGL_API and EGL_OPENGLES_API as identical
for this purpose.  If you want to know properties of the current
context, query it.

Signed-off-by: Adam Jackson <ajax@redhat.com>
@linyaa-kiwi
Copy link

Reviewed-by: Chad Versace chad@kiwitree.net

ebassi added a commit to ebassi/libepoxy that referenced this pull request Dec 7, 2016
@ebassi ebassi merged commit 2b20555 into anholt:master Jan 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants