123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305 |
- commit 3040728fda7c54eb0c606adef43f766483c57d85
- Author: Alan Coopersmith <alan.coopersmith@oracle.com>
- Date: Wed Jan 5 19:57:04 2011 -0800
- xf86driproto 2.1.1
-
- Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
- commit c0c8ff516f40d5b9f0d595c0c381c895c39309b9
- Author: Alan Coopersmith <alan.coopersmith@oracle.com>
- Date: Wed Jan 5 19:55:21 2011 -0800
- config: Add missing AC_CONFIG_SRCDIR
-
- 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>
- commit 6f3c1924a6018f8fc090f57e0fcab00d50707dcb
- Author: Gaetan Nadon <memsize@videotron.ca>
- Date: Sun Mar 28 19:25:52 2010 -0400
- config: update AC_PREREQ statement to 2.60
-
- 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>
- commit 08685b196d8d23316c4af71c92bce064960d6a7e
- Author: Gaetan Nadon <memsize@videotron.ca>
- Date: Sun Mar 28 19:00:31 2010 -0400
- config: remove the pkgconfig pc.in file from EXTRA_DIST
-
- Automake always includes it in the tarball.
-
- Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
- commit da649277299743e8a718279d9c2c540a6e27f471
- Author: Gaetan Nadon <memsize@videotron.ca>
- Date: Mon Nov 16 11:47:45 2009 -0500
- COPYING: add Copyright from Precision Insight
-
- 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>
- commit 524ce1c2915ddc7036975effaa3207b7ad12f7b9
- Author: Gaetan Nadon <memsize@videotron.ca>
- Date: Sun Nov 22 19:24:48 2009 -0500
- Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
-
- Now that the INSTALL file is generated.
- Allows running make maintainer-clean.
- commit ee3c810505fa7231c8161437cf7d1b68a0b1c1a7
- Author: Gaetan Nadon <memsize@videotron.ca>
- Date: Mon Nov 16 11:13:30 2009 -0500
- README: file created or updated #24206
-
- Contains a set of URLs to freedesktop.org.
- commit ea4ec54bbca6b04c26214ead0a49db38f12c3119
- Author: Gaetan Nadon <memsize@videotron.ca>
- Date: Sun Nov 15 19:45:27 2009 -0500
- Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
-
- ChangeLog filename is known to Automake and requires no further
- coding in the makefile.
- commit 8cf234fc7fb91ed42c3a4b3b97fd90ece48497ab
- Author: Gaetan Nadon <memsize@videotron.ca>
- Date: Sun Nov 15 18:31:29 2009 -0500
- Makefile.am: INSTALL file is missing or incorrect #24206
-
- The standard GNU file on building/installing tarball is copied
- using the XORG_INSTALL macro contained in XORG_DEFAULT_OPTIONS
- Add INSTALL target
- commit 30320a369e8f07b950347361fdedddb4b3f289a3
- Author: Gaetan Nadon <memsize@videotron.ca>
- Date: Sun Nov 15 18:11:36 2009 -0500
- configure.ac: deploy the new XORG_DEFAULT_OPTIONS #24242
-
- This macro aggregate a number of existing macros that sets commmon
- X.Org components configuration options. It shields the configuration file from
- future changes.
- commit 437f9e034a4a75879a8cf48e46f22edb3e67b2d6
- Author: Gaetan Nadon <memsize@videotron.ca>
- Date: Sun Nov 15 13:55:25 2009 -0500
- configure.ac: AM_MAINTAINER_MODE missing #24238
-
- This turns off maintainer mode build rules in tarballs.
- Works in conjunction with autogen.sh --enable-maintainer-mode
- commit 99ee5f56cd6dee625972bd2d077171c6233b4bb7
- Author: Gaetan Nadon <memsize@videotron.ca>
- Date: Sat Nov 14 18:26:47 2009 -0500
- .gitignore: use common defaults with custom section # 24239
-
- 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.
- commit f4e8747d545ec7785e3e0d965dcc151f625e2a70
- Author: Peter Hutterer <peter.hutterer@who-t.net>
- Date: Wed Aug 26 12:06:02 2009 +1000
- Bump to 2.1.0
-
- Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
- commit 734355de07c6f2d4266f842d40118cc563032fee
- Author: Peter Hutterer <peter.hutterer@who-t.net>
- Date: Wed Aug 26 12:05:32 2009 +1000
- Remove Xfuncproto.h include.
-
- This is a protocol header file.
-
- Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
- commit eca4c8a4de139181211523237ecdf6695a25828f
- Author: Peter Hutterer <peter.hutterer@who-t.net>
- Date: Wed Aug 26 12:04:33 2009 +1000
- Move xf86dristr.h to xf86driproto.h for consistency with other modules.
-
- Provide a stub xf86dristr.h to avoid breaking clients.
-
- Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
- commit 90e38c137b3dd7e3ca752de1daba2cb6958b9d38
- Author: Peter Hutterer <peter.hutterer@who-t.net>
- Date: Wed Aug 26 12:02:36 2009 +1000
- Remove RCS tags
-
- Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
- commit e5baafc41e4d3419e2e26bb4c8283febddc0b3c7
- Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
- Date: Tue Jan 27 20:06:28 2009 -0200
- Janitor: Correct make distcheck and dont distribute autogen.sh
- commit f911b95b9451bbdcb8fb83952c6c554d8c48a34a
- Author: Julien Cristau <jcristau@debian.org>
- Date: Wed May 7 20:55:22 2008 +0200
- Bump to 2.0.4
-
- Apparently this was done when building the tarballs, but never pushed to
- git.
- commit beafefcb82089ec0bd629a66054e2982bdcaee51
- Author: James Cloos <cloos@jhcloos.com>
- Date: Thu Dec 6 16:39:12 2007 -0500
- Replace static ChangeLog with dist-hook to generate from git log
- commit 55dd8f55f3f99051c4579e9574c10ecc9863830e
- Author: Kristian Høgsberg <krh@redhat.com>
- Date: Mon Oct 29 20:35:58 2007 -0400
- dri_interface.h doesn't belong here, remove function protos from xf86dri.h.
- commit 28590a910f78fcdac526c61e9e427360128f3131
- Author: James Cloos <cloos@jhcloos.com>
- Date: Mon Sep 3 05:54:29 2007 -0400
- Add *~ to .gitignore to skip patch/emacs droppings
- commit a9000b5b3756af2bddb9f3212a682ef647712ff8
- Author: Alan Coopersmith <alan.coopersmith@sun.com>
- Date: Fri Jul 14 18:56:46 2006 -0700
- renamed: .cvsignore -> .gitignore
- commit 3b20ea7958208c3ada4d6949c0f0da5525f0980c
- Author: Kevin E Martin <kem@kem.org>
- Date: Wed Dec 21 02:30:07 2005 +0000
- Update package version for X11R7 release.
- commit 43fec892e803cb16399e104570ec2fdbaa325d07
- Author: Adam Jackson <ajax@nwnk.net>
- Date: Mon Dec 19 16:32:25 2005 +0000
- Stub COPYING files
- commit 02508b373e5a11b7c2cd2b4b8d7cb4180ffd436c
- Author: Kevin E Martin <kem@kem.org>
- Date: Thu Dec 15 00:24:39 2005 +0000
- Update package version number for final X11R7 release candidate.
- commit 61151bb21165ca3bde0adad4d7b05ce1203779ac
- Author: Kevin E Martin <kem@kem.org>
- Date: Thu Dec 1 03:11:36 2005 +0000
- Mesa 6.4.1 import
- commit 035d99d0f33c9ef3ec1715b0ada02a072a9f427e
- Author: Kevin E Martin <kem@kem.org>
- Date: Wed Oct 19 02:48:16 2005 +0000
- Update package version number for RC1 release.
- commit f863e56ae8d60345523a493a0fe77c1080aa0892
- Author: Adam Jackson <ajax@nwnk.net>
- Date: Tue Oct 18 06:05:04 2005 +0000
- dri_interface.h in xf86driproto
- commit a2df5606ccf0402178efcb04e198d474a20e4528
- Author: Kevin E Martin <kem@kem.org>
- Date: Tue Oct 18 02:51:49 2005 +0000
- Mesa 6.4 20051017 import
- commit c519c132d102b08d6d6953833e3d62f7e83111b3
- Author: Eric Anholt <anholt@freebsd.org>
- Date: Tue Aug 2 19:19:40 2005 +0000
- Add basic .cvsignore files for proto modules.
- commit 9b14371827ade0593d580fcf531484c88013ddef
- Author: Adam Jackson <ajax@nwnk.net>
- Date: Sun Jul 31 16:45:58 2005 +0000
- Mesa 6.3.1 import
- commit 27eed01842ea01f890b160a197810359ba7f107f
- Author: Adam Jackson <ajax@nwnk.net>
- Date: Sun Jul 31 16:45:58 2005 +0000
- Initial revision
- commit 13245a0c846a04833b37a0c61e4cec02a6c23b02
- Author: Kevin E Martin <kem@kem.org>
- Date: Fri Jul 29 21:22:57 2005 +0000
- Various changes preparing packages for RC0:
- - 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
- commit 10bc0e6d7b8c056459928d97e238027b5c016708
- Author: Kevin E Martin <kem@kem.org>
- Date: Thu Jul 14 22:19:19 2005 +0000
- Install xf86drstr.h as well Update the .pc file to include the correct path
- commit fa615bf684434a31c637eba45ba0fe01906a765e
- Author: Adam Jackson <ajax@nwnk.net>
- Date: Sun Jul 10 23:15:32 2005 +0000
- DRI protocol module
- commit 267dc158de53bd25b8ad55c75d043570425d5bff
- Author: Adam Jackson <ajax@nwnk.net>
- Date: Tue Dec 14 19:26:25 2004 +0000
- Import Mesa 6.2.1 (trimmed).
- commit 19d9bf1b083dc6717dde51952a10a77c85515b38
- Author: Eric Anholt <anholt@freebsd.org>
- Date: Thu Jul 22 06:49:46 2004 +0000
- Mesa 6.1 20040721 import
- commit be488358cb2ffeeb86e9fa458d9955191222ef75
- Author: Eric Anholt <anholt@freebsd.org>
- Date: Wed Jun 16 09:16:34 2004 +0000
- Mesa 6.1 20040613 import
- commit c32e91d7460e39cecd345f4cf3caffcce128a6e6
- Author: Eric Anholt <anholt@freebsd.org>
- Date: Wed Jun 16 09:16:34 2004 +0000
- Initial revision
|