From nobody Wed Apr 03 10:11:24 2024 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4V8gWf538Fz5GVC4; Wed, 3 Apr 2024 10:11:26 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mx.blih.net (mx.blih.net [212.83.155.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4V8gWd6r10z47B8; Wed, 3 Apr 2024 10:11:25 +0000 (UTC) (envelope-from manu@bidouilliste.com) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bidouilliste.com; s=mx; t=1712139084; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Ob8ETTo9E53Q5TQ2KIWyOiIoj0vch8tPEwQzMr4MNBI=; b=eDqK5uGv5NHHdZFj46HOjMSHdmwn2ed1m1h5KKQh5yGx15w47epRkeli2n6V5xYZ4wmaj+ 7Kb29t/9nAKp7D+V8LICCi2oNEoJyXIJzGNJH1vnR7s8CrKxBtbeHwxKVpnqTIs8pzhknf +MYU3Z0bj7XZ9gZhAvuDg/NzMjBFQik= Received: from skull.home.blih.net (lfbn-lyo-1-2174-135.w90-66.abo.wanadoo.fr [90.66.97.135]) by mx.blih.net (OpenSMTPD) with ESMTPSA id 1c8c66f9 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Wed, 3 Apr 2024 10:11:24 +0000 (UTC) Date: Wed, 3 Apr 2024 12:11:24 +0200 From: Emmanuel Vadot To: Jan Beich Cc: Emmanuel Vadot , ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: 9846c828d429 - main - graphics/mesa: Enable AV1 and VP9 Message-Id: <20240403121124.a3822a856c51b4b96fe3cf11@bidouilliste.com> In-Reply-To: References: <202404030756.4337uNPh048781@gitrepo.freebsd.org> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd15.0) List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:12876, ipnet:212.83.128.0/19, country:FR] X-Rspamd-Queue-Id: 4V8gWd6r10z47B8 On Wed, 03 Apr 2024 12:05:29 +0200 Jan Beich wrote: > Emmanuel Vadot writes: > > > # Vulkan Video extensions (keep in sync with mesa-gallium-va) > > -MESON_ARGS+= -Dvideo-codecs="vc1dec,h264dec,h264enc,h265dec,h265enc" > > +MESON_ARGS+= -Dvideo-codecs="vc1dec,h264dec,h264enc,h265dec,h265enc,av1dec,av1enc,vp9dec" > > Why not use -Dvideo-codecs=all like graphics/mesa-devel? I prefer to list everything. > For example, the above lacks vp9enc which can be supported on Intel if Vulkan Video > ever standardizes VP9 support. No, vo9enc isn't available in 24.0.X > No clue if AMD has VP9 encode on any GPU. No. > See also https://gitlab.freedesktop.org/mesa/mesa/-/commit/d0c355601129 -- Emmanuel Vadot