17:56snowy_coder: Hello, I'm (unsuccessfully) trying to bringup mediump varyings in panfrost, can I ask some questions?
17:57snowy_coder: (Also, is my IRC setup working?)
17:59pendingchaos: it's working
18:04snowy_coder: How's mediump working on radeonsi? It seems to be the only driver that lowers mediump before glsl-linker, when I try that the code-motion linking pass just moves f2f32 back in the VS (and crashes if it tries to pack variables with different bit-sizes together)
19:49Hazematman: Hey I was just taking a look at some of the CI stuff and I'm curious why we do this to clone vkd3d https://gitlab.freedesktop.org/mesa/mesa/-/blob/main/.gitlab-ci/container/build-vkd3d-proton.sh?ref_type=heads#L28 can't you just do `git clone <url> -b <commit> --depth 1 --recurse-submodules`. Is there something else that this does that I'm missing?
19:51anholt: I don't think -b <commit> works.
19:51anholt: there's a new feature that lets you pick a commit, but it's not in mesa ci's git.
19:53Hazematman: that explains it, thanks anholt!
20:43cheako: I've been working with vkd3d for the past few days and for a moment I had a combination of files/setting that drew everything, but I lost it fighting with drights.
22:34anholt: hey, folks. Mesa drivers are probably going to be in Compiler Explorer (godbolt.org) soon. Pop in at https://gitlab.freedesktop.org/mesa/mesa/-/work_items/14869#note_3334172 if you think there are specific drm-shim platforms you think should be represented there.