mesa/src/nouveau
Faith Ekstrand 500955b6cb nak: Only insert barriers around ifs if they actually re-converge
We don't care about patterns like

    loop {
        ...
        if (...) {
            break;
        } else {
            ...
        }
        ...
    }

In that case, we don't need to sync after the if because there's nothing
to re-converge.  Every path except one will end up breaking out of it
anyway.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26382>
2023-11-27 20:59:34 +00:00
..
codegen nir/spirv: Add inverse_ballot intrinsic 2023-09-20 14:41:18 +00:00
compiler nak: Only insert barriers around ifs if they actually re-converge 2023-11-27 20:59:34 +00:00
drm-shim nouveau/shim: Use the imported nouveau_drm.h headers 2023-08-04 21:32:07 +00:00
mme nvk: Rip out old UAPI support 2023-09-26 05:05:26 +00:00
nil nil/format: Advertise R10G10B10A2_UINT texture buffer support 2023-10-11 02:56:28 -05:00
nvidia-headers nouveau/parser: Dump SET_STREAM_OUT_CONTROL_* properly 2023-11-14 00:48:13 +00:00
vulkan nvk: Limit shader stages to supported stages 2023-11-27 20:59:34 +00:00
winsys nvk: Add a separate VMA heap for BDA capture/replay 2023-11-17 03:07:02 +00:00
meson.build nouveau: Add initial headers and meson for the new compoiler 2023-11-14 00:48:06 +00:00