Received: by mail.netbsd.org (Postfix, from userid 605) id DC77584EE9; Sat, 30 Jul 2022 16:13:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 13E0B84C13 for ; Sat, 30 Jul 2022 16:13:55 +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 k31FPpFPKRp2 for ; Sat, 30 Jul 2022 16:13:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5C52684D6B for ; Sat, 30 Jul 2022 16:13:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5900CFB1A; Sat, 30 Jul 2022 16:13:54 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 30 Jul 2022 16:13:54 +0000 From: "Izumi Tsutsui" Subject: CVS commit: xsrc/external/mit/xorg-server/dist/hw/xfree86 To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20220730161354.5900CFB1A@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Izumi Tsutsui" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: xsrc Committed By: tsutsui Date: Sat Jul 30 16:13:54 UTC 2022 Modified Files: xsrc/external/mit/xorg-server/dist/hw/xfree86/common: xf86.h xf86Globals.c xf86Helper.c xf86Init.c xf86Priv.h xsrc/external/mit/xorg-server/dist/hw/xfree86/doc: ddxDesign.xml xsrc/external/mit/xorg-server/dist/hw/xfree86/man: Xorg.man xsrc/external/mit/xorg-server/dist/hw/xfree86/vgahw: vgaHW.c Log Message: Restore -flipPixels option removed in upstream server-21.1-branch. https://gitlab.freedesktop.org/xorg/xserver/-/commit/d1c00c859c6676fbb540420c9055788bc19cb18f Note ScrnInfoRec structure in hw/xfree86/common/xf86str.h isn't reverted because it isn't used by -flipPixels option so that we can keep ABI compatibility among xf86-video-foo drivers. This -flipPixels is mandatory at least by Xorg server users with xf86-video-wsfb driver on NetBSD/mac68k and SE/30 mono screen that has "black=1 and white=0" VRAM. "go for it" by mrg@ on current-users@: https://mail-index.netbsd.org/current-users/2022/07/24/msg042731.html To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 \ xsrc/external/mit/xorg-server/dist/hw/xfree86/common/xf86.h cvs rdiff -u -r1.1.1.7 -r1.2 \ xsrc/external/mit/xorg-server/dist/hw/xfree86/common/xf86Globals.c \ xsrc/external/mit/xorg-server/dist/hw/xfree86/common/xf86Priv.h cvs rdiff -u -r1.6 -r1.7 \ xsrc/external/mit/xorg-server/dist/hw/xfree86/common/xf86Helper.c cvs rdiff -u -r1.1.1.10 -r1.2 \ xsrc/external/mit/xorg-server/dist/hw/xfree86/common/xf86Init.c cvs rdiff -u -r1.1.1.3 -r1.2 \ xsrc/external/mit/xorg-server/dist/hw/xfree86/doc/ddxDesign.xml cvs rdiff -u -r1.1.1.4 -r1.2 \ xsrc/external/mit/xorg-server/dist/hw/xfree86/man/Xorg.man cvs rdiff -u -r1.1.1.5 -r1.2 \ xsrc/external/mit/xorg-server/dist/hw/xfree86/vgahw/vgaHW.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.