Commit Graph

90 Commits

Author SHA1 Message Date
Alan Coopersmith
c916fe55fd Build xz tarballs instead of bzip2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-01-30 09:02:59 -08:00
Alan Coopersmith
b4108f7f1a Update configure.ac bug URL for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2018-12-07 19:22:39 -08:00
Mihail Konev
f03229a471 autogen: add default patch prefix
Signed-off-by: Mihail Konev <k.mvc@ya.ru>
2017-01-26 14:00:22 +10:00
Emil Velikov
81f01ddd4d autogen.sh: use quoted string variables
Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent
fall-outs, when they contain space.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2017-01-26 11:26:29 +10:00
Peter Hutterer
1cb7a0df2f autogen.sh: use exec instead of waiting for configure to finish
Syncs the invocation of configure with the one from the server.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
2017-01-26 11:23:47 +10:00
Alan Coopersmith
89387b4d72 autogen.sh: Honor NOCONFIGURE=1
See http://people.gnome.org/~walters/docs/build-api.txt

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2017-01-26 11:16:38 +10:00
Alan Coopersmith
bb5b6c6b9e configure: Drop AM_MAINTAINER_MODE
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2017-01-26 11:16:38 +10:00
Dave Airlie
9172ae566a don't use PCITAG in struct anymore 2014-09-22 10:56:02 +10:00
Dave Airlie
e505d6b248 xf86-video-voodoo: bump to version 1.2.5
Signed-off-by: Dave Airlie <airlied@redhat.com>
xf86-video-voodoo-1.2.5
2012-07-17 16:05:09 +10:00
Dave Airlie
7dd9360b9d voodoo: fix build against older X servers.
Signed-off-by: Dave Airlie <airlied@redhat.com>
2012-07-17 15:39:50 +10:00
Dave Airlie
f9e3039056 voodoo: fix build against XAA-less server.
Signed-off-by: Dave Airlie <airlied@redhat.com>
2012-07-16 18:52:50 +10:00
Dave Airlie
a5a9f9d7f6 voodoo: add compat API.
Signed-off-by: Dave Airlie <airlied@redhat.com>
2012-06-06 12:39:10 +01:00
Adam Jackson
8c1121725c Drop useless vgaHW include
Signed-off-by: Adam Jackson <ajax@redhat.com>
2011-12-19 17:40:16 -05:00
Adam Jackson
b835f5083c Fall back to shadowfb if XAA is unavailable
Signed-off-by: Adam Jackson <ajax@redhat.com>
2011-12-19 17:39:44 -05:00
Jeremy Huddleston
d2f109c417 Fix implicit declaration warning
voodoo_driver.c:898:7: warning: implicit declaration of function 'VoodooRestorePassThrough' [-Wimplicit-function-declaration]

Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
2011-10-29 19:02:46 -07:00
Trevor Woerner
614ccdf6a5 Update xf86dgastr.h include.
To xf86dgaproto.h.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-10-24 10:50:01 -04:00
Trevor Woerner
ae5f55acea Convert x+m/calloc/free to m/calloc/free.
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-10-24 10:50:00 -04:00
Jesse Adkins
db25d980b7 Purge cvs tags.
Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-06 20:51:51 -07:00
Gaetan Nadon
83be53038f config: add comments for main statements 2010-07-22 20:24:42 -04:00
Gaetan Nadon
1f0d72b11e config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-21 16:07:00 -04:00
Gaetan Nadon
dfa89c2014 config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-21 14:37:42 -04:00
Gaetan Nadon
54a332ac74 config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-21 14:05:23 -04:00
Gaetan Nadon
a3dcd95353 config: complete AC_INIT m4 quoting
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-21 09:27:42 -04:00
Gaetan Nadon
beb44a9dbd config: remove unrequired AC_SUBST([XORG_CFLAGS])
This macro is called by PKG_CHECK_MODULES

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-20 21:44:58 -04:00
Gaetan Nadon
3e43d913b9 config: remove unrequired AC_HEADER_STDC
Autoconf says:
"This macro is obsolescent, as current systems have conforming
header files. New programs need not use this macro".

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-20 20:24:42 -04:00
Gaetan Nadon
d251e3bbec config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls
AC_PROG_C_C99. This sets gcc with -std=gnu99.
If AC_PROG_CC macro is called afterwards, it resets CC to gcc.

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-20 19:41:31 -04:00
Gaetan Nadon
1b4cf228ef config: update AC_PREREQ statement to 2.60
Unrelated to the previous patches, the new value simply reflects
the reality that the minimum level for autoconf to configure
all x.org modules is 2.60 dated June 2006.

ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-20 18:45:19 -04:00
Gaetan Nadon
494fd2ae23 config: upgrade to util-macros 1.8 for additional man page support
Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
The value of MAN_SUBST is the same for all X.Org packages.
2010-07-20 17:38:00 -04:00
Dave Airlie
e58d315815 voodoo 1.2.4 xf86-video-voodoo-1.2.4 2010-07-05 14:39:03 +10:00
Gaetan Nadon
180ca72baa COPYING: replace stub file with actual Copyright notices.
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-06-13 13:16:34 -04:00
Adam Jackson
00216334c9 Remove mibank.h reference
Signed-off-by: Adam Jackson <ajax@redhat.com>
2010-05-18 13:15:40 -04:00
Gaetan Nadon
b25008a95f config: remove TODO from EXTRA_DIST
Automake always distributes TODO file.

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-03-27 10:04:41 -04:00
Alan Coopersmith
9348f9e55b Update Sun license notices to current X.Org standard form
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2010-01-15 15:11:35 -08:00
Gaetan Nadon
86fbcb7d61 configure.ac: remove unused sdkdir=$(pkg-config...) statement
The sdkdir variable isn't use, so remove the statement.

