13:53pq: emersion, I get internal server error on https://drmdb.emersion.fr/properties/4008636142/EOTF
13:54emersion: pq, i think you reported this bug already?
13:54pq: no, first time I see it
13:56emersion: ERROR inconsistent property types: range and signed range
13:56emersion: https://gitlab.freedesktop.org/emersion/drmdb/-/issues/1
13:57pq: oh, that was a long time ago :-D
13:58pq: you could print that the reports are confused about the type
14:02emersion: yeah
14:02emersion: patches welcome :)
18:49alyssa: does anyone remember why NIR doesn't have vec6/vec7/vec9..15?
18:49alyssa: because I don't
18:50cwabbott: no good reason afaik
18:55idr: I think vec5, 8, and 16 were added when there was a specific need.
18:59alyssa: & we're still suffering from it >.<
18:59alyssa: but yeah fair
19:00alyssa: we have the round_up_components helpers which would go away if we just supported all the sizes
19:00alyssa: less special casing for shrink_vectors & such
20:11gfxstrand: Is CI failing all over for others?
20:11gfxstrand: I think I'm seeing s3 issues but I'm not sure
20:14anholt: CI is green, anyone want to review to help reduce spills drivers? https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37313
20:15gfxstrand: Maybe I need to rebase
23:10Kayden: mareko had proposed adding vec7 and vec15 in https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29398 but dschuermann suggested a way that didn't require that