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

Add speed optimized rendering shader with no intensity grading for low end GPUs #338

Open
azonenberg opened this issue May 7, 2021 · 1 comment
Labels
core Core application logic performance Something is too slow
Milestone

Comments

@azonenberg
Copy link
Collaborator

The current shader does many memory writes and flops for intensity grading.

We can probably speed this up a lot, at the cost of losing intensity grading, if we just compute a min/max for each X coordinate and flood fill with alpha=1.

@azonenberg azonenberg added core Core application logic performance Something is too slow labels May 7, 2021
@azonenberg azonenberg modified the milestones: v0.1, v0.2 May 7, 2021
@azonenberg
Copy link
Collaborator Author

The intensity grading shader is now pretty fast, moving to v0.2 as this is less important.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Core application logic performance Something is too slow
Projects
None yet
Development

No branches or pull requests

1 participant