pan/mdg: Enable out-of-order execution after texture ops
authorAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Thu, 21 May 2020 23:14:23 +0000 (19:14 -0400)
committerMarge Bot <eric+marge@anholt.net>
Mon, 1 Jun 2020 18:38:49 +0000 (18:38 +0000)
commit30a393f4581079ced1ac05d6b74c7408fbe26f83
tree8b8ccd5c17a9f88bded17497b3f1801faee89fc1
parent7c0e82d4ab9073af45a36e6c11ed2a31580cba9e
pan/mdg: Enable out-of-order execution after texture ops

We don't make great use of it (due to the scheduler not being aware
yet), but we can pack for it regardless and maybe pick up some win.

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5286>
src/panfrost/midgard/compiler.h
src/panfrost/midgard/midgard_compile.c
src/panfrost/midgard/midgard_emit.c