mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Reverts: flutter/engine#52795 Initiated by: jonahwilliams Reason for reverting: failing postsubmit testing -[MTLIGAccelCommandBuffer renderCommandEncoderWithDescriptor:]:438: failed assertion `Already have uncommitted encoder' Original PR Author: jonahwilliams Reviewed By: {chinmaygarde} This change reverts the following previous change: Metal equivalent of https://github.com/flutter/engine/pull/52794 No need to defer encoding of blit commands when the command encoder already defers execution until we submit the command buffer. Removes extra indirection and heap allocation.