void-packages icon indicating copy to clipboard operation
void-packages copied to clipboard

mesa: update to 24.2.1

Open SpidFightFR opened this issue 1 year ago • 5 comments

Testing the changes

  • I tested the changes in this PR: briefly

Local build testing

  • I built this PR locally for my native architecture, (x64-glibc)
  • I built this PR locally for these architectures (if supported. mark crossbuilds):
    • x64-musl

SpidFightFR avatar Aug 16 '24 19:08 SpidFightFR

kmsro doesn't seem to be an available gallium driver for arm devices, can i remove it / change it to something else or will it break compat ?

SpidFightFR avatar Aug 16 '24 19:08 SpidFightFR

from the changelog: meson,ci: remove dead kmsro option in gallium-drivers

classabbyamp avatar Aug 17 '24 04:08 classabbyamp

from the changelog: meson,ci: remove dead kmsro option in gallium-drivers

Okay, i'm working on it.

SpidFightFR avatar Aug 17 '24 07:08 SpidFightFR

Wow it... Worked? It failed with crosscompiling on aarch64-musl on my side, with an obscure error...

A great surprise, a good one! 😄

SpidFightFR avatar Aug 17 '24 08:08 SpidFightFR

Testing the changes

  • I tested the changes in this PR: briefly

Local build testing

  • I built this PR locally for my native architecture, (x64-glibc)
  • I built this PR locally for these architectures (if supported. mark crossbuilds):
    • x64-musl

SpidFightFR avatar Aug 29 '24 19:08 SpidFightFR

Hey, what's the reason for the megadriver patch removal this time?

biopsin avatar Sep 07 '24 07:09 biopsin

Hey, what's the reason for the megadriver patch removal this time?

Hey, sorry for the double answer (i had a doubt so i deleted my first answer).

The patch is upstreamed, although written in a tiny different matter

eg: os.symlink(os.path.basename(master), abs_driver) becomes:

basename = os.path.basename(args.megadriver)
[...]
print(f'Installing symlink pointing to {basename} to {abs_driver}')
        os.symlink(basename, abs_driver)

SpidFightFR avatar Sep 07 '24 08:09 SpidFightFR

@classabbyamp hey sorry for the ping, i hope you're doing well.

May i request a review for mesa, please?

I noticed a slight problem within the waterfall of void builders. I hope everything is okay in the infra...!

SpidFightFR avatar Sep 08 '24 10:09 SpidFightFR

Testing the changes

  • I tested the changes in this PR: ~~briefly~~ YES (EDIT: on bare metal)

Local build testing

  • I built this PR locally for my native architecture, (x64-glibc)
  • I built this PR locally for these architectures (if supported. mark crossbuilds):
    • x64-musl

Please, may we have a review for mesa 24.2.3? We are 1 major version behind upstream and missing many performance patches...

There was no news on this front for quite some time, do i need to do something in particular that i missed ? Please ping me if so i'd gladly help.

SpidFightFR avatar Sep 18 '24 18:09 SpidFightFR