22:56 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
22:58 sarbes: It is 9 bits wide, but gets shifted 24 to the left, losing it sign.
23:00 sarbes: What's also odd is that the units are in a fixed 1:7:1 format, while the scale is 1:6:2.
23:02 sarbes: I'd guess that the units are also 1:6:2, shifted by 23.
23:03 anarsoul: could be a bug
23:09 sarbes: Wait, the scale gets already shifted into the units.
23:28 sarbes: The parser operates on 8 bit for each.