CVS Update: xc (branch: trunk)

Alan Coopersmith xorg-commit at pdx.freedesktop.org
Wed Nov 10 04:53:44 EET 2004


CVSROOT:	/cvs/xorg
Module name:	xc
Changes by:	alanc at gabe.	04/11/09 18:53:44

Log message:
  2004-11-09  Alan Coopersmith  <alan.coopersmith at sun.com>
  
  	* xc/programs/Xserver/hw/xfree86/drivers/nv/nv.man:
  	* xc/programs/Xserver/hw/xfree86/drivers/nv/nv_cursor.c:
  	* xc/programs/Xserver/hw/xfree86/drivers/nv/nv_dac.c:
  	* xc/programs/Xserver/hw/xfree86/drivers/nv/nv_dma.h:
  	* xc/programs/Xserver/hw/xfree86/drivers/nv/nv_driver.c:
  	* xc/programs/Xserver/hw/xfree86/drivers/nv/nv_hw.c:
  	* xc/programs/Xserver/hw/xfree86/drivers/nv/nv_proto.h:
  	* xc/programs/Xserver/hw/xfree86/drivers/nv/nv_setup.c:
  	* xc/programs/Xserver/hw/xfree86/drivers/nv/nv_type.h:
  	* xc/programs/Xserver/hw/xfree86/drivers/nv/nv_video.c:
  	* xc/programs/Xserver/hw/xfree86/drivers/nv/nv_xaa.c:
  
  	(Bugzilla #1777) Import Mark Vojkovich's changes to NV driver
  	since last sync	with XFree86, including:
  	   Support for new NVIDIA chips.
  	   Egbert has a laptop that needs some DPMS ordering reversed.
  	   New chip support and workaround for Toshiba M30 laptop issue.
  	   PCI-Xpress chip support.
  	   DPMS support for DVI.
  	   Cursor changes for NV11 so that alpha blended cursors will work
  	     in conjunction with dithering (laptop panels).  It previously
  	     did not.
  	   HW support for alpha blended stretch blits on NV5 and higher,
  	     though nothing is using them at this point.
  	   Add support for VBlank syncing the Xv Blit adaptor on hardware
  	     that supports it (NV11 and higher).
  	   Make console restoration a little more robust.  We were making
  	     an assumption that failed on a newer laptop.
  	   Workaround for some NV31 DVI artifacts.
  
  	Also add nVidia license statement to nv man page to comply with
  	requirement that it appear in "user documentation"

Modified files:
      ./:
        ChangeLog 
      xc/programs/Xserver/hw/xfree86/drivers/nv/:
        nv.man nv_cursor.c nv_dac.c nv_dma.h nv_driver.c nv_hw.c 
        nv_proto.h nv_setup.c nv_type.h nv_video.c nv_xaa.c 
  
  Revision      Changes    Path
  1.518         +36 -1     xc/ChangeLog
  1.3           +41 -2     xc/programs/Xserver/hw/xfree86/drivers/nv/nv.man
  1.3           +24 -17    xc/programs/Xserver/hw/xfree86/drivers/nv/nv_cursor.c
  1.4           +15 -18    xc/programs/Xserver/hw/xfree86/drivers/nv/nv_dac.c
  1.3           +7 -1      xc/programs/Xserver/hw/xfree86/drivers/nv/nv_dma.h
  1.8           +183 -36   xc/programs/Xserver/hw/xfree86/drivers/nv/nv_driver.c
  1.3           +314 -91   xc/programs/Xserver/hw/xfree86/drivers/nv/nv_hw.c
  1.3           +2 -1      xc/programs/Xserver/hw/xfree86/drivers/nv/nv_proto.h
  1.3           +25 -11    xc/programs/Xserver/hw/xfree86/drivers/nv/nv_setup.c
  1.3           +7 -1      xc/programs/Xserver/hw/xfree86/drivers/nv/nv_type.h
  1.3           +68 -18    xc/programs/Xserver/hw/xfree86/drivers/nv/nv_video.c
  1.3           +14 -1     xc/programs/Xserver/hw/xfree86/drivers/nv/nv_xaa.c




More information about the xorg-commit mailing list