Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[xsrc/xorg]: xsrc/external/mit/xf86-video-mach64/dist initial import of xf86-...



details:   https://anonhg.NetBSD.org/xsrc/rev/b85e3ade88c1
branches:  xorg
changeset: 7058:b85e3ade88c1
user:      mrg <mrg%NetBSD.org@localhost>
date:      Tue Jul 12 01:09:09 2022 +0000

description:
initial import of xf86-video-mach64-6.9.7

diffstat:

 external/mit/xf86-video-mach64/dist/ChangeLog             |    469 +-
 external/mit/xf86-video-mach64/dist/Makefile.in           |     62 +-
 external/mit/xf86-video-mach64/dist/README                |     25 +-
 external/mit/xf86-video-mach64/dist/aclocal.m4            |  20165 ++++++-----
 external/mit/xf86-video-mach64/dist/compile               |     17 +-
 external/mit/xf86-video-mach64/dist/config.guess          |   1685 +-
 external/mit/xf86-video-mach64/dist/config.h.in           |     13 +-
 external/mit/xf86-video-mach64/dist/config.sub            |   2911 +-
 external/mit/xf86-video-mach64/dist/configure             |  17228 +++++----
 external/mit/xf86-video-mach64/dist/configure.ac          |     13 +-
 external/mit/xf86-video-mach64/dist/depcomp               |     10 +-
 external/mit/xf86-video-mach64/dist/install-sh            |    172 +-
 external/mit/xf86-video-mach64/dist/ltmain.sh             |   6229 ++-
 external/mit/xf86-video-mach64/dist/man/Makefile.in       |     25 +-
 external/mit/xf86-video-mach64/dist/missing               |     16 +-
 external/mit/xf86-video-mach64/dist/src/Makefile.in       |    232 +-
 external/mit/xf86-video-mach64/dist/src/aticonfig.c       |     44 +-
 external/mit/xf86-video-mach64/dist/src/atidri.c          |    226 +-
 external/mit/xf86-video-mach64/dist/src/atidri.h          |      2 +-
 external/mit/xf86-video-mach64/dist/src/atidripriv.h      |     10 -
 external/mit/xf86-video-mach64/dist/src/atimach64io.h     |      4 +-
 external/mit/xf86-video-mach64/dist/src/atimach64render.c |     55 +-
 external/mit/xf86-video-mach64/dist/src/atimach64xv.c     |      2 +-
 external/mit/xf86-video-mach64/dist/src/atipreinit.c      |      6 -
 external/mit/xf86-video-mach64/dist/src/atiscreen.c       |      5 +-
 external/mit/xf86-video-mach64/dist/src/atistruct.h       |      3 -
 external/mit/xf86-video-mach64/dist/src/ativalid.c        |     17 +
 external/mit/xf86-video-mach64/dist/src/ativgaio.h        |      2 +-
 external/mit/xf86-video-mach64/dist/src/atividmem.c       |      2 +-
 29 files changed, 26948 insertions(+), 22702 deletions(-)

diffs (truncated from 63099 to 300 lines):

