2023-06-22 14:22:40 +00:00
|
|
|
diff --color --unified --recursive --text firefox-114.0.2.orig/widget/gtk/GfxInfo.cpp firefox-114.0.2.new/widget/gtk/GfxInfo.cpp
|
|
|
|
--- firefox-114.0.2.orig/widget/gtk/GfxInfo.cpp 2023-06-21 19:19:01.466886711 +0200
|
|
|
|
+++ firefox-114.0.2.new/widget/gtk/GfxInfo.cpp 2023-06-21 20:11:49.836465037 +0200
|
2023-06-07 18:19:08 +00:00
|
|
|
@@ -957,14 +957,6 @@
|
2023-05-15 05:22:42 +00:00
|
|
|
nsIGfxInfo::FEATURE_BLOCKED_DEVICE, DRIVER_COMPARISON_IGNORED,
|
|
|
|
V(0, 0, 0, 0), "FEATURE_HARDWARE_VIDEO_DECODING_NO_R600", "");
|
|
|
|
|
|
|
|
- // Disable on Release/late Beta
|
|
|
|
-#if !defined(EARLY_BETA_OR_EARLIER)
|
|
|
|
- APPEND_TO_DRIVER_BLOCKLIST(OperatingSystem::Linux, DeviceFamily::All,
|
|
|
|
- nsIGfxInfo::FEATURE_HARDWARE_VIDEO_DECODING,
|
|
|
|
- nsIGfxInfo::FEATURE_BLOCKED_DEVICE,
|
|
|
|
- DRIVER_COMPARISON_IGNORED, V(0, 0, 0, 0),
|
|
|
|
- "FEATURE_HARDWARE_VIDEO_DECODING_DISABLE", "");
|
|
|
|
-#endif
|
|
|
|
////////////////////////////////////
|
|
|
|
// FEATURE_HW_DECODED_VIDEO_ZERO_COPY - ALLOWLIST
|
|
|
|
APPEND_TO_DRIVER_BLOCKLIST2(OperatingSystem::Linux, DeviceFamily::All,
|