mesa/src/microsoft
Alyssa Rosenzweig dd85b50d18 treewide: use nir_break_if
Via Coccinelle patch and some manual hunk editing:

    @@
    expression b, E;
    @@

    -nir_push_if(b, E);
    -{
    -nir_jump(b, nir_jump_break);
    -}
    -nir_pop_if(b, NULL);
    +nir_break_if(b, E);

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Reviewed-by: Daniel Schürmann <daniel@schuermann.dev>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29877>
2024-06-26 19:07:35 +00:00
..
ci nir: introduce discard_is_demote compiler option 2024-06-17 19:37:15 +00:00
clc treewide: use nir_def_replace sometimes 2024-06-21 15:36:56 +00:00
compiler treewide: use nir_break_if 2024-06-26 19:07:35 +00:00
spirv_to_dxil treewide: use nir_def_replace sometimes 2024-06-21 15:36:56 +00:00
vulkan dozen: Advertise VK_EXT_shader_replicated_composites 2024-06-04 16:34:48 +00:00
meson.build microsoft: Whitespace change to trigger CI 2023-12-15 00:39:10 +00:00