-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Migrate from GLEW to GLAD #14440
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?
Migrate from GLEW to GLAD #14440
Conversation
2b25383
to
0d6672f
Compare
This works fine for me. Couldn't find any issues. |
FYI: As GLEW is unmaintained and provides only GLX support and no EGL support in the latest release, we would like to get rid of it in Fedora and also other distributions are trying to do the same thing. Moving to GLAD allows to use wxWidgets with EGL support and get it natively running on Wayland. |
Hello Prusa, someone listening? |
The patchset is in openSUSE Tumbleweed https://build.opensuse.org/package/show/science/PrusaSlicer |
Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs. https://github.com/Dav1dde/glad Signed-off-by: Andreas Schneider <[email protected]>
As static linking is used everywhere we can link GLAD only once. Signed-off-by: Andreas Schneider <[email protected]>
As libvgcode already uses GLAD there is no need for GLEW, which is unmaintained anyway. Signed-off-by: Andreas Schneider <[email protected]>
As libvgcode already uses GLAD there is no need for GLEW, which is unmaintained anyway. Signed-off-by: Andreas Schneider <[email protected]>
Signed-off-by: Andreas Schneider <[email protected]>
Rebased on master |
GLEW is unmaintained and libvgcode already uses GLAD.