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-r128/dist initial import of xf86-v...



details:   https://anonhg.NetBSD.org/xsrc/rev/e80d2c6d262b
branches:  trunk
changeset: 7365:e80d2c6d262b
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Jan 08 21:32:50 2023 +0000

description:
initial import of xf86-video-r128-6.12.1

diffstat:

 external/mit/xf86-video-r128/dist/ChangeLog        |    382 +-
 external/mit/xf86-video-r128/dist/Makefile.in      |     51 +-
 external/mit/xf86-video-r128/dist/README           |     18 +-
 external/mit/xf86-video-r128/dist/aclocal.m4       |  20355 +++++++++---------
 external/mit/xf86-video-r128/dist/compile          |     17 +-
 external/mit/xf86-video-r128/dist/config.guess     |   1683 +-
 external/mit/xf86-video-r128/dist/config.h.in      |     10 +-
 external/mit/xf86-video-r128/dist/config.sub       |   2917 +-
 external/mit/xf86-video-r128/dist/configure        |  14811 +++++++------
 external/mit/xf86-video-r128/dist/configure.ac     |      6 +-
 external/mit/xf86-video-r128/dist/depcomp          |     10 +-
 external/mit/xf86-video-r128/dist/install-sh       |    179 +-
 external/mit/xf86-video-r128/dist/ltmain.sh        |    906 +-
 external/mit/xf86-video-r128/dist/man/Makefile.in  |     16 +-
 external/mit/xf86-video-r128/dist/missing          |     16 +-
 external/mit/xf86-video-r128/dist/src/Makefile.in  |    105 +-
 external/mit/xf86-video-r128/dist/src/r128_accel.c |      2 +-
 external/mit/xf86-video-r128/dist/src/r128_crtc.c  |      4 +-
 external/mit/xf86-video-r128/dist/src/r128_probe.c |      2 +-
 external/mit/xf86-video-r128/dist/src/r128_sarea.h |      2 +-
 20 files changed, 21688 insertions(+), 19804 deletions(-)

diffs (truncated from 49847 to 300 lines):

diff -r ad627b9cb506 -r e80d2c6d262b external/mit/xf86-video-r128/dist/ChangeLog
--- a/external/mit/xf86-video-r128/dist/ChangeLog       Sun Jan 08 21:32:46 2023 +0000
+++ b/external/mit/xf86-video-r128/dist/ChangeLog       Sun Jan 08 21:32:50 2023 +0000
@@ -1,3 +1,97 @@
+commit 24cf717079076992cdb58e1a89825608dc03282c
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sun Dec 4 13:05:03 2022 -0800
+
+    xf86-video-r128 6.12.1
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 01a5ffffd0c90f370a3c7c8ecc7ed559e48b3ac0
+Author: Niveditha Rau <Niveditha.Rau%Oracle.COM@localhost>
+Date:   Tue Jun 16 12:26:50 2015 -0800
+
+    Mark DriverRec exported in r128_probe.h to match r128_probe.c
+    
+    Fixes build failure when compiling with Solaris Studio compiler
+    using -xldscope=hidden:
+    "r128_probe.c", line 359: redeclaration must have the same or more
+      restrictive linker scoping: R128
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit e9cf08f26c897b3f2de40eba7c07d2e1e47a14c1
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Mon Oct 17 11:13:00 2022 -0700
+
+    R128RAMRec: constify name pointer
+    
+    Clears 4 gcc warnings:
+    r128_driver.c:178:36: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
+         { 4, 4, 3, 3, 1, 3, 1, 16, 12, "128-bit SDR SGRAM 1:1" },
+                                        ^~~~~~~~~~~~~~~~~~~~~~~
+    r128_driver.c:179:36: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
+         { 4, 8, 3, 3, 1, 3, 1, 17, 13, "64-bit SDR SGRAM 1:1" },
+                                        ^~~~~~~~~~~~~~~~~~~~~~
+    r128_driver.c:180:36: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
+         { 4, 4, 1, 2, 1, 2, 1, 16, 12, "64-bit SDR SGRAM 2:1" },
+                                        ^~~~~~~~~~~~~~~~~~~~~~
+    r128_driver.c:181:36: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
+         { 4, 4, 3, 3, 2, 3, 1, 16, 12, "64-bit DDR SGRAM" },
+                                        ^~~~~~~~~~~~~~~~~~
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 3142544e8dd39aceea948d4d69810132240440b8
+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 7b0941d1213222fc5f6afaa813acb6092e9eb1e6
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Thu Jan 27 17:12:07 2022 -0800
+
+    gitlab CI: add a basic build test
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit b5529f9602bd25d0d042995a349edaba3e6f315a
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Thu Jan 27 17:09:09 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 097c8e4f91e22cbeb8778febd1fc0ab8f2b58d3f
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Thu Jan 27 17:07:12 2022 -0800
+
+    Build xz tarballs instead of bzip2
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 3af7cd1faf42f6458d72bd412349478e252e9bd6
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Fri Dec 7 18:57:58 2018 -0800
+
+    Update configure.ac bug URL for gitlab migration
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 49558fb904b53958e7bba46ebafa27f66360532f
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sun Nov 18 16:02:31 2018 -0800
+
+    Update README for gitlab migration
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
 commit 38216bdc81321a8bb70a4c7ce226194537cc63d6
 Author: Kevin Brace <kevinbrace%gmx.com@localhost>
 Date:   Mon Oct 22 21:01:12 2018 -0700
