xserver ChangeLog,3.292,3.293
Keith Packard <xserver-commit-u7BhqnqprCWvj1b/[email protected]> Tue, 8 Feb 2005 14:43:56 -0800 (PST)
| Newsgroups | gmane.comp.freedesktop.xserver.cvs |
|---|---|
| Message-ID | <[email protected]> |
Committed by: keithp Update of /cvs/xserver/xserver In directory gabe:/tmp/cvs-serv18753 Modified Files: ChangeLog Log Message: 2005-02-08 Keith Packard <[email protected]> * 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/ChangeLog,v retrieving revision 3.292 retrieving revision 3.293 diff -u -d -r3.292 -r3.293 --- ChangeLog 8 Feb 2005 22:40:51 -0000 3.292 +++ ChangeLog 8 Feb 2005 22:43:53 -0000 3.293 @@ -1,5 +1,24 @@ 2005-02-08 Keith Packard <[email protected]> + * 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. + +2005-02-08 Keith Packard <[email protected]> + * dix/colormap.c: (CopyFree), (AllocColor), (AllocDirect): Change where the 'alpha bits' live in visuals.