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

GPU accelerated rendering of protocol decode event bubbles #305

Open
azonenberg opened this issue Dec 27, 2020 · 1 comment
Open

GPU accelerated rendering of protocol decode event bubbles #305

azonenberg opened this issue Dec 27, 2020 · 1 comment
Labels
performance Something is too slow rendering Changes to display capabilities

Comments

@azonenberg
Copy link
Collaborator

Right now any "complex" type waveform output is rendered in software with Cairo, which gets slow for realtime streaming or fast panning/zooming.

@azonenberg azonenberg added rendering Changes to display capabilities performance Something is too slow labels Dec 27, 2020
@azonenberg
Copy link
Collaborator Author

In ngscopeclient, we build the decode bubbles every frame in immediate mode, then submit a batch to the GPU.

Better, but still not as fast as it should be (vs a fully shader based retained mode design). More work needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Something is too slow rendering Changes to display capabilities
Projects
None yet
Development

No branches or pull requests

1 participant