CVSROOT:        /home/x-cvs
Module name:    xc
Changes by:     [EMAIL PROTECTED]       03/08/07 16:47:58

Log message:
   359. More work on the NativeGDI server for Cygwin/XFree86. The span routines
        are nearing completion (albeit they run slowly until the higher
        level X primitive functions are implemented). The obvious issue with
        the current code is the problems surrounding 1-bit DIBsections which
        have msb/lsb issues compared to the other types of DIBsections.
        This work was done quite some time ago in the Cygwin/XFree86 CVS.
        (Alan Hourihane).

Modified files:
      xc/programs/Xserver/hw/xfree86/:
        CHANGELOG 
      xc/programs/Xserver/hw/xwin/:
        Imakefile win.h winfillsp.c winfont.c wingc.c wingetsp.c 
        winnativegdi.c winpixmap.c winpolyline.c winscrinit.c 
        winsetsp.c winwindow.c 
Added files:
      xc/programs/Xserver/hw/xwin/:
        winpushpxl.c winrop.c 
  
  Revision      Changes    Path
  3.2797        +8 -1      xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.17          +7 -3      xc/programs/Xserver/hw/xwin/Imakefile
  1.36          +3 -1      xc/programs/Xserver/hw/xwin/win.h
  1.10          +695 -369  xc/programs/Xserver/hw/xwin/winfillsp.c
  1.3           +5 -1      xc/programs/Xserver/hw/xwin/winfont.c
  1.11          +36 -237   xc/programs/Xserver/hw/xwin/wingc.c
  1.8           +76 -50    xc/programs/Xserver/hw/xwin/wingetsp.c
  1.15          +17 -2     xc/programs/Xserver/hw/xwin/winnativegdi.c
  1.11          +7 -1      xc/programs/Xserver/hw/xwin/winpixmap.c
  1.4           +14 -2     xc/programs/Xserver/hw/xwin/winpolyline.c
  1.28          +5 -3      xc/programs/Xserver/hw/xwin/winscrinit.c
  1.8           +101 -262  xc/programs/Xserver/hw/xwin/winsetsp.c
  1.8           +79 -2     xc/programs/Xserver/hw/xwin/winwindow.c

_______________________________________________
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit

Reply via email to