02:36 elibrokeit: the meson missingdeps thing is as it currently is difficult to automatically run because it operates outside of (and after) an ordinary ninja build, for obvious reasons. running it as part of `meson test` should be more doable, though
02:37 elibrokeit: you will need a wrapper script to filter out the useless junk, I filed an upstream ninja bug about it but as usual that hasn't gone much of anywhere
11:07 mareko: Venemo: nir_opt_vectorize_io can now vectorize VS input loads with holes, so e.g. load X and load W can be turned into XYZW: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36098/diffs#1130bd4008b1e76820b3b0da948db0d09ba937f2_507_521
11:08 Venemo: mareko: thanks, that is very helpful!
11:09 mareko: I think I added it for RADV, currently unused by we can enable it
11:09 mareko: *but we
11:09 Venemo: I'll revisit those shader linking MRs soon
11:10 Venemo: though these days I've had my hands full with those kernel issues
11:10 mareko: sorry to hear that
11:13 Venemo: on the upside, I've made good progress with that stuff and accomplished most of what I wanted