mesa/src/amd
Mauro Rossi 22abfc06d7
Some checks are pending
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run
radv: Fix gnu-empty-initializer errors in ca9191a8
Fixes the following building errors:

../src/amd/vulkan/radv_pipeline.c:562:63: error: use of GNU empty initializer extension [-Werror,-Wgnu-empty-initializer]
   NIR_PASS(_, stage->nir, nir_opt_uub, &(nir_opt_uub_options){});
                                                              ^
1 error generated.

../src/amd/vulkan/radv_shader.c:204:80: error: use of GNU empty initializer extension [-Werror,-Wgnu-empty-initializer]
      NIR_LOOP_PASS(progress, skip, shader, nir_opt_uub, &(nir_opt_uub_options){});
                                                                               ^
1 error generated.

Fixes: ca9191a8 ("radv: use nir_opt_uub")
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/42367>
2026-06-22 21:21:53 +02:00
..
addrlib amd: add initial code for gfx1156 2026-06-11 16:36:20 +00:00
ci Uprev ANGLE to 836636df1b06034b39a4a2a68b811ecf6f9b674f 2026-06-20 10:43:19 +00:00
common ac,radeonsi: remove uses_kernel_cu_mask and associated code 2026-06-19 22:02:36 +00:00
compiler aco/assembler: don't reorder branch insertion block index twice 2026-06-19 00:01:59 +00:00
drm-shim amd: remove unnecessary and transitive #includes 2026-04-24 21:53:07 +00:00
gmlib amd/gmlib: add tm_generate_formatted_3DLut 2026-04-29 07:46:28 +00:00
lanczoslib
llvm nir: remove a lot of nir_cf_node_get_function calls. 2026-06-12 00:19:48 +00:00
packets amd: remove unnecessary and transitive #includes 2026-04-24 21:53:07 +00:00
registers amd: switch to new packet definitions for all packets 2026-04-10 03:42:45 +00:00
vpelib amd/vpelib: Add missing argb variant support 2026-06-15 10:02:27 +00:00
vulkan radv: Fix gnu-empty-initializer errors in ca9191a8 2026-06-22 21:21:53 +02:00
meson.build