dlcusa has quit [Remote host closed the connection]
joacim_ has joined #crux
joacim has quit [Ping timeout: 252 seconds]
joacim_ is now known as joacim
lavaball has quit [Remote host closed the connection]
braewoods has quit [Remote host closed the connection]
dlcusa has joined #crux
braewoods has joined #crux
GazL has joined #crux
<GazL>
Morning all.
<GazL>
The new mesa 25.2 build is failing for me as meson doesn't seem to recognise the gallium-opencl option any more.
<GazL>
I'm trying the build without the option now to see what happens. I use the iris driver, so libclc is installed.
<GazL>
What I'm not sure of is whether iris is going to work without the new rusticl opencl implementation.
<GazL>
if not, it means adding rust to my system, which I really didn't want to do.
<GazL>
ok, off to try the new pkg. back soon... hopefully.
GazL has quit [Quit: wish me luck]
lavaball has joined #crux
<cruxbot>
[opt/3.8]: samba: updated to version 4.22.4
GazL has joined #crux
<GazL>
Phew, back. The 'iris' driver seems to work without "rusticl". I'm starting to wonder whether it really needs libclc now, given that rusticl is now the only CL implementation in mesa and I haven't built it.
<GazL>
tried it. nope. iris still needs libclc, even without the existence of rusticl. This stuff is confusing as hell.
dawnoxn21 has joined #crux
dawnoxn21 has quit [Ping timeout: 248 seconds]
dawnoxn21 has joined #crux
dawnoxn21 has quit [Remote host closed the connection]
farkuhar has joined #crux
lavaball has quit [Remote host closed the connection]
dawnoxn21 has joined #crux
<jaeger>
yeah, it's a bit of a pain sometimes. I always forget libclc on a new install
dawnoxn21 has quit [Ping timeout: 256 seconds]
dawnoxn21 has joined #crux
<r0ni>
the top isinst line is wrong, it seems they removed the -gallium-opencl=icd, at least i can't find it in the meson.options, i noticed it failing for me but worked after i changed it
joacim_ has joined #crux
joacim has quit [Ping timeout: 248 seconds]
joacim_ is now known as joacim
lavaball has joined #crux
dawnoxn21 has quit [Remote host closed the connection]
<GazL>
r0ni: yes, that option has been removed with the "Clover" opencl code. the Iris gallium driver builds ok if you just remove that option, but I guess you don't get opencl any more without the rust stuff.
<r0ni>
yeah, pushed a PR for the arm64 mesa port, not realizing it probably effects intel builds as well, libclc builds the pinebook video driver so i didn't think much of what else it's building when its there