49 Commits

Author SHA256 Message Date
bdbefb0938 Accepting request 1207656 from X11:XOrg
- Update to version 2.1.0
  * This release raises the minimum supported version of the Xorg
    server to 1.18 (released in 2015).  This includes the removal
    of the XAA code, which cannot be compiled for any Xserver
    newer than the 1.12 series, as XAA support was removed in the
    Xorg 1.13 release.
- adjusted u_Change-shadow-fb-implementation-from-DDX-based-to-miext-damage-based.patch
 - refreshed patches

OBS-URL: https://build.opensuse.org/request/show/1207656
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xf86-video-mga?expand=0&rev=27
2024-10-14 11:07:16 +00:00
53b6f1e93d - Update to version 2.1.0
* This release raises the minimum supported version of the Xorg
    server to 1.18 (released in 2015).  This includes the removal
    of the XAA code, which cannot be compiled for any Xserver
    newer than the 1.12 series, as XAA support was removed in the
    Xorg 1.13 release.
- adjusted u_Change-shadow-fb-implementation-from-DDX-based-to-miext-damage-based.patch
 - refreshed patches

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xf86-video-mga?expand=0&rev=48
2024-10-13 18:51:42 +00:00
358165d405 Accepting request 1151675 from X11:XOrg
OBS-URL: https://build.opensuse.org/request/show/1151675
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xf86-video-mga?expand=0&rev=26
2024-02-26 18:48:18 +00:00
4d1eaed524 Accepting request 1151297 from home:dimstar:rpm4.20:x
Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1151297
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xf86-video-mga?expand=0&rev=46
2024-02-26 13:54:48 +00:00
b4d7af82c5 Accepting request 988399 from X11:XOrg
- Update to version 2.0.1
  * Build xz tarballs instead of bzip2
  * Fix spelling/wording issues
  * gitlab CI: add a basic build test
  * configure.ac: fix cross-compilation
  * Fix uninitialized read in MGAEnableSecondOutPut

