18:39austriancoder: valentine: do you plan to add the etnaviv switch to !40159 or shall I do it on my own, which is no problem and I would start looking into it this night
18:41valentine: austriancoder: please go for it, I gave that a quick try but didn't seem to work ootb and I didn't investigate
18:46karolherbst: I just noticed that we probably print null pointers incorrectly for printf... It's all fine for global memory, but if you have e.g. a private/shared memory pointer of 0x0 (which is _not_ a NULL pointer), it prints "(nil)"..
22:25airlied: is it possible with nir opt algebraic to detect iadd (a & mask) + (a & ~mask) -> a just not sure how to detect for constant b and ~b
22:30pendingchaos: airlied: not really
22:30pendingchaos: nir_opt_generate_bfi exists for this
23:12airlied: pendingchaos: hmm of course lavapipe never hits that path because we don't have bfi/bitfield insert in the backend