Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-06 | xdriinfo 1.0.6xdriinfo-1.0.6 | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2017-03-13 | Fix xdriinfo not working with glvnd | Hans de Goede | |
For glx calls to work on libglvnd as glx provider we must first call glXGetClientString. This also means that we can no longer take the shortcut to not open the Display when a driver name is past to options. Signed-off-by: Hans de Goede <hdegoede@redhat.com> | |||
2017-01-26 | autogen: add default patch prefix | Mihail Konev | |
Signed-off-by: Mihail Konev <k.mvc@ya.ru> | |||
2017-01-26 | autogen.sh: use quoted string variables | Emil Velikov | |
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 | autogen.sh: use exec instead of waiting for configure to finish | Peter Hutterer | |
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> | |||
2015-04-16 | xdriinfo 1.0.5xdriinfo-1.0.5 | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2014-06-02 | autogen.sh: Honor NOCONFIGURE=1 | Alan Coopersmith | |
See http://people.gnome.org/~walters/docs/build-api.txt Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2014-06-02 | configure: Drop AM_MAINTAINER_MODE | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2013-11-26 | Add -version option to print program version | Alan Coopersmith | |
Add both -version & -display to man page, since options were not previously documented. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2013-11-26 | Print which option was in error along with usage message | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2011-01-19 | config: move man pages into their own directory | Gaetan Nadon | |
Use services provided by XORG_MANPAGE_SECTIONS. Use standard Makefile for man pages. Signed-off-by: Gaetan Nadon <memsize@videotron.ca> | |||
2011-01-13 | man: remove trailing spaces and tabs | Gaetan Nadon | |
Using s/[ \t]*$// Signed-off-by: Gaetan Nadon <memsize@videotron.ca> | |||
2010-11-08 | xdriinfo 1.0.4xdriinfo-1.0.4 | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2010-11-08 | config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS | Alan Coopersmith | |
Regroup AC statements under the Autoconf initialization section. Regroup AM sttaements under the Automake initialization section. Add missing AC_CONFIG_SRCDIR Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2010-11-08 | config: Remove unnecessary calls from configure.ac | Alan Coopersmith | |
AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables AC_TYPE_SIGNAL was not used in xdriinfo Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2010-11-07 | config: upgrade to util-macros 1.8 for additional man page support | Alan Coopersmith | |
Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS The value of MAN_SUBST is the same for all X.Org packages. Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS Enables use of platform appropriate version of sed. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2010-11-07 | config: update AC_PREREQ statement to 2.60 | Gaetan 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> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2009-11-26 | Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES | Gaetan Nadon | |
Now that the INSTALL file is generated. Allows running make maintainer-clean. | |||
2009-10-28 | INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 | Gaetan 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-26 | Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 | Gaetan Nadon | |
ChangeLog filename is known to Automake and requires no further coding in the makefile. | |||
2009-10-22 | .gitignore: use common defaults with custom section # 24239 | Gaetan Nadon | |
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-21 | Makefile.am: do not include autogen.sh in distribution #24183 | Gaetan Nadon | |
This is a private build script that should not be distributed | |||
2009-10-16 | xdriinfo 1.0.3xdriinfo-1.0.3 | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2009-10-16 | Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2009-10-01 | Add README with pointers to mailing lists, bugzilla, & git | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2009-01-20 | Correct make distcheck failure and sparse warnings. | Paulo Cesar Pereira de Andrade | |
2007-12-06 | Add missing PHONY line for automatic ChangeLog generation | James Cloos | |
2007-08-17 | Version bump: 1.0.2xdriinfo-1.0.2 | Alan Coopersmith | |
2007-08-17 | Replace static ChangeLog with dist-hook to generate from git log | Alan Coopersmith | |
2007-08-10 | Change xdriinfo_CFLAGS to AM_CFLAGS to make automake-1.10 happier | Alan Coopersmith | |
Makefile.am:27: compiling `xdriinfo.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac' | |||
2007-05-24 | renamed: .cvsignore -> .gitignore | Alan Coopersmith | |
2007-05-24 | X.Org bug #10616: Add all the X info commands to See Also in man page | Alan Coopersmith | |
X.Org Bugzilla #10616: <https://bugs.freedesktop.org/show_bug.cgi?id=10616> Reported upstream from Debian bug #350313 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=350313> | |||
2006-04-08 | Bump to 1.0.1.xdriinfo-1_0_1XORG-7_1XORG-7_0_99_901 | Adam Jackson | |
2006-01-16 | GLX_GLXEXT_LEGACY -> GLX_GLXEXT_PROTOTYPES + glxext.h | Matthias Hopf | |
2006-01-13 | Using glXGetProcAddressARB instead of glXGetProcAddress. | Matthias Hopf | |
Casting to GLubyte* to remove warning. | |||
2005-12-15 | Update package version number for final X11R7 release candidate.XORG-7_0XORG-6_99_99_904 | Kevin E Martin | |
2005-12-06 | Change *man_SOURCES ==> *man_PRE to fix autotools warnings.MODULAR_COPY | Kevin E Martin | |
2005-12-03 | Update package version number for X11R7 RC3 release.XORG-6_99_99_903 | Kevin E Martin | |
2005-11-30 | Bug #5146: Fix building of xdriinfo in the presence of NVIDIA libGL byXORG-6_8_99_903 | Eric Anholt | |
using the GLX 1.3 glXGetProcAddressARB instead of glXGetProcAddress. | |||
2005-11-28 | Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 | Alan Coopersmith | |
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir) | |||
2005-11-21 | Another pass at .cvsignores for apps. | Eric Anholt | |
2005-11-20 | Add/improve .cvsignore files for apps. | Eric Anholt | |
2005-10-19 | Update package version number for RC1 release.XORG-6_99_99_902XORG-6_99_99_901 | Kevin E Martin | |
2005-10-18 | Remove check for gl/glx.h as that fails when installing Mesa in a | Kevin E Martin | |
non-standard directory and causes the build script to exit. | |||
2005-10-17 | Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to | Alan Coopersmith | |
work better with BSD make | |||
2005-10-17 | Check for <GL/glx.h> & libGL in configure.ac instead of waiting for failure | Alan Coopersmith | |
at build time if neither Mesa nor vendor OpenGL is installed. | |||
2005-10-14 | Use sed to fill in variables in man page | Alan Coopersmith | |
2005-08-29 | Adding xdriinfo build system. | Daniel Stone | |
2004-06-16 | DRI trunk-20040613 importxprint_packagertest_20041217_basexprint_packagertest_20041125_basesco_port_update-baserel-0-6-1lg3d-rel-0-7-0lg3d-rel-0-6-2lg3d-baseXORG-6_99_99_900XORG-6_8_99_902XORG-6_8_99_901XORG-6_8_99_900XORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4XORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_16XORG-6_8_99_15XORG-6_8_99_14XORG-6_8_99_13XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10XORG-6_8_99_1XORG-6_8_2XORG-6_8_1_904XORG-6_8_1_903XORG-6_8_1_902XORG-6_8_1_901XORG-6_8_1XORG-6_8_0XORG-6_7_99_904XORG-6_7_99_903XORG-6_7_99_902XORG-6_7_99_901XORG-6_7_99_2XORG-6_7_99_1DRI-trunk-20040613xprint_packagertest_20041217xprint_packagertest_20041125sco_port_updatelg3d-masterlg3d-eventlg3d-dev-0-7-1lg3d-dev-0-7-0lg3d-dev-0-6-latestlg3d-dev-0-6-2lg3d-dev-0-6-1-latestlg3d-dev-0-6-1-currentlg3d-dev-0-6-1-1lg3d-dev-0-6-1lg3dXORG-6_8-branchCOMPOSITEWRAP | Eric Anholt | |
2004-06-16 | Initial revision | Eric Anholt | |