xserver/hw/kdrive/neomagic ChangeLog, 1.9, 1.10 neomagicstub.c, 1.3,
1.4
Keith Packard
xserver-commit at pdx.freedesktop.org
Tue Feb 8 14:43:56 PST 2005
- Previous message: xserver/hw/kdrive/linux Makefile.am,1.8,1.9 linux.c,1.18,1.19
- Next message: xserver/hw/kdrive/src kaa.c, 1.34, 1.35 kaa.h, 1.7, 1.8 kdrive.h,
1.58, 1.59 kinput.c, 1.42, 1.43
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: keithp
Update of /cvs/xserver/xserver/hw/kdrive/neomagic
In directory gabe:/tmp/cvs-serv18753/hw/kdrive/neomagic
Modified Files:
ChangeLog neomagicstub.c
Log Message:
2005-02-08 Keith Packard <keithp at keithp.com>
* hw/kdrive/ati/radeon_composite.c
Support linear filtering
* hw/kdrive/fbdev/fbinit.c: (InitInput):
* hw/kdrive/ipaq/ipaq.c: (InitInput):
* hw/kdrive/linux/Makefile.am:
* hw/kdrive/linux/linux.c: (LinuxFini):
* hw/kdrive/mach64/mach64stub.c: (InitCard):
* hw/kdrive/src/kaa.c: (kaaFillTiled):
* hw/kdrive/src/kaa.h:
* hw/kdrive/src/kdrive.h:
* hw/kdrive/src/kinput.c: (KdMouseProc), (KdAddMouseDriver),
(KdInitInput):
Change how touch screens work -- make them just another 'mouse'
device.
Add unfinished (and unused) code to accelerate tiled fills.
Index: ChangeLog
===================================================================
RCS file: /cvs/xserver/xserver/hw/kdrive/neomagic/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- ChangeLog 21 Jul 2004 20:33:35 -0000 1.9
+++ ChangeLog 8 Feb 2005 22:43:54 -0000 1.10
@@ -1,3 +1,37 @@
+2005-02-08 Keith Packard <keithp at keithp.com>
+
+ reviewed by: <delete if not using a buddy>
+
+ * ChangeLog:
+ * neomagicstub.c: (InitInput):
+
+2005-02-08 Keith Packard <keithp at keithp.com>
+
+ reviewed by: <delete if not using a buddy>
+
+ * ChangeLog:
+ * neomagicstub.c: (InitInput):
+
+2005-02-08 Keith Packard <keithp at keithp.com>
+
+ reviewed by: <delete if not using a buddy>
+
+ * ChangeLog:
+ * neomagicstub.c: (InitInput):
+
+2005-02-08 Keith Packard <keithp at keithp.com>
+
+ reviewed by: <delete if not using a buddy>
+
+ * ChangeLog:
+ * neomagicstub.c: (InitInput):
+
+2005-02-08 Keith Packard <keithp at keithp.com>
+
+ reviewed by: <delete if not using a buddy>
+
+ * neomagicstub.c: (InitInput):
+
2004-07-21 Phil Blundell <pb at nexus.co.uk>
* Makefile.am (Xneomagic_LDADD): Include -lts if appropriate.
Index: neomagicstub.c
===================================================================
RCS file: /cvs/xserver/xserver/hw/kdrive/neomagic/neomagicstub.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- neomagicstub.c 4 Apr 2004 07:30:07 -0000 1.3
+++ neomagicstub.c 8 Feb 2005 22:43:54 -0000 1.4
@@ -53,7 +53,7 @@
{
KdInitInput (&LinuxMouseFuncs, &LinuxKeyboardFuncs);
#ifdef TOUCHSCREEN
- KdInitTouchScreen (&TsFuncs);
+ KdAddMouseDriver (&TsFuncs);
#endif
}
- Previous message: xserver/hw/kdrive/linux Makefile.am,1.8,1.9 linux.c,1.18,1.19
- Next message: xserver/hw/kdrive/src kaa.c, 1.34, 1.35 kaa.h, 1.7, 1.8 kdrive.h,
1.58, 1.59 kinput.c, 1.42, 1.43
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the xserver-commit
mailing list