mesa/src/nouveau
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 ci: set a common B2C_JOB_SUCCESS_REGEX with the message that's printed for all jobs 2024-06-08 07:16:27 +00:00
codegen 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
drm nouveau: import nvif/ioctl.h file from libdrm_nouveau 2024-05-27 22:23:41 +00:00
drm-shim nvk: use c.get_supported_arguments for compiler flags 2024-03-13 15:21:07 +00:00
headers nouveau/push: add support for m2mf/i2mf to dumper 2024-06-19 02:35:24 +00:00
mme nouveau/headers: Make nvk_cl**** turn to nv_push_cl**** 2024-05-07 03:15:02 +00:00
nil nil: Support creating images with DRM modifiers 2024-05-14 04:04:34 +00:00
vulkan treewide: use nir_break_if 2024-06-26 19:07:35 +00:00
winsys nouveau: Fix a race in nouveau_ws_bo_destroy() 2024-06-15 06:14:28 +00:00
.rustfmt.toml nouveau: Move .rustfmt.toml from NAK to src/nouveau/ 2024-04-08 20:28:43 +00:00
meson.build nouveau: import libdrm_nouveau 2024-03-13 15:21:07 +00:00