CVS Update: xc (branch: trunk)

Eric Anholt xorg-commit at pdx.freedesktop.org
Thu Aug 12 11:11:59 EEST 2004


CVSROOT:	/cvs/xorg
Module name:	xc
Changes by:	anholt at pdx.	04/08/12 01:11:59

Log message:
  Fix various cw issues, including a couple reported by deronj:
  - Fix wrapping of GC ops/funcs according to policy described in bug
    #1045.
  - Remove ValidateGC/ValidatePictures on the redirected
    drawables/pictures -- it's not needed, and DDXs shouldn't be seeing
    redirected drawables in render or GC ops/funcs when cw is running.
  - Mark all GC/Picture state as dirty when moving from redirected to
    non-redirected, since it hadn't been passed down in Change* or
    Validate* while redirected.
  - Remove CreatePicture wrapper that didn't do anything.
  - Comment on why AddTraps wrapper isn't needed.

Modified files:
      ./:
        ChangeLog 
      xc/programs/Xserver/miext/cw/:
        cw.c cw.h cw_ops.c cw_render.c 
  
  Revision      Changes    Path
  1.251         +22 -1     xc/ChangeLog
  1.8           +25 -20    xc/programs/Xserver/miext/cw/cw.c
  1.6           +0 -4      xc/programs/Xserver/miext/cw/cw.h
  1.4           +0 -3      xc/programs/Xserver/miext/cw/cw_ops.c
  1.7           +17 -22    xc/programs/Xserver/miext/cw/cw_render.c




More information about the xorg-commit mailing list