blob: 2f0efb906b55f414c37a3f7c706af622516cef00 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
2006-04-01 Adam Jackson <ajax@freedesktop.org>
* configure.ac:
Bump to 1.0.1.
2006-01-16 Matthias Hopf <mhopf@suse.de>
* xdriinfo.c:
GLX_GLXEXT_LEGACY -> GLX_GLXEXT_PROTOTYPES + glxext.h
2006-01-13 Matthias Hopf <mhopf@suse.de>
* configure.ac:
Using glXGetProcAddressARB instead of glXGetProcAddress.
* xdriinfo.c: (main):
Casting to GLubyte* to remove warning.
2005-12-14 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
Update package version number for final X11R7 release candidate.
2005-12-06 Kevin E. Martin <kem-at-freedesktop-dot-org>
* Makefile.am:
Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
2005-12-03 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
Update package version number for X11R7 RC3 release.
2005-10-18 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
Update package version number for RC1 release.
2005-10-18 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac: Remove check for gl/glx.h as that fails when
installing Mesa in a non-standard directory and causes the build
script to exit.
|