debrix ChangeLog,1.2,1.3 configure.ac,1.3,1.4
Adam Jackson <xserver-commit-u7BhqnqprCWvj1b/[email protected]>
| Newsgroups | gmane.comp.freedesktop.xserver.cvs |
|---|---|
| Message-ID | <[email protected]> |
Committed by: ajax Update of /cvs/xserver/debrix In directory pdx:/home/ajax/debrix Modified Files: ChangeLog configure.ac Log Message: Activate overlay support, fix lots of #includes. Index: ChangeLog =================================================================== RCS file: /cvs/xserver/debrix/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- ChangeLog 27 Jun 2004 20:58:24 -0000 1.2 +++ ChangeLog 28 Jun 2004 02:43:34 -0000 1.3 @@ -1,3 +1,21 @@ +2004-06-28 Adam Jackson <[email protected]> + + * hw/xorg/xf8_16bpp/, hw/xorg/xf8_32bpp/, hw/xorg/xf8_32/: + Import overlay support from the monolithic tree. + * configure.ac, hw/xorg/Makefile.am, hw/xorg/xf8_16bpp/Makefile.am, + hw/xorg/xf8_32bpp/Makefile.am, hw/xorg/xf8_32/Makefile.am: + Hook overlay support back into the build. + * hw/xorg/loader/Makefile.am: Help the loader find the XAA headers. + * hw/xorg/xf8_16bpp/cfbscrinit.c, hw/xorg/xf8_16bpp/cfbwindow.c, + hw/xorg/xf8_32bpp/cfbbstore.c, hw/xorg/xf8_32bpp/cfbcpyarea.c, + hw/xorg/xf8_32bpp/cfbcpyplane.c, hw/xorg/xf8_32bpp/cfbgc.c, + hw/xorg/xf8_32bpp/cfbgcmisc.c, hw/xorg/xf8_32bpp/cfbgcunder.c, + hw/xorg/xf8_32bpp/cfbimage.c, hw/xorg/xf8_32bpp/cfbpntwin.c, + hw/xorg/xf8_32bpp/cfbscrinit.c, hw/xorg/xf8_32bpp/cfbwindow.c, + hw/xorg/xf8_32bpp/xf86overlay.c, hw/xorg/xf8_32wid/cfbscrinit.c, + hw/xorg/xf8_32wid/cfbwid.c, hw/xorg/xf8_32wid/cfbwindow.c: + Fix header file locations. + 2004-06-28 Daniel Stone <[email protected]> * hw/xorg/Makefile.am: Index: configure.ac =================================================================== RCS file: /cvs/xserver/debrix/configure.ac,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- configure.ac 16 Jun 2004 00:25:14 -0000 1.3 +++ configure.ac 28 Jun 2004 02:43:34 -0000 1.4 @@ -529,5 +529,8 @@ hw/xorg/xaa/Makefile hw/xorg/xf1bpp/Makefile hw/xorg/xf4bpp/Makefile +hw/xorg/xf8_16bpp/Makefile +hw/xorg/xf8_32bpp/Makefile +hw/xorg/xf8_32wid/Makefile debrix.pc ])