From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5FEDE15828B for ; Wed, 5 Jun 2024 20:02:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62C1AE2B37; Wed, 5 Jun 2024 20:01:43 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4AD31E2B37 for ; Wed, 5 Jun 2024 20:01:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 530CD340CB1 for ; Wed, 5 Jun 2024 20:01:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6040B1C82 for ; Wed, 5 Jun 2024 20:01:39 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1717617692.ddb05f5235273aa93ba87ea84245a3391ca55ef5.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/mesa/mesa-24.1.0-r1.ebuild media-libs/mesa/mesa-9999.ebuild X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: ddb05f5235273aa93ba87ea84245a3391ca55ef5 X-VCS-Branch: master Date: Wed, 5 Jun 2024 20:01:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 42e1fe77-7e3c-408d-a5fa-1abe588fc54c X-Archives-Hash: f4468a086cbd24ae44f45ed50491a407 commit: ddb05f5235273aa93ba87ea84245a3391ca55ef5 Author: Paul Zander gmail com> AuthorDate: Mon May 13 15:00:55 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Jun 5 20:01:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddb05f52 media-libs/mesa: update gallium drivers Clean up gallium-drivers code. Signed-off-by: Paul Zander gmail.com> Closes: https://github.com/gentoo/gentoo/pull/37039 Signed-off-by: Matt Turner gentoo.org> media-libs/mesa/mesa-24.1.0-r1.ebuild | 6 +++--- media-libs/mesa/mesa-9999.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/media-libs/mesa/mesa-24.1.0-r1.ebuild b/media-libs/mesa/mesa-24.1.0-r1.ebuild index f459b1ddea5a..3e505dc7f31e 100644 --- a/media-libs/mesa/mesa-24.1.0-r1.ebuild +++ b/media-libs/mesa/mesa-24.1.0-r1.ebuild @@ -370,10 +370,10 @@ multilib_src_configure() { fi gallium_enable -- swrast + gallium_enable video_cards_d3d12 d3d12 gallium_enable video_cards_freedreno freedreno gallium_enable video_cards_intel crocus i915 iris gallium_enable video_cards_lima lima - gallium_enable video_cards_d3d12 d3d12 gallium_enable video_cards_nouveau nouveau gallium_enable video_cards_panfrost panfrost gallium_enable video_cards_v3d v3d @@ -386,8 +386,8 @@ multilib_src_configure() { gallium_enable video_cards_r300 r300 gallium_enable video_cards_r600 r600 gallium_enable video_cards_radeonsi radeonsi - if ! use video_cards_r300 && \ - ! use video_cards_r600; then + if ! use video_cards_r300 && + ! use video_cards_r600; then gallium_enable video_cards_radeon r300 r600 fi diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index fefb310b0034..c184d9ab1e76 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -367,10 +367,10 @@ multilib_src_configure() { fi gallium_enable -- swrast + gallium_enable video_cards_d3d12 d3d12 gallium_enable video_cards_freedreno freedreno gallium_enable video_cards_intel crocus i915 iris gallium_enable video_cards_lima lima - gallium_enable video_cards_d3d12 d3d12 gallium_enable video_cards_nouveau nouveau gallium_enable video_cards_panfrost panfrost gallium_enable video_cards_v3d v3d @@ -383,8 +383,8 @@ multilib_src_configure() { gallium_enable video_cards_r300 r300 gallium_enable video_cards_r600 r600 gallium_enable video_cards_radeonsi radeonsi - if ! use video_cards_r300 && \ - ! use video_cards_r600; then + if ! use video_cards_r300 && + ! use video_cards_r600; then gallium_enable video_cards_radeon r300 r600 fi