xf86-video-tdfx: Changes to 'master'

Guillem Jover guillem at kemper.freedesktop.org
Mon Oct 21 19:04:53 PDT 2013


 src/tdfx.h        |   16 +++++++++++++--
 src/tdfx_accel.c  |    3 --
 src/tdfx_dri.c    |    1 
 src/tdfx_driver.c |   55 +++++++++++++++++++++++++++++++++++-------------------
 4 files changed, 50 insertions(+), 25 deletions(-)

New commits:
commit d8873445199bf1d229503ff1d12c6a2f3f23c863
Author: Guillem Jover <guillem at hadrons.org>
Date:   Thu Oct 3 15:35:05 2013 +0200

    Add more PCI IDs for supported chips
    
    Add support for Velocity and Voodoo4 chips.
    
    Signed-off-by: Guillem Jover <guillem at hadrons.org>
    Reviewed-by: Adam Jackson <ajax at redhat.com>

commit b15c1e8ef9858c85ead44ded22c7d48bd8ffa501
Author: Guillem Jover <guillem at hadrons.org>
Date:   Thu Oct 3 14:25:45 2013 +0200

    Unmap MMIO ranges for all chips
    
    This is relevant on SLI setups, where each chip has their own MMIO
    range.
    
    Signed-off-by: Guillem Jover <guillem at hadrons.org>
    Reviewed-by: Adam Jackson <ajax at redhat.com>

commit 828c151064083e4488a4cb3854f8dcb23265e5cb
Author: Guillem Jover <guillem at hadrons.org>
Date:   Wed Oct 2 21:22:33 2013 +0200

    Use the PCI ID macros instead of hardcoded values
    
    Signed-off-by: Guillem Jover <guillem at hadrons.org>
    Reviewed-by: Adam Jackson <ajax at redhat.com>

commit 58b2ac6dd1487580f49869f582a8852b003a34fa
Author: Guillem Jover <guillem at hadrons.org>
Date:   Tue Oct 1 05:36:34 2013 +0200

    Remove unreachable breaks after return statements
    
    Signed-off-by: Guillem Jover <guillem at hadrons.org>
    Reviewed-by: Adam Jackson <ajax at redhat.com>

commit 774461a4ac92c39c3b3ec975a887540dfa791eae
Author: Guillem Jover <guillem at hadrons.org>
Date:   Fri Sep 27 19:20:11 2013 +0200

    Use new pci_device_(un)map_range functions instead of deprecated ones
    
    Signed-off-by: Guillem Jover <guillem at hadrons.org>
    Reviewed-by: Adam Jackson <ajax at redhat.com>

commit 646137de571a9df950d3a3edb454803268fd5f98
Author: Guillem Jover <guillem at hadrons.org>
Date:   Fri Sep 27 19:06:31 2013 +0200

    Rename XSERVER_PCIACCESS to XSERVER_LIBPCIACCESS
    
    Using the wrong macro name means that the code uses an obsolete typedef
    that issues warnings.
    
    Signed-off-by: Guillem Jover <guillem at hadrons.org>
    Reviewed-by: Adam Jackson <ajax at redhat.com>

commit 457bd576a4895f0d3a65e550dbe2470177bf650d
Author: Guillem Jover <guillem at hadrons.org>
Date:   Fri Sep 27 18:52:01 2013 +0200

    Define local PCI IDs instead of using xf86PciInfo.h
    
    The header file is deprecated and issues a warning now. Stop using
    it, and move the definitions to the local tree as recommended by the
    warning.
    
    Signed-off-by: Guillem Jover <guillem at hadrons.org>
    Reviewed-by: Adam Jackson <ajax at redhat.com>



More information about the xorg-commit mailing list