CVS Update: xc (branch: trunk)

Eric Anholt xorg-commit at cvs.freedesktop.org
Thu Aug 25 01:43:27 EEST 2005


CVSROOT:	/cvs/xorg
Module name:	xc
Changes by:	anholt at gabe.freedesktop.org	05/08/24 15:43:27

Log message:
  Bugzilla #4090: Introduce getters for pixmap pitch and offset, to
  simplify/clarify it for driver writers who probably don't want to know
  what pPixmap->devPrivate.ptr or pPixmap->devKind mean.  Converts the
  sis driver to use them, and bumps the EXA module minor version.

Modified files:
      ./:
        ChangeLog 
      xc/programs/Xserver/hw/xfree86/drivers/sis/:
        sis300_accel.c sis310_accel.c sis_accel.c 
      xc/programs/Xserver/hw/xfree86/exa/:
        exa.c exa.h 
  
  Revision      Changes    Path
  1.1242        +15 -0     xc/ChangeLog
  1.18          +7 -10     xc/programs/Xserver/hw/xfree86/drivers/sis/sis300_accel.c
  1.26          +9 -11     xc/programs/Xserver/hw/xfree86/drivers/sis/sis310_accel.c
  1.18          +7 -10     xc/programs/Xserver/hw/xfree86/drivers/sis/sis_accel.c
  1.13          +20 -0     xc/programs/Xserver/hw/xfree86/exa/exa.c
  1.5           +5 -1      xc/programs/Xserver/hw/xfree86/exa/exa.h




More information about the xorg-commit mailing list