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
Running blitter operation for each bitplane separately can be very ineffective, especially for small blits. Blitter has to be reprogrammed for each bitplane. Moreover it shortens time between consecutive calls WaitBlitter which does not permit for running computations in the meantime. All in all, potentially, lots of CPU cycles are wasted!
The text was updated successfully, but these errors were encountered:
Running blitter operation for each bitplane separately can be very ineffective, especially for small blits. Blitter has to be reprogrammed for each bitplane. Moreover it shortens time between consecutive calls
WaitBlitter
which does not permit for running computations in the meantime. All in all, potentially, lots of CPU cycles are wasted!The text was updated successfully, but these errors were encountered: