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
possiblemeatball has joined #asahi-gpu
possiblemeatball has quit [Ping timeout: 480 seconds]
possiblemeatball has joined #asahi-gpu
darkapex has joined #asahi-gpu
cr1901 has quit [Read error: Connection reset by peer]
cr1901 has joined #asahi-gpu
cr1901 has quit [Remote host closed the connection]
cr1901 has joined #asahi-gpu
c10l31 has joined #asahi-gpu
c10l3 has quit [Ping timeout: 480 seconds]
pyropeter1 has joined #asahi-gpu
PyroPeter_ has quit [Ping timeout: 480 seconds]
possiblemeatball1 has joined #asahi-gpu
possiblemeatball has quit [Ping timeout: 480 seconds]
bluetail has quit [Quit: The Lounge - https://thelounge.chat]
bluetail has joined #asahi-gpu
possiblemeatball1 has quit [Ping timeout: 480 seconds]
possiblemeatball has joined #asahi-gpu
possiblemeatball has quit [Quit: Quit]
mairacanal has quit [Remote host closed the connection]
hightower2 has quit [Ping timeout: 480 seconds]
Guest4330 has joined #asahi-gpu
Guest4330 has quit [Quit: Page closed]
c10l31 has quit []
c10l has joined #asahi-gpu
mkurz has quit [Ping timeout: 480 seconds]
cr1901_ has joined #asahi-gpu
cr1901 has quit [Read error: Connection reset by peer]
nsklaus_ has joined #asahi-gpu
Nokurn has quit [Ping timeout: 480 seconds]
Dementor has quit [Quit: Ping timeout (120 seconds)]
Dementor has joined #asahi-gpu
hightower2 has joined #asahi-gpu
flatz has joined #asahi-gpu
mairacanal has joined #asahi-gpu
i509vcb has quit [Quit: Connection closed for inactivity]
jlco has joined #asahi-gpu
flatz has quit []
flatz has joined #asahi-gpu
flatz has quit []
jlco has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
jlco has joined #asahi-gpu
jlco has quit []
jlco has joined #asahi-gpu
rhysmdnz has quit [Ping timeout: 480 seconds]
Guest4202 has quit [Ping timeout: 480 seconds]
jlco has quit [Remote host closed the connection]
jlco has joined #asahi-gpu
cr1901_ is now known as cr1901
jlco_ has joined #asahi-gpu
jlco has quit [Ping timeout: 480 seconds]
jlco_ has quit []
jlco has joined #asahi-gpu
jlco has quit []
jlco has joined #asahi-gpu
bpye has quit [Ping timeout: 480 seconds]
alyssa has joined #asahi-gpu
<alyssa> yay, more fails to work through
<alyssa> thanks dEQP-EGL
possiblemeatball has joined #asahi-gpu
i509vcb has joined #asahi-gpu
bpye has joined #asahi-gpu
<bluetail> alyssa was that ironic?
possiblemeatball has quit [Remote host closed the connection]
jlco_ has joined #asahi-gpu
jlco has quit [Ping timeout: 480 seconds]
<alyssa> ok. one regression (fixed) and one pair of tests that are failing on wayland but not x11
<alyssa> not Asahi's bug but probably Mesa's
<alyssa> we can.. probably submit CTS with X11. although it feels wrong to do so if we intend to ship wayland..
jlco_ has quit []
jlco has joined #asahi-gpu
<jannau> does the pair of failing wayland tests fail on other hw/drivers?
<alyssa> jannau: yes, as far as I can see all Mesa drivers
<alyssa> dunno about non-Mesa drivers, I don't have any to test against :~)
<jannau> have you typoed window_8888_colorspace_default and window_888_colorspace_default? from the description I would expect that window_8888_colorspace_default fails
<alyssa> I have not
<alyssa> 8888 passes, 888 fails.
<alyssa> but there's no 24-bit formats supported on our hardware, so Mesa is making up an alpha channel and then ignoring it
blazra has quit [Ping timeout: 480 seconds]
jlco has quit [Ping timeout: 480 seconds]
<jannau> problem for fp16 seems to be that the results are clamped to [0,1]. for _888_ alpha is 3
<alyssa> oof
blazra has joined #asahi-gpu
possiblemeatball has joined #asahi-gpu
possiblemeatball has quit []
possiblemeatball has joined #asahi-gpu
<jannau> it's using r10g10b10a2 for window_888_ so the problem is that it reads back alpha 1.0 instead of the expected 0.0
<alyssa> ooh. that's spicy.
nela1 has joined #asahi-gpu
nela has quit [Ping timeout: 480 seconds]
nela1 is now known as nela
jlco has joined #asahi-gpu
enick_149 has joined #asahi-gpu
rhysmdnz has joined #asahi-gpu
jlco has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
jlco has joined #asahi-gpu
jlco has quit []
jlco has joined #asahi-gpu
<jannau> dEQP-EGL.functional.wide_color.window_888_colorspace_default seems to be simply broken for r10g10b10a2
jlco has quit []
<jannau> how do I submit fixes for the cts? just merge request on github?
jlco has joined #asahi-gpu
jlco has quit []
jlco has joined #asahi-gpu
<alyssa> jannau: for you, yes
<alyssa> assuming you're not a Khronos member
<alyssa> actually I don't know who your employer is so I don't know if you're a Khronos member
<alyssa> (there are a lot of "interesting" members. like IKEA.)
<alyssa> sorry, on the board apparently???
<alyssa> Anyway, non-Khronos members submit patches through the github repo, yes.
<jannau> my employer is not a khronos member (to my knowledge)
<alyssa> sounds good
<alyssa> so PRing the github repo and signing their silly CLA should work. never done it myself though
<jannau> window_fp16_default_colorspace "passes" on x11/xwayland since fp16 is not supported
simon-perretta-img has joined #asahi-gpu
<alyssa> "pass" or skip?
<alyssa> skips count for conformance :~)
<jannau> but isn't that test broken as well? I would expect pixel values to be clamped to [0,1]
<jannau> skipped
<alyssa> 21:04 < jannau> but isn't that test broken as well? I would expect pixel values to be clamped to [0,1]
<alyssa> Why do you expect that?
<alyssa> The whole point of the HDR formats (including fp16) is that you can go outside the [0,1] range
<jannau> I failed to find anything which specified that
<jannau> ah, floating ppoint isn't clamped unless specified
<alyssa> Yeah, you would need a spec cite if you wanted it to clamp :p
darkapex has quit [Remote host closed the connection]
<sven> lol, apparently my employer is a khronos member :D
<alyssa> sven: Lol
<sven> no idea why, but then again they have like 400k employees so I’m sure there are some people working on stuff where that makes sense :D
<alyssa> =)
kaazoo has joined #asahi-gpu
Nokurn has joined #asahi-gpu
nsklaus_ has quit [Ping timeout: 480 seconds]
alyssa has quit [Quit: leaving]
nela has quit [Ping timeout: 480 seconds]
kaazoo has quit [Quit: Leaving.]
gi0 has joined #asahi-gpu