xf86-video-tdfx: Changes to 'master'

Ian Romanick idr at kemper.freedesktop.org
Thu Mar 15 00:13:49 EET 2007


 src/tdfx.h        |    6 
 src/tdfx_driver.c |   39 +-
 src/tdfx_sli.c    |  992 +++++++++++++++++++++++++++---------------------------
 3 files changed, 528 insertions(+), 509 deletions(-)

New commits:
commit 229a8f64abd685c7efd9cf7baf66fac5ab71b131
Author: Ian Romanick <idr at us.ibm.com>
Date:   Wed Mar 14 15:09:31 2007 -0700

    Wrap pciReadLong / pciWriteLong with macros.
    
    The pciReadLong and pciWriteLong function calls are wrapped with macros for
    a couple reasons.  First, this will reduce the "noise" when support for
    pci-rework is added to tdfx.  Second, by having them wrapped in macros it is
    easier to support both pci-rework and the "classic" interfaces in the same
    code base.




More information about the xorg-commit mailing list