summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2023-01-24Bump the version number to 13.4.0xf86-video-vmware-13.4.0Peter Hutterer
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2022-08-23Build xz tarballs instead of bzip2Alan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2018-11-29vmwgfx: Use libdrm to obtain the drm device node name v2Thomas Hellstrom
We were relying on a linux-specific way to do this. Now that the code is used also on FreeBSD and there is functionality in libdrm to do this, Use that functionality. v2: Remove unused variable warning in the !VMWGFX_LIBDRM_DEVICENAME case. Co-authored-by: Johannes Lundberg <johalun0@gmail.com> Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> Reviewed-by: Deepak Rawat <drawat@vmware.com> #v1
2018-05-17Bump version number for releasexf86-video-vmware-13.3.0Thomas Hellstrom
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> Reviewed-by: Sinclair Yeh <syeh@vmware.com> Reviewed-by: Deepak Rawat <drawat@vmware.com>
2018-01-03Bump version number for release candidateThomas Hellstrom
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
2017-01-26configure: Drop AM_MAINTAINER_MODEAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2016-05-30vmware: Bump minor to signal availability of new featuresThomas Hellstrom
While this may never be an official release, bump minor to enable the new resolutionKMS functionality. This signals the availability of autolayout and resolutionKMS support. Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> Reviewed-by: Brian Paul <brianp@vmware.com>
2016-02-01vmware/vmwgfx: Expose kernel connector attributes and react to hotplug eventsThomas Hellstrom
Much of this code is borrowed from the xf86-video-modesetting driver. Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> Reviewed-by: Sinclair Yeh <syeh@vmware.com>
2014-04-01configure: fix build without xatrackerJulien Cristau
ACTION-IF-NOT-FOUND is the fourth argument to PKG_CHECK_MODULES, not the fifth. Debian bug#743239 <https://bugs.debian.org/743239> Reviewed-by: Thomas Klausner <wiz@NetBSD.org> Reviewed-by: Jakob Bornecrantz <jakob@vmware.com> Signed-off-by: Julien Cristau <jcristau@debian.org> Signed-off-by: Jakob Bornecrantz <jakob@vmware.com>
2014-03-26Bump the version number to 13.0.2xf86-video-vmware-13.0.2Jakob Bornecrantz
Signed-off-by: Jakob Bornecrantz <jakob@vmware.com>
2014-01-09vmware: Require libdrm 2.4.38 to build XMir.Thomas Hellstrom
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> Reviewed-by: Jakob Bornecrantz <jakob@vmware.com>
2013-12-06vmwgfx: Support also XA version 1 v2Thomas Hellstrom
We need to support also XA version 1, since we want to be backwards compatible with older mesa releases. Unfortunately, the intended way of detecting XA major version at compile-time was broken on mesa 10 so we need a workaround that tests for XA version 2 at config time. v2: Update the test for XA version 2. Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> Reviewed-by: Jakob Bornecrantz <jakob@vmware.com>
2013-08-02vmwgfx: update for XA API changesRob Clark
Signed-off-by: Rob Clark <robdclark@gmail.com> Signed-off-by: Jakob Bornecrantz <jakob@vmware.com> Reviewed-by: Jakob Bornecrantz <jakob@vmware.com> Tested-by: Jakob Bornecrantz <jakob@vmware.com>
2013-04-17Bump the version number to 13.0.1xf86-video-vmware-13.0.1Jakob Bornecrantz
2013-01-15Bump the version number to 13.0.0xf86-video-vmware-13.0.0Zack Rusin
New abi and various fixes Signed-off-by: Zack Rusin <zackr@vmware.com>
2012-12-06xf86-video-vmware 12.0.99.901Zack Rusin
Internal release for a round of QE testing Signed-off-by: Zack Rusin <zackr@vmware.com>
2012-03-20Bump version number for the releasexf86-video-vmware-12.0.2Jakob Bornecrantz
Signed-off-by: Jakob Bornecrantz <jakob@vmware.com>
2012-03-20vmware/legacy: Fix crash on Xserver 1.12.0Jakob Bornecrantz
Signed-off-by: Jakob Bornecrantz <jakob@vmware.com> Reviewed-by: Zack Rusin <zackr@vmware.com>
2012-03-13Bump version number for the releasexf86-video-vmware-12.0.1Jakob Bornecrantz
Signed-off-by: Jakob Bornecrantz <jakob@vmware.com>
2012-03-13config: move AC_SYS_LARGEFILE in autoconf init sectionGaetan Nadon
There is no need for this statement to be conditionally included. It adds support for large files without taking anything away. http://www.gnu.org/software/autoconf/manual/autoconf.html Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Signed-off-by: Jakob Bornecrantz <jakob@vmware.com>
2012-03-13config: include saa and vmwgfx subdirs in the tarballGaetan Nadon
Use AM_CONDITIONAL. Automake knows what to distribute. It needs to be able to navigate down the subdirs to find what needs to be included in the tarball. To test reliably, create a tarball and expand it into a separate directory and build with xatracker. Distcheck will not detect missing code when such code is configured not to build. The content of a tarball *must* always be identical, regardless of the configuration options used or on which platform it was configured. Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Signed-off-by: Jakob Bornecrantz <jakob@vmware.com>
2012-03-08Bump version number for the releasexf86-video-vmware-12.0.0Zack Rusin
Signed-off-by: Zack Rusin <zackr@vmware.com>
2012-01-13Bump version number for releasexf86-video-vmware-11.99.901Thomas Hellstrom
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> Reviewed-by: Jakob Bornecrantz <jakob@vmware.com>
2012-01-13Make the driver build pass "make distcheck"Thomas Hellstrom
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> Reviewed-by: Jakob Bornecrantz <jakob@vmware.com>
2011-12-19Merge branch 'vmwgfx_branch'Thomas Hellstrom
2011-11-25vmware: Hook up vmwgfx to be tried before falling back to legacyThomas Hellstrom
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> Reviewed-by: Jakob Bornecrantz <jakob@vmware.com>
2011-10-05xf86-video-vmware 11.0.99.901xf86-video-vmware-11.0.99.901Thomas Hellstrom
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
2011-07-11vmwgfx: Fix logic when checking for XAJakob Bornecrantz
Signed-off-by: Jakob Bornecrantz <jakob@vmware.com>
2011-07-01vmwgfx: Require libxatracker >= 0.4.Thomas Hellstrom
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
2011-06-22vmwgfx: Try to match created hardware formats with the dri state tracker.Thomas Hellstrom
2011-06-17vmwgfx: Check for large filesThomas Hellstrom
Fixes segfault on 32-bit servers. Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
2011-06-17vmwgfx, saa: Build saa as a convenience libraryThomas Hellstrom
instead of as a shared object. Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
2011-06-16vmwgfx: Fix up driver build process for Xserver >= 1.7.Thomas Hellstrom
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
2011-06-16vmwgfx, saa: Initial importThomas Hellstrom
This imports the vmwgfx driver, based on the Gallium3D Xorg state tracker, as well as the saa library. A "Shadow Acceleration Architecture", which is optimized for the case where transfers between system (shadow) and hw memory is very costly. Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
2011-03-30vmwlegacy: Make sure we draw the colorkey to the right drawableThomas Hellstrom
Don't draw the colorkey to the screen drawable, but to the video drawable when possible. Also change the Xv API/ABI test to use the builtin ABI version functions. Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> Reviewed-by: Michel Dänzer <daenzer@vmware.com>
2010-11-09Bump package version to 11.0.3 for releasexf86-video-vmware-11.0.3Thomas Hellstrom
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
2010-09-16Make sure we build on 1.4.99.Thomas Hellstrom
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
2010-09-07vmware/vmwlegacy: Silence compilation errors and -warnings.Thomas Hellstrom
Silence warnings and errors on various server versions due to incorrect usage of libc functions. Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
2010-08-19vmwarectrl: rework standalone package as a subdir of driverGaetan Nadon
vmwarectrl is a unit test client tool for developers. By default, it is not built unless --enable-vmwarectrl-client is used. Acked-by: Thomas Hellstrom <thellstrom@vmware.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-08-18Make the driver build and run without libdrm.Thomas Hellstrom
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
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>