133 Commits

Author SHA1 Message Date
Matthieu Herrb
5d60be68f0 Makefile.am: nuke RCS Id 2008-03-09 00:10:07 +01:00
Dave Airlie
2a2703732f oops forgot pcirename file 2008-02-27 14:09:59 +10:00
Dave Airlie
a24db8c296 pciaccess conversion 2008-02-27 13:54:43 +10:00
Alan Coopersmith
b6b34bf93d renamed: .cvsignore -> .gitignore 2007-03-01 11:11:53 -08:00
Alan Coopersmith
f7710d5ec1 Replace references to XFree86/XF86Config in man page 2007-03-01 11:11:28 -08:00
Adam Jackson
92ce0dc5e3 Bump to 1.1.1 xf86-video-voodoo-1.1.1 2006-10-13 18:51:36 -04:00
A Costa
3d2a18a636 Typo fix (Debian bug #364555). 2006-09-21 22:51:52 +10:00
Adam Jackson
e6743d920d Unlibcwrap. Bump server version requirement. Bump to 1.1.0. voodoo-1_1_0 XORG-7_1 2006-04-07 21:58:28 +00:00
Kevin E Martin
61355da3d5 Update package version for X11R7 release. XORG-7_0 2005-12-21 02:30:04 +00:00
Adam Jackson
d7babb0733 Stub COPYING files 2005-12-19 16:25:56 +00:00
Kevin E Martin
383cfcd075 Update package version number for final X11R7 release candidate. XORG-6_99_99_904 2005-12-15 00:24:21 +00:00
Kevin E Martin
10d6004d44 Change *man_SOURCES ==> *man_PRE to fix autotools warnings. MODULAR_COPY 2005-12-06 22:48:41 +00:00
Kevin E Martin
01b6c002ad Update package version number for X11R7 RC3 release. XORG-6_99_99_903 2005-12-03 05:49:37 +00:00
Kevin E Martin
21dc72ae9c Remove extraneous AC_MSG_RESULT. 2005-12-02 02:16:12 +00:00
Adam Jackson
015e90f6b6 Only build dlloader modules by default. 2005-11-29 23:30:06 +00:00
Alan Coopersmith
ce9a84fc75 Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
2005-11-28 22:04:15 +00:00
Eric Anholt
35a05598c5 Add .cvsignores for drivers. 2005-11-21 10:49:23 +00:00
Kevin E Martin
4cc9473165 Update package version number for X11R7 RC2 release. XORG-6_99_99_902 2005-11-09 21:15:23 +00:00
Kevin E Martin
c4424080af Update pkgcheck depedencies to work with separate build roots. 2005-11-01 15:08:57 +00:00
Kevin E Martin
ed78cee70c Update package version number for RC1 release. XORG-6_99_99_901 2005-10-19 02:48:06 +00:00
Alan Coopersmith
1ed4d987a6 Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
substitutions to work better with BSD make
2005-10-18 00:01:56 +00:00
Adam Jackson
1391fc217e More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead
of indirectly
2005-10-17 22:57:38 +00:00
Alan Coopersmith
4d2910cbfb Use sed & cpp to substitute variables in driver man pages 2005-10-17 00:09:09 +00:00
Søren Sandmann Pedersen
9a63bf647b Add some additional files to symlink.sh - and add TODO to voodoo driver 2005-09-27 22:17:59 +00:00
Daniel Stone
6df3f4b81e Update autogen.sh to one that does objdir != srcdir. 2005-08-18 09:03:56 +00:00
Kevin E Martin
22f33cd649 Various changes preparing packages for RC0:
- Verify and update package version numbers as needed
- Implement versioning scheme
- Change bug address to point to bugzilla bug entry form
- Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
    reenable it)
- Fix makedepend to use pkgconfig and pass distcheck
- Update build script to build macros first
- Update modular Xorg version
XORG-6_99_99_900
2005-07-29 21:22:46 +00:00
Søren Sandmann Pedersen
8b86d5b142 Build system for voodoo 2005-07-26 23:58:52 +00:00
Adam Jackson
443375cce1 Prep for modular builds by adding guarded #include "config.h" everywhere. XORG-6_8_99_903 XORG-6_8_99_902 XORG-6_8_99_901 XORG-6_8_99_900 XORG-6_8_99_16 XORG-6_8_99_15 2005-07-11 02:30:07 +00:00
Adam Jackson
be3a1ab6f4 Bug #3626: _X_EXPORT tags for video and input drivers. XORG-6_8_99_14 XORG-6_8_99_13 2005-06-25 21:17:00 +00:00
Daniel Stone
b9d71978d8 Fix includes right throughout the Xserver tree:
change "foo.h" to <X11/foo.h> for core headers, e.g. X.h, Xpoll.h;
change "foo.h", "extensions/foo.h" and "X11/foo.h" to
    <X11/extensions/foo.h> for extension headers, e.g. Xv.h;
change "foo.[ch]" to <X11/Xtrans/foo.[ch]> for Xtrans files.
XORG-6_8_99_6 XORG-6_8_99_7 XORG-6_8_99_12 XORG-6_8_99_10 XORG-6_8_99_9 sco_port_update-base XORG-6_8_99_11 XORG-6_8_99_5 XORG-6_8_99_8 XORG-6_8_99_4
2005-04-20 12:25:33 +00:00
Matthieu Herrb
8a8e883bae xc/programs/Xserver/hw/xfree86/driver/ati/radeon.man
xc/programs/Xserver/hw/xfree86/driver/voodoo/voodo.man
xc/programs/Xserver/hw/xfree86/driver/wsfb/wsfb.man XF86Config ->
    __xconfigfile__
XORG-6_8_99_2 XORG-6_8_99_1 XORG-6_8_99_3
2004-11-27 15:14:15 +00:00
alan
6bcc0a7285 Fix a typo Eric Anholt noticed. Fortunately in all normal situations this
didnt result in further operations being wrongly alpha blended
XORG-6_8_1_902 XORG-6_7_99_1 XORG-6_8_1 XORG-6_8_0 XORG-6_7_99_904 XORG-6_7_99_903 XORG-6_7_99_902 XORG-6_7_99_901 XORG-6_7_99_2 XORG-6_8_1_901 XORG-6_8_1_903 lg3d-base lg3d-rel-0-6-2 lg3d-rel-0-7-0 rel-0-6-1 XORG-6_8_1_904 XORG-6_8_2
2004-08-01 15:32:02 +00:00
alan
65f9bc5c20 Check in the voodoo driver subtree 2004-06-24 16:34:25 +00:00