-
Notifications
You must be signed in to change notification settings - Fork 116
More robust EGL display initilization. #550
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
base: master
Are you sure you want to change the base?
Conversation
I think our best bet is to duplicate whatever logic SDL or GLFW do to set up EGL: https://github.com/glfw/glfw/blob/master/src/egl_context.c At the same time it makes me think I'd rather have Coin not need to deal directly with such logic and leave it to windowing libraries which already do a perfect fine job. |
@tritao I have tested your fork, the egl-fixes and I see a black cone :-( it is not working properly ... I really don't know what to do. |
Anton Gladky solved, at leat for Debian, could you check it? |
@lepalom I am running Debian sid with the latest version of coin3 with the patch mentioned above but I have exactly the same problem. I have commented on the debian closed bug which should be reopened. |
@VolkerEnderlein Before merging lets wait until folks confirm it fixes the issue.
Based on a patch by @lepalom.