freedreno/batch: Stop tracking cross-context deps
authorRob Clark <robdclark@chromium.org>
Mon, 13 Feb 2023 23:25:28 +0000 (15:25 -0800)
committerMarge Bot <emma+marge@anholt.net>
Thu, 16 Feb 2023 19:57:13 +0000 (19:57 +0000)
commit9a6de00e98ba300ce09eab29446984c8706c4b20
tree83455028a45f20afe02580c7300ef259737a2580
parenta4b949fe61bd5d2ceccd739fff30e309a7ba996a
freedreno/batch: Stop tracking cross-context deps

The app is expected to provide suitable cross-context synchronization
(fences, etc), so don't try to do it's job for them.

Signed-off-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21274>
src/gallium/drivers/freedreno/freedreno_batch.c
src/gallium/drivers/freedreno/freedreno_batch_cache.c
src/gallium/drivers/freedreno/freedreno_context.c