xf86-video-xgixp: Changes to 'master'

Ian Romanick idr at kemper.freedesktop.org
Wed Apr 30 10:58:02 PDT 2008


 src/Makefile.am        |    7 
 src/xg47_bios.c        | 1838 -------------------------------------------------
 src/xg47_bios.h        |   47 -
 src/xg47_display.c     |  210 +++++
 src/xg47_mode.c        |  509 -------------
 src/xg47_mode.h        |   16 
 src/xg47_native_mode.c |   22 
 src/xg47_outputs.c     |  212 +++++
 src/xg47_videohw.c     |    6 
 src/xgi.h              |   45 -
 src/xgi_bios.c         |  965 -------------------------
 src/xgi_bios.h         |   51 -
 src/xgi_driver.c       |  227 +-----
 src/xgi_misc.c         |   29 
 src/xgi_misc.h         |    2 
 src/xgi_mode.c         |  102 --
 src/xgi_mode.h         |   80 --
 17 files changed, 511 insertions(+), 3857 deletions(-)

New commits:
commit ab2c9a1340543892d8f8f49765cc3f2cdd7b284c
Merge: f50b5bbfbee823457ff0777a428c4efee1e7785d 9aa97d2195eb74b83c4f0c5785bba1177e1c0373
Author: Ian Romanick <idr at us.ibm.com>
Date:   Wed Apr 30 10:56:44 2008 -0700

    Merge branch 'randr-1.2'

commit 9aa97d2195eb74b83c4f0c5785bba1177e1c0373
Author: Ian Romanick <idr at us.ibm.com>
Date:   Wed Apr 30 10:49:35 2008 -0700

    Fix font restore problem on server exit

commit 6c3cda87113775458e14aad714d17c075e0dd024
Author: Ian Romanick <idr at us.ibm.com>
Date:   Wed Apr 30 10:02:43 2008 -0700

    Hack to make acceleration work again
    
    For reasons that I do not understand, if the mode is not set before
    calling XGIDRIFinishScreenInit, acceleration will not work.  I assume
    that there is some register setting that should be done in the kernel
    but is only done in the mode setting code.

commit fbcbf2c9c92d20598a9363868844e3a838846d8b
Author: Ian Romanick <idr at us.ibm.com>
Date:   Wed Apr 30 09:45:36 2008 -0700

    Remove several pieces of '#if 0' code

commit e20644c9671be68a5f9b9e227db923166052174c
Author: Ian Romanick <idr at us.ibm.com>
Date:   Fri Apr 25 13:28:21 2008 -0700

    Always select the programmable clock in alt clock select
    
    This fixes mode setting in RANDR, but acceleration is toast.

commit 91c3de57f3cd4d4480b2b753ffbae6a3f1cf51fd
Author: Ian Romanick <idr at us.ibm.com>
Date:   Fri Apr 25 13:28:00 2008 -0700

    Include xgi_regs.h to make it compile.

commit 58e3adb8e8c4591e6f5f179e542387cd4ab20b73
Author: Ian Romanick <idr at us.ibm.com>
Date:   Fri Apr 25 10:37:36 2008 -0700

    randr: Initial attempt at (non-working) RANDR support

commit 57bd3d18426eb3da0d55af85db5b5fed38f484fe
Author: Ian Romanick <idr at us.ibm.com>
Date:   Tue Apr 15 09:21:33 2008 -0700

    Use fbdevHWLoadPaletteWeak, directly use XG47{SetOverscan,LoadPalette}
    
    The changes allows the removal of xgi_mode.[ch].

commit 3eb1f2a530626162f6791215c01f1ece7617b216
Author: Ian Romanick <idr at us.ibm.com>
Date:   Tue Apr 15 09:12:30 2008 -0700

    Remove prototypes for functions removed in previous commits

commit 06c189acc994e656064b210da5f572363f4e0f91
Author: Ian Romanick <idr at us.ibm.com>
Date:   Mon Apr 14 16:39:24 2008 -0700

    Remove anything related to BIOS mode setting



More information about the xorg-commit mailing list