f_ has quit [Read error: Connection reset by peer]
f_ has joined #asahi-gpu
pthariensflame has joined #asahi-gpu
pthariensflame has quit []
marvin24_ has joined #asahi-gpu
marvin24 has quit [Ping timeout: 480 seconds]
possiblemeatball has quit [Quit: Quit]
marvin24 has joined #asahi-gpu
marvin24_ has quit [Ping timeout: 480 seconds]
kujeger has quit [Ping timeout: 480 seconds]
kujeger has joined #asahi-gpu
h3xeilidh has joined #asahi-gpu
h3xeilidh has quit []
Bertrand___ has quit [Ping timeout: 480 seconds]
Bertrand___ has joined #asahi-gpu
d4ve has joined #asahi-gpu
coder_kalyan has joined #asahi-gpu
tsujp has joined #asahi-gpu
pldtf has joined #asahi-gpu
kuruczgy has joined #asahi-gpu
dorkbutt has joined #asahi-gpu
akspecs has joined #asahi-gpu
ella-0 has joined #asahi-gpu
alethkit has joined #asahi-gpu
amada95 has joined #asahi-gpu
rosefromthedead has joined #asahi-gpu
okt has joined #asahi-gpu
chadmed_ has quit [Ping timeout: 480 seconds]
kidplayer666 has joined #asahi-gpu
andymandias has quit [Ping timeout: 480 seconds]
AnuthaDev has joined #asahi-gpu
asp has quit [Ping timeout: 480 seconds]
<eric_engestrom>
azsxdcz: it's built automatically when `IOKit` is present; `-D tools=asahi` doesn't enable it, but `-D gallium-drivers=asahi` is required to build any of the asahi libs
<eric_engestrom>
alyssa: if you want another behaviour I'm happy to write the patch :)
<eric_engestrom>
sorry, I just noticed that I misread: `-D tools=asahi` does do something: it builds the lib by default (ie. `ninja` without having to specify `ninja src/asahi/lib/libwrap.dylib`)
andymandias has joined #asahi-gpu
<alyssa>
eric_engestrom: you can't build the gl driver on macos anymore is the problem
<alyssa>
src/asahi/meson.build is just broken ever since clc merged, I just never fixed it properly
<alyssa>
proper patch welcome
fossdd has quit [Remote host closed the connection]
AnuthaDev has quit []
<eric_engestrom>
ah, I see
<eric_engestrom>
so do you want to be able to build the wrap lib without building the gl driver, or do you want to build the gl driver on macos?
<eric_engestrom>
I can do the former, but the latter I don't have any dev stuff on my macos partition
<alyssa>
the former
<alyssa>
mostly I need to untangle the mess of src/asahi/lib, but... priorities
<eric_engestrom>
ack
<alyssa>
what should actually happen is that the .xml + gen_pack.py + header-only packing helpers are split out into one folder, I guess
<alyssa>
and then decode.c and the iokit stuff are one folder that depends only on that, I guess? IDK
<alyssa>
and the higher level NIR relevant stuff is... maybe a third folder, or maybe compilerized, or something I don't know if I knew I would've just done that git mv already
<alyssa>
IDK
<alyssa>
it's all bad
<eric_engestrom>
yeah, I was trying to think about it and it's all tangled indeed