pan/mdg: Fix out-of-order execution
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