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

Implement proper EGLConfig search+sort+filter in eglChooseConfig. #643

Closed
juj opened this issue Oct 16, 2012 · 3 comments
Closed

Implement proper EGLConfig search+sort+filter in eglChooseConfig. #643

juj opened this issue Oct 16, 2012 · 3 comments
Assignees

Comments

@juj
Copy link
Collaborator

juj commented Oct 16, 2012

Currently the implementation of the function eglChooseConfig ignores the set of config attributes (the attribList parameter here: 4efdb80#L0R23 ) so it behaves identically to the function eglGetConfig, which returns all the supported configs.

Implement config searching, sorting and filtering according to the EGL v1.4 speficiation in the function eglChooseConfig.

@prabindh
Copy link
Contributor

Hello Juj, what would be a good test-case for this, given that only one config is supported - ie, what would we sort/filter with just one candidate ? Do we have to first implement more supported configs before doing this, and if so - what would be those configs that would be of interest ?

@juj
Copy link
Collaborator Author

juj commented Jul 22, 2014

Yes, we should first add support for enumerating different modes, that doesn't yet exist. Then the sorting/filtering makes sense.

https://www.khronos.org/registry/webgl/specs/latest/1.0/#5.2 shows the different combinations that we are able to support.

@juj juj self-assigned this Jul 28, 2014
@stale
Copy link

stale bot commented Aug 31, 2019

This issue has been automatically marked as stale because there has been no activity in the past 2 years. It will be closed automatically if no further activity occurs in the next 7 days. Feel free to re-open at any time if this issue is still relevant.

@stale stale bot added the wontfix label Aug 31, 2019
@stale stale bot closed this as completed Sep 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants