07:18jasuarez: gfxstrand: I would appreciate if you can comment on https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/43119#note_3607388, as not sure how to proceed
08:16MrCooper: is Mesa also now often hitting an MR failing to be marked as merged, and Marge commenting "This branch couldn't be merged: these changes already exist in branch <MR target branch>"?
08:39MrCooper: doesn't look like it, wonder what's special about xserver...
08:51MoeIcenowy: steev: I think dynamic indexing isn't a required feature for VK1.2
08:51MoeIcenowy: although it's part of the core
08:51MoeIcenowy: Even some core features in 1.0 are never required
09:27karolherbst: steev: needs newer mesa, see https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/42117
15:33JeremyChou0314: Hi! I'm working on the good-first-issue to add GLES and CL profiles to VP_ZINK_requirements.json. Which specific GLES version (e.g., GLES 3.2) and OpenCL baseline should I target for these profiles?
15:34JeremyChou0314: The corresponding issue link: https://gitlab.freedesktop.org/mesa/mesa/-/work_items/10086
15:34karolherbst: bda for CL for sure
15:35karolherbst: float controls, subgroup stuff, but many of those other things are already core, so not sure..
15:38JeremyChou0314: Got it! Thanks a lot. So for CL, I will make sure VK_KHR_buffer_device_address, float controls (like shaderSignedZeroInfNanPreserveFloat32), and basic compute subgroup features are listed in the profile.
15:38karolherbst: there are a few other things I think, but for that one needs to dig some code
15:54steev: karolherbst: yep, those 3 applied (and a lot of dependencies and other hoops because its a pi) and it does work, thanks for the pointer!