mesa/src/gallium/drivers
Vasily Khoruzhick 0471b438d6 lima: ppir: assign an index for discard block
Discard block is the only block that we generate internally, and it
currently just gets an index of 0 which collides with the very first
block. It is not an issue for compiler, but an eyesore for debug output
for a program with discard_if.

Assign INT_MAX index for it.

Reviewed-by: Erico Nunes <nunes.erico@gmail.com>
Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33636>
2025-02-25 18:51:55 +00:00
..
asahi libagx: fix ia_primitives with tessellation 2025-02-22 02:24:29 +00:00
crocus crocus: Use nir_shader_intrinsics_pass in crocus_lower_storage_image_derefs 2025-02-07 23:20:16 +00:00
d3d12 gallium: Fix typos 2025-02-15 17:43:44 +00:00
etnaviv nir/peephole_select: add options struct 2025-02-20 21:59:16 +00:00
freedreno u_trace: pass tracepoint flags to the read_timestamp callback 2025-02-24 08:08:02 +00:00
i915 nir: replace nir_opt_conditional_discard with nir_opt_peephole_select 2025-02-20 21:59:17 +00:00
iris u_trace: pass tracepoint flags to the read_timestamp callback 2025-02-24 08:08:02 +00:00
lima lima: ppir: assign an index for discard block 2025-02-25 18:51:55 +00:00
llvmpipe llvmpipe: Fix alpha-to-coverage without dithering 2025-02-20 18:59:21 +00:00
nouveau gallium: Fix typos 2025-02-15 17:43:44 +00:00
panfrost nir: Don't include u_printf.h in nir.h, only where necessary. 2025-02-12 23:20:12 +01:00
r300 r300: do not include newline in the error messages 2025-02-25 15:57:35 +00:00
r600 nir: replace nir_opt_conditional_discard with nir_opt_peephole_select 2025-02-20 21:59:17 +00:00
radeonsi radeonsi: print why draws are rejected 2025-02-25 09:24:25 +00:00
softpipe softpipe: remove shader and compute get param 2025-02-05 11:20:49 +08:00
svga doc,src: replace doc and comments for shader and compute cap 2025-02-05 11:20:49 +08:00
tegra tegra: remove shader and compute get param 2025-02-05 11:20:49 +08:00
v3d treewide: use nir_shader_tex_pass 2025-02-24 19:33:26 +00:00
vc4 nir/peephole_select: add options struct 2025-02-20 21:59:16 +00:00
virgl gallium: Fix typos 2025-02-15 17:43:44 +00:00
zink zink/ntv: Only emit GeometryStreams cap if multiple streams are used 2025-02-25 16:20:04 +00:00