mesa/src/microsoft
Alyssa Rosenzweig 3c2f46fcac
Some checks are pending
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run
treewide: use nir_break_if with named if
Via Coccinelle patch:

    @@
    expression builder, condition;
    identifier nif;
    @@

    -nir_if *nif = nir_push_if(builder, condition);
    -{
    -nir_jump(builder, nir_jump_break);
    -}
    -nir_pop_if(builder, nif);
    +nir_break_if(builder, condition);

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Reviewed-by: Mel Henning <mhenning@darkrefraction.com>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35794>
2025-06-30 14:51:54 -04:00
..
ci ci: Fix artifact name for jobs with parallel indices 2025-06-28 14:59:58 +00:00
clc treewide: Switch to nir_progress 2025-02-26 15:19:53 +00:00
compiler nir: rename nir_lower_clip_cull_distance_arrays -> nir_lower_clip_cull_distance_array_vars 2025-06-26 18:20:53 +00:00
spirv_to_dxil nir: rename nir_lower_io_to_temporaries -> nir_lower_io_vars_to_temporaries 2025-06-26 18:20:54 +00:00
vulkan treewide: use nir_break_if with named if 2025-06-30 14:51:54 -04:00
meson.build d3d12: Do not build microsoft/compiler when graphics, gl or vk disabled 2025-05-08 14:17:22 +00:00