Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[xsrc/trunk]: xsrc/external/mit/xf86-video-vesa/dist initial import of xf86-v...
details: https://anonhg.NetBSD.org/xsrc/rev/d5719216c5be
branches: trunk
changeset: 7366:d5719216c5be
user: mrg <mrg%NetBSD.org@localhost>
date: Sun Jan 08 21:32:54 2023 +0000
description:
initial import of xf86-video-vesa-2.6.0
diffstat:
external/mit/xf86-video-vesa/dist/ChangeLog | 102 ++++++++++++++++++++++++++-
external/mit/xf86-video-vesa/dist/README.md | 2 +-
external/mit/xf86-video-vesa/dist/compile | 6 +-
3 files changed, 102 insertions(+), 8 deletions(-)
diffs (175 lines):
diff -r e80d2c6d262b -r d5719216c5be external/mit/xf86-video-vesa/dist/ChangeLog
--- a/external/mit/xf86-video-vesa/dist/ChangeLog Sun Jan 08 21:32:50 2023 +0000
+++ b/external/mit/xf86-video-vesa/dist/ChangeLog Sun Jan 08 21:32:54 2023 +0000
@@ -1,3 +1,97 @@
+commit f6f1013dec5fcef1dfb0f9ad4878e8af364e2c42
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Fri Dec 9 12:24:33 2022 -0800
+
+ xf86-video-vesa 2.6.0
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit f1895cc6dfdfcb0ac3b1250e88596938a5a664be
+Author: Jocelyn Falempe <jfalempe%redhat.com@localhost>
+Date: Thu Apr 14 14:39:37 2022 +0200
+
+ Refuse to run if framebuffer or dri devices are present
+
+ The simpledrm driver, introduced in kernel 5.14,
+ can replace efifb to provide the efi framebuffer.
+
+ This fixes a bug on Fedora 36 (first version to use simpledrm driver):
+ https://bugzilla.redhat.com/show_bug.cgi?id=2074789
+
+ v2: check for framebuffer or dri devices instead of efi framebuffer interface.
+
+ Reviewed-by: Adam Jackson <ajax%redhat.com@localhost>
+ Reviewed-by: Javier Martinez Canillas <javierm%redhat.com@localhost>
+ Signed-off-by: Jocelyn Falempe <jfalempe%redhat.com@localhost>
+
+commit e285658e60d9cf772dda4b2c713ad2a0d4cef569
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Mon Oct 17 11:48:57 2022 -0700
+
+ VESAValidMode: remove duplicate call to VESAGetRec
+
+ Found by cppcheck:
+
+ src/vesa.c:356:11: style: Redundant initialization for 'pVesa'. The initialized value is overwritten before it is read. [redundantInitialization]
+ pVesa = VESAGetRec(pScrn);
+ ^
+ src/vesa.c:350:19: note: pVesa is initialized
+ VESAPtr pVesa = VESAGetRec(pScrn);
+ ^
+ src/vesa.c:356:11: note: pVesa is overwritten
+ pVesa = VESAGetRec(pScrn);
+ ^
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 2f2436b4fe70a1f1a47c4ed112e8aefba3c8efe3
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Mon Oct 17 11:36:55 2022 -0700
+
+ VESADGASetMode: remove unused variable scrnIdx
+
+ vesa.c: In function ‘VESADGASetMode’:
+ vesa.c:1790:9: warning: unused variable ‘scrnIdx’ [-Wunused-variable]
+ int scrnIdx = pScrn->pScreen->myNum;
+ ^~~~~~~
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 5dee3ce85addc06f5f051158c768b993ace86baa
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Thu Jul 28 17:30:21 2022 -0700
+
+ gitlab CI: stop requiring Signed-off-by in commits
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 942499a7510a4df645d4de29f634e33118f44109
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Sun Jan 30 08:57:14 2022 -0800
+
+ gitlab CI: add a basic build test
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 5e8eb2d8c9e9a51a8015a15d268578482589549d
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Sun Jan 30 08:53:56 2022 -0800
+
+ Fix spelling/wording issues
+
+ Found by using:
+ codespell --builtin clear,rare,usage,informal,code,names
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 782c9800be3d2d9973fe2131c10556d9971f2d00
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Sun Jan 30 08:52:56 2022 -0800
+
+ Build xz tarballs instead of bzip2
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
commit 68f2589c687c132fc9abfd1501930bf191701165
Author: Adam Jackson <ajax%redhat.com@localhost>
Date: Thu Sep 10 18:01:44 2020 -0400
@@ -1212,7 +1306,7 @@
Update autogen.sh to one that does objdir != srcdir.
commit 3251a5e09646f88a80b40385d2bb8e5417bdc388
-Author: Søren Sandmann Pedersen <sandmann%daimi.au.dk@localhost>
+Author: Søren Sandmann Pedersen <sandmann%daimi.au.dk@localhost>
Date: Wed Aug 10 14:07:25 2005 +0000
Don\'t lose existing CFLAGS in all the input drivers and some of the video
@@ -1233,19 +1327,19 @@
- Update modular Xorg version
commit dfe2847e4720793b4ff80d717aba31079a065392
-Author: Søren Sandmann Pedersen <sandmann%daimi.au.dk@localhost>
+Author: Søren Sandmann Pedersen <sandmann%daimi.au.dk@localhost>
Date: Wed Jul 13 21:51:06 2005 +0000
add Makefile.am
commit 8100f70d79c0d1a405eeb576898a182cef8d4c3b
-Author: Søren Sandmann Pedersen <sandmann%daimi.au.dk@localhost>
+Author: Søren Sandmann Pedersen <sandmann%daimi.au.dk@localhost>
Date: Wed Jul 13 21:50:33 2005 +0000
add Makefile.am
commit be230c6144ff1dd12b0d7acce4a2a478c0be3527
-Author: Søren Sandmann Pedersen <sandmann%daimi.au.dk@localhost>
+Author: Søren Sandmann Pedersen <sandmann%daimi.au.dk@localhost>
Date: Wed Jul 13 21:46:36 2005 +0000
Build system for vesa video driver
diff -r e80d2c6d262b -r d5719216c5be external/mit/xf86-video-vesa/dist/README.md
--- a/external/mit/xf86-video-vesa/dist/README.md Sun Jan 08 21:32:50 2023 +0000
+++ b/external/mit/xf86-video-vesa/dist/README.md Sun Jan 08 21:32:54 2023 +0000
@@ -6,7 +6,7 @@
https://lists.x.org/mailman/listinfo/xorg
-The master development code repository can be found at:
+The primary development code repository can be found at:
https://gitlab.freedesktop.org/xorg/driver/xf86-video-vesa
diff -r e80d2c6d262b -r d5719216c5be external/mit/xf86-video-vesa/dist/compile
--- a/external/mit/xf86-video-vesa/dist/compile Sun Jan 08 21:32:50 2023 +0000
+++ b/external/mit/xf86-video-vesa/dist/compile Sun Jan 08 21:32:54 2023 +0000
@@ -3,7 +3,7 @@
scriptversion=2018-03-07.03; # UTC
-# Copyright (C) 1999-2018 Free Software Foundation, Inc.
+# Copyright (C) 1999-2021 Free Software Foundation, Inc.
# Written by Tom Tromey <tromey%cygnus.com@localhost>.
#
# This program is free software; you can redistribute it and/or modify
@@ -53,7 +53,7 @@
MINGW*)
file_conv=mingw
;;
- CYGWIN*)
+ CYGWIN* | MSYS*)
file_conv=cygwin
;;
*)
@@ -67,7 +67,7 @@
mingw/*)
file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
;;
- cygwin/*)
+ cygwin/* | msys/*)
file=`cygpath -m "$file" || echo "$file"`
;;
wine/*)
Home |
Main Index |
Thread Index |
Old Index