mesa/src/compiler/glsl/tests
Qiang Yu 5f1983f346 glsl,gallium,mesa: replace MESA_SHADER_STAGES with MESA_SHADER_MESH_STAGES
Prepare for mesh shader support, change all shared code to
use MESA_SHADER_MESH_STAGES.

Use command:
  find src/gallium/auxiliary/ -type f -not -path '*/.git/*' -exec sed -i 's/\bMESA_SHADER_STAGES\b/MESA_SHADER_MESH_STAGES/g' {} +
  find src/compiler -type f -not -path '*/.git/*' -exec sed -i 's/\bMESA_SHADER_STAGES\b/MESA_SHADER_MESH_STAGES/g' {} +
  find src/mesa -type f -not -path '*/.git/*' -exec sed -i 's/\bMESA_SHADER_STAGES\b/MESA_SHADER_MESH_STAGES/g' {} +

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Reviewed-by: Yonggang Luo <luoyonggang@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36596>
2025-08-11 01:44:44 +00:00
..
warnings glsl: make warning tests pass linking 2024-07-03 01:20:02 +00:00
builtin_variable_test.cpp glsl/tests: fix memory leaks 2025-08-04 02:06:59 +00:00
general_ir_test.cpp glsl: switch ir_instruction to linear_ctx to eliminate malloc overhead 2025-08-04 02:07:00 +00:00
list_iterators.cpp glsl: fork exec_node/list -> ir_exec_node/list as private GLSL IR utility 2025-07-31 20:23:00 +00:00
lower_precision_test.py glsl: move some lowering to the compiler 2024-02-22 05:26:16 +00:00
meson.build mesa: remove inc_mapi 2025-08-06 20:35:26 +00:00
sampler_types_test.cpp glsl: Use glsl_type C helpers 2023-12-22 06:51:01 -08:00
test_gl_lower_mediump.cpp glsl,gallium,mesa: replace MESA_SHADER_STAGES with MESA_SHADER_MESH_STAGES 2025-08-11 01:44:44 +00:00
warnings_test.py glsl: remove do_function_inlining() 2024-06-18 12:34:52 +00:00