Received: by mail.netbsd.org (Postfix, from userid 605) id 21A86852B3; Wed, 11 May 2022 19:34:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 51F87852B2 for ; Wed, 11 May 2022 19:34:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id SJX1AxQ5GqaL for ; Wed, 11 May 2022 19:34:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E8BD884E55 for ; Wed, 11 May 2022 19:34:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CF084FA94; Wed, 11 May 2022 19:35:06 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 11 May 2022 19:35:06 +0000 From: "Michael Lorenz" Subject: CVS commit: xsrc/external/mit/xf86-video-suncg14/dist/src To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20220511193506.CF084FA94@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Michael Lorenz" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: xsrc Committed By: macallan Date: Wed May 11 19:35:06 UTC 2022 Modified Files: xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c Log Message: don't pretend to support PictOpSrc - those can be quite a bit more complicated than simple copy ops With this gtk3 buttons are still occasionally glitchy but at least we don't crash anymore To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 \ xsrc/external/mit/xf86-video-suncg14/dist/src/cg14_accel.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.