| .. |
|
test
|
agx: unit test split uniform opt
|
2024-01-10 08:44:38 -04:00 |
|
agx_builder.h.py
|
agx: skip scoreboard bit in builder for !wait
|
2024-01-10 08:44:38 -04:00 |
|
agx_compile.c
|
asahi: don't use NIR_PASS_V
|
2024-01-12 01:13:03 +00:00 |
|
agx_compile.h
|
agx: return progress from passes
|
2024-01-12 01:13:03 +00:00 |
|
agx_compiler.h
|
agx: rm deadcode
|
2024-01-12 01:13:03 +00:00 |
|
agx_dce.c
|
agx: Fix atomics with no destination
|
2023-08-11 20:31:27 +00:00 |
|
agx_debug.h
|
agx: rm deadcode
|
2024-01-12 01:13:03 +00:00 |
|
agx_insert_waits.c
|
agx: trust in agx_index size
|
2024-01-10 08:44:38 -04:00 |
|
agx_internal_formats.h
|
agx: Add agx_internal_format_supports_mask helper
|
2023-02-21 08:10:15 +00:00 |
|
agx_ir.c
|
agx: allow phis with 16bit imms
|
2024-01-10 08:44:38 -04:00 |
|
agx_liveness.c
|
agx: Put else instructions in the right block
|
2023-08-11 20:31:27 +00:00 |
|
agx_lower_64bit.c
|
asahi: Convert to SPDX headers
|
2023-03-28 05:14:00 +00:00 |
|
agx_lower_parallel_copy.c
|
agx: fix 64-bit phis with inlined immediates
|
2024-01-10 08:44:38 -04:00 |
|
agx_lower_pseudo.c
|
agx: Augment if/else/while_cmp with a target
|
2023-10-01 12:32:11 -04:00 |
|
agx_lower_uniform_sources.c
|
agx: Add stack load and store opcodes
|
2023-11-07 00:05:55 +00:00 |
|
agx_minifloat.h
|
asahi: Convert to SPDX headers
|
2023-03-28 05:14:00 +00:00 |
|
agx_nir.h
|
agx: return progress from passes
|
2024-01-12 01:13:03 +00:00 |
|
agx_nir_algebraic.py
|
agx: Fuse ubitfield_extract
|
2023-11-02 11:37:46 +00:00 |
|
agx_nir_fence_images.c
|
agx: Do not fence write-only images
|
2023-08-23 15:06:55 +00:00 |
|
agx_nir_lower_address.c
|
agx/lower_address: Remove not used has_offset
|
2023-09-05 18:50:34 +00:00 |
|
agx_nir_lower_cull_distance.c
|
agx: return progress from passes
|
2024-01-12 01:13:03 +00:00 |
|
agx_nir_lower_discard_zs_emit.c
|
agx: remove spurious z/s writes in force early-z shaders
|
2023-12-09 12:08:39 -04:00 |
|
agx_nir_lower_frag_sidefx.c
|
asahi: don't use NIR_PASS_V
|
2024-01-12 01:13:03 +00:00 |
|
agx_nir_lower_interpolation.c
|
nir: Drop nir_dest
|
2023-08-14 21:22:53 +00:00 |
|
agx_nir_lower_layer.c
|
agx: return progress from passes
|
2024-01-12 01:13:03 +00:00 |
|
agx_nir_lower_load_mask.c
|
nir: Drop nir_dest
|
2023-08-14 21:22:53 +00:00 |
|
agx_nir_lower_sample_mask.c
|
agx: fix early-z + discard together
|
2024-01-10 08:44:37 -04:00 |
|
agx_nir_lower_shared_bitsize.c
|
treewide: Drop nir_ssa_for_src users
|
2023-09-18 10:25:17 -04:00 |
|
agx_nir_lower_subgroups.c
|
agx: return progress from passes
|
2024-01-12 01:13:03 +00:00 |
|
agx_nir_lower_texture.c
|
asahi: make txf robust properly
|
2024-01-10 08:44:38 -04:00 |
|
agx_nir_opt_preamble.c
|
nir/opt_preamble: make load_workgroup_size handling optional
|
2023-12-09 10:56:37 -04:00 |
|
agx_opcodes.c.py
|
agx: Include schedule class in the opcode info
|
2023-09-05 18:50:34 +00:00 |
|
agx_opcodes.h.py
|
agx: Include schedule class in the opcode info
|
2023-09-05 18:50:34 +00:00 |
|
agx_opcodes.py
|
agx: Add scoreboarding to stack instructions
|
2024-01-10 08:44:38 -04:00 |
|
agx_opt_break_if.c
|
agx: Augment if/else/while_cmp with a target
|
2023-10-01 12:32:11 -04:00 |
|
agx_opt_cse.c
|
agx: Split iter and iterproj instructions
|
2023-06-07 03:21:49 +00:00 |
|
agx_opt_empty_else.c
|
agx: Use agx_first_instr
|
2023-09-05 18:50:34 +00:00 |
|
agx_opt_jmp_none.c
|
agx: Insert jmp_exec_none instructions
|
2023-10-01 12:32:11 -04:00 |
|
agx_optimizer.c
|
agx: optimize split(64-bit uniform)
|
2024-01-10 08:44:38 -04:00 |
|
agx_pack.c
|
agx: use custom assert when packing
|
2024-01-10 08:44:38 -04:00 |
|
agx_performance.c
|
agx: Add helper for calculating occupancy
|
2023-04-07 03:23:03 +00:00 |
|
agx_pressure_schedule.c
|
agx: trust in agx_index size
|
2024-01-10 08:44:38 -04:00 |
|
agx_print.c
|
asahi: Convert to SPDX headers
|
2023-03-28 05:14:00 +00:00 |
|
agx_register_allocate.c
|
agx: rm deadcode
|
2024-01-12 01:13:03 +00:00 |
|
agx_validate.c
|
agx: mv agx_read/write_regs to validator
|
2024-01-10 08:44:38 -04:00 |
|
meson.build
|
agx: lower votes to ballots
|
2024-01-10 08:44:37 -04:00 |