mesa/src/compiler/rust
Qiang Yu f972e76148 all: rename pipe_shader_type to mesa_shader_stage
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>
2025-08-06 10:28:40 +08:00
..
proc nak,compiler: Move AsSlice to common code 2024-08-07 21:08:19 +00:00
.clang-format nak: memstream: move into common code 2024-10-17 02:50:21 +00:00
.rustfmt.toml
as_slice.rs nak,compiler: Move AsSlice to common code 2024-08-07 21:08:19 +00:00
bindings.h nak: memstream: move into common code 2024-10-17 02:50:21 +00:00
bindings.rs compiler/rust: Copy the Rust NIR wrappers from NAK 2024-08-07 21:08:18 +00:00
bitset.rs compiler/rust/bitset: BitSetStream takes Key type 2025-06-09 21:49:29 +00:00
cfg.rs compiler/rust: Add a CFG::loop_depth() method 2025-07-31 22:39:25 +00:00
lib.rs compiler/rust: Copy NirInstrPrinter from NAK 2024-10-18 12:43:52 +00:00
memstream.rs nak,nir: Stop using std::mem::zeroed() 2025-06-06 18:58:35 +00:00
meson.build all: rename pipe_shader_type to mesa_shader_stage 2025-08-06 10:28:40 +08:00
nir.rs nak,nir: Add an image_load_raw_nv intrinsic 2025-04-08 04:06:45 +00:00
nir_instr_printer.rs compiler/rust: Copy NirInstrPrinter from NAK 2024-10-18 12:43:52 +00:00
rust_helpers.c compiler/rust: Add a unit test for the memstream abstraction 2024-10-17 18:59:02 +00:00
rust_helpers.h compiler/rust: Add a unit test for the memstream abstraction 2024-10-17 18:59:02 +00:00
smallvec.rs compiler/rust: Copy MappedInstrs from NAK 2024-10-01 11:33:35 +00:00