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

Support EGL context creation to allow headless OpenGL on Linux #3857

Closed
t-paul opened this issue Aug 15, 2021 · 1 comment
Closed

Support EGL context creation to allow headless OpenGL on Linux #3857

t-paul opened this issue Aug 15, 2021 · 1 comment

Comments

@t-paul
Copy link
Member

t-paul commented Aug 15, 2021

Currently the offscreen OpenGL context is created via GLX, so this needs some X11 display. Headless workaround is using Xvfb or Xvnc.

With EGL that would not be needed anymore as EGL+Mesa should be able to create offscreen contexts even on Linux console without X11 or Wayland.

Biggest problems seems to be that glew seems to support EGL only in special builds and for example normal builds on Debian are GLX only.

@t-paul
Copy link
Member Author

t-paul commented Jan 28, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant