xserver ChangeLog,3.290,3.291
Keith Packard <xserver-commit-u7BhqnqprCWvj1b/[email protected]> Tue, 8 Feb 2005 14:39:26 -0800 (PST)
| Newsgroups | gmane.comp.freedesktop.xserver.cvs |
|---|---|
| Message-ID | <[email protected]> |
Committed by: keithp Update of /cvs/xserver/xserver In directory gabe:/tmp/cvs-serv18301 Modified Files: ChangeLog Log Message: 2005-02-08 Keith Packard <[email protected]> * composite/compalloc.c: (compRedirectWindow), (compNewPixmap), (compAllocPixmap), (compFreePixmap), (compReallocPixmap): * composite/compinit.c: (compCloseScreen), (compInstallColormap), (compAddAlternateVisuals), (compScreenInit): * composite/compint.h: * composite/compwindow.c: (compRepaintBorder), (compSetPixmapVisitWindow), (compCheckRedirect), (compPositionWindow), (compCopyWindow), (compSetRedirectBorderClip), (compWindowUpdateAutomatic): Avoid telling DDX about colormaps for synthetic visuals Fix border repainting on resize. Change pixmap allocation around * damageext/damageext.c: (DamageExtReport), (ProcDamageCreate), (ProcDamageSubtract): * dix/colormap.c: (CopyFree), (AllocColor), (AllocDirect): * fb/fbcmap.c: (fbInitVisuals): Change where the 'alpha bits' live in visuals. * include/regionstr.h: * include/scrnintstr.h: * mi/misprite.c: * miext/damage/damage.c: (getDrawableDamageRef), (damageDamageRegion), (damageCreateGC), (damageCopyArea), (damageCopyPlane), (damageRemoveDamage), (damageInsertDamage), (damageDestroyPixmap), (damageSetWindowPixmap), (DamageSetup), (DamageCreate), (DamageRegister), (DamageUnregister), (DamageDestroy), (DamageSubtract), (DamageEmpty): * miext/damage/damage.h: * miext/damage/damagestr.h: * miext/shadow/shadow.c: (shadowSetup): Check for NULL pCompositeClip in damage code. Call SourceValidate for self CopyArea/CopyPlane Change damageInsertDamage API so it doesn't require a pixmap Index: ChangeLog =================================================================== RCS file: /cvs/xserver/xserver/ChangeLog,v retrieving revision 3.290 retrieving revision 3.291 diff -u -d -r3.290 -r3.291 --- ChangeLog 8 Feb 2005 22:32:25 -0000 3.290 +++ ChangeLog 8 Feb 2005 22:39:19 -0000 3.291 @@ -1,5 +1,42 @@ 2005-02-08 Keith Packard <[email protected]> + * composite/compalloc.c: (compRedirectWindow), (compNewPixmap), + (compAllocPixmap), (compFreePixmap), (compReallocPixmap): + * composite/compinit.c: (compCloseScreen), (compInstallColormap), + (compAddAlternateVisuals), (compScreenInit): + * composite/compint.h: + * composite/compwindow.c: (compRepaintBorder), + (compSetPixmapVisitWindow), (compCheckRedirect), + (compPositionWindow), (compCopyWindow), + (compSetRedirectBorderClip), (compWindowUpdateAutomatic): + Avoid telling DDX about colormaps for synthetic visuals + Fix border repainting on resize. + Change pixmap allocation around + + * damageext/damageext.c: (DamageExtReport), (ProcDamageCreate), + (ProcDamageSubtract): + * dix/colormap.c: (CopyFree), (AllocColor), (AllocDirect): + * fb/fbcmap.c: (fbInitVisuals): + Change where the 'alpha bits' live in visuals. + + * include/regionstr.h: + * include/scrnintstr.h: + * mi/misprite.c: + * miext/damage/damage.c: (getDrawableDamageRef), + (damageDamageRegion), (damageCreateGC), (damageCopyArea), + (damageCopyPlane), (damageRemoveDamage), (damageInsertDamage), + (damageDestroyPixmap), (damageSetWindowPixmap), (DamageSetup), + (DamageCreate), (DamageRegister), (DamageUnregister), + (DamageDestroy), (DamageSubtract), (DamageEmpty): + * miext/damage/damage.h: + * miext/damage/damagestr.h: + * miext/shadow/shadow.c: (shadowSetup): + Check for NULL pCompositeClip in damage code. + Call SourceValidate for self CopyArea/CopyPlane + Change damageInsertDamage API so it doesn't require a pixmap + +2005-02-08 Keith Packard <[email protected]> + * render/filter.c: (SetPictureFilter): * render/picture.c: (SetPictureTransform): * render/render.c: (PanoramiXRenderSetPictureTransform),