tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 20e27a2bf9ee95202b95f0111224180b7dacca08
parent d8b8d016d1589eebcd034aa9e416b51a7c762fa5
Author: Sotaro Ikeda <sotaro.ikeda.g@gmail.com>
Date:   Mon, 17 Nov 2025 22:20:23 +0000

Bug 1998839 - Let zero copy video of hardware decoded video with AMD GPUs ride the trains r=gfx-reviewers,nical

All blocking bugs were addressed.

Differential Revision: https://phabricator.services.mozilla.com/D272579

Diffstat:
Mwidget/windows/GfxInfo.cpp | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/widget/windows/GfxInfo.cpp b/widget/windows/GfxInfo.cpp @@ -1684,6 +1684,12 @@ const nsTArray<RefPtr<GfxDriverInfo>>& GfxInfo::GetGfxDriverInfo() { nsIGfxInfo::FEATURE_ALLOW_ALWAYS, DRIVER_COMPARISON_IGNORED, V(0, 0, 0, 0), "FEATURE_ROLLOUT_ALL"); + APPEND_TO_DRIVER_BLOCKLIST2(OperatingSystem::Windows, DeviceFamily::AtiAll, + nsIGfxInfo::FEATURE_HW_DECODED_VIDEO_ZERO_COPY, + nsIGfxInfo::FEATURE_ALLOW_ALWAYS, + DRIVER_COMPARISON_IGNORED, V(0, 0, 0, 0), + "FEATURE_ROLLOUT_ALL"); + //////////////////////////////////// // FEATURE_REUSE_DECODER_DEVICE