summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2018-11-26Update configure.ac bug URL for gitlab migrationHEADmasterAlan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2014-07-09Post-release version bumpThierry Reding1-1/+1
Uneven micro version numbers indicate unreleased versions of the driver. Upon release the micro version will be bumped to an even number or reset to 0 for major/minor increments. Signed-off-by: Thierry Reding <treding@nvidia.com>
2014-07-09xf86-video-opentegra 0.7.0v0.7.0Thierry Reding1-1/+1
Signed-off-by: Thierry Reding <treding@nvidia.com>
2014-07-09Install OutputClass xorg.conf.d snippetThierry Reding1-0/+21
Newer versions of the X server allow matching DDX modules to kernel drivers using an OutputClass configuration snippet. Install such a snippet that help autoload this driver when the DRM device's driver is the Tegra DRM driver. Signed-off-by: Thierry Reding <treding@nvidia.com>
2014-07-09Do not use maintainer modeThierry Reding1-1/+0
Maintainer mode stops makefiles from being rebuilt when configure.ac or Makefile.am change. That's completely useless. Signed-off-by: Thierry Reding <treding@nvidia.com>
2014-02-19Do not distribute gzipped tarballsThierry Reding1-1/+1
All the cool kids distribute only XZ compressed tarballs nowadays. Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
2013-01-09Rebrand and cleanupThierry Reding1-20/+15
Rebrand xf86-video-modesetting to xf86-video-opentegra. Furthermore drop some code that will never be used on Tegra (PCI, ...). Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
2013-01-09modesetting: bump to 0.6.0Dave Airlie1-1/+1
2012-11-29build: Put m4 macros in m4 subdirectoryThierry Reding1-0/+1
This silences a warning from libtoolize when running the autogen.sh script. Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de> Signed-off-by: Dave Airlie <airlied@redhat.com>
2012-09-13bump version to 0.5.0Maarten Lankhorst1-1/+1
2012-07-25modesetting: add output slave support.Dave Airlie1-0/+8
This allows the driver to operate as an output slave. It adds scan out pixmap, and the capability checks to make sure they available. Signed-off-by: Dave Airlie <airlied@redhat.com>
2012-06-22modesetting 0.4.0: bump configure.acDave Airlie1-1/+1
2012-05-09bump version to 0.3.0Dave Airlie1-1/+1
2012-05-09configure.ac: remove DRI and RENDERMatt Turner1-6/+0
Driver doesn't support either of these. Signed-off-by: Matt Turner <mattst88@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
2012-03-23modesetting: fix build against older XextDave Airlie1-0/+6
2012-02-22xf86-video-modesetting 0.2.0Dave Airlie1-1/+1
2012-02-22config: layout and comment the top portion of configure.acGaetan Nadon1-10/+10
Reorder statements to be consistent with other modules so things are easier to find. Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Signed-off-by: Dave Airlie <airlied@redhat.com>
2012-02-22config: replace deprecated AC_HELP_STRING with AS_HELP_STRINGGaetan Nadon1-2/+2
Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Signed-off-by: Dave Airlie <airlied@redhat.com>
2012-02-22make: add all warnings according to the platformGaetan Nadon1-4/+0
The current code only adds -Wall and only for gcc. Automake reserves the use of CPPFLAGS for the user to override on the command line. This also breaks the option --enable-strict-compilation The variable CWARNFLAGS contains the complete set of warnings and is platform sensitive. Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Signed-off-by: Dave Airlie <airlied@redhat.com>
2012-02-22Remove unneeded AM_PROG_CC_C_COGaetan Nadon1-1/+0
There are no objects in subdirs or compiled multiple times with different flags. Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Signed-off-by: Dave Airlie <airlied@redhat.com>
2012-02-22Remove redundant AC_PROG_CCGaetan Nadon1-1/+0
Already covered by XORG_DEFAULT_OPTIONS Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Signed-off-by: Dave Airlie <airlied@redhat.com>
2012-02-22Replace obsolete AM_CONFIG_HEADER with AC_CONFIG_HEADERSGaetan Nadon1-1/+1
Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Signed-off-by: Dave Airlie <airlied@redhat.com>
2011-11-03configure: don't require xvmc.Dave Airlie1-1/+1
Not needed in here
2011-09-29add -Wall, cleanup warningsDave Airlie1-0/+4
2011-09-29modesetting: restart driver effort from other codebasesDave Airlie1-112/+21
This starts a randr 1.2 compatible driver with cursors. TODO: libkms dirty handling server recycling.
2010-03-08Don't check for Xinerama.Matt Turner1-1/+0
It doesn't seem to be used anywhere, so don't require it. CC: Jerome Glisse <jglisse@redhat.com> CC: Alex Deucher <alexdeucher@gmail.com> CC: Dave Airlie <airlied@redhat.com> Signed-off-by: Matt Turner <mattst88@gmail.com>
2008-06-26add --with-gallium-dir to specify location of gallium treeAlan Hourihane1-17/+6
2008-05-28Initial commit of new modesetting driverAlan Hourihane1-0/+200