1commit 3727e9dd2b964bed15083e79e55051132522a148
2Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3Date:   Tue Mar 6 23:22:03 2018 -0800
4
5    xdriinfo 1.0.6
6
7    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8
9commit 6273d9dacbf165331c21bcda5a8945c8931d87b8
10Author: Hans de Goede <hdegoede@redhat.com>
11Date:   Mon Mar 13 12:18:53 2017 +0100
12
13    Fix xdriinfo not working with glvnd
14
15    For glx calls to work on libglvnd as glx provider we must first call
16    glXGetClientString. This also means that we can no longer take the
17    shortcut to not open the Display when a driver name is past to options.
18
19    Signed-off-by: Hans de Goede <hdegoede@redhat.com>
20
21commit 9f0b01c590d1bceb31657edbf52aa94680428038
22Author: Mihail Konev <k.mvc@ya.ru>
23Date:   Thu Jan 26 14:00:21 2017 +1000
24
25    autogen: add default patch prefix
26
27    Signed-off-by: Mihail Konev <k.mvc@ya.ru>
28
29commit 9ff8d18d8a32872a805c50776afc06438c9bfa2a
30Author: Emil Velikov <emil.l.velikov@gmail.com>
31Date:   Mon Mar 9 12:00:52 2015 +0000
32
33    autogen.sh: use quoted string variables
34
35    Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent
36    fall-outs, when they contain space.
37
38    Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
39    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
40    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
41
42commit 63c9e54c080f4546c31014f5dc347000a7114602
43Author: Peter Hutterer <peter.hutterer@who-t.net>
44Date:   Tue Jan 24 10:32:07 2017 +1000
45
46    autogen.sh: use exec instead of waiting for configure to finish
47
48    Syncs the invocation of configure with the one from the server.
49
50    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
51    Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
52
53commit d3a33f66615cbf727866d3db5cf20475d4bb1f77
54Author: Alan Coopersmith <alan.coopersmith@oracle.com>
55Date:   Thu Apr 16 23:04:02 2015 -0700
56
57    xdriinfo 1.0.5
58
59    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
60
61commit 4676f2fa92057c94a39830fb1215e9944f958c91
62Author: Alan Coopersmith <alan.coopersmith@oracle.com>
63Date:   Mon Jun 2 22:28:43 2014 -0700
64
65    autogen.sh: Honor NOCONFIGURE=1
66
67    See http://people.gnome.org/~walters/docs/build-api.txt
68
69    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
70
71commit c30dda24d012670959ddb78914ac53489a88ab61
72Author: Alan Coopersmith <alan.coopersmith@oracle.com>
73Date:   Mon Jun 2 22:28:43 2014 -0700
74
75    configure: Drop AM_MAINTAINER_MODE
76
77    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
78
79commit 70c75b22f4dee883941495e8dbc6dfa58c1991dd
80Author: Alan Coopersmith <alan.coopersmith@oracle.com>
81Date:   Tue Nov 26 23:15:30 2013 -0800
82
83    Add -version option to print program version
84
85    Add both -version & -display to man page, since options were not
86    previously documented.
87
88    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
89
90commit 3bac938bf49e6e543ffeaf7bbc0e6c17f5b30416
91Author: Alan Coopersmith <alan.coopersmith@oracle.com>
92Date:   Tue Nov 26 22:45:18 2013 -0800
93
94    Print which option was in error along with usage message
95
96    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
97
98commit db27eef6c2ab78bbae9fabcccd5720d3dfef44d9
99Author: Gaetan Nadon <memsize@videotron.ca>
100Date:   Wed Jan 19 10:06:56 2011 -0500
101
102    config: move man pages into their own directory
103
104    Use services provided by XORG_MANPAGE_SECTIONS.
105    Use standard Makefile for man pages.
106
107    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
108
109commit 3392e966c444c39bdcb89131dcd9822f1f135667
110Author: Gaetan Nadon <memsize@videotron.ca>
111Date:   Thu Jan 13 11:15:47 2011 -0500
112
113    man: remove trailing spaces and tabs
114
115    Using s/[ \t]*$//
116
117    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
118
119commit 1c67a45b6d9974469e3cbfc6da06e88d8b11ded2
120Author: Alan Coopersmith <alan.coopersmith@oracle.com>
121Date:   Mon Nov 8 23:02:10 2010 -0800
122
123    xdriinfo 1.0.4
124
125    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
126
127commit eda29cff30b4d86a6ae202d9ec7b9e53053038d7
128Author: Alan Coopersmith <alan.coopersmith@oracle.com>
129Date:   Mon Nov 8 00:01:53 2010 -0800
130
131    config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
132
133    Regroup AC statements under the Autoconf initialization section.
134    Regroup AM sttaements under the Automake initialization section.
135    Add missing AC_CONFIG_SRCDIR
136
137    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
138
139commit dcdb41471ddb985fe837f12ddea33ddd59e7499e
140Author: Alan Coopersmith <alan.coopersmith@oracle.com>
141Date:   Sun Nov 7 23:59:52 2010 -0800
142
143    config: Remove unnecessary calls from configure.ac
144
145    AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now
146    PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables
147    AC_TYPE_SIGNAL was not used in xdriinfo
148
149    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
150
151commit cc5faefb86c79aea188ebb0cd1d1c5b2f9ac54fb
152Author: Alan Coopersmith <alan.coopersmith@oracle.com>
153Date:   Sun Nov 7 23:58:42 2010 -0800
154
155    config: upgrade to util-macros 1.8 for additional man page support
156
157    Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
158    The value of MAN_SUBST is the same for all X.Org packages.
159
160    Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
161    Enables use of platform appropriate version of sed.
162
163    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
164
165commit 672494b0974d6d0b04cdf1d1003d996e48623fee
166Author: Gaetan Nadon <memsize@videotron.ca>
167Date:   Sun Nov 7 23:58:05 2010 -0800
168
169    config: update AC_PREREQ statement to 2.60
170
171    Unrelated to the previous patches, the new value simply reflects
172    the reality that the minimum level for autoconf to configure
173    all x.org modules is 2.60 dated June 2006.
174
175    ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
176
177    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
178    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
179
180commit 60771e4bf3f70d28c8b4b1833655261c853e35d7
181Author: Gaetan Nadon <memsize@videotron.ca>
182Date:   Thu Nov 26 09:19:53 2009 -0500
183
184    Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
185
186    Now that the INSTALL file is generated.
187    Allows running make maintainer-clean.
188
189commit 154841cf9c1aa8abb1e010f8b16fd71736a1f750
190Author: Gaetan Nadon <memsize@videotron.ca>
191Date:   Wed Oct 28 14:09:08 2009 -0400
192
193    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
194
195    Add missing INSTALL file. Use standard GNU file on building tarball
196    README may have been updated
197    Remove AUTHORS file as it is empty and no content available yet.
198    Remove NEWS file as it is empty and no content available yet.
199
200commit 22dd0b3f6fce230a58a7552d56b5f582ef5e8abe
201Author: Gaetan Nadon <memsize@videotron.ca>
202Date:   Mon Oct 26 22:08:38 2009 -0400
203
204    Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
205
206    ChangeLog filename is known to Automake and requires no further
207    coding in the makefile.
208
209commit 7b698f1a4e5706db509d3db63fa94f5648e7a690
210Author: Gaetan Nadon <memsize@videotron.ca>
211Date:   Thu Oct 22 12:34:15 2009 -0400
212
213    .gitignore: use common defaults with custom section # 24239
214
215    Using common defaults will reduce errors and maintenance.
216    Only the very small or inexistent custom section need periodic maintenance
217    when the structure of the component changes. Do not edit defaults.
218
219commit 87def102d6aa06ac730791426c61a7af00772ffb
220Author: Gaetan Nadon <memsize@videotron.ca>
221Date:   Sun Sep 27 15:33:12 2009 -0400
222
223    Makefile.am: do not include autogen.sh in distribution #24183
224
225    This is a private build script that should not be distributed
226
227commit a5041bd0be9d1b54f4e6683c141745f5ed0d6294
228Author: Alan Coopersmith <alan.coopersmith@sun.com>
229Date:   Fri Oct 16 16:20:33 2009 -0700
230
231    xdriinfo 1.0.3
232
233    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
234
235commit 7c88f82a86249eac513643c2a5f4dceb86cb754d
236Author: Alan Coopersmith <alan.coopersmith@sun.com>
237Date:   Fri Oct 16 16:20:14 2009 -0700
238
239    Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
240
241    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
242
243commit cdec3cdf9e45c8232ffba8f8ad51d2880d8e6da9
244Author: Alan Coopersmith <alan.coopersmith@sun.com>
245Date:   Thu Oct 1 14:54:22 2009 -0700
246
247    Add README with pointers to mailing lists, bugzilla, & git
248
249    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
250
251commit 10444fb87f13b5c531714f2564c976ca6ca5fd90
252Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
253Date:   Tue Jan 20 16:29:24 2009 -0200
254
255    Correct make distcheck failure and sparse warnings.
256
257commit 4cd79eba9a2a4763f34a30d0ed71c9a5ac6f4353
258Author: James Cloos <cloos@jhcloos.com>
259Date:   Thu Dec 6 15:51:06 2007 -0500
260
261    Add missing PHONY line for automatic ChangeLog generation
262
263commit 46dcc268ae983b7f1214b1839776f8f5d72f4222
264Author: Alan Coopersmith <alan.coopersmith@sun.com>
265Date:   Fri Aug 17 16:27:11 2007 -0700
266
267    Version bump: 1.0.2
268
269commit f930da05f9d0af42d2daa026b1e99a9e5f0ff4a7
270Author: Alan Coopersmith <alan.coopersmith@sun.com>
271Date:   Fri Aug 17 16:26:04 2007 -0700
272
273    Replace static ChangeLog with dist-hook to generate from git log
274
275commit 1d8078119bdfc51e656ca4eb0e5ad122f334cd88
276Author: Alan Coopersmith <alan.coopersmith@sun.com>
277Date:   Fri Aug 10 15:22:05 2007 -0700
278
279    Change xdriinfo_CFLAGS to AM_CFLAGS to make automake-1.10 happier
280
281    Makefile.am:27: compiling `xdriinfo.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac'
282
283commit 49b3932cec1d026195129b35a7e1f982c3a70e99
284Author: Alan Coopersmith <alan.coopersmith@sun.com>
285Date:   Thu May 24 18:13:03 2007 -0700
286
287    renamed: .cvsignore -> .gitignore
288
289commit b833138c8caf357326a5c708bb7f31b6f5d081bf
290Author: Alan Coopersmith <alan.coopersmith@sun.com>
291Date:   Thu May 24 18:12:27 2007 -0700
292
293    X.Org bug #10616: Add all the X info commands to See Also in man page
294
295    X.Org Bugzilla #10616: <https://bugs.freedesktop.org/show_bug.cgi?id=10616>
296    Reported upstream from
297    Debian bug #350313 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=350313>
298
299commit a563d95affd78ebfae6a59425ea2c1832f97efa6
300Author: Adam Jackson <ajax@nwnk.net>
301Date:   Sat Apr 8 02:31:21 2006 +0000
302
303    Bump to 1.0.1.
304
305commit 12209b48afe65215e693b00bfb0397e275e85114
306Author: Matthias Hopf <mhopf@suse.de>
307Date:   Mon Jan 16 10:54:14 2006 +0000
308
309    GLX_GLXEXT_LEGACY -> GLX_GLXEXT_PROTOTYPES + glxext.h
310
311commit 36c5e81eff50ef34f8b96014c8ee04c0563ab853
312Author: Matthias Hopf <mhopf@suse.de>
313Date:   Fri Jan 13 16:06:10 2006 +0000
314
315    Using glXGetProcAddressARB instead of glXGetProcAddress.
316    Casting to GLubyte* to remove warning.
317
318commit d7bbc6892078a0541dd4302277eb67ff0bd90e0d
319Author: Kevin E Martin <kem@kem.org>
320Date:   Thu Dec 15 00:24:06 2005 +0000
321
322    Update package version number for final X11R7 release candidate.
323
324commit 9073b89b1dcaaa7d3ad61c1228290fad12c356f7
325Author: Kevin E Martin <kem@kem.org>
326Date:   Tue Dec 6 22:48:21 2005 +0000
327
328    Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
329
330commit 34efbba5acd968eb07c0ab6702371d5833353970
331Author: Kevin E Martin <kem@kem.org>
332Date:   Sat Dec 3 05:49:19 2005 +0000
333
334    Update package version number for X11R7 RC3 release.
335
336commit ce638f553d89bb202eff94397933ee3c40165819
337Author: Eric Anholt <anholt@freebsd.org>
338Date:   Wed Nov 30 01:17:30 2005 +0000
339
340    Bug #5146: Fix building of xdriinfo in the presence of NVIDIA libGL by
341        using the GLX 1.3 glXGetProcAddressARB instead of glXGetProcAddress.
342
343commit 5777c79b762a65b1610ea59f7f3fd47241f797b6
344Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
345Date:   Mon Nov 28 22:01:41 2005 +0000
346
347    Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
348        update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
349
350commit f206a4af9754100eadaa1ca621abf475d005e0de
351Author: Eric Anholt <anholt@freebsd.org>
352Date:   Mon Nov 21 10:35:00 2005 +0000
353
354    Another pass at .cvsignores for apps.
355
356commit fe407362531a53339c00782a2f7aa90e8f6a47dd
357Author: Eric Anholt <anholt@freebsd.org>
358Date:   Sun Nov 20 22:08:51 2005 +0000
359
360    Add/improve .cvsignore files for apps.
361
362commit 2c7a5cc7407dd6f7132cf3b50c65f3408872a1a2
363Author: Kevin E Martin <kem@kem.org>
364Date:   Wed Oct 19 02:47:53 2005 +0000
365
366    Update package version number for RC1 release.
367
368commit fe1aed987cafbbb9eb6ea165487b8891473ea52d
369Author: Kevin E Martin <kem@kem.org>
370Date:   Tue Oct 18 20:25:30 2005 +0000
371
372    Remove check for gl/glx.h as that fails when installing Mesa in a
373        non-standard directory and causes the build script to exit.
374
375commit d30bf6da2b0fcf960805d099ef4903c9a3ae5d9d
376Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
377Date:   Mon Oct 17 23:56:22 2005 +0000
378
379    Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
380        work better with BSD make
381
382commit 2ff37b7da09549f212207d3ea24a0295e5f8c955
383Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
384Date:   Mon Oct 17 23:23:22 2005 +0000
385
386    Check for <GL/glx.h> & libGL in configure.ac instead of waiting for failure
387        at build time if neither Mesa nor vendor OpenGL is installed.
388
389commit 8060bfb0e6211bd8f871770bee40f56df4f5fa2c
390Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
391Date:   Fri Oct 14 00:25:44 2005 +0000
392
393    Use sed to fill in variables in man page
394
395commit ae8b217d70907921d4df62a17c7f78cdb99474fe
396Author: Daniel Stone <daniel@fooishbar.org>
397Date:   Mon Aug 29 11:07:33 2005 +0000
398
399    Adding xdriinfo build system.
400
401commit d5234bf9acf43337c35c6b83d003a8a5aab9b61b
402Author: Eric Anholt <anholt@freebsd.org>
403Date:   Wed Jun 16 09:27:39 2004 +0000
404
405    DRI trunk-20040613 import
406
407commit bbc27fa912a112fad8d28a566d8fab9db5d8bb3f
408Author: Eric Anholt <anholt@freebsd.org>
409Date:   Wed Jun 16 09:27:39 2004 +0000
410
411    Initial revision
412