2023-08-28 09:26:02 +00:00
|
|
|
diff -up firefox-117.0/widget/gtk/GfxInfo.cpp.firefox-enable-vaapi firefox-117.0/widget/gtk/GfxInfo.cpp
|
|
|
|
--- firefox-117.0/widget/gtk/GfxInfo.cpp.firefox-enable-vaapi 2023-08-28 11:20:54.324211945 +0200
|
|
|
|
+++ firefox-117.0/widget/gtk/GfxInfo.cpp 2023-08-28 11:24:01.700666843 +0200
|
|
|
|
@@ -1095,14 +1095,6 @@ const nsTArray<GfxDriverInfo>& GfxInfo::
|
|
|
|
nsIGfxInfo::FEATURE_BLOCKED_DEVICE, DRIVER_LESS_THAN, V(23, 1, 1, 0),
|
|
|
|
"FEATURE_HARDWARE_VIDEO_DECODING_AMD_DISABLE", "Mesa 23.1.1.0");
|
2022-08-16 18:57:04 +00:00
|
|
|
|
2023-06-29 10:39:27 +00:00
|
|
|
- // Disable on Release/late Beta on AMD
|
2022-08-16 18:57:04 +00:00
|
|
|
-#if !defined(EARLY_BETA_OR_EARLIER)
|
2023-06-29 10:39:27 +00:00
|
|
|
- APPEND_TO_DRIVER_BLOCKLIST(OperatingSystem::Linux, DeviceFamily::AtiAll,
|
2022-08-16 18:57:04 +00:00
|
|
|
- nsIGfxInfo::FEATURE_HARDWARE_VIDEO_DECODING,
|
|
|
|
- nsIGfxInfo::FEATURE_BLOCKED_DEVICE,
|
|
|
|
- DRIVER_COMPARISON_IGNORED, V(0, 0, 0, 0),
|
|
|
|
- "FEATURE_HARDWARE_VIDEO_DECODING_DISABLE", "");
|
|
|
|
-#endif
|
|
|
|
////////////////////////////////////
|
2023-04-05 11:04:27 +00:00
|
|
|
// FEATURE_HW_DECODED_VIDEO_ZERO_COPY - ALLOWLIST
|
|
|
|
APPEND_TO_DRIVER_BLOCKLIST2(OperatingSystem::Linux, DeviceFamily::All,
|