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

Tacking issue for removal of LIBGL_DRIVERS_PATH in mesa #328923

Open
NickCao opened this issue Jul 21, 2024 · 1 comment
Open

Tacking issue for removal of LIBGL_DRIVERS_PATH in mesa #328923

NickCao opened this issue Jul 21, 2024 · 1 comment
Labels
0.kind: bug Something is broken

Comments

@NickCao
Copy link
Member

NickCao commented Jul 21, 2024

Describe the bug

In (yet to be released) Mesa 24.2, LIBGL_DRIVERS_PATH is dropped in favor of making all the GL frontends link directly to the Gallium backend driver.

See Mesa 24.2 Enjoyed Some Last Minute Code Cleaning & Modernization
And glx/egl/gbm: link directly to gallium

We have a few in tree references to LIBGL_DRIVERS_PATH that should be removed/replaced:

LIBGL_DRIVERS_PATH=$PLEX_USR_PATH/dri

export LIBGL_DRIVERS_PATH=@drivers@/lib/dri

"(env DISPLAY=:0 LIBGL_DRIVERS_PATH=/nonexistent glxgears -info | tee /tmp/glxgears-should-fail.stdout) 3>&1 1>&2 2>&3 | tee /tmp/glxgears-should-fail.stderr >&2 &"

Notify maintainers

@NickCao NickCao added the 0.kind: bug Something is broken label Jul 21, 2024
@emmanuelrosa
Copy link
Contributor

Although it's outside of Nixpkgs, it's worth noting that nixGL is also affected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.kind: bug Something is broken
Projects
None yet
Development

No branches or pull requests

2 participants