xf86-video-mga: Changes to 'refs/tags/xf86-video-mga-1.4.7'

Tilman Sauerbeck tilman at kemper.freedesktop.org
Wed Sep 5 09:21:13 PDT 2007


Tag 'xf86-video-mga-1.4.7' created by Tilman Sauerbeck <tilman at code-monkey.de> at 2007-09-05 17:19 -0700

xf86-video-mga 1.4.7

Changes since xf86-video-mga-1.4.6.1:
Adam Jackson:
      Fix various timing bugs on the G200SE.
      Disable MTRR support for PCIE G200SE cards, as it tickles hardware bugs.
      Default mode on G200SE of 1024x768 @ 16bpp.

Brice Goglin:
      Change minimal frequency guess from 12 to 16MHz

Daniel Stone:
      bump to 1.4.6
      bump to 1.4.6.1
      Merge branch 'temp'

Gabriele Gorla:
      Add Xv support for Millennium II chips

Ian Romanick:
      Current state of MGA driver modified to work with the xserver
      Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-video-mga into pci-rework
      Store the pci_device pointer passed into MGAPciProbe instead of
      Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-video-mga into pci-rework
      Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-video-mga into pci-rework
      Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-video-mga into pci-rework
      Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-video-mga into pci-rework
      Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-video-mga into pci-rework
      Pass the correct pointer to pci_device_cfg_write_bits.
      Convert to new pci_device_cfg_write_u* interface.
      Refactor memory map / unmap functions.
      Ensure the result of MGAMapMem is checked.
      Code refactoring in MGAScreenInit.
      Add info for offset 116 in PInS version 5.
      Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-video-mga into pci-rework
      Fix compile error introduced by merge.
      Merge PCI-rework support and "classic" PCI interface support into one tree
      Set pScrn to NULL before calling xf86ConfigPciEntity.
      Use XSERVER_LIBPCIACCESS to detect pci-rework.

James Cloos:
      Add *~ to .gitignore to skip patch/emacs droppings
      Merge branch 'master' of ssh://git.freedesktop.org/git/xorg/driver/xf86-video-mga

Tilman Sauerbeck:
      Replaced some more magic values with register names.
      Bug #9448: Actually write the C2STARTADD0 register.
      Fixed a typo in a debug message.
      More boring janitoring work.
      Fixed a typo that caused MGAREG_C2OFFSET to be set to a bad value.
      Shut up the compiler.
      Sync after UploadToScreen.
      Removed the debug messages for solid and copy ops.
      Make DRI initialization work when using EXA.
      On G550, do A8 adds in hardware.
      Added memcpy-based DownloadFromScreen implementation.
      Bug #4249: Further increase the minimum dot clock.
      Fixed major blending and compositing breakage.
      Bumped version to 1.4.7.

---
 .gitignore        |    1 
 configure.ac      |   14 
 mga_PInS.txt      |   28 +
 src/clientlx.c    |   16 
 src/mga.h         |   90 ++++
 src/mga_bios.c    |   15 
 src/mga_dac3026.c |   10 
 src/mga_dacG.c    |   73 ++-
 src/mga_dh.c      |    6 
 src/mga_dri.c     |  293 ++++++++++++---
 src/mga_driver.c  | 1051 +++++++++++++++++++++++++++++++++++-------------------
 src/mga_exa.c     |  133 +++++-
 src/mga_g450pll.c |    5 
 src/mga_macros.h  |   20 -
 src/mga_merge.c   |    6 
 src/mga_reg.h     |    1 
 src/mga_storm.c   |  215 -----------
 src/mga_vga.c     |  211 +++++++++-
 src/mga_video.c   |  780 +++++++++++++++++++++++++++++++++++++++-
 util/stormdwg.c   |   10 
 20 files changed, 2239 insertions(+), 739 deletions(-)
---


More information about the xorg-commit mailing list