OBS-URL: https://build.opensuse.org/request/show/988399
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xf86-video-mga?expand=0&rev=25
2022-07-11 17:10:10 +00:00
d6b0324ff8 - Update to version 2.0.1
* Build xz tarballs instead of bzip2
  * Fix spelling/wording issues
  * gitlab CI: add a basic build test
  * configure.ac: fix cross-compilation
  * Fix uninitialized read in MGAEnableSecondOutPut

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xf86-video-mga?expand=0&rev=44
2022-07-11 14:02:00 +00:00
62d8b8c160 Accepting request 720680 from X11:XOrg
- adding to changelog, that 
  * U_Adapt-Block-WakeupHandler-signature-for-ABI-23.patch fixes 
    build against updated xorg-server 1.19 (bsc#1098226)
  * current sources contain latest driver updates for sle12 
    (fate #315643-315645, 319159-319161, 319618)
  * we disabled DRI(1) in the driver (no longer supported by Mesa)

OBS-URL: https://build.opensuse.org/request/show/720680
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xf86-video-mga?expand=0&rev=24
2019-08-05 08:41:02 +00:00
89f14ff58f - adding to changelog, that
* U_Adapt-Block-WakeupHandler-signature-for-ABI-23.patch fixes 
    build against updated xorg-server 1.19 (bsc#1098226)
  * current sources contain latest driver updates for sle12 
    (fate #315643-315645, 319159-319161, 319618)
  * we disabled DRI(1) in the driver (no longer supported by Mesa)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xf86-video-mga?expand=0&rev=42
2019-08-02 14:46:04 +00:00
b30a08daa5 Accepting request 657247 from X11:XOrg
- Update to version 2.0.0
  * This is a maintenance release of Matrox DDX.
    Just for disclosure, the code is currently broken for Millennium, Millennium II, and G550.
    For those models, you may have to disable acceleration to workaround the issue. (the workaround is untested)
    The code is untested on Mystique and G100 due to lack of access to the hardware at this time.
    The code works generally okay on G200, G400, and G450.
    That being said, EXA occasionally leaves artifacts and standby resume is currently broken.
    Standby resume used to work, but someone broke the code in the last few years.
    (Kevin Brace, Brace Computer Laboratory, https://bracecomputerlab.com)
- adjusted u_Fix-compiler-warnings.patch, 
  u_shadow-Calulate-the-shadow-buffer-size-correctly.patch,
  u_Change-shadow-fb-implementation-from-DDX-based-to-miext-damage-based.patch
- supersedes u_EXA-Fix-UploadToScreen.patch

OBS-URL: https://build.opensuse.org/request/show/657247
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xf86-video-mga?expand=0&rev=23
2018-12-12 16:29:39 +00:00
bfffbf5132 - Update to version 2.0.0
* This is a maintenance release of Matrox DDX.
    Just for disclosure, the code is currently broken for Millennium, Millennium II, and G550.
    For those models, you may have to disable acceleration to workaround the issue. (the workaround is untested)
    The code is untested on Mystique and G100 due to lack of access to the hardware at this time.
    The code works generally okay on G200, G400, and G450.
    That being said, EXA occasionally leaves artifacts and standby resume is currently broken.
    Standby resume used to work, but someone broke the code in the last few years.
    (Kevin Brace, Brace Computer Laboratory, https://bracecomputerlab.com)
- adjusted u_Fix-compiler-warnings.patch, 
  u_shadow-Calulate-the-shadow-buffer-size-correctly.patch,
  u_Change-shadow-fb-implementation-from-DDX-based-to-miext-damage-based.patch
- supersedes u_EXA-Fix-UploadToScreen.patch

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xf86-video-mga?expand=0&rev=40
2018-12-11 15:19:29 +00:00
6c6be45491 Accepting request 611706 from X11:XOrg
- n_xorg-server-1.20.patch
  * fix build against xorg-server 1.20

OBS-URL: https://build.opensuse.org/request/show/611706
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xf86-video-mga?expand=0&rev=22
2018-05-29 14:50:29 +00:00
f33b140207 - n_xorg-server-1.20.patch
* fix build against xorg-server 1.20

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xf86-video-mga?expand=0&rev=38
2018-05-23 15:00:50 +00:00
eed508921f Accepting request 499655 from X11:XOrg
- includes everything needed for missing sle issue entries:
  fate #315643-315645, 319159-319161, 319618 (bsc#1041661)

OBS-URL: https://build.opensuse.org/request/show/499655
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xf86-video-mga?expand=0&rev=21
2017-06-09 13:56:18 +00:00
ad151dd3a8 - includes everything needed for missing sle issue entries:
fate #315643-315645, 319159-319161, 319618 (bsc#1041661)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xf86-video-mga?expand=0&rev=36
2017-05-30 10:26:07 +00:00
255adcb0c8 Accepting request 451399 from X11:XOrg
- Update to version 1.6.5
  * Enable write-combining on the framebuffer BAR
  * Adapt Block/WakeupHandler signature for ABI 23
  * Remove DownloadFromScreen
  * Composite fixup
  * Add support for a new G200eW3 chipset
  * Add support for the new G200e chipset -- V2
  * MGA DDX: make it possible to find EXA support
  * Use correct type in function call.
- supersedes U_Adapt-Block-WakeupHandler-signature-for-ABI-23.patch
- supersedes u_Fix-crash-when-EXA-accel-mode-is-enabled.patch

OBS-URL: https://build.opensuse.org/request/show/451399
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xf86-video-mga?expand=0&rev=20
2017-01-24 09:35:14 +00:00
57d8f6c9ae - Update to version 1.6.5
* Enable write-combining on the framebuffer BAR
  * Adapt Block/WakeupHandler signature for ABI 23
  * Remove DownloadFromScreen
  * Composite fixup
  * Add support for a new G200eW3 chipset
  * Add support for the new G200e chipset -- V2
  * MGA DDX: make it possible to find EXA support
  * Use correct type in function call.
- supersedes U_Adapt-Block-WakeupHandler-signature-for-ABI-23.patch
- supersedes u_Fix-crash-when-EXA-accel-mode-is-enabled.patch

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xf86-video-mga?expand=0&rev=34
2017-01-19 13:49:21 +00:00
c3f666b5b2 Accepting request 442918 from X11:XOrg
- U_Adapt-Block-WakeupHandler-signature-for-ABI-23.patch
  * Adapt Block/WakeupHandler signature for ABI 23

OBS-URL: https://build.opensuse.org/request/show/442918
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xf86-video-mga?expand=0&rev=19
2016-12-02 15:42:50 +00:00
4be5224812 - U_Adapt-Block-WakeupHandler-signature-for-ABI-23.patch
* Adapt Block/WakeupHandler signature for ABI 23

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xf86-video-mga?expand=0&rev=32
2016-11-30 15:22:28 +00:00
63429e8877 Accepting request 406739 from X11:XOrg
- u_shadow-Calulate-the-shadow-buffer-size-correctly.patch
  * Calculate the shadow buffer size correctly to avoid the
    screen being cut off (boo#987670).

OBS-URL: https://build.opensuse.org/request/show/406739
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xf86-video-mga?expand=0&rev=18
2016-07-14 07:44:14 +00:00
30969cdf5d Add reporter's name.
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xf86-video-mga?expand=0&rev=30
2016-07-05 13:42:19 +00:00
d2447e8329 - u_shadow-Calulate-the-shadow-buffer-size-correctly.patch
* Calculate the shadow buffer size correctly to avoid the
    screen being cut off (boo#987670).

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xf86-video-mga?expand=0&rev=29
2016-07-05 13:31:01 +00:00
612828145b Accepting request 287321 from X11:XOrg
- Update to version 1.6.4
  * man: Don't mention the HAL
  * dri: Stop (uselessly) initializing the ValidateTree hooks
  * undef DISABLE_VGA_IO
  * xf86-video-mga: set the pan_ctl register
  * xf86-video-mga: fix a lockup in the mga driver
  * fix a type in previous lockup in the mga driver fix
- supersedes U_dri-Stop-uselessly-initializing-the-ValidateTree-hoo.patch

OBS-URL: https://build.opensuse.org/request/show/287321
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xf86-video-mga?expand=0&rev=17
2015-02-24 12:02:28 +00:00
64e662fba3 - Update to version 1.6.4
* man: Don't mention the HAL
  * dri: Stop (uselessly) initializing the ValidateTree hooks
  * undef DISABLE_VGA_IO
  * xf86-video-mga: set the pan_ctl register
  * xf86-video-mga: fix a lockup in the mga driver
  * fix a type in previous lockup in the mga driver fix
- supersedes U_dri-Stop-uselessly-initializing-the-ValidateTree-hoo.patch

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xf86-video-mga?expand=0&rev=27
2015-02-23 13:35:46 +00:00
8bf2fdd2ec Accepting request 284467 from X11:XOrg
- U_dri-Stop-uselessly-initializing-the-ValidateTree-hoo.patch
  * fixes build against xorg-server 1.17

OBS-URL: https://build.opensuse.org/request/show/284467
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xf86-video-mga?expand=0&rev=16
2015-02-10 19:16:32 +00:00
5dc30063b8 - U_dri-Stop-uselessly-initializing-the-ValidateTree-hoo.patch
* fixes build against xorg-server 1.17

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xf86-video-mga?expand=0&rev=25
2015-02-06 11:51:23 +00:00
Stephan Kulow
4279fee31f Accepting request 233579 from X11:XOrg
- u_Change-shadow-fb-implementation-from-DDX-based-to-miext-damage-based.patch
  Fix the shadowfb implementation: old implementation produced 
  artefacts: Fixed by changing to the mi base shadow method (bnc#876098).
- u_EXA-Fix-UploadToScreen.patch
  Fix EXA UploadToScreen: Images were garbled as writing to aperture didn't wait
  for FIFO to drain. (bnc#876941).
- u_Fix-compiler-warnings.patch
- u_Fix-crash-when-EXA-accel-mode-is-enabled.patch
  Fix segfault in EXA: fb base address was not added to source in
  DownloadFromScreen (bnc#876940).

OBS-URL: https://build.opensuse.org/request/show/233579
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xf86-video-mga?expand=0&rev=14
2014-05-13 18:49:31 +00:00
7f6e1fd747 - u_Change-shadow-fb-implementation-from-DDX-based-to-miext-damage-based.patch
Fix the shadowfb implementation: old implementation produced 
  artefacts: Fixed by changing to the mi base shadow method (bnc#876098).
- u_EXA-Fix-UploadToScreen.patch
  Fix EXA UploadToScreen: Images were garbled as writing to aperture didn't wait
  for FIFO to drain. (bnc#876941).
- u_Fix-compiler-warnings.patch
- u_Fix-crash-when-EXA-accel-mode-is-enabled.patch
  Fix segfault in EXA: fb base address was not added to source in
  DownloadFromScreen (bnc#876940).

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xf86-video-mga?expand=0&rev=23
2014-05-11 17:37:55 +00:00
dc5be47dc0 Obsoletes: xorg-x11-proto-devel -> Provides: xorg-x11-proto-devel
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xf86-video-mga?expand=0&rev=22
2014-04-27 22:11:02 +00:00
Stephan Kulow
fd3c397d78 Accepting request 209782 from X11:XOrg
Update to ver 1.6.3 (forwarded request 209768 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/209782
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xf86-video-mga?expand=0&rev=13
2013-12-11 16:42:59 +00:00
f1901b0022 Accepting request 209768 from home:Zaitor:branches:X11:XOrg
Update to ver 1.6.3

OBS-URL: https://build.opensuse.org/request/show/209768
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xf86-video-mga?expand=0&rev=20
2013-12-08 00:39:32 +00:00
Tomáš Chvátal
062b71bba8 Accepting request 195910 from X11:XOrg
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/195910
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xf86-video-mga?expand=0&rev=11
2013-08-23 12:22:48 +00:00
b5b216b2cf OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xf86-video-mga?expand=0&rev=18 2013-08-07 14:34:52 +00:00
Stephan Kulow
4fdb63ba2c Accepting request 178347 from X11:XOrg
- fixed bugzilla number in changelog

OBS-URL: https://build.opensuse.org/request/show/178347
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xf86-video-mga?expand=0&rev=10
2013-06-11 04:40:35 +00:00
e595c91cc9 - fixed bugzilla number in changelog
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xf86-video-mga?expand=0&rev=16
2013-06-10 12:11:41 +00:00
Stephan Kulow
966c8e76b7 Accepting request 177970 from X11:XOrg
- U_Restrict-kernel-driver-matching-to-g200-server-chips.patch
  * Restrict kernel driver matching to g200 server chips. Otherwise
    we might catch devices handled by matroxfb, not the mgag200 kms
    driver. (bnc#823410)

OBS-URL: https://build.opensuse.org/request/show/177970
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xf86-video-mga?expand=0&rev=9
2013-06-09 15:06:39 +00:00
0c436dcceb - U_Restrict-kernel-driver-matching-to-g200-server-chips.patch
* Restrict kernel driver matching to g200 server chips. Otherwise
    we might catch devices handled by matroxfb, not the mgag200 kms
    driver. (bnc#823410)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xf86-video-mga?expand=0&rev=14
2013-06-07 08:22:20 +00:00
Stephan Kulow
2b0fcbfe1e Accepting request 160307 from X11:XOrg
- introduce hardware supplements conditional on xorg-x11-server
  package (bnc#810333)

OBS-URL: https://build.opensuse.org/request/show/160307
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xf86-video-mga?expand=0&rev=8
2013-03-21 10:05:10 +00:00
2ba84a81bc - introduce hardware supplements conditional on xorg-x11-server
package (bnc#810333)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xf86-video-mga?expand=0&rev=12
2013-03-20 17:47:51 +00:00
Stephan Kulow
987251497f Accepting request 138191 from X11:XOrg
Update to ver 1.6.2 (forwarded request 138039 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/138191
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xf86-video-mga?expand=0&rev=6
2012-10-16 10:12:44 +00:00
f1afd7289b Accepting request 138039 from home:Zaitor:branches:X11:XOrg
Update to ver 1.6.2

OBS-URL: https://build.opensuse.org/request/show/138039
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xf86-video-mga?expand=0&rev=10
2012-10-15 12:28:08 +00:00
Stephan Kulow
e63d781fd9 Accepting request 134890 from X11:XOrg
OBS-URL: https://build.opensuse.org/request/show/134890
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xf86-video-mga?expand=0&rev=5
2012-09-20 13:47:57 +00:00
0115268eda Accepting request 134729 from home:Zaitor:branches:X11:XOrg
Update to 1.6.1, fixes build.

OBS-URL: https://build.opensuse.org/request/show/134729
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xf86-video-mga?expand=0&rev=8
2012-09-17 19:30:33 +00:00
Stephan Kulow
2f2292fe73 Accepting request 123184 from X11:XOrg
- remove hw supplements (bnc#764395)

OBS-URL: https://build.opensuse.org/request/show/123184
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xf86-video-mga?expand=0&rev=3
2012-06-01 20:32:52 +00:00
5ce7132a6c - remove hw supplements (bnc#764395)
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xf86-video-mga?expand=0&rev=6
2012-06-01 09:39:32 +00:00
Stephan Kulow
80c2be5179 Accepting request 121910 from X11:XOrg
- Use "Supplements" to make the package manager pick 
  the driver when the user has the proper hardware.

OBS-URL: https://build.opensuse.org/request/show/121910
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xf86-video-mga?expand=0&rev=2
2012-05-25 14:19:24 +00:00
69639d041c Accepting request 121821 from home:elvigia:branches:X11:XOrg
- Use "Supplements" to make the package manager pick 
  the driver when the user has the proper hardware.

OBS-URL: https://build.opensuse.org/request/show/121821
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xf86-video-mga?expand=0&rev=4
2012-05-23 10:17:46 +00:00
Stephan Kulow
d3827b8b88 Accepting request 115433 from X11:XOrg
Pushing X11:XOrg

OBS-URL: https://build.opensuse.org/request/show/115433
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xf86-video-mga?expand=0&rev=1
2012-05-08 10:02:42 +00:00
3b69f7dcab Accepting request 114805 from home:vuntz:branches:X11:XOrg
This depends on Dominique's update to the server; update to 1.5.0 and use new %x11_abi_videodrv_req macro

OBS-URL: https://build.opensuse.org/request/show/114805
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xf86-video-mga?expand=0&rev=2
2012-04-20 09:32:49 +00:00
af0e0ea2e4 Accepting request 114529 from home:vuntz:branches:X11:XOrg
New package, split from xorg-x11-driver-video

OBS-URL: https://build.opensuse.org/request/show/114529
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xf86-video-mga?expand=0&rev=1
2012-04-19 09:39:58 +00:00