ddxtanx has quit [Remote host closed the connection]
KxCORP58940 has quit [Quit: Bye!]
ddxtanx has joined #asahi-gpu
KxCORP58940 has joined #asahi-gpu
ddxtanx has quit [Remote host closed the connection]
ddxtanx has joined #asahi-gpu
kujeger- has joined #asahi-gpu
ddxtanx has quit [Remote host closed the connection]
ddxtanx has joined #asahi-gpu
pb17 has joined #asahi-gpu
kujeger has quit [Ping timeout: 480 seconds]
ddxtanx has quit [Remote host closed the connection]
ddxtanx has joined #asahi-gpu
opticron_ has joined #asahi-gpu
opticron has quit [Read error: Connection reset by peer]
systwi_ has quit [Ping timeout: 480 seconds]
systwi has joined #asahi-gpu
hgupta1235 has joined #asahi-gpu
hgupta1235 has quit [Remote host closed the connection]
john-cabaj has joined #asahi-gpu
cylm has quit [Ping timeout: 480 seconds]
john-cabaj has quit [Quit: john-cabaj]
john-cabaj has joined #asahi-gpu
jeisom has quit [Ping timeout: 480 seconds]
john-cabaj has quit [Ping timeout: 480 seconds]
checkfoc_us has quit []
john-cabaj has joined #asahi-gpu
john-cabaj has quit [Ping timeout: 480 seconds]
ddxtanx has quit [Remote host closed the connection]
ddxtanx has joined #asahi-gpu
ddxtanx has quit [Quit: Konversation terminated!]
ddxtanx has joined #asahi-gpu
ddxtanx has quit []
ddxtanx has joined #asahi-gpu
ddxtanx has quit [Remote host closed the connection]
ddxtanx has joined #asahi-gpu
ddxtanx has quit [Remote host closed the connection]
ddxtanx has joined #asahi-gpu
chadmed has quit [Quit: Konversation terminated!]
chadmed has joined #asahi-gpu
pb17 has quit [Ping timeout: 480 seconds]
pb17 has joined #asahi-gpu
anuragrao has joined #asahi-gpu
anuragrao has quit [Ping timeout: 480 seconds]
pb17 has quit [Ping timeout: 480 seconds]
ddxtanx has quit [Quit: Konversation terminated!]
pb17 has joined #asahi-gpu
jeisom has joined #asahi-gpu
cylm has joined #asahi-gpu
alyssa has joined #asahi-gpu
<karolherbst>
alyssa: sooo.. "ASAHI_MESA_DEBUG=compblit", when will that be the default? It fixes a bug with u_blitter I'm running into 🙃
<alyssa>
karolherbst: probably never, it's broken on pro/max/ultra chips and we don't know why
<karolherbst>
oh no
<j`ey>
karolherbst: do you get u_blitter recursion errors?
<karolherbst>
no, it's handling NaNs in a way I don't need it to handle
<j`ey>
oh
<karolherbst>
"0xffffffffffffffff vs. 0x7e007e007e007e00" those kind of issues
<karolherbst>
guess I'll need to figure out what u_blitte is doing then...
KxCORP58940 has quit [Quit: Bye!]
KxCORP58940 has joined #asahi-gpu
<alyssa>
that is a good reminder to investigate what macos does for copies
<alyssa>
because it's... weird and not possible to express as gl/vk
<karolherbst>
besides that one, the only other known bug with the OpenCL CTS is fma being a little on the weird side and I haven't figured out what's wrong exactly there
<alyssa>
oh i remember that one
<alyssa>
opencl cts does a denormals are tiny check or something like that
<alyssa>
and it constant folds differently than the gpu evaluates it
<alyssa>
which is probably in spec but confuses the h*ck out of the cts