kode54 has quit [Quit: Ping timeout (120 seconds)]
kode54 has joined #asahi-gpu
kode54 has quit [Quit: Ping timeout (120 seconds)]
c10l63 has quit []
c10l has joined #asahi-gpu
kode545 has joined #asahi-gpu
kode545 is now known as kode54
kode54 has quit [Quit: Ping timeout (120 seconds)]
kode54 has joined #asahi-gpu
kode54 has quit [Quit: Ping timeout (120 seconds)]
kode54 has joined #asahi-gpu
kode54 has quit [Quit: Ping timeout (120 seconds)]
SSJ_GZ has joined #asahi-gpu
javier_varez_ has quit [Quit: Connection closed for inactivity]
Tano70 has joined #asahi-gpu
swaggie has quit [Remote host closed the connection]
swaggie has joined #asahi-gpu
kode54 has joined #asahi-gpu
swaggie has quit [Ping timeout: 480 seconds]
swaggie has joined #asahi-gpu
swaggie has quit [Ping timeout: 480 seconds]
swaggie has joined #asahi-gpu
cylm_ has joined #asahi-gpu
swaggie has quit [Ping timeout: 480 seconds]
Glanzmann has joined #asahi-gpu
<Glanzmann>
alyssa: I tried your mesa changed. And the mpv performance improved a lot for me. https://tg.st/u/man_over_bord_small.mp4 was burning 100% CPU on all cores when using -vo gpu. Now it only uses 2,5 CPUs.
swaggie has joined #asahi-gpu
swaggie has quit [Ping timeout: 480 seconds]
Glanzmann has left #asahi-gpu [#asahi-gpu]
c10l has quit [Quit: Bye o/]
c10l has joined #asahi-gpu
Dcow has joined #asahi-gpu
Dcow has quit [Ping timeout: 480 seconds]
Dcow has joined #asahi-gpu
c10l has quit [Quit: Bye o/]
<marcan>
pushed an updated mesa-asahi-edge
Dcow has quit [Ping timeout: 480 seconds]
c10l has joined #asahi-gpu
c10l has quit [Quit: Bye o/]
Dcow has joined #asahi-gpu
c10l has joined #asahi-gpu
<marcan>
*to asahi-dev
Dcow has quit [Ping timeout: 480 seconds]
<handlerug>
marcan: seems like there's no .sig file on the CDN: "error: failed retrieving file 'mesa-asahi-edge-23.0.0_pre20221218-1-aarch64.pkg.tar.xz.sig' from cdn.asahilinux.org : The requested URL returned error: 404"
<handlerug>
the .tar.xz is there though
c10l has quit [Quit: Bye o/]
<marcan>
whoops, that's what I get for not paying attention. fixed.
c10l has joined #asahi-gpu
<handlerug>
works now, thanks
<handlerug>
wow, the screencopy performance now is soooooo much better! I can even record my screen with wf-recorder now! not at 60 FPS, that's true, but I don't think you can really do 60 FPS with 4K screens without HW-accelerated encoding. thank you, alyssa!
<handlerug>
grim -tppm now takes like 30 milliseconds
Dcow has joined #asahi-gpu
Dcow has quit [Ping timeout: 480 seconds]
Dcow has joined #asahi-gpu
Dcow has quit [Ping timeout: 480 seconds]
swaggie has joined #asahi-gpu
swaggie has quit [Ping timeout: 480 seconds]
Dcow has joined #asahi-gpu
Dcow has quit [Ping timeout: 480 seconds]
alyssa has joined #asahi-gpu
<alyssa>
handlerug: that's great to hear :)
swaggie has joined #asahi-gpu
amarioguy has joined #asahi-gpu
swaggie has quit [Ping timeout: 480 seconds]
Tano70 has quit [Quit: Leaving]
<alyssa>
I have a pile of nir_lower_blend improvements that help asahi a lot
<alyssa>
but they break panfrost pretty badly
<alyssa>
and the panfrost maintainer is on vacation until the end of the year so I can't get her to debug...
<alyssa>
(-:
cylm has joined #asahi-gpu
swaggie has joined #asahi-gpu
cylm_ has quit [Ping timeout: 480 seconds]
swaggie has quit [Ping timeout: 480 seconds]
Dcow has joined #asahi-gpu
<alyssa>
lina: shit, yesterday's change broke PBO downloads because of missing buffer texture support
<alyssa>
though that's not in gl2 so we might be ok
Dcow has quit [Ping timeout: 480 seconds]
Dcow has joined #asahi-gpu
Dcow has quit [Ping timeout: 480 seconds]
<alyssa>
looking at texture buffers now
<alyssa>
Metal *does* support texture buffers
<alyssa>
lowers them to linear 2D textures + a bit of address arithmetic
<alyssa>
+ clamping for proper out of bounds access
<alyssa>
unfortunately that doesn't help with rgb32 buffers
<alyssa>
which are not optional in gl
<alyssa>
so unless there's some secret support here..
<alyssa>
..we still need to shader key it
<alyssa>
the channels enum is pretty sparse, idk
bcrumb has joined #asahi-gpu
swaggie has joined #asahi-gpu
cylm_ has joined #asahi-gpu
cylm has quit [Ping timeout: 480 seconds]
Dcow has joined #asahi-gpu
<alyssa>
ok, I have a plan to support texture buffers in Mesa
<alyssa>
it's kind of goofy but it'll work for both gl and vk which counts for something