mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-07-21 03:48:43 +00:00
Enable d3d9 accelerated layers as a fallback.
If d3d 11 can't be used for whatever reason (limited integrated/mobile chipset, etc.) we should fall back to d3d9. Mozilla blocked this based on experiences with Intel GPUs/drawing artefacts, but those drivers are blacklisted already. No reason to disable this path for everyone.
This commit is contained in:
@@ -4596,8 +4596,8 @@ pref("gfx.direct2d.force-enabled", false);
|
||||
|
||||
pref("layers.prefer-opengl", false);
|
||||
pref("layers.prefer-d3d9", false);
|
||||
// Disable for now due to bug 1304360
|
||||
pref("layers.allow-d3d9-fallback", false);
|
||||
// Enable fallback if d3d11 can't be used. See bug #1262187
|
||||
pref("layers.allow-d3d9-fallback", true);
|
||||
#endif
|
||||
|
||||
// Copy-on-write canvas
|
||||
|
||||
Reference in New Issue
Block a user