-
Notifications
You must be signed in to change notification settings - Fork 37
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
Bump Mesa #42
base: main
Are you sure you want to change the base?
Bump Mesa #42
Conversation
Signed-off-by: Jos Dehaes <[email protected]>
Hi, You have try your bump before make a PR ? Best Regards |
Of course, it works on my machine. You probably need to have the kernel updated too though. |
@joske what machine are you using? |
j313, M1 mba, but should work on all supported systems though |
hmm.. I am using J314sAP, but I think I will wait until marcan officially bumps the versions, because I don't have time to fix things if they are broken... |
It's quite simple to fix, but I understand you want to wait. I'm trying to ease the burden of maintaining 2 distros for marcan. |
Signed-off-by: Jos Dehaes <[email protected]>
Thanks for the update |
@joske What's the reason you reverted from version |
this was unstable (new uapi), unreleased in fedora asahi, and caused issues. For the same reason I downgraded the kernel back to -14 too. |
apparently now mesa 20240123 is released in fedora asahi, but the kernel in fedora is not based on a tag in asahilinux/linux. The copr build is based on the fedora kernel release and a full patch applied against that with the asahi stuff. The latest tag in asahilinux/linux is asahi-6.6-15 but this is 6.6.0, and fedora has 6.6.3. |
Signed-off-by: Jos Dehaes <[email protected]>
@mkurz this now has the latest opengl 4.6 support. Needs latest kernel though (6.6-15). |
I built your linux-asahi 6.6-15 and mesa-asahi-edge 20240214
|
Signed-off-by: Jos Dehaes <[email protected]>
I have the exact same issue, and I'm using linux-asahi 6.6-16 & mesa-asahi-edge 20240228. When I used version 20230904 from the asahi-dev arch repo, hardware rendering had no issues. |
I did, and I even configured the PKGBUILD to force build the Zink driver (it kept avoiding it for some reason) and now I get a new error when I try to run
I'm not sure why this fails... |
I don't have |
Oh... I'm not sure what's wrong then. |
Yes, I push to the PR exactly what I use. |
You do switch branches when building mesa and kernel? They are on different branches. |
I'm aware, and yes I have switched branches. |
haha it's working now!!!
Now it says:
-clang 17.0.6-2
+clang 17.0.6-2.1 Wow. |
Sorry for all the noise and thanks for adding |
For the sake of completeness:
Thumbs up for @joske! 👍 |
@joske Does it make sense to add the ? |
yes, I'll add that |
Signed-off-by: Jos Dehaes <[email protected]>
Signed-off-by: Jos Dehaes <[email protected]>
@mkurz Thx, updated. I did run into some build issues with gallium-rusticl, so I disabled that for now. |
Hmm, might be related that Fedora is using llvm/clang 18 already while we are still on 17...(?) Let's wait until arch catches up and then let's see. |
New release out: https://gitlab.freedesktop.org/asahi/mesa/-/tags/asahi-20240725 Changes in fedora: |
BTW, with ...
- -D gallium-rusticl=false \
+ -D gallium-rusticl=true \
...
- # _install fakeinstall/usr/lib/libRusticl*
+ _install fakeinstall/usr/lib/libRusticl*
... For me this now compiles. |
Signed-off-by: Matthias Kurz <[email protected]>
Signed-off-by: Matthias Kurz <[email protected]>
bump to 20240727
@mkurz I think you can enable the Vulkan driver when bumping to 20241006, btw, the mesa package is the only one that still has the |
@kwankiu I see you did some work in https://github.com/1usOS/PKGBUILDs/tree/asahi/mesa-asahi |
Signed-off-by: Jos Dehaes <[email protected]>
Signed-off-by: Matthias Kurz <[email protected]>
Signed-off-by: Matthias Kurz <[email protected]>
Signed-off-by: Matthias Kurz <[email protected]>
bump to 20241104 + refactor (fixes emacs, xeyes, gitk)
Signed-off-by: Jos Dehaes <[email protected]>
See I plan to maintain a fork under https://github.com/asahi-alarm/PKGBUILDs and merge this PR there. |
No description provided.