Open
Bug 1002551
Opened 11 years ago
Updated 2 years ago
On Windows, D2D is used even if not set in gfx.{canvas,content}.azure.backends
Categories
(Core :: Graphics, defect)
Tracking
()
NEW
People
(Reporter: gw280, Unassigned)
References
Details
gfxWindowsPlatform forcibly enables and uses direct2d even if the user explicitly removes it from gfx.{canvas,content}.azure.backends. I'm not sure if this is by design or not, but it seems wrong to me as you'd have to set direct2d.disabled to stop d2d from being used at all.
Personally I think gfxWindowsPlatform should honour the backends prefs as well to determine which things should be used where.
One place where this could be useful is for things like testing Skia on modern Windows, especially if we want to test things like DWrite support in Skia.
Reporter | ||
Updated•11 years ago
|
Flags: needinfo?(bas)
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•