mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 16:30:10 +01:00
Use command:
find . -type f -not -path '*/.git/*' -exec sed -i 's/\benum pipe_shader_type\b/mesa_shader_stage/g' {} +
find . -type f -not -path '*/.git/*' -exec sed -i 's/\bpipe_shader_type\b/mesa_shader_stage/g' {} +
Acked-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Acked-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Acked-by: Yonggang Luo <luoyonggang@gmail.com>
Acked-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36569>
|
||
|---|---|---|
| .. | ||
| proc | ||
| .clang-format | ||
| .rustfmt.toml | ||
| as_slice.rs | ||
| bindings.h | ||
| bindings.rs | ||
| bitset.rs | ||
| cfg.rs | ||
| lib.rs | ||
| memstream.rs | ||
| meson.build | ||
| nir.rs | ||
| nir_instr_printer.rs | ||
| rust_helpers.c | ||
| rust_helpers.h | ||
| smallvec.rs | ||