[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
- Previous message: [xserver-commit] xserver/hw/kdrive/ati ati_draw.h,NONE,1.1.2.1 ati_drawtmp.h,NONE,1.1.2.1 ati_dri.c,NONE,1.1.2.1 ati_dri.h,NONE,1.1.2.1 ati_dripriv.h,NONE,1.1.2.1 ati_sarea.h,NONE,1.1.2.1 r128_common.h,NONE,1.1.2.1 r128_sarea.h,NONE,1.1.2.1 radeon_common.h,NONE,1.1.2.1 radeon_sarea.h,NONE,1.1.2.1 Makefile.am,1.2,1.2.2.1 ati.c,1.7,1.7.2.1 ati.h,1.3,1.3.2.1 ati_draw.c,1.5,1.5.2.1 ati_reg.h,1.2,1.2.2.1 ati_stub.c,1.2,1.2.2.1
- Next message: [xserver-commit] xserver/composite compinit.c,1.9,1.10 compint.h,1.7,1.8 compwindow.c,1.10,1.11
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
])
- Previous message: [xserver-commit] xserver/hw/kdrive/ati ati_draw.h,NONE,1.1.2.1 ati_drawtmp.h,NONE,1.1.2.1 ati_dri.c,NONE,1.1.2.1 ati_dri.h,NONE,1.1.2.1 ati_dripriv.h,NONE,1.1.2.1 ati_sarea.h,NONE,1.1.2.1 r128_common.h,NONE,1.1.2.1 r128_sarea.h,NONE,1.1.2.1 radeon_common.h,NONE,1.1.2.1 radeon_sarea.h,NONE,1.1.2.1 Makefile.am,1.2,1.2.2.1 ati.c,1.7,1.7.2.1 ati.h,1.3,1.3.2.1 ati_draw.c,1.5,1.5.2.1 ati_reg.h,1.2,1.2.2.1 ati_stub.c,1.2,1.2.2.1
- Next message: [xserver-commit] xserver/composite compinit.c,1.9,1.10 compint.h,1.7,1.8 compwindow.c,1.10,1.11
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]