diff options
author | Martin Stransky <stransky@redhat.com> | 2021-02-01 16:24:14 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2021-02-01 16:24:14 +0100 |
commit | 7effc75904ad97337e2ebb1df9455a8c9ce7d554 (patch) | |
tree | 9c90acbaf8deb9449b8e58d884e90f94d09b6d0e /firefox-kde-webrender.patch | |
parent | Merge branch 'master' into f33 (diff) | |
parent | Add Changelog (diff) | |
download | librewolf-fedora-ff-7effc75904ad97337e2ebb1df9455a8c9ce7d554.tar.gz librewolf-fedora-ff-7effc75904ad97337e2ebb1df9455a8c9ce7d554.tar.bz2 librewolf-fedora-ff-7effc75904ad97337e2ebb1df9455a8c9ce7d554.zip |
Merge branch 'master' into f33
Diffstat (limited to 'firefox-kde-webrender.patch')
-rw-r--r-- | firefox-kde-webrender.patch | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/firefox-kde-webrender.patch b/firefox-kde-webrender.patch new file mode 100644 index 0000000..b827a57 --- /dev/null +++ b/firefox-kde-webrender.patch @@ -0,0 +1,33 @@ +diff -up firefox-85.0/widget/GfxInfoX11.cpp.firefox-kde-webrender firefox-85.0/widget/GfxInfoX11.cpp +--- firefox-85.0/widget/GfxInfoX11.cpp.firefox-kde-webrender 2021-02-01 16:15:09.807773987 +0100 ++++ firefox-85.0/widget/GfxInfoX11.cpp 2021-02-01 16:20:26.115125315 +0100 +@@ -713,6 +713,14 @@ const nsTArray<GfxDriverInfo>& GfxInfo:: + DRIVER_GREATER_THAN_OR_EQUAL, V(18, 0, 0, 0), + "FEATURE_ROLLOUT_INTEL_GNOME_WAYLAND_MESA", "Mesa 18.0.0.0"); + ++ APPEND_TO_DRIVER_BLOCKLIST_EXT( ++ OperatingSystem::Linux, ScreenSizeStatus::All, BatteryStatus::All, ++ DesktopEnvironment::KDE, WindowProtocol::Wayland, ++ DriverVendor::MesaAll, DeviceFamily::IntelRolloutWebRender, ++ nsIGfxInfo::FEATURE_WEBRENDER, nsIGfxInfo::FEATURE_ALLOW_ALWAYS, ++ DRIVER_GREATER_THAN_OR_EQUAL, V(18, 0, 0, 0), ++ "FEATURE_ROLLOUT_INTEL_GNOME_WAYLAND_MESA", "Mesa 18.0.0.0"); ++ + // ATI Mesa baseline, chosen arbitrarily. + APPEND_TO_DRIVER_BLOCKLIST_EXT( + OperatingSystem::Linux, ScreenSizeStatus::All, BatteryStatus::All, +@@ -727,6 +735,14 @@ const nsTArray<GfxDriverInfo>& GfxInfo:: + DriverVendor::MesaAll, DeviceFamily::AtiRolloutWebRender, + nsIGfxInfo::FEATURE_WEBRENDER, nsIGfxInfo::FEATURE_ALLOW_ALWAYS, + DRIVER_GREATER_THAN_OR_EQUAL, V(18, 0, 0, 0), ++ "FEATURE_ROLLOUT_ATI_GNOME_WAYLAND_MESA", "Mesa 18.0.0.0"); ++ ++ APPEND_TO_DRIVER_BLOCKLIST_EXT( ++ OperatingSystem::Linux, ScreenSizeStatus::All, BatteryStatus::All, ++ DesktopEnvironment::KDE, WindowProtocol::Wayland, ++ DriverVendor::MesaAll, DeviceFamily::AtiRolloutWebRender, ++ nsIGfxInfo::FEATURE_WEBRENDER, nsIGfxInfo::FEATURE_ALLOW_ALWAYS, ++ DRIVER_GREATER_THAN_OR_EQUAL, V(18, 0, 0, 0), + "FEATURE_ROLLOUT_ATI_GNOME_WAYLAND_MESA", "Mesa 18.0.0.0"); + + #ifdef EARLY_BETA_OR_EARLIER |