Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blitter routines for interleaved bitplanes #22

Open
cahirwpz opened this issue Sep 2, 2017 · 0 comments
Open

Blitter routines for interleaved bitplanes #22

cahirwpz opened this issue Sep 2, 2017 · 0 comments

Comments

@cahirwpz
Copy link
Owner

cahirwpz commented Sep 2, 2017

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant