summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2010-08-10xf86-video-vmware 11.0.2xf86-video-vmware-11.0.2Adam Jackson
Signed-off-by: Adam Jackson <ajax@redhat.com>
2010-07-23config: add AM_PROG_CC_C_O for per-target compilation flagsGaetan Nadon
The use of per-target compilation flags with C sources requires that the macro AM_PROG_CC_C_O be called from configure.ac If the C compiler does not accept the -c and -o options simultaneously, define NO_MINUS_C_MINUS_O. This macro actually tests both the compiler found by AC_PROG_CC, and, if different, the first cc in the path. The test fails if one fails. This macro was created for GNU Make to choose the default C compilation rule. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-22config: add comments for main statementsGaetan Nadon
2010-07-21config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILESGaetan Nadon
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-21config: replace deprecated AC_HELP_STRING with AS_HELP_STRINGGaetan Nadon
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-21config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSGaetan Nadon
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-21config: complete AC_INIT m4 quotingGaetan Nadon
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-20config: remove unrequired AC_SUBST([XORG_CFLAGS])Gaetan Nadon
This macro is called by PKG_CHECK_MODULES Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-20config: remove unrequired AC_HEADER_STDCGaetan Nadon
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 Nadon
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 Nadon
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 Nadon
Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS The value of MAN_SUBST is the same for all X.Org packages.
2010-03-18Bump for 11.0.1 release.xf86-video-vmware-11.0.1Jakob Bornecrantz
2010-02-22Bump major for new chainloading driverxf86-video-vmware-11.0.0Jakob Bornecrantz
2010-02-11Add a chain loading module to load new vmwgfx driver if kernel module is loadedJakob Bornecrantz
2009-12-30configure.ac: remove unused sdkdir=$(pkg-config...) statementGaetan Nadon
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-29Bump for 10.16.9 release.xf86-video-vmware-10.16.9Michel Dänzer
2009-12-29vmware: Fix crash with xserver >= 1.7.Michel Dänzer
Fixes https://bugs.freedesktop.org/show_bug.cgi?id=24541 .
2009-10-28INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon
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-26Several driver modules do not have a ChangeLog target in Makefile.am #23814Gaetan Nadon
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-09-08Bump fo 10.16.8 Releasexf86-video-vmware-10.16.8Philip Langdale
2009-07-20Bump for 10.16.7 Release.xf86-video-vmware-10.16.7Philip Langdale
2009-05-12Bump for 10.16.6 releasexf86-video-vmware-10.16.6Philip Langdale
2009-04-16Automatically add modelines for the driver's built-in set of modes.Shelley Gong
The driver has had a built-in set of modes for a while, but there was nothing adding modelines to back them up, causing initial modes to be rejected at startup with certain Xorg versions. This change adds the actual modelines for sufficiently new versions of the server (>= 1.2), as the necessary calls were only introduced at that time.
2008-08-19Bump version for 10.16.5 release.xf86-video-vmware-10.16.5Philip Langdale
2008-07-21Prepare for 10.16.4 release.xf86-video-vmware-10.16.4Philip Langdale
2008-07-18Prepare for 10.16.3xf86-video-vmware-10.16.3Philip Langdale
Bump up version numbers.
2008-06-12Prepare for 10.16.2xf86-video-vmware-10.16.2Vinay Bondhugula
Bump up version numbers.
2008-04-22More xorg and xfree86 backwards compatibilityVinay Bondhugula
Push most of the xorg-server version checking into the configure script. With this change, unmodified driver source compiles in the XFree86 4.3 tree.
2008-04-17Bump version to 10.16.1 in configure.acVinay Bondhugula
The previous change didn't bump up the version in configure.ac.
2008-04-17Prepare for 10.16.1Vinay Bondhugula
Update the modinfo section and make a configure.ac fix.
2008-04-17Fix build for all modular versions of XorgVinay Bondhugula
This change makes the video driver compile with Xorg 7.0. There are a couple of trivial changes that bring down the maximum Xserver version down to 2.0. Hacky, but good enough for now.
2008-03-19vmware 10.16.0xf86-video-vmware-10.16.0Adam Jackson
2008-01-23Xv extension for VMware's video driverBankim Bhavsar
This patch implements the Xv extension for VMware's X video driver. The Xv specification can be found here http://www.xfree86.org/current/DESIGN16.html I've written a trivial offscreen memory manager that allocates memory from the bottom part of the Video RAM and it can handle only 1 video-stream. Eventually we intend to support upto 32 video-streams (there is already support for multiple video streams in respective backends).
2007-10-08Port to libpciaccess.Vinay Bondhugula
2007-09-25Update for 10.15.2 releasevmware-10_15_2Philip Langdale
2007-09-10Ready 10.15.1 release.Philip Langdale
To allow for easier detection of driver version by other VMware tools, we are embedding the version in a .modinfo section so that the Linux kernel 'modinfo' tool can be (ab)used to check it.
2007-02-08Bump version to 10.15.0Philip Langdale
This release adds truely usable resizing support by removing the restriction that the you cannot resize larger than the initial mode.
2006-12-06Explicitly initialise buffer to NULL for parsing xinerama topologies.vmware-10_14_1Philip Langdale
2006-10-31Bump version to 10.14.0Philip Langdale
2006-10-11Check for xinerama in configure.acPhilip Langdale
2006-10-11Add xinerama support to the vmware video driver. (Better late than never).Philip Langdale
With this change, the VMWARE_CTRL extension is updated so that it can receive topology updates at runtime. I will add some sample client code separately. I also intend to add support for a static initial topology defined in xorg.conf but I haven't got around to it yet due to hating to write string parsing code.
2006-04-07Unlibcwrap. Bump server version requirement. Bump to 10.13.0.Adam Jackson
2006-02-07Add VMWARE_CTRL extension.release-10-12-0-0philipl
2006-01-17Use DriverFunc to adjust physical size to keep DPI constant.philipl
2005-12-21Update package version for X11R7 release.XORG-7_0Kevin E Martin
2005-12-15Update package version number for final X11R7 release candidate.XORG-6_99_99_904Kevin E Martin
2005-12-03Update package version number for X11R7 RC3 release.XORG-6_99_99_903Kevin E Martin
2005-12-02Remove extraneous AC_MSG_RESULT.Kevin E Martin
2005-11-29Only build dlloader modules by default.Adam Jackson