summarylogtreecommitdiffstats
path: root/0001-enable-vaapi.patch
diff options
context:
space:
mode:
authorEwout van Mansom2023-06-07 18:54:13 +0200
committerEwout van Mansom2023-06-07 18:54:13 +0200
commit0f1f0b3814e4ae3807c0b905dd588d71ad099e8b (patch)
tree7fbad8e94a07d18aa25e9f7088a9c585fd8a7944 /0001-enable-vaapi.patch
parent3feb8ef9f77ece95c53fc450cd2db7e32ab243df (diff)
downloadaur-0f1f0b3814e4ae3807c0b905dd588d71ad099e8b.tar.gz
114.0-1 + upstream desktop and metainfo files (FS#70432)
Diffstat (limited to '0001-enable-vaapi.patch')
-rw-r--r--0001-enable-vaapi.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/0001-enable-vaapi.patch b/0001-enable-vaapi.patch
deleted file mode 100644
index e91f37690962..000000000000
--- a/0001-enable-vaapi.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-diff -up firefox-113.0/widget/gtk/GfxInfo.cpp.firefox-enable-vaapi firefox-113.0/widget/gtk/GfxInfo.cpp
---- firefox-113.0/widget/gtk/GfxInfo.cpp.firefox-enable-vaapi 2023-05-09 19:43:38.495868810 +0200
-+++ firefox-113.0/widget/gtk/GfxInfo.cpp 2023-05-09 19:44:30.943597984 +0200
-@@ -818,14 +818,6 @@ const nsTArray<GfxDriverInfo>& GfxInfo::
- 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,