Skip to content

pan/mdg: Fix out-of-order execution

Alyssa Rosenzweig requested to merge alyssa/mesa:midgard/ooo into main

We can go up to 15 instructions out of order (performance fix) but we can't go past a branch (bug fix).

Fixes: 30a393f4 ("pan/mdg: Enable out-of-order execution after texture ops") Signed-off-by: Alyssa Rosenzweig alyssa@collabora.com

Merge request reports