01:44l33t-h4x0r: hi all
16:01stewi: For goodness sakes. How do I format a log in a collapsible section? https://gitlab.freedesktop.org/mesa/mesa/-/issues/12990#note_3036647
16:02emersion: you need to add a blank newline
16:03emersion: <summary>, followed by a blank newline, followed by ```
16:03emersion: same for ```, blank newline, </details>
16:14stewi: Ah, I have to rename the collapsible section for any changes made to it to go through.
22:43lumag: mlankhorst, narmstrong_: is there a way to merge drm-misc-next-2025-07-17 to the drm-misc-next-fixes branch? Otherwise we have 77 commits in Linus's tree which are not a part of drm-misc-fixes-next.
22:45lumag: mlankhorst, narmstrong_: e.g. I tried picking up https://lore.kernel.org/dri-devel/20250716125602.3166573-1-andyshrk@163.com/ , but I could not because offending commit is merged to Linus's tree, but it's not a part of drm-misc-next-fixes
23:37tarceri: mareko: renaming the mesa dir to gl makes sense, note there is also the mapi dir. Personally I like having the glsl dir in the compiler dir next to nir/the shared types and enums, but other may feel different
23:44mareko: agreed
23:46mareko: there is also the loader dir that seems GL-only
23:49mareko: so mesa -> gl, mapi,loader -> gl/, and then android_stub,c11,drm-shim,getopt,gtest,imgui,tool,x11 -> util/
23:50mareko: or loader -> gallium/auxiliary
23:52zmike: having glsl compiler in the compiler/ directory is actually increasing the number of ci jobs that run on GL jobs though due to globbing
23:57mareko: for CI: loader -> gallium/auxiliary/loader, mapi -> mesa/mapi, compiler/glsl -> mesa/glsl ?
23:57zmike: probably works