xserver/hw/kdrive/mach64 mach64stub.c,1.8,1.9
Keith Packard
xserver-commit at pdx.freedesktop.org
Tue Feb 8 14:43:56 PST 2005
Committed by: keithp
Update of /cvs/xserver/xserver/hw/kdrive/mach64
In directory gabe:/tmp/cvs-serv18753/hw/kdrive/mach64
Modified Files:
mach64stub.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: mach64stub.c
===================================================================
RCS file: /cvs/xserver/xserver/hw/kdrive/mach64/mach64stub.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- mach64stub.c 18 Nov 2003 04:53:16 -0000 1.8
+++ mach64stub.c 8 Feb 2005 22:43:54 -0000 1.9
@@ -41,6 +41,8 @@
KdCardInfoAdd (&mach64Funcs, &attr, 0);
else if (LinuxFindPci (0x1002, 0x4c46, 0, &attr))
KdCardInfoAdd (&mach64Funcs, &attr, 0);
+ else if (LinuxFindPci (0x1002, 0x4c42, 0, &attr))
+ KdCardInfoAdd (&mach64Funcs, &attr, 0);
}
void
More information about the xserver-commit
mailing list