Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=vYvlQVCH; dkim=fail reason="signature verification failed" (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=stZbuWwE Received: by mail.netbsd.org (Postfix, from userid 605) id 826E384D2D; Sun, 21 Apr 2024 00:23:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713659005; bh=Tdn2HPF+ZTwuzOuBmdY6n01W1xMZislpLC256cpDVHA=; h=Date:From:Subject:To:List-Id:Reply-To:List-Unsubscribe; b=vYvlQVCHLlC3kLJ6dwg70lDvihfvZjCaYRgmHkCI+RxY+2UbJcwg/gzn4sDOqTIkJ d/oRlfVdINaSW+bDku9LWDsbjkOobcmhPsFFDnNHqxv54o1SbulXge8XEJ+LhV23uT ZZQbFPGahMHfD25w5o8cNguX8R17I7cnmT3U+hCE= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6B64E84D29 for ; Sun, 21 Apr 2024 00:23:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Y524aJvmvGe0 for ; Sun, 21 Apr 2024 00:23:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id E8EBB84D05 for ; Sun, 21 Apr 2024 00:23:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713659004; bh=Tdn2HPF+ZTwuzOuBmdY6n01W1xMZislpLC256cpDVHA=; h=Date:From:Subject:To:Reply-To; b=stZbuWwE4fqT4VoP3W/pwAXopYcTvo5jG3OjJkuam0xcRi+2vDhfjP6TN7rLOPWY5 yJH0UI1nvllZsbY4128eIFWvrwL+yswt+BGu6MVhnOelVFlTF3mq0PB7QS9YaepqsZ Nruk3Rs8g9heRsgNkw4a3YEkZESKDbFwR/r5lwx8= Received: by cvs.NetBSD.org (Postfix, from userid 500) id D448FFA2C; Sun, 21 Apr 2024 00:23:23 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 21 Apr 2024 00:23:23 +0000 From: "Maya Rashish" Subject: CVS commit: src/external/mit/xorg/lib/dri To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240421002323.D448FFA2C@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Maya Rashish" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: maya Date: Sun Apr 21 00:23:23 UTC 2024 Modified Files: src/external/mit/xorg/lib/dri: Makefile Log Message: Mesa 21: Add some intel files so we don't have missing symbols seen as error messages when running "glxgears" on intel. This also avoids graphical corruption (changed areas of terminal emulator take a few seconds to gradually update) when the modesetting driver is explicitly chosen. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/external/mit/xorg/lib/dri/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.