mesa/src/panfrost/bifrost
Boris Brezillon 6c6693e043 pan/bi: Fix ms_idx type to catch missing ms_index source
nir_tex_instr_src_index() returns a negative result when the requested
source does not exist, but we cast that to an unsigned type thus losing
this information.

Fixes: b83c293674 ("pan/bi: Add basic support for txf_ms")
Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7314>
2020-10-26 19:11:33 +01:00
..
test panfrost: Rename panfrost_transfer to panfrost_ptr 2020-10-23 14:48:22 +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: Account for bool32 ld_ubo reads 2020-10-23 14:48:23 +00:00
bi_pack_helpers.h pan/bi: Use canonical name for staging registers 2020-10-10 16:53:10 -04:00
bi_print.c pan/bi: Add no_spill flag to IR 2020-10-23 14:48:23 +00: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: Use canonical flow control enum 2020-10-10 16:53:12 -04: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: Pipe through tls_size 2020-10-23 14:48:23 +00:00
bi_schedule.c pan/bi: Factor out singleton construction from scheduler 2020-10-23 14:48:23 +00:00
bi_special.c bifrost: Honor src swizzle in special math ops 2020-07-28 13:45:20 -07:00
bi_tables.c pan/bi: Add load_output support 2020-10-15 08:05:23 +02:00
bifrost.h pan/bi: Add load_output support 2020-10-15 08:05:23 +02:00
bifrost_compile.c pan/bi: Fix ms_idx type to catch missing ms_index source 2020-10-26 19:11:33 +01:00
bifrost_compile.h panfrost: Make {midgard,bifrost}_compile_shader_nir() return a program object 2020-10-23 14:48:22 +00: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: Range check newc/oldc when rewriting 2020-10-10 17:15:03 -04: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: Pipe through tls_size 2020-10-23 14:48:23 +00:00
disassemble.c pan/bi: Use canonical name for FAU RAM sources 2020-10-15 08:05:23 +02: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: Prefer 'texture_index' to 'image_index' 2020-10-10 17:15:02 -04:00
ISA.xml pan/bi: Prefer 'texture_index' to 'image_index' 2020-10-10 17:15:02 -04: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
Notes.txt pan/bi: Move notes on ADD ops to notes file 2020-03-03 00:03:50 +00:00