CVS Update: xc (branch: trunk)

Adam Jackson xorg-commit at pdx.freedesktop.org
Tue Sep 21 21:10:36 EEST 2004


CVSROOT:	/cvs/xorg
Module name:	xc
Changes by:	ajax at gabe.	04/09/21 11:10:36

Log message:
  Convert the ATI drivers to ANSI function prototypes.

Modified files:
      ./:
        ChangeLog 
      xc/programs/Xserver/hw/xfree86/drivers/ati/:
        atiaccel.h atiadjust.h atibank.h atibus.h atichip.h 
        aticlock.h aticonfig.h aticonsole.h aticursor.h atidac.h 
        atidga.h atidri.h atidripriv.h atidsp.h atifillin.h 
        atii2c.h atiident.h atiload.h atilock.h atimach64.h 
        atimach64accel.h atimach64cursor.h atimach64i2c.h 
        atimach64io.h atimach64xv.c atimach64xv.h atimode.h 
        atioption.h atipreinit.h atiprint.h atiprobe.h 
        atirgb514.h atiscreen.h atiutil.h ativalid.h ativga.h 
        ativgaio.h atividmem.h atiwonder.h atiwonderio.h atixv.h 
        r128_probe.h radeon_probe.h 
  
  Revision      Changes    Path
  1.387         +49 -1     xc/ChangeLog
  1.3           +2 -7      xc/programs/Xserver/hw/xfree86/drivers/ati/atiaccel.h
  1.3           +2 -3      xc/programs/Xserver/hw/xfree86/drivers/ati/atiadjust.h
  1.3           +1 -2      xc/programs/Xserver/hw/xfree86/drivers/ati/atibank.h
  1.3           +1 -3      xc/programs/Xserver/hw/xfree86/drivers/ati/atibus.h
  1.4           +3 -4      xc/programs/Xserver/hw/xfree86/drivers/ati/atichip.h
  1.3           +4 -8      xc/programs/Xserver/hw/xfree86/drivers/ati/aticlock.h
  1.3           +1 -2      xc/programs/Xserver/hw/xfree86/drivers/ati/aticonfig.h
  1.3           +8 -10     xc/programs/Xserver/hw/xfree86/drivers/ati/aticonsole.h
  1.3           +1 -2      xc/programs/Xserver/hw/xfree86/drivers/ati/aticursor.h
  1.3           +6 -9      xc/programs/Xserver/hw/xfree86/drivers/ati/atidac.h
  1.3           +1 -2      xc/programs/Xserver/hw/xfree86/drivers/ati/atidga.h
  1.2           +3 -5      xc/programs/Xserver/hw/xfree86/drivers/ati/atidri.h
  1.2           +1 -3      xc/programs/Xserver/hw/xfree86/drivers/ati/atidripriv.h
  1.3           +4 -6      xc/programs/Xserver/hw/xfree86/drivers/ati/atidsp.h
  1.2           +1 -1      xc/programs/Xserver/hw/xfree86/drivers/ati/atifillin.h
  1.3           +5 -6      xc/programs/Xserver/hw/xfree86/drivers/ati/atii2c.h
  1.3           +2 -4      xc/programs/Xserver/hw/xfree86/drivers/ati/atiident.h
  1.4           +2 -4      xc/programs/Xserver/hw/xfree86/drivers/ati/atiload.h
  1.3           +2 -3      xc/programs/Xserver/hw/xfree86/drivers/ati/atilock.h
  1.3           +6 -9      xc/programs/Xserver/hw/xfree86/drivers/ati/atimach64.h
  1.3           +2 -3      xc/programs/Xserver/hw/xfree86/drivers/ati/atimach64accel.h
  1.3           +1 -3      xc/programs/Xserver/hw/xfree86/drivers/ati/atimach64cursor.h
  1.3           +1 -2      xc/programs/Xserver/hw/xfree86/drivers/ati/atimach64i2c.h
  1.4           +2 -3      xc/programs/Xserver/hw/xfree86/drivers/ati/atimach64io.h
  1.3           +2 -2      xc/programs/Xserver/hw/xfree86/drivers/ati/atimach64xv.c
  1.3           +3 -6      xc/programs/Xserver/hw/xfree86/drivers/ati/atimach64xv.h
  1.3           +4 -9      xc/programs/Xserver/hw/xfree86/drivers/ati/atimode.h
  1.4           +1 -3      xc/programs/Xserver/hw/xfree86/drivers/ati/atioption.h
  1.3           +1 -3      xc/programs/Xserver/hw/xfree86/drivers/ati/atipreinit.h
  1.3           +3 -5      xc/programs/Xserver/hw/xfree86/drivers/ati/atiprint.h
  1.3           +1 -3      xc/programs/Xserver/hw/xfree86/drivers/ati/atiprobe.h
  1.3           +4 -6      xc/programs/Xserver/hw/xfree86/drivers/ati/atirgb514.h
  1.3           +2 -4      xc/programs/Xserver/hw/xfree86/drivers/ati/atiscreen.h
  1.3           +2 -4      xc/programs/Xserver/hw/xfree86/drivers/ati/atiutil.h
  1.3           +1 -4      xc/programs/Xserver/hw/xfree86/drivers/ati/ativalid.h
  1.3           +6 -8      xc/programs/Xserver/hw/xfree86/drivers/ati/ativga.h
  1.3           +1 -2      xc/programs/Xserver/hw/xfree86/drivers/ati/ativgaio.h
  1.3           +2 -3      xc/programs/Xserver/hw/xfree86/drivers/ati/atividmem.h
  1.3           +4 -6      xc/programs/Xserver/hw/xfree86/drivers/ati/atiwonder.h
  1.3           +1 -2      xc/programs/Xserver/hw/xfree86/drivers/ati/atiwonderio.h
  1.3           +3 -6      xc/programs/Xserver/hw/xfree86/drivers/ati/atixv.h
  1.6           +14 -31    xc/programs/Xserver/hw/xfree86/drivers/ati/r128_probe.h
  1.6           +16 -34    xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_probe.h




More information about the xorg-commit mailing list