diff -r 4a7878174ebe -r b85e3ade88c1 external/mit/xf86-video-mach64/dist/ChangeLog
--- a/external/mit/xf86-video-mach64/dist/ChangeLog     Tue Jul 12 01:09:06 2022 +0000
+++ b/external/mit/xf86-video-mach64/dist/ChangeLog     Tue Jul 12 01:09:09 2022 +0000
@@ -1,3 +1,182 @@
+commit 74cc25c7c54bf2b2f036fd50f66f9071953db24f
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sun Jul 10 16:58:49 2022 -0700
+
+    xf86-video-mach64 6.9.7
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit fe76415fe3935e6ea9e27a79d0cb650e7d93ee97
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sat Jan 22 12:30:21 2022 -0800
+
+    gitlab CI: add a basic build test
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 3ab2c144ef34199ceaf95115538a67f932e76f7d
+Author: Josselin Poiret <dev%jpoiret.xyz@localhost>
+Date:   Thu Nov 18 13:18:25 2021 +0000
+
+    Rename bool to boolean for OptionInfoRec.
+    
+    * src/aticonfig.c: Change uses of .value.bool to .value.boolean
+
+commit 82129368107c2a0608ad350b812c07ba6e07f498
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sat Jan 22 12:29:58 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 10c2894c7164a959fc79e7844251025c04405059
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sat Jan 22 12:25:45 2022 -0800
+
+    Build xz tarballs instead of bzip2
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 7c0dc184bb6f8d17ebc5bd67cee5a637d3a82ac4
+Author: George Matsumura <gmmatsumura01%bvsd.org@localhost>
+Date:   Sun Oct 6 17:43:24 2019 +0000
+
+    Fix debugging traces
+    
+    Without this change, the compiler emits an error about pPict being undefined when fallback messages are turned on.
+
+commit fbe3995a27bdd81701dbb3b5e26556a00cfdf1d3
+Author: George Matsumura <gmmatsumura01%bvsd.org@localhost>
+Date:   Tue Dec 24 06:12:01 2019 +0000
+
+    Fix compositing rotation
+    
+    This corrects the composite operation's interpretation of a
+    source picture transformation matrix indicating rotation,
+    correcting a previous behavior where the source image was simply
+    flipped and not rotated. This is done by using a transformed vector
+    for each vertex of the source rectangle, instead of just two at
+    each of the diagonally opposed corner vertices.
+
+commit 37498721a520cd1cff367bc36b1ac74b343826ca
+Author: Michel Dänzer  <michel.daenzer%amd.com@localhost>
+Date:   Fri Jul 5 11:01:56 2019 +0200
+
+    configure: Include xorg-server.h before exa.h
+    
+    Fixes EXA detection spuriously failing with current xserver.
+
+commit 39191361f0c80e57504fa91cc12d2b36b6460630
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sun Nov 25 14:00:27 2018 -0800
+
+    Update configure.ac bug URL for gitlab migration
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 3df130663fdca112eff567bde4421c5616e7a6b8
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sun Nov 18 13:22:41 2018 -0800
+
+    Update README for gitlab migration
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit a504b15fc74f7725f67866e22407b742d1d435a9
+Author: Adam Jackson <ajax%redhat.com@localhost>
+Date:   Fri May 18 12:49:30 2018 -0400
+
+    mach64 6.9.6
+    
+    Signed-off-by: Adam Jackson <ajax%redhat.com@localhost>
+
+commit eab6848f85d26c824f8096949105bf4894a1d48d
+Author: Emil Velikov <emil.velikov%collabora.com@localhost>
+Date:   Mon Jul 17 13:44:55 2017 +0100
+
+    xf86-video-mach64: remove the GlxSetVisualConfigs stub and friends
+    
+    The function was an empty since 2008 at least. Remove it alongside the
+    unused GLX visuals code.
+    
+    With this all the GL/GLX dependencies in the driver are gone.
+    
+    Cc: Adam Jackson <ajax%redhat.com@localhost>
+    Cc: Connor Behan <connor.behan%gmail.com@localhost>
+    Signed-off-by: Emil Velikov <emil.velikov%collabora.com@localhost>
+
+commit 5ae03dc9f4564de54df6427ed7e6e80e75a4179e
+Author: Adam Jackson <ajax%redhat.com@localhost>
+Date:   Thu Feb 16 11:18:10 2017 -0500
+
+    D'oh, fix the previous commit
+    
+    These limits are against mode->[HV]Total, not Display.
+    
+    Signed-off-by: Adam Jackson <ajax%redhat.com@localhost>
+
+commit e27785a3fbabc9f354c361b5058b0359b6d9b5ae
+Author: Adam Jackson <ajax%redhat.com@localhost>
+Date:   Thu Feb 16 11:13:59 2017 -0500
+
+    Move max mode h/v checks into ATIValidMode
+    
+    Signed-off-by: Adam Jackson <ajax%redhat.com@localhost>
+
+commit dec6d18b61a1f8841303572ae5931fe6c937664f
+Author: Mihail Konev <k.mvc%ya.ru@localhost>
+Date:   Thu Jan 26 14:00:22 2017 +1000
+
+    autogen: add default patch prefix
+    
+    Signed-off-by: Mihail Konev <k.mvc%ya.ru@localhost>
+
+commit e67dab498fc7b6b4c73b5c33c550ecfcb814b4b1
+Author: Emil Velikov <emil.l.velikov%gmail.com@localhost>
+Date:   Mon Mar 9 12:00:52 2015 +0000
+
+    autogen.sh: use quoted string variables
+    
+    Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent
+    fall-outs, when they contain space.
+    
+    Signed-off-by: Emil Velikov <emil.l.velikov%gmail.com@localhost>
+    Reviewed-by: Peter Hutterer <peter.hutterer%who-t.net@localhost>
+    Signed-off-by: Peter Hutterer <peter.hutterer%who-t.net@localhost>
+
+commit 2707a8ea311a2d40e0db8161225241bc360ab61d
+Author: Peter Hutterer <peter.hutterer%who-t.net@localhost>
+Date:   Tue Jan 24 10:32:07 2017 +1000
+
+    autogen.sh: use exec instead of waiting for configure to finish
+    
+    Syncs the invocation of configure with the one from the server.
+    
+    Signed-off-by: Peter Hutterer <peter.hutterer%who-t.net@localhost>
+    Reviewed-by: Emil Velikov <emil.velikov%collabora.com@localhost>
+
+commit 811890e401299f5a80e237fbaa216c9242654119
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sun Jun 1 21:03:14 2014 -0700
+
+    autogen.sh: Honor NOCONFIGURE=1
+    
+    See http://people.gnome.org/~walters/docs/build-api.txt
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit de20547a7c31cf576d9b5b9ac607a1bde93542b8
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sun Jun 1 21:03:13 2014 -0700
+
+    configure: Drop AM_MAINTAINER_MODE
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
 commit 8f920350a736012ce2a7469d8252f5f5bf72cef3
 Author: Adam Jackson <ajax%redhat.com@localhost>
 Date:   Mon May 4 15:50:09 2015 -0400