@@ -275,7 +369,7 @@
     Signed-off-by: Kevin Brace <kevinbrace%gmx.com@localhost>
 
 commit 3acc004c6bfc17aca397ff2cc8c0b1a0e2d4ee63
-Author: Dylan Aïssi <bob.dybian%gmail.com@localhost>
+Author: Dylan Aïssi  <bob.dybian%gmail.com@localhost>
 Date:   Wed Jul 18 07:25:45 2018 -0700
 
     Fix typo: Initalizing --> Initializing
@@ -1962,7 +2056,7 @@
     
     Conflicts:
     
-       src/radeon_commonfuncs.c
+            src/radeon_commonfuncs.c
 
 commit 27ddb39b12a0b54e099fd5274c4c91f08e2d2822
 Author: Alex Deucher <alex@samba.(none)>
@@ -2083,7 +2177,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.
@@ -2700,7 +2794,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
@@ -2793,13 +2887,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.
@@ -3048,8 +3142,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)>
@@ -3247,7 +3341,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.
@@ -3256,7 +3350,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.
@@ -3265,7 +3359,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
@@ -3429,10 +3523,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
@@ -3448,7 +3542,7 @@
     radeon: Use %u instead of %d for unsigned value.
 
 commit df44f8380268c27d3978c4e91d736f093322b8b8
-Author: Michel Dänzer <michel%tungstengraphics.com@localhost>
+Author: Michel Dänzer  <michel%tungstengraphics.com@localhost>
 Date:   Fri Dec 7 09:41:47 2007 +0100
 
     radeon: Use gettimeofday instead of xf86getsecs.
@@ -3503,7 +3597,7 @@
     
     Conflicts:
     
-       src/radeon_output.c
+            src/radeon_output.c
 
 commit 21ed435398e4a398dd8a0a5d7c1d4cc45e916332
 Author: Alex Deucher <alex%t41p.hsd1.va.comcast.net@localhost>
@@ -3514,13 +3608,13 @@
     Thanks to Étienne Bersac for helping to figure this out.
 
 commit 54bfd522405d9fdfb69d3a59e111ac3d63483dbb
-Author: Étienne Bersac <bersace03%laposte.net@localhost>
+Author: Étienne Bersac  <bersace03%laposte.net@localhost>
 Date:   Tue Dec 4 14:22:42 2007 -0500
 
     RADEON: fix typo
 
 commit 5022d006cfc06ca0395981526b2c2c94c6878567
-Author: Michel Dänzer <michel%tungstengraphics.com@localhost>
+Author: Michel Dänzer  <michel%tungstengraphics.com@localhost>
 Date:   Sun Dec 2 17:27:33 2007 +0100
 
     radeon: Further XVideo fixes.
@@ -3537,7 +3631,7 @@
     See https://bugs.freedesktop.org/show_bug.cgi?id=13274 .
 
 commit a697b590899bb7704ec4d7ae9a9c3cbbfcaef382
-Author: Michel Dänzer <michel%tungstengraphics.com@localhost>
+Author: Michel Dänzer  <michel%tungstengraphics.com@localhost>
 Date:   Sun Dec 2 17:11:20 2007 +0100
 
     Fix build against xserver master.
@@ -4010,9 +4104,9 @@
     
     Conflicts:
     
-       src/radeon_chipset.h
-       src/radeon_driver.c
-       src/radeon_probe.c
+            src/radeon_chipset.h
+            src/radeon_driver.c
+            src/radeon_probe.c
 
 commit 0d1e0c7805b3d8e56ccb49465e6b144afb7bdc51
 Author: Dave Airlie <airlied%redhat.com@localhost>
@@ -4035,8 +4129,8 @@
     
     Conflicts:
     
-       src/radeon_cursor.c
-       src/radeon_output.c
+            src/radeon_cursor.c
+            src/radeon_output.c
 
 commit 744c8cb6c293fcaa687566f52901644e699baace
 Merge: e258fbe e530af7
@@ -4449,7 +4543,7 @@
     some things.
 
 commit 37af2f6b52c8f217b205486742a6b46a864da8ed
-Author: Michel Dänzer <michel%tungstengraphics.com@localhost>
+Author: Michel Dänzer  <michel%tungstengraphics.com@localhost>
 Date:   Mon Nov 5 10:58:25 2007 +0100
 
     radeon: Use indirect register access for (un)hiding the cursor.
@@ -4458,13 +4552,13 @@
     busy with some cards.
 
 commit 5659e2f1b08e44d0c4f21a403e91b4801ef78f62
-Author: Michel Dänzer <michel%tungstengraphics.com@localhost>
+Author: Michel Dänzer  <michel%tungstengraphics.com@localhost>
 Date:   Mon Nov 5 10:32:04 2007 +0100
 
     radeon: Fix build warning on powerpc.
 
 commit d41d73f5f9d8baee7137e94da2c7852ea0412180
-Author: Michel Dänzer <michel%tungstengraphics.com@localhost>
+Author: Michel Dänzer  <michel%tungstengraphics.com@localhost>
 Date:   Mon Nov 5 10:30:23 2007 +0100
 
     Revert "radeon: Reinstate sync in radeon_crtc_show/hide_cursor."
@@ -4578,7 +4672,7 @@
     with RMX.


Home | Main Index | Thread Index | Old Index