summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-03-01Deprecate xf86driprotoHEADmasterAdam Jackson3-54/+4
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-24autogen.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-24autogen.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>
2013-10-26config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILESGaetan Nadon1-1/+2
Fix Automake warning: AC_OUTPUT should be used without arguments. www.gnu.org/software/autoconf/manual/autoconf.html#Configuration-Files Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2013-03-08xf86driproto.h needs to have (Rik) Faith in the DRI authorsAlan Coopersmith1-1/+1
not Rik "Fiath", as was previously typoed Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-01-15autogen.sh: Implement GNOME Build APIColin Walters1-1/+3
http://people.gnome.org/~walters/docs/build-api.txt Signed-off-by: Adam Jackson <ajax@redhat.com>
2013-01-15configure: Remove AM_MAINTAINER_MODEAdam Jackson1-1/+0
Signed-off-by: Adam Jackson <ajax@redhat.com>
2011-01-05xf86driproto 2.1.1xf86driproto-2.1.1Alan Coopersmith1-1/+2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2011-01-05config: Add missing AC_CONFIG_SRCDIRAlan Coopersmith1-0/+7
Regroup AC statements under the Autoconf initialization section. Regroup AM statements under the Automake initialization section. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-03-28config: 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-03-28config: remove the pkgconfig pc.in file from EXTRA_DISTGaetan Nadon1-1/+0
Automake always includes it in the tarball. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2009-12-30COPYING: add Copyright from Precision InsightGaetan Nadon1-8/+20
And also from VA Linux Systems. The COPYING file contains all Copyright notices from source code. Refer to xf86dri.h. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2009-11-22Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon1-0/+2
Now that the INSTALL file is generated. Allows running make maintainer-clean.
2009-11-16README: file created or updated #24206Gaetan Nadon1-0/+30
Contains a set of URLs to freedesktop.org.
2009-11-15Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432Gaetan Nadon1-3/+0
ChangeLog filename is known to Automake and requires no further coding in the makefile.
2009-11-15Makefile.am: INSTALL file is missing or incorrect #24206Gaetan Nadon1-2/+5
The standard GNU file on building/installing tarball is copied using the XORG_INSTALL macro contained in XORG_DEFAULT_OPTIONS Add INSTALL target
2009-11-15configure.ac: deploy the new XORG_DEFAULT_OPTIONS #24242Gaetan Nadon1-5/+5
This macro aggregate a number of existing macros that sets commmon X.Org components configuration options. It shields the configuration file from future changes.
2009-11-15configure.ac: AM_MAINTAINER_MODE missing #24238Gaetan Nadon1-0/+1
This turns off maintainer mode build rules in tarballs. Works in conjunction with autogen.sh --enable-maintainer-mode
2009-11-15.gitignore: use common defaults with custom section # 24239Gaetan Nadon1-7/+71
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-08-26Bump to 2.1.0xf86driproto-2.1.0Peter Hutterer1-1/+1
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-08-26Remove Xfuncproto.h include.Peter Hutterer1-1/+0
This is a protocol header file. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-08-26Move xf86dristr.h to xf86driproto.h for consistency with other modules.Peter Hutterer3-343/+346
Provide a stub xf86dristr.h to avoid breaking clients. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-08-26Remove RCS tagsPeter Hutterer2-2/+0
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-01-27Janitor: Correct make distcheck and dont distribute autogen.shPaulo Cesar Pereira de Andrade3-2/+9
2008-05-07Bump to 2.0.4Julien Cristau1-1/+1
Apparently this was done when building the tarballs, but never pushed to git.
2007-12-06Replace static ChangeLog with dist-hook to generate from git logxf86driproto-2.0.4James Cloos2-9/+10
2007-10-29dri_interface.h doesn't belong here, remove function protos from xf86dri.h.Kristian Høgsberg3-535/+0
2007-09-03Add *~ to .gitignore to skip patch/emacs droppingsJames Cloos1-0/+1
2006-07-14renamed: .cvsignore -> .gitignoreAlan Coopersmith1-0/+0
2005-12-21Update package version for X11R7 release.xf86driproto-2.0.3XORG-7_1XORG-7_0_99_901XORG-7_0Kevin E Martin2-1/+6
2005-12-19Stub COPYING filesAdam Jackson1-0/+12
2005-12-15Update package version number for final X11R7 release candidate.XORG-6_99_99_904Kevin E Martin2-1/+5
2005-12-01Mesa 6.4.1 importXORG-6_99_99_903XORG-6_8_99_903MODULAR_COPYMESA-6_4_1Kevin E Martin1-1/+0
2005-10-19Update package version number for RC1 release.XORG-6_99_99_902XORG-6_99_99_901Kevin E Martin1-1/+1
2005-10-18dri_interface.h in xf86driprotoAdam Jackson1-0/+3
2005-10-18Mesa 6.4 20051017 importXORG-6_8_99_902XORG-6_8_99_901MESA-6_4-20051108MESA-6_4-20051017Kevin E Martin1-6/+0
2005-08-02Add basic .cvsignore files for proto modules.Eric Anholt1-0/+10
2005-07-31Mesa 6.3.1 importXORG-6_99_99_900XORG-6_8_99_900MESA-6_3_1_1-20050731Adam Jackson1-149/+118
2005-07-31Initial revisionAdam Jackson2-0/+465
2005-07-29Various changes preparing packages for RC0:Kevin E Martin1-2/+4
- Verify and update package version numbers as needed - Implement versioning scheme - Change bug address to point to bugzilla bug entry form - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to reenable it) - Fix makedepend to use pkgconfig and pass distcheck - Update build script to build macros first - Update modular Xorg version
2005-07-14Install xf86drstr.h as well Update the .pc file to include the correct pathKevin E Martin2-2/+2
2005-07-10DRI protocol moduleAdam Jackson4-0/+34
2004-12-14Import Mesa 6.2.1 (trimmed).sco_port_update-baseXORG-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_1MESA-6_2_1-20041214Adam Jackson1-0/+3
2004-07-22Mesa 6.1 20040721 importrel-0-6-1lg3d-rel-0-7-0lg3d-baseXORG-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_1MESA-6_1-20040812MESA-6_1-20040721MESA-6_1Eric Anholt1-5/+8
2004-06-16Mesa 6.1 20040613 importMESA-6_1-20040613Eric Anholt0-0/+0
2004-06-16Initial revisionEric Anholt1-0/+509