@@ -601,11 +780,11 @@
     Fixes these warnings from parfait source checker:
     
     Error: Read buffer overflow at src/atimach64render.c:601
-       in function 'Mach64PrepareTexture' [Symbolic analysis]
+            in function 'Mach64PrepareTexture' [Symbolic analysis]
            In array dereference of Mach64TexFormats[i] with index 'i'
            Array size is 6 elements (of 12 bytes each), index >= 0 and index <= 6
     Error: Read buffer overflow at src/atimach64render.c:712
-       in function 'Mach64PrepareComposite' [Symbolic analysis]
+            in function 'Mach64PrepareComposite' [Symbolic analysis]
            In array dereference of Mach64TexFormats[i] with index 'i'
            Array size is 6 elements (of 12 bytes each), index >= 0 and index <= 6
     
@@ -816,7 +995,7 @@
     
     Conflicts:
     
-       src/radeon_commonfuncs.c
+            src/radeon_commonfuncs.c
 
 commit 27ddb39b12a0b54e099fd5274c4c91f08e2d2822
 Author: Alex Deucher <alex@samba.(none)>
@@ -937,7 +1116,7 @@
     ATOM: properly set up DDIA output on RS6xx boards
 
 commit 1d0e9ab8b9451101b1b91943546f6c5833c21b3f
-Author: Michel Dänzer <michel%tungstengraphics.com@localhost>
+Author: Michel Dänzer  <michel%tungstengraphics.com@localhost>
 Date:   Wed Feb 20 10:21:49 2008 +0100
 
     radeon: Fix typo flagged by gcc -Wall.
@@ -1554,7 +1733,7 @@
     RADEON: clean up output handling
 
 commit 10e7636c02478b8ffe183bb0c46229ca0d6584e1
-Author: Kristian Høgsberg <krh%bitplanet.net@localhost>
+Author: Kristian Høgsberg  <krh%bitplanet.net@localhost>
 Date:   Wed Jan 9 12:47:39 2008 -0500
 
     RADEON: fix crtc routing on r4xx cards when using atom to init DVO chip
@@ -1647,13 +1826,13 @@
     See bug 12129
 
 commit c652208861bffca94f06b7f67688ce220e050bfb
-Author: Michel Dänzer <michel%tungstengraphics.com@localhost>
+Author: Michel Dänzer  <michel%tungstengraphics.com@localhost>
 Date:   Thu Jan 3 17:54:58 2008 +0100
 
     radeon: Adapt manpage to reality wrt AGP options.
 
 commit ab451e4b7a5423d61b57cf0646599267d8504af4
-Author: Michel Dänzer <michel%tungstengraphics.com@localhost>
+Author: Michel Dänzer  <michel%tungstengraphics.com@localhost>
 Date:   Thu Jan 3 17:52:39 2008 +0100
 
     radeon: Miscellaneous warning fixes.
@@ -1902,8 +2081,8 @@
     
     Conflicts:
     
-       src/radeon_display.c
-       src/radeon_driver.c
+            src/radeon_display.c
+            src/radeon_driver.c
 
 commit eb99c3c5c9a2249cb84920f0f225e525fc3a4144
 Author: Alex Deucher <alex@botch2.(none)>
@@ -2101,7 +2280,7 @@
     RADEON: clean up units in PLL calculation
 
 commit b653e5a628bfa4dfb168e96f93f41eb910f409fb
-Author: Michel Dänzer <michel%tungstengraphics.com@localhost>
+Author: Michel Dänzer  <michel%tungstengraphics.com@localhost>
 Date:   Sat Dec 15 00:50:10 2007 +0100
 
     radeon: Default to 1x again with non-v3 AGP cards.
@@ -2110,7 +2289,7 @@
     crossed...
 
 commit 6229825fa5d6715569098afbb21a40f7a2e7e6be
-Author: Michel Dänzer <michel%tungstengraphics.com@localhost>
+Author: Michel Dänzer  <michel%tungstengraphics.com@localhost>
 Date:   Sat Dec 15 00:48:26 2007 +0100
 
     radeon: Warning fixes.
@@ -2119,7 +2298,7 @@
     though...
 
 commit 818ccf0fd4b5879171c5f20526d5a58638f8fde5
-Author: Fredrik Höglund <fredrik%kde.org@localhost>
+Author: Fredrik Höglund  <fredrik%kde.org@localhost>
 Date:   Fri Dec 14 23:56:12 2007 +0100
 
     RADEON: Fix the vertex coordinates for transformed pictures
@@ -2283,10 +2462,10 @@
     
     Conflicts:
     
-       src/radeon.h
-       src/radeon_crtc.c
-       src/radeon_driver.c
-       src/radeon_output.c
+            src/radeon.h
+            src/radeon_crtc.c
+            src/radeon_driver.c
+            src/radeon_output.c
 
 commit 6451ea2dcc4fac762442f699935864f4a8d445f7
 Merge: 0d89556 5896ca4
@@ -2302,7 +2481,7 @@
     radeon: Use %u instead of %d for unsigned value.
 
 commit df44f8380268c27d3978c4e91d736f093322b8b8



Home | Main Index | Thread Index | Old Index