Determine whether PutImage hooks take a DrawablePtr by server version. Remove
[nouveau] / ChangeLog
1 2006-04-27  Aaron Plattner  <aplattner@nvidia.com>
2
3         * configure.ac:
4         * src/nv_video.c:
5         Determine whether PutImage hooks take a DrawablePtr by server version.
6         Remove dependency on xorg-server >= 1.0.99.901.
7
8 2006-04-25  Aaron Plattner  <aplattner@nvidia.com>
9
10         * configure.ac:
11         * src/nv_const.h:
12         Bump to 1.1.2 for new product names.
13
14 2006-04-25  Aaron Plattner  <aplattner@nvidia.com>
15
16         * src/nv_driver.c:
17         Add names for Quadro FX 5500, 3500, 1500, 560, 550, and 350.
18
19 2006-04-07  Adam Jackson  <ajax@freedesktop.org>
20
21         * configure.ac:
22         * src/nv_const.h:
23         Bump to 1.1.1 for Xv changes.
24
25 2006-04-07  Aaron Plattner  <aplattner@nvidia.com>
26
27         * src/nv_video.c: (NVPutImage):
28         Add a DrawablePtr argument to the XV functions to pave the way for
29         redirected video.
30
31 2006-04-07  Adam Jackson  <ajax@freedesktop.org>
32
33         * configure.ac:
34         * src/nv_const.h:
35         * src/nv_include.h:
36         * src/nv_local.h:
37         * src/nv_video.c:
38         * src/riva_const.h:
39         * src/riva_include.h:
40         * src/riva_local.h:
41         Unlibcwrap.  Bump server version requirement.  Bump to 1.1.0.
42
43 2006-03-27  Aaron Plattner  <aplattner@nvidia.com>
44
45         Bump version to 1.0.2.0 for release.
46
47 2006-03-09  Aaron Plattner  <aplattner@nvidia.com>
48
49         * src/nv_driver.c: (NVPreInit):
50         * src/riva_driver.c: (RivaPreInit):
51         Coverity nos. 868 and 869: Free the result of xf86GetEntityInfo.
52
53 2006-01-24  Aaron Plattner  <aplattner@nvidia.com>
54
55         * src/nv_driver.c:
56         Fix typo in PCI ID (reported by Stefan Dirsch).
57         Patch from Mark Vojkovich to XFree86 CVS on 2006-01-23.
58
59 2006-01-22  Aaron Plattner  <aplattner@nvidia.com>
60
61         * man/nv.man:
62         * src/nv_driver.c: (NVProbe), (NVPreInit):
63         * src/nv_hw.c: (nvGetClocks), (NVCalcStateExt), (NVLoadStateExt):
64         New chip support from Mark Vojkovich's 2006-01-20 and 2006-01-21 XFree86 CVS
65         updates.
66
67 2006-01-01  Aaron Plattner  <aplattner@nvidia.com>
68
69         * man/nv.man:
70         * src/nv_driver.c: (NVPreInit), (NVScreenInit), (NVRandRGetInfo),
71         (NVRandRSetConfig), (NVDriverFunc):
72         * src/nv_include.h:
73         * src/nv_shadow.c: (NVRefreshArea8), (NVRefreshArea16),
74         (NVRefreshArea32):
75         * src/nv_type.h:
76         Preliminary RandR rotation support.
77         Bug #4708 <https://bugs.freedesktop.org/show_bug.cgi?id=4708>
78
79 2005-12-20  Kevin E. Martin  <kem-at-freedesktop-dot-org>
80
81         * configure.ac:
82         Update package version for X11R7 release.
83
84 2005-12-14  Kevin E. Martin  <kem-at-freedesktop-dot-org>
85
86         * configure.ac:
87         Update package version number for final X11R7 release candidate.
88
89 2005-12-06  Kevin E. Martin  <kem-at-freedesktop-dot-org>
90
91         * man/Makefile.am:
92         Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
93
94 2005-12-03  Kevin E. Martin  <kem-at-freedesktop-dot-org>
95
96         * configure.ac:
97         Update package version number for X11R7 RC3 release.
98
99 2005-12-01  Kevin E. Martin  <kem-at-freedesktop-dot-org>
100
101         * configure.ac:
102         Remove extraneous AC_MSG_RESULT.
103
104 2005-11-29  Adam Jackson  <ajax@freedesktop.org>
105
106         * configure.ac:
107         Only build dlloader modules by default.
108
109 2005-11-09  Kevin E. Martin  <kem-at-freedesktop-dot-org>
110
111         * configure.ac:
112         Update package version number for X11R7 RC2 release.
113
114 2005-11-01  Kevin E. Martin  <kem-at-freedesktop-dot-org>
115
116         * configure.ac:
117         Update pkgcheck dependencies to work with separate build roots.