xf86-video-mga: Changes to 'master'

Ian Romanick idr at kemper.freedesktop.org
Fri Oct 27 22:23:06 EEST 2006


 configure.ac     |    4 +++-
 src/mga.h        |    7 ++++++-
 src/mga_dacG.c   |   17 ++++++-----------
 src/mga_driver.c |   22 +++++++++++++++-------
 src/mga_macros.h |   10 ++--------
 5 files changed, 32 insertions(+), 28 deletions(-)

New commits:
commit 1dd6e6995d7a37338dce6ee5b1aa4ee9dd848e1d
Author: Ian Romanick <idr at us.ibm.com>
Date:   Fri Oct 27 11:53:40 2006 -0700

    Bump version to 1.4.4.

commit 19d950e61b2b33052e52c33add8e70c29ac9d766
Author: Ian Romanick <idr at us.ibm.com>
Date:   Fri Oct 27 11:48:35 2006 -0700

    Convert tests of pMga->Chipset to tests of single bit flags.
    
    Several places in the driver contain if-statements that test Chipset against
    several different values to determine what functionality to use.  Some of
    these tests, HALCHIPSETS in particular, test as many as 6 different values.
    This bloats the code size unnecessarilly.  Instead we cache the results of
    some of those tests in single bit flags stored in pMga.
    
    These changes are similar to some changes in the pci-rework branch.

commit d28c4a3307984b86e0f3cc68fa48cdc01e307a7c
Author: Ian Romanick <idr at us.ibm.com>
Date:   Thu Oct 26 19:52:54 2006 -0700

    Fix bug #8666.  git-bisect for the win!
    
    Since && takes precedence over ||, put parenthesis around the || block to
    make all the operations associate in the intended manner.




More information about the xorg-commit mailing list