-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
mesa: update to 23.0.3. #42407
mesa: update to 23.0.3. #42407
Conversation
Please set [ci skip] in the description for now, repo-default is currently experiencing a hiccup and results in packages rebuilding LLVM in CI |
e16fb6e
to
c70ee10
Compare
6632946
to
1caa9a0
Compare
42b59c0
to
ac2c3cd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replace 23.0.1 with 23.0.2 in the commit message. Also, the description doesn't seem to fit the package, is it a holdover from when the package was named libGL? Shouldn't it be updated?
Otherwise, I tested this locally with no issues.
build_style=meson | ||
configure_args="-Dglvnd=true -Dshared-glapi=enabled -Dgbm=enabled -Degl=enabled | ||
-Dosmesa=true -Dgles1=enabled -Dgles2=enabled -Dglx=dri -Ddri3=enabled | ||
-Dlmsensors=enabled -Dplatforms=x11$(vopt_if wayland ,wayland) | ||
-Dllvm=enabled -Db_lto=false -Dcpp_std=gnu++14" | ||
-Dllvm=enabled -Db_lto=false" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I built and tested this locally without -Db_lto=false
, didn't notice any issues whatsoever:
-Dllvm=enabled -Db_lto=false" | |
-Dllvm=enabled" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense, I'd add a comment above configure_args
to clarify the reason this is needed, something like # Disable LTO because of https://gitlab.freedesktop.org/mesa/mesa/-/issues/6911
.
db695fc
to
e8534e1
Compare
Has anyone else been testing this? I've not had any problems with it over the last 4 days that aren't already present bugs in Mesa with RDNA2. EDIT: Also 23.0.3 is available now. |
I'd love to but I'm getting this error when executing
|
That's not even an error related to |
If you're still having issues, I'd clear |
Been flipping between mesa dev and Intel's DG2 branches. Only issue's I've had are flickering because they enabled some RADV buffer/texture waits by default. |
I haven't had any issues but both of my Void systems are Vega and Polaris. |
I've been testing 23.0.3 for about 5 days now, before it got verbump'd here, with my Intel Arc A770 card while using |
Just an update I've tested this PR on all of my machines including my Steam Deck without issues now so I'm pretty certain there are no issues with the PR that aren't already being tracked in the upstream. |
Mesa 23.1.0 has now been officially released on their Gitlab. |
Built without an issue |
Mesa 23.1.0 tests fine on glibc and Radeon RX570 playing games .. |
Void always waits for the first stable release which would be 23.1.1 |
Please close this 23.0.3 It is really needed for AMD 7900 xtx cards at the moment. There is a bug with the current version of meaa and xf86-video-amdgpu for us causing some issues with the cursor but also I have noticed screen recognition on awesome wm. Also please update xf86-video-amdgpu to 23.0.0 |
@saltnpepper97 You probably should stop using |
So I should have installed xorg-minimal? Because xorg package group by default installs xf86-video-amdgpu... |
Also how is a package as important as mesa marked as orphaned? |
A package's importance has no bearing on its maintenance status (which itself isn't that important by the way). |
Sorry, I guess I dont understand package maintenace that well. However I will just say that this driver version 23.0.3 works way better for my card as xrandr is not detecting things properly at the moment on the current mesa version for me. |
Also, I could maintain some packages if you guys would like that... |
Recommend joining the #voidlinux and #xbps channels on Libera to discuss that. |
from what i understood: a package having a maintainer just is a way to redirect people to a person if they have a problem with the package. But in reality, it shouldn't impact the update frequency of the package. |
Thanks for the clarification. 👍 |
Mesa 23.1.1 just got released. |
Superseded by #44138. |
Testing the changes
Draft until next stable release.