mesa/src/broadcom/compiler
Kenneth Graunke 140f53e646 Revert "nir: replace lower_ffma and fuse_ffma with has_ffma"
This reverts commit 939ddf3f67.

Intel has a separate pass for fusing FFMAs selectively.  We split
these flags in commit 1b72c31e1f and
the reasoning still stands.  The patch being reverted was just a
cleanup, so there should be no issue with reverting it.

Acked-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6849>
2020-09-24 13:11:50 -07:00
..
meson.build v3d: Add a lowering pass for line smoothing 2020-07-06 21:59:16 +00:00
nir_to_vir.c Revert "nir: replace lower_ffma and fuse_ffma with has_ffma" 2020-09-24 13:11:50 -07:00
qpu_schedule.c broadcom/qpu_instr: wait is not a read or write vpm instruction 2020-08-31 15:02:42 +02:00
qpu_validate.c
v3d33_tex.c
v3d33_vpm_setup.c
v3d40_tex.c v3d/tex: handle correctly coordinates for cube/cubearrays images 2020-07-03 08:14:57 +00:00
v3d_compiler.h broadcom/compiler: support nir_intrinsic_load_sample_id 2020-08-20 20:14:14 +00:00
v3d_nir_lower_image_load_store.c v3d: Ask the state tracker to lower image accesses off of derefs. 2020-02-24 18:25:02 +00:00
v3d_nir_lower_io.c v3d/compiler: fix V3D double-rounding of .8 fixed-point XY coordinates 2020-09-11 09:51:33 +02:00
v3d_nir_lower_line_smooth.c v3d: Add a lowering pass for line smoothing 2020-07-06 21:59:16 +00:00
v3d_nir_lower_logic_ops.c nir: Add nir_foreach_shader_in/out_variable helpers 2020-07-29 17:38:57 +00:00
v3d_nir_lower_scratch.c
v3d_nir_lower_txf_ms.c
vir.c nir: Add options to nir_lower_compute_system_values to control compute ID base lowering 2020-08-21 22:07:05 +00:00
vir_dump.c v3d: Handle the line width intrinsics 2020-07-06 21:59:16 +00:00
vir_live_variables.c util/hash_table: update users to use new optimal integer hash functions 2020-01-23 17:06:57 +00:00
vir_opt_copy_propagate.c
vir_opt_dead_code.c
vir_opt_redundant_flags.c
vir_opt_small_immediates.c
vir_register_allocate.c v3d/compiler: fix spill offset 2020-06-29 14:21:25 +02:00
vir_to_qpu.c v3d: Changed v3d_compile:failed to an enum 2020-07-24 12:27:07 +02:00