xf86-video-siliconmotion: Changes to 'master'

Alex Deucher agd5f at kemper.freedesktop.org
Tue Mar 13 06:18:27 EET 2007


 man/siliconmotion.man |   11 
 src/Makefile.am       |    2 
 src/regsmi.h          |  182 -
 src/smi.h             |  351 +--
 src/smi_accel.c       | 1130 ----------
 src/smi_dac.c         |  103 
 src/smi_dga.c         |  337 +--
 src/smi_driver.c      | 5587 +++++++++++++++++++++++---------------------------
 src/smi_exa.c         |  541 ++++
 src/smi_hwcurs.c      |  505 ++--
 src/smi_i2c.c         |   74 
 src/smi_shadow.c      |  532 ++--
 src/smi_video.c       | 2080 ++++++++----------
 src/smi_video.h       |   21 
 src/smi_xaa.c         |  844 +++++++
 15 files changed, 6129 insertions(+), 6171 deletions(-)

New commits:
commit 449fedec0e38289d10d75799bbf995b0e7189911
Author: Alex Deucher <alex at botch2.com>
Date:   Tue Mar 13 00:13:35 2007 -0400

    fix Solid()
    
    Unforunately, for 32 bpp solid fills the HW ignores alpha.

commit 6d40f87d6cddde2d88f25be686b6392449cdecf1
Author: Alex Deucher <alex at botch2.com>
Date:   Mon Mar 12 23:58:41 2007 -0400

    remove spurious waitqueue() line

commit 452cabd6e3870b832cb19c8ad8a1fce27eef9c48
Author: Alex Deucher <alex at botch2.com>
Date:   Mon Mar 12 01:11:16 2007 -0400

    Update copyright.

commit 55266778ac693582131acae80def32211e09f18f
Author: Alex Deucher <alex at botch2.com>
Date:   Mon Mar 12 01:02:53 2007 -0400

    switch the engine to quick start mode
    
    Rather than writing to the engine command register for every
    operation, set quick start mode, and the operation executes
    automatically when the width register is written.

commit 4b37b514907da4a567261569eaebcc5a35aff6db
Author: Alex Deucher <alex at botch2.com>
Date:   Mon Mar 12 00:12:23 2007 -0400

    fixup waitqueue slots

commit 493c93de288437501fd898800bce45300379ebc3
Author: Alex Deucher <alex at botch2.com>
Date:   Sun Mar 11 18:49:48 2007 -0400

    more exa fixups, disable UTS for now.

commit c1d6373624428c8c52e4d1d295b1d77ed75391a0
Author: Alex Deucher <alex at botch2.com>
Date:   Sun Mar 11 16:22:05 2007 -0400

    engine likes to use blit command for solid fills

commit 9db380c99decdb9ab7fbf481788a5b63a84cd6e0
Author: Alex Deucher <alex at botch2.com>
Date:   Sun Mar 11 15:53:29 2007 -0400

    fix postscalar shift

commit b6082e628289221864e96ebc41ce93d8efe2d2ce
Author: Alex Deucher <alex at botch2.com>
Date:   Sun Mar 11 14:09:45 2007 -0400

    support 32 bpp

commit 3ebbc2e55a1584e01949ec760501ac4a3c086b04
Author: Alex Deucher <alex at botch2.com>
Date:   Sun Mar 11 13:40:06 2007 -0400

    fix up vclk1 setup

commit 3e62ec8736ea9ea64a2c0c5c41df9c6d742397ca
Author: Alex Deucher <alex at botch2.com>
Date:   Tue Mar 6 02:42:52 2007 -0500

    revert the last commit.
    
    FBBase already take the register offset into account.

commit 7da75a99159f80f215ee409377128f7dcbc4064d
Author: Alex Deucher <alex at botch2.com>
Date:   Tue Mar 6 02:38:02 2007 -0500

    fix memoryBase
    
    pSmi->FBOffset is the offset from the start of the framebuffer
    pScrn->fbOffset is the aperture offset where the framebuffer
    starts

commit ba0b2492269ea81e91f7ce4fb8da618187a3997f
Author: Alex Deucher <alex at botch2.com>
Date:   Tue Mar 6 02:24:08 2007 -0500

    first pass at UTS

commit e650ca36da5cf7614e4f1a0a524eadb46b1cc21d
Author: Alex Deucher <alex at botch2.com>
Date:   Mon Mar 5 23:58:25 2007 -0500

    fix up EXA code

commit c5b23ba581a3a4395b528d4ed824d5df986527e4
Author: Dennis De Winter <de.winter.dennis at gmail.com>
Date:   Sun Mar 4 23:17:57 2007 -0500

    Initial import of EXA support
    
    Based on Dennis' code from bug 8721 with some minor
    changes by me.

commit cf83ef7685609cd9daea193b4c842d232edcf506
Author: Alex Deucher <alex at botch2.com>
Date:   Sun Mar 4 17:18:10 2007 -0500

    actually calculate and use vclk1

commit 3030e5a6afda5d05ddee5b586295a9e608b7a0de
Author: Alex Deucher <alex at botch2.com>
Date:   Sun Mar 4 02:45:55 2007 -0500

    Whitespace and formatting changes




More information about the xorg-commit mailing list