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

Optimised row fill routines #6

Open
stevesims opened this issue Feb 6, 2024 · 0 comments
Open

Optimised row fill routines #6

stevesims opened this issue Feb 6, 2024 · 0 comments

Comments

@stevesims
Copy link
Contributor

Currently the "set" paint mode "row fill" operations are fairly optimal, but the routines for the other paint modes are not.

With the exception of 8 colour modes (which we don't currently use in agon-vdp anyway) it should be fairly straightforward to allow the various operations to make use of 8-bit and 32-bit operations, rather than the current implementation that just does things a single pixel at a time.

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

No branches or pull requests

1 participant