mesa/src/panfrost
Alyssa Rosenzweig 013cd6bed2 pan/midgard: Move RA's liveness analysis into midgard_liveness.c
There are unfortunately two distinct liveness analysis passes in the
compiler right now -- one good (but complex) pass used by RA based on
solving data flow equations, and one awful (but simple) pass used for
dead code elimination and bundling based on an abstract walk of the AST.

Let's move RA's pass into shared code so we can work on unifying.

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
2019-10-03 22:29:50 -04:00
..
bifrost nir: allow specifying filter callback in lower_alu_to_scalar 2019-09-06 01:51:28 +00:00
encoder panfrost: Correct polygon size computations 2019-08-21 08:40:53 -07:00
include panfrost: Implement gl_FragCoord correctly 2019-08-22 13:31:39 -07:00
midgard pan/midgard: Move RA's liveness analysis into midgard_liveness.c 2019-10-03 22:29:50 -04:00
pandecode pan/decode: Add missing format specifier 2019-09-03 13:42:08 +02:00
shared panfrost: Extend software tiling to larger bpp 2019-07-01 07:40:19 -07:00
Android.mk lima,panfrost: Move lima_tiling.c/h to /src/panfrost 2019-06-20 08:06:35 -07:00
Android.shared.mk Add libpanfrost_shared to Android build 2019-08-08 17:47:22 +00:00
Makefile.sources lima,panfrost: Move lima_tiling.c/h to /src/panfrost 2019-06-20 08:06:35 -07:00
meson.build panfrost: Move pan_invocation to shared panfrost/ 2019-08-21 08:40:51 -07:00