ChanServ changed the topic of #lima to: Development channel for open source lima driver for ARM Mali4** GPUs - Kernel driver has landed in mainline, userspace driver is part of mesa - Logs at https://oftc.irclog.whitequark.org/lima/
sarbes has joined #lima
stilbruch has quit [Ping timeout: 480 seconds]
stilbruch has joined #lima
stilbruch has quit [Ping timeout: 480 seconds]
stilbruch has joined #lima
sarbes has quit [Remote host closed the connection]
stilbruch has quit [Ping timeout: 480 seconds]
stilbruch has joined #lima
sarbes has joined #lima
yuq825_ has joined #lima
yuq825 has quit [Ping timeout: 480 seconds]
Daanct12 has joined #lima
tanty has quit [Quit: Ciao!]
Danct12 has quit [Read error: Connection reset by peer]
tanty has joined #lima
anarsoul|2 has joined #lima
anarsoul has quit [Ping timeout: 480 seconds]
anarsoul|2 has quit [Ping timeout: 480 seconds]
<sarbes> I'm currently converting the render state to genxml. The polygon depth unit seems odd to me: https://gitlab.freedesktop.org/mesa/mesa/-/blob/main/src/gallium/drivers/lima/lima_draw.c?ref_type=heads#L577
<sarbes> It is 9 bits wide, but gets shifted 24 to the left, losing it sign.
anarsoul has joined #lima
<sarbes> What's also odd is that the units are in a fixed 1:7:1 format, while the scale is 1:6:2.
<sarbes> I'd guess that the units are also 1:6:2, shifted by 23.
<anarsoul> could be a bug
<sarbes> Wait, the scale gets already shifted into the units.
<sarbes> The parser operates on 8 bit for each.