[xserver-commit] xserver/hw/kdrive Makefile.am,1.16,1.17
Keith Packard
xserver-commit@pdx.freedesktop.org
Mon, 01 Dec 2003 17:59:40 -0800
- Previous message: [xserver-commit] xserver/fb fbpixmap.c,1.14,1.15 fbscreen.c,1.14,1.15
- Next message: [xserver-commit] xserver/hw/kdrive/chips .cvsignore,NONE,1.1 Makefile.am,NONE,1.1 chips.c,1.3,1.4 chipsdraw.c,1.3,1.4 Imakefile,1.2,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: keithp
Update of /cvs/xserver/xserver/hw/kdrive
In directory pdx:/tmp/cvs-serv28394/hw/kdrive
Modified Files:
Makefile.am
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: Makefile.am
===================================================================
RCS file: /cvs/xserver/xserver/hw/kdrive/Makefile.am,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- Makefile.am 1 Dec 2003 04:33:32 -0000 1.16
+++ Makefile.am 2 Dec 2003 01:59:38 -0000 1.17
@@ -1,5 +1,5 @@
if KDRIVEVESA
-VESA_SUBDIRS = vesa mach64 mga nvidia r128 smi
+VESA_SUBDIRS = vesa mach64 mga nvidia r128 smi chips
endif
if KDRIVEFBDEV
- Previous message: [xserver-commit] xserver/fb fbpixmap.c,1.14,1.15 fbscreen.c,1.14,1.15
- Next message: [xserver-commit] xserver/hw/kdrive/chips .cvsignore,NONE,1.1 Makefile.am,NONE,1.1 chips.c,1.3,1.4 chipsdraw.c,1.3,1.4 Imakefile,1.2,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]