summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-01-08Update for byte swapping function rename in Xorg 1.20HEADmasterAlan Coopersmith1-2/+7
Fixes compiler warnings: vloaduc.c: In function ‘verite_load_ucfile’: vloaduc.c:35:17: warning: implicit declaration of function ‘lswaps’; did you mean ‘swaps’? [-Wimplicit-function-declaration] 35 | #define SW16(x) lswaps(x) | ^~~~~~ vloaduc.c:103:6: note: in expansion of macro ‘SW16’ 103 | sz=SW16(ehdr.e_phentsize); | ^~~~ vloaduc.c:34:17: warning: implicit declaration of function ‘lswapl’; did you mean ‘swapl’? [-Wimplicit-function-declaration] 34 | #define SW32(x) lswapl(x) | ^~~~~~ vloaduc.c:113:42: note: in expansion of macro ‘SW32’ 113 | if (seek_and_read_hdr(fd, pphdr, SW32(ehdr.e_phoff), sz, num)) { | ^~~~ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2024-01-08Add X.Org's standard C warning flags to AM_CFLAGSAlan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2024-01-08configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOLAlan Coopersmith1-2/+1
AC_PROG_LIBTOOL was replaced by LT_INIT in libtool 2 in 2008, so it's time to rely on it. Clears autoconf warnings: configure.ac:44: warning: The macro 'AC_PROG_LIBTOOL' is obsolete. configure.ac:44: You should run autoupdate. aclocal.m4:3515: AC_PROG_LIBTOOL is expanded from... configure.ac:44: the top level Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2023-10-06gitlab CI: ensure libtool is installed in build containerAlan Coopersmith1-3/+3
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2023-02-09gitlab CI: stop requiring Signed-off-by in commitsAlan Coopersmith1-2/+2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-01-27gitlab CI: add a basic build testAlan Coopersmith1-0/+98
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-01-27Fix spelling/wording issuesAlan Coopersmith7-12/+12
Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-01-27Build xz tarballs instead of bzip2Alan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2018-12-22Use const char for xf86GetOptValString return typeKevin Brace1-1/+1
Signed-off-by: Kevin Brace <kevinbrace@gmx.com>
2018-12-22Eliminate unused variable compilation warningKevin Brace1-1/+0
Signed-off-by: Kevin Brace <kevinbrace@gmx.com>
2018-12-07Update configure.ac bug URL for gitlab migrationAlan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2018-05-18rendition 4.2.7xf86-video-rendition-4.2.7Adam Jackson1-1/+1
Signed-off-by: Adam Jackson <ajax@redhat.com>
2017-02-16Move [HV]Total checks into renditionValidModeAdam Jackson1-2/+6
Signed-off-by: Adam Jackson <ajax@redhat.com>
2017-01-26autogen: add default patch prefixMihail Konev1-0/+3
Signed-off-by: Mihail Konev <k.mvc@ya.ru>
2017-01-26autogen.sh: use quoted string variablesEmil Velikov1-4/+4
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-26autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer1-1/+1
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-26autogen.sh: Honor NOCONFIGURE=1Alan Coopersmith1-2/+3
See http://people.gnome.org/~walters/docs/build-api.txt Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2017-01-26configure: Drop AM_MAINTAINER_MODEAlan Coopersmith2-2/+2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2015-11-11rendition 4.2.6xf86-video-rendition-4.2.6Adam Jackson1-1/+1
Signed-off-by: Adam Jackson <ajax@redhat.com>
2014-09-30Remove dependency on xf86PciInfo.hAdam Jackson1-3/+4
Signed-off-by: Adam Jackson <ajax@redhat.com>
2014-09-30Fix build against xserver 1.17Adam Jackson1-7/+13
Also port from pci_device_map_region to pci_device_map_range. Somewhat alarming that the previous code was using map_region but unmap_range... Signed-off-by: Adam Jackson <ajax@redhat.com>
2012-09-25Remove mibstore.hAdam Jackson2-4/+0
Signed-off-by: Adam Jackson <ajax@redhat.com>
2012-07-17xf86-video-rendition: bump to version 4.2.5xf86-video-rendition-4.2.5Dave Airlie1-1/+1
Signed-off-by: Dave Airlie <airlied@redhat.com>
2012-07-17rendition: fix build against older X servers.Dave Airlie1-0/+1
Signed-off-by: Dave Airlie <airlied@redhat.com>
2012-07-16rendition: port to non-XAA serverDave Airlie3-0/+22
even though rendition never actually had working XAA support, ah well. Signed-off-by: Dave Airlie <airlied@redhat.com>
2012-06-06rendition: port to new compat API.Dave Airlie11-41/+145
Signed-off-by: Dave Airlie <airlied@redhat.com>
2011-12-19Fix for new vgahw ABIAdam Jackson1-0/+1
Signed-off-by: Adam Jackson <ajax@redhat.com>
2011-12-19Unhook the pretense of XAA supportAdam Jackson3-47/+2
This has never shipped enabled in any Xorg release. I'm pretty sure the same is true of XFree86 4.x releases. Signed-off-by: Adam Jackson <ajax@redhat.com>
2011-10-19Include <unistd.h> for usleepJeremy Huddleston1-0/+1
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
2011-10-19Build fix for ABI Version 12Jeremy Huddleston1-0/+4
ABI Version 12 removes support for multiple PCI domains. If you need to use this driver on a system with more than one PCI domain, you should either port this driver to using libpciaccess directly or stick with an older server. Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
2011-10-19Use unsigned long rather than deprecated IOADDRESSJeremy Huddleston8-70/+70
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
2011-10-19Use malloc/calloc/realloc/free directlyJeremy Huddleston2-12/+12
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
2010-10-06Purge cvs tags.Jesse Adkins4-4/+0
Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-07-22config: add comments for main statementsGaetan Nadon1-5/+6
2010-07-21config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILESGaetan Nadon1-4/+5
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-21config: replace deprecated AC_HELP_STRING with AS_HELP_STRINGGaetan Nadon1-1/+1
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-21config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSGaetan Nadon1-1/+1
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-21config: complete AC_INIT m4 quotingGaetan Nadon1-2/+2
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-20config: remove unrequired AC_SUBST([XORG_CFLAGS])Gaetan Nadon1-1/+0
This macro is called by PKG_CHECK_MODULES Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-20config: remove unrequired AC_HEADER_STDCGaetan Nadon1-1/+0
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-20config: remove AC_PROG_CC as it overrides AC_PROG_C_C99Gaetan Nadon1-1/+0
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-20config: update AC_PREREQ statement to 2.60Gaetan Nadon1-1/+1
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-20config: upgrade to util-macros 1.8 for additional man page supportGaetan Nadon2-21/+7
Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS The value of MAN_SUBST is the same for all X.Org packages.
2010-07-05rendition 4.2.4xf86-video-rendition-4.2.4Dave Airlie1-1/+1
2010-06-13README: keep the text version of README, discard the sgml versionGaetan Nadon3-122/+0
The linuxdoc doc tool is deprecated. README files are exclusively text files. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-06-13README: fix linuxdoc contentGaetan Nadon2-42/+39
defs.ent are located under X11 directory ident tag is not a Linuxdoc tag Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-06-13COPYING: update file with Copyright notices from source code.Gaetan Nadon1-14/+15
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-05-18Remove mibank.h referenceAdam Jackson1-3/+0
Signed-off-by: Adam Jackson <ajax@redhat.com>
2010-01-15Update Sun license notices to current X.Org standard formAlan Coopersmith1-22/+19
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-12-30configure.ac: remove unused sdkdir=$(pkg-config...) statementGaetan Nadon1-1/+0
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>