mesa/src/panfrost/bifrost
Alyssa Rosenzweig 3071f36cfb pan/bi: Allow toggling disassembly verbosity
Verbose mode is especially useful for debugging packing, but otherwise
just gets in the way I find.

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8139>
2020-12-21 21:54:50 +00:00
..
test pan/bi: Split special class in two 2020-11-03 14:42:42 +00:00
ISA.xml pan/bi: Rename CLPER into CLPER_V7 and add CLPER_V6 2020-11-13 14:35:17 +01:00
Notes.txt pan/bi: Move notes on ADD ops to notes file 2020-03-03 00:03:50 +00:00
bi_layout.c pan/bi: Measure backwards branches as well 2020-05-29 20:34:56 +00:00
bi_liveness.c pan/bi: Eliminate writemasks in the IR 2020-04-27 14:52:26 +00:00
bi_lower_combine.c pan/bi: Rewrite to fit dest = src constraint 2020-10-10 17:15:02 -04:00
bi_opt_dce.c pan/bi: Add dead code elimination pass 2020-03-11 20:28:21 +00:00
bi_pack.c pan/bi: Stop extracting the immediate attribute index from src0 2020-11-17 08:41:05 +01:00
bi_pack_helpers.h pan/bi: Infer z/stencil flags from sources passed 2020-11-04 11:21:28 -05:00
bi_print.c pan/bi: Stop extracting the immediate attribute index from src0 2020-11-17 08:41:05 +01:00
bi_print.h pan/bi: Use canonical texture op names in IR 2020-10-10 16:53:13 -04:00
bi_print_common.c pan/bi: Extract LD_VAR sample field from ins->load_vary.interp_mode 2020-11-09 20:36:50 +01:00
bi_print_common.h pan/bi: Use canonical flow control enum 2020-10-10 16:53:12 -04:00
bi_quirks.h panfrost: Adjust quirks for bifrost v6 2020-09-29 08:39:23 +00:00
bi_ra.c pan/bi: Ensure TEXC src0 is not marked SSA 2020-11-25 13:15:05 +00:00
bi_schedule.c pan/bi: Stop passing special varying names through src0 2020-11-17 08:41:05 +01:00
bi_special.c pan/bi: Add support for derivative instructions 2020-11-13 14:35:17 +01:00
bi_tables.c pan/bi: Add +ZS_EMIT instruction to IR 2020-11-04 11:21:28 -05:00
bifrost.h pan/bi: Allow toggling disassembly verbosity 2020-12-21 21:54:50 +00:00
bifrost_compile.c pan/bi: Allow toggling disassembly verbosity 2020-12-21 21:54:50 +00:00
bifrost_compile.h pan/bi: Lower uniforms to UBO 2020-11-09 20:36:50 +01:00
bifrost_nir.h pan/bi: Import algebraic pass from midgard 2020-03-10 19:25:59 +00:00
bifrost_nir_algebraic.py pan/bi: Lower {i,u}{min,max} instructions 2020-10-26 19:11:24 +01:00
bir.c pan/bi: Model writemasks correctly 2020-11-10 14:34:24 +00:00
cmdline.c panfrost: Make {midgard,bifrost}_compile_shader_nir() return a program object 2020-10-23 14:48:22 +00:00
compiler.h pan/bi: Stop extracting the immediate attribute index from src0 2020-11-17 08:41:05 +01:00
disassemble.c pan/bi: s/t0/t1/ in bi_disasm_dest_add() 2020-11-03 14:42:42 +00:00
disassemble.h pan/bi: Pass 'first' through disassembler 2020-09-24 11:27:22 +00:00
gen_disasm.py panfrost: bifrost: disassemble: Fix decoding of next_regs 2020-10-07 14:21:20 +02:00
gen_pack.py pan/bi: Stop extracting the immediate attribute index from src0 2020-11-17 08:41:05 +01:00
isa_parse.py pan/bi: Add ISA parser 2020-09-16 20:05:34 +00:00
meson.build pan/bi: Use new packing 2020-09-16 20:05:34 +00:00