mesa/src/asahi
Alyssa Rosenzweig 67237b6f1b treewide: use nir_break_if
Via Coccinelle patch:

    @@
    expression builder, condition;
    @@

    -nir_push_if(builder, condition);
    -{
    -nir_jump(builder, nir_jump_break);
    -}
    -nir_pop_if(builder, NULL);
    +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:24 -04:00
..
clc asahi: add assert for max variant count 2025-03-26 18:35:36 +00:00
compiler agx: defer nir_opt_idiv_const 2025-06-27 15:31:43 +00:00
drm-shim asahi: port to stable uAPI 2025-04-09 20:25:49 +00:00
genxml hk: optimize !largePoints 2025-06-20 18:46:16 +00:00
isa agx: add XML-based disassembler 2025-06-05 18:57:42 +00:00
layout ail,asahi,hk: distinguish logical vs allocation compression 2025-06-20 21:38:11 +00:00
lib treewide: use nir_break_if 2025-06-30 14:51:24 -04:00
libagx asahi,hk: significantly rework GS 2025-06-30 16:24:07 +00:00
vulkan nir: rename AGX geom/tess intrinsics 2025-06-30 16:24:10 +00:00
.clang-format clang-format: Disable formatting by default 2023-08-13 16:48:49 +02:00
.editorconfig asahi: Add .editorconfig for CL files 2024-01-10 08:44:37 -04:00
meson.build agx: add XML-based disassembler 2025-06-05 18:57:42 +00:00