mesa/src/panfrost
Alyssa Rosenzweig 344dd91497 pan/mdg: Use analysis to set .cont/.last flags
Corresponds roughly to what we analyze. Note that "terminate AND
execute" is a contradiction (rather: it's equivalent to just
terminating), hence why there are only three possibilities for the
states of the flags:

   .cont = continue, don't execute
   .last = don't continue, don't execute
   .cont.last = continue and execute

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5014>
2020-05-12 22:30:41 +00:00
..
bifrost pan/bit: Add IMATH packing tests 2020-05-04 18:45:15 +00:00
encoder panfrost: Handle MALI_RGB8_UNORM in panfrost_format_to_bifrost_blend 2020-05-07 17:16:53 +00:00
include panfrost: GPUs newer than G-71 don't have swizzles... 2020-05-01 16:52:28 +02:00
midgard pan/mdg: Use analysis to set .cont/.last flags 2020-05-12 22:30:41 +00:00
pandecode pan/decode: Fix flags_hi printing 2020-05-07 17:16:52 +00:00
shared meson: inline inc_common 2020-03-28 21:36:54 +01:00
util pan/mdg: Analyze helper execution requirements 2020-05-12 22:30:41 +00:00
Android.bifrost.mk panfrost: Align Android makefiles with recent changes 2020-04-22 00:27:15 +00:00
Android.encoder.mk android: Add panfrost support to build scripts 2019-10-31 10:03:54 +01:00
Android.midgard.mk panfrost: Align Android makefiles with recent changes 2020-03-23 14:03:22 +00:00
Android.mk panfrost: Align Android makefiles with recent changes 2020-03-23 14:03:22 +00:00
Android.pandecode.mk android: Add panfrost support to build scripts 2019-10-31 10:03:54 +01:00
Android.shared.mk android: Add panfrost support to build scripts 2019-10-31 10:03:54 +01:00
Android.util.mk panfrost: Align Android makefiles with recent changes 2020-03-23 14:03:22 +00:00
Makefile.sources pan/mdg: Analyze helper invocation termination 2020-05-12 22:30:41 +00:00
meson.build panfrost: don't always build bifrost_compiler 2020-05-09 01:27:41 +00:00