Currently the DisplayListBuilder has code to track the current matrix and clip separately that mostly duplicates the code in the MatrixClipTracker object, but it is missing a few key features, such as:
- tracking whether M44 or M33 is needed to avoid M44 overhead
- clip bounds tracking when seeing kDifference clips
If the Builder class just used the Tracker then we could save some code.