~ubuntu-branches/ubuntu/trusty/xserver-xorg-video-sis/trusty

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Package Import Robot
  • Author(s): Cyril Brulebois
  • Date: 2012-05-01 19:17:28 UTC
  • mfrom: (4.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20120501191728-lin26r5cjg0kfo1k
Tags: 1:0.10.4-1
* New upstream release:
  - Fix FTBFS with X server 1.12.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
commit e067fc080c653a5d47cd319ca1a7afeebe6c7c4e
 
2
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
 
3
Date:   Fri Mar 23 19:52:38 2012 -0700
 
4
 
 
5
    xf86-video-sis 0.10.4
 
6
    
 
7
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
 
8
 
 
9
commit f5dafa24d825a7d279c8177422c66b997b82d240
 
10
Author: Johannes Obermayr <johannesobermayr@gmx.de>
 
11
Date:   Mon Feb 6 23:15:31 2012 +0100
 
12
 
 
13
    Fix build with XInput version 12.
 
14
    
 
15
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
 
16
 
 
17
commit bdaf1ba97cf8b0abb5aeee97a822ee466bf8f5f5
 
18
Author: Peter Hutterer <peter.hutterer@who-t.net>
 
19
Date:   Tue Jan 17 15:21:26 2012 +1000
 
20
 
 
21
    Undo typos from last commit
 
22
    
 
23
    Reported-by: Tormod Volden <debian.tormod@gmail.com>
 
24
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
 
25
 
 
26
commit 9c1f8f775ca692858fd88e325ef815cc49e55805
 
27
Author: Peter Hutterer <peter.hutterer@who-t.net>
 
28
Date:   Wed Jan 4 13:58:01 2012 +1000
 
29
 
 
30
    Untangle XF86DRI from the driver-specific DRI define
 
31
    
 
32
    XF86DRI is defined by xorg-server.h, so --disable-dri in the sis driver
 
33
    itself does exactly nothing other than not fill in the CFLAGS and thus stop
 
34
    the driver from compiling.
 
35
    
 
36
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
 
37
    Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
 
38
 
 
39
commit 16724f3ecd322c64d9ee164fb122d4285d9cef08
 
40
Author: Peter Hutterer <peter.hutterer@who-t.net>
 
41
Date:   Mon Oct 31 15:03:21 2011 +1000
 
42
 
 
43
    Use miPointerSetPosition, not miPointerAbsoluteCursor
 
44
    
 
45
    miPointerAbsoluteCursor was removed in '09.
 
46
    
 
47
    Technically this shouldn't just work on the VCP since any master pointer may
 
48
    end up in the dead area. However, I suspect the Venn diagramm of MPX users
 
49
    and sis merged framebuffer users shows little overlap.
 
50
    
 
51
    miPointerSetPosition's prototype changed a few times, these are a bunch of
 
52
    untested ifdefs that should be correct according to the git history.
 
53
    
 
54
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
 
55
    Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
 
56
 
 
57
commit 3e0d8e11927b8c68f6531eef39eb5bca557e887b
 
58
Author: Adam Jackson <ajax@redhat.com>
 
59
Date:   Mon Dec 19 17:28:33 2011 -0500
 
60
 
 
61
    Fall back to shadowfb if XAA is unavailable
 
62
    
 
63
    Signed-off-by: Adam Jackson <ajax@redhat.com>
 
64
 
 
65
commit 2b459f385dc2f1b5e769e2ce84b6f4ec099c0a23
 
66
Author: Jeremy Huddleston <jeremyhu@apple.com>
 
67
Date:   Mon Oct 31 11:57:49 2011 -0700
 
68
 
 
69
    Build fix for older servers (error: conflicting types for 'pciTag')
 
70
    
 
71
    /usr/include/xorg/xf86Pci.h:254:25: note: previous declaration of 'pciTag' was here
 
72
    
 
73
    Reported-by: Johannes Obermayr <johannesobermayr@gmx.de>
 
74
    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
 
75
 
 
76
commit 0ab07a477a4916923a13c073c3fd6e575e79f725
 
77
Author: Jeremy Huddleston <jeremyhu@apple.com>
 
78
Date:   Sun Oct 30 11:09:30 2011 -0700
 
79
 
 
80
    Use pci_device_map_legacy rather than xf86MapDomainMemory on newer servers
 
81
    
 
82
    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
 
83
 
 
84
commit 77046f9be08295dbca69b51987df3308a284d87e
 
85
Author: Jeremy Huddleston <jeremyhu@apple.com>
 
86
Date:   Sat Oct 29 17:44:55 2011 -0700
 
87
 
 
88
    Convert use of LookupWindow to dixLookupWindow
 
89
    
 
90
    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
 
91
 
 
92
commit 06f8213bffd27360d5cc3df0cad19b102cc928e2
 
93
Author: Jeremy Huddleston <jeremyhu@apple.com>
 
94
Date:   Sat Oct 29 17:32:21 2011 -0700
 
95
 
 
96
    pciTag was removed from xorg-server, so provide it in-driver until this is updated to use libpciaccess
 
97
    
 
98
    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
 
99
 
 
100
commit 03644653d051e4f5b8498c790626a9bed2756a89
 
101
Author: Jeremy Huddleston <jeremyhu@apple.com>
 
102
Date:   Sat Oct 29 17:25:18 2011 -0700
 
103
 
 
104
    Silence warnings by using newer xf86dgaproto
 
105
    
 
106
    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
 
107
 
 
108
commit 4b0aab53a1e8500578f86178761f4c805b2a5990
 
109
Author: Jeremy Huddleston <jeremyhu@apple.com>
 
110
Date:   Wed Oct 19 00:40:32 2011 -0700
 
111
 
 
112
    Build fix for ABI Version 12
 
113
    
 
114
    ABI Version 12 removes support for multiple PCI domains.  If you need to
 
115
    use this driver on a system with more than one PCI domain, you should
 
116
    either port this driver to using libpciaccess directly or stick with an
 
117
    older server.
 
118
    
 
119
    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
 
120
 
 
121
commit 69aa104ed064ca08196e7310e232ddb5c9a590bd
 
122
Author: Jeremy Huddleston <jeremyhu@apple.com>
 
123
Date:   Wed Oct 19 00:35:02 2011 -0700
 
124
 
 
125
    Use unsigned long rather than deprecated IOADDRESS
 
126
    
 
127
    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
 
128
 
 
129
commit 28f3a899a1e317b665cc1925ce7a4e34818cfd1f
 
130
Author: Jeremy Huddleston <jeremyhu@apple.com>
 
131
Date:   Fri Oct 7 12:32:22 2011 -0700
 
132
 
 
133
    Use malloc/calloc/realloc/free directly
 
134
    
 
135
    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
 
136
 
 
137
commit c530ebb5d4ad0663838a0132e3610d713eaaa640
 
138
Author: Jeremy Huddleston <jeremyhu@apple.com>
 
139
Date:   Fri Oct 7 12:24:40 2011 -0700
 
140
 
 
141
    Fix build failures with recent server changes to swapl and swaps
 
142
    
 
143
    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
 
144
 
 
145
commit 89e9a38f0ccda9b9ee973f5cd5e57cad73eb7421
 
146
Author: Matt Turner <mattst88@gmail.com>
 
147
Date:   Sun Sep 25 12:32:08 2011 -0400
 
148
 
 
149
    Fix wrong-sized swaps
 
150
    
 
151
    Signed-off-by: Matt Turner <mattst88@gmail.com>
 
152
 
 
153
commit 94f23a5672ebeac61cc32e34882d637aa0c7f2f4
 
154
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
 
155
Date:   Sat Jun 4 21:00:03 2011 -0700
 
156
 
 
157
    Convert sis.man from XORG_RAWCPP to using sed like other drivers
 
158
    
 
159
    Upgrade to util-macros 1.8 for additional man page support
 
160
    
 
161
    Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
 
162
    The value of MAN_SUBST is the same for all X.Org packages.
 
163
    
 
164
    Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
 
165
    The existing statement can now be removed from the configuration file.
 
166
    
 
167
    Use automake provided $(AM_V_GEN) and XORG_DEFAULT_OPTIONS provided $(SED)
 
168
    Enables silent rule and use platform appropriate version of sed.
 
169
    
 
170
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
 
171
    Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
 
172
 
 
173
commit b3368984ae83355d70e06eedefff28c1b84eb16c
 
174
Author: Jesse Adkins <jesserayadkins@gmail.com>
 
175
Date:   Tue Sep 28 13:29:51 2010 -0700
 
176
 
 
177
    Purge cvs tags.
 
178
    
 
179
    Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
 
180
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
 
181
 
 
182
commit c2a6ffda81b343d09dfae6ef68983bf28194a00c
 
183
Author: Gaetan Nadon <memsize@videotron.ca>
 
184
Date:   Wed Jul 21 16:49:04 2010 -0400
 
185
 
 
186
    config: add comments for main statements
 
187
 
 
188
commit ae7ac7fe58a1311544b9d0091614a61d29eef171
 
189
Author: Gaetan Nadon <memsize@videotron.ca>
 
190
Date:   Wed Jul 21 16:07:00 2010 -0400
 
191
 
 
192
    config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
 
193
    
 
194
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
 
195
 
 
196
commit fe34acc246e938bd190af11a0361a2541fcc590c
 
197
Author: Gaetan Nadon <memsize@videotron.ca>
 
198
Date:   Wed Jul 21 14:37:41 2010 -0400
 
199
 
 
200
    config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
 
201
    
 
202
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
 
203
 
 
204
commit 4d77c76f9c94804efd942328722fb1262df74f5a
 
205
Author: Gaetan Nadon <memsize@videotron.ca>
 
206
Date:   Wed Jul 21 14:05:23 2010 -0400
 
207
 
 
208
    config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
 
209
    
 
210
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
 
211
 
 
212
commit 2a3e9ff44670c0763557ce9c87b9946bd4349027
 
213
Author: Gaetan Nadon <memsize@videotron.ca>
 
214
Date:   Wed Jul 21 09:27:42 2010 -0400
 
215
 
 
216
    config: complete AC_INIT m4 quoting
 
217
    
 
218
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
 
219
 
 
220
commit 00d2b8790a0aa732d0abb4688330749a1c44763d
 
221
Author: Gaetan Nadon <memsize@videotron.ca>
 
222
Date:   Tue Jul 20 21:54:12 2010 -0400
 
223
 
 
224
    config: remove unrequired AC_SUBST([DRI_CFLAGS])
 
225
    
 
226
    This macro is called by PKG_CHECK_MODULES
 
227
    
 
228
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
 
229
 
 
230
commit ca0dd9ac3d78991f20e19e9b1cbb06b8707698bd
 
231
Author: Gaetan Nadon <memsize@videotron.ca>
 
232
Date:   Tue Jul 20 21:44:58 2010 -0400
 
233
 
 
234
    config: remove unrequired AC_SUBST([XORG_CFLAGS])
 
235
    
 
236
    This macro is called by PKG_CHECK_MODULES
 
237
    
 
238
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
 
239
 
 
240
commit 96daa64b9ce5a44474fa0c62c5cc5971496120ee
 
241
Author: Gaetan Nadon <memsize@videotron.ca>
 
242
Date:   Tue Jul 20 20:24:42 2010 -0400
 
243
 
 
244
    config: remove unrequired AC_HEADER_STDC
 
245
    
 
246
    Autoconf says:
 
247
    "This macro is obsolescent, as current systems have conforming
 
248
    header files. New programs need not use this macro".
 
249
    
 
250
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
 
251
 
 
252
commit 517a7563c43841ecb1cb00577540118f93856df8
 
253
Author: Gaetan Nadon <memsize@videotron.ca>
 
254
Date:   Tue Jul 20 19:41:31 2010 -0400
 
255
 
 
256
    config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
 
257
    
 
258
    XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls
 
259
    AC_PROG_C_C99. This sets gcc with -std=gnu99.
 
260
    If AC_PROG_CC macro is called afterwards, it resets CC to gcc.
 
261
    
 
262
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
 
263
 
 
264
commit 494ce36b3bf1cfffb12c70ea969381766b46e622
 
265
Author: Gaetan Nadon <memsize@videotron.ca>
 
266
Date:   Tue Jul 20 18:45:19 2010 -0400
 
267
 
 
268
    config: update AC_PREREQ statement to 2.60
 
269
    
 
270
    Unrelated to the previous patches, the new value simply reflects
 
271
    the reality that the minimum level for autoconf to configure
 
272
    all x.org modules is 2.60 dated June 2006.
 
273
    
 
274
    ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
 
275
    
 
276
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
 
277
 
 
278
commit 519a4653ffdd5b643b6f3c0f38eb2cad8366215b
 
279
Author: Fernando Carrijo <fcarrijo@yahoo.com.br>
 
280
Date:   Thu Jul 1 07:16:18 2010 -0300
 
281
 
 
282
    Purge macros NEED_EVENTS and NEED_REPLIES
 
283
    
 
284
    Signed-off-by: Fernando Carrijo <fcarrijo@yahoo.com.br>
 
285
    Acked-by: Tiago Vignatti <tiago.vignatti@nokia.com>
 
286
    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
 
287
 
1
288
commit 75a8a7c51547805358ced39e1a04820e17133264
2
289
Author: Dave Airlie <airlied@redhat.com>
3
290
Date:   Mon Jul 5 14:23:33 2010 +1000