mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 16:58:38 +09: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:
parent
c62e7cf6c6
commit
1a4beb5f91
1 changed files with 2 additions and 2 deletions
|
|
@ -4604,8 +4604,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue