-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #90603 from primeos/chromium-backport
[20.03] chromium: 83.0.4103.97 -> 83.0.4103.106 + VA-API (backport)
- Loading branch information
Showing
6 changed files
with
83 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
48 changes: 48 additions & 0 deletions
48
...pplications/networking/browsers/chromium/patches/enable-video-acceleration-on-linux.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
From b2144fd28e09cd52e7a88a62a9d9b54cf9922f9f Mon Sep 17 00:00:00 2001 | ||
From: Michael Weiss <[email protected]> | ||
Date: Tue, 14 Apr 2020 14:16:10 +0200 | ||
Subject: [PATCH] Enable accelerated video decode on Linux | ||
|
||
This will enable accelerated video decode on Linux by default (i.e. | ||
without "--ignore-gpu-blacklist"), but on NixOS we'll provide | ||
"--disable-accelerated-video-decode" and | ||
"--disable-accelerated-video-encode" by default to avoid regressions | ||
(e.g. VA-API doesn't work properly for some radeon drivers). | ||
|
||
Video acceleration can then be enabled via: | ||
chromium.override { enableVaapi = true; } | ||
without rebuilding Chromium. | ||
--- | ||
gpu/config/software_rendering_list.json | 16 ---------------- | ||
1 file changed, 16 deletions(-) | ||
|
||
diff --git a/gpu/config/software_rendering_list.json b/gpu/config/software_rendering_list.json | ||
index 22712bdbf38f..a06dd19a50e4 100644 | ||
--- a/gpu/config/software_rendering_list.json | ||
+++ b/gpu/config/software_rendering_list.json | ||
@@ -336,22 +336,6 @@ | ||
] | ||
}, | ||
{ | ||
- "id": 48, | ||
- "description": "Accelerated video decode is unavailable on Linux", | ||
- "cr_bugs": [137247, 1032907], | ||
- "os": { | ||
- "type": "linux" | ||
- }, | ||
- "exceptions": [ | ||
- { | ||
- "machine_model_name": ["Chromecast"] | ||
- } | ||
- ], | ||
- "features": [ | ||
- "accelerated_video_decode" | ||
- ] | ||
- }, | ||
- { | ||
"id": 50, | ||
"description": "Disable VMware software renderer on older Mesa", | ||
"cr_bugs": [145531, 332596, 571899, 629434], | ||
-- | ||
2.11.0 | ||
|
18 changes: 9 additions & 9 deletions
18
pkgs/applications/networking/browsers/chromium/upstream-info.nix
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
# This file is autogenerated from update.sh in the same directory. | ||
{ | ||
beta = { | ||
sha256 = "1di0fhhv6lljc2b50i0i8qx5y5xswgxz1bimpda790sb3b1xsdzx"; | ||
sha256bin64 = "1f5qwx4476l4fvbw9w2i22i080bahlf83dzzpnbny7hk831g7msw"; | ||
version = "84.0.4147.38"; | ||
sha256 = "0wsqxq8xxcafmjxsjkagysrcbr6qryiyqn6m3ysp256aam7z3d88"; | ||
sha256bin64 = "03jff1sdv05hbn37cw0ij0r4rils0q11lnnhxg52igg633jzwyc1"; | ||
version = "84.0.4147.45"; | ||
}; | ||
dev = { | ||
sha256 = "07h3i4ab7yj05ndrqchzf3f9wr809qb3dj2gfc1653mkjmba8h07"; | ||
sha256bin64 = "10jdq5mr7qby0m26l5lbsqcbh9bhjdpmpbkkcvv9wm2259rwjxr5"; | ||
version = "85.0.4164.2"; | ||
sha256 = "16rmzyzjmxmhmr5yqbzqbwf5sq94iqcwlm04fkafiwcycd17nyhs"; | ||
sha256bin64 = "0wjmc1wdmwiq9d1f5gk4c9jkj1p116kaz9nb0hvhjf01iv07xl2m"; | ||
version = "85.0.4168.2"; | ||
}; | ||
stable = { | ||
sha256 = "10vg0fmwlkzpnixhhhcwccxshqdfq7rh0ribij7wgkw42bv0bi0j"; | ||
sha256bin64 = "09vz7ygixs7lwlsvbby3dmc2gz0vpjwalzdh6l6apc4dngyr095k"; | ||
version = "83.0.4103.97"; | ||
sha256 = "0bvy17ymlih87n4ymnzvyn0m34ghmr1yasvy7gxv02qbw6i57lfg"; | ||
sha256bin64 = "00hjr5y0cczs6h2pxrigpmjiv24456948v32q7mr7x5ysr5kxpn6"; | ||
version = "83.0.4103.106"; | ||
}; | ||
} |