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