From owner-freebsd-gecko@freebsd.org Fri Mar 13 13:24:44 2020 Return-Path: Delivered-To: freebsd-gecko@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 884E72606E2 for ; Fri, 13 Mar 2020 13:24:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 48f5yh2jSrz47NY for ; Fri, 13 Mar 2020 13:24:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id F14DC2606DA; Fri, 13 Mar 2020 13:24:43 +0000 (UTC) Delivered-To: gecko@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F0C802606D9 for ; Fri, 13 Mar 2020 13:24:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48f5yg4J3mz47MP for ; Fri, 13 Mar 2020 13:24:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5A2D16CDF for ; Fri, 13 Mar 2020 13:24:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 02DDOhbH084305 for ; Fri, 13 Mar 2020 13:24:43 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 02DDOhxa084304 for gecko@FreeBSD.org; Fri, 13 Mar 2020 13:24:43 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: maintainer-feedback requested: [Bug 244793] www/firefox: update to 75.0 (phase: Beta, ETA: 2020-04-07) Date: Fri, 13 Mar 2020 13:24:43 +0000 X-Bugzilla-Type: request X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Mar 2020 13:24:44 -0000 Bugzilla Automation has asked freebsd-gecko mailing = list for maintainer-feedback: Bug 244793: www/firefox: update to 75.0 (phase: Beta, ETA: 2020-04-07) https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D244793 --- Description --- See review D24062 for the patch. Hardware video decoding how-to: 0. (optional, hybrid VP9 on Skylake) Build libva-intel-driver with HYBRID= =3Don then export LIBVA_DRIVER_NAME=3Di965 1. Start a Wayland compositor e.g., Sway 2. Enable native Wayland support: export MOZ_ENABLE_WAYLAND=3D1 3. Enable WebRender: export MOZ_WEBRENDER=3D1 or gfx.webrender.all=3Dtrue in about:config 4. Enable VAAPI: widget.wayland-dmabuf-vaapi.enabled=3Dtrue in about:config 5. Disable bundled FFmpeg: media.ffvpx.enabled=3Dfalse in about:config 6. Play a H.264 or VP9 video e.g., https://www.youtube.com/embed/hVvEISFw9w0 ?. Diagnose via export MOZ_LOG=3DPlatformDecoderModule:5 (look for "VA-API" string) On X11 just run Firefox within a Wayland compositor nested on top of xorg-server e.g., $ cat /tmp/sway.conf exec firefox https://www.youtube.com/embed/hVvEISFw9w0 $ MOZ_LOG=3DPlatformDecoderModule:5 sway -c /tmp/sway.conf |& fgrep VA-API [Child 6778: MediaPDecoder #2]: D/PlatformDecoderModule Initialising VA-A= PI FFmpeg decoder [AVHWDeviceContext @ 0x83063cac0] libva: VA-API version 1.6.0 [Child 6778: MediaPDecoder #2]: D/PlatformDecoderModule VA-API FFmpeg init successful [Child 6778: MediaPDecoder #2]: D/PlatformDecoderModule Choosing FFmpeg p= ixel format for VA-API video decoding.