Update Mesa to v26.0.3 with softpipe for all non-macOS platforms#13380
Merged
ViralBShah merged 1 commit intomasterfrom Mar 29, 2026
Merged
Update Mesa to v26.0.3 with softpipe for all non-macOS platforms#13380ViralBShah merged 1 commit intomasterfrom
ViralBShah merged 1 commit intomasterfrom
Conversation
Member
Author
|
@giordano Is the use of LLVM correct in here? The package uses LLVM internally to speed up the rendering pipeline - and does not (should not) interact with Julia's LLVM. |
Member
|
I'm not sure. Statically linking llvm means that this library would bring yet another llvm in memory, which is potentially dangerous. Comments seem to suggest only llvmpipe is used? I don't know what that is though. |
Member
Author
|
Ok let me see if I can make it link dynamically. This package is not really used anywhere for the moment, so there won't be a real issue anywhere. |
- Update Mesa from v20.1.5 to v26.0.3 (latest stable) - Add all Linux, FreeBSD, and Windows platforms (exclude macOS which provides OpenGL natively) - Use softpipe software renderer (no LLVM dependency to avoid conflicts with Julia's LLVM) - Require GCC 10+ for C++17 support (Mesa 26 requirement) - Add X11 dependencies for Linux/FreeBSD Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
ec2d15a to
800fbf7
Compare
Member
Author
|
I decided it isn't worth it to build with LLVM for now - since most users will have a real GPU anyways. Let's see if this package ends up being useful, and if necessary we can enable LLVM in the future. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Addresses #3012
Test plan
x86_64-linux-gnu— produceslibGL.so.1.5.0x86_64-w64-mingw32— producesopengl32sw.dlli686-w64-mingw32— producesopengl32sw.dll🤖 Generated with Claude Code