mesa/src/freedreno/ir3
Rob Clark 344683c932 freedreno/ir3: Fix sched debug msgs
Signed-off-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12923>
2021-09-18 20:24:49 +00:00
..
tests freedreno/ir3: Add encode/decode support for a5xx's LDIB. 2021-09-03 18:17:07 +00:00
.dir-locals.el ir3: Update .editorconfig and .dir-locals.el 2021-07-12 20:57:21 +00:00
.editorconfig ir3: Update .editorconfig and .dir-locals.el 2021-07-12 20:57:21 +00:00
disasm-a3xx.c ir3: Initial support for spilling non-shared registers 2021-08-20 10:37:36 +00:00
instr-a3xx.h ir3: Initial support for spilling non-shared registers 2021-08-20 10:37:36 +00:00
ir3.c ir3, turnip, freedreno: Report stp/ldp in shader stats 2021-08-20 10:37:36 +00:00
ir3.h freedreno/ir3: Use LDIB for coherent image loads on a5xx. 2021-09-03 18:17:07 +00:00
ir3_a4xx.c freedreno/ir3: Use LDIB for coherent image loads on a5xx. 2021-09-03 18:17:07 +00:00
ir3_a6xx.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_array_to_ssa.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_assembler.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_assembler.h a4xx/computerator: add initial backend 2021-09-10 01:20:22 +00:00
ir3_cf.c ir3: prohibit folding of half->full conversion into mul.s24/u24 2021-08-20 11:46:14 +00:00
ir3_compiler.c ir3/a6xx,freedreno: account for resinfo return size dependency on IBO_0_FMT 2021-09-01 16:09:20 +03:00
ir3_compiler.h ir3/a6xx,freedreno: account for resinfo return size dependency on IBO_0_FMT 2021-09-01 16:09:20 +03:00
ir3_compiler_nir.c ir3: Add bar to beginning of HS with tess_use_shared 2021-09-10 10:05:52 +00:00
ir3_context.c freedreno/ir3: Reduce use of compiler->gpu_id 2021-08-06 18:51:50 +00:00
ir3_context.h ir3: Add loop depth to ir3_block 2021-08-20 10:37:36 +00:00
ir3_cp.c ir3: Copy-propagate single-source phis 2021-08-20 10:37:36 +00:00
ir3_cp_postsched.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_cse.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_dce.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_delay.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_disk_cache.c freedreno/all: Introduce fd_dev_id 2021-08-06 18:51:50 +00:00
ir3_dominance.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_image.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_image.h ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_legalize.c freedreno/ir3: Update physical_successors after retargetting jumps 2021-09-08 08:53:39 +00:00
ir3_lexer.l freedreno/computerator: Add support for pvtmem 2021-09-01 19:26:41 +00:00
ir3_liveness.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_lower_parallelcopy.c ir3/lower_pcopy: Set entry->done in the swap loop 2021-09-07 17:12:37 +00:00
ir3_lower_spill.c ir3: Initial support for spilling non-shared registers 2021-08-20 10:37:36 +00:00
ir3_lower_subgroups.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_merge_regs.c ir3: Initial support for spilling non-shared registers 2021-08-20 10:37:36 +00:00
ir3_nir.c freedreno/ir3: Use LDIB for coherent image loads on a5xx. 2021-09-03 18:17:07 +00:00
ir3_nir.h freedreno/ir3/lower_io_offsets: Drop gpu_id param 2021-08-06 18:51:50 +00:00
ir3_nir_analyze_ubo_ranges.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_nir_imul.py python: drop python2 support 2021-08-14 21:44:32 +00:00
ir3_nir_lower_io_offsets.c freedreno/ir3/lower_io_offsets: Drop gpu_id param 2021-08-06 18:51:50 +00:00
ir3_nir_lower_load_barycentric_at_offset.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_nir_lower_load_barycentric_at_sample.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_nir_lower_tess.c freedreno/ir3: use nir_metadata_none instead of its value 2021-08-19 08:15:41 +00:00
ir3_nir_lower_tex_prefetch.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_nir_lower_tg4_to_tex.c nir: Drop the unused instr arg for src/dest copy functions. 2021-09-14 17:53:06 +00:00
ir3_nir_move_varying_inputs.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_nir_trig.py ir3: Make trig replacement expression exact 2021-09-17 15:45:29 +00:00
ir3_parser.y a4xx/computerator: add initial backend 2021-09-10 01:20:22 +00:00
ir3_postsched.c freedreno/ir3: Fix sched debug msgs 2021-09-18 20:24:49 +00:00
ir3_print.c freedreno/ir3: Fix double printing of branch suffix 2021-09-08 08:53:39 +00:00
ir3_ra.c ir3/ra: Fix type mismatch when comparing intervals 2021-08-31 20:33:49 +00:00
ir3_ra.h ir3: Initial support for spilling non-shared registers 2021-08-20 10:37:36 +00:00
ir3_ra_validate.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_remove_unreachable.c ir3: Add pass to remove unreachable blocks 2021-08-20 10:37:36 +00:00
ir3_sched.c freedreno/ir3: Fix sched debug msgs 2021-09-18 20:24:49 +00:00
ir3_shader.c freedreno/all: Introduce fd_dev_id 2021-08-06 18:51:50 +00:00
ir3_shader.h freedreno/ir3: Use the resinfo path for ssbo sizes on GL, too. 2021-08-18 00:15:18 +00:00
ir3_spill.c ir3: Initial support for spilling non-shared registers 2021-08-20 10:37:36 +00:00
ir3_validate.c freedreno/ir3: Improve error msg for block level validation 2021-09-08 08:53:39 +00:00
meson.build ir3: Initial support for spilling non-shared registers 2021-08-20 10:37:36 +00:00
regmask.h ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00