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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
|
2006-05-24 Aaron Plattner <aplattner@nvidia.com>
* configure.ac:
* src/nv_const.h:
* src/riva_const.h:
Derive the module version numbers from the package version. This idea was
lifted from Michel Dänzer's similar code in xf86-video-ati.
* src/riva_driver.c:
Make the riva and nv driver versions match.
2006-04-27 Aaron Plattner <aplattner@nvidia.com>
* configure.ac:
* src/nv_include.h:
* src/nv_local.h:
* src/nv_video.c:
* src/riva_include.h:
* src/riva_local.h:
Add the libcwrapper back, conditionalized on the server version.
2006-04-27 Aaron Plattner <aplattner@nvidia.com>
* configure.ac:
* src/nv_video.c:
Determine whether PutImage hooks take a DrawablePtr by server version.
Remove dependency on xorg-server >= 1.0.99.901.
2006-04-25 Aaron Plattner <aplattner@nvidia.com>
* configure.ac:
* src/nv_const.h:
Bump to 1.1.2 for new product names.
2006-04-25 Aaron Plattner <aplattner@nvidia.com>
* src/nv_driver.c:
Add names for Quadro FX 5500, 3500, 1500, 560, 550, and 350.
2006-04-07 Adam Jackson <ajax@freedesktop.org>
* configure.ac:
* src/nv_const.h:
Bump to 1.1.1 for Xv changes.
2006-04-07 Aaron Plattner <aplattner@nvidia.com>
* src/nv_video.c: (NVPutImage):
Add a DrawablePtr argument to the XV functions to pave the way for
redirected video.
2006-04-07 Adam Jackson <ajax@freedesktop.org>
* configure.ac:
* src/nv_const.h:
* src/nv_include.h:
* src/nv_local.h:
* src/nv_video.c:
* src/riva_const.h:
* src/riva_include.h:
* src/riva_local.h:
Unlibcwrap. Bump server version requirement. Bump to 1.1.0.
2006-03-27 Aaron Plattner <aplattner@nvidia.com>
Bump version to 1.0.2.0 for release.
2006-03-09 Aaron Plattner <aplattner@nvidia.com>
* src/nv_driver.c: (NVPreInit):
* src/riva_driver.c: (RivaPreInit):
Coverity nos. 868 and 869: Free the result of xf86GetEntityInfo.
2006-01-24 Aaron Plattner <aplattner@nvidia.com>
* src/nv_driver.c:
Fix typo in PCI ID (reported by Stefan Dirsch).
Patch from Mark Vojkovich to XFree86 CVS on 2006-01-23.
2006-01-22 Aaron Plattner <aplattner@nvidia.com>
* man/nv.man:
* src/nv_driver.c: (NVProbe), (NVPreInit):
* src/nv_hw.c: (nvGetClocks), (NVCalcStateExt), (NVLoadStateExt):
New chip support from Mark Vojkovich's 2006-01-20 and 2006-01-21 XFree86 CVS
updates.
2006-01-01 Aaron Plattner <aplattner@nvidia.com>
* man/nv.man:
* src/nv_driver.c: (NVPreInit), (NVScreenInit), (NVRandRGetInfo),
(NVRandRSetConfig), (NVDriverFunc):
* src/nv_include.h:
* src/nv_shadow.c: (NVRefreshArea8), (NVRefreshArea16),
(NVRefreshArea32):
* src/nv_type.h:
Preliminary RandR rotation support.
Bug #4708 <https://bugs.freedesktop.org/show_bug.cgi?id=4708>
2005-12-20 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
Update package version for X11R7 release.
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>
* man/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-12-01 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
Remove extraneous AC_MSG_RESULT.
2005-11-29 Adam Jackson <ajax@freedesktop.org>
* configure.ac:
Only build dlloader modules by default.
2005-11-09 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
Update package version number for X11R7 RC2 release.
2005-11-01 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
Update pkgcheck dependencies to work with separate build roots.
|