[xserver-commit] xserver ChangeLog,3.74,3.75 configure.ac,3.39,3.40

Keith Packard xserver-commit@pdx.freedesktop.org
Mon, 01 Dec 2003 17:59:40 -0800


Committed by: keithp

Update of /cvs/xserver/xserver
In directory pdx:/tmp/cvs-serv28394

Modified Files:
	ChangeLog configure.ac 
Log Message:
	* composite/compinit.c: (compCloseScreen), (compScreenInit):
	* composite/compint.h:
	* composite/compwindow.c: (compPositionWindow), (compClipNotify),
	(compWindowUpdateAutomatic):
	Wrap ClipNotify to see region motions during MoveWindow.
	
	Check window reorigin in PositionWindow and bump pixmap
	serial numbers to revalidate GCs.

	Fix picture clip region origin in automatic update
	
	* damageext/damageext.c: (DamageClientCallback):
	Initialize client private 'critical' value
	
	* fb/fbpixmap.c: (fbValidateBits), (fbValidateDrawable):
	* fb/fbscreen.c: (fbFinishScreenInit):
	Clean up pixmap bounds checking code to only affect
	contents allocated by fb.
	
	* render/mipict.c: (miCompositeSourceValidate),
	(miComputeCompositeRegion):
	Oops.  Call SourceValidate for Composite operations.

	* configure.ac:
	* hw/kdrive/Makefile.am:
	* hw/kdrive/chips/.cvsignore:
	* hw/kdrive/chips/Imakefile:
	* hw/kdrive/chips/Makefile.am:
	* hw/kdrive/chips/chips.c: (chipsRandRSetConfig), (chipsRandRInit),
	(chipsFinishInitScreen), (chipsCreateResources):
	* hw/kdrive/chips/chipsdraw.c: (chipsWaitIdle),
	(chipsPrepareSolid), (chipsPrepareCopy), (chipsDrawInit),
	(chipsDrawEnable):
	Add Xchips server (vesa based)


Index: ChangeLog
===================================================================
RCS file: /cvs/xserver/xserver/ChangeLog,v
retrieving revision 3.74
retrieving revision 3.75
diff -u -d -r3.74 -r3.75
--- ChangeLog	1 Dec 2003 22:11:12 -0000	3.74
+++ ChangeLog	2 Dec 2003 01:59:38 -0000	3.75
@@ -1,3 +1,40 @@
+2003-12-01  Keith Packard  <keithp@keithp.com>
+
+	* composite/compinit.c: (compCloseScreen), (compScreenInit):
+	* composite/compint.h:
+	* composite/compwindow.c: (compPositionWindow), (compClipNotify),
+	(compWindowUpdateAutomatic):
+	Wrap ClipNotify to see region motions during MoveWindow.
+	
+	Check window reorigin in PositionWindow and bump pixmap
+	serial numbers to revalidate GCs.
+
+	Fix picture clip region origin in automatic update
+	
+	* damageext/damageext.c: (DamageClientCallback):
+	Initialize client private 'critical' value
+	
+	* fb/fbpixmap.c: (fbValidateBits), (fbValidateDrawable):
+	* fb/fbscreen.c: (fbFinishScreenInit):
+	Clean up pixmap bounds checking code to only affect
+	contents allocated by fb.
+	
+	* render/mipict.c: (miCompositeSourceValidate),
+	(miComputeCompositeRegion):
+	Oops.  Call SourceValidate for Composite operations.
+
+	* configure.ac:
+	* hw/kdrive/Makefile.am:
+	* hw/kdrive/chips/.cvsignore:
+	* hw/kdrive/chips/Imakefile:
+	* hw/kdrive/chips/Makefile.am:
+	* hw/kdrive/chips/chips.c: (chipsRandRSetConfig), (chipsRandRInit),
+	(chipsFinishInitScreen), (chipsCreateResources):
+	* hw/kdrive/chips/chipsdraw.c: (chipsWaitIdle),
+	(chipsPrepareSolid), (chipsPrepareCopy), (chipsDrawInit),
+	(chipsDrawEnable):
+	Add Xchips server (vesa based)
+	
 2003-12-01  Anders Carlsson  <andersca@gnome.org>
 
 	* hw/kdrive/fbdev/fbdev.c: (fbdevModeSupported),

Index: configure.ac
===================================================================
RCS file: /cvs/xserver/xserver/configure.ac,v
retrieving revision 3.39
retrieving revision 3.40
diff -u -d -r3.39 -r3.40
--- configure.ac	1 Dec 2003 04:33:30 -0000	3.39
+++ configure.ac	2 Dec 2003 01:59:38 -0000	3.40
@@ -361,5 +361,6 @@
 hw/kdrive/smi/Makefile
 hw/kdrive/nvidia/Makefile
 hw/kdrive/r128/Makefile
+hw/kdrive/chips/Makefile
 hw/xnest/Makefile
 ])