tor-browser

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

commit b08bee23dd25704acd86a6c34967a2de087f14af
parent 8c0ac27a0237121e89f488151c162cf31172cfa2
Author: Nicolas Silva <nical@fastmail.com>
Date:   Tue, 14 Oct 2025 14:10:31 +0000

Bug 1978773 - Enable precise conic gradients when using SWGL. r=gfx-reviewers,lsalzman

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

Diffstat:
Mgfx/wr/wrench/src/wrench.rs | 2+-
Mmodules/libpref/init/StaticPrefList.yaml | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gfx/wr/wrench/src/wrench.rs b/gfx/wr/wrench/src/wrench.rs @@ -281,7 +281,7 @@ impl Wrench { compositor_config, enable_debugger: true, precise_radial_gradients: true, - precise_conic_gradients: !window.is_software(), + precise_conic_gradients: true, ..Default::default() }; diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml @@ -8138,7 +8138,7 @@ - name: gfx.webrender.precise-conic-gradients-swgl type: bool rust: true - value: false + value: true mirror: once # Use vsync events generated by hardware