xf86-video-neomagic: Changes to 'master'

Matt Turner mattst88 at kemper.freedesktop.org
Tue Sep 11 13:59:28 PDT 2012


 configure.ac     |   10 +---------
 src/neo.h        |   11 +++++++++++
 src/neo_2090.c   |    1 -
 src/neo_dga.c    |    8 ++------
 src/neo_driver.c |    3 ---
 src/neo_i2c.c    |    1 -
 src/neo_shadow.c |    1 -
 7 files changed, 14 insertions(+), 21 deletions(-)

New commits:
commit bc78be1c268d02c91926425cdf09ba1f7f1e3879
Author: Matt Turner <mattst88 at gmail.com>
Date:   Sun Sep 9 14:07:22 2012 -0700

    Don't check for unneeded proto headers
    
    DGA unneeded since b6633ee7, others probably never needed.
    
    Signed-off-by: Matt Turner <mattst88 at gmail.com>

commit a419c141d67728f84fdb376257618fe199154d29
Author: Matt Turner <mattst88 at gmail.com>
Date:   Sun Sep 9 13:29:24 2012 -0700

    Remove uses of xf86PciInfo.h
    
    Signed-off-by: Matt Turner <mattst88 at gmail.com>

commit 3a4cd45c63671f89bed7b1c9cc518ac028c189d3
Author: Matt Turner <mattst88 at gmail.com>
Date:   Sun Sep 9 13:23:35 2012 -0700

    Add &component=Driver/Neomagic to Bugzilla link
    
    Signed-off-by: Matt Turner <mattst88 at gmail.com>

commit 66f7229838ce725cff0813a9eae02ed452204ad1
Author: Matt Turner <mattst88 at gmail.com>
Date:   Sun Sep 9 13:10:24 2012 -0700

    Don't call NEO_Sync with no XAA
    
    The commit that makes XAA optional left a use of NEO_Sync while putting
    the body inside an #ifdef HAVE_XAA_H block, which caused undefined
    symbol errors when loading the driver. NEO_Sync doesn't do anything
    without XAA, so don't bother calling it without XAA.
    
    Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=434468
    Reviewed-by: Alex Deucher <alexdeucher at gmail.com>



More information about the xorg-commit mailing list