You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MotionMark test 8 has lots of text drawn on top of each other. We don't end up batching it at all, since each text gets split into 2 sub-passes. We should either stop using multiple passes, or force them to participate in rendering as regular batches, so that we could batch all the pass-1 together, then all the pass-2 together, etc.
Note: ok, not "all" of it, but at least some non-intersecting parts.