CVS Update: xc (branch: trunk)

Egbert Eich xorg-commit at pdx.freedesktop.org
Sat Jul 31 00:46:38 EEST 2004


CVSROOT:	/cvs/xorg
Module name:	xc
Changes by:	eich at pdx.	04/07/30 14:46:38

Log message:
  2004-07-30  Egbert Eich  <eich at freedesktop.org>
  
  	* programs/Xserver/fb/Imakefile:
  	* programs/Xserver/fb/fbpseudocolor.c: (xxUpdateWindowImmediately),
  	(xxGetBaseColormap), (xxCreateScreenResources), (xxCloseScreen),
  	(xxMyVisual), (xxInitColormapDummy), (xxInitColormapPrivate),
  	(xxCreateColormap), (xxCmapInstalled), (xxInstalledCmapDelete),
  	(xxDestroyColormap), (xxComputeCmapShift), (xxStoreColors),
  	(xxInstallColormap), (xxUninstallColormap),
  	(xxListInstalledColormaps), (xxCreateWindow), (xxWalkChildren),
  	(xxPickMyWindows), (xxCopyWindow), (xxWindowExposures),
  	(xxPaintWindow), (xxCopyPseudocolorRegion),
  	(xxUpdateCmapPseudocolorRegion), (xxGetWindowRegion),
  	(xxUpdateRegion), (xxUpdateFb), (xxBlockHandler),
  	(xxWakeupHandler), (xxSetup), (xxCreateGC), (xxValidateGC),
  	(xxDestroyGC), (xxChangeGC), (xxCopyGC), (xxChangeClip),
  	(xxCopyClip), (xxDestroyClip), (xxFillSpans), (xxSetSpans),
  	(xxPutImage), (xxCopyArea), (xxCopyPlane), (xxPolyPoint),
  	(xxPolylines), (xxPolySegment), (xxPolyRectangle), (xxPolyArc),
  	(xxFillPolygon), (xxPolyFillRect), (xxPolyFillArc), (xxPolyText8),
  	(xxPolyText16), (xxImageText8), (xxImageText16), (xxImageGlyphBlt),
  	(xxPolyGlyphBlt), (xxPushPixels), (xxComposite), (xxGlyphs),
  	(xxPrintVisuals):
  	* programs/Xserver/fb/fbpseudocolor.h:
  	* programs/Xserver/hw/xfree86/xaa/Imakefile:
  	* programs/Xserver/hw/xfree86/xaa/xaaWrapper.c:
  	(xaaWrapperCreateScreenResources), (xaaWrapperCloseScreen),
  	(xaaWrapperCreateWindow), (xaaWrapperCopyWindow),
  	(xaaWrapperWindowExposures), (xaaWrapperPaintWindow),
  	(xaaWrapperCreateColormap), (xaaWrapperDestroyColormap),
  	(xaaWrapperStoreColors), (xaaWrapperInstallColormap),
  	(xaaWrapperUninstallColormap), (xaaWrapperListInstalledColormaps),
  	(xaaSetupWrapper), (xaaWrapperPreCreateGC), (xaaWrapperCreateGC),
  	(xaaWrapperValidateGC), (xaaWrapperDestroyGC),
  	(xaaWrapperChangeGC), (xaaWrapperCopyGC), (xaaWrapperChangeClip),
  	(xaaWrapperCopyClip), (xaaWrapperDestroyClip),
  	(xaaWrapperFillSpans), (xaaWrapperSetSpans), (xaaWrapperPutImage),
  	(xaaWrapperCopyArea), (xaaWrapperCopyPlane), (xaaWrapperPolyPoint),
  	(xaaWrapperPolylines), (xaaWrapperPolySegment),
  	(xaaWrapperPolyRectangle), (xaaWrapperPolyArc),
  	(xaaWrapperFillPolygon), (xaaWrapperPolyFillRect),
  	(xaaWrapperPolyFillArc), (xaaWrapperPolyText8),
  	(xaaWrapperPolyText16), (xaaWrapperImageText8),
  	(xaaWrapperImageText16), (xaaWrapperImageGlyphBlt),
  	(xaaWrapperPolyGlyphBlt), (xaaWrapperPushPixels),
  	(xaaWrapperComposite), (xaaWrapperGlyphs), (XAASync):
  	* programs/Xserver/hw/xfree86/xaa/xaaWrapper.h:
  	An experimental pseudocolor emulation layer.
  	Not fully completed, currently only works for 16bpp.

Modified files:
      ./:
        ChangeLog 
      xc/programs/Xserver/fb/:
        Imakefile 
      xc/programs/Xserver/hw/xfree86/xaa/:
        Imakefile 
Added files:
      xc/programs/Xserver/fb/:
        fbpseudocolor.c fbpseudocolor.h 
      xc/programs/Xserver/hw/xfree86/xaa/:
        xaaWrapper.c xaaWrapper.h 
  
  Revision      Changes    Path
  1.165         +51 -1     xc/ChangeLog
  1.5           +4 -2      xc/programs/Xserver/fb/Imakefile
  1.3           +2 -2      xc/programs/Xserver/hw/xfree86/xaa/Imakefile




More information about the xorg-commit mailing list