xserver ChangeLog,3.253,3.254 configure.ac,3.91,3.92
Phil Blundell <xserver-commit-u7BhqnqprCWvj1b/[email protected]>
| Newsgroups | gmane.comp.freedesktop.xserver.cvs |
|---|---|
| Message-ID | <[email protected]> |
Committed by: pb Update of /cvs/xserver/xserver In directory gabe:/tmp/cvs-serv24046 Modified Files: ChangeLog configure.ac Log Message: 2004-10-20 Phil Blundell <pb-Y0/[email protected]> * hw/kdrive/Makefile.am (SUBDIRS): Add epson. * configure.ac: Build Makefile in hw/kdrive/epson. Index: ChangeLog =================================================================== RCS file: /cvs/xserver/xserver/ChangeLog,v retrieving revision 3.253 retrieving revision 3.254 diff -u -d -r3.253 -r3.254 --- ChangeLog 20 Oct 2004 18:02:32 -0000 3.253 +++ ChangeLog 20 Oct 2004 18:06:58 -0000 3.254 @@ -4,6 +4,8 @@ disabling input fds. (KdEnableInput): Unblock it after enabling them again. +2004-10-20 Phil Blundell <pb-Y0/[email protected]> + Import Epson 13806 driver from Costas Stylianou: * hw/kdrive/epson/epson13806.c, hw/kdrive/epson/epson13806.h, hw/kdrive/epson/epson13806draw.h, @@ -11,6 +13,9 @@ hw/kdrive/epson/epson13806draw.c, hw/kdrive/epson/Xepson.man, hw/kdrive/epson/Makefile.am: New files. + * hw/kdrive/Makefile.am (SUBDIRS): Add epson. + * configure.ac: Build Makefile in hw/kdrive/epson. + 2004-09-19 Eric Anholt <[email protected]> * hw/kdrive/ati/ati_draw.c: (ATIDrawSetup), (ATIDrawEnable): Index: configure.ac =================================================================== RCS file: /cvs/xserver/xserver/configure.ac,v retrieving revision 3.91 retrieving revision 3.92 diff -u -d -r3.91 -r3.92 --- configure.ac 31 Aug 2004 16:33:04 -0000 3.91 +++ configure.ac 20 Oct 2004 18:06:58 -0000 3.92 @@ -559,6 +559,7 @@ hw/kdrive/pm2/Makefile hw/kdrive/via/Makefile hw/kdrive/i810/Makefile +hw/kdrive/epson/Makefile hw/kdrive/ephyr/Makefile hw/xnest/Makefile hw/xwin/Makefile