-
Notifications
You must be signed in to change notification settings - Fork 30.5k
[linux] Switch impeller to use SDFs #186709
Copy link
Copy link
Closed
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work liste: impellerImpeller rendering backend issues and features requestsImpeller rendering backend issues and features requeststeam-engineOwned by Engine teamOwned by Engine team
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work liste: impellerImpeller rendering backend issues and features requestsImpeller rendering backend issues and features requeststeam-engineOwned by Engine teamOwned by Engine team
Type
Fields
Give feedbackNo fields configured for issues without a type.
SDFs are currently only used on macOS. This is set with
impeller::Flags::use_sdfs. We should make that flag true for the linux embedder as well.This should include a devicelab integration test to makes sure that it works.