mesa/src/broadcom/compiler
Emma Anholt 0cffef54e5 v3d: Respect nir_intrinsic_store_output's write_mask.
Usually lower_io_to_temps sorts this out for us so you only get full
writes, but we should be able to handle it without that.  Avoids a
regression with the mesa/st PBO VS with layer output.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23114>
2023-06-12 17:37:54 +00:00
..
meson.build broadcom/compiler: rename v3d_nir_lower_robust_buffer_access.c 2022-09-27 09:08:29 +00:00
nir_to_vir.c v3d: handle samplerExternalOES 2023-06-07 09:20:32 +00:00
qpu_schedule.c broadcom/compiler: try harder to merge thread switch earlier 2023-04-27 08:43:29 +00:00
qpu_validate.c broadcom: fix typos 2023-04-21 17:19:46 +00:00
v3d33_tex.c broadcom: fix typos 2023-04-21 17:19:46 +00:00
v3d33_vpm_setup.c
v3d40_tex.c broadcom/compiler: use unified atomics 2023-05-15 07:43:09 +00:00
v3d_compiler.h broadcom/compiler: move buffer loads to lower register pressure 2023-05-03 13:01:58 +00:00
v3d_nir_lower_image_load_store.c treewide: Use nir_trim_vector more 2023-06-06 18:52:25 +00:00
v3d_nir_lower_io.c v3d: Respect nir_intrinsic_store_output's write_mask. 2023-06-12 17:37:54 +00:00
v3d_nir_lower_line_smooth.c nir: use more nir_fmul_imm 2023-05-25 06:59:24 +00:00
v3d_nir_lower_load_store_bitsize.c nir: Drop unused name from nir_ssa_dest_init 2023-05-17 23:46:16 +00:00
v3d_nir_lower_logic_ops.c broadcom/compiler: make several passes to return a progress 2022-07-20 11:35:25 +00:00
v3d_nir_lower_robust_access.c nir: Drop unused name from nir_ssa_dest_init 2023-05-17 23:46:16 +00:00
v3d_nir_lower_scratch.c nir: Drop unused name from nir_ssa_dest_init 2023-05-17 23:46:16 +00:00
v3d_nir_lower_txf_ms.c broadcom/compiler: v3d_nir_lower_txf_ms doesn't need v3d_compile 2023-01-18 13:09:57 +00:00
vir.c broadcom/compiler: disable tmu pipelining when needed 2023-05-24 15:17:03 +00:00
vir_dump.c broadcom/compiler: use signed pointers for packed condition 2021-04-12 15:22:05 +00:00
vir_live_variables.c broadcom/compiler: Fix qpu.flags.muf typo. 2021-08-24 08:30:59 +00:00
vir_opt_constant_alu.c v3dv/v3d: Fix copyright holder to Raspberry Pi Ltd 2022-02-18 11:50:07 +01:00
vir_opt_copy_propagate.c broadcom/compiler: make opt passes set current block 2021-11-02 11:17:01 +00:00
vir_opt_dead_code.c broadcom/compiler: make opt passes set current block 2021-11-02 11:17:01 +00:00
vir_opt_redundant_flags.c broadcom/compiler: make opt passes set current block 2021-11-02 11:17:01 +00:00
vir_opt_small_immediates.c v3d: Use ldunif instructions for uniforms. 2019-03-05 12:57:39 -08:00
vir_register_allocate.c broadcom/compiler: track pending ldtmu count with each TMU lookup 2023-03-21 11:29:05 +00:00
vir_to_qpu.c broadcom/compiler: don't allocate undef to rf0 2023-05-03 05:39:35 +00:00