mesa/src/amd
Yonggang Luo 0a32d5e6fd treewide: Use regexp to replace usage of setenv with os_set_option.
setenv\((.*), 1\);
=>
os_set_option($1, true);

setenv\((.*), 0\);
=>
os_set_option($1, false);

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Antonio Ospite <antonio.ospite@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38640>
2025-11-27 18:22:34 +00:00
..
addrlib addrlib: __debugbreak only present on Windows and from intrin.h 2025-08-07 07:47:42 +00:00
ci radv: enable VRS for flat shading on GFX11+ 2025-11-25 07:52:52 +00:00
common ac,winsys/amdgpu: report why ac_query_gpu_info failed 2025-11-25 21:17:35 +00:00
compiler aco/optimizer: optimze cndmask(a, b, not(c)) to cndmask(b, a, c) 2025-11-25 11:49:19 +00:00
drm-shim amd/drm-shim: handle AMDGPU_INFO_HW_IP_COUNT 2025-11-24 12:34:08 +00:00
gmlib meson: Relax -Wmaybe-uninitialized errors 2025-09-16 06:16:20 +00:00
lanczoslib meson: Relax -Wmaybe-uninitialized errors 2025-09-16 06:16:20 +00:00
llvm nir: remove load_smem_amd 2025-10-08 08:54:11 +00:00
registers amd: Rename GFX1103_R1/R2 to PHOENIX/2 2024-11-20 02:14:40 +00:00
vpelib amd/vpelib: add FL capabilitie and lut container size 2025-09-22 10:37:22 +00:00
vulkan treewide: Use regexp to replace usage of setenv with os_set_option. 2025-11-27 18:22:34 +00:00
meson.build radv/tests: require drm-shim and use it instead of RADV_FORCE_FAMILY 2025-11-19 07:11:05 +00:00