CVS Update: xc (branch: trunk)

Eric Anholt xorg-commit at pdx.freedesktop.org
Fri Jul 23 08:36:15 EEST 2004


CVSROOT:	/cvs/xorg
Module name:	xc
Changes by:	anholt at pdx.	04/07/22 22:36:15

Log message:
  - Add a new option, BuildDevelDRIDrivers, which controls whether
    DevelDRIDrivers is non-empty.  DevelDRIDrivers contains those drivers
    aren't built by default either due to being unusable on that
    architecture (but buildable for testing) or due to security concerns,
    as in the mach64 and savage cases.
  - Merge the Mach64 DDX's DRI support, under the XF86DRI_DEVEL define,
    which is set only when BuildDevelDRIDrivers is set.
  - Fix up of the sets of DRI drivers built for various architectures.
  - Fix build of unichrome DRI driver, which is now enabled on x86.

Modified files:
      ./:
        ChangeLog 
      xc/config/cf/:
        xorg.cf xorgsite.def 
      xc/lib/GL/mesa/drivers/dri/:
        Imakefile 
      xc/lib/GL/mesa/drivers/dri/unichrome/:
        Imakefile 
      xc/programs/Xserver/hw/xfree86/drivers/ati/:
        Imakefile atiaccel.c aticonfig.c aticonsole.c atiload.c 
        atiload.h atilock.c atimach64.c atimach64accel.c 
        atimach64cursor.c atimach64io.h atimisc.c atioption.c 
        atioption.h atiregs.h atiscreen.c atistruct.h 
  
  Revision      Changes    Path
  1.113         +51 -1     xc/ChangeLog
  1.13          +25 -28    xc/config/cf/xorg.cf
  1.8           +5 -0      xc/config/cf/xorgsite.def
  1.2           +7 -1      xc/lib/GL/mesa/drivers/dri/Imakefile
  1.2           +1 -1      xc/lib/GL/mesa/drivers/dri/unichrome/Imakefile
  1.4           +16 -3     xc/programs/Xserver/hw/xfree86/drivers/ati/Imakefile
  1.3           +9 -0      xc/programs/Xserver/hw/xfree86/drivers/ati/atiaccel.c
  1.3           +45 -0     xc/programs/Xserver/hw/xfree86/drivers/ati/aticonfig.c
  1.3           +68 -0     xc/programs/Xserver/hw/xfree86/drivers/ati/aticonsole.c
  1.3           +56 -1     xc/programs/Xserver/hw/xfree86/drivers/ati/atiload.c
  1.3           +9 -0      xc/programs/Xserver/hw/xfree86/drivers/ati/atiload.h
  1.3           +9 -0      xc/programs/Xserver/hw/xfree86/drivers/ati/atilock.c
  1.3           +54 -0     xc/programs/Xserver/hw/xfree86/drivers/ati/atimach64.c
  1.3           +175 -4    xc/programs/Xserver/hw/xfree86/drivers/ati/atimach64accel.c
  1.3           +13 -0     xc/programs/Xserver/hw/xfree86/drivers/ati/atimach64cursor.c
  1.3           +68 -0     xc/programs/Xserver/hw/xfree86/drivers/ati/atimach64io.h
  1.3           +10 -0     xc/programs/Xserver/hw/xfree86/drivers/ati/atimisc.c
  1.3           +52 -0     xc/programs/Xserver/hw/xfree86/drivers/ati/atioption.c
  1.3           +14 -0     xc/programs/Xserver/hw/xfree86/drivers/ati/atioption.h
  1.3           +13 -0     xc/programs/Xserver/hw/xfree86/drivers/ati/atiregs.h
  1.3           +290 -0    xc/programs/Xserver/hw/xfree86/drivers/ati/atiscreen.c
  1.3           +50 -1     xc/programs/Xserver/hw/xfree86/drivers/ati/atistruct.h




More information about the xorg-commit mailing list