omegatron has quit [Quit: What happened? You quit!]
<fdobridge>
<theevilskeleton> @zmike. I'm familiar with Python, but I know nothing about mesa :/
<fdobridge>
<theevilskeleton> I could help tomorrow with proper guidance
<fdobridge>
<orowith2os> "Even worse, it's annoying to handle because the (current) XML doesn't have promotedto tags for all promoted extensions, so there's no way to link an EXT to a KHR." this might actually be amazing for Wayland
<fdobridge>
<orowith2os> though it'll probably only be *useful* if it can automatically redirect from "promotedto-tagged" protocols to the ones being promotedto
<fdobridge>
<orowith2os> just a random thought
sumoon has quit [Remote host closed the connection]
dubiousness has quit [Remote host closed the connection]
sumoon has joined #zink
dubiousness has joined #zink
<fdobridge>
<theevilskeleton> MERGEEEEDDDD
DodoGTA has quit [Remote host closed the connection]
DodoGTA has joined #zink
DodoGTA has quit [Quit: DodoGTA]
DodoGTA has joined #zink
DodoGTA has quit [Quit: DodoGTA]
DodoGTA has joined #zink
<fdobridge>
<orowith2os> @zmike. can you show me the results of the `gdb attach` method you mentioned?
<fdobridge>
<orowith2os> on another note, would a debug flag for Zink be useful
<fdobridge>
<zmike.> I don't know what you're asking
<fdobridge>
<orowith2os> I don't have any clue on what to expect with "gdb attach and break on some zink function"ing
<fdobridge>
<zmike.> `gdb --pid <pid of your process>` -> `break zink_update_barriers` -> if it stops you are using zink
<fdobridge>
<orowith2os> ah
<fdobridge>
<orowith2os> damn
<fdobridge>
<orowith2os> attaching just locks up the processes
<fdobridge>
<orowith2os> without even going to break
<fdobridge>
<zmike.> that's expected
<fdobridge>
<zmike.> ah, you also need `continue` after the break command
<fdobridge>
<orowith2os> no, I mean, I `gdb --pid number` and it immediately locks up
<fdobridge>
<zmike.> yes, that's how it works
<fdobridge>
<orowith2os> oh
<fdobridge>
<orowith2os> I continue *after* attaching
<fdobridge>
<orowith2os> and then I can break
Dark-Show has joined #zink
pbsds has quit [Ping timeout: 480 seconds]
jhli has quit []
<fdobridge>
<gfxstrand> @zmike. Future you needs to teach future me about this whole time machine back-porting trick. Seems like it'd save a lot of effort in the here and now.