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

[Optimization] Support for Target Independent Rasterization #4585

Open
LifeIsStrange opened this issue Feb 25, 2022 · 1 comment
Open

[Optimization] Support for Target Independent Rasterization #4585

LifeIsStrange opened this issue Feb 25, 2022 · 1 comment

Comments

@LifeIsStrange
Copy link

According to AMD, TIR can bring 500% higher performance in 2D vector graphics...
CF: https://softwareengineering.stackexchange.com/a/252600
This might be even more relevant than NV_PATH

Unclear to me wether this is the corresponding API
https://docs.microsoft.com/en-us/windows/win32/direct2d/what-s-new-in-direct2d-for-windows-8-consumer-preview#geometry-realizations

@nical @kvark

@nical
Copy link
Contributor

nical commented Feb 25, 2022

That's specific to doing antialiasing for arbitrary path rendering which we don't support yet in WebRender. I don't think TIR is useful for the primitives that we implement at the moment.
It's in the long list of approach in consideration for future path rendering work (having shipped successfully in D2D). It's not universally available though.

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

2 participants