xf86-video-mga: Changes to 'pci-rework'

Ian Romanick idr at kemper.freedesktop.org
Wed Aug 22 11:16:21 PDT 2007


 configure.ac      |   16 -
 mga_PInS.txt      |   28 +
 src/clientlx.c    |   16 +
 src/mga.h         |   47 +++
 src/mga_bios.c    |   26 +
 src/mga_dac3026.c |    9 
 src/mga_dacG.c    |   34 +-
 src/mga_dri.c     |  247 +++++++++++++++--
 src/mga_driver.c  |  492 ++++++++++++++++++++++++++++++++--
 src/mga_exa.c     |  133 +++++++--
 src/mga_macros.h  |   14 
 src/mga_merge.c   |    9 
 src/mga_storm.c   |  182 ------------
 src/mga_vga.c     |  211 ++++++++++++--
 src/mga_video.c   |  780 +++++++++++++++++++++++++++++++++++++++++++++++++++++-
 util/stormdwg.c   |   10 
 16 files changed, 1957 insertions(+), 297 deletions(-)

New commits:
commit 55d219394ad6af8e25ff604bcbb49d5a551bd348
Author: Ian Romanick <idr at us.ibm.com>
Date:   Wed Aug 22 10:43:39 2007 -0700

    Merge PCI-rework support and "classic" PCI interface support into one tree
    
    First pass at merging both trees.  So far, this has only been tested
    on the PCI-rework build on a PCI G450.

commit f4ef39d53d5a67942707507814fef4ad466dc909
Author: Ian Romanick <idr at us.ibm.com>
Date:   Mon Aug 20 15:36:57 2007 -0700

    Fix compile error introduced by merge.

commit 707d3adbc7d9ee918d6c70083f51ad851ce68852
Merge: 741c50c... 489e007...
Author: Ian Romanick <idr at us.ibm.com>
Date:   Mon Aug 20 15:20:39 2007 -0700

    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-video-mga into pci-rework

commit 489e007a29de63716ab550eacb3e98a91975d1d5
Author: Tilman Sauerbeck <tilman at code-monkey.de>
Date:   Wed Aug 8 21:32:57 2007 +0200

    Fixed major blending and compositing breakage.
    
    Do not adjust the destination blend factor if we need source alpha
    but our source doesn't have an alpha channel. This makes no sense at all,
    because the intermediate picture will always have alpha bits (either from
    the original source, or forced to 0xff).

commit 3820f55e3068163f8c3047a25126673e6de2d16e
Author: Ian Romanick <idr at us.ibm.com>
Date:   Wed Aug 1 09:02:21 2007 -0700

    Add info for offset 116 in PInS version 5.

commit 7d7626f8429e108dd326899d927de4b4c79f71f5
Author: Tilman Sauerbeck <tilman at code-monkey.de>
Date:   Mon Jul 30 12:36:19 2007 +0200

    Bug #4249: Further increase the minimum dot clock.

commit 1a1fe837bc114b5f741e87f14bef74803e299c8d
Author: Brice Goglin <Brice.Goglin at ens-lyon.org>
Date:   Fri Jul 27 18:19:21 2007 +0200

    Change minimal frequency guess from 12 to 16MHz
    
    G550 seems to lock up with frequencies below 16MHz.
    
    Reported by Benjamin Wong <hackerb9 at u.washington.edu> in
    http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=430112
    and https://bugs.freedesktop.org/show_bug.cgi?id=11339

commit 041caa230b91a017881394c59d76d663d647529c
Author: Gabriele Gorla <gorlik at yahoo.com>
Date:   Thu Jul 19 22:14:51 2007 -0400

    Add Xv support for Millennium II chips
    
    Bug 11537

commit 7b080d993ceda7b181e0611ed0c997c8aecc9ad7
Author: Tilman Sauerbeck <tilman at code-monkey.de>
Date:   Sun Apr 15 12:47:27 2007 +0200

    Added memcpy-based DownloadFromScreen implementation.

commit 43b79af51b600e98ecac9d57aeb0d686dbc6a50e
Author: Tilman Sauerbeck <tilman at code-monkey.de>
Date:   Sun Apr 15 12:41:01 2007 +0200

    On G550, do A8 adds in hardware.

commit 69c4ed205afbeb9ad937f079caace6cee19bd7b1
Author: Tilman Sauerbeck <tilman at code-monkey.de>
Date:   Sun Apr 15 12:28:28 2007 +0200

    Make DRI initialization work when using EXA.
    
    Still need to implement InitBuffers and MoveBuffers for EXA.

commit 920b84364a374ac8cde9314efc6742c11a72ce4f
Author: Tilman Sauerbeck <tilman at code-monkey.de>
Date:   Fri Mar 30 20:47:14 2007 +0200

    Removed the debug messages for solid and copy ops.

commit d1696d91d9da79c40b0576b3ce754dc8a6666117
Author: Tilman Sauerbeck <tilman at code-monkey.de>
Date:   Fri Mar 30 20:45:45 2007 +0200

    Sync after UploadToScreen.

commit 1246f724bfdd44b49091516bf909ecf97c9b82db
Author: Adam Jackson <ajax at benzedrine.nwnk.net>
Date:   Wed Mar 28 11:14:24 2007 -0400

    Default mode on G200SE of 1024x768 @ 16bpp.
    
    The poor thing has so little VRAM that you can't do any bigger than 640x480
    at 32bpp, so in the interest of having a reasonable screen size...

commit 834bdfc2503f64d8f3bff088dc5eaf8f52f828f5
Author: Adam Jackson <ajax at benzedrine.nwnk.net>
Date:   Wed Mar 28 11:09:56 2007 -0400

    Disable MTRR support for PCIE G200SE cards, as it tickles hardware bugs.

commit 630390dc5b892941ed6609ca5c35b90be53333f7
Author: Adam Jackson <ajax at benzedrine.nwnk.net>
Date:   Wed Mar 28 11:07:49 2007 -0400

    Fix various timing bugs on the G200SE.

commit 99430f1cf36c07350cdc557dbbb5c0a34c9b9dd0
Author: Tilman Sauerbeck <tilman at code-monkey.de>
Date:   Sun Mar 18 12:41:06 2007 +0100

    Shut up the compiler.



More information about the xorg-commit mailing list