ChanServ changed the topic of #asahi-gpu to: Asahi Linux GPU development (no user support, NO binary reversing) | Keep things on topic | GitHub: https://alx.sh/g | Wiki: https://alx.sh/w | Logs: https://alx.sh/l/asahi-gpu
stipa has quit [Read error: Connection reset by peer]
stipa has joined #asahi-gpu
blazra has quit [Ping timeout: 480 seconds]
blazra has joined #asahi-gpu
Emantor has quit [Quit: ZNC - http://znc.in]
Emantor has joined #asahi-gpu
ligma_toad has quit [Quit: ligma_toad]
bluetail9 has joined #asahi-gpu
bluetail has quit [Ping timeout: 480 seconds]
pbsds3 has quit []
pbsds has joined #asahi-gpu
D-Spirits has quit [Ping timeout: 480 seconds]
Mary6 has quit []
Mary6 has joined #asahi-gpu
hightower2 has quit [Remote host closed the connection]
Bey0ndB1nary has joined #asahi-gpu
tertu has quit [Ping timeout: 480 seconds]
Mary6 has quit []
Mary6 has joined #asahi-gpu
joshtaylor has quit [Quit: Connection closed for inactivity]
DarkShadow44 has quit [Quit: ZNC - https://znc.in]
DarkShadow44 has joined #asahi-gpu
nyilas has joined #asahi-gpu
MajorBiscuit has joined #asahi-gpu
MajorBiscuit has quit []
MajorBiscuit has joined #asahi-gpu
Bey0ndB1nary has quit []
DarkShadow44 has quit [Quit: ZNC - https://znc.in]
MajorBiscuit has quit [Ping timeout: 480 seconds]
alyssa has joined #asahi-gpu
<alyssa> apparently "time to clang-format" is a metric I care about now :p
DarkShadow44 has joined #asahi-gpu
tertu has joined #asahi-gpu
<marcan> alyssa: FYI I rebased agx/release on mesa:main and pushed that as asahi:main, and it's tagged and packaged in asahi-dev. hope I didn't screw up :p
<alyssa> Woohoo!
<marcan> (seems to work, we had a a number of kernel explosions but nothing related to graphics so far)
<alyssa> wasnt me
<alyssa> :p
<alyssa> (plz dont be dcp plz dont be dcp)
<jannau> lina: glmark2-wayland (4k) oops with kernel/mesa on j375d:
<alyssa> womp
<jannau> kernel/mesa from asahi-dev
<alyssa> tangentially related, wonder how hard it'd be to get rust unmangling in the kernel backtraces
<alyssa> i know you can do it in userspace after the fact but still
Hibyehello_ has joined #asahi-gpu
<jannau> happened after running for a while at one of the spinning square scenes
c10l has quit [Quit: Bye o/]
Hibyehello has quit [Ping timeout: 480 seconds]
<jannau> one of the function or loop scenes
c10l has joined #asahi-gpu
<lina> ummm is that a Rust core bug or memory corruption? ;;
<jannau> not easily reproducible, third run underway without issues
<lina> Sounds like it needs kasan...
<lina> I guess I will try a kasan build again next...
c10l5 has joined #asahi-gpu
c10l has quit [Read error: Connection reset by peer]
Bey0ndB1nary has joined #asahi-gpu
Bey0ndB1nary has quit [Max SendQ exceeded]
Bey0ndB1nary has joined #asahi-gpu
possiblemeatball has joined #asahi-gpu
<alyssa> lina: BTW, do you have any objection to squashing {drm_uapi: Add, kmsro: Support, drm_fourcc.h: Add, asahi: Implement} into one big "Add UAPI" commit?
<alyssa> Obviously they'll be split out when we actually upstream but that's a while away
<alyssa> and it'd reduce the # of downstream commits carried to "possibly just the one"
<alyssa> instead of "use this branch to dev on asahi", it would just be "cherrypick this one commit and you're off to the races"
<alyssa> which seems nicer to contributors
<lina> alyssa: Works for me!
<alyssa> :+1:
<alyssa> ok, agx/next -3 commits
<alyssa> thanks :p
<alyssa> silly metric but the size of git rebase -i is definitely a Thing for me lol
<alyssa> now 1/3 of agx/next is just batch tracking :-D
<alyssa> and 10% is currently sitting in the marge queue
Hibyehello_ has quit [Remote host closed the connection]
Hibyehello has joined #asahi-gpu
bpye has quit [Quit: The Lounge - https://thelounge.chat]
bpye has joined #asahi-gpu
MajorBiscuit has joined #asahi-gpu
Hibyehello_ has joined #asahi-gpu
Hibyehello has quit [Ping timeout: 480 seconds]
Bey0ndB1nary has quit [Remote host closed the connection]
Bey0ndB1nary has joined #asahi-gpu
nyilas has quit [Remote host closed the connection]
Bey0ndB1nary has quit []
i509vcb has quit [Quit: Connection closed for inactivity]
Bey0ndB1nary has joined #asahi-gpu
Hibyehello has joined #asahi-gpu
Hibyehello_ has quit [Ping timeout: 480 seconds]
MajorBiscuit has quit [Quit: WeeChat 3.6]
<alyssa> lina: ugh we have a real regression with occlusion queries
<alyssa> lifetime issues
<alyssa> precisely the sort that are hell bugs in C and statically impossible in safe rust
<alyssa> batch->occlusion_queries holds a reference to agx_query
<alyssa> but agx_query can be dropped without removing from the batch first
<alyssa> MR up
hightower2 has joined #asahi-gpu
<alyssa> MESA: warning: Sync reader due to: Unsynchronized write
<alyssa> ooof
<alyssa> maybe that's why quake has been stuttering
<alyssa> thanks ASAHI_MESA_DEBUG=perf ... maybe now that I know I can do something about it
<alyssa> quake hates tilers
<alyssa> shrug. agx/next updated. and merged in my live range splitting stuff so i'm down to one branch again
<alyssa> the live range splitting is not ready, it has known bugs, but that's what my next branch is for :-p
Bey0ndB1nary has quit []
bluetail9 has quit [Ping timeout: 480 seconds]
<jannau> lina: similar oops reported by blazra in #asahi https://gist.github.com/blazra/d6e12a942b1a6ef90c28616c75831c9c