CVS Update: driver (branch: trunk)

Kristian Høgsberg xorg-commit at cvs.freedesktop.org
Thu Mar 23 00:30:14 EET 2006


CVSROOT:	/cvs/xorg
Module name:	driver
Changes by:	krh at kemper.freedesktop.org	06/03/22 22:30:14

Log message:
  2006-03-22  Kristian Høgsberg  <krh at redhat.com>
  
  	* src/theatre200.c: Convert use of xf86fopen() and other xf86
  	wrapped libc symbols to use libc symbols directly.  The xf86*
  	versions aren't supposed to be used directly.
  
  	* src/*.c: Drop libc wrapper; don't include xf86_ansic.h and add
  	includes now missing.

Modified files:
      driver/xf86-video-ati/:
        ChangeLog 
      driver/xf86-video-ati/src/:
        ati.h atibus.c aticonfig.c atidac.c atidga.c atidri.c 
        atimach64.c atimach64xv.c atimode.c atipreinit.c 
        atiprint.c atiprobe.c atiscreen.c r128_accel.c r128_dga.c 
        r128_dri.c r128_driver.c r128_probe.c r128_reg.h 
        r128_video.c radeon.h radeon_accel.c radeon_bios.c 
        radeon_dga.c radeon_dri.c radeon_driver.c 
        radeon_exa_funcs.c radeon_macros.h radeon_mergedfb.c 
        radeon_mm_i2c.c radeon_probe.c radeon_render.c 
        radeon_video.c radeon_vip.c theatre200.c 
  
  Revision      Changes    Path
  1.44          +9 -0      driver/xf86-video-ati/ChangeLog
  http://cvs.freedesktop.org/xorg/driver/xf86-video-ati/ChangeLog
  1.4           +0 -1      driver/xf86-video-ati/src/ati.h
  http://cvs.freedesktop.org/xorg/driver/xf86-video-ati/src/ati.h
  1.4           +2 -0      driver/xf86-video-ati/src/atibus.c
  http://cvs.freedesktop.org/xorg/driver/xf86-video-ati/src/atibus.c
  1.6           +2 -0      driver/xf86-video-ati/src/aticonfig.c
  http://cvs.freedesktop.org/xorg/driver/xf86-video-ati/src/aticonfig.c
  1.5           +2 -0      driver/xf86-video-ati/src/atidac.c
  http://cvs.freedesktop.org/xorg/driver/xf86-video-ati/src/atidac.c
  1.4           +2 -0      driver/xf86-video-ati/src/atidga.c
  http://cvs.freedesktop.org/xorg/driver/xf86-video-ati/src/atidga.c
  1.7           +3 -0      driver/xf86-video-ati/src/atidri.c
  http://cvs.freedesktop.org/xorg/driver/xf86-video-ati/src/atidri.c
  1.7           +2 -0      driver/xf86-video-ati/src/atimach64.c
  http://cvs.freedesktop.org/xorg/driver/xf86-video-ati/src/atimach64.c
  1.6           +2 -0      driver/xf86-video-ati/src/atimach64xv.c
  http://cvs.freedesktop.org/xorg/driver/xf86-video-ati/src/atimach64xv.c
  1.6           +2 -0      driver/xf86-video-ati/src/atimode.c
  http://cvs.freedesktop.org/xorg/driver/xf86-video-ati/src/atimode.c
  1.10          +4 -1      driver/xf86-video-ati/src/atipreinit.c
  http://cvs.freedesktop.org/xorg/driver/xf86-video-ati/src/atipreinit.c
  1.4           +2 -0      driver/xf86-video-ati/src/atiprint.c
  http://cvs.freedesktop.org/xorg/driver/xf86-video-ati/src/atiprint.c
  1.7           +3 -0      driver/xf86-video-ati/src/atiprobe.c
  http://cvs.freedesktop.org/xorg/driver/xf86-video-ati/src/atiprobe.c
  1.8           +2 -0      driver/xf86-video-ati/src/atiscreen.c
  http://cvs.freedesktop.org/xorg/driver/xf86-video-ati/src/atiscreen.c
  1.8           +2 -0      driver/xf86-video-ati/src/r128_accel.c
  http://cvs.freedesktop.org/xorg/driver/xf86-video-ati/src/r128_accel.c
  1.5           +2 -0      driver/xf86-video-ati/src/r128_dga.c
  http://cvs.freedesktop.org/xorg/driver/xf86-video-ati/src/r128_dga.c
  1.12          +2 -0      driver/xf86-video-ati/src/r128_dri.c
  http://cvs.freedesktop.org/xorg/driver/xf86-video-ati/src/r128_dri.c
  1.24          +2 -0      driver/xf86-video-ati/src/r128_driver.c
  http://cvs.freedesktop.org/xorg/driver/xf86-video-ati/src/r128_driver.c
  1.8           +2 -1      driver/xf86-video-ati/src/r128_probe.c
  http://cvs.freedesktop.org/xorg/driver/xf86-video-ati/src/r128_probe.c
  1.6           +0 -3      driver/xf86-video-ati/src/r128_reg.h
  http://cvs.freedesktop.org/xorg/driver/xf86-video-ati/src/r128_reg.h
  1.6           +2 -0      driver/xf86-video-ati/src/r128_video.c
  http://cvs.freedesktop.org/xorg/driver/xf86-video-ati/src/r128_video.c
  1.39          +0 -1      driver/xf86-video-ati/src/radeon.h
  http://cvs.freedesktop.org/xorg/driver/xf86-video-ati/src/radeon.h
  1.24          +2 -0      driver/xf86-video-ati/src/radeon_accel.c
  http://cvs.freedesktop.org/xorg/driver/xf86-video-ati/src/radeon_accel.c
  1.7           +2 -0      driver/xf86-video-ati/src/radeon_bios.c
  http://cvs.freedesktop.org/xorg/driver/xf86-video-ati/src/radeon_bios.c
  1.6           +2 -0      driver/xf86-video-ati/src/radeon_dga.c
  http://cvs.freedesktop.org/xorg/driver/xf86-video-ati/src/radeon_dga.c
  1.33          +2 -0      driver/xf86-video-ati/src/radeon_dri.c
  http://cvs.freedesktop.org/xorg/driver/xf86-video-ati/src/radeon_dri.c
  1.107         +4 -1      driver/xf86-video-ati/src/radeon_driver.c
  http://cvs.freedesktop.org/xorg/driver/xf86-video-ati/src/radeon_driver.c
  1.5           +2 -0      driver/xf86-video-ati/src/radeon_exa_funcs.c
  http://cvs.freedesktop.org/xorg/driver/xf86-video-ati/src/radeon_exa_funcs.c
  1.7           +0 -3      driver/xf86-video-ati/src/radeon_macros.h
  http://cvs.freedesktop.org/xorg/driver/xf86-video-ati/src/radeon_macros.h
  1.16          +3 -0      driver/xf86-video-ati/src/radeon_mergedfb.c
  http://cvs.freedesktop.org/xorg/driver/xf86-video-ati/src/radeon_mergedfb.c
  1.10          +2 -0      driver/xf86-video-ati/src/radeon_mm_i2c.c
  http://cvs.freedesktop.org/xorg/driver/xf86-video-ati/src/radeon_mm_i2c.c
  1.15          +2 -1      driver/xf86-video-ati/src/radeon_probe.c
  http://cvs.freedesktop.org/xorg/driver/xf86-video-ati/src/radeon_probe.c
  1.19          +2 -0      driver/xf86-video-ati/src/radeon_render.c
  http://cvs.freedesktop.org/xorg/driver/xf86-video-ati/src/radeon_render.c
  1.31          +6 -1      driver/xf86-video-ati/src/radeon_video.c
  http://cvs.freedesktop.org/xorg/driver/xf86-video-ati/src/radeon_video.c
  1.8           +2 -0      driver/xf86-video-ati/src/radeon_vip.c
  http://cvs.freedesktop.org/xorg/driver/xf86-video-ati/src/radeon_vip.c
  1.6           +32 -31    driver/xf86-video-ati/src/theatre200.c
  http://cvs.freedesktop.org/xorg/driver/xf86-video-ati/src/theatre200.c




More information about the xorg-commit mailing list