From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1596278-garchives=archives.gentoo.org@lists.gentoo.org>
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 2683415815E
	for <garchives@archives.gentoo.org>; Thu,  1 Feb 2024 19:49:53 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 50A01E2A2E;
	Thu,  1 Feb 2024 19:49:52 +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 1123DE2A2D
	for <gentoo-commits@lists.gentoo.org>; Thu,  1 Feb 2024 19:49:52 +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) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 5164B34321E
	for <gentoo-commits@lists.gentoo.org>; Thu,  1 Feb 2024 19:49:51 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id A0FF714C3
	for <gentoo-commits@lists.gentoo.org>; Thu,  1 Feb 2024 19:49:49 +0000 (UTC)
From: "Matt Turner" <mattst88@gentoo.org>
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" <mattst88@gentoo.org>
Message-ID: <1706816980.484465188dd6d6b35a2b4aa69d25e0e9a6b1b6bd.mattst88@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/desc/
X-VCS-Repository: repo/gentoo
X-VCS-Files: profiles/desc/video_cards.desc
X-VCS-Directories: profiles/desc/
X-VCS-Committer: mattst88
X-VCS-Committer-Name: Matt Turner
X-VCS-Revision: 484465188dd6d6b35a2b4aa69d25e0e9a6b1b6bd
X-VCS-Branch: master
Date: Thu,  1 Feb 2024 19:49:49 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: c420a97a-7be2-4f17-8e12-f3f5805f78b6
X-Archives-Hash: d1f507c654d8d815faffc9a634ac1d05

commit:     484465188dd6d6b35a2b4aa69d25e0e9a6b1b6bd
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  1 19:29:25 2024 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Feb  1 19:49:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48446518

profiles: Add VIDEO_CARDS=swrast description

Bug: https://bugs.gentoo.org/920752
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 profiles/desc/video_cards.desc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/desc/video_cards.desc b/profiles/desc/video_cards.desc
index f749910a11bf..0a78c8c1268a 100644
--- a/profiles/desc/video_cards.desc
+++ b/profiles/desc/video_cards.desc
@@ -32,6 +32,7 @@ r600 - VIDEO_CARDS setting to build only r600, r700, Evergreen and Northern Isla
 radeon - VIDEO_CARDS setting to build driver for ATI radeon video cards
 radeonsi - VIDEO_CARDS setting to build only Southern Islands based chips code for radeon
 siliconmotion - VIDEO_CARDS setting to build driver for siliconmotion video cards
+swrast - VIDEO_CARDS setting to build software rasterizer driver
 tegra - VIDEO_CARDS setting to build driver for tegra video cards
 v3d - VIDEO_CARDS setting to build driver for v3d video cards
 vc4 - VIDEO_CARDS setting to build driver for vc4 video cards