02:28 Lynne: is one truly unable to get the raw uint representation of VK_FORMAT_R16G16B16A16_UNORM?
02:29 Lynne: the validation layer says "the descriptor requires UINT component type, but bound descriptor format is VK_FORMAT_R16G16B16A16_UNORM."
02:30 airlied: you'd probably have to alias it
02:32 Lynne: whyyyyyy
02:32 Lynne: isn't this why we have image views?
02:41 Lynne: MUTABLE fixes it, but now I need to keep track of each representation of each format
12:42 ngcortes: zmike, I'm seeing a test failure on intel gen9 running zink: https://mesa-ci.01.org/gl_main/builds/8351/results/2822815714
12:43 ngcortes: I think it's caused by mesa=59487e4a61e713107bfb62d5f8bd15137e0659fe
12:44 zmike: ...but that's the one that fixes modifier selection on gen11+ 🤕
12:48 ngcortes: zmike, that's just my guess anyway. I'll do a proper bisect
16:49 ngcortes: zmike, okay i've confirmed that's the commit. i guess some of that code affected gen9 as well :/
16:50 zmike: ngcortes: maybe https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31686 ?
16:50 ngcortes: it looked like from the results I saw that before that commit the test in question was skipped by gen90
16:50 ngcortes: *gen9
16:51 ngcortes: zmike, I'll run it through CI's slick little MR tester ;) http://mesa-ci-jenkins.jf.intel.com/job/public/job/review_mr/122/console
16:52 zmike: ERR_NAME_NOT_RESOLVED
16:52 zmike: but I'm sure it's great
17:04 ngcortes: lol
18:47 karolherbst: who are the current maintainers for virgl?
18:57 airlied: karolherbst: Gert Wollny
18:57 karolherbst: thanks!
20:11 karenw: Err, I've noticed that using the latest mesa every process has /home/karenw/.cache/mesa_shader_cache_db/part{#}/mesa_cache.{db,idx} open. That's 100fds leaking into every process. I'm assuming someone forgot to set them cloexec?
20:14 benjaminl: doubling-checking my understanding of nir semantics: each storage location can be assigned to at most one var?
20:14 benjaminl: (so, for example 'nir_get_variable_with_location' would be unique)
20:16 psykose: karenw: looks like https://gitlab.freedesktop.org/mesa/mesa/-/issues/11810
20:18 karenw: psykose: Ah, thanks. Open MR. I will keep an eye on it.
21:21 DavidHeidelberg: psykose: btw. what about some nice review for https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/72897 ? Alpine can have lovely mesa tests now :P
21:21 DavidHeidelberg: Pretty please 😉
21:23 DavidHeidelberg: even better, I'll bump mesa to 24.3.5 and drop the patch which got in...
21:24 psykose: i'm not involved with alpine so i'm not sure how i'd review that
21:25 psykose: looks fine however
21:26 DavidHeidelberg: oh, I had feeling you been historically?
21:27 DavidHeidelberg: *in past
21:27 psykose: sure, i was a maintainer for a few years
21:27 DavidHeidelberg: oh kk :) thanks for heads up tho :) I'll ping ncopa
22:15 ngcortes: zmike, http://mesa-ci-jenkins.jf.intel.com/job/public/job/review_mr/122/ results from testing your mr. maybe needs to be rebased?
22:17 Sachiel: doubt he can see any jf.intel.com sites