mesa/src/nouveau/compiler
Daniel Schürmann 8d1abd4996 treewide: use nir_src_is_divergent() rather than checking the divergence of the SSA
Without LCSSA, divergence between src and def might differ.

Reviewed-by: Rhys Perry <pendingchaos02@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30787>
2024-10-24 10:06:17 +00:00
..
acorn nak: Add an implementation of the ACORN random number generator 2024-07-23 03:15:48 +00:00
bitview nak/bitview: Add a SetField<f32> implementation 2024-04-08 20:28:44 +00:00
nak compiler/rust: Copy NirInstrPrinter from NAK 2024-10-18 12:43:52 +00:00
.editorconfig nak: Add initial stubs for rust code 2023-11-14 00:48:06 +00:00
meson.build nak: memstream: move into common code 2024-10-17 02:50:21 +00:00
nak.h nak: Add support for gl_PrimitiveShadingRateEXT 2024-10-10 23:16:57 +00:00
nak_bindings.h nak/bindings: Use an enum for IOCTL numbers 2024-10-18 04:56:26 +00:00
nak_nir.c nir: add hole_size parameter into the vectorize callback 2024-10-15 05:50:24 +00:00
nak_nir_algebraic.py nak: Lower iadd64(x, -y) to isub64(x, y) in NIR 2024-07-28 21:49:20 +00:00
nak_nir_lower_cf.c treewide: use nir_src_is_divergent() rather than checking the divergence of the SSA 2024-10-24 10:06:17 +00:00
nak_nir_lower_fs_inputs.c nak: Pass a nak_compiler into sysval and attrib helpers 2024-10-10 23:16:57 +00:00
nak_nir_lower_gs_intrinsics.c nak: Add geometry shader support 2023-11-14 00:48:14 +00:00
nak_nir_lower_non_uniform_ldcx.c treewide: use nir_src_is_divergent() rather than checking the divergence of the SSA 2024-10-24 10:06:17 +00:00
nak_nir_lower_scan_reduce.c treewide: use nir_def_replace sometimes 2024-06-21 15:36:56 +00:00
nak_nir_lower_tex.c nak/nir: Use prmt in texture lowering 2024-07-17 13:38:24 +00:00
nak_nir_lower_vtg_io.c nak: Pass a nak_compiler into sysval and attrib helpers 2024-10-10 23:16:57 +00:00
nak_nir_split_64bit_conversions.c nak/nir: Preserve rounding modes in split_64bit_conversions() 2024-07-28 21:49:20 +00:00
nak_private.h nak: memstream: move into common code 2024-10-17 02:50:21 +00:00