Acked-by: Dan Nicholson <dbn.lists@gmail.com>

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2009-12-30 15:13:01 -05:00
Gaetan Nadon
b8d32fc540 Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
Now that the INSTALL file is generated.
Allows running make maintainer-clean.
2009-11-23 09:25:06 -05:00
Gaetan Nadon
0af6d01ee3 INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
Automake 'foreign' option is specified in configure.ac.
Remove from Makefile.am
2009-10-28 14:41:41 -04:00
Gaetan Nadon
e415a5c73e INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
Add missing INSTALL file. Use standard GNU file on building tarball
README may have been updated
Remove AUTHORS file as it is empty and no content available yet.
Remove NEWS file as it is empty and no content available yet.
2009-10-28 14:09:10 -04:00
Gaetan Nadon
e50f2d6ae0 Several driver modules do not have a ChangeLog target in Makefile.am #23814
The git generated ChangeLog replaces the hand written one.
Update configure.ac to xorg-macros level 1.3.
Use XORG_DEFAULT_OPTIONS which replaces four XORG_* macros
Update Makefile.am to add ChangeLog target if missing
Remove ChangeLog from EXTRA_DIST or *CLEAN variables
This is a pre-req for the INSTALL_CMD
2009-10-26 12:54:23 -04:00
Gaetan Nadon
9e19c3d336 .gitignore: use common defaults with custom section # 24239
Using common defaults will reduce errors and maintenance.
Only the very small or inexistent custom section need periodic maintenance
when the structure of the component changes. Do not edit defaults.
2009-10-22 12:34:18 -04:00
Gaetan Nadon
e76eebb0fb xf86-video-voodoo: Remove unused .cvsignore file #23776
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-09-08 10:45:27 +10:00
Dave Airlie
89250c594f voodoo: bump for release 1.2.3 xf86-video-voodoo-1.2.3 2009-07-30 12:04:30 +10:00
Dave Airlie
405bab2048 voodoo: change to using ABI version check 2009-07-28 15:22:42 +10:00
Dave Airlie
023f464e83 voodoo: remove rac/resources includes 2009-07-28 13:45:59 +10:00
Peter Hutterer
840b9fe089 Update to xextproto 7.1 support.
DPMS header was split into dpms.h (client) and dpmsconst.h (server). Drivers
need to include dpmsconst.h if xextproto 7.1 is available.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-07-16 11:59:34 +10:00
Adam Jackson
b88c1e442f voodoo 1.2.2 xf86-video-voodoo-1.2.2 2009-07-02 11:55:03 -04:00
Adam Jackson
bf65717912 Remove useless loader symbol lists. 2009-05-28 15:27:48 -04:00
Alan Coopersmith
46fa3eff8d Remove xorgconfig & xorgcfg from See Also list in man page 2009-03-04 20:53:41 -08:00
Adam Jackson
01e0f1442d xf86-video-voodoo-1.2.1 xf86-video-voodoo-1.2.1 2009-02-24 10:29:41 -05:00
Alan Cox
1c82022d09 Add missing call to xf86SetCrtcForModes() and add pass through option
This fixes the problems with the crashes and other funnies. It was almost
entirely down to a missing call to xf86SetCrtcForModes(). With that added
the clock data appears valid and the card is working.

I've also added support for the pass through switching as that is useful
for debug when your text consoles are on the pass through display
2008-08-15 19:29:14 -04:00
Adam Jackson
c15d43dd0c Don't bother including xf86DDC.h
3dfx kit only gained DDC support with the Voodoo Banshee, this driver only
covers the Voodoo 1 and 2.
2008-08-15 15:56:01 -04:00