ChangeLog revision b86d567b
1commit 55dcfdbbd6a2a4debb717b104c4b54f4a2c76fff
2Author: Alan Coopersmith <alan.coopersmith@sun.com>
3Date:   Tue Jul 28 15:02:37 2009 -0700
4
5    Remove hardcoded gcc -Wall option from configure.ac
6    
7    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
8    (cherry picked from commit 442967c90dd9d8483a56bdc9237c49e33d619126)
9
10commit 4d349b6c333449517913a5e981b4fc3155da4855
11Author: Adam Jackson <ajax@redhat.com>
12Date:   Fri Mar 27 15:56:15 2009 -0400
13
14    selinux: Only activate if policy says to be an object manager
15    (cherry picked from commit 283a081572d8db787c77d09e5ba6bcadebf4f7fe)
16
17commit d0875154f4f4b751264a2f6781500e97409a499b
18Author: Ben Skeggs <bskeggs@redhat.com>
19Date:   Wed May 27 15:24:34 2009 +1000
20
21    quirk: use first detailed timing as preferred for PEA prod 9003 (rh#492359)
22    
23    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
24    (cherry picked from commit 048697ccfa31cf7f7a29afa90a2f702d43efb7d4)
25
26commit c941479ecc2dead9c3deaee2620c9b9518c3da9a
27Author: Rémi Cardona <remi@gentoo.org>
28Date:   Mon Jul 27 12:07:51 2009 +0200
29
30    config: add HAL error checks
31    
32    This patch simplifies error handling in the HAL code and fixes a
33    segfault if libhal_find_device_by_capability() failed.
34    
35    Fixes http://bugs.gentoo.org/278760
36    
37    Based on a patch by Martin von Gagern <Martin.vGagern@gmx.net>
38    
39    Signed-off-by: Rémi Cardona <remi@gentoo.org>
40    Acked-by: Peter Hutterer <peter.hutterer@who-t.net>
41    (cherry picked from commit b1c3dc6ae226db178420e3b5f297b94afc87c94c)
42
43commit 546f913ff5461dd93d4a0b29b24d2267557326c7
44Author: Alan Coopersmith <alan.coopersmith@sun.com>
45Date:   Fri May 8 21:31:01 2009 -0700
46
47    Don't printf NULL pointers on HAL connection error
48    
49    Fixes Solaris bug 6801386 Xorg core dumps on startup if hald not running
50    http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6801386
51    
52    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
53    (cherry picked from commit 1e816065e5ec3b9394dc1fa5815457a664e15fd9)
54
55commit 155cb2f9a376d40b699a72ac3bdede71af1b518f
56Author: Keith Packard <keithp@keithp.com>
57Date:   Sun Jul 26 14:22:35 2009 -0700
58
59    Bump to version 1.6.2.901 (1.6.3 RC1)
60    
61    Signed-off-by: Keith Packard <keithp@keithp.com>
62
63commit 87900645c22d6066fe70190ab838a687808db5c3
64Author: Dave Airlie <airlied@redhat.com>
65Date:   Thu Jun 11 14:21:53 2009 +1000
66
67    xfree86: move didLock assignment down to where the function pointer is valid.
68    
69    crtc->funcs->lock is NULL, so it's no use calling it here. Move it down so
70    it's actually defined before we use it.
71    
72    Introduced with 6f59a8160042ea145514fdcb410f17f33fd437c2.
73    
74    Tested-by: Peter Hutterer <peter.hutterer@who-t.net>
75    (cherry picked from commit 0de58c88aba7ddd69b04f24ab5b2967c359aa69e)
76    
77    Signed-off-by: Keith Packard <keithp@keithp.com>
78
79commit 72c9bc64ff86999a4643663e5699a6547a9e2997
80Author: Benjamin Defnet <benjamin.r.defnet@intel.com>
81Date:   Wed Jun 10 21:35:48 2009 -0700
82
83    randr: fix operation order so that rotation+transform works
84    
85    The matrix multiply to combine rotation and projective transforms was being
86    done in the wrong order.
87    
88    Signed-off-by: Keith Packard <keithp@keithp.com>
89    (cherry picked from commit b2bf67b61c564a4b92a429ca9ad455403161f33a)
90    
91    Signed-off-by: Keith Packard <keithp@keithp.com>
92
93commit 7f95d18397757facafcba39e4613b2ed5047c5c4
94Author: Benjamin Defnet <benjamin.r.defnet@intel.com>
95Date:   Mon Jun 8 21:45:42 2009 -0700
96
97    hw/xf86/modes: Set crtc mode/rotation/transform before calling set_mode_major
98    
99    This moves code out of each implementation of set_mode_major and back into
100    the X server. The real feature here is that the transform is now available
101    in the crtc for use by either xf86CrtcRotate or whatever the driver wants to
102    do. Without this change, the transform was lost for drivers providing the
103    set_mode_major interface.
104    
105    Note that users of this API will want to stop smashing the transformPresent
106    field, and could also stop setting mode/x/y/rotation for new enough X servers,
107    but there's no reason to make that change as it will break things when
108    running against older X servers.
109    
110    Signed-off-by: Keith Packard <keithp@keithp.com>
111    Acked-by: Daniel Stone <daniel@fooishbar.org>
112    (cherry picked from commit 6f59a8160042ea145514fdcb410f17f33fd437c2)
113    
114    Signed-off-by: Keith Packard <keithp@keithp.com>
115
116commit abc89e2c48a88c29f49fe44d03778deab4b1a3b9
117Author: Matthias Hopf <mhopf@suse.de>
118Date:   Tue Mar 10 15:49:49 2009 +0100
119
120    randr: Nuke broken set_origin shortcut
121    
122    Shortcut is impossible to implement this way, because we don't know for sure
123    whether the crtc of an output has changed or not.
124    (cherry picked from commit cadf65a6e190a8952ad3cc216dc9ea55241de91a)
125    
126    Signed-off-by: Keith Packard <keithp@keithp.com>
127
128commit b1eed8970f7c5b07152dbc6b7dcc4c8504aeb67c
129Author: Julien Cristau <jcristau@debian.org>
130Date:   Fri May 22 09:54:38 2009 +0200
131
132    randr: fix server crash in RRGetScreenInfo
133    
134    We don't return rates to randr < 1.1 clients, so don't allocate space
135    for them.  This fixes a FatalError due to not all allocated space being
136    used.
137    
138    X.Org bug#21861 <http://bugs.freedesktop.org/show_bug.cgi?id=21861>
139    
140    Reported-by: Guillaume Quintin <coincoin169g@gmail.com>
141    Signed-off-by: Julien Cristau <jcristau@debian.org>
142    (cherry picked from commit 12e725d08b4cf7dbb7f09b9ec09fa1b621156ea9)
143    
144    Signed-off-by: Keith Packard <keithp@keithp.com>
145
146commit 1addf6fe235f8537024140aff56dffb4738701a7
147Author: Keith Packard <keithp@keithp.com>
148Date:   Wed Aug 6 15:26:24 2008 -0700
149
150    Replace dixLookupResource by dixLookupResourceBy{Type,Class}
151    
152    dixLookupResource attempted to automatically detect whether the caller
153    wanted a lookup by-type or by-class, unfortunately, it guessed wrong for
154    RT_NONE. Instead of trying to make the guess better, this patch just reverts
155    the unification and creates separate functions for each operation.
156    (cherry picked from commit f8dd80d13bb5313a11b38b280f8ad3e22f0a6300)
157    
158    Signed-off-by: Keith Packard <keithp@keithp.com>
159
160commit c838a03e891a6fcd2f7b71f727c1b93f7c26e7a7
161Author: Robert Noland <rnoland@2hip.net>
162Date:   Wed Apr 15 12:06:19 2009 -0500
163
164    One = is more than adequate here.  Make is sh safe.
165    (cherry picked from commit b3e3154cce47add97f5561088036ce3b9e7dc937)
166    
167    Signed-off-by: Keith Packard <keithp@keithp.com>
168
169commit 68cb38bed65c49716104eeb345c4b1b85a4b15bc
170Author: Rémi Cardona <remi@gentoo.org>
171Date:   Fri Jul 3 10:51:50 2009 +0200
172
173    configure: libXinerama isn't needed anymore
174    
175    since libXinerama commit 90d4d23bf2e94721149ddc0a80093b10a82e8845 and
176    xineramaproto commit 21477147613c28c968b5e1eb9d8aea7017dd399d, the
177    server no longer needs libXinerama.
178    
179    Signed-off-by: Rémi Cardona <remi@gentoo.org>
180    (cherry picked from commit 2c69deb92e11542f615df0f24fdc03e3b4415475)
181    
182    Signed-off-by: Keith Packard <keithp@keithp.com>
183
184commit ec60f4ca65dbc25f9a40636f5280b1a1ec68407f
185Author: Michel Dänzer <daenzer@vmware.com>
186Date:   Fri Jul 10 20:06:02 2009 +0200
187
188    EXA: Only pass CT_YXBANDED to RECTS_TO_REGION() if that is really true.
189    
190    Fixes http://bugs.freedesktop.org/show_bug.cgi?id=22642 .
191    (cherry picked from commit 35758544813f156eaac28844e693b2a28f6de316)
192    
193    Signed-off-by: Keith Packard <keithp@keithp.com>
194
195commit b10c4fe343d2339bae4736793939e44a6befaf88
196Author: Kim Woelders <kim@woelders.dk>
197Date:   Sat Jul 11 18:55:17 2009 +0200
198
199    Fix key repeat problem.
200    
201    Signed-off-by: Kim Woelders <kim@woelders.dk>
202
203commit 606f6dba16d42e3546a82a386d5a01087467b511
204Author: Adam Jackson <ajax@redhat.com>
205Date:   Tue Apr 14 10:54:25 2009 -0400
206
207    xdmcp: Don't crash on X -query with more than 255 IP addresses. (#20675)
208    
209    You could be more clever than this, but the wire protocol says this
210    really is an array of not more than 255 ARRAY8, so it's not just a
211    matter of changing the types.
212    
213    (cherry picked from commit 0eb19f9437b7d8c19592e49eedb028771d300d80)
214
215commit 396d3a7762abd0dd84042833b75f2ebf9d100bb0
216Author: Alan Coopersmith <alan.coopersmith@sun.com>
217Date:   Wed Jul 8 11:26:46 2009 -0700
218
219    Fix build of drivers with 1.6.2 when not using --install-libxf86config
220    
221    c859b736d1d23c5dc2f53958b1e76660e6d45018 removed duplicate entries for
222    these from the Makefile, but removed a different set than was done in
223    master branch, causing xf86Parser.h to not be installed, which in turn
224    breaks the build of drivers like -ati, -intel & -nv that use xf86Modes.h,
225    which includes xf86Parser.h
226    
227    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
228    Signed-off-by: Keith Packard <keithp@keithp.com>
229
230commit 6f1aff5a2b45bc2985081abc240a8fed37170386
231Author: Keith Packard <keithp@keithp.com>
232Date:   Mon Jul 6 14:08:31 2009 -0700
233
234    Bump to version 1.6.2
235    
236    Signed-off-by: Keith Packard <keithp@keithp.com>
237
238commit 499f9f62e408510ed4efb6f2321a3f851f535567
239Author: Keith Packard <keithp@keithp.com>
240Date:   Wed Jul 1 14:01:57 2009 -0700
241
242    dri2: Preserve compatibility with 1.6 DRI2 API/ABI
243    
244    The old DRI2 buffer allocation API wasn't great, but there's no reason to
245    make the server stop working with those drivers. This patch has the
246    X server adapting to the API provided by the driver, using the new API where
247    available and falling back to the old API as necessary. A warning will be
248    placed in the log file when the old API is in use.
249    (cherry picked from commit 2e2c5b216cc1c7a9bc26bd2c68226aaed5fc52ca)
250    
251    Signed-off-by: Keith Packard <keithp@keithp.com>
252
253commit c859b736d1d23c5dc2f53958b1e76660e6d45018
254Author: Arkadiusz Miskiewicz <arekm@maven.pl>
255Date:   Fri Jul 3 11:03:32 2009 +0200
256
257    xfree86: remove duplicate header entries in Makefile.am
258    
259    fixes https://bugs.freedesktop.org/show_bug.cgi?id=22547
260    
261    This bug was fixed in a big clean-up commit in master, which cannot be
262    backported (see commit b1dac41fb3853ca8182048ea57b88b6e84ecceb3)
263    
264    Signed-off-by: Rémi Cardona <remi@gentoo.org>
265    Signed-off-by: Keith Packard <keithp@keithp.com>
266
267commit 6f82ca0f8bfc074474407cb5ffe782c3c128f838
268Author: Alan Hourihane <alanh@vmware.com>
269Date:   Mon Feb 16 11:39:34 2009 +0000
270
271    dri2: support glXWaitGL & glXWaitX by copying fake front to front and
272    vice-versa.
273    (cherry picked from commit 2a8b8077d8f6001eb57deba60e1009fc99c28668)
274    
275    Signed-off-by: Keith Packard <keithp@keithp.com>
276
277commit d478bc948838d11b3abcf6d2cdd3a00dccb344c4
278Author: Eric Anholt <eric@anholt.net>
279Date:   Tue Feb 17 09:59:17 2009 -0800
280
281    xinerama: Put the proto version in the code instead using proto headers.
282    
283    Proto headers updating resulting in the server advertising new versions is
284    broken.  This should be applied to every extension.
285    
286    This fixes the build against slightly-older xineramaproto.
287    (cherry picked from commit b349a764e98f0d8f221190157ffa0904b91beca5)
288    
289    Signed-off-by: Keith Packard <keithp@keithp.com>
290
291commit a7a93c12f91e0de72868f17a555215f1795d9e2f
292Author: Keith Packard <keithp@keithp.com>
293Date:   Mon Jun 29 23:18:55 2009 -0700
294
295    Build against DRI_TEX_BUFFER_VERSION 1
296    
297    setTexBuffer2 isn't present in this version of the structure, so don't try
298    to call it.
299    
300    Signed-off-by: Keith Packard <keithp@keithp.com>
301
302commit 5b49aff4f8b5e4d15bc883f74509d93324f09f5f
303Author: Keith Packard <keithp@keithp.com>
304Date:   Mon Jun 29 14:40:46 2009 -0700
305
306    Bump version to 1.6.1.902
307    
308    Signed-off-by: Keith Packard <keithp@keithp.com>
309
310commit e97cabce4abdaf6b83d1a442f7972d4c45979b33
311Author: Peter Hutterer <peter.hutterer@who-t.net>
312Date:   Wed Mar 25 12:55:42 2009 +1000
313
314    xfree86: fix SWCursor check in xf86CursorSetCursor.
315    
316    Wrong check for inputInfo.pointer resulted in a SW cursor being rendered when
317    the pointer left the screen (in a Xinerama setup).
318    We must call the sprite rendering function if
319    - SW cursors are enabled, or
320    - The current device is not the VCP and not attached to the VCP.
321    
322    Backported from commit 66089e9129a821cfb1983d3d35f41b975a52de5e for
323    server-1.6-branch by Peter Hutterer
324    
325    Reported-by: Gordon Yuan <GordonYuan@viatech.com.cn>
326    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
327    Signed-off-by: Keith Packard <keithp@keithp.com>
328
329commit 17c5b2caf01deec1d1be9fc2ac68a3d636e64c44
330Author: Julien Cristau <jcristau@debian.org>
331Date:   Mon May 18 19:01:46 2009 +0200
332
333    Change default for ExaOptimizeMigration to false
334    
335    Quoting Michel Dänzer in <1234862541.4823.541.camel@thor>:
336    
337      Unfortunately, there are still bugs left in EXA which prevent it from
338      working 100% correctly with the option enabled, see
339    
340      http://bugs.freedesktop.org/show_bug.cgi?id=16416
341    
342      http://bugs.freedesktop.org/show_bug.cgi?id=19940
343    
344    So disable it for now to avoid corruption.
345    
346    Signed-off-by: Keith Packard <keithp@keithp.com>
347
348commit 8d65439d5c950ea01ec8e1e4dd989aff0fb4c3f0
349Author: Keith Packard <keithp@keithp.com>
350Date:   Thu May 28 14:43:27 2009 -0700
351
352    Make RANDR 'set' timestamps follow client specified time. Bug 21987.
353    
354    The lastSetTime value which indicates when the configuration within the
355    server was last changed was not getting set in the appropriate RandR
356    requests.
357    
358    Signed-off-by: Keith Packard <keithp@keithp.com>
359    (cherry picked from commit 69a9545d1f8110841538410818df19fd960412c5)
360    
361    Signed-off-by: Keith Packard <keithp@keithp.com>
362
363commit d98f2792d2f523d7397eac70cc021761e9561219
364Author: Federico Mena Quintero <federico@novell.com>
365Date:   Tue Jun 9 13:28:28 2009 -0700
366
367    dix/randr: Add missing fields to SRR*NotifyEvent()
368    
369    Also, remove redundant field swaps and make others match the order in which
370    they are declared in the xRR*NotifyEvent structs.
371    
372    Signed-off-by: Federico Mena Quintero <federico@novell.com>
373    Signed-off-by: Keith Packard <keithp@keithp.com>
374    (cherry picked from commit e244a5991e2cc55f5aa2f6e5255f1dabf56f0235)
375    
376    Signed-off-by: Keith Packard <keithp@keithp.com>
377
378commit f697b6c582095aa1eec3244fa05835922249425b
379Author: Peter Hutterer <peter.hutterer@who-t.net>
380Date:   Mon May 11 12:53:56 2009 +1000
381
382    kdrive: set Activate/Deactivate grab for input devices (#21591)
383    
384    X.Org Bug 21591 <http://bugs.freedesktop.org/show_bug.cgi?id=21591>
385    (cherry picked from commit b1b5ec45c1cb650ccb8c659218f9481379c777d9)
386    
387    Signed-off-by: Keith Packard <keithp@keithp.com>
388
389commit c91accd173b5f17af771bd9f4e60b5860af15718
390Author: Peter Hutterer <peter.hutterer@who-t.net>
391Date:   Mon May 11 12:51:40 2009 +1000
392
393    dix: ensure Activate/DeactivateGrab has a valid value.
394    
395    Xephyr doesn't manually set Activate/DeactivateGrab for new devices,
396    resulting in a NULL-pointer dereference later when a grab is activated.
397    Avoid the segfault by ensuring that the pointer is always valid.
398    
399    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
400    (cherry picked from commit 6f9e22049862ee9ac7f604411d005d8bb1b2dd1c)
401    
402    Signed-off-by: Keith Packard <keithp@keithp.com>
403
404commit bd94c7c986aed4496cd4e8141bb30c3e4412f1f4
405Author: Alan Coopersmith <alan.coopersmith@sun.com>
406Date:   Tue May 12 16:11:01 2009 -0700
407
408    Resync COPYING file with notices in code base as of xorg-server-1.6.1
409    
410    Remove notices for code no longer in tree (Xprint, Xgl, kdrive, cfb, etc.)
411    Add/update notices for new/changed code in tree
412    
413    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
414    (cherry picked from commit b746a00cffca5c553b607a8e9c1074294a23b443)
415    
416    Signed-off-by: Keith Packard <keithp@keithp.com>
417
418commit 597747c6551cd67487069415297e5eb441038321
419Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
420Date:   Sat May 9 11:42:17 2009 -0700
421
422    Fix a couple off-by-one array boundary checks.
423    
424    Error: Write outside array bounds at Xext/geext.c:406
425            in function 'GEWindowSetMask' [Symbolic analysis]
426           In array dereference of cli->nextSib[extension] with index 'extension'
427           Array size is 128 elements (of 4 bytes each), index <= 128
428    
429    Error: Buffer overflow at dix/events.c:592
430    	in function 'SetMaskForEvent' [Symbolic analysis]
431           In array dereference of filters[deviceid] with index 'deviceid'
432           Array size is 20 elements (of 512 bytes each), index >= 0 and index <= 20
433    
434    Error: Read buffer overflow at hw/xfree86/loader/loader.c:226
435    	in function 'LoaderOpen' [Symbolic analysis]
436           In array dereference of refCount[new_handle] with index 'new_handle'
437           Array size is 256 elements (of 4 bytes each), index >= 1 and index <= 256
438    
439    These bugs were found using the Parfait source code analysis tool.
440    For more information see http://research.sun.com/projects/parfait
441    
442    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
443    Signed-off-by: Adam Jackson <ajax@redhat.com>
444    Acked-by: Peter Hutterer <peter.hutterer@who-t.net>
445    (cherry picked from commit b680bda34da130ce408783f04214771471e41e8d)
446    (cherry picked from commit 04c9e80f083659e63cffec8969fb3a0cfc551a97)
447    
448    Signed-off-by: Keith Packard <keithp@keithp.com>
449
450commit 10c06ddeefccc195e70adfed664e9488eeb53804
451Author: Peter Hutterer <peter.hutterer@who-t.net>
452Date:   Thu Apr 9 15:40:24 2009 +1000
453
454    xfree86: restore default off for DontZap
455    
456    Zapping is triggered by xkb these days, so note in the man page that it's the
457    Terminate_Server action. Since it's XKB, personal preferences towards or
458    against zapping should be achieved through xkb rulesets.
459    If Terminate_Server is not in the xkb actions, then we can't zap anyway and we
460    don't need a default of DontZap "on".
461    
462    This patch restores the old meaning of DontZap - disallow zapping altogether,
463    regardless of XKB's current keymap.
464    Ideally, this patch should be accompanied by b0f64bdab00db652e in
465    xkeyboard-config.
466    
467    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
468    (cherry picked from commit 737b49199a05299486064e6e762cf2a2f6f95be6)
469    
470    Signed-off-by: Keith Packard <keithp@keithp.com>
471
472commit 966349f8e068fa120470549b0db9a8fcf88aca5b
473Author: Michel Dänzer <daenzer@vmware.com>
474Date:   Fri May 15 15:48:37 2009 +0200
475
476    EXA: Always damage glyph cache pixmap manually after uploading a glyph.
477    
478    Signed-off-by: Michel Dänzer <daenzer@vmware.com>
479    (cherry picked from commit 7c8327f0a75087a85864256a9cea80dd4b86def5)
480    
481    Signed-off-by: Keith Packard <keithp@keithp.com>
482
483commit cc5e4b632aa99623ff577776039287c5950d921d
484Author: Michel Dänzer <daenzer@vmware.com>
485Date:   Fri May 15 15:48:37 2009 +0200
486
487    EXA: Take GC client clip type into account for migration.
488    
489    Fixes http://bugs.freedesktop.org/show_bug.cgi?id=18950 .
490    
491    Signed-off-by: Michel Dänzer <daenzer@vmware.com>
492    (cherry picked from commit 850675d4de4373e5df95507dbf2cd9affaaf54bc)
493    
494    Signed-off-by: Keith Packard <keithp@keithp.com>
495
496commit bbe0be1e459b0d5810a0e7b916cc890c440a4e21
497Author: Tomas Janousek <tomi@nomi.cz>
498Date:   Wed May 20 15:03:01 2009 +0200
499
500    Bug #6428, #16458, #21464: Fix crash due to uninitialized VModMap fields.
501    
502    In ProcXkbGetKbdByName, mrep.firstVModMapKey, .nVModMapKeys and
503    .totalVModMapKeys were not initialized, contained random values and caused
504    accesses to unallocated and later modified memory, causing
505    XkbSizeVirtualModMap and XkbWriteVirtualModMap to see different number of
506    nonzero values, resulting in writes past the end of an array in XkbSendMap.
507    
508    This patch initializes those values sensibly and reverts commits 5c0a2088 and
509    6dd4fc46, which have been plain non-sense.
510    
511    Signed-off-by: Tomas Janousek <tomi@nomi.cz>
512    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
513    (cherry picked from commit 525aa17f804d37d1cfcbbf6b8e6cddb45e999b20)
514    
515    Signed-off-by: Keith Packard <keithp@keithp.com>
516
517commit 6056d429e7dcc37fe706dd7bc8d3429fdb635e14
518Author: Kristian Høgsberg <krh@redhat.com>
519Date:   Wed Apr 1 17:42:33 2009 -0400
520
521    Support setTexBuffer2 in AIGLX.
522    
523    Fixes broken GLX_tfp, specifically, lets compositors ignore un-defined
524    alpha channel for pixmaps.
525    (cherry picked from commit 91b697efdefba125348dbcaf584ee51a7f8c9bf6)
526    
527    Signed-off-by: Keith Packard <keithp@keithp.com>
528
529commit 7cae08d21952b02ef664641af6588ef6bd727bf8
530Author: Adam Jackson <ajax@redhat.com>
531Date:   Mon Jun 29 11:16:16 2009 -0400
532
533    EDID: Fix timing class names to match the spec
534    (cherry picked from commit 5c1afac5eea1d8327c74342d12d082b75f0cebde)
535
536commit dbac41b624e4aa86a6a184b7ebb52bfdd367bbf0
537Author: Adam Jackson <ajax@redhat.com>
538Date:   Fri Jun 19 12:42:07 2009 -0400
539
540    pci: Dump vendor/devices ids in the printed device list
541    (cherry picked from commit eb35402d0a5290e8a73d7d1e92f173294c364cc2)
542
543commit 6be19e8f43086fb4b7fb30a47b89b5f3eed798ef
544Author: Ian Romanick <ian.d.romanick@intel.com>
545Date:   Wed Apr 8 14:54:30 2009 -0700
546
547    Use a #define instead of a magic number
548    
549    The number of buffers is likely to change in the future, so having
550    this as a define is the right way to go.
551    
552    Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
553    (cherry picked from commit 03aebed519986c4dd03e02b3b3d4af1f64595ca7)
554
555commit 540d5b87a4e24d85ec46620dfedd7bd7979180ea
556Author: Jerome Glisse <glisse@freedesktop.org>
557Date:   Mon May 11 22:52:46 2009 +0200
558
559    DRI2: update DRI2 private drawable width & height according to X drawable
560    (cherry picked from commit f250eea2e90fc50bec5214c2f41132b95edc2c46)
561
562commit ec9f1ae32474bc0507a3c66e63bdf2835d467a34
563Author: Ian Romanick <ian.d.romanick@intel.com>
564Date:   Mon Apr 27 15:11:10 2009 -0700
565
566    DRI2: Force allocation of real-front buffer for non-windows as well
567    
568    For redirected rendering we end up with pixmaps (which the app thinks are
569    windows) that are double buffered.
570    
571    Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
572    Tested-by: Pierre Willenbrock <pierre@pirsoft.de>
573    (cherry picked from commit 0d9d3f3e361f769822caedccf4c2a58cc9930ecc)
574
575commit 4fad615d689c61c6c3a000295a1fa755359737cb
576Author: Ian Romanick <ian.d.romanick@intel.com>
577Date:   Fri Apr 24 12:49:19 2009 -0700
578
579    DRI2: Implement protocol for DRI2GetBuffersWithFormat
580    
581    This change implements the protocol for DRI2GetBuffersWithFormat, but
582    the bulk of the differences are the changes to the extension / driver
583    interface to make this function work.  The old CreateBuffers and
584    DeleteBuffers routines are replaced with CreateBuffer and DeleteBuffer
585    (both singular).
586    
587    This allows drivers to allocate buffers for a drawable one at a time.
588    As a result, 3D drivers can now allocate the (fake) front-buffer for a
589    window only when it is needed.  Since 3D drivers only ask for the
590    front-buffer on demand, the real front-buffer is always created.  This
591    allows CopyRegion impelemenations of SwapBuffers to continue working.
592    As with previous version of this code, if the client asks for the
593    front-buffer for a window, we instead give it the fake front-buffer.
594    
595    Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
596    Reviewed-by: Kristian Høgsberg <krh@redhat.com>
597
598commit 98c3c21735197fbd2c8166c9bdabf055e14c9009
599Author: Ian Romanick <ian.d.romanick@intel.com>
600Date:   Fri Apr 24 12:09:21 2009 -0700
601
602    DRI2: Add interface for drivers to query DRI2 extension version
603    
604    Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
605    (cherry picked from commit 28ddfc88d8d547941c7f4713db527a3c2f9ec35a)
606
607commit 4cb4c210c365fd40ad314e0707eb38811f240a12
608Author: Ian Romanick <ian.d.romanick@intel.com>
609Date:   Thu Apr 16 12:10:34 2009 -0700
610
611    DRI2: Add missing front-buffer flush callback.
612    
613    Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
614    (cherry picked from commit d1e916d29be8b470cbc8cadcf6e83991fdbc5a9f)
615
616commit aa13faef2b1464f808e04de9826c6b8b8b91ae89
617Author: Ian Romanick <ian.d.romanick@intel.com>
618Date:   Wed Apr 15 11:13:48 2009 -0700
619
620    DRI2: Don't leave empty entries in private->buffers
621    
622    This should fix bug #21130.
623    
624    Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
625    (cherry picked from commit de1e43181bd670877b994db221ad8a04b5d63324)
626
627commit d7277296ed7aea7bd41b3489d4ceef750d400206
628Author: Ian Romanick <ian.d.romanick@intel.com>
629Date:   Thu Apr 9 14:38:24 2009 -0700
630
631    DRI2: Synchronize the contents of the real and fake front-buffers
632    
633    Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
634    (cherry picked from commit 567cf67959b30432ae30f4851ec17b3a375ab838)
635
636commit 73b786f7e7f46d40bf3b039538540c2e25f45947
637Author: Ian Romanick <ian.d.romanick@intel.com>
638Date:   Thu Apr 9 14:31:01 2009 -0700
639
640    DRI2: Do not send the real front buffer of a window to the client
641    
642    Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
643    (cherry picked from commit f1a995d1496d73741731e32f475097c44a8da972)
644
645commit 32d250a881341ece8a1f1d78359adc1b265b5174
646Author: Ian Romanick <ian.d.romanick@intel.com>
647Date:   Wed Apr 8 15:44:34 2009 -0700
648
649    DRI2: Add fake front-buffer to request list for windows
650    
651    If a front-buffer is requested for a window, add the fake front-buffer
652    to the list of requested buffers.
653    
654    Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
655    (cherry picked from commit aa2928325fe51d94a636dde9c090e8f54a311a12)
656
657commit db61eff891675aeaf2466c3529424de4621005dc
658Author: Adam Jackson <ajax@redhat.com>
659Date:   Fri May 22 12:01:55 2009 -0400
660
661    EDID: Add modes from Established Timings III descriptor to mode pool
662    
663    EDID 1.4, section 3.10.3.9
664    (cherry picked from commit 99e22b86c5f1a3653f3caaf01368a777d2b208d0)
665
666commit ebca49e0fedcc1c536f1dee7c58cae9903e74fa2
667Author: Adam Jackson <ajax@redhat.com>
668Date:   Thu May 21 10:20:48 2009 -0400
669
670    EDID: Be more cautious about finding vendor blocks.
671    
672    Many old monitors zero-fill the detailed descriptors, so check for that
673    to avoid a useless warning like:
674    
675    (WW) RADEON(0): Unknown vendor-specific block 0
676    (cherry picked from commit a2c5ee36b21c2ee5c0468f1b251e74c1412dbecb)
677
678commit c643d24cdeaade8d7839691a3113c4d2d17be61e
679Author: Adam Jackson <ajax@redhat.com>
680Date:   Fri May 29 18:07:48 2009 -0400
681
682    vfb: Fix depth setup.
683    
684    Initialize the depth corresponding to the root window before the
685    pixmap-only depths.  Otherwise you end up with the root window depth in
686    the depth list twice, which is mildly confusing for clients and
687    catastrophically confusing for PanoramiXConsolidate().
688    (cherry picked from commit 45530d16097459a756696e255ab4e72d6e51fbc4)
689
690commit 5cd5a01259ba349f1868ca4af04207cf120d69e4
691Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
692Date:   Tue May 19 19:30:33 2009 -0400
693
694    xace: Fix a bad device access hook call.
695    
696    Add a proper access mode, and reverse the logic of the return value.
697    Zero ("Success") is returned on success from the hook calls.
698    
699    Signed-off-by: Eamon Walsh <ewalsh@tycho.nsa.gov>
700    (cherry picked from commit 3cea176d5abcb0f14eefbdcbe17fed0847524dd4)
701
702commit a9f85dcefbadfe44d8c58ad08430aaadb8c59d34
703Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
704Date:   Mon May 11 15:27:46 2009 -0400
705
706    xselinux: Relax ownership restriction on SetSelectionUseContext.
707    
708    Instead, clients should keep track of the selection instances they use.
709    (cherry picked from commit 0952d12717031e9dda9e48123bb922d0f4e81834)
710    
711    Signed-off-by: Eamon Walsh <ewalsh@tycho.nsa.gov>
712
713commit 0fbf6f30f771e60714fb3003a9bb1a6b79e50c6e
714Author: Alan Coopersmith <alan.coopersmith@sun.com>
715Date:   Thu Mar 26 22:22:32 2009 -0700
716
717    Don't leak default font path when appending built-ins
718    
719    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
720    (cherry picked from commit 66539cc05d0b017b9feb4a038499907810140623)
721    
722    Signed-off-by: Keith Packard <keithp@keithp.com>
723
724commit 773e4890b385a229b0919b4a249714d0bb7171a2
725Author: Alan Coopersmith <alan.coopersmith@sun.com>
726Date:   Thu Mar 26 22:25:08 2009 -0700
727
728    Don't leak canonical module name and patterns if module is built-in
729    
730    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
731    Acked-by: Peter Hutterer <peter.hutterer@who-t.net>
732    (cherry picked from commit 1c101d75d4855b2698e3fc8d2dd662f20585812f)
733    
734    Signed-off-by: Keith Packard <keithp@keithp.com>
735
736commit 21f58a2b0d0d96492d2d7c7de1bd654ed0114279
737Author: Peter Hutterer <peter.hutterer@who-t.net>
738Date:   Wed May 6 16:55:32 2009 +1000
739
740    Xi: don't double-swap the XListDeviceProperties reply.
741    
742    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
743    (cherry picked from commit 50cc8adafca4ba3838d468278d6eb8a4692d2488)
744    
745    Signed-off-by: Keith Packard <keithp@keithp.com>
746
747commit b575af88d0e547a03b164f6f3b2d4b268b9ffc34
748Author: Peter Hutterer <peter.hutterer@who-t.net>
749Date:   Wed May 6 22:25:28 2009 +1000
750
751    Xi: fix copy/paste error causing sizeof against wrong struct.
752    
753    This wrong check may cause BadLength to be returned to the client even if the
754    length is correct.
755    
756    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
757    (cherry picked from commit 8b583ca2b21155359c6255f406c96599b277c762)
758    
759    Signed-off-by: Keith Packard <keithp@keithp.com>
760
761commit 9c643b1e3ddc4ec9f1a924bd25f24df8536c7ea6
762Author: Peter Hutterer <peter.hutterer@who-t.net>
763Date:   Thu Apr 16 16:17:07 2009 +1000
764
765    os: don't malloc memory in LogVMessageVerb.
766    
767    LogVWrite is limited to a buffer size of 1024, so we don't loose anything here
768    by truncating. This way we can use LogVMessageVerb (and xf86Msg and friends)
769    during signal handlers with the normal message types.
770    
771    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
772    Acked-by: Alan Coopersmith <alan.coopersmith@sun.com>
773    (cherry picked from commit 0e0642ee9466d3268476d0084a83a9d93a4aa555)
774    
775    Signed-off-by: Keith Packard <keithp@keithp.com>
776
777commit 7cd596e0dd6b9c195d7e395c26bfb00ef544c525
778Author: Dave Airlie <airlied@linux.ie>
779Date:   Wed Apr 15 18:26:06 2009 +1000
780
781    randr12: looking up these bits if randr isn't initialised is bad.
782    
783    When xinerama is enabled we don't get randr protocol, but the
784    driver might still want randr internals
785    (cherry picked from commit faf7dfa099f5b42a703313fbd1bf8afdad07a179)
786    
787    Signed-off-by: Keith Packard <keithp@keithp.com>
788
789commit bc95f29441b3daa7b9d91bd3c2b3e502a3a8cc81
790Author: Alan Coopersmith <alan.coopersmith@sun.com>
791Date:   Thu Apr 23 08:42:38 2009 -0700
792
793    Fix byte swapping of XF86VidMode{Get,Set}GammaRamp
794    
795    Fixes OpenSolaris Bug 8315:
796    Xorg segfaults when screensaver fades in cross-endian xdmcp session
797    <http://defect.opensolaris.org/bz/show_bug.cgi?id=8315>
798    
799    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
800    (cherry picked from commit 7d0f7518c2235a9dc783029971259ddaada2db20)
801    
802    Signed-off-by: Keith Packard <keithp@keithp.com>
803
804commit 3f0c73694b9ddc85b82a7a82a5d98fa8b18a01a8
805Author: Jon TURNEY <jon.turney@dronecode.org.uk>
806Date:   Thu Feb 12 16:03:16 2009 +0000
807
808    Remove references to rgb.txt from files section of Xserver and Xorg man pages
809    
810    The references to this file in the server code were removed in commit dda10c9066a660b647384179f82e1da8e063264f
811    
812    Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
813    (cherry picked from commit d0dd649035fc3698c5b436f9d9d248116aa106a3)
814    
815    Signed-off-by: Keith Packard <keithp@keithp.com>
816
817commit 78eb366c65a953bbc059a989a92dfe28fbe1ae29
818Author: Jon TURNEY <jon.turney@dronecode.org.uk>
819Date:   Thu Feb 12 16:02:17 2009 +0000
820
821    Remove long-gone '-co' option from Xserver man page
822    
823    The '-co' option was removed in commit dda10c9066a660b647384179f82e1da8e063264f
824    
825    Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
826    (cherry picked from commit b0ad9e1ced9619f37acf77764c395c57b86cf463)
827    
828    Signed-off-by: Keith Packard <keithp@keithp.com>
829
830commit 31536307703fcffa14a027ec777310c9962f816c
831Author: Alan Coopersmith <alan.coopersmith@sun.com>
832Date:   Sat May 2 00:26:18 2009 -0700
833
834    XkbSetNamedIndicator should ignore SD's without LED's
835    
836    When ProcXkbSetNamedIndicator is called on a core device, and we
837    walk the slaves to set the LED's on each of them, ignore any slaves
838    that do not have either a KbdFeedbackCtrl or LedCtrl structure.
839    
840    (This is much more critical in xserver-1.5-branch, where we walk
841     *all* devices, not just the slaves of the specified master, and
842     thus return failure when setting an LED on the Core Keyboard and
843     hit a xf86-input-mouse device with no LED's to set.)
844    
845    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
846    Acked-by: Peter Hutterer <peter.hutterer@who-t.net>
847    (cherry picked from commit 557dbadf3be273255e8fdb12d9321f4e88bf2b65)
848    
849    Signed-off-by: Keith Packard <keithp@keithp.com>
850
851commit 01f0210b2ba34f724aa221bbe6b567a5751781a6
852Author: Keith Packard <keithp@keithp.com>
853Date:   Fri May 8 22:29:15 2009 -0700
854
855    xserver 1.6.1.901
856    
857    Signed-off-by: Keith Packard <keithp@keithp.com>
858
859commit e21c9949ac456ba9b162b6244a17e68c5b8112a9
860Author: Pierre Ossman <pierre@ossman.eu>
861Date:   Tue Apr 28 09:34:55 2009 +0200
862
863    dix: fix calculation of number of fake KeyRelease events
864    
865    Signed-off-by: Pierre Ossman <pierre@ossman.eu>
866    Signed-off-by: Keith Packard <keithp@keithp.com>
867
868commit 3b1ff33587458bad45777b8eb74b81c3e55987ad
869Author: Pierre Ossman <pierre@ossman.eu>
870Date:   Tue Apr 28 12:29:07 2009 +0200
871
872    Xi: don't send XKB mapping notifications when XKB is disabled
873    
874    Signed-off-by: Pierre Ossman <pierre@ossman.eu>
875    Signed-off-by: Keith Packard <keithp@keithp.com>
876
877commit 4b702526dec35f5cfe5c6baec6a77c02c95c2867
878Author: Peter Hutterer <peter.hutterer@who-t.net>
879Date:   Wed Mar 25 13:08:27 2009 +1000
880
881    dix: ignore non-pointer events in XineramaCheckMotion (#20557)
882    
883    Note that deviceKeyButtonPointer and keyButtonPointer have the same wire
884    layout, so we only need to check for event types.
885    
886    X.Org Bug 20557 <http://bugs.freedesktop.org/show_bug.cgi?id=20557>
887    
888    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
889    Signed-off-by: Keith Packard <keithp@keithp.com>
890
891commit fdbb6fd3d3c0ce7078f8faaf089af51cc36cbcb3
892Author: Jesse Barnes <jbarnes@virtuousgeek.org>
893Date:   Mon May 4 15:38:22 2009 -0700
894
895    Don't prepare outputs & crtcs if set_mode_major is present
896    
897    A driver with this hook will take care of preparing the outputs & crtcs,
898    so calling the prepare functions will just cause unnecessary flicker.
899    
900    Fixes bug #21077
901    (cherry picked from commit 94648bb797d94b025746c60679c584e5be2fae28)
902    
903    Signed-off-by: Keith Packard <keithp@keithp.com>
904
905commit eac2b3658aacc8a64dc3c0fd7cc8fd77abcc59af
906Author: Julien Cristau <jcristau@debian.org>
907Date:   Wed Apr 22 20:01:49 2009 +0200
908
909    Bug#21324: Add quirk for Iiyama Vision Master 450
910    
911    Reported-by: Jeremy Henty <onepoint@starurchin.org>
912    Signed-off-by: Julien Cristau <jcristau@debian.org>
913    (cherry picked from commit 0dfb97f15f591f85e079f5829c77d0c328d00464)
914    
915    Signed-off-by: Keith Packard <keithp@keithp.com>
916
917commit b3c42e6450b0af97ead4f410983c803a959e1d04
918Author: Tormod Volden <debian.tormod@gmail.com>
919Date:   Wed Apr 1 19:32:21 2009 +0200
920
921    xfree86: edid quirk for Philips LCD LP154W01-TLAJ
922    
923    This panel reports its vertical size in cm.
924    
925    X.Org bug#21000 <http://bugs.freedesktop.org/show_bug.cgi?id=21000>
926    
927    Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
928    Signed-off-by: Julien Cristau <jcristau@debian.org>
929    (cherry picked from commit b1dab580bdfb4acfe3feddeda6e760098ec4922a)
930    
931    Signed-off-by: Keith Packard <keithp@keithp.com>
932
933commit 96eede556ac9f95204fa54287f74794acdbf3a2b
934Author: Julien Cristau <jcristau@debian.org>
935Date:   Wed Dec 24 14:17:27 2008 +0100
936
937    Add RandR 1.3 requests to protocol.txt
938    (cherry picked from commit 4f86ee61a4abf7a29e565d095aa08abd0ca9dc66)
939    
940    Signed-off-by: Keith Packard <keithp@keithp.com>
941
942commit b7b520e3a93fde5579c48eabb9b8c694a7dfbcb1
943Author: Julien Cristau <jcristau@debian.org>
944Date:   Wed Dec 24 14:23:37 2008 +0100
945
946    Add XI 1.5 event and requests to protocol.txt
947    (cherry picked from commit 063833f3a6d9f8f657e3de309c8d6d5c3d606513)
948    
949    Signed-off-by: Keith Packard <keithp@keithp.com>
950
951commit 0df12a3f01c953c0908b4b53a93fd3a5c704f69b
952Author: Ander Conselvan de Oliveira <ander@mandriva.com.br>
953Date:   Mon Apr 6 16:01:20 2009 -0300
954
955    xfree86: Remove device from inputInfo.devices if ActivateDevice failed.
956    
957    After the call to xf86ActivateDevice, the new device will be added to
958    inputInfo.devices. However, if the subsequent call to ActivateDevice
959    fails, the correponding InputInfoRec for the device is deleted but an
960    entry still remains in inputInfo.devices. This might lead to a server
961    crash later on (on InitAndStartDevices for instance) when the device
962    control proc would be called for an invalid device.
963    (cherry picked from commit efa31092d6703397121a0ada4f7205a8ecad3d3d)
964    
965    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
966    Signed-off-by: Keith Packard <keithp@keithp.com>
967
968commit 24dc7694a2ba72d45cda7720aeaec8350930edc3
969Author: Michel Dänzer <daenzer@vmware.com>
970Date:   Fri Feb 6 11:37:53 2009 +0100
971
972    EXA: Guard empty pending region warning by DEBUG_MIGRATE.
973    
974    It isn't very useful yet while the damage layer calls us for empty operations,
975    mostly confuses users.
976    (cherry picked from commit 3948b523893d3d44b6a088340c4252e969613769)
977    
978    Signed-off-by: Keith Packard <keithp@keithp.com>
979
980commit 5198ff6f86e4796819c0d1f742de57a69228c93b
981Author: Michel Dänzer <daenzer@vmware.com>
982Date:   Fri Feb 27 16:37:28 2009 +0100
983
984    EXA: Handle separate alpha maps properly in Composite fallback, take two.
985    
986    Preserve the EXA ABI by introducing a new driver flag EXA_SUPPORTS_PREPARE_AUX.
987    If the driver doesn't set this flag, we have to assume any Prepare/FinishAccess
988    driver hooks can't handle the EXA_PREPARE_AUX* indices, so we move out such
989    pixmaps at PrepareAccess time.
990    
991    Fixes https://bugs.freedesktop.org/show_bug.cgi?id=18710 .
992    
993    Signed-off-by: Michel Dänzer <daenzer@vmware.com>
994    (cherry picked from commit 4cfb36f6ad2df01215028fec48d99239a0e4496b)
995    
996    Signed-off-by: Keith Packard <keithp@keithp.com>
997
998commit 199bb367152d68e784dfbec79ab9b70540d83fc2
999Author: Ian Romanick <ian.d.romanick@intel.com>
1000Date:   Mon Apr 20 18:20:52 2009 -0700
1001
1002    DRI2: Send the version the code actually supports
1003    
1004    This prevents building an older server with a new dri2proto.h from
1005    resulting in a DRI2 extension module that lies about the version it
1006    supports.
1007    
1008    Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
1009    (cherry picked from commit 44227ef1b77467c76147b9bf79bdd0e6305a522a)
1010    
1011    Signed-off-by: Keith Packard <keithp@keithp.com>
1012
1013commit 11db545a86c8933c638a0bc1fcd4f2c65279f617
1014Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
1015Date:   Thu Apr 16 22:48:11 2009 -0400
1016
1017    security: Grant untrusted windows remove access on all windows.
1018    
1019    This allows untrusted clients to destroy their own windows when they
1020    have been reparented by a trusted window manager.
1021    (cherry picked from commit 4559d2ace6ac55fe361f572ded0769cdd1f3b545)
1022
1023commit 5d48f288eccb57dfe1751946c9d60dbd3ac0129a
1024Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
1025Date:   Thu Apr 16 22:39:54 2009 -0400
1026
1027    security: Fix a crash caused by wrong ordering of format arguments.
1028    (cherry picked from commit 3481b32ab971c41cb972f6819ae049f3e9f7033b)
1029
1030commit 93e0a648138e569087fc6e07c1a28abfa92a4dde
1031Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
1032Date:   Thu Apr 16 22:33:12 2009 -0400
1033
1034    security: Revert behavior of extension access for compatibility.
1035    
1036    Previously, three extensions were defined as "trusted" by the extension:
1037    BIG-REQUESTS, XC-MISC, and XPrint.  No other extensions were permitted
1038    to be used by untrusted clients.
1039    
1040    In commit 8b5d21cc1d1f4e9d20e5d5eca44cb1e60a419763 this was changed for
1041    some reason.  Return to the old, compatible behavior.
1042    (cherry picked from commit 6045506be0cebca4ebbe943ae77f020aafa703d4)
1043
1044commit cd321badf0c185854b3e0c038f3851a3ac7864ea
1045Author: Adam Jackson <ajax@redhat.com>
1046Date:   Tue Apr 14 16:08:11 2009 -0400
1047
1048    xserver 1.6.1
1049
1050commit fcffa3a178683ede0d15656c432fccf23ebca5ef
1051Author: Peter Hutterer <peter.hutterer@who-t.net>
1052Date:   Wed Mar 25 15:51:43 2009 +1000
1053
1054    Xext: set POINTER_SCREEN flag in XTestFakeInput if necessary. (RH #490984)
1055    
1056    The POINTER_SCREEN flag must be set explicitly for XTest core events to avoid
1057    out-of-range events when the lastSlave was an SD with an explicit axis range.
1058    Device events sent through XTest don't need this flag, they are expected to be
1059    in the valuator range of the device anyway.
1060    
1061    Red Hat Bug 490984 <https://bugzilla.redhat.com/show_bug.cgi?id=490984>
1062    
1063    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1064    (cherry picked from commit 603db34337a61754e0c5f71525011d10eab78411)
1065
1066commit 6ff60c626141771b365d557fe64bc93f200d1c9c
1067Author: Kristian Høgsberg <krh@redhat.com>
1068Date:   Thu Apr 9 13:16:37 2009 -0400
1069
1070    glx: Fix drawable private leak on destroy
1071    
1072    When a drawable goes away, we don't destroy the GLX drawable in full,
1073    since it may be current for a context.  This means that when the drawable
1074    is destroyed in full later, the backend doesn't get a chance to
1075    destroy resources associated with the drawable (the DRI2Drawable).
1076    
1077    With this patch, we destroy the GLX drawable in full when it goes away
1078    and then track down all contexts that reference it and NULL their
1079    pointers.
1080    
1081    (cherry picked from commit 7b6400a1b8d2f228fcbedf17c30a7e3924e4dd2a)
1082
1083commit 50894e13545538ed93f20823f7ba81d1ab8906bb
1084Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
1085Date:   Thu Apr 9 02:48:04 2009 -0400
1086
1087    xselinux: Don't BadAlloc in List* requests if there are no items to list.
1088    (cherry picked from commit 682d7b55699cacbb2dbcd84a5e816bf6e2d2f02a)
1089
1090commit feb01d7d6e98fa77f9069b08aaa9727368ef3aaf
1091Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
1092Date:   Wed Apr 8 15:10:16 2009 -0400
1093
1094    xselinux: Don't require incoming context strings to be null-terminated.
1095    (cherry picked from commit e8b324102f6e21ae2b8292a6f50d016dd6254dd6)
1096
1097commit b7dc7374bbcb708eee6eec26ff141619f914d8eb
1098Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
1099Date:   Mon Mar 9 17:28:40 2009 -0400
1100
1101    Correct access mode in call to dixLookupWindow() within RRSelectInput.
1102    
1103    Reported by Alan Coopersmith.
1104    (cherry picked from commit 6544490700051b3b5e88ac1890d71b35634c9100)
1105
1106commit 38b0f9edca80e43b4c8c364cfebc25c835d24cbd
1107Author: Adam Jackson <ajax@redhat.com>
1108Date:   Fri Mar 27 16:49:45 2009 -0400
1109
1110    Fix distcheck with dolt
1111
1112commit 509986d6f0255588f37446173ea76640895c9886
1113Author: Adam Jackson <ajax@redhat.com>
1114Date:   Fri Mar 27 16:28:26 2009 -0400
1115
1116    Fix Changelog generation
1117
1118commit 0f9fd02dacf4363c0efd69825bc804bfb55599bf
1119Author: Adam Jackson <ajax@redhat.com>
1120Date:   Mon Mar 16 13:24:48 2009 -0400
1121
1122    selinux: Add support for avc_acquire_netlink_fd()
1123    
1124    Requires libselinux 2.0.79 or newer.  Without this, libselinux will
1125    check for policy updates on the netlink socket on basically every policy
1126    lookup.  Statistically speaking, they never happen, and the check
1127    translates to at least one more syscall on basically every operation.
1128    
1129    Instead, take control of the fd from the library, and check it in
1130    WakeupHandler if it polls readable.
1131    (cherry picked from commit 3992dd38caf33b343affd8d732c94880d1099dcf)
1132
1133commit b3484c848040ae29b8ca1327d3b142db30c38387
1134Author: Adam Jackson <ajax@redhat.com>
1135Date:   Sat Feb 21 19:56:20 2009 -0500
1136
1137    selinux: Don't bother relabeling resources that are being destroyed
1138    
1139    Makes window destroy about 40x faster in Xvfb.
1140    (cherry picked from commit b030f858f2f1ce1fd27a73ebf7f9ec5db541a668)
1141
1142commit 08ac9140f6042ce3faa618613fc8443c92924a21
1143Author: Peter Hutterer <peter.hutterer@who-t.net>
1144Date:   Fri Feb 13 09:56:22 2009 +1000
1145
1146    xkb: Fix wrong colour reference in XKB geometry copying. #20081
1147    
1148    base_color and label_color need to reference the color in the destination, not
1149    in the source.
1150    
1151    X.Org Bug 20081 <http://bugs.freedesktop.org/show_bug.cgi?id=20081>
1152    
1153    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1154    Signed-off-by: Daniel Stone <daniel@fooishbar.org>
1155    (cherry picked from commit f5bf1fdaf36163d5c2f1b9b51df96326ebbb0e9c)
1156
1157commit 124da1da5cd3ac85edd7f0e30f61ee842d49a6a4
1158Author: Peter Hutterer <peter.hutterer@who-t.net>
1159Date:   Mon Mar 9 08:59:01 2009 +1000
1160
1161    Xi: don't crash on a NULL property name, just return None.
1162    
1163    strcmp doesn't like NULL-pointers.
1164    
1165    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1166    (cherry picked from commit 0d9a42dc0380d1583889b6b6521bd5a2451735d4)
1167
1168commit ea9f51fd42ae0285aed707b7efa44c558dad4e4b
1169Author: Peter Hutterer <peter.hutterer@who-t.net>
1170Date:   Fri Dec 5 16:24:57 2008 +1000
1171
1172    Xi: add XATOM_FLOAT to server-defined properties.
1173    
1174    This property is used to denote type float for input properties. Such
1175    properties can be accessed easily through the XIPropToFloat() function.
1176    
1177    Code originally written by Simon Thum.
1178    
1179    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
1180    (cherry picked from commit a48c81dcdf569a3f634ac23e08d2491354de6a36)
1181
1182commit 6ad6b6f900e9c3a55e4ee509bdc9ff0ddec9a59a
1183Author: Peter Hutterer <peter.hutterer@redhat.com>
1184Date:   Wed Nov 19 15:50:57 2008 +1000
1185
1186    Xi: add XIPropToInt() auxiliary function.
1187    
1188    Converts an XIPropertyValuePtr to an integer, provided that type and format is
1189    right.
1190    
1191    Code originally written by Simon Thum.
1192    
1193    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
1194    (cherry picked from commit 669f6810af9a89187d6149841925fe765f3988ff)
1195
1196commit 667865b9eb98ed73461028b3d38be19619712533
1197Author: Adam Jackson <ajax@redhat.com>
1198Date:   Mon Mar 2 14:26:23 2009 -0500
1199
1200    randr: Fix thinko in xf86TargetPreferred
1201    
1202    The only-one-output case would only work right if that also happened to
1203    be the zeroth output.  Oops.
1204    (cherry picked from commit 8a6ed44a8b2fc5f14729dc54fec17607ced03859)
1205
1206commit f469726fec502ce29999eda6919c3c3d26c127d8
1207Author: Eric Paris <eparis@redhat.com>
1208Date:   Tue Mar 3 13:15:39 2009 -0500
1209
1210    This patch changes all places in the X code to use _raw functions.  The
1211    X server should never see, translate, or deal with a munged context.
1212    Display managers which show contexts to the user should take care of
1213    translating these to human readable form.
1214    (cherry picked from commit c7cf926d25523d5d0d8e5c83671c901660070d71)
1215
1216commit 60c161545af80eb78eb790a05bde79409dfdf16e
1217Author: Keith Packard <keithp@keithp.com>
1218Date:   Wed Feb 25 12:05:44 2009 -0800
1219
1220    X server version 1.6.0
1221    
1222    Signed-off-by: Keith Packard <keithp@keithp.com>
1223
1224commit e9a9f807971b8fb62b957c9d54b4aea7fb0f96ca
1225Author: Maarten Maathuis <madman2003@gmail.com>
1226Date:   Fri Jan 30 19:32:33 2009 +0100
1227
1228    exa: kill of exaImageGlyphBlt
1229    
1230    - It serves no obvious purpose, yet it directly accesses many fb
1231    symbols.
1232    (cherry picked from commit 5cc67ae94c066dcac78072ad8a819c3b602d8bab)
1233
1234commit 10e0603fb989d1e6b2675ef5ca8223777b4921e6
1235Author: Jeremy Huddleston <jeremy@yuffie.local>
1236Date:   Tue Feb 24 23:12:57 2009 -0800
1237
1238    XQuartz: Re-enable support for capslock
1239    (cherry picked from commit 4901b8147e593d26d7a31a9b73a201254b948916)
1240
1241commit e96921ca954ff0d3de8a69cea085aac2d43b0a2e
1242Author: Michel Dänzer <daenzer@vmware.com>
1243Date:   Mon Feb 23 16:49:51 2009 +0100
1244
1245    DRI1: Make DRICreateDrawable return TRUE for pixmaps.
1246    
1247    GLX_EXT_texture_from_pixmap was broken since commit
1248    a26c77ff432d2e85a2665fc36fca25143460c476 ('glx: fix retval checks when failures
1249    occur for drawable creation.')
1250    
1251    Signed-off-by: Michel Dänzer <daenzer@vmware.com>
1252    (cherry picked from commit ef320bdd5ec3419abba77041d3a4d96a3ff87563)
1253
1254commit 584f46b81c6ed126014e963cb4ea40f83014f1c7
1255Author: Alan Coopersmith <alan.coopersmith@sun.com>
1256Date:   Thu Feb 19 13:57:28 2009 -0800
1257
1258    Add Extensions section to xorg.conf man page
1259    
1260    Extensions section was added in X11R6.8.0 and documented in the release notes:
1261       http://www.x.org/archive/X11R6.8.0/doc/RELNOTES2.html#3
1262    but never made it into the man page.
1263    
1264    Also fix a bonus typo.
1265    
1266    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1267    (cherry picked from commit ab61033700b5383a7a15370dd054eaa80e72e811)
1268
1269commit ae7991b16d7fefb4335b05f951a3228cef102683
1270Author: Keith Packard <keithp@keithp.com>
1271Date:   Wed Feb 25 10:14:36 2009 -0800
1272
1273    Pre-clip panning coordinates to keep crtc within panning region
1274    
1275    There is a separate panning region check, but that doesn't work under
1276    transformation, so just pre-clip the mouse coordinates when computing the
1277    panning offsets. This leaves the case where panning constants are changing
1278    unresolved.
1279    
1280    Signed-off-by: Keith Packard <keithp@keithp.com>
1281    (cherry pick from commit c090f5514d28e1602a6ebbe7c909e98a0e3374d7)
1282
1283commit e59aa804df8a39541aa3224a5e688b819196070c
1284Author: Keith Packard <keithp@keithp.com>
1285Date:   Wed Feb 25 10:12:23 2009 -0800
1286
1287    RandR rotations and reflections offset by one pixel
1288    
1289    The matrix computation for rotation and reflection resulted in dropping a
1290    row or column of pixels as the offsets used in the matrix computations used
1291    width and height rather than width-1 and height-1.
1292    
1293    Signed-off-by: Keith Packard <keithp@keithp.com>
1294    (cherry picked from commit 77c7a64e8885696665556c9fbcb3cffb552e367a)
1295
1296commit 9a59e7f304ab19c91738311bb9f1ec7709fc8847
1297Author: Keith Packard <keithp@keithp.com>
1298Date:   Sun Feb 8 15:08:15 2009 +0100
1299
1300    xf86CrtcShadowClear is unused.
1301    
1302    Remove this now that clearing is done by repainting with appropriate extend
1303    modes.
1304    Signed-off-by: Keith Packard <keithp@keithp.com>
1305    (cherry picked from commit 60a4f1368785d26a49a3ef6df829723ca154c154)
1306    
1307    Signed-off-by: Keith Packard <keithp@keithp.com>
1308
1309commit 369d7b22a9009e7054bd121484fa128c7a6d21f6
1310Author: Keith Packard <keithp@keithp.com>
1311Date:   Thu Feb 5 11:36:54 2009 -0800
1312
1313    Make panning+transform be correctly driven by mouse
1314    
1315    Figuring out how to adjust the crtc origin to keep the mouse pointer within
1316    the crtc is a bit of a trick
1317    
1318    Signed-off-by: Keith Packard <keithp@keithp.com>
1319    (cherry picked from commit 63810aca31b962c93be4796883bde6ccb653e3a9)
1320    
1321    Signed-off-by: Keith Packard <keithp@keithp.com>
1322
1323commit c0a36197002c7de98f14dc98969409778d29dc50
1324Author: Alan Coopersmith <alan.coopersmith@sun.com>
1325Date:   Tue Feb 17 18:48:52 2009 -0800
1326
1327    Make RgbPath keyword in xorg.conf a non-fatal error
1328    
1329    Xorg shouldn't refuse to run just because the user has an xorg.conf that
1330    had the previously-used RgbPath keyword in it.
1331    
1332    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1333    Acked-by: Peter Hutterer <peter.hutterer@who-t.net>
1334    (cherry picked from commit d2cf562bbad553d7f09b70202134f5b6ada0114e)
1335    
1336    Signed-off-by: Keith Packard <keithp@keithp.com>
1337
1338commit 6b8bbbd21b39181e9dd3175fa73c05008c361ba2
1339Author: Peter Hutterer <peter.hutterer@who-t.net>
1340Date:   Wed Feb 4 11:50:18 2009 +1000
1341
1342    config: if we can't connect to HAL, listen for a startup notification.
1343    
1344    If HAL isn't available when we try to connect, the registered NameOwnerChanged
1345    signal handler waits until HAL is available. Once we connected to HAL, we
1346    unregister the signal handler again.
1347    This allows HAL to be started in parallel or after the server has started.
1348    
1349    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1350    (cherry picked from commit 4844bff58f296b2851be4e6b955c3a68d02437a9)
1351    
1352    Signed-off-by: Keith Packard <keithp@keithp.com>
1353
1354commit 4557b3f6c4273cd83b701beaf7a150c806fed298
1355Author: Keith Packard <keithp@keithp.com>
1356Date:   Wed Feb 18 16:43:23 2009 -0800
1357
1358    X11/fonts/fontmod.h doesn't exist anymore.
1359    
1360    libXfont 1.4.0 no longer includes this file, nor do we need it, so just stop
1361    attempting to reference it.
1362    
1363    Signed-off-by: Keith Packard <keithp@keithp.com>
1364
1365commit 3575cb86a18d9e80e239acefdab18694e4ca2098
1366Author: Ian Romanick <ian.d.romanick@intel.com>
1367Date:   Tue Feb 17 08:27:32 2009 -0800
1368
1369    glx: Inialize best_score before calculating visual scores
1370    
1371    This bug was pointed out by Peter Åstrand.
1372    
1373    Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
1374    (cherry picked from commit 4039603413f9f46d7f725463a70b4a51838e0049)
1375    
1376    Signed-off-by: Keith Packard <keithp@keithp.com>
1377
1378commit d050a61747bd5e5f9c96f5df5a191598c3f01e5c
1379Author: Jeremy Huddleston <jeremy@yuffie.local>
1380Date:   Tue Feb 17 23:25:14 2009 -0800
1381
1382    configure.ac: Support version strings like W.X.Y.Z-XXXXXX
1383    (cherry picked from commit 43967514cd57ad836d7fb85c8c9e58ada07e0232)
1384    
1385    Signed-off-by: Keith Packard <keithp@keithp.com>
1386
1387commit 8e16e64f55deb8e94007915333ba356c0f7e4f73
1388Author: Jeremy Huddleston <jeremy@yuffie.local>
1389Date:   Tue Feb 17 23:24:25 2009 -0800
1390
1391    XQuartz: Don't need GlxSetVisualConfig any more
1392    
1393    Fixes build failure resulting from 516f8e2cad1311a09764e2633644188d1e3c31bb
1394    (cherry picked from commit 066b17028a35956a089815716e38571f305469c5)
1395    
1396    Signed-off-by: Keith Packard <keithp@keithp.com>
1397
1398commit eca523e7e7e267728a1f5ec346e012ada3debba0
1399Author: Keith Packard <keithp@keithp.com>
1400Date:   Tue Feb 17 22:17:41 2009 -0800
1401
1402    Bump to 1.5.99.903
1403
1404commit a86dd529e9deaba61aee220d79ac607abbcb5dc6
1405Author: Keith Packard <keithp@keithp.com>
1406Date:   Fri Feb 6 06:34:35 2009 +0100
1407
1408    Eliminate the shadow clear on transform change
1409    
1410    When the crtc transformation changes, the entire crtc must be repainted.
1411    This was being done by clearing the shadow and then painting the rectangle
1412    containing the screen image; the clear being required as the screen image
1413    may not fill the crtc. When changing the transform rapidly, this leads to
1414    flashing. Eliminate the clear by painting the entire crtc instead of just
1415    the screen rectangle.
1416    
1417    (cherry picked fom commit 5394b7e66224d20888dd4020f5cb8ca930720fb4)
1418    
1419    Signed-off-by: Keith Packard <keithp@keithp.com>
1420
1421commit 5946d603e76206105bea41a8beeb116daf209964
1422Author: Keith Packard <keithp@keithp.com>
1423Date:   Mon Feb 9 13:09:11 2009 +0100
1424
1425    Add XkbDir to Files config file section
1426    
1427    The XKB base directory was not configuable through the config file.
1428    
1429    (cherry picked from commit 76f18b94bd2719a8199334742d021c4d0806187d)
1430    
1431    Signed-off-by: Keith Packard <keithp@keithp.com>
1432
1433commit 39eb1bee84b520cfa45981c445c4c976d63ab03d
1434Author: Adam Jackson <ajax@redhat.com>
1435Date:   Tue Feb 17 12:59:16 2009 -0500
1436
1437    RANDR: Fail softly on GetPanning if the screen can't do it.
1438    
1439    Just return a zeroed-out reply in that case.  This is unambiguous, and
1440    distinguishes "you didn't name a CRTC" from "you named a CRTC that can't
1441    do panning".
1442    (cherry picked from commit 123093996507c4d3b6dc457240ce00f8ac42f410)
1443    
1444    Signed-off-by: Keith Packard <keithp@keithp.com>
1445
1446commit 69a2728891e92da6a674d7313f3bb47c629b38dc
1447Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
1448Date:   Wed Jan 7 19:37:03 2009 -0200
1449
1450    Default to use standard bitmap fonts, with builtins as fallback
1451    
1452      The builtin-fonts configure option was removed, as it at best should
1453    have been a runtime option. Instead, now it always register all "font
1454    path element" backends, and adds built-ins fonts at the end of the
1455    default font path.
1456      This should be a more reasonable solution, to "correct" the most
1457    common Xorg FAQ (could not open default font 'fixed'), and also don't
1458    break by default applications that use only the standard/historical
1459    X Font rendering.
1460    (cherry picked from commit 49b93df8a3002db7196aa3fc1fd8dca1c12a55d6)
1461    
1462        Signed-off-by: Keith Packard <keithp@keithp.com>
1463
1464commit 444127f9f408d2f517fdfab0092bd67b29073373
1465Author: Alan Hourihane <alanh@vmware.com>
1466Date:   Fri Feb 13 13:45:08 2009 +0000
1467
1468    glx: fix retval checks when failures occur for drawable creation.
1469    (cherry picked from commit a26c77ff432d2e85a2665fc36fca25143460c476)
1470    
1471    Signed-off-by: Keith Packard <keithp@keithp.com>
1472
1473commit 4302a32391711ea86051c7e6d90cb018c79beec2
1474Author: Keith Packard <keithp@keithp.com>
1475Date:   Fri Jan 30 14:19:41 2009 -0800
1476
1477    Make crtc_notify wrap/unwrap code do nothing unless mode code is inuse
1478    
1479    Drivers not using the new hw/xfree86/modes code would crash in DRI due to
1480    that code trying to monitor CRTC changes.
1481    
1482    (cherry picked from commit ea309e47457156b60aadbf113f04e5b6851029c8)
1483    
1484    Signed-off-by: Keith Packard <keithp@keithp.com>
1485
1486commit 09cde70a6b3a05c28014862db19b36650412c2f3
1487Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
1488Date:   Mon Feb 2 12:30:57 2009 -0800
1489
1490    XQuartz: GLX: Fix accidental exclusion of glBlitFramebufferEXT on Leopard
1491    (cherry picked from commit 8620579483789ae9ac1b68dbefe32b70011386de)
1492    (cherry picked from commit 0dbc356795bbab3889b5f1684f55bd193757d0c9)
1493    
1494    Signed-off-by: Keith Packard <keithp@keithp.com>
1495
1496commit 6bbe98f01d1fc66b6b853bdcdd62edf87a91627d
1497Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
1498Date:   Sun Feb 1 15:08:02 2009 -0800
1499
1500    XQuartz: GLX: OpenGL.framework on Tiger doesn't have glBlitFramebufferEXT
1501    (cherry picked from commit e01662cadcaa4052e3a5aa82cbaed00a2d0220e0)
1502    (cherry picked from commit fd08be749e0b3c5de02a6ae8b3d21f92c5986157)
1503    
1504    Signed-off-by: Keith Packard <keithp@keithp.com>
1505
1506commit 519ae3a0dfc61fc55370abec75551aa2615643fb
1507Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
1508Date:   Sun Jan 11 16:34:36 2009 -0800
1509
1510    XQuartz: Don't need explicit Activate/EnableDevice in InitInput
1511    (cherry picked from commit b1d29784410b3b93037e5636f336ba608d8ad6e3)
1512    
1513    Signed-off-by: Keith Packard <keithp@keithp.com>
1514
1515commit ada58b69ca0a5e674cda7ae59a53061645621888
1516Author: Alan Coopersmith <alan.coopersmith@sun.com>
1517Date:   Fri Jan 30 21:44:08 2009 -0800
1518
1519    x11-input.fdi: Add options needed to handle adding USB devices on Solaris
1520    (cherry picked from commit 60bcdd687040db76490851d4b459284ce37020e0)
1521    
1522    Signed-off-by: Keith Packard <keithp@keithp.com>
1523
1524commit 516f8e2cad1311a09764e2633644188d1e3c31bb
1525Author: Eric Anholt <eric@anholt.net>
1526Date:   Sun Feb 8 13:00:15 2009 +0100
1527
1528    glx: Replace broken GLX visual setup with a fixed "all" mode.
1529    
1530    With trying to match depths so that you didn't end up with a depth 24
1531    fbconfig for the 32-bit composite visual, I broke the alpha bits on the depth
1532    24 X visual, which angered other applications.  But in fixing that, the
1533    pickFBconfigs code for "minimal" also could end up breaking GLX visuals if
1534    the same FBconfig was chosen for more than one X visual.
1535    We have no reason to not expose as many visuals as possible, but the old
1536    "all" mode didn't match any existing X visuals to GLX visuals, so normal
1537    GL apps didn't work at all.
1538    
1539    Instead, replace it with a simple combination of the two modes: Create GLX
1540    visuals by picking unique FBconfigs with as many features as possible for
1541    each X visual in order.  Then, for all remaining FBconfigs that are
1542    appropriate for display, add a corresponding X and GLX visual.
1543    
1544    This gets all applications (even ones that aren't smart enough to do FBconfigs)
1545    get all the options to get the visual configuration they want.  The only
1546    potential downside is that the composite ARGB visual is unique and gets a
1547    nearly full-featured GLX visual (except that the root visual might have taken
1548    the tastiest FBconfig), which means that a dumb compositing manager could
1549    waste resources. Write compositing managers using FBconfigs instead, please.
1550    (cherry picked from commit c40bad88475debf7a1774e22dce835577ad32154)
1551    
1552    Signed-off-by: Keith Packard <keithp@keithp.com>
1553
1554commit 8b967b24690cb072fc37c463eceb2b886cef80c4
1555Author: Eric Anholt <eric@anholt.net>
1556Date:   Mon Feb 2 10:13:46 2009 -0800
1557
1558    glx: Don't match fbconfigs to visuals with mismatched channel masks.
1559    
1560    This fixes at least one known bug, where the depth 32 visual would end up
1561    with a depth 24 fbconfig attached, angering compiz.
1562    (cherry picked from commit 5100d829a4d71ce4a9fbc2b81694a1fb90066ccf)
1563    
1564    Signed-off-by: Keith Packard <keithp@keithp.com>
1565
1566commit 7fdaca64463951ab9199dc12910379c90dba3fac
1567Author: Keith Packard <keithp@keithp.com>
1568Date:   Tue Feb 17 18:57:13 2009 -0800
1569
1570    mi: force the paired kbd device before CopyKeyClass. (#19574)
1571    
1572    Some multi-media keyboards send the key events for multimedia keys through
1573    the device file used by the mouse. Sending a key event through the VCP
1574    however will fail. The VCP doesn't have a key class so the server crashes or
1575    (with an appropriate fix) the event is simply swallowed.
1576    
1577    Thus, for key events if the master does not have a key class, get the device
1578    paired with the master (i.e. the VCK) before processing the event any
1579    further.
1580    
1581    X.Org Bug 19574 <http://bugs.freedesktop.org/show_bug.cgi?id=19574>
1582    
1583    Signed-off-by: Keith Packard <keithp@keithp.com>
1584
1585commit a9dd41de7eecc1dcede4ccc8d5cf25f10343bb1a
1586Author: Peter Hutterer <peter.hutterer@who-t.net>
1587Date:   Mon Feb 2 10:20:13 2009 +1000
1588
1589    mi: don't call UpdateSpriteForScreen if we have Xinerama enabled. #18668
1590    
1591    In Xinerama all windows hang off the first root window. Crossing the screens
1592    must not reset the spriteTrace, otherwise picking fails and events are sent to
1593    the root window.
1594    
1595    X.Org Bug 18668 <http://bugs.freedesktop.org/show_bug.cgi?id=18668>
1596    
1597    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1598    (cherry picked from commit 9fe9b6e4ef669b192ee349e3290db5d2aeea273c)
1599    
1600    Signed-off-by: Keith Packard <keithp@keithp.com>
1601
1602commit 536748aa88f82e4157b86ed1a02b798b1510bdb8
1603Merge: 8c6ddbf be21199
1604Author: Keith Packard <keithp@keithp.com>
1605Date:   Tue Feb 17 18:52:04 2009 -0800
1606
1607    Merge branch 'panning-for-server-1.6' into server-1.6-branch
1608
1609commit 8c6ddbf754ff6c2eb99105f93aaa30749dced619
1610Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
1611Date:   Sun Nov 30 02:59:34 2008 -0200
1612
1613    Correct static symbol XkmReadTOC and first pass on compile warning fixes.
1614    
1615      The warnings corrected were only the ones that should correct
1616    real problems. The most common one is 64 bit integers as
1617    "printf %l" arguments.
1618      Note that there is a patch related to this at:
1619    http://bugs.freedesktop.org/show_bug.cgi?id=18204
1620    
1621    Signed-off-by: Keith Packard <keithp@keithp.com>
1622    (cherry picked from commit 16b11cd03d8c5def07f0e598f237f71a37883a46)
1623
1624commit 0c9db0ea10d9fd2a311bca47bba3c60e74ec6eec
1625Author: Peter Hutterer <peter.hutterer@who-t.net>
1626Date:   Fri Jan 9 14:32:14 2009 +1000
1627
1628    xfree86: always force RAW mode under linux.
1629    
1630    The previous check for AEI on left us with the possibility that AEI is forced
1631    off in the config, but devices are added through evdev nonetheless. A keyboard
1632    added this way can CTRL+C the server. Even when we use kbd, we can set the
1633    mode to RAW, so it's safer alround to to so.
1634    
1635    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1636    (cherry picked from commit b33905234025f005819c7e2acd653a3a0ecfeb82)
1637    
1638    Signed-off-by: Keith Packard <keithp@keithp.com>
1639
1640commit 3284b03dca180ba2312904b1e20fe83df56f5f3c
1641Author: Alan Coopersmith <alan.coopersmith@sun.com>
1642Date:   Thu Feb 12 18:34:22 2009 -0800
1643
1644    Check for and report errors writing xorg.conf.new from Xorg -configure
1645    
1646    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1647    (cherry picked from commit ac470dfb4fadaa0b28b6f8b57f4f13a20842b897)
1648    
1649    Signed-off-by: Keith Packard <keithp@keithp.com>
1650
1651commit caf503aef15865a969b881355d5e663490a6e194
1652Author: Alan Coopersmith <alan.coopersmith@sun.com>
1653Date:   Thu Feb 12 18:23:59 2009 -0800
1654
1655    Correct error message if specified config file is not found
1656    
1657    By making the "Unable to open config file" header a warning, it was
1658    not appearing with the filename when a config file was specified and
1659    not found.   Now we make it an error message again, but only issue
1660    the error if a filename was specified - if none was specified, then
1661    we don't even issue a warning, just the "Using autoconfig" info message.
1662    
1663    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1664    (cherry picked from commit bd713794ceaa1b2890522554562103c0a2d50f04)
1665    
1666    Signed-off-by: Keith Packard <keithp@keithp.com>
1667
1668commit 791c6ecceec94369f6035b8845a2cb293d194eef
1669Author: Keith Packard <keithp@keithp.com>
1670Date:   Tue Feb 3 20:18:37 2009 -0800
1671
1672    Handle the combination of panning and crtc transforms
1673    
1674    This patch gets the shadow scanout buffer repainted on panning area changes.
1675    It does not, however, track the mouse correctly.
1676    
1677    Signed-off-by: Keith Packard <keithp@keithp.com>
1678    (cherry picked from commit 7968823cbc02615e1080c0d3f34dcebe14ea1771)
1679    
1680    Signed-off-by: Keith Packard <keithp@keithp.com>
1681
1682commit 099d74a12752808dd1972c28bdb228fc447d3774
1683Author: Keith Packard <keithp@keithp.com>
1684Date:   Tue Feb 3 20:15:41 2009 -0800
1685
1686    Damage re-used shadow scanout buffer using new transforms.
1687    
1688    When the shadow scanout buffer can be re-used, the underlying framebuffer
1689    area must be damaged so that the scanout will be repainted. This patch
1690    delays the addition of that damaged area until after the transform in the
1691    crtc has been updated, otherwise the old transform would have been used and
1692    the wrong area repainted.
1693    
1694    Signed-off-by: Keith Packard <keithp@keithp.com>
1695    (cherry picked from commit 763df9eec79a867978efc5138d8635a46c1a0d17)
1696    
1697    Signed-off-by: Keith Packard <keithp@keithp.com>
1698
1699commit 4992c31e6c09a9140d4482d762b5dfff0a4efedb
1700Author: Keith Packard <keithp@keithp.com>
1701Date:   Tue Feb 3 20:12:42 2009 -0800
1702
1703    Handle matrix computation overflow in RRTransformCompute
1704    
1705    If the computation of the composite fixed-point transform for RandR
1706    overflows at any point, take the resulting floating point transform and
1707    scale that back to fit in a fixed point matrix. This ensures that a matrix
1708    will always be available, although perhaps at reduced precision. Someday we
1709    should add floating point matrices to Render.
1710    
1711    Signed-off-by: Keith Packard <keithp@keithp.com>
1712    (cherry picked from commit 62fc98cb88e4e8b636f343453fc1168a87c58972)
1713    
1714    Signed-off-by: Keith Packard <keithp@keithp.com>
1715
1716commit 660c2a7d4c6cb52fd0992e9d2008a24805dc8c02
1717Author: Aaron Plattner <aplattner@nvidia.com>
1718Date:   Thu Feb 12 18:27:48 2009 -0800
1719
1720    Query the DDX in ProcRRGetScreenInfo.
1721    
1722    This is the RandR 1.1 version of GetScreenResources and needs to re-query the
1723    DDX to see if the mode pool changed.
1724    
1725    Fixes Launchpad bug #325115.
1726    Signed-off-by: Adam Jackson <ajax@redhat.com>
1727
1728commit 34724f45512e311377b972da480d35304fd687cc
1729Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
1730Date:   Fri Jan 30 03:56:39 2009 -0200
1731
1732    Work around inclusion of <X11/extensions/panoramiXext.h>
1733    
1734      The X Server build only needs the macros PANORAMIX_MAJOR_VERSION
1735    and PANORAMIX_MINOR_VERSION from that header.
1736      Addition of extra prototypes to <X11/extensions/panoramiXext.h>
1737    caused a X Server build failure.
1738
1739commit 1f729b42d567ae9533ac0e467afc9fbc83390776
1740Author: Keith Packard <keithp@keithp.com>
1741Date:   Fri Jan 30 21:12:17 2009 -0800
1742
1743    Version to 1.5.99.902
1744
1745commit 56f6fb8c8652c85e522e42557f8969987069076b
1746Author: Eric Anholt <eric@anholt.net>
1747Date:   Fri Jan 30 19:06:17 2009 -0800
1748
1749    randr: Avoid re-querying the configuration on everything but GetScreenResources.
1750    
1751    The new path should only re-query on the other requests when we haven't
1752    gathered the information from the DDX yet (such as with a non-RandR 1.2 DDX).
1753    
1754    Bug #19037.
1755    (cherry picked from commit 317f2b4a9fe4b606975711bc332166a82db5087d)
1756
1757commit 6d928aa227b12832dd358619722a5f4dc71b5d19
1758Author: Keith Packard <keithp@keithp.com>
1759Date:   Fri Jan 30 20:17:10 2009 -0800
1760
1761    RandR crtcs not fetched correctly when primary output is set.
1762    
1763    Primary outputs may not have a CRTC.
1764    Loops fetching CRTCs respecting primary output were broken.
1765    
1766    Signed-off-by: Keith Packard <keithp@keithp.com>
1767    (cherry picked from commit 4de5705545792d77c9990bbec3e263a517757a2a)
1768
1769commit 759ed0679a030f502b74a6ff44c15d1c97d9a937
1770Author: Keith Packard <keithp@keithp.com>
1771Date:   Fri Jan 30 19:14:36 2009 -0800
1772
1773    RandR SetOutputPrimary should work with or without a crtc connected
1774    
1775    The test was inverted from the protocol spec, and besides, the test is bogus
1776    anyways.
1777    
1778    Signed-off-by: Keith Packard <keithp@keithp.com>
1779    (cherry picked from commit c1f2be1f3fd0c80cb4c85b98140b98aa9311242b)
1780
1781commit b893dc59da9f5a7afb59ea0b2cd794872fc5727f
1782Author: Thomas Jaeger <ThJaeger@gmail.com>
1783Date:   Sat Dec 20 16:17:02 2008 +0100
1784
1785    Don't release grabs unless all buttons are up
1786    
1787    Previously, only buttons <= 5 would count here, but the core protocol
1788    allows for 255 buttons.
1789    
1790    http://lists.freedesktop.org/archives/xorg/2009-January/042092.html
1791    
1792    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1793    (cherry picked from commit 717a961528ec69a6e630d536e15568670e0b398a)
1794    
1795    Signed-off-by: Keith Packard <keithp@keithp.com>
1796
1797commit 191161a24a80dc553b11f829c12cfffb76ec7185
1798Author: Thomas Jaeger <ThJaeger@gmail.com>
1799Date:   Mon Dec 22 00:55:09 2008 +0100
1800
1801    Count the number of logically down buttons in buttonsDown
1802    
1803    This fixes the following bug.  Assuming your window manager grabs
1804    Alt+Button1 to move windows, map Button3 to 0 via XSetPointerMapping,
1805    then press the physical button 3 (this shouldn't have any effect), press
1806    Alt and then button 1.  The press event is delivered to the application
1807    instead of firing the grab.
1808    
1809    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1810    (cherry picked from commit f7f85f696570541e2dd43462675de9e6ee46f545)
1811
1812commit fe0abdceb483ec0bb2977016b00aef57033aa449
1813Author: Peter Hutterer <peter.hutterer@who-t.net>
1814Date:   Thu Jan 8 11:53:30 2009 +1000
1815
1816    mi: ensure chained button mappings from SD -> MD (#19282)
1817    
1818    After copying the master event, flip the detail field to the mapped button of
1819    the SD, not the physical button. This way if the SD has a mapping 1:3 and the
1820    MD has a mapping of 3:4, a press on button 1 on the SD results in a core event
1821    on button 4.
1822    
1823    X.Org Bug 19282 <http://bugs.freedesktop.org/show_bug.cgi?id=19282>
1824    
1825    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1826    Signed-off-by: Keith Packard <keithp@keithp.com>
1827
1828commit 3441917008021fb13cf86fa619970859d927e17a
1829Author: Thomas Jaeger <thjaeger@gmail.com>
1830Date:   Mon Jan 5 01:26:42 2009 -0500
1831
1832    Don't alter device button maps in DoSetPointerMapping
1833    
1834    Currently, if a device map differs from the core pointer map, then the
1835    request may return MappingBusy, even though all the affected core
1836    buttons are in the up state.
1837    
1838    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1839    (cherry picked from commit 3d549438c29004d78032ecc50ab45ca0e3f49623)
1840
1841commit 364bcbea48d5e49bef8d36f6724e2702cbb4b1af
1842Author: Thomas Jaeger <ThJaeger@gmail.com>
1843Date:   Fri Jan 9 02:02:38 2009 -0500
1844
1845    Xext: Send out correct events in ProcXTestFakeInput
1846    
1847    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1848    (cherry picked from commit b2756a71a432f7cf7c870a48676c98625512558d)
1849
1850commit e789789196db8271a83c751fdf990ceb70164cb1
1851Author: Peter Hutterer <peter.hutterer@who-t.net>
1852Date:   Mon Jan 5 15:48:45 2009 +1000
1853
1854    xkb: fix typo - missing negation when checking button state.
1855    
1856    Introduced with a85f0d6b98237d8a196de624207acf1983a1859a.
1857    
1858    Reported by Thomas Jaeger.
1859    
1860    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1861    (cherry picked from commit 515ce3e4ba42605a1ee9979e8bb5acd3cf6470a3)
1862
1863commit ebb3872925315d705e47e1ccd7f193ac90ac33dc
1864Author: Peter Hutterer <peter.hutterer@redhat.com>
1865Date:   Wed Nov 26 11:15:05 2008 +1000
1866
1867    Xi: fix use of button->down - bitflags instead of int arrays.
1868    
1869    The device's button down state array was changed to use DOWN_LENGTH and thus
1870    bitflags for each button in cfcb3da7.
1871    
1872    Update the DBSN events to copy this bit-wise state.
1873    Update xkb and Xi to check for the bit flag instead of the array value.
1874    
1875    Reported by ajax.
1876    
1877    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
1878    (cherry picked from commit a85f0d6b98237d8a196de624207acf1983a1859a)
1879
1880commit 50d80c25525a691472e3fc5859fb303a3ffe1ef2
1881Author: Peter Hutterer <peter.hutterer@who-t.net>
1882Date:   Mon Jan 12 15:29:36 2009 +1000
1883
1884    dix: fix WarpPointer calls for devices with custom valuator ranges (#19297)
1885    
1886    If the MD's lastSlave was a devices with custom axes ranges, then a
1887    WarpPointer would position the cursor at the wrong location. A WarpPointer
1888    request provides screen coordinates and these coordinates were scaled to the
1889    device range before warping.
1890    
1891    This patch consists of two parts:
1892    1) in the WarpPointer handling, get the lastSlave and post the event through
1893       this device.
1894    2) assume that WarpPointer coordinates are always in screen coordinates and
1895       scale them to device coordinates in GPE before continuing. Note that this
1896       breaks device-coordinate based XWarpDevicePointer calls (for which the spec
1897       isn't nailed down yet anyway) until a better solution is found.
1898    
1899    X.Org Bug 19297 <http://bugs.freedesktop.org/show_bug.cgi?id=19297>
1900    
1901    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1902    (cherry picked from commit d36adf52a2b2711d22b11105f7bd907d4493fb9b)
1903
1904commit b19f12712a0762f20065282fd055fe9bc3ca975f
1905Author: Peter Hutterer <peter.hutterer@who-t.net>
1906Date:   Mon Jan 12 16:16:24 2009 +1000
1907
1908    dix: EnqueueEvent and PlayReleasedEvent need to handle DeviceMotionNotifies
1909    
1910    No MotionNotify events in the processing anymore, so let's have them treat DMN
1911    instead.
1912    
1913    Reported by Thomas Jaeger.
1914    (cherry picked from commit 488d45295105daf10ccd17ca93ae6a6f4d0104f1)
1915
1916commit ef796a95dd7ddf4ad5761a6ee2de1cdb56190ba2
1917Author: Xiang, Haihao <haihao.xiang@intel.com>
1918Date:   Tue Jan 6 10:03:19 2009 +0800
1919
1920    avoid a potential endless loop.
1921    
1922    Previously it is possible that creating rotation data, then cleaning
1923    up and creating again so that pScreen->BlockHandler and
1924    xf86_config->BlockHandler all point to xf86RotateBlockHandler.
1925    See bug #19343.
1926    (cherry picked from commit 5f3188228eb988bd8f08b62c84f98a8ff66ee283)
1927
1928commit 840b4da5f29e43ccadc720f075e00237d12ef01b
1929Author: George Staplin <gstaplin@apple.com>
1930Date:   Mon Jan 26 03:02:38 2009 -0700
1931
1932    XQuartz: GL: indirect.c changes to fix the build with newer OpenGL frameworks.
1933    (cherry picked from commit 143224405ba74929c702a95de52b56df140b0d1b)
1934
1935commit 97a6f55f221e3d470add18db80e3769713480103
1936Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
1937Date:   Fri Jan 16 19:26:07 2009 -0800
1938
1939    XQuartz: SnowLeopard: Help system book name changed in 10.6
1940    (cherry picked from commit b57cb05c69acbedb00a97234099ea104309aa2cb)
1941
1942commit e81b4d495ba02d4fc0b05c26a53fd2a816a61eaa
1943Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
1944Date:   Fri Jan 16 13:54:08 2009 -0800
1945
1946    XQuartz: mieq: Wait for the server to finish initializing before letting other threads mieqEnqueue
1947    
1948    Avoid possible race condition whereby one thread might call mieqEnqueue before InitAndStartDevices finishes
1949    (cherry picked from commit 94e417ac87a98cd5c6bf2d7c495d702748398931)
1950
1951commit d6498ea62117cce6a00ac045ddeefb7268a70f5b
1952Author: Eric Anholt <eric@anholt.net>
1953Date:   Fri Jan 30 16:17:58 2009 -0800
1954
1955    Move the apple fat binary hacks back to a header file, and make it apple-only.
1956    (cherry picked from commit dd098501d800571e71d06ffc936635a6c9d44e05)
1957
1958commit b530a0e97b5737375ca1f4eced26d587a16f843f
1959Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
1960Date:   Thu Jan 15 20:57:42 2009 -0800
1961
1962    XQuartz: Fix builddir != srcdir issues and undef _XSERVER64 where appropriate on fat binary compilation
1963    (cherry picked from commit f020900641b44a1142e5c2198e9678de2744454e)
1964
1965commit 82fd4d170824068dddf3b4e6581a12d48e1a069a
1966Author: George Staplin <gstaplin@apple.com>
1967Date:   Mon Jan 12 19:30:43 2009 -0700
1968
1969    XQuartz: xpr: Cleanup some of the code and possibly fix part of the GLX Pixmap problem.
1970    
1971    Split DRICreateSurface into 3 functions.
1972    
1973    Make CreateSurfaceForPixmap use xp_configure_surface.  I suspect this is partly why
1974    GLXPixmaps never worked.
1975    
1976    It will require some more work and thoughts for pbuffers, unless we fake those with
1977    pixmaps and surfaces.
1978    (cherry picked from commit 9cf264e67744262b9f45079e6cd752eb3e3b0e08)
1979
1980commit 9cbdcf1fa4bdcc115def9f134a57ac96a56c69dd
1981Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
1982Date:   Sun Jan 11 14:49:39 2009 -0800
1983
1984    XQuartz: Only call DarwinUpdateModKeys when needed
1985    
1986    Previously, we were calling it on almost every itteration through sendX11Event
1987    (cherry picked from commit 6461729647ff4441d80811e73f0c0d2f108f2700)
1988
1989commit 037e52fd7353410397dfd877b3e9af99f791fce1
1990Author: George Staplin <gstaplin@apple.com>
1991Date:   Mon Jan 12 14:14:44 2009 -0700
1992
1993    XQuartz: GL: Make indirect.c build and work in the 1.6 branch.
1994    
1995    Reorder some header files and provide some types earlier on.
1996    
1997    Remove the static __GLXextensionInfo __glDDXExtensionInfo; that isn't
1998    used in 1.4 or 1.5, and seems to have been removed from 1.6.  Remove
1999    the data structures associated with that too.
2000    
2001    Remove __glXAquaDrawableResize.  The GLX structure doesn't use
2002    it anymore, and the Apple version did nothing useful before.
2003    
2004    __glXAquaDrawableSwapBuffers(): base no longer contains a drawGlxc
2005    member.  Now provide the the Apple/Aqua context in the __GLXAquaDrawable
2006    struct.  Add the context member to the __GLXAquaDrawable struct.
2007    
2008    Remove the fallback configs.  They aren't used in 1.4 or 1.5 either.
2009    
2010    Remove init_visuals().  It's not used in 1.4 or 1.5 either.
2011    
2012    In the drawable constructor initialize the state properly, including
2013    the new context member.
2014    
2015    Remove glAquaResetExtension() -- it's not used anymore.
2016    
2017    This has been tested remotely and proven to work with glxgears,
2018    fire, various texture programs I wrote, and various Mesa demos.
2019    (cherry picked from commit d514152195452ae11ec7769c76489651620ad380)
2020
2021commit ee9736b26b1021fac2cf259e6b2142ea780b2af8
2022Author: George Staplin <gstaplin@apple.com>
2023Date:   Fri Jan 9 16:08:26 2009 -0700
2024
2025    XQuartz: GL: Set the __GLXconfig renderType to GLX_RGBA_BIT.
2026    (cherry picked from commit 3c14546f58f8a138fe67c9cacc3bd0b7fa90c29a)
2027    (cherry picked from commit a665ed16f736cf1901b89448dc5d37f4d16dfaf4)
2028
2029commit b646513861aac9538ba3ebd8e2c7ef530392ff5d
2030Author: George Staplin <gstaplin@apple.com>
2031Date:   Fri Jan 9 15:53:39 2009 -0700
2032
2033    XQuartz: GL: Make many more fbconfigs and visuals available for the 1.5 branch.
2034    
2035    Use a __GLXconfig linked list struct to store the configurations for the
2036    fbconfigs and visuals in a pGlxScreen.
2037    
2038    Also, remove the __GLXvisualConfig/GlxSetVisualConfigs code that isn't used
2039    anymore.  There is more code we can remove later, but I want to do that in
2040    separate commits.
2041    (cherry picked from commit 94162b0f8a25267aca280d25e216cc6bde47da6e)
2042    (cherry picked from commit 15bb6abd59fdefe7037237faaea1a39711a972ed)
2043
2044commit 9e03178ae2da6beb939141f662d875c4c1d40354
2045Author: Michel Dänzer <daenzer@vmware.com>
2046Date:   Tue Jan 13 13:05:32 2009 +0100
2047
2048    EXA: Declare glyph cache picture as component-alpha when necessary.
2049    
2050    Without this, rendering component-alpha glyphs may break without a mask.
2051    
2052    Fixes http://bugs.freedesktop.org/show_bug.cgi?id=19233 .
2053    (cherry picked from commit 639f289dcdbe00a516820f573c01a8339e120ed4)
2054
2055commit 648807adb059b6cfc413d41e3a37670ce850aee6
2056Author: Keith Packard <keithp@keithp.com>
2057Date:   Fri Jan 30 15:43:04 2009 -0800
2058
2059    Make RandR CRTC info report panning area instead of just crtc area
2060    
2061    This makes the RandR info consistent with the Xinerama info.
2062    
2063    Signed-off-by: Keith Packard <keithp@keithp.com>
2064    (cherry picked from commit 6e49fdd2c839b6244c23ce95c3ae76a1a265b986)
2065
2066commit 9b2958b3a2fb4b65d67916ba7e98dfd21ad434f3
2067Author: Maarten Maathuis <madman2003@gmail.com>
2068Date:   Fri Dec 19 18:59:27 2008 +0100
2069
2070    randr: Consider panned crtc's when calculating xinerama screen sizes.
2071    
2072    - This will allow window managers and applications to actually use the panned area.
2073    (cherry picked from commit 332d65ec7a6e94d75efe95d53742f137835274de)
2074
2075commit 251d0d8090322b2c9dc0c8b7bef001f338d19433
2076Author: Keith Packard <keithp@keithp.com>
2077Date:   Mon Jan 12 13:03:30 2009 -0800
2078
2079    Update version to 1.5.99.901 (1.6 RC1)
2080
2081commit 71628cabc9dddf5c9fe12d555ae0c47d5902b2f7
2082Author: Keith Packard <keithp@keithp.com>
2083Date:   Mon Jan 12 11:51:28 2009 -0800
2084
2085    Merge include/dix-config-post-verbatim.h into include/dix-config.h.in
2086    
2087    No sense having an extra include file here; it makes building stuff harder.
2088    
2089    Signed-off-by: Keith Packard <keithp@keithp.com>
2090
2091commit cbd977cc15cf22a3e42b10942d5657cb8b9ac335
2092Author: Alban Browaeys <prahal@yahoo.com>
2093Date:   Mon Jan 12 10:57:11 2009 -0800
2094
2095    Fix dmx compile on 1.6 branch.
2096    
2097    http://www.mail-archive.com/pld-cvs-commit@lists.pld-linux.org/msg166742.html
2098    contains a patch from "arekm" which I build upon to make up this one.
2099    
2100    Mostly fixes for Xcalloc which I previously tried to fix the same way but
2101    without finding the right spot.
2102    
2103    I cannot tell if dmx works though. Only that it at least compile.
2104    
2105    Signed-off-by: Keith Packard <keithp@keithp.com>
2106
2107commit 6be355b8e8cabeb5832ce9970a83782ea46fd4d1
2108Author: Peter Hutterer <peter.hutterer@who-t.net>
2109Date:   Fri Jan 9 13:46:20 2009 +1000
2110
2111    dix: drop x/y back into last.valuators before updating the history (#19285)
2112    
2113    positionSprite needs to scale to screen coordinates and in the process of
2114    doing so alters dev->last.valuators[0:1]. Drop the real coordinates back after
2115    finishing and before updating the motion history. This way, we don't push the
2116    screen coordinates into the motion history.
2117    
2118    X.Org Bug 19285 <http://bugs.freedesktop.org/show_bug.cgi?id=19285>
2119    (cherry picked from commit 56efbc0986e782da45addb05ece9f456d41d7a90)
2120
2121commit ca21fd7ddf50e6a363c6ad027d46388596872d3b
2122Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
2123Date:   Sun Jan 11 01:52:42 2009 -0800
2124
2125    XQuartz: Add locking to make mieq thread safe on OSX
2126    (cherry picked from commit 7a8d2266861e74176b5310b83652a9c10a170494)
2127
2128commit 671b71a6cba1c9da7797524f21ef1b27ff04adfd
2129Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
2130Date:   Sun Jan 11 01:42:24 2009 -0800
2131
2132    XQuartz: misc 1.6 updates (still --disable-glx)
2133      rlAccel is not longer compatable, and it's not worth fixing
2134      Don't override DeviceCursorInitialize with a noop
2135      Don't do a SwitchCoreKeyboard (which wasn't even needed in the first place)
2136    (cherry picked from commit c137f681680e1d04b1513a8be68aeda4d1c56fd5)
2137
2138commit 69ddac23281534a06c0acb3005a09e4448594925
2139Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
2140Date:   Sat Jan 10 01:39:08 2009 -0800
2141
2142    Apple: Don't use DRI2
2143    (cherry picked from commit a1d35cee5907a76977ee43c49cb55c8f411c9794)
2144
2145commit 681cc0f38b0b96c5e41c93d6944e4fa58c950eda
2146Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
2147Date:   Tue Dec 23 12:39:38 2008 -0800
2148
2149    XQuartz: Use depth=24 instead of FatalError if we can't figure out our depth
2150    (cherry picked from commit 80b65c5b78d125c4ad3620b87b121c9e666299c3)
2151    (cherry picked from commit 932ed6e949757926a17f7efe6b0255e38efa1152)
2152
2153commit 7872669105d6d81ded5128eb4d4f1acce34c3b02
2154Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
2155Date:   Tue Dec 9 23:48:18 2008 -0800
2156
2157    XQuartz: Make debugging output for invalid depths a bit more detailed
2158    (cherry picked from commit 609fb166b7062c76f0561df12ffe893811f6ac8f)
2159    (cherry picked from commit 1962af7ee3bdf54cfa674187dea67b9ad36cd5a1)
2160
2161commit fdfc70ea0a183daaabb9bb436f2b0cbf95f47e88
2162Merge: 8cfb353 82f4273
2163Author: Keith Packard <keithp@keithp.com>
2164Date:   Mon Jan 12 10:40:04 2009 -0800
2165
2166    Merge commit 'whot/server-1.6-branch' into server-1.6-branch
2167
2168commit 82f42730fa268e85dc95c43a6450c35f9e57acdf
2169Author: Peter Hutterer <peter.hutterer@who-t.net>
2170Date:   Mon Dec 15 10:46:07 2008 +1000
2171
2172    mi: force CopyKeyClass for key events. (#19048)
2173    
2174    While we don't want to copy all other device classes into the VCK, we need to
2175    copy the key class to transfer the layout from the SDs into the VCK.
2176    This resembles the functionality of SwitchCoreKeyboard in server 1.5.
2177    
2178    Thanks to Colin Guthrie for providing the follow-up patch (#19222)
2179    
2180    X.Org Bug 19048 <http://bugs.freedesktop.org/show_bug.cgi?id=19048>
2181    
2182    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2183
2184commit 8cfb353078d9b5d03a9633304038141a60adc970
2185Author: Peter Hutterer <peter.hutterer@who-t.net>
2186Date:   Mon Jan 12 11:07:08 2009 +1000
2187
2188    dix: Fix handling of do_not_propagate_mask window attribute.
2189    
2190    This was broken in 32aa252e988be8cbfd4f7e373fb7b7736ef1f5f2.
2191    
2192    Signed-off-by: Kim Woelders <kim@woelders.dk>
2193    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2194    (cherry picked from commit 30d2cfcd3851870178d62e5067211aa36f87fbd2)
2195    
2196    Conflicts:
2197    
2198    	dix/events.c
2199    
2200    Signed-off-by: Keith Packard <keithp@keithp.com>
2201
2202commit 10c0287232eab1b93d078774f52e65efa0c03607
2203Author: Peter Hutterer <peter.hutterer@who-t.net>
2204Date:   Mon Jan 12 11:07:08 2009 +1000
2205
2206    dix: Fix handling of do_not_propagate_mask window attribute.
2207    
2208    This was broken in 32aa252e988be8cbfd4f7e373fb7b7736ef1f5f2.
2209    
2210    Signed-off-by: Kim Woelders <kim@woelders.dk>
2211    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2212    (cherry picked from commit 30d2cfcd3851870178d62e5067211aa36f87fbd2)
2213    
2214    Conflicts:
2215    
2216    	dix/events.c
2217
2218commit 93e510d3abaee97f5b7812abc3a2693dabf94478
2219Author: Peter Hutterer <peter.hutterer@redhat.com>
2220Date:   Thu Dec 4 10:30:02 2008 +1000
2221
2222    xfree86: Only use the evdev ruleset on linux.
2223    
2224    As suggested by Julien Cristau
2225    
2226    This is an follow-up to
2227    commit 9c5dd7337fa93fb1650cc017e523b939dcbf482a
2228    Author: Peter Hutterer <peter.hutterer@redhat.com>
2229    Date:   Wed Dec 3 14:24:25 2008 +1000
2230    
2231        Let the DDX decide on the XkbRulesDefaults.
2232    
2233    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
2234    Acked-by: Julien Cristau <jcristau@debian.org>
2235    Signed-off-by: Daniel Stone <daniel@fooishbar.org>
2236    (cherry picked from commit 13de7511b17b57a28668e1a60b196ccfe61dbcbe)
2237    
2238    Signed-off-by: Keith Packard <keithp@keithp.com>
2239
2240commit cc78f04b22daabc06d9fb82f550e3f4dbbe76f28
2241Author: Peter Hutterer <peter.hutterer@redhat.com>
2242Date:   Wed Dec 3 14:24:25 2008 +1000
2243
2244    Let the DDX decide on the XkbRulesDefaults.
2245    
2246    Rather than assuming rules in the CoreKeyboardProc, init the default rules in
2247    InitCoreDevices, then re-use them later.
2248    
2249    In the xfree86 DDX, set the rules to "base" or "evdev", depending on whether
2250    we'll load kbd or evdev.
2251    
2252    If we create a new MD, use pc105,us as default and re-use the rules file used
2253    previously.
2254    
2255    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
2256    Signed-off-by: Keith Packard <keithp@keithp.com>
2257
2258commit 02c059ea99a791b9e3643b4fb131af01306b1c23
2259Author: Keith Packard <keithp@keithp.com>
2260Date:   Sun Jan 11 15:56:28 2009 -0800
2261
2262    dix: move focus handling into enterleave.c.
2263    
2264    This commit moves the focus handling from events.c into enterleave.c and
2265    implements a model similar to the core enter/leave model.
2266    For a full description of the model, see:
2267    http://lists.freedesktop.org/archives/xorg/2008-December/041740.html
2268    
2269    This commit also gets rid of the focusinout array in the WindowRec, ditching
2270    it in favour of a local array that keeps the current focus window for each
2271    device.
2272    
2273    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2274    (cherry picked from commit eb2d7b3d700952ba88c77deacf687b251300e660)
2275    
2276    Conflicts:
2277    
2278    	dix/events.c
2279    	include/input.h
2280    
2281    Signed-off-by: Keith Packard <keithp@keithp.com>
2282
2283commit c75445754e283dc2a306ef1cf2bbd94b40423640
2284Author: Peter Hutterer <peter.hutterer@who-t.net>
2285Date:   Fri Dec 19 21:05:09 2008 +1000
2286
2287    dix: add a few auxiliary functions for the updated focus model.
2288    
2289    SetFocusIn and SetFocusOut, including the static array to keep all focus
2290    windows.
2291    
2292    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2293    (cherry picked from commit 673eb23aac578dcdc04e2a99d1fa5c2987eb58b8)
2294
2295commit ceeb62f892a1a4df9ef1054d2c9ba12e26d55ef2
2296Author: Peter Hutterer <peter.hutterer@who-t.net>
2297Date:   Thu Dec 18 15:55:11 2008 +1000
2298
2299    dix: reduce FirstPointerChild complexity
2300    
2301    Instead of keeping a flag on each window for the devices that are in this
2302    window, keep a local array that holds the current pointer window for each
2303    device. Benefit: searching for the first descendant of a pointer is a simple
2304    run through the array.
2305    
2306    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2307    (cherry picked from commit 38b28dcadd0990cb43f50db4300eebb8f044db96)
2308
2309commit ed90245461f33f1e0eac01c0dea4d0132364f60a
2310Author: Peter Hutterer <peter.hutterer@who-t.net>
2311Date:   Thu Dec 18 15:43:18 2008 +1000
2312
2313    dix: remove now unused "exclude" parameter from FirstPointerChild
2314    
2315    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2316    (cherry picked from commit 72ad4a85cc0ffe60a90011d65ef718d5852beae4)
2317
2318commit f0025f59e85f48da5e77cd6b759a693d40b2f9ea
2319Author: Keith Packard <keithp@keithp.com>
2320Date:   Fri Jan 9 11:20:31 2009 -0800
2321
2322    dix: re-implement enter/leave model.
2323    
2324    The old model was implemented based on a misunderstanding of NotifyVirtual and
2325    NotifyNonlinearVirtual events. It became complicated and was broken in some
2326    places [1]. This patch wipes this model completely.
2327    
2328    A much simplified implementation is provided instead. Rather than a top-down
2329    approach ("we have a tree of windows, which ones need to get which event")
2330    this one uses a step-by-step approach. For each window W between A and B
2331    determine the pointer window P as perceived by this window and determine the
2332    event type based on this information. This is in-line with the model described
2333    by Owen Taylor [2].
2334    
2335    [1] http://lists.freedesktop.org/archives/xorg/2008-December/041559.html
2336    [2] http://lists.freedesktop.org/archives/xorg/2008-August/037606.html
2337    (cherry picked from commit 0aa4460c3b4f9bb17d5412d76fa8c4c501132429)
2338    
2339    Conflicts:
2340    
2341    	dix/enterleave.c
2342
2343commit 1ffd9ec7606606570980490b91b780e02bc29d7d
2344Author: Peter Hutterer <peter.hutterer@who-t.net>
2345Date:   Tue Dec 16 17:10:03 2008 +1000
2346
2347    xfree86: don't restore the TTY mode if we didn't initialize it ourselves
2348    
2349    Restoring it unconditionally means we restore to whatever tty_mode has as
2350    default value (i.e. 0). K_RAW happens to be 0x00, so we always restore to raw
2351    mode if allowEmptyInput is off.
2352    
2353    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2354    Signed-off-by: Adam Jackson <ajax@redhat.com>
2355    Signed-off-by: Julien Cristau <jcristau@debian.org>
2356    (cherry picked from commit aea6f19f25e13768b1d09fac4991d6a5e6c2cdac)
2357
2358commit 3c11efd7dc09aa92039f851c2bbf2ca6b5a5ac8c
2359Author: Peter Hutterer <peter.hutterer@who-t.net>
2360Date:   Tue Dec 23 09:59:28 2008 +1000
2361
2362    xfree86: If an input device failed to activate, return immediately.
2363    
2364    Devices are only activated once - right after they've been added to the
2365    server. If a device failes activation, it's dead. There's no reason to
2366    continue. Return the error code from ActivateDevice() without setting up
2367    sprite information or even sending a event to the client.
2368    
2369    Then - in the DDX - just remove the device again.
2370    
2371    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2372    (cherry picked from commit 27011254c4de4e573a0851bf46892fb488db6522)
2373
2374commit 2ce48363b862db134624797bc071f8c45323a075
2375Author: Peter Hutterer <peter.hutterer@who-t.net>
2376Date:   Tue Dec 23 10:00:34 2008 +1000
2377
2378    xfree86: don't call CheckMotion if a device hasn't been enabled. #19176
2379    
2380    X.Org Bug <http://bugs.freedesktop.org/show_bug.cgi?id=19176>
2381    (cherry picked from commit e1a3a1a0d85c9971aea65c2228b5fd4dbf3bf57a)
2382
2383commit 3225e1378e3929e538941bbfc9ec495638bd407a
2384Author: Maarten Maathuis <madman2003@gmail.com>
2385Date:   Fri Dec 26 15:51:55 2008 +0100
2386
2387    exa: preparing as source and finishing access as mask is a bad idea
2388    (cherry picked from commit 027b440d4f9f0cdd46addff46fd2d5c44cd5c847)
2389
2390commit 2056c10d12f6b4facf628b861230f9b0a13f3a73
2391Author: Maarten Maathuis <madman2003@gmail.com>
2392Date:   Fri Dec 26 16:38:27 2008 +0100
2393
2394    exa: Allow drivers to set non-NULL devPrivate.ptr for !offscreen pixmaps.
2395    (cherry picked from commit 3534a5e5d9c5af85149c799f324257f89507fa23)
2396
2397commit 4130761f151ff5414694472e1dc29d8f2893f10e
2398Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
2399Date:   Wed Jan 7 10:56:26 2009 -0800
2400
2401    XQuartz: Fat binary buildfixes
2402    
2403    Let Xarch.h set X_BYTE_ORDER for us.
2404    Determine _XSERVER64 at build time.
2405    (cherry picked from commit f54736c2b0b537c8322ecb2db8e9cee5eea68165)
2406    (cherry picked from commit cc677cb4f458f371a4012ce0dc1121a52a2cb699)
2407
2408commit 2eb09af56179d570a6d52b65c2029a2b62dcdff3
2409Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
2410Date:   Sun Nov 16 15:35:17 2008 -0800
2411
2412    XQuartz: Use AvailabilityMacros.h instead of availability.h for Tiger
2413    (cherry picked from commit 91f3c3435716195e6d606c8e2f6b0de52eb5972d)
2414    (cherry picked from commit 65ab2f44ea7fc4d87e021bed548eda81fc3cbae7)
2415
2416commit fecc82ee1147cb314725ac774525a18a861ed719
2417Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
2418Date:   Fri Jan 2 11:06:12 2009 -0800
2419
2420    XQuartz: Copyright Update... happy new year
2421    (cherry picked from commit 9f1c26ae8d9ccf81cba0ab946326968a701f8c36)
2422    (cherry picked from commit df6ca888b0c04fdf4ff2d7fb4a414275b983ed34)
2423
2424commit d80e35a9ae507ad742f97ca7254314ff28371688
2425Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
2426Date:   Fri Jan 2 10:58:40 2009 -0800
2427
2428    XQuartz: pbproxy: Push dpy init and CFRunLoop hook setup into the pbproxy thread to avoid possible deadlock
2429    (cherry picked from commit 49e59d32b88e4fad070f230b5efaa261b47f78db)
2430    (cherry picked from commit adbfd49da2453b58a9e13b09c62e0611ea1c3f77)
2431
2432commit c32a680f2670f05902ee323c68f772f52d3a8320
2433Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
2434Date:   Wed Dec 31 12:40:02 2008 -0800
2435
2436    XQuartz: Don't use NX_SECONDARYFNMASK, NX_NUMERICPADMASK, NX_HELPMASK
2437    
2438    We don't have keycodes for them, so don't try to use them
2439    (cherry picked from commit cb912aca3a2834c4ad8e386c8a0d05c1bb31b0e7)
2440    (cherry picked from commit 0676a580fcc05d54049269028a34358935a4101c)
2441
2442commit e08ce79152b0887b8d67c4b03b33634f5ef499bc
2443Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
2444Date:   Wed Dec 31 11:57:49 2008 -0800
2445
2446    XQuartz: Make sure to reset the saved key state when deactivating X11.app
2447    (cherry picked from commit 3eef78eb321f4f7dbca5a10c80666c621e28a1e0)
2448    (cherry picked from commit 0d2621b6d4684ec62e67156a5a9dbdd3297f9cb0)
2449
2450commit bdf776b4579921dd49316c2ff32ff12cc702720a
2451Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
2452Date:   Wed Dec 31 12:44:50 2008 -0800
2453
2454    XQuartz: Honor system key repeat rate
2455    (cherry picked from commit 4303c9be39a86f5a21de108f72b90a989435905e)
2456    (cherry picked from commit 9faf3de7e5610af340b92acb1b86bf03b6f2241a)
2457
2458commit 16560db0c041b24346e186169f6e3bd315ca13ae
2459Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
2460Date:   Mon Dec 29 19:54:12 2008 -0800
2461
2462    XQuartz: Better avoid stuck keys on context switches
2463    (cherry picked from commit e9963f1a4f4f12f253eae9d4f01694b6cabe35ad)
2464    (cherry picked from commit 4be8d7346b9fdc014b72dd6c404ceecc0ef0d245)
2465
2466commit 66f801f5a06925c303027f856c5ecea4926d80f2
2467Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
2468Date:   Mon Dec 29 19:38:31 2008 -0800
2469
2470    XQuartz: Workaround OSX VNC server bug for modifier key state
2471    
2472    A better approach which ensures we have a L modifier key down if we are told neither are down and atleast one is down... =/
2473    (cherry picked from commit bc13dda345f716bf4de9bfe4e1d85969263b60c2)
2474    (cherry picked from commit c67a3e2972c75c02f1aeed94bc0a3c5272422267)
2475
2476commit a05dbce40248159099c7a7ec7e94bff9ffb700fc
2477Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
2478Date:   Mon Dec 29 00:30:31 2008 -0800
2479
2480    XQuartz: Updated man page fullscreen_hotkeys fullscreen_menu
2481    (cherry picked from commit 00f3a2e33c8e91da5f855821313a04ea97445656)
2482    (cherry picked from commit d790c9dd041a2c8e3513d14a556333219d0f8d5e)
2483
2484commit b8877bb9e4c113a400e47a65a7d25d21f0a43116
2485Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
2486Date:   Sun Dec 28 15:57:59 2008 -0800
2487
2488    XQuartz: pbproxy: We explicitly need libX11 for pbproxy
2489    (cherry picked from commit 32824120da0749b8369c2592f851bb1030dea9f1)
2490    (cherry picked from commit 8c6e8fa811c782c85e7fefbe75fe5480098739ae)
2491
2492commit de78ac43782d7f4ad4b98622e3c419c893d3eeff
2493Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
2494Date:   Sun Dec 28 01:53:38 2008 -0800
2495
2496    XQuartz: Try harder to get the user's login environment
2497    (cherry picked from commit 6bedaddd78aa04bd303df434a4c49bb87bd7deaa)
2498    (cherry picked from commit 338f096861136fb6c4f604e93ff21277252676b7)
2499
2500commit c391114df95109d306e172bea75781d0e9523f62
2501Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
2502Date:   Wed Dec 24 00:39:06 2008 -0800
2503
2504    XQuartz: Reposition windows when we enter fullscreen to ensure our root window
2505    (cherry picked from commit 7617d3659b5481ef85aecc1f936e7dd2662bdfbd)
2506    (cherry picked from commit 61ae56f97326c57dda05632ca9f4873238ee18e1)
2507
2508commit beafebef82687d777d88152c62a351954df7c864
2509Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
2510Date:   Tue Dec 23 20:33:27 2008 -0800
2511
2512    XQuartz: Re-enable rlAccel
2513    
2514    It was incorrectly blamed for some crashes a few months ago, and it should be
2515    safe to use until we get an EXA driver to replace it.
2516    (cherry picked from commit 8121f30bd29591fc74fbc680fbbf20210271fa58)
2517    (cherry picked from commit 85347902d97f2d4937f63ae1fac62ee46a61c82f)
2518
2519commit 86ba5eff623336592091b990209eb07b3f74f8b9
2520Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
2521Date:   Sun Dec 21 21:03:59 2008 -0800
2522
2523    XQuartz: Don't use keycode 0 to determine !swallow since our most common key to swallow is actual keycode 0 (a)
2524    (cherry picked from commit 33f43a7f03023bfbab25a957cb81fc25b4afa4ca)
2525    (cherry picked from commit 84f0c03418bf74188596635dcac128fc05f204ad)
2526
2527commit 2a42a059ce7b259622b36fb3ef909f289d5388d7
2528Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
2529Date:   Sun Dec 21 20:40:36 2008 -0800
2530
2531    XQuartz: Update our "screens" when we toggle rootless rather than when we toggle fullscreen
2532    
2533    This old behavior was used as a workaround for the menubar behavior in the older server,
2534    but we handle it better now and need to update our screens when we toggle the rootless
2535    state instead.
2536    (cherry picked from commit 508aa95bc2cd3fdc3dff448ec090919bf807d153)
2537    (cherry picked from commit 7e7758e1780326ad867be74dbd583a154bad017b)
2538
2539commit 51319550c9bb079c3af1b98c96c5174bc74e0dbd
2540Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
2541Date:   Sun Dec 21 14:54:11 2008 -0800
2542
2543    XQuartz: Run applications via '/bin/sh -c ...' to support users who expect shell parsing
2544    (cherry picked from commit 67455e716e3ecffd528930479192785958d37988)
2545    (cherry picked from commit 7dc0dafef1d241d396f215c506ec2d4f7d8e3a24)
2546
2547commit b0503b69f998bcf5398ed0382a38346a3f18a77c
2548Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
2549Date:   Sun Dec 21 14:43:12 2008 -0800
2550
2551    XQuartz: pbproxy: Release display notification lock when not needed to avoid deadlock
2552    (cherry picked from commit 22f664ab95a0cae981e9cefad6f075d051583ca5)
2553    (cherry picked from commit 4c256c0e9c4fe61990343c8bcf2e352c83d76e69)
2554
2555commit 6c635faa6ff0474199f4f7375022efe1e8ffa8f1
2556Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
2557Date:   Sun Dec 21 14:42:26 2008 -0800
2558
2559    XQuartz: update quoting in case X11.app is moved to a directory with a space.
2560    (cherry picked from commit cc805dc799efa37c8dcefa3db04d87e9b835ffbd)
2561    (cherry picked from commit ecc3a7b6090552c309fe8e264d527ddd666a5761)
2562
2563commit 14d9ccf0ce4c5b4820e692cb58077c4c5918f12a
2564Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
2565Date:   Thu Dec 18 09:14:16 2008 -0800
2566
2567    XQuartz: Changed X11.sh to allow use of a ~/.x11run as requested by users of alternate shells
2568    (cherry picked from commit b62ed1f8eaf041a946bb591165bb18ee481dedbf)
2569    (cherry picked from commit c3812aec973b7341a600e5d2d07d5a7f15abd609)
2570
2571commit 87df8e681988e546ed943b0f3e7df2851ada4712
2572Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
2573Date:   Wed Dec 17 15:09:35 2008 -0800
2574
2575    XQuartz: Get rid of white rectangle bug
2576    (cherry picked from commit 3269959033ed0c675a3a906666454df34086896a)
2577    (cherry picked from commit fd6fb6a2771df152b57f9dfb159fa42a3b1d37cd)
2578
2579commit 5ff6b1e7ed11a37b2878f2f9a37b2afce00baeb0
2580Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
2581Date:   Wed Dec 17 13:54:53 2008 -0800
2582
2583    XQuartz: Name the startup shell script X11 for better compatability
2584    (cherry picked from commit f84613d6fcbbb5f769ee34cff0900353a13693cf)
2585    (cherry picked from commit 102abeda37d6b62971a9952efa0453e38504ae0b)
2586
2587commit ffdf0139051c51f94d6a7a9a5fc2ccc68959d14b
2588Author: Maarten Maathuis <madman2003@gmail.com>
2589Date:   Fri Dec 19 19:10:23 2008 +0100
2590
2591    randr/xfree86: Fix a one off error in the panning calculations.
2592    
2593    - Example: mode 1280x1024, panned area 1281x1024
2594               panned_area.x2 = 1281
2595               mode.width = 1280
2596      If you substract 1280 from 1281, then that leaves you with one.
2597      Which is the one pixel that you need to move to actually see the last pixel collumn.
2598      Substracting 1 from this will consistently prevent you from seeing the right and bottom edge.
2599    (cherry picked from commit aedd2f566df585db7a1614f302cc8d3feda54275)
2600
2601commit 2a822c231145afd2b99498d5d4bf96be7dff92c5
2602Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
2603Date:   Mon Dec 15 03:18:13 2008 -0800
2604
2605    mi: Reuse memory in mieqProcessInputEvents rather than making excessive calls to calloc()
2606    
2607    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
2608    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
2609    (cherry picked from commit a939368ab8140d48c1da4ba0bb229d13b221189c)
2610
2611commit a067bd907e9d3e55edd6ca61279968b6cb96236c
2612Author: Peter Hutterer <peter.hutterer@redhat.com>
2613Date:   Mon Dec 1 21:20:48 2008 +1000
2614
2615    mi: Clean up CopyGetMasterEvent, re-use the memory.
2616    
2617    Alloc an EventList once and then re-use instead of allocing a new event each
2618    time we need a master event.
2619    There's a trick included: because all the event processing handlers only take
2620    an xEvent, init a size 1 EventList and squash the events into this one.
2621    
2622    Events that have count > 1 must be squished into an xEvent array anyway before
2623    passing into the event handlers, so we don't lose anything here.
2624    
2625    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2626    Acked-by: Daniel Stone <daniel@fooishbar.org>
2627    (cherry picked from commit d281866b74f7067f2704c278fe9720eafc0ee5ef)
2628
2629commit 3519f83f509dd0363f574d3a68b21df98d5f2732
2630Author: Peter Hutterer <peter.hutterer@who-t.net>
2631Date:   Wed Dec 10 11:35:09 2008 +1000
2632
2633    dix: move MAX_VALUATOR_EVENTS into include/input.h
2634    
2635    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2636    (cherry picked from commit 0b4fef6337d88ae8ef05b8b73941350a9007565c)
2637
2638commit 3ec3b502e3c6f0b74f8d96f7dda4f872156589a1
2639Author: Francis Giraldeau <francis.giraldeau@revolutionlinux.com>
2640Date:   Wed Dec 17 09:49:39 2008 +0200
2641
2642    Don't log audit messages when -audit 0 specified
2643    
2644    make the auditTrailLevel check more general and don't log when not
2645    using DTRACE and -audit 0 is set.
2646    (cherry picked from commit d61e902aab92c262e6c8ee9cd70aec4493cf6cae)
2647
2648commit 053f32d92864870cd5714befb419810976729df3
2649Author: Colin Guthrie <cguthrie@mandriva.org>
2650Date:   Tue Dec 16 17:44:27 2008 -0500
2651
2652    Fix compilation with -Werror=format-security
2653    (cherry picked from commit 6d8ea5104cf97dbf64612f58fc06f94f869ed5ec)
2654
2655commit 8ed4ca2801ece271a4ad7c73a7c0e1329f69ade8
2656Author: Adam Jackson <ajax@redhat.com>
2657Date:   Tue Jun 17 16:10:51 2008 -0400
2658
2659    XAA: Disable offscreen pixmaps by default.
2660    
2661    Say Option "XaaOffscreenPixmaps" to turn them back on.
2662    
2663    Apropos of bugs #13795 and #15098.  But this still isn't correct.
2664    (cherry picked from commit 0c6987df3b9b3a37d201d740d8248c326449835e)
2665
2666commit 32e81074b967716865aef08b66ec29caf0fec2c5
2667Author: Robert Noland <rnoland@2hip.net>
2668Date:   Tue Dec 16 00:07:42 2008 -0500
2669
2670    Support -sharevts on FreeBSD
2671    
2672    Bugzilla #11179
2673    
2674    Submitted-by: Nathan Whitehorn
2675    
2676    Signed-off-by: Robert Noland <rnoland@2hip.net>
2677    (cherry picked from commit 7aa29b9d66c3cd0f8af4fafbe92efd0c0556d225)
2678
2679commit 4c68079c2ae8a2f04363623c44d17bc8c255c3bf
2680Author: Ian Romanick <ian.d.romanick@intel.com>
2681Date:   Sun Dec 14 18:58:33 2008 -0800
2682
2683    GLX: Changes resulting from changes to Mesa generator scripts / data
2684    
2685    Several recent Mesa commits (listed below) make modifications to the
2686    protocol generator data and scripts.  This commit represents the
2687    changes to the generated files resulting from the previous changes.
2688    
2689        - 0f73302d24f4201813da2939742c5bcb6964b3b1
2690          GLX: Fix protocol for glTexSubImage#D
2691    
2692        - 1709ab01ef24279c782e420568e9257b4b92b224
2693          Return 0 as the request size when the pixels parameter is NULL
2694    
2695        - 63cca2ba10ce7dcc8481cfa4be3872dfc269dded
2696          GLX: Include glapi.h before glapitable.h
2697    
2698    This is the server-side part of the fix for bugzilla #11003.
2699    (cherry picked from commit f1c9b5ab230cbb4124d8d476ae4886d05022adcb)
2700
2701commit 75bad86992338f5ce0ade6986b758cd6af2a5b9a
2702Author: Cooper Yuan <Cooper.Yuan@amd.com>
2703Date:   Mon Dec 15 10:29:34 2008 -0500
2704
2705    Fix typo in xf86PickCrtcs()
2706    (cherry picked from commit 2a61397d17339113b9e37995b06ca543589814ce)
2707
2708commit f427d3aaa7ca58822033ac5486b46671a937b68a
2709Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
2710Date:   Sat Dec 13 00:45:27 2008 -0800
2711
2712    XQuartz: Updated menu item ordering for better HIG compliance
2713    (cherry picked from commit 4c9bb241ce5fb856fab20ae96fa89bd2b71ef242)
2714    (cherry picked from commit 73987010b2ef9c67b6614e226c6fae65d834d8f3)
2715
2716commit d0eb4337e3468a5854e4801fcb1d2bc7d5c4d81f
2717Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
2718Date:   Wed Dec 10 23:04:30 2008 -0800
2719
2720    XQuartz: Tiger fix, don't call Xplugin code in the Appkit thread if Xplugin isn't threadsafe.
2721    (cherry picked from commit 748d9e5bd756513d42c4046f3b31e1fdc55bccb6)
2722    (cherry picked from commit fd31984e0c0f9a37087cd1cffaa3ba116b12c2e5)
2723
2724commit d9e1fdcd40bf12378c9fa05a8adbe3aefca65676
2725Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
2726Date:   Wed Dec 10 01:56:01 2008 -0800
2727
2728    XQuartz: Fix path to executable
2729    (cherry picked from commit 7e9d3698e070a0c63dd2556651373c3aca58e2fe)
2730    (cherry picked from commit 5926b213b39a90601c73f026dc0699723f5ed10d)
2731
2732commit e93daf4e7140115f9485c8c0cdc358d50c9575be
2733Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
2734Date:   Wed Dec 10 00:00:29 2008 -0800
2735
2736    XQuartz: fixed make dist
2737    (cherry picked from commit 2d52367ab92429e58596d1a1ed3ef52a0a38a7aa)
2738    (cherry picked from commit 13eff12902be1b25d0ccc2089e08305f88949f32)
2739
2740commit 1cf76f23c7d210d75a401568c5ad788a2fd268d1
2741Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
2742Date:   Tue Dec 9 23:47:32 2008 -0800
2743
2744    XQuartz: Avoid using login /bin/sh blech.  Just use a bash script to start the app, so it will inherit the right environment
2745    (cherry picked from commit f4b7ad9cc6b0c99fc7ee8516c4bf858ece938148)
2746    (cherry picked from commit fdf64256127b2661bd6aa81ac694350028d36c43)
2747
2748commit 22d3ecda18ba799966d08237d8041ad80b20d0f2
2749Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
2750Date:   Mon Dec 8 21:59:49 2008 -0800
2751
2752    XQuartz: unset DISPLAY if we didn't get a launchd socket handoff
2753    (cherry picked from commit b959727f38733009c6381cc8ca06b5984257bdac)
2754    (cherry picked from commit 9cbed0a325175e7ddb751db54fe6c0f5a5cedd16)
2755
2756commit 9eb5f3092984206ac7cab9a9fdb4b19448db3a24
2757Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
2758Date:   Mon Dec 8 21:00:11 2008 -0800
2759
2760    XQuartz: unsetenv(DISPLAY) if we're not org.x.X11
2761    Also some prefix related fixes.
2762    (cherry picked from commit fd459e96581a883e30323c840b71004aa0747169)
2763    (cherry picked from commit 99b2cbf061a9d074e66e6220dc08f8b4624ea6bb)
2764
2765commit 19e6f73710776aee0b76dcbd62596a448029611e
2766Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
2767Date:   Sat Dec 6 12:01:28 2008 -0800
2768
2769    XQuartz: Removed some debug spew
2770    (cherry picked from commit 370dcf11b360b87aa24cace35eb615419057fda0)
2771    (cherry picked from commit 8065953ea8c3b7d10c775f6b7fec629bb5a2c83c)
2772
2773commit ced368287bad65c126cd6a5304969d0a0f9dc4eb
2774Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
2775Date:   Sat Dec 6 14:11:25 2008 -0800
2776
2777    XQuartz: darwinPointer reports the actual pixel position now rather than a relative position
2778    (cherry picked from commit a41e7f75decd340d064fdc0d2c4fe6c88d7dbc82)
2779    (cherry picked from commit 70930f6d31cc2ca16b40c17e101b106506a8337a)
2780
2781commit b5687a9d129f6eea7ebe590120f9d90f9d7ed48b
2782Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
2783Date:   Fri Dec 5 12:42:31 2008 -0800
2784
2785    XQuartz: Corrected name/command labels in the customization widget
2786    (cherry picked from commit a689c23f17eb445c36b97eb617ef4b8bd157985f)
2787    (cherry picked from commit 9ac2e68d86ed1eb6e3f6c900c60908813eca140e)
2788
2789commit 53d93d0d29f0bef6b2b7e312fb09e498b68636f9
2790Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
2791Date:   Tue Dec 2 14:54:10 2008 -0800
2792
2793    Removed unised option from configure.ac for launchd
2794    (cherry picked from commit 87e4de0a9a8af6e5e0cbba74e585761f1160a6ab)
2795    (cherry picked from commit 451050b1e2dc0f2f6356d74ddb6f52183a794e8f)
2796
2797commit df3f23fe8d13be74e58c894c44683024a190b0f6
2798Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
2799Date:   Tue Dec 2 14:53:21 2008 -0800
2800
2801    XQuartz: pbproxy: Simplify linking
2802    (cherry picked from commit 909cc5c4dca0f63e90505575bbd454b46a4670cc)
2803    (cherry picked from commit cbb9ee57f8f29d2a1c39946381471fcd3b8e495e)
2804
2805commit 6e8626f2eb31a3699bf49597974e01ea4757f31e
2806Author: Peter Hutterer <peter.hutterer@who-t.net>
2807Date:   Mon Dec 8 15:58:15 2008 +1000
2808
2809    Xi: silence compiler warning
2810    
2811    Don't mix declarations and statements.
2812    (cherry picked from commit fb2a8d0e59a3d187255538f6add22ec67551507a)
2813
2814commit e56059dfa5f2835625b9f74a2af1f128d6eaf265
2815Author: Peter Hutterer <peter.hutterer@redhat.com>
2816Date:   Thu Dec 4 09:47:25 2008 +1000
2817
2818    xfree86: fix compiler warning (use of uninitialized variable)
2819    
2820    drv and idev are only set for SDs, but are only dereferenced for SDs too, so
2821    initializing them to NULL is safe.
2822    
2823    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
2824    (cherry picked from commit 8e3279134987a45f2a89c963ef2d33bc3d3c8179)
2825
2826commit 0d12c44d832b98da10dccc3b8bac7676d8ea2c96
2827Author: Peter Hutterer <peter.hutterer@redhat.com>
2828Date:   Mon Dec 1 16:57:06 2008 +1000
2829
2830    xfree86: don't render SW cursors for devices attached to VCP (#16805)
2831    
2832    When leaving 3D games such as quake3 or sauerbraten, a cursor may stay on the
2833    screen. This is caused by one run of SW rendering for the SD, even though the
2834    SD was attached to the VCP and thus has HW rendering capabilities.
2835    
2836    Check for the SD's attachment (like in all other functions) before deciding on
2837    SW or HW rendering.
2838    
2839    X.Org Bug 16805 <http://bugs.freedesktop.org/show_bug.cgi?id=16805>
2840    
2841    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
2842    (cherry picked from commit bb072019fa8dd292a50ef433d05caeefd1304a73)
2843
2844commit 63b3bf85ed4e11ace433e6aa21b311cce7144007
2845Author: Peter Hutterer <peter.hutterer@redhat.com>
2846Date:   Wed Dec 3 15:06:37 2008 +1000
2847
2848    xkb: Allow NULL as rulesFile in XkbSetRulesDflts.
2849    
2850    If no rules file is given, simply re-use the previous one. If no RF is given
2851    the first time this function is called, use the built-in default.
2852    This includes fixing the built-in default to something that actually exists.
2853    
2854    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
2855    (cherry picked from commit 463e02e7de5da3e582a3a049110a476713c7210e)
2856
2857commit 9a44cc619f3296b0faca97b0959e19c208f143bb
2858Author: Peter Hutterer <peter.hutterer@who-t.net>
2859Date:   Mon Dec 8 14:16:00 2008 +1000
2860
2861    Xi: don't update VCP's valuators from DeviceValuator events #18882
2862    
2863    The VCP doesn't need to update the valuators anyway since it cannot send XI
2864    events. Just skip that bit.
2865    
2866    X.Org Bug 18882 <http://bugs.freedesktop.org/show_bug.cgi?id=18882>
2867    
2868    Signed-off-by: Keith Packard <keithp@keithp.com>
2869
2870commit c7fffe9e1354f816b6e2adedff045999fba9f1be
2871Author: Stuart Bennett <sb476@cam.ac.uk>
2872Date:   Fri Dec 12 00:08:44 2008 +0000
2873
2874    dolt: allow older versions of bash to compile the xserver (#19031)
2875    
2876    Signed-off-by: James Cloos <cloos@jhcloos.com>
2877    (cherry picked from commit 7be6520d94df874c6bbd46d06a1830a12d0967f2)
2878
2879commit ca56d764d2be28c64fe15c9e37d534ef00117ad2
2880Author: Adam Jackson <ajax@redhat.com>
2881Date:   Wed Dec 10 16:13:20 2008 -0500
2882
2883    xsync: Fix wakeup storm in idletime counter.
2884    
2885    Wakeup scheduling only considered the threshold values, and not whether
2886    the trigger was edge or level.
2887    
2888    See also:
2889    https://bugzilla.redhat.com/show_bug.cgi?id=474586
2890    http://svn.gnome.org/viewvc/gnome-screensaver/trunk/src/test-idle-ext.c?view=markup
2891    (cherry picked from commit 1f4fb0225b278d1cf4145aebeb0bdd23dc8f62d5)
2892
2893commit a82f10c5dd9fa74ff18759ab288bbd9c8b7ac4de
2894Author: Adam Jackson <ajax@redhat.com>
2895Date:   Mon Dec 8 17:42:47 2008 -0500
2896
2897    randr: clear primaryOutput when the output is deleted
2898    (cherry picked from commit 86c64ddf21763972aa7fc8c5770259123c9907b3)
2899
2900commit 2bc53ce66828b6c177e3298fa2f326c77c93e136
2901Author: Adam Jackson <ajax@redhat.com>
2902Date:   Mon Dec 8 17:40:07 2008 -0500
2903
2904    randr: use primary output for RRFirstOutput()
2905    (cherry picked from commit fe65f400ed16cb39db8c9518b9446f590c34db1a)
2906
2907commit f0234a9eb88ed103bca7db73a833c472ab95b48f
2908Author: Adam Jackson <ajax@redhat.com>
2909Date:   Mon Dec 8 17:37:17 2008 -0500
2910
2911    randr: Mangle GetScreenResources sort order based on primary output
2912    (cherry picked from commit cdcb516e561e2f65eb2fa523ca001c57674d5caf)
2913
2914commit 2ef02833d614c42693e019a444560e84f501b5dc
2915Author: Adam Jackson <ajax@redhat.com>
2916Date:   Mon Dec 8 17:28:55 2008 -0500
2917
2918    randr: Mangle compat Xinerama reply based on primary output
2919    (cherry picked from commit d7b316e82bc7051f8829b4f4a640f50ae91c2db9)
2920
2921commit 0bdfdaa7df8105c7ffc3248a4fdd5f64da67103c
2922Author: Adam Jackson <ajax@redhat.com>
2923Date:   Tue Dec 9 10:51:37 2008 -0500
2924
2925    randr: Add [GS]etOutputPrimary
2926    (cherry picked from commit 9d58d2a319059989ccdfa758f586149ccdc16df6)
2927
2928commit 09039fb89f3fd047f10b575e019bba6762448456
2929Author: Keith Packard <keithp@keithp.com>
2930Date:   Mon Dec 15 19:53:45 2008 -0800
2931
2932    Patch brown-bag fix for bug 19017 (scrn->virtualX/virtualY 0 before PreInit)
2933    
2934    When a driver uses a crtc during device detection, the scrn has not yet been
2935    configured and virtualX/virtualY are still zero. This caused the X server
2936    to try and allocate a shadow frame buffer, which couldn't work.
2937    
2938    Detect this by checking for zero virtualX/virtualY values.
2939    
2940    Signed-off-by: Keith Packard <keithp@keithp.com>
2941    (cherry picked from commit 063eb6743cd0d98dd52d1a9559b804381ee5144d)
2942
2943commit ae2cbbff9fa0f458e133bf1894d8a7f9fb3fbb72
2944Author: Keith Packard <keithp@keithp.com>
2945Date:   Mon Dec 15 11:39:24 2008 -0800
2946
2947    Use scrn->virtualX/virtualY in xf86CrtcFitsScreen. Fix bug 19017.
2948    
2949    pScreen->width/height are not initialized when doing initial mode setting,
2950    which makes this function incorrectly fail. Using scrn->virtualX should work
2951    in all cases though.
2952    
2953    Bug 19017 reports a crash in xf86CrtcSetModeTransform when doing a modeset
2954    for output probing, long before the screen array is initialized; that was
2955    caused by a work-around to set pScreen->width/height so that xf86CrtcFitsScreen
2956    could find the right values.
2957    
2958    Signed-off-by: Keith Packard <keithp@keithp.com>
2959    (cherry picked from commit fde2f961035609cfff8761ef1e0f23e6a9761be2)
2960
2961commit 6d671b2dee7d2e5481399f0bdb3323a0250a075d
2962Author: Keith Packard <keithp@keithp.com>
2963Date:   Mon Dec 15 11:38:00 2008 -0800
2964
2965    When disabling SIGIO tracking, use SIG_IGN instead of SIG_DFL.
2966    
2967    This avoids a race condition for drivers which mis-order the fd close and
2968    signal disable.
2969    
2970    Signed-off-by: Keith Packard <keithp@keithp.com>
2971    (cherry picked from commit 29a5b0596b396d3e4a8a014cacd3e3ef77467ab7)
2972
2973commit 8f17a31aa721e42925cd6b4616ccad90497818f3
2974Author: Keith Packard <keithp@keithp.com>
2975Date:   Mon Dec 15 11:36:43 2008 -0800
2976
2977    Clean up rotation data when crtc is turned off
2978    
2979    The shadow frame buffer and other data used for rotation need to be freed
2980    when the crtc is disabled, not just when rotation is disabled.
2981    
2982    Signed-off-by: Keith Packard <keithp@keithp.com>
2983    (cherry picked from commit 1ba4cbb15919759aadd71960c5c057af9ba94fe3)
2984
2985commit be21199f550d9a19c10df16ed23c6f9ed94e55da
2986Author: Matthias Hopf <mhopf@suse.de>
2987Date:   Thu Dec 11 18:48:02 2008 +0100
2988
2989    randr: Fix initial panning border copy
2990    
2991    Thanks to Julien Cristau for finding this.
2992
2993commit 19a978359d7358501cccb79965b78a3f8ec18743
2994Author: Matthias Hopf <mhopf@suse.de>
2995Date:   Thu Dec 11 17:51:20 2008 +0100
2996
2997    randr: Oops, miscalculated panning rectangle's coordinates
2998
2999commit ab56607a0855e88de2ad2d7eb43e1d806db0c47b
3000Author: Matthias Hopf <mhopf@suse.de>
3001Date:   Thu Dec 11 16:48:40 2008 +0100
3002
3003    randr: Update initial screen size if panning information is present
3004
3005commit 657d963a663a189d3c8068a39528b2d73af5fe70
3006Author: Matthias Hopf <mhopf@suse.de>
3007Date:   Thu Dec 11 16:48:11 2008 +0100
3008
3009    randr: Fix error message for bad panning config
3010
3011commit 44b89dc0a5aa23df69539754fb76c67c310530db
3012Author: Matthias Hopf <mhopf@suse.de>
3013Date:   Thu Dec 11 14:56:51 2008 +0100
3014
3015    randr: Add monitor option "Panning" for initial panning configuration
3016
3017commit 523aae1fa6d8002e55e85aee49f113b7eb9a6df3
3018Author: Keith Packard <keithp@keithp.com>
3019Date:   Tue Dec 9 22:10:56 2008 -0800
3020
3021    Bump version to 1.5.99.3 (1.6 beta3)
3022    
3023    Signed-off-by: Keith Packard <keithp@keithp.com>
3024
3025commit 4810226dfc52ef798b507d284030b4b3aec020a6
3026Author: Matthias Hopf <mhopf@suse.de>
3027Date:   Fri Dec 5 15:37:15 2008 +0100
3028
3029    randr: Update SProcRandrVector for panning
3030    (cherry picked from commit 44bef8b850c5a78a3d3eca5f0d92b71bdd0a87e2)
3031    
3032    Signed-off-by: Keith Packard <keithp@keithp.com>
3033
3034commit 798a4878a4ffb03024e77ea6ddbd9b170b9c3fe4
3035Author: Matthias Hopf <mhopf@suse.de>
3036Date:   Thu Dec 4 18:13:40 2008 +0100
3037
3038    randr: Allow panning to be disabled per axis
3039    (cherry picked from commit e5ab9e66628cde081757cf2a1013a78e927a622e)
3040    
3041    Signed-off-by: Keith Packard <keithp@keithp.com>
3042
3043commit 5fa2cce83cc2df560ce62ec4bbf88233ee70e64a
3044Author: Matthias Hopf <mhopf@suse.de>
3045Date:   Thu Dec 4 16:55:14 2008 +0100
3046
3047    randr: Rework panning area verification
3048    (cherry picked from commit bad118ace6c5bae5a5ed8a35129c90c38f1c1932)
3049    
3050    Signed-off-by: Keith Packard <keithp@keithp.com>
3051
3052commit 97e8a75ce3c70e7a83028b256b6884084f5e196b
3053Author: Matthias Hopf <mhopf@suse.de>
3054Date:   Thu Dec 4 16:28:40 2008 +0100
3055
3056    randr: Don't change panning parameters if verification fails.
3057    (cherry picked from commit 219c26ce0c65625d55cfd943ec66fe94a1a0ddfd)
3058    
3059    Signed-off-by: Keith Packard <keithp@keithp.com>
3060
3061commit 6189f0832ecd6930608f5b253e534bb104174694
3062Author: Matthias Hopf <mhopf@suse.de>
3063Date:   Thu Dec 4 16:30:38 2008 +0100
3064
3065    randr: Rename pan() to set_origin(), and xf86CrtcPan() to xf86CrtcSetOrigin()
3066    (cherry picked from commit 18a8bac1a1567b6215928f96870554ea63f39aab)
3067    
3068    Signed-off-by: Keith Packard <keithp@keithp.com>
3069
3070commit 68858b202a0c32e8cc3fb22ca4714c1baa05b44c
3071Author: Matthias Hopf <mhopf@suse.de>
3072Date:   Thu Dec 4 16:11:21 2008 +0100
3073
3074    randr: Nuke config-timestamp for panning
3075    (cherry picked from commit 825b2c2f4a59ac4852f90bbbddf18ab832297fdd)
3076    
3077    Signed-off-by: Keith Packard <keithp@keithp.com>
3078
3079commit 7cbded550d3bebc35e2322a89d0afbb57b37b3da
3080Author: Matthias Hopf <mhopf@suse.de>
3081Date:   Fri Nov 28 17:51:20 2008 +0100
3082
3083    randr: Protocol bits for panning support
3084    (cherry picked from commit eeeb98d1df59baaaec954b6318d788a37e388d11)
3085    
3086    Signed-off-by: Keith Packard <keithp@keithp.com>
3087
3088commit bc05471d1184ebf72b793b1dceff9856eba616d2
3089Author: Matthias Hopf <mhopf@suse.de>
3090Date:   Fri Nov 28 17:49:31 2008 +0100
3091
3092    randr: Panning support
3093    (cherry picked from commit b929d721efdb17bcc94b9984c4f34d0df3d267d5)
3094    
3095    Signed-off-by: Keith Packard <keithp@keithp.com>
3096
3097commit f7e2fee8fe9b47f1e898feb8419aacd9a32c1f01
3098Author: Matthias Hopf <mhopf@suse.de>
3099Date:   Fri Nov 28 17:39:23 2008 +0100
3100
3101    randr: Crtc interface update for panning support.
3102    (cherry picked from commit 834cbc16f3eb539704faade7bff347b161ce69d9)
3103    
3104    Signed-off-by: Keith Packard <keithp@keithp.com>
3105
3106commit 27ca32eb05101e0e5624422dd25e1aa95b129d77
3107Author: Matthias Hopf <mhopf@suse.de>
3108Date:   Fri Nov 28 17:38:52 2008 +0100
3109
3110    randr: Weird enough, crtc->version was never set upon creation. Fix that.
3111    (cherry picked from commit a475eb9feec75e9ce1e316da0f1679acd7dd3aa8)
3112    
3113    Signed-off-by: Keith Packard <keithp@keithp.com>
3114
3115commit 0d27dd23cf08a2dc3581f9db81371c2cdb798db0
3116Author: Adam Jackson <ajax@redhat.com>
3117Date:   Mon Dec 8 16:28:00 2008 -0500
3118
3119    Default to x86emu even on i386 linux
3120    
3121    vm86 mode is a bad idea anyway, and using the emulator everywhere
3122    means we get a consistent set of bugs.
3123    (cherry picked from commit 58a27d2932164e43c0db42b1286ec2f95250b420)
3124    
3125    Signed-off-by: Keith Packard <keithp@keithp.com>
3126
3127commit ff9b55d8cbc19e0e31a91034e332058acd967cd1
3128Author: Sascha Hlusiak <saschahlusiak@arcor.de>
3129Date:   Mon Dec 8 12:24:39 2008 +0100
3130
3131    ddxCtrls.c: XkbDDXUsesSoftRepeat always returns 1 now
3132    
3133    We'd like to do soft repeat in the server for all keys. Remove obscure check, that'd
3134    prevent the server from autorepeating when delay is set to exactly 660ms and rate is
3135    set to exactly 25 (interval=40).
3136    
3137    Signed-off-by: Daniel Stone <daniel@fooishbar.org>
3138    (cherry picked from commit bbf811514d3cdf84790bad5b852942a4e636902b)
3139    
3140    Signed-off-by: Keith Packard <keithp@keithp.com>
3141
3142commit b0c64725526338cbc02708415e1aa9497cdc3a38
3143Author: Peter Hutterer <peter.hutterer@redhat.com>
3144Date:   Wed Nov 26 14:15:04 2008 +1000
3145
3146    xfree86: don't FatalError on "too many input devices".
3147    
3148    Just ignore devices after MAXDEVICES has been reached, but warn the user that
3149    the devices are ignored.
3150    
3151    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
3152    Signed-off-by: Keith Packard <keithp@keithp.com>
3153
3154commit db5abde7ea0e482041d16d7d5f3715cd4f6222d3
3155Author: Peter Hutterer <peter.hutterer@redhat.com>
3156Date:   Fri Dec 5 10:12:57 2008 +1000
3157
3158    dix: fix calculation of valuator events.
3159    
3160    Follow-up to 4971315296cb. countValuatorEvents was copied from GKVE where it
3161    was obviously broken but nobody noticed. GPE had the correct version, but that
3162    one got lost during de-duplication. Restoring the correct calculation - if we
3163    have 6 valuators, we want 1 valuator event, not 2.
3164    
3165    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
3166    (cherry picked from commit ee1a6c28418a6dad6c89f79a994f27bfbaa77368)
3167    
3168    Signed-off-by: Keith Packard <keithp@keithp.com>
3169
3170commit d679cf70a79aa53e823f4fa51a7ab19837f26525
3171Author: Tom Jaeger <ThJaeger@gmail.com>
3172Date:   Mon Dec 8 11:38:12 2008 +1000
3173
3174    Xi: XIGetDevice needs to ignore the MORE_EVENTS flag.
3175    
3176    Reported in X.Org Bug 18882, Comment 5.
3177    <http://bugs.freedesktop.org/show_bug.cgi?id=18882>
3178    
3179    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
3180    (cherry picked from commit 78a62d7713c708d067d8824ec41b0a0225c1997f)
3181    
3182    Signed-off-by: Keith Packard <keithp@keithp.com>
3183
3184commit 480caacbdd20d47770cc9a698be9f7c98e87783d
3185Author: Peter Hutterer <peter.hutterer@who-t.net>
3186Date:   Mon Dec 8 12:12:39 2008 +1000
3187
3188    xfree86: init EQ before trying to initialise the devices (#18890)
3189    
3190    The kbd driver may send events during device initialisation, and these events
3191    need the EQ set up already.
3192    
3193    X.Org Bug 18890 <http://bugs.freedesktop.org/show_bug.cgi?id=18890>
3194    
3195    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
3196    (cherry picked from commit 39db182b637041255ed6dac739ff77c8e4e07c30)
3197    
3198    Signed-off-by: Keith Packard <keithp@keithp.com>
3199
3200commit 991f0be6e2bfe3cc3df55b2fc75fe3900d5e0b94
3201Author: Maarten Maathuis <madman2003@gmail.com>
3202Date:   Sat Nov 29 14:30:55 2008 +0100
3203
3204    randr: Avoid needlessly creating a shadow framebuffer.
3205    
3206    - pScreen->width and height were zero, so it didn't "fit" the screen.
3207    (cherry picked from commit ffb484f7ef84099019b196ef97bfb2355eb6d52a)
3208    
3209    Signed-off-by: Keith Packard <keithp@keithp.com>
3210
3211commit d6129ebf8dad9cfbc13dc8db7c780b023bf9a60b
3212Author: Timo Aaltonen <tjaalton@cc.hut.fi>
3213Date:   Wed Dec 3 18:40:29 2008 +0200
3214
3215    If AEI is on, disable 'vmmouse' in addition to 'kbd' and 'mouse'.
3216    
3217    Signed-off-by: Timo Aaltonen <tjaalton@cc.hut.fi>
3218    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
3219    (cherry picked from commit dd128ddcdcbe254a9cdd973590f6a979a7f0427e)
3220    
3221    Signed-off-by: Keith Packard <keithp@keithp.com>
3222
3223commit 90900976ceee294fef4ae39e10869057c50f2021
3224Author: Julien Cristau <jcristau@debian.org>
3225Date:   Wed Nov 26 21:19:55 2008 +0100
3226
3227    randr: add swapped dispatch for RR[GS]etCrtcTransform
3228    
3229    Fix a memory leak in ProcRRGetCrtcTransform() while I'm at it.
3230    
3231    Signed-off-by: Julien Cristau <jcristau@debian.org>
3232    Cc: Keith Packard <keithp@keithp.com>
3233    (cherry picked from commit 0b5ecabfb803cd820338fb0364521fe39b05578b)
3234    
3235    Signed-off-by: Keith Packard <keithp@keithp.com>
3236
3237commit de83a342f483fbf3cc841929876002a3c47e3496
3238Author: Kristian Høgsberg <krh@redhat.com>
3239Date:   Wed Dec 3 11:22:38 2008 -0500
3240
3241    Test for DRI2 extension in dri_internal.h and only enable AIGLX DRI2 if found.
3242    (cherry picked from commit 110a71d11ab7a1a55a6a24d792457fdef0b0746d)
3243    
3244    Signed-off-by: Keith Packard <keithp@keithp.com>
3245
3246commit 3df1db67e37094ef263134a86ee82a36fc52f990
3247Author: Peter Hutterer <peter.hutterer@redhat.com>
3248Date:   Wed Dec 3 11:31:48 2008 +1000
3249
3250    Xi: change XIUnRegisterPropertyHandler to XIUnregisterPropertyHandler
3251    
3252    CamelCase can be taken too far, and AFAICT there's no consumers of that
3253    function yet anyway.
3254    
3255    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
3256    Signed-off-by: Keith Packard <keithp@keithp.com>
3257
3258commit ba666a969e938daa2176c12c4959393789b0a98d
3259Author: Keith Packard <keithp@keithp.com>
3260Date:   Tue Dec 9 20:36:41 2008 -0800
3261
3262    Revert "dmx: claim we support XI 2."
3263    
3264    This reverts commit 8da8a0fec4b1b9d9208635dedb2f449dc99e0004.
3265    
3266    Signed-off-by: Keith Packard <keithp@keithp.com>
3267
3268commit b268458eab2f213ec14dfe8013aa714c187e3aab
3269Author: Keith Packard <keithp@keithp.com>
3270Date:   Tue Dec 2 23:43:02 2008 -0800
3271
3272    Bump version to 1.5.99.2 (1.6 beta 2)
3273    
3274    Signed-off-by: Keith Packard <keithp@keithp.com>
3275
3276commit d68632e2213adc0945dcdfca2e93f68aeab97457
3277Author: Alan Coopersmith <alan.coopersmith@sun.com>
3278Date:   Tue Dec 2 14:32:48 2008 -0800
3279
3280    Add atKeynames.h to libdmxinput_a_SOURCES so it's included in tarballs
3281    
3282    Reported by geearu in #xorg-devel
3283    (cherry picked from commit c1db925d10fd37077bed90612ed95c3fd20cd2e2)
3284    
3285    Signed-off-by: Keith Packard <keithp@keithp.com>
3286
3287commit f5ef57e5fef0be80d660c26ed370f608b4444a5e
3288Author: Adam Jackson <ajax@redhat.com>
3289Date:   Mon Dec 1 11:36:06 2008 -0500
3290
3291    randr: Don't send output property events on server exit
3292    
3293    If the Window resource type is already gone, there's no point in trying
3294    to send events, all it can do is access already-freed memory.
3295    
3296    Relevant thread:
3297    
3298    http://lists.freedesktop.org/archives/xorg/2008-November/040443.html
3299    (cherry picked from commit b0d371ab0a6efd4956c3677faa20b2ac15c33765)
3300    
3301    Signed-off-by: Keith Packard <keithp@keithp.com>
3302
3303commit 40116cd5d0c205f4e8ab340dca80e38f8b78dddb
3304Author: Alan Coopersmith <alan.coopersmith@sun.com>
3305Date:   Mon Dec 1 20:02:34 2008 -0800
3306
3307    More man page updates for 1.6 release for Xorg, xorg.conf & exa man pages.
3308    
3309    - Remove remaining references to XFree86-Misc options AllowNonLocalModInDev
3310      and DisableModInDev.
3311    - Remove remaining references to grab-breaking keys & associated options.
3312    - Update description of Ctrl-Alt-Backspace to new -retro/DontZap defaults.
3313    - Add description of new options -modalias and -showopts.
3314    - Update list of modules loaded by default.
3315    - Update input driver references from keyboard to evdev & kbd.
3316    - Update list of driver man pages to match xf86-*-* drivers with man pages.
3317    - Add See Also section to exa man page.
3318    
3319    and various formatting/typo/etc. fixes.
3320    
3321    The Xorg/xorg.conf sections on input device selection could use further
3322    updates to better match the current state of HAL-enabled configuration.
3323    (cherry picked from commit 8c560422b44e012053612754430d2b87dc44ed59)
3324    
3325    Signed-off-by: Keith Packard <keithp@keithp.com>
3326
3327commit 4e5be5ad368b140d189fb69d394cf0c901f34d83
3328Author: Alan Coopersmith <alan.coopersmith@sun.com>
3329Date:   Mon Dec 1 19:19:04 2008 -0800
3330
3331    Correct warning for unknown GlxVisuals option in conf file
3332    (cherry picked from commit 6a1850b8c677e2a2993f6f6b731ee3d35aa55d09)
3333    
3334    Signed-off-by: Keith Packard <keithp@keithp.com>
3335
3336commit ca744c371a138cfd19e826ba7f3847f32139ad64
3337Author: Jay Cotton <jay.cotton@sun.com>
3338Date:   Mon Dec 1 16:06:09 2008 -0800
3339
3340    Sun bug 6618220: Xorg server core dump in xf86RandRModeRefresh(NULL)
3341    
3342    <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6618220>
3343    (cherry picked from commit 5f3f14179edf48aad518f6f707bfdc37c27267c6)
3344    
3345    Signed-off-by: Keith Packard <keithp@keithp.com>
3346
3347commit 78af5d81e818f4ac2fb43d9683fa634b3d1f7fc5
3348Author: Alan Coopersmith <alan.coopersmith@sun.com>
3349Date:   Mon Dec 1 16:28:45 2008 -0800
3350
3351    Update See Also lists in Xorg & xorg.conf man pages
3352    
3353    Remove xorgconfig & xorgcfg
3354    Update driver lists:
3355    	- Remove vga
3356    	- i810->intel
3357    	- via->openchrome
3358    (cherry picked from commit 24c562f04b41d219c34f5fa3f963564accf329f2)
3359    
3360    Signed-off-by: Keith Packard <keithp@keithp.com>
3361
3362commit e40841ce5afa0678b74b9eff37c7d304758309b6
3363Author: Bernhard Rosenkraenzer <bero@arklinux.org>
3364Date:   Tue Dec 2 09:01:56 2008 +1000
3365
3366    Xext: fix MultiBuffer compilation error with TryClientEvents. (#18835)
3367    
3368    X.Org Bug 18835 <http://bugs.freedesktop.org/show_bug.cgi?id=18835>
3369    
3370    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
3371    (cherry picked from commit 1dfed222e93f4684c2a450944a9a0ea9e085c43f)
3372
3373commit 0d902b05ad910cada46dcc2b85d8b0148aed35e6
3374Author: Stuart Bennett <sb476@cam.ac.uk>
3375Date:   Tue Dec 2 22:52:53 2008 -0800
3376
3377    xf86Cursors: xf86_reload_cursors shouldn't unconditionally show hwcursor (#14820)
3378    
3379    Also, no need to call ShowCursor when SetCursorPosition already does it
3380    Based on a previous patch by Maarten Maathuis
3381    
3382    Signed-off-by: Keith Packard <keithp@keithp.com>
3383    (cherry picked from commit 0b8f8b24f718820a72ebdc52423c2e6a44e848c5)
3384
3385commit cbf4fec52960ffd74b78ea45d0b917c76f553ebf
3386Author: Kristian Høgsberg <krh@redhat.com>
3387Date:   Mon Dec 1 20:53:17 2008 -0500
3388
3389    Bump dri2proto requirement to 1.99.3.
3390
3391commit 670ac5d097c64d4f09ee3861d1ff21d5d6af3fdf
3392Author: Kristian Høgsberg <krh@redhat.com>
3393Date:   Mon Dec 1 20:52:41 2008 -0500
3394
3395    Drop unused DRI2 vblank infrastructure.
3396    
3397    For this first iteration of DRI2 we don't have any vsync functionality
3398    in place yet, so back out the support in DRI2 and the protocol for now.
3399
3400commit 862d5b2dc55e678921b3db710b2821b66d55ea2f
3401Author: Peter Hutterer <peter.hutterer@redhat.com>
3402Date:   Wed Nov 26 12:20:00 2008 +1000
3403
3404    xkb: don't attempt to filter events for devices without key classes.
3405    
3406    Reported by Magnus Kessler.
3407    
3408    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
3409
3410commit 41471afa7774a6598344ea7b488f993a0bd32e7f
3411Author: Peter Hutterer <peter.hutterer@redhat.com>
3412Date:   Fri Nov 28 14:55:15 2008 +1000
3413
3414    xkb: Extra sanity checks to prevent dev->key == NULL dereferencing.
3415
3416commit b983c4fa1ec13f6096badf9dd5ebbf55880bb6c1
3417Author: Peter Hutterer <peter.hutterer@redhat.com>
3418Date:   Wed Nov 26 21:35:34 2008 +1000
3419
3420    Require inputproto 1.5
3421    
3422    Also claim to now support XI 1.5.
3423    
3424    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
3425
3426commit f245c46d291dc22f40fb839bf21d2620091a84ef
3427Author: Peter Hutterer <peter.hutterer@redhat.com>
3428Date:   Fri Nov 28 14:21:05 2008 +1000
3429
3430    dix: don't detach SDs during grabs.
3431
3432commit 71f289f7d1b4fe79f25b229830047e71f50d8610
3433Author: Peter Hutterer <peter.hutterer@redhat.com>
3434Date:   Fri Nov 28 14:05:58 2008 +1000
3435
3436    dix: Don't deliver XI events from MDs.
3437    
3438    Restore the XI 1.x event model: VCP/VCK deliver core events only, SDs device
3439    events only.
3440    
3441    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
3442
3443commit c910886737bf6ce7a4bd44d2149a1f0a810453d2
3444Author: Peter Hutterer <peter.hutterer@redhat.com>
3445Date:   Fri Nov 28 13:49:40 2008 +1000
3446
3447    Xi: Purge XGE remainders, we don't have any XGE events anymore.
3448
3449commit be4bf65d00a28cc77b939f00f115528a9024ab89
3450Author: Peter Hutterer <peter.hutterer@redhat.com>
3451Date:   Fri Nov 28 09:22:04 2008 +1000
3452
3453    input: don't switch MDs' classes around between SDs.
3454    
3455    Server 1.6 uses the X Input 1.x input model, where the core devices (VCP and
3456    VCK) do not generate XI events. They don't have to swap device classes but
3457    instead stay at the default number of classes at all times.
3458    This means we can get rid of the DeviceClassesChangedEvents as well.
3459
3460commit aba1cbaadcde50a7a25f8aee06b66eec67a9145e
3461Author: Peter Hutterer <peter.hutterer@redhat.com>
3462Date:   Fri Nov 28 09:19:49 2008 +1000
3463
3464    dix: No DeviceEnterLeave events in server 1.6
3465
3466commit 9739fac04520e3e0c338f74cedb58855a17fc899
3467Author: Peter Hutterer <peter.hutterer@redhat.com>
3468Date:   Fri Nov 28 09:38:49 2008 +1000
3469
3470    Xi: don't allow VCP/VCK be OpenDevice'd, but allow all SDs.
3471    
3472    Reverting to traditional XI behaviour.
3473
3474commit 7330cb56501defb0002815767d2dc7f5b2b8ca1c
3475Author: Peter Hutterer <peter.hutterer@redhat.com>
3476Date:   Fri Nov 28 09:35:48 2008 +1000
3477
3478    Xi: don't list attachment in ListInputDevices, but list all SDs.
3479    
3480    In XI2, we only list the VCP and the VCK as well as floating SDs to non-XI2
3481    clients. This is not the case here, we just list all devices.
3482    
3483    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
3484
3485commit 1d307ed7f268d3bb511985c18d580ab8a104ed41
3486Author: Peter Hutterer <peter.hutterer@redhat.com>
3487Date:   Fri Nov 28 09:34:56 2008 +1000
3488
3489    Xi: remove the GetExtensionVersion hack - don't reply with supported version.
3490    
3491    XI2 abuses the GEV request to reply with the min/major version of the
3492    supported extension if the length for the name is 0. Don't do that, yet.
3493    
3494    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
3495
3496commit cfe7301bcf134ade26a81764be2ca5890eb29d5d
3497Author: Peter Hutterer <peter.hutterer@redhat.com>
3498Date:   Wed Nov 26 21:40:05 2008 +1000
3499
3500    Xi: remove all new XI2 protocol requests and their handling.
3501    
3502    This commit reverts to XI 1.4 requests, plus the input device property
3503    requests.
3504    
3505    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
3506
3507commit db115e78705e59a376c6c425e7cb97cfb14ff2ac
3508Author: George Staplin <gstaplin@apple.com>
3509Date:   Fri Nov 28 13:57:45 2008 -0700
3510
3511    XQuartz: GL: Make various changes to makeFormat, so that it works better.  Now glxgears looks normal with the old libGL.
3512    
3513    Add various GLX extensions to the list of supported extensions.
3514    
3515    Reformat the oddly formatted code in some areas.
3516    
3517    Use xalloc and xfree instead of malloc and free.
3518    (cherry picked from commit 755f53eb40c4329d8c82a31cb910c31fdd4ea12e)
3519
3520commit d4fb734c631a20e93da22773e676f747c9f645ba
3521Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
3522Date:   Fri Nov 28 12:59:09 2008 -0800
3523
3524    XQuartz: Added option to enable/disable test extensions
3525    
3526    defaults write org.x.X11 enable_test_extensions -boolean true
3527    (cherry picked from commit fd4710aff3723d5f3422cf6a6530172eafc556d9)
3528    (cherry picked from commit 635019ad18db921fec99256294debd8571074abf)
3529
3530commit e9ee5d4f61794d8d12109b44daa92868cb834954
3531Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
3532Date:   Fri Nov 28 11:18:14 2008 -0800
3533
3534    XQuartz: Avoid some warning messages being spewed to system.log by AppKit
3535    (cherry picked from commit 780eff230ce41ad785e54d61a82c731269ae0446)
3536
3537commit 2ca2742aa588d48348971e7e7c4b75cae4a4f5ad
3538Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
3539Date:   Fri Nov 28 01:45:37 2008 -0800
3540
3541    XQuarz: Setup our PATH and PWD earlier, so our initial client benefits from it as well...
3542    (cherry picked from commit cbae2b447357b3fed6ff19414c60dd3792045600)
3543
3544commit added4cff7069f0c9d6b7047c6435d1599003ccb
3545Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
3546Date:   Wed Nov 26 12:15:58 2008 -0800
3547
3548    XQuartz: Fix dead-acute on Greek keyboards
3549    (cherry picked from commit 807f2ec35c5f95b56b3e2b5eac51aec300fe5cb6)
3550
3551commit 202908c6139b806bc599cd74f3b68172c14aa7b5
3552Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
3553Date:   Wed Nov 26 12:07:52 2008 -0800
3554
3555    XQuartz: Fix Czech keyboard dead-acute
3556    (cherry picked from commit 771df2786bc60389489f0967e705c7c95bdda085)
3557
3558commit c7c8eeaedc8dc24c3ed7930d4322eb811977536e
3559Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
3560Date:   Tue Nov 25 20:14:37 2008 -0800
3561
3562    XQuartz: Fix an uninitialized keyboard_type on Tiger
3563    (cherry picked from commit 27b1a5eb3482052253ebdce1a09aedf05ac1b099)
3564
3565commit f0e7a792bedbf9fe9844298ac74445a8116c52aa
3566Author: Keith Packard <keithp@keithp.com>
3567Date:   Wed Nov 26 15:49:02 2008 -0800
3568
3569    Add server support for RRGetScreenResourcesCurrent
3570    
3571    This depends on randrproto 1.2.99.1
3572    
3573    Signed-off-by: Keith Packard <keithp@keithp.com>
3574    (cherry picked from commit fc708394318ed92c612e2938b335c08c1ffebb28)
3575
3576commit f3edc1fb0210149f35eab4e413700b5c4ac48214
3577Author: Keith Packard <keithp@keithp.com>
3578Date:   Tue Nov 25 23:15:35 2008 -0800
3579
3580    New version of dolt
3581
3582commit 4715f079b9c61362755c95c1ebf89c97cc6fff2b
3583Merge: 9ffc671 ed597f1
3584Author: Keith Packard <keithp@keithp.com>
3585Date:   Tue Nov 25 22:19:08 2008 -0800
3586
3587    Merge commit 'origin/master'
3588
3589commit 9ffc6719390df8fdd0a5295a7a7a0eaea792be45
3590Author: Keith Packard <keithp@keithp.com>
3591Date:   Mon Nov 24 13:08:48 2008 -0800
3592
3593    Move matrix operations from X server to pixman 0.13.2
3594    
3595    pixman 0.13.2 now holds all of the matrix operations. This leaves
3596    the protocol conversion routines and some ABI stubs in place
3597    
3598    Signed-off-by: Keith Packard <keithp@keithp.com>
3599
3600commit ed597f19fdc3017dde6d1452b5cdf8ddcd69a5b1
3601Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
3602Date:   Tue Nov 25 19:36:31 2008 -0500
3603
3604    xselinux: use "raw context" variants of getpeercon() and getcon().
3605
3606commit ec1d08442f69353cb0e73ac4eaf0346ebb975594
3607Author: Peter Hutterer <peter.hutterer@who-t.net>
3608Date:   Fri Nov 21 15:13:00 2008 +1000
3609
3610    dix: Enable core devices in InitCoreDevices already.
3611    
3612    Updated patch, see
3613    http://lists.freedesktop.org/archives/xorg/2008-November/040540.html
3614    
3615    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
3616    Signed-off-by: Adam Jackson <ajax@redhat.com>
3617
3618commit 2b45602e828a07a0817691b2838cd34ffee531bd
3619Author: Peter Hutterer <peter.hutterer@redhat.com>
3620Date:   Wed Nov 26 10:42:52 2008 +1000
3621
3622    Revert "dix: Enable core devices in InitCoreDevices already."
3623    
3624    I merged the wrong patch. See correct patch at:
3625    http://lists.freedesktop.org/archives/xorg/2008-November/040540.html
3626    
3627    Not activating the device before attempting to enable it would leave the
3628    sprite unset, crashing the server when enabling the real devices.
3629    
3630    This reverts commit e078901a4eca02bd3e7a80d9462dafbca939a187.
3631    
3632    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
3633
3634commit 416685c295353b5816689994c7c58ae7db3e878d
3635Author: Jeremy Uejio <jeremy.uejio@sun.com>
3636Date:   Tue Nov 25 16:26:44 2008 -0800
3637
3638    Refix Sun bug #6685465: Xephyr uses wrong or bad colortable in 8-bit mode
3639    
3640    <http://bugs.opensolaris.org/view_bug.do?bug_id=6685465>
3641    
3642    This is a refix of the previous fix for CR 6685465.  In the first fix
3643    I was shifting the colors to match the mask by the bits_per_rgb amount
3644    in the visual structure.  That field has nothing to do with the # of
3645    bits to shift by.  I should just instead shift the bits to match the mask.
3646
3647commit d5f9a131a2d5bd33f82fdd4e809880b0ff792b45
3648Author: Alan Coopersmith <alan.coopersmith@sun.com>
3649Date:   Tue Nov 25 15:46:39 2008 -0800
3650
3651    Fix const-mismatch warnings for DisplayModePtr's
3652    
3653    Includes fixes for:
3654    "xf86Config.c", line 2434: warning: argument #1 is incompatible with prototype:
3655    	prototype: pointer to struct _DisplayModeRec: "xf86.h", line 351
3656    	argument : pointer to const struct _DisplayModeRec
3657    
3658    "xf86EdidModes.c", line 312: warning: argument #1 is incompatible with prototype:
3659    	prototype: pointer to struct _DisplayModeRec: "../../../hw/xfree86/common/xf86.h", line 351
3660    	argument : pointer to const struct _DisplayModeRec
3661    
3662    "xf86EdidModes.c", line 438: warning: assignment type mismatch:
3663    	pointer to struct _DisplayModeRec "=" pointer to const struct _DisplayModeRec
3664    
3665    "xf86Modes.c", line 701: warning: assignment type mismatch:
3666    	pointer to struct _DisplayModeRec "=" pointer to const struct _DisplayModeRec
3667
3668commit d5ad296869c38ab30136b5a293a0125b76aad994
3669Author: Alan Coopersmith <alan.coopersmith@sun.com>
3670Date:   Tue Nov 25 14:12:26 2008 -0800
3671
3672    Remove duplication from code paths in XkbDDXCompileKeymapByNames
3673
3674commit 2538fc0d893a150e978355d281750f0a989728a7
3675Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
3676Date:   Tue Nov 25 18:18:46 2008 -0500
3677
3678    xselinux: don't pass a NULL key string to selabel_lookup().
3679
3680commit c8472a74441838e16d0d3414db1fa7fe996868a9
3681Author: Michael Vogt <michael.vogt@ubuntu.com>
3682Date:   Tue Nov 25 19:35:17 2008 +0200
3683
3684    Do not send VisibilityNotify events when MapUnmapEvents are disabled
3685    
3686    This prevents a protocol visible side-effect (XVisibilityEvent) on
3687    XCompositeRedirectWindow() followed by a XCompositeUnredirectWindow().
3688    
3689    The problem shows up in gnome-screensaver with compiz and "unredirect
3690    fullscreen windows" enable. A VisibilityNotify event is generated (first
3691    with obscured and than with unobscured) when the window swithces from
3692    redirected to unredirected.
3693    
3694    https://bugs.freedesktop.org/show_bug.cgi?id=18133
3695    http://launchpad.net/bugs/278112
3696
3697commit 88297558aada44bc714ad57adbeed3740aaadee5
3698Author: Adam Jackson <ajax@redhat.com>
3699Date:   Tue Nov 25 14:20:58 2008 -0500
3700
3701    Dead code cleanup over DBE.
3702    
3703    No DDXes have explicit DBE support anymore, so the init registration
3704    table never got used.  Just nuke it all.
3705
3706commit e5eaea599ab16428c69912b6b3427ebe46707d7c
3707Author: Adam Jackson <ajax@redhat.com>
3708Date:   Tue Nov 25 14:05:51 2008 -0500
3709
3710    Warning fix
3711    
3712    xf86info.c:11: warning: initialization makes integer from pointer
3713    without a cast
3714
3715commit 37072500f7bcf39e0d6aa2ceb5d1f2aeeab0b26b
3716Author: Adam Jackson <ajax@redhat.com>
3717Date:   Tue Nov 25 14:04:44 2008 -0500
3718
3719    Warning fix
3720    
3721    helper_exec.c: In function ‘port_rep_inb’:
3722    helper_exec.c:219: warning: implicit declaration of function
3723    ‘DEBUG_IO_TRACE’
3724    helper_exec.c:219: warning: nested extern declaration of
3725    ‘DEBUG_IO_TRACE’
3726
3727commit d96bffce2dcf209e76be9b36ca1ede7e0c976d77
3728Author: Adam Jackson <ajax@redhat.com>
3729Date:   Tue Nov 25 13:59:00 2008 -0500
3730
3731    Warning fix
3732    
3733    Init.c:139: warning: no previous prototype for ‘ddxBeforeReset’
3734    
3735    Just declare the prototype always, seriously.
3736
3737commit 09ea671cbff605fd2b2af71619e7db5002108bf8
3738Author: Adam Jackson <ajax@redhat.com>
3739Date:   Tue Nov 25 13:40:47 2008 -0500
3740
3741    Warning fix
3742    
3743    lnx_bell.c:37: warning: no previous prototype for ‘xf86OSRingBell’
3744
3745commit a9853c7d337b3b1ad49793e9b4b90e313b6fa536
3746Author: Adam Jackson <ajax@redhat.com>
3747Date:   Tue Nov 25 00:53:55 2008 -0500
3748
3749    Warning fix
3750    
3751    Pixmap.c: In function ‘xnestPixmapToRegion’:
3752    Pixmap.c:93: warning: ‘Box.x1’ may be used uninitialized in this
3753    function
3754
3755commit 81eafe9f93a272b06aa9f9235ec5676b9aa3ee3e
3756Author: Adam Jackson <ajax@redhat.com>
3757Date:   Tue Nov 25 00:45:07 2008 -0500
3758
3759    Warning fix.
3760    
3761    vbe.c: In function ‘VBEReadPanelID’:
3762    vbe.c:1145: warning: return from incompatible pointer type
3763
3764commit 09bfb25e031772611a2f0902d4ba77b587e4bdb2
3765Author: Adam Jackson <ajax@redhat.com>
3766Date:   Tue Nov 25 00:43:36 2008 -0500
3767
3768    Remove unused XAAAvailableOptions
3769
3770commit 8b9253f6383df3fefe38bde43a5f892b158a77c4
3771Author: Adam Jackson <ajax@redhat.com>
3772Date:   Tue Nov 25 00:38:47 2008 -0500
3773
3774    Code motion: subsume xf86DoProbe.c into xf86Init.c
3775
3776commit fbabb1c5c243cfd8c954dec4c060dff1a0b81015
3777Author: Adam Jackson <ajax@redhat.com>
3778Date:   Tue Nov 25 00:34:28 2008 -0500
3779
3780    Warning fix.
3781    
3782    In file included from l3-xaaStipple.c:4:
3783    ./xaaStipple.c:35: warning: no previous prototype for
3784    ‘XAAGetStippleScanlineFunc3LSBFirst’
3785    
3786    etc
3787
3788commit cbaca6ec666d7349c4680b8affc13b5c9cae1fa5
3789Author: Adam Jackson <ajax@redhat.com>
3790Date:   Tue Nov 25 00:14:24 2008 -0500
3791
3792    Remove dead FreeModuleDesc.
3793
3794commit eb474adf98229a43bbe17ab98ff084371cb9fa09
3795Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
3796Date:   Tue Nov 25 11:25:58 2008 -0800
3797
3798    XQuartz: Simplify the xquartz_resetenv_display path
3799    (cherry picked from commit d2e0624dd30eb234bb25595ceedfa51d48ca1724)
3800
3801commit 94df1ab7f09a64f57c1e1453e3640462e984619c
3802Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
3803Date:   Tue Nov 25 01:30:03 2008 -0800
3804
3805    XQuartz: Force X11Controller to reset a broken DISPLAY envvar.
3806    (cherry picked from commit f1a52b5b5ac31702497937efe3ac578be9a6c54f)
3807
3808commit 0b314c50a2a0ca1afbdc06663c3b719b05ebb851
3809Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
3810Date:   Tue Nov 25 01:13:35 2008 -0800
3811
3812    XQuartz: Removed hardcoded org.x.X11 from MachIPC as well
3813    (cherry picked from commit b4add7826d485600a13eba6a9c7be533f2c02d51)
3814
3815commit 065d2afb0ca34f89806e0936c51cd27805bc5123
3816Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
3817Date:   Tue Nov 25 00:51:01 2008 -0800
3818
3819    XQuartz: Add fallback for xpbproxy's display for Tiger or no-launchd-Leopard
3820    (cherry picked from commit 7a8c6665949d7804a97ef2539a74ec4aa682e1cc)
3821
3822commit 13df49dca28cf680a4d104630cd675de25d3e944
3823Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
3824Date:   Tue Nov 25 00:39:52 2008 -0800
3825
3826    XQuartz: Use the environment to pass the bundle's prefs domain on to xinit/quartz-wm for Tiger or no-launchd-LEOPARD
3827    (cherry picked from commit fbf4b0d33fa5dc618c3191a4e823232dfa33cd95)
3828
3829commit 40187f782beae4ae751824ef511c9f56a80357c7
3830Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
3831Date:   Tue Nov 25 00:20:57 2008 -0800
3832
3833    XQuartz: Dead code removal
3834    (cherry picked from commit eeb323612e0adbea37befed31bbaa1d295728385)
3835
3836commit b55cad4569e34e3c10e9a327e20b91ea87d9dd98
3837Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
3838Date:   Tue Nov 25 00:15:53 2008 -0800
3839
3840    XQuartz: Don't hardcode values of org.x.X11 for the preferences domain
3841    (cherry picked from commit 3a500d9247cf34686ec17b4a88c34d51ecd38ecd)
3842
3843commit d508a3dcca2f160021aced872715e1ded23cef97
3844Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
3845Date:   Mon Nov 24 23:33:54 2008 -0800
3846
3847    XQuartz: More dead code removal
3848    (cherry picked from commit dcb0f6a2e62823a671051874d14a33ce59505892)
3849
3850commit 41fbdf72f2154a3fca8cf484a611501e3c174fbe
3851Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
3852Date:   Mon Nov 24 12:33:20 2008 -0800
3853
3854    XQuartz: Disable some error spew on Tiger (where it wouldn't be an error)
3855    (cherry picked from commit 73ec6d3dfe0086d352f4eca25f1df5ae1884bb18)
3856
3857commit 09c3f6e04c273ffafcb547c252137fb17c8ce016
3858Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
3859Date:   Sat Nov 22 20:23:46 2008 -0800
3860
3861    XQuartz: Dead code removal
3862    (cherry picked from commit 46c077d9b4a883fc809c32077ce40f33a70d268b)
3863
3864commit ab12c7516207908f3e063a78904d68e2db14208e
3865Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
3866Date:   Sat Nov 22 15:47:14 2008 -0800
3867
3868    XQuartz: More Tiger cleanup: bootstrap_strerror
3869    (cherry picked from commit 37f535aff3e9a7a02711daa98152cdff97745622)
3870
3871commit 208f091bfc657e9ee57b988f035d3aac7e9e173a
3872Author: Adam Jackson <ajax@redhat.com>
3873Date:   Sun Oct 12 00:07:56 2008 -0400
3874
3875    Remove xf86IODelay
3876
3877commit 47478aa10adb20b6e48335ac8c4ef31f3fdfe68c
3878Author: Adam Jackson <ajax@redhat.com>
3879Date:   Sat Oct 11 23:59:24 2008 -0400
3880
3881    Remove xf86{En,Dis}ableInterrupts entirely
3882
3883commit c7680befe5aebd0f4277d11ff3984d8a7deb9d5b
3884Author: Adam Jackson <ajax@redhat.com>
3885Date:   Sat Oct 11 23:35:24 2008 -0400
3886
3887    Remove the remnants of Jensen support
3888    
3889    As being an EISA-only machine, and as ISA support is gone now...
3890
3891commit df14682a31b92751091571ed82f6095f55f19cca
3892Author: Adam Jackson <ajax@redhat.com>
3893Date:   Sat Oct 11 22:48:51 2008 -0400
3894
3895    Bus: Remove ISA support.
3896    
3897    No, really.  PCI is old enough to drive now.  If you want this, get the kernel
3898    to expose a framebuffer device.
3899
3900commit a8bcab2d3b224e4d4d5b6a097ea530beee920213
3901Author: Adam Jackson <ajax@redhat.com>
3902Date:   Sat Oct 11 22:14:23 2008 -0400
3903
3904    Bus: Remove yet more unused overlap processing.
3905
3906commit 994b7c034fc20d76651cf7f6a285526d9aff8770
3907Author: Adam Jackson <ajax@redhat.com>
3908Date:   Sat Oct 11 22:11:12 2008 -0400
3909
3910    Bus: Don't pretend to care about IRQs, DMA, or PCI config space
3911
3912commit eb5ae45127fa9f08f0badec7e21f8c26c9c7c969
3913Author: Adam Jackson <ajax@redhat.com>
3914Date:   Sat Oct 11 21:44:16 2008 -0400
3915
3916    Bus: Simplify a failure case (that pretty much never happens)
3917
3918commit ee8b5cf94c2a9f8526a3bb5011ebb10f3246a4d9
3919Author: Adam Jackson <ajax@redhat.com>
3920Date:   Sat Oct 11 21:41:47 2008 -0400
3921
3922    Bus: Trust the kernel when registering driver resources
3923    
3924    ... everywhere, not just (linux && (ia64 || alpha)).
3925
3926commit 8397df89456558e3c85b05e0acfccb9f6af6b695
3927Author: Adam Jackson <ajax@redhat.com>
3928Date:   Sat Oct 11 21:36:14 2008 -0400
3929
3930    Remove unused MIN macro
3931
3932commit c251c0baae59714a6ac83b69cd106c08baa3613e
3933Author: Adam Jackson <ajax@redhat.com>
3934Date:   Sat Oct 11 21:34:27 2008 -0400
3935
3936    Bus: remove special handling for init-only resources
3937    
3938    This isn't used by any driver, nor has it ever been as far as I can
3939    tell.
3940
3941commit 3e5281af17841cf50d0e52a728b12c6ab56e61df
3942Author: Adam Jackson <ajax@redhat.com>
3943Date:   Sat Oct 11 21:16:45 2008 -0400
3944
3945    PCI: Unexport xf86scanpci
3946
3947commit 6b198daa46f2f609aff7900761cf82cc2fb4e0b4
3948Author: Adam Jackson <ajax@redhat.com>
3949Date:   Sat Oct 11 20:51:39 2008 -0400
3950
3951    Bus: remove useless isaConvertRange2Host
3952
3953commit a96db74c2a95bb1dce132cf47ea720ae939dfad7
3954Author: Adam Jackson <ajax@redhat.com>
3955Date:   Thu Oct 9 00:43:26 2008 -0400
3956
3957    Bus: Don't try to find an ISA bus just for fun.
3958
3959commit b21311a99d58997cd1fc68726d0848242e9c34fc
3960Author: Adam Jackson <ajax@redhat.com>
3961Date:   Thu Oct 9 00:34:42 2008 -0400
3962
3963    Bus: Remove unused RemoveOverlaps
3964
3965commit 41be6b3f0dc0baa1c6ae8d2b41a6be73ca0e7268
3966Author: Adam Jackson <ajax@redhat.com>
3967Date:   Thu Oct 9 00:33:28 2008 -0400
3968
3969    Bus: Remove the notion of estimated resources.
3970
3971commit 095ba1435501776c8c8a34e767b89f89e5dc949a
3972Author: Adam Jackson <ajax@redhat.com>
3973Date:   Thu Oct 9 00:27:33 2008 -0400
3974
3975    Bus: remove the "reducer"
3976    
3977    This code effectively didn't do anything anymore.
3978
3979commit 4457e31710af90f9ac295bb686c841e9473fb767
3980Author: Adam Jackson <ajax@redhat.com>
3981Date:   Thu Oct 9 00:14:54 2008 -0400
3982
3983    PCI: Remove unused ia64 platform code.
3984
3985commit 86cfe0ee236bfd3613e5f9ba589211db42d009eb
3986Author: Adam Jackson <ajax@redhat.com>
3987Date:   Wed Oct 8 23:45:40 2008 -0400
3988
3989    PCI: Simplify OS PCI function registration a bit.
3990
3991commit 2d427b9cb1594f8f2f66b463033fff5b459962fd
3992Author: Adam Jackson <ajax@redhat.com>
3993Date:   Wed Oct 8 23:38:23 2008 -0400
3994
3995    PCI: Remove config mechanism details.
3996    
3997    pciaccess handles this for us now, no need to remember PC arcana.
3998
3999commit 5bb86bafd6fda296011cbcd5d15a85a6d770ae29
4000Author: Adam Jackson <ajax@redhat.com>
4001Date:   Wed Oct 8 23:34:41 2008 -0400
4002
4003    PCI: Remove non-pciaccess path for x86.
4004
4005commit a67360e79fa7e17c3d907771694009c57c1cd195
4006Author: Adam Jackson <ajax@redhat.com>
4007Date:   Wed Oct 8 23:31:38 2008 -0400
4008
4009    PCI: Always build domain support.
4010
4011commit 51e105ccc3d0ac8c0fe74efd029ffbddb80b140e
4012Author: Adam Jackson <ajax@redhat.com>
4013Date:   Wed Oct 8 23:12:31 2008 -0400
4014
4015    Remove xf86GetResourcesImplicitly
4016
4017commit 599a0f3f1e3ae92676e3648471576c0001cfd9ae
4018Author: Alan Coopersmith <alan.coopersmith@sun.com>
4019Date:   Mon Nov 24 20:37:58 2008 -0800
4020
4021    Fix typo in 5bf2c88d2317230b95b2904cb975167d03ee13a2
4022    
4023    Amazing how these things hide until you see the diff come back from
4024    the commit list.
4025
4026commit 5bf2c88d2317230b95b2904cb975167d03ee13a2
4027Author: Alan Coopersmith <alan.coopersmith@sun.com>
4028Date:   Mon Nov 24 20:34:46 2008 -0800
4029
4030    Simplify filename generation code for Xorg -configure
4031
4032commit 75784e1e53ad78e21518696dd9d297bc08c17d54
4033Author: Alan Coopersmith <alan.coopersmith@sun.com>
4034Date:   Mon Nov 24 20:32:20 2008 -0800
4035
4036    Solaris: Make KDSETMODE failure non fatal, and retry it on interrupts
4037
4038commit 3e6da1636093d7dc98baac40544c0b0fb7fd8aec
4039Author: Peter Hutterer <peter.hutterer@redhat.com>
4040Date:   Fri Nov 14 15:55:57 2008 +1000
4041
4042    include: remove ENTER_LEAVE_SEMAPHORE macros.
4043
4044commit b292a7a2d7e259177e1cc37346c2bee27a018630
4045Author: Peter Hutterer <peter.hutterer@redhat.com>
4046Date:   Fri Nov 14 15:44:29 2008 +1000
4047
4048    dix: updated enter/leave core event model.
4049    
4050    As proposed by Owen Taylor [1], the enter-leave event model needs to adjust
4051    the events sent to each window depending on the presence of pointers in a
4052    window, or in a subwindow.
4053    
4054    The new model can be summarised as:
4055    - if the pointer moves into or out of a window that has a pointer in a child
4056      window, the events are modified to appear as if the pointer was moved out of
4057      or into this child window.
4058    - if the pointer moves into or out of a window that has a pointer in a parent
4059      window, the events are modified to appear as if the pointer was moved out of
4060      or into this parent window.
4061    
4062    Note that this model requires CoreEnterLeaveEvent and DeviceEnterLeaveEvent to
4063    be split and treated separately.
4064    
4065    [1] http://lists.freedesktop.org/archives/xorg/2008-August/037606.html
4066    
4067    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
4068
4069commit 724f83b87bb16472d4c328e35d2a477384b29f84
4070Author: Peter Hutterer <peter.hutterer@redhat.com>
4071Date:   Fri Nov 14 15:29:01 2008 +1000
4072
4073    dix: add FirstPointerChild, FirstPointerAncestor auxiliary functions.
4074    
4075    FirstPointerChild: Return the first child that has a pointer within its
4076    boundaries.
4077    
4078    FirstPointerAncestor: return the first ancestor with a child within its
4079    boundaries.
4080    
4081    These are required for the updated enter/leave model.
4082    
4083    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
4084
4085commit 7d3e595f93dcd3d334e766a9dea602c05affdbaf
4086Author: Peter Hutterer <peter.hutterer@redhat.com>
4087Date:   Fri Nov 14 15:27:19 2008 +1000
4088
4089    dix: Add EnterWindow, LeaveWindow, HasPointer auxiliary functions.
4090    
4091    These replace the ENTER_LEAVE_SEMAPHORE_* macros. Unused currently.
4092    
4093    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
4094
4095commit 6bdc963cdabb4a2e77de7f00a1d062aa2b873f9b
4096Author: Peter Hutterer <peter.hutterer@redhat.com>
4097Date:   Fri Nov 14 15:37:35 2008 +1000
4098
4099    dix: split enter/leave event handling into core and device handling.
4100    
4101    Device events always need to be delivered, core events only in some cases.
4102    Let's keep them completely separate so we can adjust core event delivery.
4103    
4104    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
4105
4106commit 5e48f5e2dd2dec7cfd1fa40b61e25123dfca515e
4107Author: Peter Hutterer <peter.hutterer@redhat.com>
4108Date:   Fri Nov 14 15:41:59 2008 +1000
4109
4110    dix: remove unused EnterLeaveSemaphoresIsset.
4111    
4112    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
4113
4114commit 868fd503b7aeab31dba72046b59061008d8b7501
4115Author: Peter Hutterer <peter.hutterer@redhat.com>
4116Date:   Fri Nov 14 15:18:56 2008 +1000
4117
4118    dix: move Enter-Leave related functions into new enterleave.c
4119    
4120    Preparation for the new core enter/leave model.
4121    
4122    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
4123
4124commit c4b9ab6bf56139fdd8c7c584a6f523c6766cddd6
4125Author: Keith Packard <keithp@keithp.com>
4126Date:   Tue Apr 29 08:29:42 2008 -0700
4127
4128    Handle transform failure when computing shadow damage area.
4129    
4130    PictureTransformBounds can fail, when this happens, damage the entire screen
4131    so that the shadow gets repainted correctly.
4132
4133commit 9c7679240ad90367693a462e288308b3fdc08f26
4134Author: Keith Packard <keithp@keithp.com>
4135Date:   Sun Mar 30 19:05:07 2008 -0700
4136
4137    [randr] don't try to compute crtc transform when no mode is set.
4138    
4139    Dereferencing the NULL mode pointer would cause a crash. As these transform
4140    matrices won't be used while the CRTC is disabled, just leave their values
4141    alone.
4142
4143commit 315b6d0a425d0257f226ee7032aca3ca31665e59
4144Author: Keith Packard <keithp@keithp.com>
4145Date:   Thu Mar 27 11:46:39 2008 -0700
4146
4147    Update RandR global transform when driver notifies of transform change.
4148    
4149    Need to compute and save the global transform when the driver changes it.
4150
4151commit 5d9282fde919c936816a85c2a9c5734dc9d57cc2
4152Author: Keith Packard <keithp@keithp.com>
4153Date:   Thu Mar 27 11:45:53 2008 -0700
4154
4155    Export rrtransform.h as needed by randrstr.h
4156    
4157    When the transform management was moved from randrstr.h, the associated
4158    header file became necessary to build drivers. Include it as a part of the
4159    sdk headers.
4160
4161commit 7236fd9dd4e9f5c4cb5bafa5c2a18cff12a0444c
4162Author: Keith Packard <keithp@keithp.com>
4163Date:   Fri Mar 21 03:16:09 2008 -0700
4164
4165    Be careful about copying transforms around; they have allocated memory.
4166
4167commit 7e69e364d2ef146d8ec3651d04bdd6d641017449
4168Author: Keith Packard <keithp@keithp.com>
4169Date:   Fri Mar 21 03:15:00 2008 -0700
4170
4171    Fix rotated/reflected cursor positions.
4172    
4173    Doing projective transforms required repositioning the cursor using the
4174    hotspot, but that requires relocating the upper left corner in terms of said
4175    hotspot.
4176
4177commit 93179c214fc6ed88f72955a11c69ae0a47316d8c
4178Author: Keith Packard <keithp@keithp.com>
4179Date:   Fri Mar 21 03:14:47 2008 -0700
4180
4181    rrtransform needs randrstr to get RANDR_INTERFACE defines
4182
4183commit 7c61db66a470a8306e346ed8bf8934f014dada42
4184Author: Keith Packard <keithp@keithp.com>
4185Date:   Fri Mar 21 02:39:49 2008 -0700
4186
4187    Create rrtransform.[ch]. Add RRTransform argument to RRCrtcNotify.
4188    
4189    Instead of using a separate function to notify DIX about transform changes,
4190    add the transform to RRCrtcNotify so that the whole Crtc state changes
4191    atomically.
4192
4193commit fa6a1df209bd74da1d545982cca437afc2198cc1
4194Author: Keith Packard <keithp@keithp.com>
4195Date:   Fri Mar 21 02:35:28 2008 -0700
4196
4197    Avoid overflow in PictureTransformPoint. Fix PictureTransformIsIdentity.
4198    
4199    PictureTransformPoint computes homogeneous coordinates internally, but fails
4200    to handle intermediate values larger than 16.16. Use 64 bit intermediate
4201    values while computing the final result at 16.16 and only complain if that
4202    result is too large.
4203    
4204    PictureTransformIsIdentity was completely wrong -- it was not checking for
4205    identity transforms at all.
4206
4207commit 6fe9c15731be5f5afabacb3aa3ed71b840f4238b
4208Author: Keith Packard <keithp@keithp.com>
4209Date:   Wed Mar 19 12:15:39 2008 -0700
4210
4211    Allow drivers to set crtc transforms.
4212    
4213    Track curent transform down in the mode setting code so that it may be set
4214    separately from RandR.
4215
4216commit 49db14e4ac26070ed86088419483888dda18b603
4217Author: Keith Packard <keithp@keithp.com>
4218Date:   Wed Mar 19 00:46:35 2008 -0700
4219
4220    Handle RandR transform matrices in floating point.
4221    
4222    RandR matrix computations lose too much precision in fixed point;
4223    computations using the inverted matrix can be as much as 10 pixels off.
4224    Convert them to double precision values and pass those around. These API
4225    changes are fairly heavyweight; the official Render interface remains fixed
4226    point, so the fixed point matrix comes along for the ride everywhere.
4227
4228commit 6f734aecaec4f5c6152c3ebca197ef65bb4523da
4229Author: Keith Packard <keithp@keithp.com>
4230Date:   Tue Mar 18 16:06:06 2008 -0700
4231
4232    Eliminate inverse matrix from randr transform protocol
4233    
4234    It is easier, and potentially more precise, to compute the inverse in the
4235    server where everything can eventually be kept in floating point form.
4236
4237commit 197aa784694992f6bcfd194932309e440334c237
4238Author: Keith Packard <keithp@keithp.com>
4239Date:   Tue Mar 18 15:35:44 2008 -0700
4240
4241    Report whether transforms are support from driver through extension to client
4242    
4243    Add APIs to xf86RandR12 support and randr extension to record whether the
4244    driver supports transforms, report that value in the RRGetCrtcTransform
4245    reply.
4246
4247commit e86c34663ef97e946a1129450105efa89a123af6
4248Author: Keith Packard <keithp@keithp.com>
4249Date:   Tue Mar 18 15:25:31 2008 -0700
4250
4251    Clear shadow pixmaps before using them.
4252    
4253    This eliminates some ugly flashing, as well as clearing the borders when the
4254    shadow will not be completely painted.
4255
4256commit 97ab0c6eff870b52c0383b63a78cec49059b2545
4257Author: Keith Packard <keithp@keithp.com>
4258Date:   Tue Mar 18 15:15:40 2008 -0700
4259
4260    When converting from double to fixed, round carefully.
4261    
4262    This reduces the matrix representation error after inverting a
4263    transformation matrix (although it doesn't eliminate it entirely).
4264    
4265    Perhaps we should extend Render to include 64-bit floating point transforms...
4266
4267commit 6d3a9e40a4b9ec455af11cce31e4aa616c93db32
4268Author: Keith Packard <keithp@keithp.com>
4269Date:   Mon Mar 17 23:04:49 2008 -0700
4270
4271    Compute matrix inversion instead of using wire version in RRCrtcTransformSet
4272    
4273    It doesn't make sense to have the client invert this matrix when the server
4274    can do so reasonably efficiently. This avoids weird fixed point rounding
4275    errors when testing the transform against its inverse. Now to fix the
4276    protocol.
4277
4278commit 160252d94f04acc95f0a4e0f884ff565a5aa0744
4279Author: Keith Packard <keithp@keithp.com>
4280Date:   Mon Mar 17 23:03:56 2008 -0700
4281
4282    Add matrix inversion function (uses doubles)
4283    
4284    The obvious matrix inversion function, coded using doubles to avoid fiddling
4285    with fixed point precision adventures.
4286
4287commit 8fd82c88e3f2060fda4ba30376900ece77668c63
4288Author: Keith Packard <keithp@keithp.com>
4289Date:   Mon Mar 17 16:14:43 2008 -0700
4290
4291    Adjust transformed cursor position to account for hotspot
4292
4293commit eb222e64128034df8361d5a82d4f4aa1318923ce
4294Author: Keith Packard <keithp@keithp.com>
4295Date:   Mon Mar 17 16:14:15 2008 -0700
4296
4297    Actually use filter kernel size to expand transform redisplay box
4298
4299commit 3fdb963f6e8287edeb4c5bc7bbadbc02eb8bb910
4300Author: Keith Packard <keithp@keithp.com>
4301Date:   Mon Mar 17 16:13:25 2008 -0700
4302
4303    Correct bilinear filter kernel size (should be 2x2)
4304
4305commit ee6326a6b89b2d223f6e1eaf02aac1fe8aebfaf6
4306Author: Keith Packard <keithp@keithp.com>
4307Date:   Mon Mar 17 15:22:06 2008 -0700
4308
4309    Handle filter widths in xf86Rotate
4310
4311commit ddc8466137d229fdc100cc403f492c7d61a1ba89
4312Author: Keith Packard <keithp@keithp.com>
4313Date:   Mon Mar 17 15:21:26 2008 -0700
4314
4315    Initialize and cleanup new filter fields in xf86Crtc.
4316
4317commit 16c093afd4f6b30d889cacdc994b0024f9bd83d5
4318Author: Keith Packard <keithp@keithp.com>
4319Date:   Mon Mar 17 15:20:52 2008 -0700
4320
4321    Pass filter kernel size through transforms
4322
4323commit 1df02d7ddd44f84bcaefd6583af1a9141cb3c78b
4324Author: Keith Packard <keithp@keithp.com>
4325Date:   Mon Mar 17 15:19:17 2008 -0700
4326
4327    Add kernel size to Render filters.
4328    
4329    This width/height value lets filter users know how far the filter spreads
4330    into the source image.
4331
4332commit 40f3dff6b350fe0be55ebf7dbca88a0ef8f6380f
4333Author: Keith Packard <keithp@keithp.com>
4334Date:   Mon Mar 17 13:57:47 2008 -0700
4335
4336    Use transform when computing scanout size of modes
4337    
4338    Report transformed crtc sizes through RandR and Xinerama. Test screen size
4339    against transformed mode sizes when configuring the Crtc.
4340
4341commit f50349e1930e620cacdf27a6f8585fcb9cb5199a
4342Author: Keith Packard <keithp@keithp.com>
4343Date:   Sat Mar 15 00:36:45 2008 -0700
4344
4345    [RANDR] Support filters in CRTC transforms.
4346    
4347    Create new RRTransform datatype to hold all of the transform related
4348    information, use that in lots of places to pass filters around.
4349
4350commit acda790e430b2a18c7c35379f6e538f3d01ff221
4351Author: Keith Packard <keithp@keithp.com>
4352Date:   Fri Mar 14 13:46:30 2008 -0700
4353
4354    [render] Split out filter finding from filter setting.
4355    
4356    To prepare for RandR using filters in transforms, split out
4357    code paths so that the RandR code can validate the filter name and
4358    parameters during the transform set operation so that use of the filter
4359    later will not have unreportable errors.
4360
4361commit e3d6f279d5c305dfb81ca109fbfb665870712d2f
4362Author: Keith Packard <keithp@keithp.com>
4363Date:   Thu Mar 13 21:31:12 2008 -0700
4364
4365    Wire up RandR CRTC transform protocol, bump server to RandR 1.3
4366    
4367    This involved removing a pile of matrix code from the DDX,
4368    as well as moving a bit of transform logic from DDX to DIX.
4369
4370commit ff9d1cd843a9b0aba69a3d788b21d5f6af702590
4371Author: Keith Packard <keithp@keithp.com>
4372Date:   Thu Mar 13 21:30:18 2008 -0700
4373
4374    Add funcs to convert between protocol and pixman matrices
4375
4376commit c2f254da694731ea573aa8bbc2707c083743f2d4
4377Author: Keith Packard <keithp@keithp.com>
4378Date:   Thu Mar 13 21:29:19 2008 -0700
4379
4380    Randr now depends on Render for matrices
4381
4382commit f547650328287545a7a4d96df8d6a6c606dd95a9
4383Author: Keith Packard <keithp@keithp.com>
4384Date:   Thu Mar 13 14:50:13 2008 -0700
4385
4386    Export a bunch of matrix operations from render.
4387    
4388    The render extension uses many matrix operations internally, this change
4389    exposes those functions to other parts of the server, drivers and
4390    extensions. The change is motivated by the 'transform' additions to the
4391    RandR extension but will likely be useful elsewhere.
4392
4393commit e063162e80e51ed4368874b3af7ba690ea280d9e
4394Author: Keith Packard <keithp@keithp.com>
4395Date:   Thu Mar 13 14:26:01 2008 -0700
4396
4397    Add projective transforms to RandR DIX/DDX API.
4398    
4399    New RRCrtcGetTransform function in DIX that DDX can use to get the pending
4400    transform. The DDX code should be complete; the DIX code is just a stub at
4401    this point.
4402
4403commit 9c7ac47b871a71e42d2f6933749ca462f1a65b40
4404Author: Keith Packard <keithp@keithp.com>
4405Date:   Tue Nov 4 00:10:08 2008 -0800
4406
4407    Notify DRI when crtc regions change
4408    
4409    Drivers that care about crtc positions on the screen to ensure that vblank
4410    works correctly need to be notified when crtcs are changed.
4411    
4412    Provide a hook in the mode setting code that is invoked whenever any
4413    configuration is done to the screen.
4414    
4415    Use this new hook in the DRI code so that DRI clients are notified and
4416    receive updated information.
4417    
4418    Signed-off-by: Keith Packard <keithp@keithp.com>
4419
4420commit 554592cd70543f87cd8bee5ff47cc8281511e041
4421Author: Peter Hutterer <peter.hutterer@redhat.com>
4422Date:   Mon Nov 24 11:50:38 2008 +1000
4423
4424    DGA: silence compiler warning.
4425    
4426    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
4427
4428commit 0dbcbd35f63db14734199a0beb2a91b6937f3838
4429Author: Peter Hutterer <peter.hutterer@redhat.com>
4430Date:   Fri Nov 21 12:02:02 2008 +1000
4431
4432    xfree86: Split the working code of NIDR into new xf86NewInputDevice.
4433    
4434    The xfree86 server previously hat NewInputDeviceRequest and InitInput, and
4435    both basically did the same thing. Reduce NIDR to parameter checking and use
4436    xf86NewInputDevice from both InitInput and NIDR to actually create the device.
4437    
4438    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
4439    Signed-off-by: Daniel Stone <daniel@fooishbar.org>
4440    Signed-off-by: Adam Jackson <ajax@redhat.com>
4441
4442commit e078901a4eca02bd3e7a80d9462dafbca939a187
4443Author: Peter Hutterer <peter.hutterer@redhat.com>
4444Date:   Fri Nov 21 12:39:55 2008 +1000
4445
4446    dix: Enable core devices in InitCoreDevices already.
4447    
4448    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
4449    Signed-off-by: Daniel Stone <daniel@fooishbar.org>
4450    Signed-off-by: Adam Jackson <ajax@redhat.com>
4451
4452commit d939f2482e71ad20bac28b7aa4b2e8c8196e9d65
4453Author: Peter Hutterer <peter.hutterer@redhat.com>
4454Date:   Fri Nov 21 12:21:45 2008 +1000
4455
4456    dix: fix false comment.
4457    
4458    VCP and VCK are always present, this comment is a leftover from earlier MPX
4459    days.
4460    
4461    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
4462
4463commit 387563b77743d92be83420d982eaf57f5459a883
4464Merge: 85f650c f6e01fa
4465Author: Matthieu Herrb <matthieu.herrb@laas.fr>
4466Date:   Sun Nov 23 13:15:46 2008 +0100
4467
4468    Merge branch 'master' of git+ssh://herrb@git.freedesktop.org/git/xorg/xserver
4469
4470commit 85f650c9b76ab2e244f01908a7941c320635becd
4471Author: Matthieu Herrb <matthieu.herrb@laas.fr>
4472Date:   Sun Nov 23 13:14:27 2008 +0100
4473
4474    missing action in if statement.
4475
4476commit f6e01fa1b87ea190ea5ad723ce46893784ea1de4
4477Author: Stefan Dirsch <sndirsch@suse.de>
4478Date:   Sun Nov 23 11:16:03 2008 +0100
4479
4480    Added '-showopts' option to print available driver options (#5564).
4481
4482commit 8964b8d0ec2b7b3b6bf540cd647b14a20e8f64a5
4483Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
4484Date:   Sat Nov 22 14:23:23 2008 -0800
4485
4486    XQuartz: More 1.6 server API updates
4487
4488commit ad0f232165fe1a25ca4fb6da817da02b6ce31779
4489Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
4490Date:   Sat Nov 22 14:04:28 2008 -0800
4491
4492    XQuartz: Fixed --disable-glx
4493
4494commit 8e2287c220694953e972cd5119c2b0cd256b7a30
4495Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
4496Date:   Sat Nov 22 13:57:45 2008 -0800
4497
4498    XQuartz: Updated some code to use newer server API
4499
4500commit 6eb33bc0cb2e62339d323e1f1894015d7e3142f3
4501Author: George Staplin <gstaplin@apple.com>
4502Date:   Sat Nov 22 11:37:08 2008 -0700
4503
4504    XQuartz: GL: Remove the inclusion of glcontextmodes.h.
4505    
4506    Add some commentary about future directions needed for the GLX drawable
4507    creation and destruction code.
4508    
4509    Match xalloc with xfree.
4510    
4511    I made some minor formatting improvements.
4512    (cherry picked from commit b772d64fce31d16b498c621096e39d5203994d6e)
4513
4514commit 429b4b20d5708d608fd55f91dd5bcd4ac0b51a12
4515Author: George Staplin <gstaplin@apple.com>
4516Date:   Sat Nov 22 10:57:58 2008 -0700
4517
4518    XQuartz: GL: Add a branch to prevent a NULL DrawablePtr structure access.
4519    
4520    In attach() check for pDraw being NULL, and also print an ErrorF message,
4521    because we eventually want to track down why this is occuring.
4522    
4523    It's unclear how this occurs, but as I noted in the 1.4 branch, I believe that
4524    the DrawablePtr/struct _Drawable -> id is the member being accessed that causes
4525    KERN_PROTECTION_FAILURE at 0x0000000000000004
4526    
4527    This passes my tests using: env LIBGL_ALWAYS_INDIRECT=1 ./sometest.
4528    
4529    I fixed a warning: caused by initializing the screen->base.visuals with the
4530    configs.  It is a ** not a *.  It seems that some other part of GLX will
4531    initialize this for us.
4532    (cherry picked from commit 17f6a261fca6d5856069dce28bb4838261afc6bc)
4533
4534commit bc0c7075e29b1719409cf7de8a4ab9ae1315aa67
4535Author: Matthieu Herrb <matthieu.herrb@laas.fr>
4536Date:   Sat Nov 22 19:10:09 2008 +0100
4537
4538    Remove the old libusbhid copy from os-support/bsd.
4539    
4540    This has been replaced by in-kernel support for USB mices several
4541    years ago and hasn't been enabled in build since X.Org 6.8.
4542
4543commit 76fcfc480133726112049e5bd9c3082d46825918
4544Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
4545Date:   Fri Nov 21 20:25:55 2008 -0800
4546
4547    XQuartz: GLX: sync up indirect.c to match George's updates in the xorg-server-1.5-apple branch
4548
4549commit 1a717779b67b9c1cdf734eef64135ac38829f726
4550Author: George Staplin <gstaplin@apple.com>
4551Date:   Fri Nov 21 17:28:11 2008 -0700
4552
4553    XQuartz: GL: remove glcontextmodes.* from the Makefile.am.  It has been replaced.
4554    
4555    The new replacement is __GLXconfig.
4556    (cherry picked from commit 3bed9b65c807a1aeb662b8042826cbb54280181d)
4557
4558commit dacad9ae0bdaedff9403fbe84a5c5a4b4eef3542
4559Author: Alan Coopersmith <alan.coopersmith@sun.com>
4560Date:   Fri Nov 21 17:16:22 2008 -0800
4561
4562    Xephyr man page typo fixes.
4563    
4564    Also trailing white space removal to clear git warnings.
4565
4566commit ca64b5949d229a60a3c62b6d29d51873b7694bd6
4567Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
4568Date:   Fri Nov 21 11:20:31 2008 -0800
4569
4570    XQuartz: Don't use LS to find X11.app on Tiger.
4571    (cherry picked from commit e62107e55261ef252a2a24dd26a60e5dd295d560)
4572
4573commit 701f8e3a94d2b659ebcfffd09acd1d66f9e797b8
4574Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
4575Date:   Fri Nov 21 11:08:00 2008 -0800
4576
4577    XQuartz: Update applewm deps
4578    (cherry picked from commit 0ad91c59be8759a9c9e9d4f639056d8c689a3bc5)
4579
4580commit 393325f908f8bd6648e466183f3683a2d80b264e
4581Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
4582Date:   Fri Nov 21 10:57:31 2008 -0800
4583
4584    XQuartz: spewCallStack is noop on Tiger now...
4585    (cherry picked from commit 56c469a68b92c6cf003802f418ea00bd596a41c3)
4586
4587commit 5d47a5d6526b7e52387647a15a580dfcafd1733f
4588Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
4589Date:   Fri Nov 21 10:54:55 2008 -0800
4590
4591    XQuartz: pbproxy: Added some typedefs for types not available on Tiger
4592    (cherry picked from commit 0947aa7911f1de44bfe16e505a757b659c5ab2a8)
4593
4594commit b262788401715787c68cea4ca79f4b270307afee
4595Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
4596Date:   Fri Nov 21 10:53:39 2008 -0800
4597
4598    XQuartz: More Tiger ifdefs
4599    (cherry picked from commit 803509072f2c039e5cd555c4ac14d672f0e698c5)
4600
4601commit 510744444329170f702d31d43997a6bbc1591b44
4602Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
4603Date:   Fri Nov 21 10:44:11 2008 -0800
4604
4605    XQuartz: Resurrect the old audio path for Tiger
4606    (cherry picked from commit a61a8d9047e8765faf3892f4f2148c8553fd192c)
4607
4608commit d7ee76f9dd84da05b59591a971b96bf990136767
4609Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
4610Date:   Wed Nov 19 11:42:59 2008 -0800
4611
4612    XQuartz: pbproxy: Push the pbproxy Xevent processing into its own thread
4613    and just have the AppKit thread wake it up.
4614    (cherry picked from commit 799715b8f3327c8da59ab45706e85af2d2c438e4)
4615
4616commit a9e20306fbe3262602f21b876a52a1ef38cdf20a
4617Author: Egbert Eich <eich@ovid.suse.de>
4618Date:   Fri Nov 21 18:50:01 2008 +0100
4619
4620    int10: Do an mprotect(..,PROT_EXEC) on shmat()ed memory ranges.
4621    
4622    When the linux kernel sets the NX bit vm86 segfaults when it tries to execute
4623    code in memory that is not marked EXEC. Such code gets called whenever
4624    we return from a VBIOS call to signal the calling program that the call
4625    is actually finished and that we are not trapping for other reasons (like
4626    IO accesses).
4627    Use mprotect(2) to set these memory ranges PROT_EXEC.
4628
4629commit a54153e669fd293a47f0077bf25505dd545ddce2
4630Author: Rémi Cardona <remi@gentoo.org>
4631Date:   Fri Nov 21 16:39:00 2008 +0100
4632
4633    xfree86: don't reset Auto(Add|Enable)Devices, use defaults from xf86Globals
4634    
4635    Without this, commit ace38fafb062372dcd3d56378b5b8f86525c6241 is useless
4636    when HAL support is disabled.
4637    
4638    Signed-off-by: Julien Cristau <jcristau@debian.org>
4639
4640commit 6a1b2fed7e465a9c652e8ee250b8eab440945862
4641Author: Matthieu Herrb <matthieu.herrb@laas.fr>
4642Date:   Sun Sep 28 12:18:16 2008 +0200
4643
4644    Add a man page for Xephyr, with information from the README file.
4645
4646commit 10d472bf9d61bef32d0a383b2e3783e7a1d7621f
4647Author: Matthieu Herrb <matthieu.herrb@laas.fr>
4648Date:   Mon May 19 05:15:30 2008 +0200
4649
4650    Support for BSD apm
4651    XXX check amd64 pci init
4652
4653commit f4e725f248870a2de10449cc8f53de32e7840d45
4654Author: Peter Hutterer <peter.hutterer@redhat.com>
4655Date:   Thu Nov 20 13:51:15 2008 +1000
4656
4657    dix: memset DeviceVelocityPtr to zero.
4658    
4659    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
4660    Signed-off-by: Adam Jackson <ajax@redhat.com>
4661
4662commit 7f818776b7a19bd6100596d327ecaa69be317bc6
4663Author: Simon Thum <simon.thum@gmx.de>
4664Date:   Wed Nov 19 15:05:50 2008 +1000
4665
4666    dix: fix typos in comments, one formatting fix.
4667    
4668    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
4669
4670commit 037ec5a3c496b07f885a128828ef804b3aa8eee2
4671Author: Peter Hutterer <peter.hutterer@redhat.com>
4672Date:   Wed Nov 19 15:12:04 2008 +1000
4673
4674    gitignore: ignore .patch files
4675
4676commit ace38fafb062372dcd3d56378b5b8f86525c6241
4677Author: Peter Hutterer <peter.hutterer@redhat.com>
4678Date:   Tue Nov 18 08:19:45 2008 +1000
4679
4680    xfree86: without CONFIG_HAL, Auto{Add|Enable}Devices and AEI is false.
4681    
4682    There's little chance that we'll get the input devices at runtime without HAL,
4683    we might as well force the server to add mouse/kbd devices automatically -
4684    just like in the olden days.
4685    
4686    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
4687
4688commit 1cd894173ee7fa3d1a78d330c12453ea53e7b908
4689Author: Alan Coopersmith <alan.coopersmith@sun.com>
4690Date:   Wed Nov 19 13:44:26 2008 -0800
4691
4692    Always use server-<display>.xkm to avoid races when multiple servers start
4693    
4694    Previously each server starting ran xkbcomp with the output set to
4695    <keymapname>.xkm, read it, then deleted it - which led to races if
4696    two servers were starting at the same time with the same keymap.
4697    
4698    Sun bug #6773816 Xorg uses the same xkm output file for compiled keymap file
4699      <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6773816>
4700
4701commit 1e4412abc499b9938bbac8a3ecd82f7f12d448d9
4702Author: Rémi Cardona <remi.cardona@lri.fr>
4703Date:   Mon Nov 17 09:56:49 2008 +0100
4704
4705    drop unused HAVE_LIBDRM_2_2
4706    
4707    Signed-off-by: Julien Cristau <jcristau@debian.org>
4708
4709commit c4ec71b405fcb5132d5089e3f8dd7b00c235265a
4710Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
4711Date:   Sun Nov 16 17:57:46 2008 -0800
4712
4713    XQuartz: pbproxy: nuke RCS Id, update header license/copyright
4714    (cherry picked from commit 477c6968a88429bb9c10222a5836bdc936d10ab1)
4715
4716commit 42f330cf9ef44aea7428a67d282dfb1a60196e55
4717Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
4718Date:   Sun Nov 16 10:42:03 2008 -0800
4719
4720    XQuartz: pbproxy: Remove thread-main.m
4721    
4722    it got accidently added and isn't used.
4723    (cherry picked from commit cb6ffce68a2d10022fa92725d2d1837da4b3b89f)
4724
4725commit 19aac4274bbac55ce944acfaf3274a4403fe392e
4726Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
4727Date:   Wed Nov 19 10:55:29 2008 -0800
4728
4729    mi: Push screen-saver/DPMS handling to after the EQ pop operation.
4730    
4731    This way we on't need to hold the mutex during the dixSaveScreens() call.
4732    
4733    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
4734    Signed-off-by: Tiago Vignatti <vignatti@c3sl.ufpr.br>
4735    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
4736
4737commit 56d1793c435abbaababab031860f1160f09fff06
4738Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
4739Date:   Wed Nov 19 10:54:57 2008 -0800
4740
4741    mi: Only increment tail (push) when the event data is actually in the queue
4742    
4743    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
4744    Signed-off-by: Tiago Vignatti <vignatti@c3sl.ufpr.br>
4745    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
4746
4747commit 570835b9a89187a36e08defbccc56051bb349b52
4748Author: Alan Coopersmith <alan.coopersmith@sun.com>
4749Date:   Wed Nov 19 10:19:20 2008 -0800
4750
4751    Use bsd_pci stub routines on Solaris too, since we use pciaccess for real work
4752    
4753    Depends on commit 70e18a3b6b9d52169bca650f6cd4ef5d8ab40d95 to get
4754    definition of xf86InitVidMem on Solaris.
4755
4756commit 3932a848572f4eaf8b7f1d91d9b74aeafab069a2
4757Author: Keith Packard <keithp@keithp.com>
4758Date:   Tue Nov 18 14:21:01 2008 -0500
4759
4760    Xinput: use floats for ConstantDeceleration and AdaptiveDeceleration
4761    
4762    These values need not be constrained to integer values.
4763    
4764    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
4765    Signed-off-by: Adam Jackson <ajax@redhat.com>
4766
4767commit 08cd361234ed0410f67342f46ae01120c4fe3331
4768Author: Dave Airlie <airlied@redhat.com>
4769Date:   Mon Nov 17 10:28:48 2008 +1000
4770
4771    exa: avoid doing prepare/done without intervening copies in exaFillRegionTiled
4772    
4773    This does a precursor check to make sure the copies are required before
4774    entering the prepare/done code.
4775
4776commit 8f8a9c19ad58768b07461a3f4bccea98f7c4f958
4777Author: Dave Airlie <airlied@redhat.com>
4778Date:   Mon Nov 17 10:24:39 2008 +1000
4779
4780    EXA: avoid copy operations if no boxes in use
4781    
4782    Simple fix for now, I'm sure damage shouldn't be calling us with nbox = 0.
4783
4784commit 03f7a66a1ae3f522a49bcc783066d53d69c97262
4785Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
4786Date:   Sat Nov 15 19:45:49 2008 -0800
4787
4788    XQuartz: Don't use TIS on Tiger...
4789    (cherry picked from commit be8ac84c15e7e76c581b9e75cda74139394aa4c7)
4790
4791commit e8112784e8ef80a96ed54eca7e148b424001a38f
4792Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
4793Date:   Sat Nov 15 19:52:34 2008 -0800
4794
4795    XQuartz: Integrated xpbproxy into the server.
4796    
4797    Added a configure option called --enable-standalone-xpbproxy which is useful for deveoping xpbproxy.
4798    The 'active' switch in preferences just disables the in-server xpbproxy (not this standalone).
4799    (cherry picked from commit 42944936326ef8732f622db9f75b79a92980550d)
4800
4801commit 24928b85dc996c8d0a052ddf383df25718ee5305
4802Author: Michel Dänzer <michel@tungstengraphics.com>
4803Date:   Sat Nov 15 13:28:53 2008 +0100
4804
4805    DRI2: Don't crash in DRI2ClipNotify when DRI2DrawablePtr is NULL.
4806
4807commit e5271c374715dd4e9a724ab3e5f77108d4ce8c23
4808Author: Michel Dänzer <michel@tungstengraphics.com>
4809Date:   Sat Nov 15 13:27:42 2008 +0100
4810
4811    Set libdrm flags correctly even when only DRI2 is enabled.
4812
4813commit bc4f804cd86497655f6765b0954e64dc959939e3
4814Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
4815Date:   Fri Nov 14 15:13:22 2008 -0800
4816
4817    XQuartz: Actually add glcontextmodes.[hc]
4818    (cherry picked from commit 763195d338345e3637d112279bdbe002b6e7791a)
4819
4820commit aedafbea0e1c7bc780ebe7ae878f62525769aca8
4821Author: Ben Byer <bbyer@apple.com>
4822Date:   Mon Mar 31 20:21:24 2008 -0700
4823
4824    fix compilation on systems that don't have
4825    XP_EVENT_SPACE_CHANGED defined
4826    (cherry picked from commit 6e833e41e2f3a84f7e5164b918737b3975517c12)
4827
4828commit b0789365719f48c0b477b4703f2072f932246b76
4829Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
4830Date:   Fri Nov 14 14:57:09 2008 -0800
4831
4832    XQuartz: Initial work on readding GLX to the 1.5 server
4833    (cherry picked from commit a186cab6ae82340770c13b37ff5df731ce2a0ceb)
4834
4835commit 1d7049f8fd3c0798250b9213149d3ce0b37ab77f
4836Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
4837Date:   Thu Nov 13 12:45:35 2008 -0800
4838
4839    Xquartz: Force sending mouse clicks to AppKit if we're over the menu bar
4840    (cherry picked from commit 7dff93ec1ac92aeaf3b70d5cfe787fa4a28c0dba)
4841
4842commit 3c124832642f1ec3228a57bea3d1eda68a188ff3
4843Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
4844Date:   Wed Aug 20 10:37:17 2008 -0700
4845
4846    XQuartz: Made X11Application.m a little more tidy.
4847    (cherry picked from commit 3520386261b838196a8918e8bee16bdccbc9781d)
4848
4849commit e917806fc556c2054b2835c8f85770b554c78092
4850Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
4851Date:   Fri Nov 14 10:56:21 2008 -0800
4852
4853    os/connection: TRANS_NOXAUTH bit comparison brainfart fix.
4854    
4855    https://bugs.freedesktop.org/show_bug.cgi?id=18524
4856
4857commit 17bccff4ce905f46c074fd8ee7c6567b1371a0a1
4858Author: Fernando Carrijo <fcarrijo@yahoo.com.br>
4859Date:   Fri Nov 14 12:36:20 2008 -0500
4860
4861    [dix] Remove a duplicate statement.
4862    
4863    Signed-off-by: James Cloos <cloos@jhcloos.com>
4864
4865commit ba4e08244ed3923eecf26842dfc1df17c696e053
4866Merge: 81fd17f 5bad5d2
4867Author: Alex Deucher <alexdeucher@gmail.com>
4868Date:   Thu Nov 13 15:04:18 2008 -0500
4869
4870    Merge branch 'master' of git+ssh://agd5f@git.freedesktop.org/git/xorg/./xserver
4871
4872commit 81fd17f5f49cdd2c10d0bf3b7ddeb8b5953886a5
4873Author: Alex Deucher <alexdeucher@gmail.com>
4874Date:   Thu Nov 13 15:00:30 2008 -0500
4875
4876    Only add default modes if EDID supports continuous-frequency
4877    
4878    When an EDID is present, only add the default mode pool if the
4879    continuous-frequency bit is set in the EDID.  Should fix bugs
4880    like 18512.
4881
4882commit c232f3d673fb00d7fceb8e82741349d64e5ac0ad
4883Author: Adam Jackson <ajax@nwnk.net>
4884Date:   Thu Nov 13 14:58:21 2008 -0500
4885
4886    xf86TargetExact should try harder if there's only one monitor attached.
4887    
4888    If there's no preferred mode, but only one monitor, pick the
4889    biggest mode for its aspect ratio, assuming one exists.
4890
4891commit 5bad5d2abea2f51cbf53dc8dd016e90ccb086220
4892Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
4893Date:   Thu Nov 13 11:32:40 2008 -0800
4894
4895    XQuartz: Fixed XBell() when not using system alert.
4896    (cherry picked from commit aa0e9ab1c7a226cdcb3c5e62be159355a290faf8)
4897
4898commit 0fca8588a238c91580b305c3671567e910150a02
4899Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
4900Date:   Thu Nov 13 11:10:15 2008 -0800
4901
4902    XQuartz: Added more debugging to handoff spew
4903    (cherry picked from commit acefa7e3c8706ffedc052effd50b36ce10e72c22)
4904
4905commit 47d38218706564d1437dc3ff9d1bba3511db063c
4906Author: George Staplin <gstaplin@apple.com>
4907Date:   Wed Nov 12 17:17:25 2008 -0700
4908
4909    XQuartz: GL: Handle the alpha differently when the alpha is equal to GLCAPS_COLOR_BUF_INVALID_VALUE.
4910    
4911    This prevents visuals with odd sizes.  The machine I use didn't have
4912    this problem, but it shows up on some others.
4913    (cherry picked from commit ed181382ddeb77019577d39b9c06b1cd839e18e4)
4914
4915commit 6b501d7cc55f1d06966cdf3caf36bcfc6cf18939
4916Author: Alex Deucher <alexdeucher@gmail.com>
4917Date:   Thu Nov 13 13:57:30 2008 -0500
4918
4919    Add missing newline when printing edid info
4920
4921commit 33edd32702d963802e64d382124eabb9d0352fa8
4922Author: George Staplin <gstaplin@apple.com>
4923Date:   Sun Nov 9 18:35:10 2008 -0700
4924
4925    XQuartz: Disable 2 calls to miSetVisualTypesAndMasks that seem to be unnecessary, and possibly wrong (with regard to masks and bits per RGB).
4926    
4927    Use the settings queried from the system in xprScreen.c, rather than those 2 calls.
4928    
4929    The 2 calls increased the total number of visuals a great deal (when using GLXEXT),
4930    and not all of the visuals were usable with GLX.  Some of the visuals aren't usable
4931    with GLX still, such as DirectColor, but that seems to be acceptable based on my
4932    understanding of the manual that states "a subset of visuals are made available
4933    for OpenGL rendering."
4934    (cherry picked from commit 373b8a5f32509722e06d8776109e6c3f06645ee0)
4935
4936commit 1523476afa6657c20eba112e3ee051d45e721164
4937Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
4938Date:   Sat Nov 8 23:32:40 2008 -0800
4939
4940    XQuartz: CFBundleShortVersionString needs to conform to X.Y.Z as well... sigh
4941    (cherry picked from commit 54d20f6d33c347bcb37a0a8287c2d92fed2b9092)
4942
4943commit 1f301a0051d65296189248b2529616d9b33276b3
4944Author: George Staplin <gstaplin@apple.com>
4945Date:   Thu Nov 13 01:27:33 2008 -0700
4946
4947    XQuartz: Restore the logic of AppleWMDoReorderWindow to the same as the 1.4 branch.
4948    
4949    It was returning inverted values in comparison to the 1.4 branch.  This resulted in
4950    the windows not drawing due to a deep path of: RootlessReorderWindow ->
4951    SCREENREC(pScreen)->imp->DoReorderWindow(winRec) - > xprDoReorderWindow ->
4952    AppleWMDoReorderWindow.
4953    (cherry picked from commit d1d398db762fe7d5720f9b5fafa2bbe8372fceac)
4954
4955commit f5841e96487234df5ead5f5c0fb3c587c418cb46
4956Author: Peter Hutterer <peter.hutterer@redhat.com>
4957Date:   Tue Nov 11 22:50:35 2008 +1000
4958
4959    dix: don't store enter/leave and focus semaphores in a devPrivate.
4960    
4961    We need them for each window, every time a window is allocated. Storing them
4962    in a devPrivate is the wrong thing to do.
4963    
4964    This also removes the unused ENTER_LEAVE_SEMAPHORE_ISSET macro.
4965    
4966    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
4967    Signed-off-by: Daniel Stone <daniel@fooishbar.org>
4968
4969commit 26f701704b4e536cd91bd8a9f7d2194793471998
4970Author: Peter Hutterer <peter.hutterer@redhat.com>
4971Date:   Wed Nov 12 16:53:29 2008 +1000
4972
4973    dix: remove duplicate line in EnterLeaveEvent.
4974    
4975    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
4976
4977commit 8ff62ea5ba1bc331c886840b2b1e101cb4f2ebed
4978Author: Kristian Høgsberg <krh@redhat.com>
4979Date:   Wed Nov 12 15:19:09 2008 -0500
4980
4981    CopySubBuffer expects GL style coordinates.
4982
4983commit d91243beb63008fff2ce6affa7db091786e8c49a
4984Author: Peter Hutterer <peter.hutterer@redhat.com>
4985Date:   Fri Nov 7 08:39:38 2008 +1030
4986
4987    dix: formatting fix.
4988
4989commit dde09076c5c0c36a4a9321cd23a2c7922c4c755b
4990Author: Peter Hutterer <peter.hutterer@redhat.com>
4991Date:   Wed Nov 5 12:52:03 2008 +1030
4992
4993    dix: remove superfluous variable devgrab
4994    
4995    grab == devgrab anyway, this is a leftover from the time when we had two
4996    different grabs per device (core and XI grab).
4997    
4998    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
4999
5000commit fc3e8bfb82323477b54181c6d546c90f53f1ebd8
5001Author: Peter Hutterer <peter.hutterer@redhat.com>
5002Date:   Tue Nov 4 15:27:30 2008 +1030
5003
5004    mi: clean up mieqProcessInputEvents, copy all events before processing.
5005    
5006    Copy the EventRec's information into local variables before processing them,
5007    this should make it safer for upcoming threading and also makes it easier to
5008    read.
5009    
5010    Simplify the event allocation code from the abyss it was before.
5011    
5012    This also fixes a potential bug where a custom handler could scramble the
5013    event before the same -now scrambled- event was then passed through the
5014    master's custom event handler.
5015    
5016    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
5017
5018commit 31005efb1bb6be5a892ff905f754109dc3fa8fe6
5019Author: Fernando Carrijo <fcarrijo@yahoo.com.br>
5020Date:   Mon Nov 10 13:23:45 2008 -0500
5021
5022    input: Remove useless conditional.
5023
5024commit 24383056d0513cc588cee5cee78f1cba2c0fbe89
5025Author: James Cloos <cloos@jhcloos.com>
5026Date:   Sat Nov 8 13:04:20 2008 -0500
5027
5028    Don’t recommend fixing HAL if HAL support is disabled.
5029    
5030    As reported in http://bugs.freedesktop.org/show_bug.cgi?id=18438
5031    the server suggests reconfiguring HAL if AllowEmptyInput is enabled
5032    and no input devices are known.
5033    
5034    Instead of that notice, if HAL is disabled at configure time,
5035    AllowEmptyInput is enabled in the config and no input devices are
5036    found report those facts and recommend disabling AllowEmptyInput.
5037
5038commit b3c7e62664457a3802ebc23785446051624a8c2f
5039Author: James Cloos <cloos@jhcloos.com>
5040Date:   Sat Nov 8 12:18:13 2008 -0500
5041
5042    Remove some null statements.
5043    
5044    Remove several doubled statement-terminal semicolons.
5045    
5046    Reported by Fernando Carrijo.
5047
5048commit 21c116219cd5c6845a0955f2d88fdb5fab5c17cf
5049Author: Michel Dänzer <michel@tungstengraphics.com>
5050Date:   Sat Nov 8 01:25:14 2008 +0100
5051
5052    Fix typos which caused exaCompositeRects() to use an incorrect damage region.
5053    
5054    Fixes http://bugs.freedesktop.org/show_bug.cgi?id=18065 .
5055    
5056    Also, it can bail if either width or height of the bounding box is <= 0, not
5057    only if both of them are.
5058
5059commit 59f9fb4b8c031df69b3592a26b77e744ff4a556e
5060Author: Luc Verhaegen <libv@skynet.be>
5061Date:   Fri Nov 7 19:11:11 2008 +0100
5062
5063    XAA PixmapOps: Sync before accessing unwrapped callbacks.
5064    
5065    When using any XAAPixmapOps, we call into unknown but freshly
5066    unwrapped callbacks (like fb ones). Unlike the XAA*Fallback calls,
5067    we did so without syncing first, exposing us to all kinds of
5068    synchronisation issues.
5069    
5070    I believe that the rendering errors appeared now because *PaintWindow
5071    vanished (e4d11e58), and we just use miPaintWindow instead. This
5072    takes a less direct route to the hw and ends up at
5073    PolyFillRectPixmap, which very often left drawing artifacts.
5074    
5075    We now sync accordingly, and no longer get the rendering artifacts i
5076    was methodically reproducing on radeonhd, radeon, unichrome...
5077    
5078    Also, in order to allow driver authors to remove extensive syncing
5079    or flushing to hide this issue, create XAA_VERSION_ defines, put
5080    them in xaa.h and bump the patchlevel.
5081    
5082    (novell bug #435791)
5083
5084commit 991c88b7542164194be73573e7644164416ea90c
5085Author: Julien Cristau <jcristau@debian.org>
5086Date:   Fri Nov 7 17:36:38 2008 +0100
5087
5088    xfree86: xf86SetDepthBpp needs to respect the driver's depth24flags
5089    
5090    When setting the depth to 24, leave bpp unset so the logic to pick
5091    a supported value is used instead of ignoring the driver's preference
5092    and forcing 32 bpp.
5093
5094commit d3d6be4948fa19947fd3b03e6694247109cc0ffb
5095Author: Julien Cristau <jcristau@debian.org>
5096Date:   Fri Nov 7 18:36:00 2008 +0100
5097
5098    mi: Fix infinite loop on regen when swrast_dri.so is missing
5099    
5100    The swrast DRI provider gets pushed on the glx provider stack at every
5101    server generation, so the stack turns into a circular list on regen.
5102    
5103    X.Org bug#18388 <https://bugs.freedesktop.org/show_bug.cgi?id=18388>
5104
5105commit f59352881f315a634f60c9aac885b2764b28b167
5106Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
5107Date:   Thu Nov 6 14:41:55 2008 -0800
5108
5109    XQuartz: Make LS parse our version properly... it didn't like our CFBundleVersion
5110    (cherry picked from commit 980df1b4ff7d4dab9dc1462dc086542265b1fb1b)
5111
5112commit b4ca9dc2393ace2415163094b916f0d17ecba9ee
5113Author: Alan Coopersmith <alan.coopersmith@sun.com>
5114Date:   Wed Nov 5 21:58:04 2008 -0800
5115
5116    When HAL returns a NULL property, print "(null)" instead of a NULL pointer
5117    
5118    They've promised to fix Solaris printf soon to check for NULL pointers
5119    instead of segfaulting, but that won't help people on existing releases.
5120
5121commit 13d06f5aaf6120c902a323649615c1ce3d1b5359
5122Author: George Peter Staplin <gps@Georges-Workstation.local>
5123Date:   Tue Nov 4 12:53:12 2008 -0700
5124
5125    XQuartz: GL: Add capability detection for depth buffers, and multisampling.
5126    
5127    GL/capabilities.c: Add handleDepthModes(), and extend
5128    handleRendererDescription() for the various depth and multisampling flags.
5129    
5130    Add initialization of the new config options to initConfig().
5131    
5132    GL/capabilities.h: Add depth and multisample config members.
5133    
5134    GL/visualConfigs.c: Add depth and multisampling support to the visual config
5135    setup.
5136    (cherry picked from commit f527381eea6a8ae6cd791475b2060d21fcf8efb2)
5137
5138commit 34bb06b292dc8b07d8602941aab3e69a73811314
5139Author: George Peter Staplin <gps@Georges-Workstation.local>
5140Date:   Mon Nov 3 19:52:48 2008 -0700
5141
5142    XQuartz: GL: Work around problems with really deep visuals.
5143    
5144    GL/capabilities.c: #if 0 (for now) any capabilities above 8 bits per channel,
5145    because they introduce drawing problems.
5146    
5147    GL/indirect.c: Comment out some visual setup code that shouldn't be running, and
5148    actually seemed to cause some problems.  The current visualConfigs.c code seems
5149    to do a reasonable job of setting up visuals for XQuartz.
5150    
5151    GL/visualConfigs.c: Make use of the proper visual .class.   Eliminate depth 0.
5152    It seems we really just want 24 for now, and 0 I think was a flaw in the original
5153    code.
5154    (cherry picked from commit 1e5f63f15e13a40a6e69a1505934d10d6990b6a2)
5155
5156commit 39e82a9b1250b23768136f3c397377a97f8b908c
5157Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
5158Date:   Sun Nov 2 15:52:22 2008 -0800
5159
5160    XQuartz: Replace deprecated API usage thanks to Robery Murphy
5161    (cherry picked from commit 71dd052412400362793f2f0c7c02bf4f4309738c)
5162
5163commit b4db46320a437ba8894cb8cfd4ee3abdcc894b01
5164Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
5165Date:   Fri Oct 31 20:18:27 2008 -0700
5166
5167    XQuartz: version string updated for 2.3.2_beta3
5168    (cherry picked from commit 81bb4128570b44d779126a8dffcd3c5620747383)
5169
5170commit c9051b684b524549eab6d5b88ee3e195a6f6fbe8
5171Author: Alan Coopersmith <alan.coopersmith@sun.com>
5172Date:   Wed Nov 5 18:25:57 2008 -0800
5173
5174    Use OsSignal in Popen/Pclose to avoid SysV signal() stupidity
5175
5176commit d63ea510138c8b6de66184c78cda39ed9981fc1f
5177Author: Alan Coopersmith <alan.coopersmith@sun.com>
5178Date:   Wed Nov 5 14:52:29 2008 -0800
5179
5180    Non-Linux OS'es should default to kbd driver, not now-dead keyboard driver
5181
5182commit 446d9443cea31e493d05c939d0128a8116788468
5183Author: Adam Jackson <ajax@redhat.com>
5184Date:   Wed Nov 5 11:51:06 2008 -0500
5185
5186    linux: Drain the console fd of data when using evdev for keyboards
5187    
5188    Works around a silly bug in the kernel that causes wakeup storms after
5189    too many keypresses.  Should fix the kernel bug too, but this at least
5190    keeps the idle wakeup count below 1000/sec.
5191
5192commit 6d21fbf00648307208146aca0837ec63ea490659
5193Author: Adam Jackson <ajax@redhat.com>
5194Date:   Wed Nov 5 11:39:46 2008 -0500
5195
5196    kdrive: Bye bye Xvesa
5197
5198commit 9a874a71a791c6110fd57b8a5c083f777a446d0f
5199Author: Egbert Eich <eich@freedesktop.org>
5200Date:   Tue Nov 4 21:31:27 2008 +0100
5201
5202    DDX/RandR: When positioning outputs assume width/height = 0 if no modes exist.
5203    
5204    When a user specifies the position of an output for which no modes exist
5205    (for whatever reason) assume that the width and height of this output
5206    is 0. The result will be the same as if this output isn't taken into
5207    consideration at all and thus should be sane. It will prevent a segfault
5208    when trying to determine the width and height of a non-existent mode.
5209
5210commit a4d62bbf215894bad8e19d99f7330c637d3d49e3
5211Author: Michel Dänzer <michel@tungstengraphics.com>
5212Date:   Tue Nov 4 11:27:53 2008 +0100
5213
5214    AIGLX: Reinstate call to driver texOffsetFinish hook.
5215    
5216    It was accidentally lost when factoring out __glXDRIdoReleaseTexImage, so this
5217    is a regression fix and should probably be backported to server-1.5-branch.
5218
5219commit 27f1ad466cd9662d638f4a8e59beafc32a8b2a8f
5220Author: Michel Dänzer <michel@tungstengraphics.com>
5221Date:   Tue Nov 4 11:26:03 2008 +0100
5222
5223    AIGLX: Don't truncate offset returned by driver texOffsetStart hook on 32 bit.
5224
5225commit de1a8b68eb10c39a0d4a197107d68d7cc009edb2
5226Author: Peter Hutterer <peter.hutterer@redhat.com>
5227Date:   Mon Nov 3 11:30:48 2008 +1030
5228
5229    xkb: extract the correct device in XkbFilterEvents.
5230    
5231    If the event is an XI event, we need to work on the correct device, not on
5232    the VCK.
5233    
5234    Adds XIGetDevice(event) function to extract the device from an event.
5235
5236commit d97239956667f8181f30271759573b75bf455fbb
5237Author: Peter Hutterer <peter.hutterer@redhat.com>
5238Date:   Fri Oct 31 16:40:41 2008 +1030
5239
5240    Purge device-based WindowAccess code.
5241    
5242    Really, this was a bad idea. It's not security, the UI features that would
5243    have been cool (e.g. clicking through windows) aren't implemented anyway, and
5244    there's nothing you can't achieve just by using plain XI anyway.
5245    
5246    Requires inputproto 1.9.99.6.
5247
5248commit cbc6f983959595aa21c9dd72fac6a7070a650ef7
5249Author: Peter Hutterer <peter.hutterer@redhat.com>
5250Date:   Fri Oct 31 14:36:48 2008 +1030
5251
5252    xkb: when faking mouse button events, fake them on the correct devices.
5253    
5254    When MouseKeys are activated, keyboard devices may generate fake mouse button
5255    events through XKB. Let's get then running through the appropriate paths, i.e.
5256    as XI events on the correct device.
5257    
5258    To make matters more fun, ProcessOtherEvents drops events if the DIX device
5259    state cannot be updated accordingly, i.e. all button events from keyboard
5260    devices.
5261    Hence we need to get the paired MD for the device in XkbDDXFakeDeviceButton,
5262    and post the event through the paired MD (usually the VCP).
5263    
5264    Removes now-unused ddxFakeBtn.c.
5265    
5266    Note: this patch only half-arsedly fixed button events, motion events are a
5267    more complicated matter.
5268
5269commit 4971315296cbf868dd738c1c0c1c504fcfe1b619
5270Author: Peter Hutterer <peter.hutterer@redhat.com>
5271Date:   Mon Nov 3 17:47:36 2008 +1030
5272
5273    dix: clean up GetPointerEvents and GetKeyboardValuatorEvents.
5274    
5275    Split into several functions, remove some stale comments.
5276    
5277    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
5278
5279commit 6bb0e0a53656db6168a053fb51b242a8640c1461
5280Author: Peter Hutterer <peter.hutterer@redhat.com>
5281Date:   Fri Oct 24 16:22:09 2008 +1030
5282
5283    xnest: I'm sure xfree works fine, even if we're 64 bit.
5284    
5285    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
5286
5287commit 67b7e06c4fa4e8dafb64d9f3eb976836d0cc5889
5288Author: Daniel Stone <daniel@fooishbar.org>
5289Date:   Fri Apr 25 19:39:48 2008 +0300
5290
5291    XKB: Remove pointless macros
5292    
5293    These weren't even being used, which isn't overly surprising, given that
5294    they were already in the struct.
5295    
5296    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
5297
5298commit d9ff20e323ba9fb309629ac21946e85709625589
5299Author: Daniel Stone <daniel@fooishbar.org>
5300Date:   Thu Oct 23 16:48:15 2008 +1030
5301
5302    DIX: Remove unnecessary prototype
5303    
5304    We don't call XkbCopyKeymap from getevents.c anymore, so axe it.
5305    
5306    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
5307
5308commit 064ee458c7183eb91ef2e0f262b312ba1e3ad6e5
5309Author: Daniel Stone <daniel@fooishbar.org>
5310Date:   Sat Aug 9 15:54:56 2008 +0300
5311
5312    XKB: Tiny cleanups to _XkbLookupAnyDevice
5313    
5314    A couple of coding style cleanups, a warning fix via removing a
5315    now-unused label, and also put an else so we don't spuriously trip a
5316    condition that should admittedly never occur anyway.
5317    
5318    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
5319
5320commit 97c9e6a7139e07a0761be05034fae42fcd65ba36
5321Author: Daniel Stone <daniel@fooishbar.org>
5322Date:   Fri Mar 28 17:10:28 2008 +0200
5323
5324    XKB: Fix thinko, causing warning (erroneously fixed in 5544c51447)
5325    
5326    newTypes is a local variable which always has an address.  newTypesIn,
5327    on the other hand, might be sus.
5328    
5329    See also 5544c51447f551dfc6df64438873a7ce64743976.
5330    
5331    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
5332
5333commit caf1e6a1c92a2e70de9159f93d6f5b48c202dd81
5334Author: Daniel Stone <daniel@fooishbar.org>
5335Date:   Tue Mar 18 10:05:00 2008 +0200
5336
5337    XKB: Move XKBrules.h to the server too
5338    
5339    Get our own local copy of this, so we don't have to define XKB_IN_SERVER
5340    anymore.
5341    
5342    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
5343
5344commit f4036f6ace5f770f0fe6a6e3dc3749051a81325a
5345Author: Daniel Stone <daniel@fooishbar.org>
5346Date:   Wed Oct 22 22:40:44 2008 +1030
5347
5348    Remove XEvIE
5349    
5350    It's unmaintained and has been broken for quite a while; MPX finally
5351    smashed it completely.
5352    
5353    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
5354
5355commit 8c3753a0b711b5708b61f64ab4010ca01608d679
5356Author: Daniel Stone <daniel@fooishbar.org>
5357Date:   Wed Oct 22 22:29:54 2008 +1030
5358
5359    A bit of whitespace cleanup in include directives.
5360    
5361    It's #include <foo>, not # include <foo>
5362    
5363    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
5364
5365commit 889a8dc02bbd3926eaf16dce8f844dc58558e982
5366Author: Daniel Stone <daniel@fooishbar.org>
5367Date:   Wed Oct 22 22:29:54 2008 +1030
5368
5369    Xi: XINPUT has been mandatory for ages
5370    
5371    Ditch all #ifdef XINPUT, since it's always built.
5372    
5373    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
5374
5375commit 4cf2f4172abc4bf848c1726e6dac535713e08f0b
5376Author: Adam Jackson <ajax@redhat.com>
5377Date:   Mon Nov 3 12:50:28 2008 -0500
5378
5379    Add xf86MonitorIsHDMI() helper.
5380
5381commit a7951a4dad902edea76a5cd68f833f0e48ae804b
5382Author: Michel Dänzer <michel@tungstengraphics.com>
5383Date:   Mon Nov 3 10:00:54 2008 +0100
5384
5385    AIGLX: Allow 2D driver to prevent zero-copy texturing of a pixmap.
5386    
5387    The driver can return ~0ULL to achieve this, e.g. if the pixmap doesn't fit
5388    into offscreen storage or if its pixel format isn't supported by the 3D engine
5389    for texturing.
5390    
5391    See http://bugs.freedesktop.org/show_bug.cgi?id=17723 or
5392    http://bugs.freedesktop.org/show_bug.cgi?id=12385 .
5393
5394commit f8af66ddb21b4fb1ae5b4f7f852418ca7b0e7aec
5395Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
5396Date:   Fri Oct 31 20:03:34 2008 -0700
5397
5398    XQuartz: Add option to allow access to the menu in fullscreen mode
5399    (cherry picked from commit 637a9f4bd1ff2b55c870a08ead4940df0f9818e5)
5400
5401commit c5086badf0387d4d5af10882de90a1faa180550f
5402Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
5403Date:   Fri Oct 31 18:58:57 2008 -0700
5404
5405    XQuartz: LP64 related casting fixes from Bob Murphy
5406    (cherry picked from commit ea71710aaa7166ab510abe70f2dc47942de0ead7)
5407
5408commit 20239a4deebccc9f86586ef6b8ef61311a6fa6a0
5409Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
5410Date:   Fri Oct 31 18:58:25 2008 -0700
5411
5412    Rootless: LP64 related casting fixes from Bob Murphy
5413    (cherry picked from commit 40441c4e31167932721a79d7ca572caaa1d36e72)
5414
5415commit ecd55bc859eb5d7c639d5a6d531d9df524124247
5416Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
5417Date:   Fri Oct 31 15:10:34 2008 -0700
5418
5419    XQuartz: displayScreenBounds uses quartzEnableRootless rather than !quartzHasRoot
5420    (cherry picked from commit c883a78ef0c2e7e29437881db85d3815a89ab874)
5421
5422commit 4e762b8aa37b588e6cffcdd4a0152090190005e2
5423Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
5424Date:   Fri Oct 31 14:39:54 2008 -0700
5425
5426    Rootless: Force initialization of static variable before use.
5427    (cherry picked from commit cece29317269385aa7a0d3047e6f90e6a17d01eb)
5428
5429commit 9f49f5172d10070ebd4a9e72ac3c5227c6f35853
5430Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
5431Date:   Fri Oct 31 13:00:01 2008 -0700
5432
5433    XQuartz: Silence pointer debug spam
5434    (cherry picked from commit 9ca099e928653b5a0fb745186e17bfcc3d74ccc0)
5435
5436commit 93298c7f8f73bdb9892da0e41d2c2a67719dc736
5437Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
5438Date:   Fri Oct 31 12:55:46 2008 -0700
5439
5440    XQuartz: Don't map the menu bar to the screen area.
5441    (cherry picked from commit 1115917ada127a1cd6a8b61efe7fd134e2ea85fd)
5442
5443commit 31907986a6d4dc726d8ce0071f5884ce6cfea33b
5444Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
5445Date:   Fri Oct 31 12:37:32 2008 -0700
5446
5447    XQuartz: Fixed Xplugin thread safety issues, so rea-enable background window check
5448    (cherry picked from commit 5fc73b1141eca8b678e54412ca33afa31a76d088)
5449
5450commit 227d782a1bddfa1393cddd0c73c0288e18645c47
5451Author: George Peter Staplin <gps@Georges-Workstation.local>
5452Date:   Thu Oct 30 13:44:55 2008 -0600
5453
5454    XQuartz: GL: Mark visuals that are slower than others, due to lack of acceleration.
5455    
5456    This is used in libGL to determine a preferred visual.  glxinfo -v will also
5457    report "visualCaveat=Slow" for such visuals.
5458    (cherry picked from commit d5c17f585a240be9f9135975738e62951cde3353)
5459
5460commit 5287602a4161cd036e3125cda09ba750190a0b47
5461Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
5462Date:   Wed Oct 29 17:20:11 2008 -0700
5463
5464    XQuartz: if 0 out a block to avoid thread-unsafe lockups
5465    (cherry picked from commit 60d7359a67900ad4601dbc73e07bcd8c803100a5)
5466
5467commit 93d7cd31c527afbf26f4e039afb6adbb6a60fab7
5468Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
5469Date:   Wed Oct 29 17:18:05 2008 -0700
5470
5471    XQuartz: Purge the old XQUARTZ_EXPORTS_LAUNCHD_FD option
5472    (cherry picked from commit 490756c7fbe0792c4bd6ae434e7a48e0beffa5c7)
5473
5474commit 0a076b6a7f3c97ff712412eee32e013d3bfd7364
5475Author: Peter Hutterer <peter.hutterer@redhat.com>
5476Date:   Fri Oct 31 18:32:26 2008 +1030
5477
5478    xkb: remove unused label "out", clean up program flow.
5479
5480commit 971aef64416058665bc903fee39fea1619cd3727
5481Author: Peter Hutterer <peter.hutterer@redhat.com>
5482Date:   Fri Oct 31 17:05:40 2008 +1030
5483
5484    dix: FreeDeviceClass() and friends can be static.
5485
5486commit 3c3a47d0f5ce7fb9548a3eefee9e72488d3ac279
5487Author: Peter Hutterer <peter.hutterer@redhat.com>
5488Date:   Fri Oct 31 17:00:21 2008 +1030
5489
5490    include: remove unused declaration for RegisterPairingClient().
5491    
5492    Matching functions got removed in 004876355b43fb4d3c2bc5653a7dc1bfd3f985ee.
5493
5494commit 7c5dec9f716962a6e67dba99418061cebe10e1d2
5495Author: Peter Hutterer <peter.hutterer@redhat.com>
5496Date:   Fri Oct 31 16:56:49 2008 +1030
5497
5498    dix: remove unused GuessFreePointerDevice().
5499    
5500    Not used since the MD/SD hierarchy was introduced many moons ago.
5501
5502commit 12599af285a610fb429245798330f2317c75ac2c
5503Author: Peter Hutterer <peter.hutterer@redhat.com>
5504Date:   Fri Oct 31 16:50:28 2008 +1030
5505
5506    dix: NextFreePointerDevice() can be static.
5507
5508commit 5d0a945a030cd7626046e9f6c8d5c6bd170649d9
5509Author: Peter Hutterer <peter.hutterer@redhat.com>
5510Date:   Fri Oct 31 16:29:42 2008 +1030
5511
5512    dix: SwitchCorePointer is long gone, bury it.
5513
5514commit eb014021c2b3604fc67daebd6860b5dc959fabb6
5515Author: Peter Hutterer <peter.hutterer@redhat.com>
5516Date:   Fri Oct 31 16:27:58 2008 +1030
5517
5518    dix: PairDevices() can be static, remove from input.
5519    
5520    PairDevices() is only ever called in EnableDevice().
5521
5522commit b6b26560d65d9468c89dd046396d9aeb14e1b227
5523Author: Peter Hutterer <peter.hutterer@redhat.com>
5524Date:   Fri Oct 31 16:23:34 2008 +1030
5525
5526    Move EXTENSION_BASE and EXTENSION_EVENT_BASE to misc.h.
5527
5528commit f781a752e642cfe7d08f841b332c3ae507315598
5529Author: Peter Hutterer <peter.hutterer@redhat.com>
5530Date:   Fri Oct 31 16:16:18 2008 +1030
5531
5532    Move MAX_DEVICES to misc.h, rename to MAXDEVICES for consistency.
5533
5534commit 245d1c162c7b13c98a9a28dc7ad441366d7e8006
5535Author: Peter Hutterer <peter.hutterer@redhat.com>
5536Date:   Fri Oct 31 11:50:47 2008 +1030
5537
5538    xkb: ProcXkbSetCompatMap should do dry-runs, then normal runs.
5539    
5540    Was doing only dry-runs, which kinda explains why changing the compat map
5541    didn't really have any effect.
5542    Fallout from e8c2a3d7c996cb41c4c44ba67acae5ff9438fc06.
5543    
5544    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
5545
5546commit 70e18a3b6b9d52169bca650f6cd4ef5d8ab40d95
5547Author: Alan Coopersmith <alan.coopersmith@sun.com>
5548Date:   Thu Oct 30 20:38:34 2008 -0700
5549
5550    Refactor Solaris mapping code to work with standard shared/vidmem.c
5551    
5552    Also merge sun_bios.c into sun_vid.c and upstream Solaris patch to
5553    keep aperture device open, to allow mappings to occur after X server
5554    has given up uid 0.
5555
5556commit 2809a56b4bc7f09f132c70dc39c6695495351c4d
5557Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
5558Date:   Thu Oct 30 16:05:40 2008 -0400
5559
5560    xace: Fix an incorrect call to the RECEIVE_ACCESS hook.
5561
5562commit 0f2fd0577fe2740a32d3a2749e2c3582f891417c
5563Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
5564Date:   Thu Oct 30 15:35:33 2008 -0400
5565
5566    xselinux: send more specific message types to libaudit.
5567
5568commit 4ce19b4477057a724b548e342d4c6da2b6721824
5569Author: Peter Hutterer <peter.hutterer@redhat.com>
5570Date:   Thu Oct 30 16:02:13 2008 +1030
5571
5572    xfree86: fix xf86ScaleAxis once again.
5573    
5574    Maybe one day I stop doing stupid patches like
5575    a3a7c12fcf8e4ac1418f9ea53f76091f309a721b.
5576    
5577    So, if X < low, reset to low, and _not_ to high.
5578    If X > high, reset to high, and _not_ to low.
5579
5580commit f12d7ad1647d12ccf92291ebc0607defe6a634a1
5581Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
5582Date:   Tue Oct 28 12:38:05 2008 -0700
5583
5584    XQuartz: Pass along SIGINT and SIGTERM from the stub to X11.app
5585    (cherry picked from commit 183ca5d68b4f34e248749f304ce140de11bd451b)
5586
5587commit 273df54685768f74ed29926e88a63dc9f86744f1
5588Author: George Peter Staplin <gps@Georges-Workstation.local>
5589Date:   Mon Oct 27 22:07:00 2008 -0600
5590
5591    XQuartz: pbproxy: Fix a bug that prevented nedit CLIPBOARD from being proxied.
5592    
5593    It seems that we were calling copy_completed: too soon.  Now we return instead
5594    of falling through to the free_propdata, and copy_completed:.
5595    (cherry picked from commit 5797d5b662817a3369a74a673f4a7c995cde75cf)
5596
5597commit 313d87341aff2396645d2c315086d487c0073d27
5598Author: George Peter Staplin <gps@Georges-Workstation.local>
5599Date:   Mon Oct 27 20:44:02 2008 -0600
5600
5601    XQuartz: pbproxy: Work around bugs in some apps that aren't ICCCM compliant.
5602    
5603    Eterm ends up setting the type of the property to TARGETS, instead of ATOM.
5604    That's why it wasn't working.
5605    (cherry picked from commit 9be5998ede7427f14dd9597e117b3d6b427ba4e5)
5606
5607commit 9007d3beea2e2d8b271f696d433cb30e32cda401
5608Author: George Peter Staplin <gps@Georges-Workstation.local>
5609Date:   Mon Oct 27 16:34:24 2008 -0600
5610
5611    XQuartz: pbproxy: Add code to handle PICT conversion to PNG and JPEG.
5612    
5613    This may work, unfortunately I don't have test apps that fail.
5614    
5615    The way it works is by using an NSImage class initWithPasteboard:
5616    method, which we then get the TIFFRepresentation of, and convert
5617    to PNG or JPEG.
5618    
5619    The TIFFRepresentation uses NSTIFFCompressionNone; which should be
5620    lossless.
5621    (cherry picked from commit 8d048cfa956f4a0860250cc836a6748912b37ad8)
5622
5623commit b742da0b719198a42a086049771792af84f470ca
5624Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
5625Date:   Sun Oct 26 13:17:49 2008 -0700
5626
5627    XQuartz: pbproxy: fixed blocking
5628    (cherry picked from commit bb330a1b1c480e89727fb75ff5aeb71f4afc5ee3)
5629
5630commit c885110aedc19e551de22a526397d77013c3dfcb
5631Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
5632Date:   Sun Oct 26 10:22:12 2008 -0700
5633
5634    Xquartz: pbproxy: Some debugging about unhandled mime types... this will spam up quick, but will be useful for a while...
5635    (cherry picked from commit 3647215310f5a52126661b9ec473dcfeed25b40f)
5636
5637commit e7c26964eef6732c9603b26b7396f95443c5ba8a
5638Author: George Peter Staplin <gps@Georges-Workstation.local>
5639Date:   Fri Oct 24 19:12:05 2008 -0600
5640
5641    XQuartz: GL: Fix several error handling mistakes in handleRenderDescriptions, that were leftover before the final code evolved.
5642    (cherry picked from commit fe35a3639081dc78ac6cc4123cde37770f6a39fd)
5643
5644commit 21ea9d82aab8ff0e0d1904d188f96f9cfb2b051d
5645Author: George Peter Staplin <gps@Georges-Workstation.local>
5646Date:   Fri Oct 24 18:11:46 2008 -0600
5647
5648    XQuartz: GL: Add feature detection of color sizes, and accum sizes.
5649    
5650    This gives us a *lot* more visuals, and they should be more accurate.
5651    Some of the visuals may have been wrong before.  This may enable more
5652    OpenGL programs to behave correctly.
5653    
5654    I also suspect libGL needs a little work to handle some of these correctly.
5655    (cherry picked from commit 98a084ce9c455260ecdb5f8eecb67f33dbb53b69)
5656
5657commit c264826da96ad1859dd112b17eb8aa9e5278478f
5658Author: Peter Hutterer <peter.hutterer@redhat.com>
5659Date:   Thu Oct 16 11:22:29 2008 +1030
5660
5661    xfree86: If AEI is on, disable "kbd" and "mouse" devices.
5662    
5663    This consists of two parts:
5664    In the implicit server layout, ignore those drivers when looking for a core
5665    device.
5666    
5667    And after finishing the server layout, run through the list of devices and
5668    remove any that use mouse or kbd.
5669    
5670    AEI is mutually exclusive with the kbd and mouse drivers, so pick either - or.
5671    
5672    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
5673
5674commit 6c451859552e1fc78f6589617482f9ff96d7ed8a
5675Author: Peter Hutterer <peter.hutterer@redhat.com>
5676Date:   Mon Oct 20 12:19:55 2008 +1030
5677
5678    config: don't add duplicate devices through HAL.
5679    
5680    If HAL is restarted, the device list is sent to the server again, leading
5681    first to duplicate devices (and thus duplicate events), and later to a
5682    FatalError "Too many input devices."
5683    
5684    dev->config_info contains the UDI for the device. If the UDI of a new devices
5685    is equal to one we already have in the device list, just ignore it.
5686    
5687    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
5688
5689commit 102c4dac7c521941f52652152b1660cd7f559d56
5690Author: Julien Cristau <jcristau@debian.org>
5691Date:   Sun Oct 26 13:17:31 2008 +0100
5692
5693    x86emu: fix sparse warnings
5694    
5695    ops2.c:113:18: warning: Using plain integer as NULL pointer
5696    ops2.c:207:18: warning: Using plain integer as NULL pointer
5697
5698commit ffaaa1a198a77eb6800c08d4613ee1cc0b068ba0
5699Author: Julien Cristau <jcristau@debian.org>
5700Date:   Sun Oct 26 13:13:21 2008 +0100
5701
5702    xfree86: fix compiler warnings in DoModalias()
5703    
5704    The precedence of == is higher than that of &, so that code was
5705    probably buggy.
5706    
5707    xf86Init.c: In function 'DoModalias':
5708    xf86Init.c:300: warning: suggest parentheses around comparison in operand of &
5709    xf86Init.c:304: warning: suggest parentheses around comparison in operand of &
5710    xf86Init.c:308: warning: suggest parentheses around comparison in operand of &
5711
5712commit 66fd05acd6118102aaaebc230d5c03e0758c6089
5713Author: Julien Cristau <jcristau@debian.org>
5714Date:   Sun Oct 26 13:11:41 2008 +0100
5715
5716    xfree86: Silence compiler warnings about function prototypes
5717    
5718    xf86Init.c:136: warning: function declaration isn't a prototype
5719    xf86Init.c:243: warning: function declaration isn't a prototype
5720    xf86Init.c:249: warning: function declaration isn't a prototype
5721
5722commit 4b96ba8ddf36f84d4b8c0f2964535bd90477a742
5723Author: Julien Cristau <jcristau@debian.org>
5724Date:   Sun Oct 26 11:56:35 2008 +0100
5725
5726    Nuke unused miBankNewSerialNumber
5727
5728commit e85d5d707d51d6a1558dfcf0ebd50183b84be39d
5729Author: Julien Cristau <jcristau@debian.org>
5730Date:   Sun Oct 26 11:55:50 2008 +0100
5731
5732    Ansify declaration of FontToXError()
5733
5734commit 30a7a06a9e91a91b8517f67897831c1407713e57
5735Author: Julien Cristau <jcristau@debian.org>
5736Date:   Sun Oct 26 11:38:44 2008 +0100
5737
5738    Nuke prototype for nonexistent function
5739    
5740    miDoInitVisuals was removed in commit
5741    94825ad3c72a1c3f6a61199c302841f63241cf87, but its prototype was left.
5742
5743commit 5244690a5e0285b6243ee1f28ae6c8287a32b73d
5744Author: Julien Cristau <jcristau@debian.org>
5745Date:   Sun Oct 26 11:37:11 2008 +0100
5746
5747    Add prototypes for strlcpy/strlcat
5748
5749commit eadf90aa65d1ea63ddcd74e60e66a79ad567c7e8
5750Author: Julien Cristau <jcristau@debian.org>
5751Date:   Sun Oct 26 11:20:33 2008 +0100
5752
5753    xaa: Fix compiler warning (implicit declaration)
5754    
5755    xaaInit.c: In function 'XAAInit':
5756    xaaInit.c:201: warning: implicit declaration of function 'miInitializeCompositeWrapper'
5757    xaaInit.c:201: warning: nested extern declaration of 'miInitializeCompositeWrapper'
5758
5759commit aee514cfb5e5a59b7770699765ccdad8fe42f904
5760Author: Julien Cristau <jcristau@debian.org>
5761Date:   Sun Oct 26 11:16:05 2008 +0100
5762
5763    xfree86: Fix compiler warnings (implicit declarations)
5764    
5765    Add missing includes to fix the following warnings:
5766    xf86DGA.c: In function 'DGAProcessKeyboardEvent':
5767    xf86DGA.c:1050: warning: implicit declaration of function 'UpdateDeviceState'
5768    xf86DGA.c:1050: warning: nested extern declaration of 'UpdateDeviceState'
5769    xf86Xinput.c: In function 'xf86ActivateDevice':
5770    xf86Xinput.c:303: warning: implicit declaration of function 'AssignTypeAndName'
5771    xf86Xinput.c:303: warning: nested extern declaration of 'AssignTypeAndName'
5772    xf86Xinput.c:311: warning: implicit declaration of function 'DeviceIsPointerType'
5773    xf86Xinput.c:311: warning: nested extern declaration of 'DeviceIsPointerType'
5774    xf86Xinput.c:324: warning: implicit declaration of function 'XkbSetExtension'
5775    xf86Xinput.c:324: warning: nested extern declaration of 'XkbSetExtension'
5776
5777commit add946daed531e29935593fb2e7ee70286185baf
5778Author: Julien Cristau <jcristau@debian.org>
5779Date:   Sun Oct 26 11:14:40 2008 +0100
5780
5781    Nuke unused variables
5782
5783commit f2bda61c03f64133ef68dd1557b26ae7dc5beb0e
5784Author: Julien Cristau <jcristau@debian.org>
5785Date:   Sun Oct 26 11:05:13 2008 +0100
5786
5787    Xext: Fix compiler warnings
5788    
5789    Make GEClientGone static and include registry.h, to fix the following
5790    warnings:
5791    geext.c:225: warning: no previous prototype for 'GEClientGone'
5792    geext.c: In function 'GEExtensionInit':
5793    geext.c:280: warning: implicit declaration of function 'RegisterResourceName'
5794    geext.c:280: warning: nested extern declaration of 'RegisterResourceName'
5795
5796commit 24e863b0eb6ff11010a14cfd252a39df87a09d0e
5797Author: Bernhard R. Link <brlink@debian.org>
5798Date:   Sun Oct 26 00:19:34 2008 +0200
5799
5800    Bug#16501: autodetection of sbus graphic cards
5801    
5802    Add automatic detection of the graphic driver to load for sbus devices.
5803    This allows xorg to work on those devices without a "Device" section.
5804    
5805    Debian bug#483942.
5806    
5807    Signed-off-by: Julien Cristau <jcristau@debian.org>
5808
5809commit fd97ff1bdd30c358525068a4c833f681e00719a2
5810Author: Julien Cristau <jcristau@debian.org>
5811Date:   Sat Oct 25 22:54:15 2008 +0200
5812
5813    Bug#5851: Document the "Log" option in xorg.conf(5)
5814
5815commit 80b6768536fa439bfc5ce948bc8845a6f4af857b
5816Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
5817Date:   Thu Oct 23 17:32:32 2008 -0700
5818
5819    XQuartz: Do check_xinitrc() later to avoid possible deadlock.
5820    (cherry picked from commit af95174a088dc787d124ec548b1005f5b67c9e8d)
5821
5822commit d837d4e2af35a83c7932e4d0422097ebd1f6ba2c
5823Author: George Peter Staplin <gps@Georges-Workstation.local>
5824Date:   Thu Oct 23 17:56:46 2008 -0600
5825
5826    XQuartz: pbproxy: pbproxy.h had invalid macro usage with 2 #else statements, so it wasn't building.  Fix the build.
5827    (cherry picked from commit 6bcbb9ba85d95d7df63811a482abc39c4d595366)
5828
5829commit 6a2693b2f9cfdec6f30e2ca4c4176f986f97249e
5830Author: George Peter Staplin <gps@Georges-Workstation.local>
5831Date:   Thu Oct 23 17:40:23 2008 -0600
5832
5833    XQuartz: Remove the enable_stereo default.  We now use feature detection to enable stereo visuals.
5834    
5835    We need to revisit the GL/indirect.c changes.  I think indirect.c should
5836    be using the same feature detection and GLX visual config code.  The
5837    indirect changes will require testing...
5838    (cherry picked from commit 49b7a7c6f20ca85d4d624444eb83db2f91344591)
5839
5840commit b015a021b28623b7b734833dc9b8269c41db4e8a
5841Author: Alan Coopersmith <alan.coopersmith@sun.com>
5842Date:   Tue Oct 21 20:30:35 2008 -0700
5843
5844    Allow non-gcc compilers to build xf86Xinput.c
5845
5846commit b7cc6ca22a4ff7a94abee6962a07fdd0b563d26a
5847Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
5848Date:   Thu Oct 23 16:33:11 2008 -0700
5849
5850    miext/rootless: Silence some warnings by using proper C prototypes.
5851    (cherry picked from commit 050e46e09efcc7e6f090fa4a749e9076c972b760)
5852
5853commit b397cc727787a854417b11b482cce4807fc8ab58
5854Author: George Peter Staplin <gps@Georges-Workstation.local>
5855Date:   Thu Oct 23 16:19:58 2008 -0600
5856
5857    miext/rootless: Fix the usage of DeleteProperty so that this builds again.
5858    (cherry picked from commit 3de250e28a9a86bcae4464a15c2025805877ce1e)
5859
5860commit 28d4f71193d2be26d1dcae724067539ac9db1123
5861Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
5862Date:   Thu Oct 23 15:01:03 2008 -0700
5863
5864    XQuartz: pbproxy: Fix compilation on case-sensitive file systems...
5865    (cherry picked from commit 6622efca216663c99d112c7a226bde691d1f3215)
5866
5867commit 40f9b6bf0dc62098680235a958e0733770902cca
5868Author: Adam Jackson <ajax@redhat.com>
5869Date:   Thu Oct 23 17:33:52 2008 -0400
5870
5871    Argh, macros.
5872
5873commit 8b3c278fe7502f9343355f09213837622b0d9ca0
5874Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
5875Date:   Thu Oct 23 11:39:04 2008 -0700
5876
5877    Rootless: Properly typed expose_1
5878    (cherry picked from commit 78e874fe17174ac8f61586573edaf7f16ece7b21)
5879
5880commit 3e999d35c26b0ffb894c257a3057d44b949744bd
5881Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
5882Date:   Thu Oct 23 11:37:13 2008 -0700
5883
5884    XQuartz: Honor the Spaces preference for "When switching to an application, switch to a space with open windows for the application"
5885    (cherry picked from commit bf561a06b2bf60395d26026ac7627d0cb254bc07)
5886
5887commit 75067d12e4f4daa080dfb0209a9abf9c5654271f
5888Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
5889Date:   Tue Oct 21 19:36:48 2008 -0700
5890
5891    XQuartz: Added missing semicolons to Localizable.strings
5892    (cherry picked from commit e9fe3f36d9529f00daeefa1379cdd6f01a88f410)
5893
5894commit a003932dccc438c4500d383982cee2376e808bd5
5895Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
5896Date:   Tue Oct 21 11:23:42 2008 -0700
5897
5898    XQuartz: Default dpi to 96 instead of 75
5899    (cherry picked from commit 08a5a333d7fea68146cd9cf50682b811378ab3ce)
5900
5901commit 2d764e21f278ea26bae135db6dae07b94651951c
5902Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
5903Date:   Tue Oct 21 11:19:06 2008 -0700
5904
5905    XQuartz: pbproxy: SIGHUP reloads preferences.
5906    (cherry picked from commit cbc0935ef74ebd76ed3db16d6ab86043eeed42a3)
5907
5908commit 0b695262176e96f508921905ee7f9cc086c7daf0
5909Author: Adam Jackson <ajax@redhat.com>
5910Date:   Thu Oct 23 15:01:58 2008 -0400
5911
5912    Change some #define foo() -> static void foo()
5913
5914commit aab73d719a8de6b830e47c7f47860b7990ea8d03
5915Author: Adam Jackson <ajax@redhat.com>
5916Date:   Thu Oct 23 13:20:59 2008 -0400
5917
5918    Fix previous cherry pick for API changes
5919
5920commit 8767fc8d47276c7489ae50dd556a446a462776ea
5921Author: Keith Packard <keithp@keithp.com>
5922Date:   Fri Apr 4 12:11:14 2008 -0700
5923
5924    Wrap AddTraps in exa and damage.
5925    
5926    This fine (and unused) function wasn't ever wrapped which made it not work
5927    under exa.
5928    
5929    (cherry picked from commit 06e7e1d0486e8c516a9b3219a2c86026f88825fc)
5930
5931commit 4c926dbac65ceb699b91bb0d3fd0005a5854572d
5932Author: Peter Hutterer <peter.hutterer@redhat.com>
5933Date:   Thu Oct 23 22:07:37 2008 +1030
5934
5935    dix: fix two more endian issues, correct initial "enabled" value. #18111
5936    
5937    EnableDevice and DisableDevice both change the property too.
5938    
5939    And enabled must be set to FALSE in AddInputDevice, the device is not enabled
5940    yet.
5941    
5942    X.Org Bug 18111 <https://bugs.freedesktop.org/show_bug.cgi?id=18111>
5943
5944commit 084ae9e38812f19751a086eea7ce555761ae5a17
5945Author: Jerome Glisse <glisse@freedesktop.org>
5946Date:   Thu Oct 23 11:28:53 2008 +0200
5947
5948    dri2: fail at context creation if driver fail to create it's context
5949
5950commit ff60e592f003d8bc45789a1a14e86be22f5242b2
5951Author: Peter Hutterer <peter.hutterer@redhat.com>
5952Date:   Thu Oct 23 09:19:41 2008 +1030
5953
5954    dix: don't allow VCP/VCK be disabled through properties.
5955
5956commit 98f01c2abe4771d76febf8fe70111b2bddfab776
5957Author: Peter Hutterer <peter.hutterer@redhat.com>
5958Date:   Thu Oct 23 09:13:41 2008 +1030
5959
5960    dix: fix endianess issue in AddInputDevice. #18111
5961    
5962    dev->enabled is a Bool. Bool is two bytes.
5963    BOOL on the other hand is a protocol type and always 1 byte. So copy the value
5964    into the one-byte type before passing it into XIChangeDeviceProperty.
5965    
5966    Found by Michel Dänzer.
5967    
5968    X.Org Bug 18111 <http://bugs.freedesktop.org/show_bug.cgi?id=18111>
5969
5970commit f6cbe0326c57e3c9897f17baef78199b06537c44
5971Author: Peter Hutterer <peter.hutterer@redhat.com>
5972Date:   Wed Oct 22 18:16:12 2008 +1030
5973
5974    dix: init remaining three xkb fields to zero in a new client.
5975
5976commit 0b56b44addc323a00eb7cd86240cb0dd4275bcf8
5977Author: Peter Hutterer <peter.hutterer@redhat.com>
5978Date:   Mon Oct 20 17:06:40 2008 +1030
5979
5980    xfree86: AllowEmptyInput is true by default - update the xf86Info defaults.
5981    
5982    Also set AutoAddDevices and AutoEnableDevices to their defaults.
5983    
5984    And in doing so, switch the rest of the defaults over to named intializers.
5985    
5986    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
5987
5988commit d72cd753b99fae147ef4c189700fc697f1ea7fb0
5989Author: Matthieu Herrb <matthieu.herrb@laas.fr>
5990Date:   Tue Oct 21 22:32:57 2008 +0200
5991
5992    Close well known connections in ServerAbort()
5993
5994commit 81e197b2a5457bb9f7ed72f82c2d33fd8dbfc202
5995Author: Adam Jackson <ajax@redhat.com>
5996Date:   Tue Oct 21 16:00:32 2008 -0400
5997
5998    Bug #18159: Spell "anisotropic" correctly
5999
6000commit 3891dd892449fcdb7a514e3c5e7e763ba7e74003
6001Author: Adam Jackson <ajax@redhat.com>
6002Date:   Tue Oct 21 13:10:44 2008 -0400
6003
6004    exa: Add exaDrawableIsOffscreen() to the driver API.
6005
6006commit c837d182c4674c01296bb7efd7d834d9dfd55f83
6007Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
6008Date:   Tue Oct 21 09:11:59 2008 -0700
6009
6010    XQuartz: Only send mouse events while in the background if we're over a visible window.
6011    
6012    This "breaks" xeyes but gets rid of annoying tooltips.
6013    (cherry picked from commit 10090a132a0110fe24c8c886d9f53e6e947f8038)
6014
6015commit 2a9613980f93959eedf9396735785d4c50546e2d
6016Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
6017Date:   Tue Oct 21 09:07:08 2008 -0700
6018
6019    XQuartz: More fullscreen fixes
6020      Start in rooted mode when enabled
6021      Make the hotkey cmd-alt-a behave
6022    (cherry picked from commit 22a54e46176c9cbdfaaa59ef33a6ae6a9c4969ef)
6023
6024commit e4ea1494debda4d3da03864c2640921fe0430694
6025Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
6026Date:   Mon Oct 20 12:23:04 2008 -0700
6027
6028    XQuartz: Cleaned up keyboard init and map reload.
6029    (cherry picked from commit f78c9fc06cac2cc6ddfd6e9ba435dd26a57d1f51)
6030
6031commit ebb2e1449cfb382a806e04c52d42240670717069
6032Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
6033Date:   Mon Oct 20 09:46:34 2008 -0700
6034
6035    XQuartz: Fixed follow-keyboard-layout
60366037    (cherry picked from commit a9f9fbf512c9fd5a773fce402182486edc71d5ab)
6038
6039commit f67cd31d2cf1b8ad850bd21dbed5a975d77b4c54
6040Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
6041Date:   Tue Oct 21 09:29:37 2008 -0700
6042
6043    XQuartz: More progress towards fullscreen...
6044    (cherry picked from commit 628cae86b4ad02c49d20df1e1afdcb7abcabb649)
6045    (cherry picked from commit b47b7ab6d6d0a7f6cbf678a5755124d6b7516d3e)
6046
6047commit d434ed400986653771bbd60c224a2275bd6147ef
6048Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
6049Date:   Fri Oct 17 09:25:26 2008 -0700
6050
6051    XQuartz: Fixed missing key-equiv for Hide-Others.
6052    (cherry picked from commit 2c4b0f9615b646712609ebef3c0851c9a22e781b)
6053
6054commit 3695f62d072e7864fdcee385c8b5ca40f2018101
6055Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
6056Date:   Thu Oct 16 22:36:00 2008 -0700
6057
6058    XQuartz: Require applewmproto-1.1.1
6059    (cherry picked from commit ed235e3406e603a8a92c4b72f9f9018bae72ad65)
6060
6061commit f935c11398b93860461672e88814026d75b71689
6062Author: George Peter Staplin <gps@Georges-Workstation.local>
6063Date:   Thu Oct 16 13:09:21 2008 -0600
6064
6065    XQuartz: pbproxy: Fix 2 bugs with the preferences.
6066    
6067    Add dump_prefs() for instrospection.
6068    
6069    Make prefs_get_bool a little more clear.
6070    
6071    In get_property don't assume that the Mac realloc(NULL, 0); returns
6072    non-NULL.  We shouldn't depend on implementation-defined behavior too
6073    much.
6074    
6075    Add more commentary in various spots.
6076    
6077    Add TARGETS in the TARGETS response.  I don't know why some X11 apps
6078    do this, but it could be something that some weird toolkit/app tests
6079    for.
6080    
6081    In reload_preferences add preferences synchronization, so that xpbproxy
6082    reloads the preferences, and picks up any changes.
6083    
6084    Fix a typo/misspelling of the sync_clipboard_to_pasteboard preference.
6085    (cherry picked from commit 165cbbb90c793d9335ea76f0274b1f60ad295903)
6086
6087commit 4d978af5c71430f0043b1272f8dc6344b8f03f12
6088Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
6089Date:   Wed Oct 15 21:26:58 2008 -0700
6090
6091    XQuartz: Fixed window levels.
6092    (cherry picked from commit ef4d37c73f31048dd74efee2c63fa08b92608f87)
6093
6094commit 58eacf0b7beb8c6f1971570ede0bfd3976a84665
6095Author: Rémi Cardona <remi@gentoo.org>
6096Date:   Tue Oct 21 10:07:24 2008 -0400
6097
6098    Force LC_ALL=C when building xf86DefModeSet.c
6099    
6100    Fixes build in not-quite-latin locales.
6101
6102commit 2188582e5ea90edb432a2f421d0a267439ba08f9
6103Author: Michel Dänzer <michel@tungstengraphics.com>
6104Date:   Mon Oct 20 09:55:24 2008 -0400
6105
6106    EXA: Avoid excessive syncing in PutImage
6107
6108commit 8d0cb507ae568c8da92f10ff1188d797bcaa3d1a
6109Author: Peter Hutterer <peter.hutterer@redhat.com>
6110Date:   Fri Oct 17 09:59:29 2008 +1030
6111
6112    dmx: avoid hilarious #define Xcalloc xcalloc game.
6113
6114commit 8a23707b866c11807e01056db97afec56e9b19c8
6115Author: Peter Hutterer <peter.hutterer@redhat.com>
6116Date:   Fri Oct 17 09:15:39 2008 +1030
6117
6118    dmx: change remainder of manual EQ allocation to GetEventList().
6119
6120commit 8de26770a41ec87c46eed2eddfde6f867d71fe1f
6121Author: Pierre Willenbrock <pierre@pirsoft.de>
6122Date:   Thu Oct 16 14:28:14 2008 -0400
6123
6124    RANDR: Fix output property event delivery.
6125
6126commit d936a4235c9625bd41569cef3452dd086284e0d7
6127Author: Peter Hutterer <peter.hutterer@redhat.com>
6128Date:   Sun Oct 12 21:58:30 2008 +1030
6129
6130    xfree86: if AllowEmptyInput is true, enable RAW mode on the console.
6131    
6132    Usually, the console is set to RAW in the kbd driver. If we hotplug all input
6133    devices (i.e. the evdev driver for keyboards) and the console is left as-is.
6134    As a result, the evdev driver must put an EVIOCGRAB on the device to avoid
6135    characters leaking onto the console. This again breaks many things, amongst
6136    them lirc, in-kernel mouse button emulation and HAL.
6137    
6138    This patch sets the console to RAW if AllowEmptyInput is on.
6139    
6140    Use-cases:
6141    1. AEI is off
6142      1.1. Only kbd driver is used - behaviour as-is.
6143      1.2. kbd and evdev driver is used: if evdev does not grab the device,
6144           duplicate events are generated.
6145    2. AEI is on
6146      2.1. Only evdev driver is used - behaviour as-is, but evdev does not need
6147           to grab the device anymore.
6148      2.2. evdev and kbd are used: duplicate key events are generated if evdev
6149           does not grab the device.
6150    
6151    1.2 is a marginal use-case that can be fixed by adding a "grab" option to the
6152    evdev driver (update of xorg.conf is needed).
6153    
6154    2.2 is an issue. If we have no ServerLayout section, AEI is on, but devices
6155    specified in the xorg.conf are still added [1], resulting in duplicate events.
6156    This is a common configuration and needs sorting out.
6157    
6158    [1] 2eaed4a10fe5bf727579bca4ab8d4a47c8763a7d
6159    
6160    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
6161    Signed-off-by: Adam Jackson <ajax@redhat.com>
6162
6163commit 84ef8ed6fbefd8d6c0aaa3c862879f9804299bd8
6164Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
6165Date:   Wed Oct 15 14:11:18 2008 -0700
6166
6167    XQuartz: implemented primary-on-grab and fixed clipboard-to-pasteboard
6168    (cherry picked from commit bcb83eea729a01026d99d1cfc2b77385b5b275fd)
6169
6170commit 0195d318465d5a6a9039091bcb252202471df5a4
6171Author: Luc Verhaegen <libv@skynet.be>
6172Date:   Wed Oct 15 21:46:27 2008 +0200
6173
6174    GLX: fix build when dri2 _is_ available.
6175    
6176    Caught by Julien Cristau.
6177
6178commit 398cdf959afadfa964aece13cc9d89b2dd589930
6179Author: Luc Verhaegen <libv@skynet.be>
6180Date:   Wed Oct 15 18:24:10 2008 +0200
6181
6182    GLX: fix build when dri2 is not available.
6183
6184commit 2e60ebbd254290e19492b97c960d9678513c94bf
6185Author: Daniel Stone <daniel@fooishbar.org>
6186Date:   Wed Oct 15 14:10:51 2008 +0100
6187
6188    XFree86: Simplify DontZap/-retro interaction
6189    
6190    How hard could it possibly be, right?
6191
6192commit 66a87517bd80b21e107df9d57968d81a92f91fd5
6193Author: Alan Hourihane <alanh@tungstengraphics.com>
6194Date:   Wed Oct 15 12:00:16 2008 +0100
6195
6196    re-enable DRI2
6197
6198commit ced6690284fd334f225bbc94685c114ad3ab96d8
6199Author: Kristian Høgsberg <krh@redhat.com>
6200Date:   Tue Oct 7 13:49:28 2008 -0400
6201
6202    dri2: Update to latest protocol draft.
6203    
6204    Mainly rename SwapBuffers to CopyRegion, which adds the xfixes region
6205    argument and the bitmask argument to let us extend it in the future.
6206
6207commit 87a016ae00feac3fbaa7e7a518076a3852d49554
6208Author: Maarten Maathuis <madman2003@gmail.com>
6209Date:   Wed Oct 15 00:02:13 2008 +0200
6210
6211    exa: restore {x,y}{Src,Dst} to their original values when !done
6212
6213commit b677bff97b62c3931df853bae25ab485892ae173
6214Author: Adam Jackson <ajax@redhat.com>
6215Date:   Tue Oct 14 14:30:19 2008 -0400
6216
6217    int10: Degrade the checksum warning to X_INFO.
6218    
6219    I've seen about one case in three years where this has actually been
6220    correlated with the real cause of failure, and we've trained people to
6221    freak out about X_WARNING, so let's be less alarmist.
6222
6223commit bd9c6b3a4d726a3f83ac6d8cf7211eddbc28f25a
6224Author: Adam Jackson <ajax@redhat.com>
6225Date:   Tue Oct 14 14:04:01 2008 -0400
6226
6227    EDID: Catch even more cases of encoding aspect as size.
6228    
6229    Very cute, Samsung, not only do you claim to be 16cm by 9cm in the
6230    global size record, you also claim to be 160mm by 90mm in the detailed
6231    timings.  Grrr.
6232
6233commit ad677238bc96a8578113bbe76d605d7a87aca44c
6234Author: Adam Jackson <ajax@redhat.com>
6235Date:   Tue Oct 14 13:00:50 2008 -0400
6236
6237    Add backtrace definitions to dix-config.h.in
6238
6239commit 8e368cf5b964f1d29fda0a463f9510457619b14d
6240Author: Nathaniel McCallum <nathaniel@natemccallum.com>
6241Date:   Tue Oct 14 09:50:29 2008 -0400
6242
6243    Xorg: add -modalias option
6244    
6245    This scans the installed video drivers and prints a Linux-style modalias
6246    listing of the devices each driver claims to support.
6247
6248commit 3eb52de7f28b0050582f9ac4c28bc894d3f06f4b
6249Author: Adam Jackson <ajax@redhat.com>
6250Date:   Tue Oct 14 09:45:19 2008 -0400
6251
6252    kdrive: Hardcode a different wrong value for number of mouse buttons
6253    
6254    This should really come from the input driver directly, but, kdrive.
6255
6256commit f3f6ea89aa9e0ffe9e37bc059e5e6bf75be4ee9f
6257Author: Peter Hutterer <peter.hutterer@redhat.com>
6258Date:   Wed Oct 8 14:12:21 2008 +1030
6259
6260    Xi: check all handlers before applying property changes.
6261    
6262    The current code exposes to inconsistent updates, i.e. if handler N succeeds
6263    but handler N+1 fails in setting the property, an error is returned to the
6264    client although parts of the server now behave as if the property change
6265    succeeded.
6266    
6267    This patch adds a "checkonly" parameter to the SetProperty handler. The
6268    handlers are then called twice, once with checkonly set to TRUE.
6269    On the checkonly run, handlers _MUST_ return error codes if the property
6270    cannot be applied. Handlers are not permitted to actually apply the changes.
6271    On the second run, handlers are permitted to apply property changes.
6272    Errors codes returned on the second run are ignored.
6273
6274commit ad67e3f063aa79247270f29e989bbfe5f62c9ed7
6275Author: Peter Hutterer <peter.hutterer@redhat.com>
6276Date:   Sun Oct 12 10:19:36 2008 +1030
6277
6278    dix: remove duplicate code in ReleaseActiveGrabs
6279    
6280    Spotted by Colin Harrison.
6281
6282commit 3fc4f40b6c6cb416c9dc4bdb35c91b4f32c03ccc
6283Author: Aaron Plattner <aplattner@nvidia.com>
6284Date:   Sun Oct 12 16:08:26 2008 -0700
6285
6286    Restore xf86{Enable, Disable}GeneralHandler.
6287    
6288    These were useful as part of the generic handler ABI, and are used by the NVIDIA
6289    driver.
6290    
6291    This reverts part of commit 50081d2dfb79878cb931a15c265f0d60698dfd39.
6292
6293commit 2217d22a76cdb2460f9683a6bf74c7248612889d
6294Author: Aaron Plattner <aplattner@nvidia.com>
6295Date:   Sun Oct 12 16:07:24 2008 -0700
6296
6297    Revert "xfree86: xf86{Enable, Disable}InputHandler can be static."
6298    
6299    These were potentially useful as part of the input handler ABI, even if nobody
6300    currently uses them.
6301    
6302    This reverts commit 278c11f01fbc6d6bd91c5a7127928c9ef5d29fca.
6303
6304commit 5b336585a4cdf11d20831a9536ad581e959ea7f1
6305Author: Maarten Maathuis <madman2003@gmail.com>
6306Date:   Fri Oct 10 23:23:02 2008 +0200
6307
6308    dri: don't set the dixPrivate key to NULL, as this is a staticly set variable.
6309    
6310    - This breaks on the 2nd server generation.
6311    - No other subsystem seems to NULL their key.
6312    - This should fix bug 17982.
6313
6314commit b736f477f5324f79af30fc0f941ba0714a34ccda
6315Author: Adam Jackson <ajax@redhat.com>
6316Date:   Fri Oct 10 16:33:24 2008 -0400
6317
6318    mieq: Backtrace when the queue overflows.
6319    
6320    Since we're probably stuck down in a driver somewhere, let's at least
6321    try to point out where.  This will need to be rethought when the input
6322    thread work lands though.
6323
6324commit 94ed0ba1b5043ad9fc33b42756af447d5ab15bbd
6325Author: Adam Jackson <ajax@redhat.com>
6326Date:   Fri Oct 10 15:53:48 2008 -0400
6327
6328    Move xorg_backtrace() up to the OS level so we can call it from DIX.
6329
6330commit f650c1aeb06e957626bb0a74eddbb133f59dbecb
6331Author: Adam Jackson <ajax@redhat.com>
6332Date:   Fri Oct 10 14:07:28 2008 -0400
6333
6334    Revert "Don't leak EDID_block"
6335    
6336    This reverts commit 05cdef18ca668ffc86b71033f71cfbd262cdd994.
6337    
6338    http://lists.freedesktop.org/archives/xorg/2008-October/039305.html
6339
6340commit 0660dd9d7009147c395b9ea904539f76f55b9a7f
6341Author: Adam Jackson <ajax@redhat.com>
6342Date:   Fri Oct 10 13:41:50 2008 -0400
6343
6344    EDID: Catch monitors that encode aspect ratio for physical size.
6345    
6346    This is not legal in either EDID 1.3 or 1.4, but hey, when did a little
6347    thing like legality stop anyone.
6348
6349commit 956a4ba40b28251ab2d88b5d5b0796e01afd2bdd
6350Author: Maarten Maathuis <madman2003@gmail.com>
6351Date:   Fri Oct 10 00:28:34 2008 +0200
6352
6353    pixmap: Add some notes to devKind and devPrivate.
6354
6355commit 4808bdec45775342eb9a6352b41e4919e1a69279
6356Author: Peter Hutterer <peter.hutterer@redhat.com>
6357Date:   Thu Oct 9 16:23:24 2008 +1030
6358
6359    Xi: don't memcpy the KeyClassRec from SD to MD. #16167
6360    
6361    Most of its component get copied during CopyKeyClass anyway.
6362    The ones that aren't:
6363      postdown - never changed for virtual devices anyway.
6364      down - shouldn't change that without sending events.
6365    
6366    memcpy'ing the struct also copied mapWidth, which means we didn't realloc
6367    during SetKeySymsMap lateron, overwriting the memory assigned to us.
6368    
6369    X.Org Bug 16167 <http://bugs.freedesktop.org/show_bug.cgi?id=16167>
6370
6371commit 18cdd733ad3dd36fa0a23dfbf18c7d99b86c0276
6372Author: Peter Hutterer <peter.hutterer@redhat.com>
6373Date:   Thu Oct 9 17:26:00 2008 +1030
6374
6375    kdrive: fix dixflags so they're always defined before enqueuing events #17734
6376    
6377    If absolute events were posted, dixflags got set conditionally on whether the
6378    valuators are different from the last posted set of values.
6379    If dixflags are undefined however, the DIX interprets them as relative
6380    valuators. Fix this by making sure defining dixflags is always defined.
6381    
6382    X.Org Bug 17724 <http://bugs.freedesktop.org/show_bug.cgi?id=17734>
6383
6384commit d58f2c30c64e8b2d8179dac06e0a54be06099da6
6385Author: Peter Hutterer <peter.hutterer@redhat.com>
6386Date:   Thu Oct 9 16:50:54 2008 +1030
6387
6388    kdrive: lastx/y needs to be set to the event coordinates #17728
6389    
6390    X.Org Bug 17728 <http://bugs.freedesktop.org/show_bug.cgi?id=17728>
6391
6392commit decec14219bcd992ec426e202ff3c8681b520b74
6393Author: Peter Hutterer <peter.hutterer@redhat.com>
6394Date:   Thu Oct 9 15:10:21 2008 +1030
6395
6396    dix: silence "unused variable" compiler warning.
6397
6398commit 0b4b683f3eeec43536e73be302a4c396fe4d9894
6399Author: Peter Hutterer <peter.hutterer@redhat.com>
6400Date:   Tue Oct 7 18:44:42 2008 +1030
6401
6402    xfree86: export NewInputDeviceRequest/DeleteInputDeviceRequest
6403    
6404    NIDR should be used to create a new SD from e.g. within a driver.
6405    DIDR should be used to remove a device from the server.
6406    
6407    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
6408
6409commit 5e213fe1022bf96747834a3ac227929b23136ee6
6410Author: Peter Hutterer <peter.hutterer@redhat.com>
6411Date:   Thu Oct 9 11:29:11 2008 +1030
6412
6413    xfree86: cache dev->isMaster before freeing the device.
6414
6415commit 05cdef18ca668ffc86b71033f71cfbd262cdd994
6416Author: Zhenyu Wang <zhenyu.z.wang@intel.com>
6417Date:   Fri Oct 10 13:45:51 2008 +0800
6418
6419    Don't leak EDID_block
6420
6421commit 2d9da7a5f384d5f38b2be79b1ea0df5a3deb52d1
6422Author: Luc Verhaegen <libv@skynet.be>
6423Date:   Thu Oct 9 22:22:53 2008 +0200
6424
6425    DGA: Track client state even when using old style DGA.
6426    
6427    This fixes the issue that a badly killed DGA will keep on hogging
6428    mode/framebuffer/mouse/keyboard.
6429
6430commit 322335d5b5b6f155f56fe3c1cbe372f13dc20932
6431Author: Luc Verhaegen <libv@skynet.be>
6432Date:   Thu Oct 9 22:21:05 2008 +0200
6433
6434    DGA: Mash together xf86dga.c and xf86dga2.c.
6435    
6436    This in preparation for an upcoming client state tracking fix.
6437
6438commit d13c3cbd43bc5e6b459c7df822292cf02ad2c9c4
6439Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
6440Date:   Wed Oct 8 18:39:41 2008 -0700
6441
6442    XQuartz: Some motion made towards supporting fullscreen.
6443    (cherry picked from commit 99be3d68b64059caada739a373e5e01844c776e0)
6444
6445commit dc166bf6423f4243ea05f17340ff9ff99ecad74b
6446Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
6447Date:   Tue Oct 7 11:39:08 2008 -0700
6448
6449    XQuartz: Fixed EXTRA_DIST for new GL files.
6450    (cherry picked from commit a11c9052030b44045f037050a5825256b539ed50)
6451
6452commit 803327929445256e159c10894e6305fbaa389982
6453Author: George Staplin <georgestaplin@george-staplins-mac-pro.local>
6454Date:   Tue Oct 7 12:12:38 2008 -0600
6455
6456    XQuartz: GL: setVisualConfigs() copied the behavior of indirect.c which is wrong, with regard to the handling of xcalloc failure.
6457    
6458    Use ErrorF for an error message after an xcalloc failure, and return instead of falling through to GlxSetVisualConfigs, or abort()ing at the test branch.
6459    (cherry picked from commit 1056700971fd5c034396ed6dbea15e092f0c6332)
6460
6461commit f1fec6f323b27a0165325d8fcf6af7ae163bde14
6462Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
6463Date:   Wed Oct 8 18:45:04 2008 -0700
6464
6465    XQuartz: Call setVisualConfigs in InitOutput, and only when GLXEXT is defined.
6466    (cherry picked from commit 97173d4eda142c73bb975cc05225b791778f85af)
6467
6468commit 52accec7dbc613a521e40449b8bb5f0c92ddb105
6469Author: George Staplin <georgestaplin@george-staplins-mac-pro.local>
6470Date:   Tue Oct 7 11:31:48 2008 -0600
6471
6472    XQuartz: GL: Add the proper license information to the new files, and add more commentary to setVisualConfigs().
6473    (cherry picked from commit 190a3d5e5de9915931928fb8e6da88bb9644cda4)
6474
6475commit 63abdf61151cc90f769ed1708ee19b6c434c27c9
6476Author: George Staplin <georgestaplin@george-staplins-mac-pro.local>
6477Date:   Mon Oct 6 18:05:12 2008 -0600
6478
6479    XQuartz: GL: Add the new C code to the Makefile.am.
6480    
6481    Commit the darwin.c changes I missed in the last commit, for calling
6482    setVisualConfigs().
6483    (cherry picked from commit eb3c014e1710bf0b93bda10ddb9b795cd150d02d)
6484
6485commit a8f5d422c9c0a39f55e80bbd180439b6ec3a805c
6486Author: George Staplin <georgestaplin@george-staplins-mac-pro.local>
6487Date:   Mon Oct 6 18:01:23 2008 -0600
6488
6489    XQuartz: GL: Provide code for getting the capabilities of the underlying system's CGL.
6490    
6491    Add a setVisualConfigs that is called before the fbScreenInit, to setup the __GLXvisualConfigs.
6492    (cherry picked from commit fc86f9e4482043eca76d9d7a96e166be1aabf674)
6493
6494commit 2998e48be343ab2a11d6d328fc961ab5b8eb9292
6495Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
6496Date:   Sat Oct 4 21:25:50 2008 -0700
6497
6498    Xquartz: Fix parallel builds
6499    (cherry picked from commit 1fe7298a3b9a2ed82c612292f9e547cf78f99ae5)
6500
6501commit 7aa535708f1f33173bf05abc17b75e0841ffc385
6502Author: Adam Jackson <ajax@redhat.com>
6503Date:   Wed Oct 8 16:25:59 2008 -0400
6504
6505    Fix more xcalloc stupidity.
6506    
6507    Did I mention the hate?  Pretty sure I mentioned the hate.
6508
6509commit 4fe80aa14a24df6d0611c47fc5654c3c4f56fdb1
6510Author: Adam Jackson <ajax@redhat.com>
6511Date:   Wed Oct 8 16:22:35 2008 -0400
6512
6513    I hate you xlib.  Please die in a fire.
6514
6515commit 2c5332872f808e7a646a63ae7ec63a2b80f83ee7
6516Author: Adam Jackson <ajax@redhat.com>
6517Date:   Wed Oct 8 13:39:49 2008 -0400
6518
6519    s/kdDontZap/kdAllowZap/
6520
6521commit 1feb69eb63e6739ff5db255ad529e84adf941a10
6522Author: Luc Verhaegen <libv@skynet.be>
6523Date:   Wed Oct 8 14:55:29 2008 +0200
6524
6525    DGA: Fix ProcXF86DGASetViewPort for missing support in driver.
6526    
6527    Fixes a segfault when trying to activate a DGA mode without checking
6528    whether DGA modesetting is at all possible.
6529
6530commit d1bb5e3b47ab71aa2f18f69daaf2a4c5ce06d800
6531Author: Tiago Vignatti <vignatti@c3sl.ufpr.br>
6532Date:   Wed Oct 8 03:19:45 2008 -0300
6533
6534    mi: functions here are carrying 'time' without need.
6535
6536commit 4964a9ca6c3f26376469b6d8217815a47231f0a9
6537Author: Tiago Vignatti <vignatti@c3sl.ufpr.br>
6538Date:   Wed Oct 8 03:06:32 2008 -0300
6539
6540    mi: remove deprecated and unused functions.
6541    
6542    miPointerDeltaCursor, miPointerGetMotionBufferSize and
6543    miPointerSetNewScreen.
6544
6545commit adf3e296e2b00164fb22e89ad4f44acbd2e3deae
6546Author: Tiago Vignatti <vignatti@c3sl.ufpr.br>
6547Date:   Wed Oct 8 02:12:49 2008 -0300
6548
6549    Remove unused declarations.
6550    
6551    AvailableClientInput (LBX debris) and xf86XinputFinalizeInit.
6552
6553commit bca9fa2efe97d2816a2e9412cdff08a0145c8f96
6554Author: Tiago Vignatti <vignatti@c3sl.ufpr.br>
6555Date:   Wed Oct 8 01:38:27 2008 -0300
6556
6557    Everyone knows that the loader is present. Silence it.
6558
6559commit 56c615368c5a8e7acb0398434c2c68578626aa38
6560Author: Zhenyu Wang <zhenyu.z.wang@intel.com>
6561Date:   Wed Oct 8 13:33:55 2008 +0800
6562
6563    Check nextEnabledOutput()'s return in bestModeForAspect()
6564    
6565    In case no enabled outputs, we will reference wrong index of
6566    output array.
6567
6568commit 278c11f01fbc6d6bd91c5a7127928c9ef5d29fca
6569Author: Tiago Vignatti <vignatti@c3sl.ufpr.br>
6570Date:   Wed Oct 8 01:18:49 2008 -0300
6571
6572    xfree86: xf86{Enable, Disable}InputHandler can be static.
6573
6574commit 50081d2dfb79878cb931a15c265f0d60698dfd39
6575Author: Tiago Vignatti <vignatti@c3sl.ufpr.br>
6576Date:   Wed Oct 8 01:11:38 2008 -0300
6577
6578    xfree86: remove xf86{Enable, Disable}GeneralHandler and others unused.
6579
6580commit 54294e15ecf4a8ec0fd9fa8b6ed1a1b2d912ec7e
6581Author: Tiago Vignatti <vignatti@c3sl.ufpr.br>
6582Date:   Wed Oct 8 00:43:22 2008 -0300
6583
6584    xfree86: fix wrong function name message errors.
6585
6586commit 57dbb90f198116dcaf17c8111a7f80644d7ebe7f
6587Author: Adam Jackson <ajax@redhat.com>
6588Date:   Tue Oct 7 20:36:45 2008 -0400
6589
6590    Document zap/-retro interaction more.
6591
6592commit 617933e8c259ad12388c0dd13421846a873975e3
6593Author: Daniel Stone <daniel@fooishbar.org>
6594Date:   Wed Oct 8 02:45:59 2008 +0300
6595
6596    XFree86: Fix DontZap interaction with -retro
6597    
6598    -retro will now _not_ override (No)DontZap, if it's set in the config
6599    file.
6600
6601commit d80bae2237e555025465d4d761a5cc537cc2bcdd
6602Author: Daniel Stone <daniel@fooishbar.org>
6603Date:   Wed Oct 8 02:43:27 2008 +0300
6604
6605    Update docs to reflect new DontZap default
6606
6607commit 42e7b64bf90604e0099702f5447163be80a2efb6
6608Author: Adam Jackson <ajax@redhat.com>
6609Date:   Tue Oct 7 20:32:02 2008 -0400
6610
6611    -retro enables zapping
6612
6613commit 9d135ac10a7374c7ccda705f1eeb02cc53076c34
6614Author: Daniel Stone <daniel@fooishbar.org>
6615Date:   Wed Oct 8 02:30:05 2008 +0300
6616
6617    Input: Make DontZap the default
6618    
6619    If you need to bail out the server, use Ctrl-Alt-Fx, or enable zapping
6620    if it bothers you that much.  If Ctrl-Alt-Fx is broken, nag me until
6621    it's permanently fixed.
6622
6623commit b574365fca954a999ebaeb7203d1e0ea6d99b3ea
6624Author: Aaron Plattner <aplattner@nvidia.com>
6625Date:   Tue Oct 7 13:09:11 2008 -0700
6626
6627    Revert "Unexport (and unimplement) xf86SetAccessFuncs" for now.
6628    
6629    The nvidia driver currently uses these hooks to work around problems where RAC
6630    will disable access to the hardware at unexpected times.  This change restores
6631    these hooks until we can come up with a better API for working around RAC.
6632    
6633    This reverts commit c1df4fbede8058c15ce3a5759a7758fecafbb9e7.
6634
6635commit fe85ec34ec2b58188633dac4464a1e9e9977652b
6636Author: Aaron Plattner <aplattner@nvidia.com>
6637Date:   Tue Oct 7 13:08:38 2008 -0700
6638
6639    Revert "Remove unused server state change callbackery" for now.
6640    
6641    The nvidia driver currently uses these callbacks to work around problems where
6642    RAC will disable access to the hardware at unexpected times.  This change
6643    restores these hooks until we can come up with a better API for working around
6644    RAC.
6645    
6646    This reverts commit d7c0ba2e9eae7044ef4c31d9c3cbb9a71ee0f9f9.
6647    
6648    Conflicts:
6649    
6650    	hw/xfree86/loader/xf86sym.c
6651
6652commit 94919480d8bb66e1807b4fe87b8f326ef6e012c6
6653Author: Adam Jackson <ajax@redhat.com>
6654Date:   Tue Oct 7 13:41:25 2008 -0400
6655
6656    int10: Fix a nasty memory leak.
6657
6658commit a57b2f172c1291f22f7ba2780c1b2f55e353c3e9
6659Author: Adam Jackson <ajax@redhat.com>
6660Date:   Tue Oct 7 13:39:10 2008 -0400
6661
6662    int10: Don't warn when scanning for devices we don't have.
6663    
6664    Some BIOSes (hi XGI!) will attempt to enumerate the PCI bus by asking
6665    for the config space of every possible device number.  This despite
6666    perfectly functional BIOS methods to enumerate the bus exactly.
6667
6668commit a65e36a873cd1ba9896cd0f9a3e94dd933666005
6669Author: Adam Jackson <ajax@redhat.com>
6670Date:   Tue Oct 7 13:38:12 2008 -0400
6671
6672    int10: Remove useless check.
6673    
6674    If you have more than one PCI device with the same d/b/d/f, you're
6675    already in trouble.
6676
6677commit 6dbfca571f6d214dc456710a60ebbbbd204cdbbd
6678Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
6679Date:   Tue Oct 7 10:07:03 2008 -0700
6680
6681    Depend on xtrans >= 1.2.2 for TRANS_NOXAUTH
6682
6683commit 30193fbff9d9284fbbd81fe5f7b6c4d102daf1d1
6684Author: Adam Jackson <ajax@redhat.com>
6685Date:   Tue Oct 7 10:36:12 2008 -0400
6686
6687    Reinstate cursorScreenDevPriv
6688
6689commit e7cd5d84ed1fb3637dce6e9e6ef58c8611818c4e
6690Author: Dave Airlie <airlied@redhat.com>
6691Date:   Tue Oct 7 16:09:17 2008 +1000
6692
6693    fixup another calloc build issue
6694
6695commit 60cfaa45a532bd3cfcfb4bd57b2f657c0a8b6a6b
6696Author: Adam Jackson <ajax@redhat.com>
6697Date:   Mon Oct 6 18:47:06 2008 -0400
6698
6699    Build fix.
6700
6701commit c6d6d3e87a472b641d883a6c000f96e5bdf48532
6702Author: Adam Jackson <ajax@redhat.com>
6703Date:   Mon Oct 6 16:18:21 2008 -0400
6704
6705    Loader: Unexport a handful of consumerless symbols from dixsym.
6706
6707commit 8a5b89e8e184f4cbf33c6dee0b06e61d8f857576
6708Author: Adam Jackson <ajax@redhat.com>
6709Date:   Mon Oct 6 15:36:51 2008 -0400
6710
6711    xalloc+memset(0) -> xcalloc
6712
6713commit 0b7b89fbac0b3865b2cf51295c68a5f4c7523f28
6714Author: Adam Jackson <ajax@redhat.com>
6715Date:   Mon Oct 6 14:19:30 2008 -0400
6716
6717    xalloc+bzero -> xcalloc
6718
6719commit 9187f6ad9ec7ba9569a93d92561aac17eaa83491
6720Author: Keith Packard <keithp@keithp.com>
6721Date:   Mon Oct 6 12:21:20 2008 -0400
6722
6723    RANDR: Delivery output property events.
6724
6725commit 717c7492a0f6ba3fb3eabda33515881eef314155
6726Author: Dave Airlie <airlied@linux.ie>
6727Date:   Tue Oct 7 02:38:44 2008 +1000
6728
6729    exa: don't call composite routines with no buffer.
6730    
6731    We can get a case with gnome-terminal + links, where we get two arrays
6732    of glyphs all with 0 width and 0 heights in them. If this happens
6733    we manage to get to this case without any buffer setup and segfault.
6734
6735commit aacac3edac7c6b82a0a0e3bc500f563d187e5df3
6736Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
6737Date:   Sat Oct 4 21:07:31 2008 -0700
6738
6739    XQuartz: Bumped bundle version to 2.3.2 for beta1
6740    (cherry picked from commit 2021c4c4e726a6b8f27f19f16ed3d86e37dbe448)
6741
6742commit ed3134918dcbbd58a5ef8359a77e8024c98396e6
6743Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
6744Date:   Sat Oct 4 21:06:58 2008 -0700
6745
6746    XQuartz: pbcopy: Re-enabled some code I commented out for testing
6747    (cherry picked from commit 9b5d11409264080e394c8f18e06237122de80014)
6748
6749commit b3a971d8b5df5ab4af0be49105ef32f67d010901
6750Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
6751Date:   Sat Oct 4 18:54:15 2008 -0700
6752
6753    XQuartz: xpbproxy: Support some of the preference toggles from X11.app, cleaned up CLIPBOARD_MANAGER atom management.
6754    (cherry picked from commit f7673bb4de3c1f71eb390a3279eed3589efc3df4)
6755
6756commit fc35c7a2e2888cb767413f5e85a79c7f422a6284
6757Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
6758Date:   Sat Oct 4 21:16:54 2008 -0700
6759
6760    XQuartz: GLX - enable_stereo defaults option should work now
6761    (cherry picked from commit 3a6898f48756fdb2898292679301ef3dc109b4f6)
6762
6763commit 7818aba1d1e74f4ffe68b7d6806622b94ae8a230
6764Author: Roland Scheidegger <sroland@tungstengraphics.com>
6765Date:   Sat Oct 4 15:50:35 2008 +0200
6766
6767    dri2: fix compilation (remove no longer existing include file)
6768
6769commit a29af6465883796a6acf04b72ce812a0632b2186
6770Author: Maarten Maathuis <madman2003@gmail.com>
6771Date:   Fri Oct 3 23:54:10 2008 +0200
6772
6773    exa: remove "direct" case for exa{Trapezoids,Triangles}
6774    
6775    - By adding a small hack to the xserver i was able to easily test the performance of the normally rare direct case (using cairo).
6776    - It turned out to be 70% slower for me (large test on an otherwise idle computer), which seems enough of a reason to remove it.
6777    - AddTraps could also use a 2nd look, but since noone is using that it's a bit hard and less useful to test.
6778
6779commit 416870d8c9e7e383b87c8513c2296a0cb66e7ef4
6780Author: Maarten Maathuis <madman2003@gmail.com>
6781Date:   Fri Oct 3 22:59:40 2008 +0200
6782
6783    exa: remove some excessive whitespace
6784
6785commit b72a217ad59cc527327d7b1fc81898677b977d8f
6786Author: Adam Jackson <ajax@redhat.com>
6787Date:   Fri Oct 3 18:30:37 2008 -0400
6788
6789    Dangling use of miDestroyGCOps
6790
6791commit f5bbc54a93f53cd4ba124712159bb44c93282a8e
6792Author: Adam Jackson <ajax@redhat.com>
6793Date:   Fri Oct 3 18:18:02 2008 -0400
6794
6795    Fix compile for miSetScreenPixmap prototype.
6796
6797commit 9dbfcd89214241626ac2704d1ffffff1cc0c67ae
6798Author: Adam Jackson <ajax@redhat.com>
6799Date:   Fri Oct 3 17:40:30 2008 -0400
6800
6801    Delete unused miModifyBanking()
6802
6803commit 94825ad3c72a1c3f6a61199c302841f63241cf87
6804Author: Adam Jackson <ajax@redhat.com>
6805Date:   Fri Oct 3 17:39:34 2008 -0400
6806
6807    Remove unused wrapping for visual initialization.
6808
6809commit 4791f8e2ba9a0e318b7f13c83618ece036dd53ed
6810Author: Adam Jackson <ajax@redhat.com>
6811Date:   Fri Oct 3 17:23:58 2008 -0400
6812
6813    staticize mi{G,S}etScreenPixmap
6814
6815commit 14d98b4a2fdea4a4f5cc9b751151672cb392fba3
6816Author: Adam Jackson <ajax@redhat.com>
6817Date:   Fri Oct 3 17:21:16 2008 -0400
6818
6819    miFindMaxBand is dead code
6820
6821commit 48b47928133bc462947104bd0f4204f00b993862
6822Author: Adam Jackson <ajax@redhat.com>
6823Date:   Fri Oct 3 17:16:28 2008 -0400
6824
6825    mi{Create,Destroy}GCOps are unused, nuke 'em.
6826
6827commit bd0e87c74789bd5447ec731aa2d2d6e05dd54abc
6828Author: Adam Jackson <ajax@redhat.com>
6829Date:   Fri Oct 3 17:13:10 2008 -0400
6830
6831    Remove a bunch of unused API from the mi export list.
6832
6833commit ee5e07bc22f0c3af7a412b6bc430eae6a1dafe16
6834Author: Adam Jackson <ajax@redhat.com>
6835Date:   Fri Oct 3 16:58:01 2008 -0400
6836
6837    loader: sort the mi symbol list
6838
6839commit 77d0b0ecfa3c67ff8d11e773a7f083721cf4c6d7
6840Author: Adam Jackson <ajax@redhat.com>
6841Date:   Fri Oct 3 16:53:08 2008 -0400
6842
6843    Remove unused pciNumBuses
6844
6845commit 0ce61e21d6d7dcca0090e319bbcdb678570f2c3f
6846Author: Adam Jackson <ajax@redhat.com>
6847Date:   Fri Oct 3 16:05:19 2008 -0400
6848
6849    Remove the Must_have_memory hack.
6850    
6851    Also remove an astonishing amount of misunderstanding of how casts work.
6852
6853commit e6b1c1fada19268af559d89375989973729fdb19
6854Author: Adam Jackson <ajax@redhat.com>
6855Date:   Fri Oct 3 15:47:50 2008 -0400
6856
6857    const cleanup
6858
6859commit fe616f9230b672edb89fca7516e750dc1b20c690
6860Author: Adam Jackson <ajax@redhat.com>
6861Date:   Fri Oct 3 15:42:58 2008 -0400
6862
6863    Drop the never-called SkippedRequestCallback list.
6864
6865commit 31136b9467c2a17bbed4a51d6a6c41e3290bd236
6866Author: Adam Jackson <ajax@redhat.com>
6867Date:   Fri Oct 3 15:33:47 2008 -0400
6868
6869    Unexport MakeClientGrab{Imp,P}ervious
6870    
6871    xtrap used to use these, but it's gone now.  xtest still does but it's
6872    linked statically.
6873
6874commit eaf3fdf97014c27aececa8505c2713e7c9a537fc
6875Author: Adam Jackson <ajax@redhat.com>
6876Date:   Fri Oct 3 15:24:35 2008 -0400
6877
6878    Unexport xf86NoSharedResources
6879
6880commit d7d9edb506bfea1c10516b6c4eb72dee3559863c
6881Author: Adam Jackson <ajax@redhat.com>
6882Date:   Fri Oct 3 15:17:44 2008 -0400
6883
6884    Unexport xf86DeallocateResourcesForEntity
6885
6886commit 49673b43584928c22d699d1968ed6813b272aefe
6887Author: Adam Jackson <ajax@redhat.com>
6888Date:   Fri Oct 3 15:13:39 2008 -0400
6889
6890    Unexport xf86SetEntityFuncs
6891
6892commit 949ef6b79a36d6f6bbc192c20ef0f13cc95d4f28
6893Author: Adam Jackson <ajax@redhat.com>
6894Date:   Fri Oct 3 15:10:26 2008 -0400
6895
6896    Unexport xf86ChkConflict
6897    
6898    Also remove the unused internal ChkConflict()
6899
6900commit d7c0ba2e9eae7044ef4c31d9c3cbb9a71ee0f9f9
6901Author: Adam Jackson <ajax@redhat.com>
6902Date:   Fri Oct 3 15:06:42 2008 -0400
6903
6904    Remove unused server state change callbackery.
6905
6906commit 9ada146a16bcf220b2dd2936fb3a0349a31e99d3
6907Author: Adam Jackson <ajax@redhat.com>
6908Date:   Fri Oct 3 14:40:18 2008 -0400
6909
6910    xf86RegisterResources: Always print any failed registrations.
6911
6912commit a5d3fa90f3de763a5dcbb0ff4987562449819323
6913Author: Adam Jackson <ajax@redhat.com>
6914Date:   Fri Oct 3 14:38:48 2008 -0400
6915
6916    Typo fix.
6917
6918commit cc3335858508ffbc52123eb5bb0c34f42800c8c4
6919Author: Adam Jackson <ajax@redhat.com>
6920Date:   Fri Oct 3 14:37:59 2008 -0400
6921
6922    Remove the old implementation of RemoveOverlaps
6923
6924commit 8fbf1185f5d6a1836b3e4265de6f605d82478e0b
6925Author: Adam Jackson <ajax@redhat.com>
6926Date:   Fri Oct 3 14:32:32 2008 -0400
6927
6928    Internalise some resource list API.
6929
6930commit 0ca4f3cee7e42a393cdd32d3a772a190ae68abc5
6931Author: Adam Jackson <ajax@redhat.com>
6932Date:   Fri Oct 3 13:29:55 2008 -0400
6933
6934    Unexport xf86EnterServerState
6935
6936commit c1df4fbede8058c15ce3a5759a7758fecafbb9e7
6937Author: Adam Jackson <ajax@redhat.com>
6938Date:   Fri Oct 3 13:08:43 2008 -0400
6939
6940    Unexport (and unimplement) xf86SetAccessFuncs.
6941    
6942    Because, no.
6943
6944commit 44269e604eb60ebaa6189fd4409d39a4ec6b9f4b
6945Author: Adam Jackson <ajax@redhat.com>
6946Date:   Fri Oct 3 13:02:50 2008 -0400
6947
6948    RAC: NO_SEPARATE_*_FROM_* are useless.
6949    
6950    If anyone can come up with an example of a bus where:
6951    
6952    - both i/o and memory resources are addressable
6953    - access to them can be controlled
6954    - but they can't be controlled independently
6955    
6956    then by all means, reinstate this logic.
6957
6958commit 51fcb58f45824c7cde88b8b4ccbd6bdcf760280e
6959Author: Adam Jackson <ajax@redhat.com>
6960Date:   Fri Oct 3 12:39:49 2008 -0400
6961
6962    RAC: AccessEnable() and AccessDisable() are mandatory.
6963
6964commit 9c5fc7762e9ca09847965e67e247d95dfc197266
6965Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
6966Date:   Fri Oct 3 11:24:34 2008 -0700
6967
6968    Partially reverts commit 505c216d030a8eb6e9fa757ecebed9597a850c88.
6969    
6970    I don't know how the hell git-cherrypick messed that up to delete fbwindow.c
6971
6972commit 7bb73a9513710feaebc127998950e9f472bfcc0d
6973Author: George Peter Staplin <gps@Georges-Workstation.local>
6974Date:   Tue Sep 30 23:53:12 2008 -0600
6975
6976    XQuartz: pbproxy: Possibly fix a memory leak by using an [NSApp run] loop,
6977    instead of calling CFRunLoopRun() directly.  The leak wasn't reproducible on
6978    this machine, but someone was able to produce a leak trace with Instruments
6979    that indicates it was leaking in the CFRunLoopRun() path.
6980    
6981    x-input.m: dequeue and ignore events when pbproxy_active is false.
6982    
6983    x-selection.h: add an is_active method that is used by x-input.m to ignore
6984    events.
6985    
6986    x-selection.m: Handle nearly every preference, except for primary_on_grab,
6987    which I don't really understand yet.
6988    (cherry picked from commit 4d51ad851e64da83cbdfb0a4a22428418a7bcf75)
6989
6990commit 2a5ce41f0371ad5df52586b8d4072578b6206321
6991Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
6992Date:   Tue Sep 30 13:54:08 2008 -0700
6993
6994    XQuartz: Use "pointer" and "pen" for device names to please GDK.
6995    (cherry picked from commit 00ca0f4d839abf47e9573a1552473e039cf787e6)
6996
6997commit d3f597a986dcbc7e4164f350300dbd2e438949d8
6998Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
6999Date:   Tue Sep 30 11:10:58 2008 -0700
7000
7001    XQuartz: Workaround for initial pressure/tilt being sent as 0 with motion during the proximity event
7002    (cherry picked from commit 9a91d770a6411dd876187e64a8bda1f0745169ae)
7003
7004commit 1657dfb843c0127ea31bfd0a8ef81d0c394cbc7b
7005Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
7006Date:   Tue Sep 30 08:46:08 2008 -0700
7007
7008    XQuartz: Using absolute ranges for pointer location to increase resolution and better support tablets.
7009    (cherry picked from commit d79ccb45f68b65d65718b5b77efe2fae6eeda762)
7010
7011commit 88bb8c6f485a7aaf40f684d484a33cfedfa74a70
7012Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
7013Date:   Mon Sep 29 22:33:02 2008 -0700
7014
7015    XQuartz: Removed resolved comment about localization.
7016    (cherry picked from commit 8ed5faf058ac7b0782a9cc13a2c58b80168358d2)
7017
7018commit b1d0b196617643619d24ed520b0a1161e26b66c6
7019Author: George Peter Staplin <gps@Georges-Workstation.local>
7020Date:   Tue Sep 30 13:04:35 2008 -0600
7021
7022    XQuartz: pbproxy: Make the signal handler safer by using _exit, and only exit.
7023    
7024    Remove some unnecesssary headers.
7025    
7026    Remove some dead code that was never called or used in pbproxy.
7027    
7028    Make use of an NSAutoreleasePool in x_init.  It could potentially cause a leak
7029    on a startup without this.
7030    
7031    Start adding reload_preferences to the x_selection class, as well as event
7032    handling for that.
7033    (cherry picked from commit 602e8ba8f7ee196696bc9e3cea6ecdf3200dcf5c)
7034
7035commit ecd260143cf9f012f033ba029ad04cb49567c89a
7036Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
7037Date:   Mon Sep 29 22:32:24 2008 -0700
7038
7039    XQuartz: Added some localizable strings that were missing.
7040    (cherry picked from commit 2c8205ea8b709c5859412b466e83aec7a94acdcf)
7041
7042commit aae878b89081ffba16386e8d4987469313049bea
7043Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
7044Date:   Mon Sep 29 22:26:20 2008 -0700
7045
7046    XQuartz: Actually send the pointer event from the pen even if it happes to actually have 0 pressure and 0 tilt.
7047    (cherry picked from commit f41583761955cb9c92c43239bfaa8ae0e5d95e33)
7048
7049commit b7ad86ff8a9115147c0cf02af9e80ec464129392
7050Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
7051Date:   Sat Sep 27 15:30:10 2008 -0700
7052
7053    Xquartz: xpbproxy: Split out app-specific stuff to app-main.m in prep for making this into a thread.
7054    (cherry picked from commit c2012138a520560f8a2160518ea73fced410c3b7)
7055
7056commit 5446adebfb085dd05471729bf5c55bf820b1cbe3
7057Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
7058Date:   Fri Oct 3 11:12:49 2008 -0700
7059
7060    XQuartz: Send AppleWMReloadPreferences where appropriate.
7061    (cherry picked from commit 490cbe9888e2c1080495b003c429fdb1659444e1)
7062
7063commit 6020c3fbfe06530cb2b90178d17a7d63beae028a
7064Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
7065Date:   Fri Oct 3 11:09:26 2008 -0700
7066
7067    XQuartz: Added a --enable-integrated-xpbproxy configure option for building xpbproxy as an app or as a thread.
7068    (cherry picked from commit 8edc5fb38c922f28659d2f823148339a8907c4d9)
7069    (cherry picked from commit 88033a66a5549870fd053795b019d4c22950425b)
7070
7071commit 505c216d030a8eb6e9fa757ecebed9597a850c88
7072Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
7073Date:   Fri Oct 3 11:11:37 2008 -0700
7074
7075    Added dep on applewmproto 1.1.0
7076    (cherry picked from commit b350b066740a2e72585153e35478538cf1bca9ef)
7077
7078commit 1c1a6e965da412e767ad8bc15a5362116d64c6b0
7079Author: Adam Jackson <ajax@redhat.com>
7080Date:   Mon Sep 22 22:09:19 2008 -0400
7081
7082    Remove an utterly, utterly ancient changelog.
7083    
7084    Wow.
7085
7086commit 9c8a2be2c73abf06245b1eb7f05f93e104dcfe42
7087Author: Peter Hutterer <peter.hutterer@redhat.com>
7088Date:   Thu Oct 2 08:55:14 2008 +0930
7089
7090    dix: fix axis scaling.
7091    
7092    For two axes [a, b] and [x, y] (inclusive), the formula to scale point P(ab)
7093    to (x,y) is:
7094        (P - a)/(b - a) * (y - x) + x
7095    
7096    And the whole end result rounded of course to get the integer we need.
7097
7098commit 93ef72fa26b27cf90bf5c64ec19ac295a113aaae
7099Author: Peter Hutterer <peter.hutterer@redhat.com>
7100Date:   Sun Sep 28 21:47:21 2008 +0930
7101
7102    dix: don't lose subpixel precision when scaling.
7103    
7104    Only scale x/y back from screen range if we have crossed screen, otherwise
7105    leave it as it is.
7106
7107commit 5ef5e89f0e4b9b8820093e072430e295efce32fa
7108Author: Simon Thum <simon.thum@gmx.de>
7109Date:   Sun Sep 28 22:32:44 2008 +0930
7110
7111    dix: fix non-initialization of pointer accel in master devices.
7112    
7113    Init MDs always with PtrAccelNoOp.
7114    
7115    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
7116
7117commit 036d424827726b0c804ae1532109253270744207
7118Author: Peter Hutterer <peter.hutterer@redhat.com>
7119Date:   Fri Sep 26 17:01:12 2008 +0930
7120
7121    xfree86: don't let DGA steal key events outside of [9,255].
7122
7123commit 56a24cf894a142b18c7f18e294074c32031f3d14
7124Author: Adam Jackson <ajax@redhat.com>
7125Date:   Thu Oct 2 17:56:31 2008 -0400
7126
7127    xorg.conf.man: We don't look in root's ~ anymore, don't say we do.
7128
7129commit 7921c4a0bfc843c772dcb2fc185d4bcab1316330
7130Author: Adam Jackson <ajax@redhat.com>
7131Date:   Thu Oct 2 17:08:48 2008 -0400
7132
7133    Remove some stale IPv6 debugging
7134
7135commit f836e1f11b7bf3449c3e469cc7799c4ed28d2356
7136Author: Adam Jackson <ajax@redhat.com>
7137Date:   Thu Oct 2 17:03:54 2008 -0400
7138
7139    Unifdef ISC
7140
7141commit b1a31734731a768d586b4cb18317d4a5c5e20fa8
7142Author: Adam Jackson <ajax@redhat.com>
7143Date:   Thu Oct 2 17:03:21 2008 -0400
7144
7145    Fix bad preprocessor line
7146
7147commit 00f01f39454001846869496d9124f62c01e5691a
7148Author: Adam Jackson <ajax@redhat.com>
7149Date:   Thu Oct 2 15:48:18 2008 -0400
7150
7151    Don't inherit XAUTHORITY from the environment.
7152    
7153    It's not especially obvious, and unpleasantly overloaded for the Xnest
7154    case.  Typically this gives you a server that looks for its auth data in
7155    the authority file you were using for the running X session, which
7156    generally doesn't have an entry for the display you just started.
7157    
7158    All the major dm's, and startx, pass -auth explicitly, so this shouldn't
7159    cause too much upheaval.
7160
7161commit eb8be3e90a9c90a428696026d1e3b2152d7eefb4
7162Author: George Peter Staplin <gps@Georges-Workstation.local>
7163Date:   Thu Sep 25 14:16:20 2008 -0600
7164
7165    XQuartz: pbproxy: Fix another STRING bug.
7166    
7167    Fix the usage of the NSString cStringUsingEncoding: - it doesn't NUL
7168    terminate the string, which lead to a bus error.  So, we use
7169    lengthOfBytesUsingEncoding: to get the length in bytes instead of
7170    strlen().
7171    (cherry picked from commit 6333d619e747c3b6bd3ba7557e35c0e5f6daa40f)
7172
7173commit edfa3f8233fde490cb4255f21473684e96d595a3
7174Author: George Peter Staplin <gps@Georges-Workstation.local>
7175Date:   Thu Sep 25 12:29:57 2008 -0600
7176
7177    XQuartz: pbproxy: Fix a bug that rxvt brought out in STRING copying.  Now I can copy and paste to/from rxvt correctly.
7178    (cherry picked from commit 82a4dc5f0f31a7911ee1cce5d1b162077befa811)
7179
7180commit 12a59c44cb68843a60fc43257930d1cbeb971b7a
7181Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
7182Date:   Wed Sep 24 22:51:03 2008 -0700
7183
7184    XQuartz: Fixed threading issue with TSM.
7185    (cherry picked from commit 93ab4e0071670bb80bfa1170dd97ed9d6d51c67a)
7186
7187commit ee87c9b02401a7a08b396884ba412a503b078bbd
7188Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
7189Date:   Wed Sep 24 18:57:36 2008 -0700
7190
7191    XQuartz: pbproxy: Removed stray SPI include.
7192    (cherry picked from commit 2fb2bc77b804d7b63002c1423cb0bfc658eeee45)
7193
7194commit 591cc57627a9137159fb5a13287c1d61d8d2fc8c
7195Author: George Peter Staplin <gps@Georges-Workstation.local>
7196Date:   Tue Sep 23 13:59:25 2008 -0600
7197
7198    XQuartz: pbproxy: Fix 3 paths that could leak memory.
7199    
7200    2 of the paths leaked, when INCR transfers were done.  Now we
7201    are leak free according to the leaks program for all transfers
7202    I have tried so far.
7203    (cherry picked from commit aa98db576bc02f0765cb35d0282a894ba3778213)
7204
7205commit 586fbc91df731150ff5e39170efe33f3cfac28a2
7206Author: George Peter Staplin <gps@Georges-Workstation.local>
7207Date:   Tue Sep 23 12:39:32 2008 -0600
7208
7209    XQuartz: pbproxy: Fix NSObject memory leaks by properly using the
7210    NSAutoreleasePool.   Now the usage is consistent.  In x_input_run()
7211    we create a pool, and release it after processing the XEvents.
7212    
7213    Add some getpid() output to main for debugging.  It needs a bit more
7214    testing before the next release.
7215    
7216    Don't retain the NSPasteboard as the old code did.  That may have
7217    contributed to the leak, and it made it so that we needed the
7218    NSAutoreleasePool created in main().
7219    
7220    Remove the _known_types, and _pasteboard instance variables from
7221    the x_selection class.  They aren't needed anymore.
7222    
7223    The leaks program now indicates 0 leaks after some usage.  I want
7224    to test further, but this seems much better, and my memory usage
7225    graph indicates it's not growing.
7226    (cherry picked from commit b245d84a72ee3929546cd11a6eba3c60fb4a4d95)
7227
7228commit 238999cfc99dbf306184f0e846465a8707bcc9d2
7229Author: George Peter Staplin <gps@Georges-Workstation.local>
7230Date:   Mon Sep 22 17:36:21 2008 -0600
7231
7232    XQuartz: pbproxy: Add a comment to pbproxy.h about how the DB()
7233    macro causes a leak (according to the leaks program).
7234    
7235    Attempt to fix several other leaks with release method calls.
7236    For some reason the process still grows more than it should...
7237    
7238    I will need to use some better methods than leaks, and malloc_history
7239    I suspect.  Whatever is leaking, it's hard to find.  I need to isolate
7240    the cases more.
7241    
7242    Add a missing image/jpeg branch.
7243    
7244    Remove read_prop_32 - it's not used.
7245    (cherry picked from commit 63a680354dcb545fef935ac97596dd35ceaed960)
7246
7247commit 106eb37e0214bbd864a59119b491abfc54f32629
7248Author: Peter Hutterer <peter.hutterer@redhat.com>
7249Date:   Fri Sep 26 13:05:10 2008 +0930
7250
7251    Require inputproto 1.9.99.5
7252    
7253    Pull and rebuild your input drivers, while you're at it.
7254
7255commit fbd09486c6e6c64db28d81caa5ef04821e49f2eb
7256Author: Peter Hutterer <peter.hutterer@redhat.com>
7257Date:   Tue Sep 23 16:55:04 2008 +0930
7258
7259    Push server-known properties into xserver-properties.h.
7260
7261commit a2d83b9dc8387ec7e70689db1371cf6500b2f68e
7262Author: Peter Hutterer <peter.hutterer@redhat.com>
7263Date:   Thu Sep 18 18:21:03 2008 +0930
7264
7265    Xi: add "deletable" flag to properties, add DeleteProperty handler.
7266    
7267    A property can only be deleted if any of the following is true:
7268    - if a property is deletable and all handlers return Success.
7269    - if a property is non-deleteable and the all handlers return Success AND the
7270      delete request does not come from a client (i.e. driver or the server).
7271    
7272    A client can never delete a non-deletable property.
7273
7274commit 22e90472681ebc7bdd28f82bbf2753a5b259e931
7275Author: Peter Hutterer <peter.hutterer@redhat.com>
7276Date:   Thu Sep 18 16:12:02 2008 +0930
7277
7278    Xi: allow Set/GetProperties to return a status, and honour this status code.
7279    
7280    If a property handler now bails out, return the error code to the caller. This
7281    allows to be slightly more specific with the errors.
7282
7283commit 1e24e7b9df3d02350c7ea18e9379e87fe4d00026
7284Author: Peter Hutterer <peter.hutterer@redhat.com>
7285Date:   Thu Sep 18 15:58:46 2008 +0930
7286
7287    Xi: remove configure/query device property calls.
7288    
7289    This removes all the meta-information about device properties (pending,
7290    fromClient, range, valid_values, immutable).
7291
7292commit feaa5fa6712c8c6f4ca97766e2ac0338253cf3b8
7293Author: Peter Hutterer <peter.hutterer@redhat.com>
7294Date:   Thu Sep 25 11:03:22 2008 +0930
7295
7296    xfixes: realize the invisible cursor before displaying it.
7297    
7298    AllocARGBCursor realizes the cursor but can only do so if we have devices
7299    there already. If we don't - then the cursor needs to be realized elsewhere.
7300    This is usually done in InitializeSprite, but since xfixes just hard-swaps the
7301    (realized) cursor to the InvisibleCursor, we need to manually realize it
7302    before trying to display it.
7303
7304commit e58be0f3425fb3e946a222077672c3c01308f887
7305Author: Peter Hutterer <peter.hutterer@redhat.com>
7306Date:   Tue Sep 23 10:01:30 2008 +0930
7307
7308    config: print error code if NIDR fails.
7309
7310commit 30c3c13f1030268aaa6a3598d538fafd0592d77a
7311Author: Peter Hutterer <peter.hutterer@redhat.com>
7312Date:   Mon Sep 22 11:10:46 2008 +0930
7313
7314    xkb: squash canonical types into explicit ones on core reconstruction.
7315    
7316    If we update key types from core, and groups 2 - n have a canonical type but
7317    the same symbols as the explicit type of group 1, assume that it was a core
7318    sym duplication according to Section 12.4 of the XKB Protocol Spec.
7319    Ignore the canonical types and pretend there's only one group for the key -
7320    with the explicit key type.
7321    
7322    The protocol spec does not cover this case, so we have to guess here.
7323
7324commit ae986d1c73d2f720bd0309d8c33328d14e8eed25
7325Author: Peter Hutterer <peter.hutterer@redhat.com>
7326Date:   Fri Sep 19 18:27:24 2008 +0930
7327
7328    xkb: fix core keyboard map generation. #14373
7329    
7330    According to Section 12.4 of the XKB Protocol Spec, if a key only has a single
7331    group but the keyboard has multiple groups defined, the core description of
7332    the key is a duplication of the single group across all symbols. i.e.
7333    G1L1 G1L2 G1L1 G1L2 G1L3 G1L4 G1L3 G1L4
7334    
7335    The previous code generated G1L1 G1L2 G1L3 G1L4 G1L3 G1L4, leading to
7336    "invented" groups when the process is reversed.
7337    
7338    Note that this creates wrong key types on reconstruction from core to xkb,
7339    i.e. any single-group key with a key type that is not one of the canonical
7340    four (Sec 12.2.3), will get the assigned type on group 1, and a canonical type
7341    for the other gruops.
7342    
7343    X.Org Bug 14373 <http://bugs.freedesktop.org/show_bug.cgi?id=14373>
7344
7345commit 5bf3f0fd4e00f96cfebd14b58580c3c8733626fb
7346Author: Dave Airlie <airlied@linux.ie>
7347Date:   Thu Sep 25 15:40:19 2008 +1000
7348
7349    exa: make sure pixmap devPrivate.ptr is NULL at create time
7350
7351commit 82f150d73cc9a7d8eaf7241a51b03af05bcec159
7352Author: Ian Romanick <ian.d.romanick@intel.com>
7353Date:   Wed Sep 24 16:56:45 2008 -0700
7354
7355    GLX: Make sure GLX_SGI_make_current_read is enabled when possible
7356
7357commit 8d9defe8c2a685709318c1d43379443df3d2322a
7358Author: Adam Jackson <ajax@redhat.com>
7359Date:   Wed Sep 24 10:11:00 2008 -0400
7360
7361    Fix un-suppressing the initial cursor.
7362    
7363    The intended behaviour was "show as soon as someone calls
7364    XDefineCursor".  What you actually got was, uh, slightly less well
7365    defined, since the screen's ChangeWindowAttributes hook would run after
7366    DIX handled the cursor change.  Oops.
7367    
7368    The trivial way to turn the cursor on is:
7369    % xsetroot -cursor_name gumby
7370    
7371    Refer to /usr/include/X11/cursorfont.h for cursor names.
7372    
7373    Thanks to anholt for catching this.
7374
7375commit a39377cbcbd3091095efbeab25bec18ae520147e
7376Author: Keith Packard <keithp@keithp.com>
7377Date:   Tue Sep 23 09:22:07 2008 -0700
7378
7379    Revert "Render: Use built-in SHA1 library"
7380    
7381    This reverts commit d3bd31fddff7894f89ba80a3cdddff49aff08db8.
7382    
7383    X.org should not be providing a custom SHA1 implementation.
7384
7385commit 10a9bac0257b381367cedff395b40425d584bf59
7386Author: Keith Packard <keithp@keithp.com>
7387Date:   Tue Sep 23 09:21:37 2008 -0700
7388
7389    Revert "Update COPYING for SHA1 code"
7390    
7391    This reverts commit 64387c8573ca8b3909667e32d7a9fba9567b21d3.
7392    
7393    X.org should not be providing a custom SHA1 implementation.
7394
7395commit 64387c8573ca8b3909667e32d7a9fba9567b21d3
7396Author: Daniel Stone <daniel@fooishbar.org>
7397Date:   Tue Sep 23 19:05:14 2008 +0300
7398
7399    Update COPYING for SHA1 code
7400
7401commit d3bd31fddff7894f89ba80a3cdddff49aff08db8
7402Author: John Tapsell <johnflux@gmail.com>
7403Date:   Tue Sep 23 18:56:32 2008 +0300
7404
7405    Render: Use built-in SHA1 library
7406    
7407    Getting an external library for SHA1 is a mess, so just use our own,
7408    regrettably.  Public domain implementation.
7409
7410commit 991ed2949ba682684952fe323f8f0f51ebdca98e
7411Author: Adam Jackson <ajax@redhat.com>
7412Date:   Tue Sep 23 10:22:22 2008 -0400
7413
7414    Rename SaveSetMap() to SaveSetShouldMap().
7415    
7416    Avoids preprocessor collision with xfixeswire.h
7417
7418commit ca9fae00795a114bca4397c32b543d6326a4c547
7419Author: Owen Taylor <otaylor@redhat.com>
7420Date:   Mon Sep 22 12:42:41 2008 -0700
7421
7422    Change 'remap' to 'map' in saveset functions/macros
7423    
7424    Now that the code has been fixed so that Unmap means unmap and not "don't
7425    remap", 'remap' was confusing to have in the function names/parameters, so
7426    change it to simple 'map'.
7427    
7428    Signed-off-by: Keith Packard <keithp@keithp.com>
7429
7430commit ad14239a358cf65e5702ec7d054aa1db4f1cdd68
7431Author: Adam Jackson <ajax@redhat.com>
7432Date:   Mon Sep 22 11:26:49 2008 -0400
7433
7434    Upgrade GLX Public License 1.0 to FreeB 2.0.
7435    
7436    According to the press release:
7437    
7438        Previous SGI contributions to the free and open source community
7439        are now available under the new license. These contributions
7440        include the SGI® OpenGL® Sample Implementation, the GLX™ API and
7441        other GLX extensions.
7442    
7443        [...]
7444    
7445        "SGI has been one of the most ardent commercial supporters of free
7446        and open source software, so it was important to us that we continue
7447        to support the free software development community by releasing our
7448        earlier OpenGL-related contributions under this new license," said
7449        Steve Neuner, director of Linux, SGI. "This license ensures that all
7450        existing user communities will benefit, and their work can proceed
7451        unimpeded. Both Mesa and the X.org Project can continue to utilize
7452        this code in free software distributions of GNU/Linux. Now more than
7453        ever, software previously released by SGI under earlier GLX and SGI
7454        Free Software License B is free."
7455    
7456    "The GLX API" is here read to include the original GLX source release
7457    from:
7458    
7459    http://www.sgi.com/products/software/opensource/glx/download.html
7460    ftp://ftp.sgi.com/sgi/opengl/glx/glx1_2.1.tgz
7461    
7462    which includes glxext.c as included in XFree86, from which our copies
7463    in glx/ and hw/dmx/glxProxy/ are derived.
7464
7465commit 722c51960dd4948b8a64f8eff115fa69da597ef9
7466Author: Owen W. Taylor <otaylor@redhat.com>
7467Date:   Mon Sep 22 11:04:26 2008 -0400
7468
7469    Don't remap windows for SaveSetUnmap
7470    
7471    Since ReparentWindow() does a unmap/map pair for windows that are already
7472    mapped, for saveset windows with SaveSetUnmap, we must unmap the window
7473    before calling ReparentWindow() to avoid the generation of MapRequest
7474    events, and so forth.
7475
7476commit 0bb317a78b96fddcdac319c9706b3a12f931ea44
7477Author: Adam Jackson <ajax@redhat.com>
7478Date:   Mon Sep 22 10:51:51 2008 -0400
7479
7480    Default to -br.  Add -retro option for the nostalgic.
7481    
7482    -retro also reverts to the classic cursor display behavior, meaning,
7483    the cursor will be visible before anyone calls XDefineCursor().
7484
7485commit ab17f88506a2dde32c50ff72b03743cd9c384ecc
7486Author: Julien Cristau <jcristau@debian.org>
7487Date:   Mon Sep 22 01:59:31 2008 +0200
7488
7489    Don't use our version of ffs() if the system has one
7490
7491commit af0d5e2ef7b1b3f42e3522568c5f56850823c102
7492Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
7493Date:   Sat Sep 20 19:41:46 2008 -0700
7494
7495    XQuartz: 64bit crash fix ... don't pass pointers through xe.
7496    (cherry picked from commit 5f1265b82edead8f15f2affc79c2782519502fa2)
7497
7498commit 852a0b0dde34e7179394d96d09122b99bf7fe904
7499Author: George Peter Staplin <gps@Georges-Workstation.local>
7500Date:   Sat Sep 20 17:49:16 2008 -0600
7501
7502    XQuartz: pbproxy: Add an X error handler that returns 0.
7503    
7504    Move the struct atom_list into the x-selection class, so that it's
7505    no longer a global variable named atoms.  This may ease pthread
7506    integration and reduce the chances of symbols conflicting.
7507    (cherry picked from commit c1403c713ca80104ae3736bd2ed1eb6ffa5192b6)
7508
7509commit 7fa6fc5ad0b12bc52a1c22906709fbb003782d11
7510Author: George Peter Staplin <gps@Georges-Workstation.local>
7511Date:   Fri Sep 19 21:28:46 2008 -0600
7512
7513    XQuartz: pbproxy: Fix a bug that occured when a PICT format was available.
7514    We may need another branch to convert a PICT to a PNG or JPEG.  For now
7515    TIFF works well in all of the test image copying apps when converted to
7516    PNG or JPEG with an NSBitmapImageRep class.
7517    (cherry picked from commit adf339d8f948fc1e308dbcae38fcfce504b5b0ab)
7518
7519commit f67490ceb5b9ddf25e734cc331705103599f3ed8
7520Author: George Peter Staplin <gps@Georges-Workstation.local>
7521Date:   Fri Sep 19 14:29:37 2008 -0600
7522
7523    XQuartz: pbproxy: Make the proxy handle copy request races, and PRIMARY
7524    INCR transfers mixed with a CLIPBOARD change.
7525    
7526    Fix a bug with some UTF-8 transfers.  I can only guess that my UTF-8
7527    tests before were inadequate.  I can now copy/paste any characters between
7528    uxterm and Textedit.app.
7529    (cherry picked from commit 7ca1532e8e6e2c733c9c508eee0de73d09ecb947)
7530
7531commit b666ffd78155db228174041e9d7460b8a07dde0f
7532Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
7533Date:   Fri Sep 19 13:15:07 2008 -0700
7534
7535    XQuartz: "Disable" the text when syncing is disabled.
7536    (cherry picked from commit 7713d7ab66e74b212a6c0d634a3ad82373e178db)
7537
7538commit dba290ec231422740f453b69b187f80df3f50e4b
7539Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
7540Date:   Sun Sep 21 17:40:35 2008 -0700
7541
7542    XQuartz: Added a preferences UI for pbproxy options.
7543    (cherry picked from commit d76cca5e1eae86450aa236e49a2024881d0bac01)
7544
7545commit a928cae57b47625c9e3d136840d3e5d17fd3c51e
7546Author: George Peter Staplin <gps@Georges-Workstation.local>
7547Date:   Fri Sep 19 00:18:44 2008 -0600
7548
7549    XQuartz: pbproxy: Add a missing include of Xutil.h.  Another header
7550    seems to have done this before, but correctness matters.
7551    (cherry picked from commit 1b4987e779d97b90669bac2405a4672085677f7c)
7552
7553commit 749bdf19b2a50201fddd04207e31122470f435e3
7554Author: George Peter Staplin <gps@Georges-Workstation.local>
7555Date:   Fri Sep 19 00:02:48 2008 -0600
7556
7557    XQuartz: pbproxy: Add COMPOUND_TEXT handling.  Do misc. cleanups with testing
7558    to verify that the behavior didn't change.
7559    
7560    main.m: XInternAtom compound_text, and atom_pair.
7561    
7562    pbproxy.h: Add compound_text and atom_pair to the struct atom_list.
7563    
7564    x-selection.m: Add an #include of Xutil.h.  Refactor the reply struct
7565    initialization to be done in a common place.  Add send_reply: to simplify
7566    the code a bit more.  Add send_compound_text: which handles the
7567    COMPOUND_TEXT type.  Add the beginnings of a send_multiple:.  Change
7568    handle_image:extension: to handle_image:.  The extension: message isn't
7569    needed anymore.
7570    (cherry picked from commit 1e9460abdf5bafe46215966bbef3e796cb1c33e0)
7571
7572commit 00bfbee59fe3b0c8d1a55d1851206857ca563ece
7573Author: George Peter Staplin <gps@Georges-Workstation.local>
7574Date:   Thu Sep 18 13:10:41 2008 -0600
7575
7576    XQuartz: pbproxy: pbproxy now responds to selection request events.
7577    
7578    We can now copy and paste images to and from X11.  Text copying and
7579    pasting works as well.
7580    
7581    The NSPasteboard can contain TIFF or PICT images, and pbproxy will
7582    translate to an image/png or image/jpeg request, and list those in the
7583    TARGETS.
7584    
7585    I added a description of the basic design at the top of x-selection.m.
7586    
7587    I removed the request_data x_selection class struct.  It's not needed.
7588    (cherry picked from commit 4a8daf884694c9c420c45d427f1f84e608e7e48f)
7589
7590commit 811e9f5e9e9c07f4b8fb1e9a4d9df91a2e359221
7591Author: George Peter Staplin <gps@Georges-Workstation.local>
7592Date:   Wed Sep 17 11:59:36 2008 -0600
7593
7594    XQuartz: pbproxy: Use an NSBitmapImageRep to convert an "image/png" selection
7595    to a TIFFRepresentation for use with NSPasteboard.
7596    
7597    This has been tested with the Gimp and works with some minor quartz-wm changes.
7598    The Finder clipboard shows the image updates after an Edit -> Copy.
7599    (cherry picked from commit 12912adaeea759d30f96d8ae51a84fd1659ea0ac)
7600
7601commit d8d555bac77509248d1145e928a2edf500b326b9
7602Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
7603Date:   Wed Sep 17 10:11:00 2008 -0700
7604
7605    XQuartz: Don't enable 8bit visuals in the TrueColor server, since it's not working yet
7606    (cherry picked from commit 1317c8ff94c4bd32617a5398e929f667bd87da58)
7607
7608commit 23ec8261b6a746cb84e1328284fdc5587bca6faf
7609Author: George Peter Staplin <gps@Georges-Workstation.local>
7610Date:   Tue Sep 16 21:09:22 2008 -0600
7611
7612    XQuartz: pbproxy: The greedy CLIPBOARD handling now works for text.
7613    
7614    This change adds some [self own_clipboard] calls in the necessary places to get the proper greedy behavior.
7615    
7616    UTF8_STRING and STRING properties seem to work well now with the test cases (PRIMARY, and CLIPBOARD).  I can copy from several different X apps, and have the behavior be correct when pasting.  I also verified that quartz-wm isn't doing the copying, by disabling the quartz-wm paths.
7617    (cherry picked from commit 934669f732c28f07b9d934d8f8f0b63ccfebd900)
7618
7619commit 7c2eb3d41af33d1c52500111d0d34f9aab8a4542
7620Author: George Peter Staplin <gps@Georges-Workstation.local>
7621Date:   Tue Sep 16 15:21:18 2008 -0600
7622
7623    XQuartz: pbproxy: return the TARGETS list as a 32-bit list to fix a bug that was in the original.
7624    
7625    Add TRACE() calls where appropriate to try to figure out why we are losing CLIPBOARD at times, after transferring PRIMARY to the NSPasteboard.
7626    
7627    Use the new pbproxy_clipboard_to_pasteboard where appropriate.
7628    (cherry picked from commit 40190675a6c1889cca3574e5d1a9c16ab74315a7)
7629
7630commit 81c836902dc5b0b83cd95262d48cbc4c81ff3ae2
7631Author: George Peter Staplin <gps@Georges-Workstation.local>
7632Date:   Mon Sep 15 13:35:46 2008 -0600
7633
7634    Rename reclaim_clipboard to claim_clipboard.
7635    
7636    Convert the puts usage to use DB().
7637    
7638    Add the initial handle_image method.
7639    
7640    Check for nil in the NSString instantiation in various places.
7641    
7642    Add some commentary to enhance the clarity of why I did some things.
7643    (cherry picked from commit 37361567b65241eab64e8b30cd9729d0e71a86d2)
7644
7645commit 85e23affea7bf9aa7615b0292e67f170266d85f8
7646Author: George Peter Staplin <gps@Georges-Workstation.local>
7647Date:   Mon Sep 15 13:31:19 2008 -0600
7648
7649    Add an image_jpeg Atom.
7650    (cherry picked from commit ea9dc27977c5eab666f2aa2d914e4e28d36758c7)
7651
7652commit 6b42f40ff9b9ff3e74ccbb2ce5cfad65016934de
7653Author: George Peter Staplin <gps@Georges-Workstation.local>
7654Date:   Mon Sep 15 13:28:50 2008 -0600
7655
7656    Rename reclaim_clipboard to claim_clipboard.
7657    (cherry picked from commit d333a8e2b5514b8b76a78c6a13a3f5149ea8de27)
7658
7659commit 2ab56981b1a64138d6c1f9ecfb75655477b3e575
7660Author: George Peter Staplin <gps@Georges-Workstation.local>
7661Date:   Mon Sep 15 13:27:08 2008 -0600
7662
7663    Add image/jpeg type, and rename reclaim_clipboard to claim_clipboard.
7664    (cherry picked from commit 32b175ef62b68a971784e51e937e358cb10e20ac)
7665
7666commit cbd32645f7d1054f79ad137a16766da1076c610e
7667Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
7668Date:   Mon Sep 15 09:33:55 2008 -0700
7669
7670    XQuartz: pbproxy: Added global variables to customize how pbproxy behaves
7671    (cherry picked from commit 21a2d0b8d03faf1c66ec0c5c11fbd2ab24547727)
7672
7673commit 5b397642cdc29920245ebe64cc85243cac893e0e
7674Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
7675Date:   Sun Sep 14 09:23:17 2008 -0700
7676
7677    XQuartz: pbproxy: First round of updates to pbproxy from George.
7678    (cherry picked from commit 5c8b956f8f3f17e8d577d97cb66424954be72684)
7679
7680commit dac9e91870f9c787eac97c9d7d0607979c57eb5b
7681Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
7682Date:   Sun Sep 21 17:32:24 2008 -0700
7683
7684    mieq: Made custom event handlers safer for nevents >1
7685
7686commit 8c46505d7d91e0644b19cccc4b342fceb6f86cab
7687Author: Kim Woelders <kim@woelders.dk>
7688Date:   Mon Sep 22 08:37:29 2008 +0930
7689
7690    xkb: fix use of uninitialized variable.
7691    
7692    And some cosmetic changes to use stuff->change consistently.
7693    
7694    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
7695
7696commit 2b266eda6e23d16116f8a8e258192df353970279
7697Author: Peter Harris <peter.harris@hummingbird.com>
7698Date:   Thu Dec 20 15:58:01 2007 -0500
7699
7700    Fix panoramiX request and reply swapping
7701    
7702     Fix panoramiX request and reply swapping
7703     Set window and screen values in panoramix replies
7704     Prevent buffer overrun in ProcPanoramiXGetScreenSize
7705
7706commit 03ab8f11d25b0ca39a3b37b5350bca4c1028768e
7707Author: Keith Packard <keithp@keithp.com>
7708Date:   Thu Sep 18 12:17:05 2008 -0700
7709
7710    When resizing a window with redirected descendents, don't expose them
7711    
7712    Bit/window gravity computations need to recompute exposures to manage the
7713    bits which are saved by gravity during the resize computation. That's easy
7714    for non-redirected windows where the bits are all within the parent's
7715    pixmap. For redirected windows, we don't need to deal with this at all, so
7716    just skip the whole re-computation adventure.
7717    
7718    Signed-off-by: Keith Packard <keithp@keithp.com>
7719
7720commit d26083fe02658e7312a8da6a5b11652f9fe57bc8
7721Author: Keith Packard <keithp@keithp.com>
7722Date:   Thu Sep 18 12:14:58 2008 -0700
7723
7724    Switching from Automatic to Manual redirect needs to unmap/remap
7725    
7726    When changing a window from automatic redirection to manual redirection, the
7727    parent clip list needs to be recomputed; the easy way to get that computed
7728    right is to unmap/map the window, just as when redirecting the window the
7729    first time.
7730    
7731    Thanks to Owen Taylor for helping diagnose this.
7732    
7733    Signed-off-by: Keith Packard <keithp@keithp.com>
7734
7735commit 8bfd88ca61a1747714781a090d1c9dd8f3ad5dfc
7736Author: Adam Jackson <ajax@redhat.com>
7737Date:   Fri Sep 19 12:13:43 2008 -0400
7738
7739    Revert accidental edid changes from previous commit.
7740
7741commit 69b79c1a6648f0d04a1b37a728b2e3d76233530f
7742Author: Adam Jackson <ajax@redhat.com>
7743Date:   Fri Sep 19 12:02:28 2008 -0400
7744
7745    Update to SGI FreeB 2.0.
7746    
7747    Under the terms of version 1.1, "once Covered Code has been published
7748    under a particular version of the License, Recipient may, for the
7749    duration of the License, continue to use it under the terms of that
7750    version, or choose to use such Covered Code under the terms of any
7751    subsequent version published by SGI."
7752    
7753    FreeB 2.0 license refers to "dates of first publication".  They are here
7754    taken to be 1991-2000, as noted in the original license text:
7755    
7756     ** Original Code. The Original Code is: OpenGL Sample Implementation,
7757     ** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,
7758     ** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.
7759     ** Copyright in any portions created by third parties is as indicated
7760     ** elsewhere herein. All Rights Reserved.
7761    
7762    Official FreeB 2.0 text:
7763    
7764    http://oss.sgi.com/projects/FreeB/SGIFreeSWLicB.2.0.pdf
7765    
7766    As always, this code has not been tested for conformance with the OpenGL
7767    specification.  OpenGL conformance testing is available from
7768    http://khronos.org/ and is required for use of the OpenGL logo in
7769    product advertising and promotion.
7770
7771commit cc20112a65d3f641ce0261c86a541f94fae5215c
7772Author: Peter Hutterer <peter.hutterer@redhat.com>
7773Date:   Fri Sep 19 08:44:04 2008 +0930
7774
7775    Xi: don't include client-side headers.
7776    
7777    Spotted by Mikhail Gusarov.
7778
7779commit e76b5b5e731e2d6c61ff6e6e9b2f42b20ac473d5
7780Author: Peter Hutterer <peter.hutterer@redhat.com>
7781Date:   Thu Sep 18 14:51:15 2008 +0930
7782
7783    dix: calloc, not malloc, ValuatorClassRec.
7784    
7785    For master devices, the ptraccel code could segfault on free since we'd be
7786    dereferencing random memory. Callocing the valuatorClassRec is the easy fix.
7787
7788commit f789408f7dbfe57a0111e185ac83d1c70f262ba8
7789Author: Peter Hutterer <peter.hutterer@redhat.com>
7790Date:   Mon Aug 25 14:52:35 2008 +0930
7791
7792    Xi: remove broken SDeviceEnterNotifyEvent, replace with ...Leave...
7793    
7794    The event format is the same for both (bar the type), so one is enough.
7795
7796commit 97b9374a8af5a4cc52f9074feb4ce40cf0b90796
7797Author: Aaron Plattner <aplattner@nvidia.com>
7798Date:   Wed Sep 17 15:48:56 2008 -0700
7799
7800    Conditionalize Composite-based backing store on pScreen->backingStoreSupport.
7801    (cherry picked from commit 37876602957924c7cff759a800eddd574ee2385a)
7802
7803commit b4762c0245ed2966606171cf27f40aa745fdc76e
7804Author: Julien Cristau <jcristau@debian.org>
7805Date:   Tue Sep 16 17:13:42 2008 +0200
7806
7807    exa: disable shared pixmaps
7808    
7809    They got re-enabled in ee7c684f21d220d5e046bab31ae617a7d64d60f6
7810    ("Reimplement ShmPutImage.")
7811
7812commit 52bbfc5bfa64fd09ef625f35a2fb4a0518003825
7813Author: Mikhail Gusarov <dottedmag@dottedmag.net>
7814Date:   Mon Sep 15 10:43:46 2008 -0400
7815
7816    scrnsaver is optional at build time.
7817
7818commit b6ab114212c0e4c3346ceb5b207f14c526ab81e7
7819Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
7820Date:   Fri Sep 12 19:11:53 2008 -0400
7821
7822    Array-index based devPrivates implementation.
7823    
7824    Note: DevPrivateKey is now pointer-to-int, which means
7825    each key now needs to point to some global storage of
7826    size at least sizeof(int).
7827
7828commit 999f3362d50a753c1801d565766219808efdb1a5
7829Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
7830Date:   Fri Sep 5 17:32:16 2008 -0700
7831
7832    XQuartz: Dead code removal
7833    (cherry picked from commit 43184cd379c4fb7254391b8a362016cbf89b5529)
7834
7835commit 6548a55ebdf43231a3c48debf54aa5aa2f1aa956
7836Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
7837Date:   Fri Sep 5 17:05:03 2008 -0700
7838
7839    XQuartz: 256 color support
7840    (cherry picked from commit 8dd6d5c825d457f26b41b79d02d57ed4a5ecf1f5)
7841
7842commit bad7cd14c2021b14971b3f707f927803a053003e
7843Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
7844Date:   Fri Sep 5 10:46:36 2008 -0700
7845
7846    XQuartz: Dead code removal
7847    (cherry picked from commit bf10fb0b1f776e72db7c76db11f764e26f9d62c4)
7848
7849commit 1119fe136f8731f26fc6f50b92f5ddf78f3f83be
7850Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
7851Date:   Fri Sep 5 10:46:20 2008 -0700
7852
7853    XQuartz: Changed around fd handoff model to be more robust
7854    (cherry picked from commit 4fe605c2bc62d50e0b5764d9edda245af227630b)
7855
7856commit 183233b27beb441742a53e440c3389b4ea125b8a
7857Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
7858Date:   Fri Sep 12 15:25:44 2008 -0700
7859
7860    XQuartz: Don't warp the pointer on server start for XQuartz
7861    (cherry picked from commit c0da576d4921c246a9ac747921b48ab9e718347f)
7862
7863commit 7a46dd30d332bc1d42f82b0391e806d3b067ebbd
7864Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
7865Date:   Thu Sep 4 09:18:40 2008 -0700
7866
7867    XQuartz: Dead code removal
7868    (cherry picked from commit 2e45344870f5d17181df6407da3448991036d783)
7869
7870commit 1c70e53f2560cb877c8b149034f296232de67a4e
7871Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
7872Date:   Thu Sep 4 08:55:22 2008 -0700
7873
7874    XQuartz: Fixed proximity logic errors for tablets.
7875    (cherry picked from commit d942849f248c368b92ca73e145e8a5bc339112d7)
7876
7877commit c661c6ae7a9cd981f914484aa4c3007922280def
7878Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
7879Date:   Thu Sep 4 08:07:32 2008 -0700
7880
7881    XQuartz: Remove decls of crashtracer strings that we don't use anymore in here
7882    (cherry picked from commit 4a653c6bfd270f2960a8c7e726e7628cfc3c9051)
7883
7884commit 54162aca404a7de2e560cc2aea01445e14742efe
7885Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
7886Date:   Thu Sep 4 05:18:31 2008 -0700
7887
7888    XQuartz: Fixed a crash in RootlessNativeWindowMoved
7889    (cherry picked from commit a16048cec08e173ce42a78a77704f5fdfcb4480f)
7890
7891commit ce781cac1b52003da6c025cd29e2c2ad97dbb324
7892Author: Eric Anholt <eric@anholt.net>
7893Date:   Thu Sep 11 16:24:20 2008 -0700
7894
7895    Fix distcheck.
7896
7897commit 31c62495f1de6e9ba41e1f6d7fa263eeb849129b
7898Author: Keith Packard <keithp@keithp.com>
7899Date:   Wed Sep 10 13:11:09 2008 +0800
7900
7901    Drop a reference to user mode after create
7902    
7903    User mode has no customer when create until assigned
7904    to some output.
7905
7906commit 079625570d51e41569b73b2fd9237eb8f967f408
7907Author: Aaron Plattner <aplattner@nvidia.com>
7908Date:   Mon Sep 8 08:50:52 2008 -0700
7909
7910    Bump ABI major versions for the TryClientExceptions change from commit 883811c.
7911
7912commit 4e004c68283828660f2259a4a4120a84667dcafa
7913Author: Zhenyu Wang <zhenyu.z.wang@intel.com>
7914Date:   Mon Sep 8 09:16:59 2008 +0800
7915
7916    Revert "randr: fix user mode create initial reference count"
7917    
7918    This reverts commit 7c5ca85a9e6d49ab572831b3e0c08bb4cafb395e.
7919
7920commit 40a9482f8c5b3eac86c221ccce78510e850f4d2b
7921Author: Jesse Barnes <jbarnes@virtuousgeek.org>
7922Date:   Fri Sep 5 06:09:51 2008 -0700
7923
7924    Add cscope files to .gitignore
7925
7926commit bf333c2f9833a178887e7bdd7fc338f1e09c387f
7927Author: John Tapsell <john.tapsell@john-desktop.(none)>
7928Date:   Wed Sep 3 12:20:17 2008 +0100
7929
7930    fbdevhw: Remove pixclock check.
7931    
7932    The check can fail because the output from FBIOGET_VSCREENINFO is used to set
7933    Clock in fbdev2xfree_timing().  Then in fbdevHWSetMode(), xfree2fbdev_timing()
7934    is called which sets the pixclock based on Clock.  The resulting circle results
7935    in slight rounding errors, causing the comparision check in fbdev_modes_equal
7936    to fail.
7937
7938commit 47bf269d5922a4998c33908a53ad1affa8de96c0
7939Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
7940Date:   Wed Sep 3 12:54:56 2008 -0700
7941
7942    mieq: Fix my broken cherry pick.
7943
7944commit 1669308be6d4cc6265e5fa8ef47fbf2cbef6f093
7945Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
7946Date:   Wed Sep 3 09:23:06 2008 -0700
7947
7948    XQuartz: Added pasteboard proxy code stripped out of quartz-wm.
7949    (cherry picked from commit 1f842c71c35db031a24de646429834d6054adf1d)
7950    (cherry picked from commit 144746223d8dc3f6ff2a0e805aa27a6e57df558a)
7951
7952commit 46168b3b404164c1f2e7876031e70fb77192fe75
7953Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
7954Date:   Wed Sep 3 09:11:25 2008 -0700
7955
7956    XQuartz: Updated Tablet code to include ranges for valuators and added cursor and erasor
7957    (cherry picked from commit 6bca78760951cb5cb57ea66b7631a2dc230dc27a)
7958    (cherry picked from commit fafcafd6de39cf6b5967793f03b30b49db36fec5)
7959
7960commit 7f5318131ddf86bed5797c0d9641f6ff34f34be0
7961Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
7962Date:   Wed Sep 3 03:54:42 2008 -0700
7963
7964    XQuartz: Removed "Done" button from Applications Customization.  Now properly save on exit.
7965    (cherry picked from commit 2f1e163d5db6063e54fcaa045ea67c29ce3e46aa)
7966    (cherry picked from commit 7542c00b96461c3474b8c23545171c4b6ddfd29d)
7967
7968commit 9e70a3cf58c205948f6a415e203d825e9b660d9d
7969Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
7970Date:   Wed Sep 3 09:33:39 2008 -0700
7971
7972    mieqProcessInputEvents: Check custom event handlers first.
7973
7974commit 700e8bf33f9b1c3921de912b8110fadf5e0626da
7975Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
7976Date:   Wed Sep 3 02:41:20 2008 -0700
7977
7978    XQuartz: Updated man page
7979    (cherry picked from commit 6932d0d19ea75c64ed38b82a246b68c6bbfb8cec)
7980    (cherry picked from commit 8e3da36b6b0a261975808bc67b5caca733a1a23d)
7981
7982commit 7430bb9093ea8cf9589d745742c7353e53a144f8
7983Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
7984Date:   Wed Sep 3 02:37:09 2008 -0700
7985
7986    XQuartz: Removed dead code (unused option definitions)
7987    (cherry picked from commit 3d74f77490105c0704c0b10dc7a6eb859bf6e985)
7988    (cherry picked from commit c1e5ea9ba058f6a13f564165a3d6862335729630)
7989
7990commit b3836e5bdd7e2e04e563246d90f385e1b4741baa
7991Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
7992Date:   Wed Sep 3 02:36:39 2008 -0700
7993
7994    XQuartz: Cleaned up our sleeping before adding the launchd socket.
7995    (cherry picked from commit ebfe49dfca6e04d66232bad760f522629397cc35)
7996    (cherry picked from commit 2cf74a76d54d795cfc3c0380a526b9177327782d)
7997
7998commit 7c5ca85a9e6d49ab572831b3e0c08bb4cafb395e
7999Author: Zhenyu Wang <zhenyu.z.wang@intel.com>
8000Date:   Wed Sep 3 09:41:00 2008 +0800
8001
8002    randr: fix user mode create initial reference count
8003    
8004    Don't need extra reference count adding when creating user mode.
8005    This fixes user mode destroy, otherwise we get BadAccess error.
8006
8007commit 4e1f9f51a9eea115ce2a073824e9c5cef4e2f364
8008Author: Daniel Drake <dsd@laptop.org>
8009Date:   Tue Sep 2 16:20:40 2008 -0400
8010
8011    Don't try to destroy a NULL pixmap.
8012
8013commit 613ce0955032fb032de0a3940752828d314f057a
8014Author: Adam Jackson <ajax@redhat.com>
8015Date:   Tue Sep 2 15:43:15 2008 -0400
8016
8017    Fix strict-aliasing silliness in XAA.
8018
8019commit b5cdcfa55c399e83d51242e93d4f25d8bc4fec1f
8020Author: Julien Cristau <jcristau@debian.org>
8021Date:   Mon Sep 1 19:45:30 2008 +0200
8022
8023    Xevie: swap replies as necessary
8024
8025commit d3ae193f4ac87530f2745f8cb5e7b70dd516881e
8026Author: Thorvald Natvig <slicer@users.sourceforge.net>
8027Date:   Mon Sep 1 19:36:56 2008 +0200
8028
8029    Xevie: always initialize rep.length (bug#17394)
8030    
8031    The XEvIE extension doesn't clear the rep.length field for any reply but
8032    the version check. Hence, if there is junk data in it and that is sent
8033    to the client, it hangs.
8034    
8035    X.Org bug#17394 (http://bugs.freedesktop.org/show_bug.cgi?id=17394)
8036
8037commit 0466b8811ce8ebc1d993f177cbb7a22e997640f1
8038Author: Dave Airlie <airlied@redhat.com>
8039Date:   Mon Sep 1 09:57:25 2008 +1000
8040
8041    exa: drop cw.h inclusion
8042    
8043    this doesn't seem to be needed, at least I can't see any warning without it.
8044    
8045    I'd like to build EXA into a driver and cw.h isn't exported
8046
8047commit 881bd15f445bb62c3fdea863c968c95217408b6e
8048Author: Maarten Maathuis <madman2003@gmail.com>
8049Date:   Sun Aug 31 18:07:22 2008 +0200
8050
8051    xf86Crtc: Set mode to NULL, so nothing bad happens if crtc == NULL.
8052    
8053    - Fix is courtesy of math_b.
8054
8055commit f4e9a1a98f97155de62908309e87c10487125926
8056Author: Maarten Maathuis <madman2003@gmail.com>
8057Date:   Sun Aug 31 17:45:08 2008 +0200
8058
8059    damage: choose less ambiguous function names
8060
8061commit 0cd6709db5febbe7fbd073e429421fcd81041e08
8062Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
8063Date:   Sat Aug 30 16:13:58 2008 -0700
8064
8065    XQuartz: Fixed editing of Applications menu
8066    (cherry picked from commit da647f1add4c1ae7854c0fbfbf972666ce5d12c8)
8067
8068commit c4d290fc54542ccba7c3a46bc75b0c3322d0ca48
8069Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
8070Date:   Sat Aug 30 14:19:47 2008 -0700
8071
8072    XQuartz: Fixed missing symbol in quartzKeyboard debugging
8073    (cherry picked from commit 8ad55e484f0ba9073ce07a03de660cc546a7b668)
8074
8075commit 5d7d959b1143979c3445639c9d108e02da0c1475
8076Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
8077Date:   Sat Aug 30 14:18:07 2008 -0700
8078
8079    XQuartz: Don't even build with GLX support since swrast now depends on libdrm
8080    (cherry picked from commit 3739525d57dff2b3b034b5768f357b1c25577909)
8081
8082commit 45def7f0a342f4733cafb06adbfed14932f0e01b
8083Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
8084Date:   Fri Aug 29 22:16:03 2008 -0700
8085
8086    Removed dead glcontextmodes
8087    (cherry picked from commit c6d0ac7471209d835e8d9a25adcbda893ddfa1cb)
8088
8089commit d01c5ca7935a8340a3cd68c325da6dfec005c952
8090Author: Matthieu Herrb <matthieu.herrb@laas.fr>
8091Date:   Sat Aug 30 15:35:32 2008 +0200
8092
8093    Xserver.man: Typo (the the).
8094
8095commit 229e60db8f95232afc8cdcb7cd0572d117c84b90
8096Author: Thomas Bodzar <Thomas.Bodzar@quest.com>
8097Date:   Sat Aug 30 15:34:29 2008 +0200
8098
8099    Xorg.man: typo (the the).
8100
8101commit 1885582444fb06da73dea1f118a777bea26e1dc1
8102Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
8103Date:   Fri Aug 29 21:18:26 2008 -0700
8104
8105    XQuartz: Placate automake which doesn't like escaped newlines even in comments...
8106    (cherry picked from commit 73db1170129a31ad2d55a7e83ac6dfc8030e47f1)
8107
8108commit 8abcc12fdd5bd9edc0288a1ab8f75e65ffcb8c71
8109Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
8110Date:   Fri Aug 29 20:55:25 2008 -0700
8111
8112    XQuartz: Added debugging output to the crash log to help track down two crashes, since people don't often report their system.log spew.
8113    (cherry picked from commit aaf0f71db197526b6b866cc1b39fbdfe051879ef)
8114
8115commit aee19c7b5542aa147b89b1ae8340e9931d81729f
8116Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
8117Date:   Fri Aug 29 03:54:55 2008 -0700
8118
8119    XQuartz: xp_is_symbolic_hotkey_event catches the input menu, but not our mainMenu, so we still need to do that the old way.
8120    (cherry picked from commit 25eccf12c89d73b8bce2c9be14841efb230acedc)
8121
8122commit 974db58f5b730c3770ee461665a02dd4334d1dea
8123Author: Maarten Maathuis <madman2003@gmail.com>
8124Date:   Sat Aug 30 00:37:11 2008 +0200
8125
8126    damage: initial attempt at a damage marker mechanism
8127    - This should allow drivers to recieve post submission events for X<->opengl synchronisation.
8128    - Lacking a testcase, i'm open to suggestion how to do it better.
8129    - The idea is:
8130     - driver recieves event
8131     - driver creates personal identification and inserts marker into X fifo.
8132     - when something wants to use an X pixmap, it checks if something is pending.
8133     - If so, it synchronizes the 2nd fifo using the initial identification.
8134    - Driver is not required to use interrupt based systems (price too high).
8135    - Lower latency is ofcource better.
8136    - If this is somehow unusable for you, then come up with improvements.
8137    - For that reason i wouldn't consider the api fixed for the moment.
8138
8139commit 454cb0802eec3c2c2cdbcc17971bced868462b83
8140Author: Maarten Maathuis <madman2003@gmail.com>
8141Date:   Fri Aug 29 22:28:02 2008 +0200
8142
8143    damage: DamageReportRawRegion should set pDamage->damage
8144    
8145    - I found no evidence in the protocol, that it should be differently from all the other modes.
8146    - It seems to have been like this from day 1.
8147    - If anyone has evidence to the contrary, please enlighten me.
8148
8149commit ae6ca434104405302f30a58bde8738d9579d9dc9
8150Author: Maarten Maathuis <madman2003@gmail.com>
8151Date:   Fri Aug 29 22:21:54 2008 +0200
8152
8153    damage: internal functions start with a non-capital letter
8154
8155commit 1861250cd7e84b05e8298b74e3c7e97da72ddfba
8156Author: Maarten Maathuis <madman2003@gmail.com>
8157Date:   Fri Aug 29 22:15:23 2008 +0200
8158
8159    {damage,exa}: sanitise damage
8160    
8161    - Redo damage naming for more consistency.
8162    - Call post submission functions only where appropriate.
8163    - EXA can now live without it's odd damage workarounds.
8164
8165commit 5af77d43fe812e127d5d335527fa940ab9d95f38
8166Author: Kristian Høgsberg <krh@redhat.com>
8167Date:   Mon Aug 11 16:59:17 2008 -0400
8168
8169    DRI2: Drop sarea use, implement server side swap buffers.
8170
8171commit 60ad8d5d05485339e89d7f1f9f1ded75de7c7ea1
8172Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
8173Date:   Thu Aug 28 23:45:17 2008 -0400
8174
8175    Attempt getpeercon() on remote sockets as well as local ones.
8176
8177commit ebea78cdba0ff14a397239ee1936bd254c181e1b
8178Author: Tomas Carnecky <tom@dbservice.com>
8179Date:   Thu Aug 28 18:05:40 2008 -0400
8180
8181    Prepare for array-index based devPrivates.
8182    
8183    TODO: static indices can be made just an int; some indices
8184    can be combined.
8185
8186commit ec7907f8fa04dcff2649cc4846975844314f737e
8187Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
8188Date:   Wed Aug 27 19:27:13 2008 -0400
8189
8190    Add an array of integers for use as per-screen cursor private keys.
8191    
8192    Replaces the use of the screen pointer itself as the key, which was
8193    nice but won't work now that an array index is being stored.
8194
8195commit 86898491497a43814caf42013651086e62fe6162
8196Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
8197Date:   Wed Aug 27 19:17:15 2008 -0400
8198
8199    Remove unused GetGlyphPrivatesForScreen.
8200
8201commit 90b178cc7feda1f9c4995b98364739e71233fff3
8202Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
8203Date:   Thu Aug 28 19:36:22 2008 -0400
8204
8205    Don't need to request space for Xnest pixmap private.
8206
8207commit 835b532d6f51d08998d7ab49fcb41db8266487ce
8208Author: Adam Jackson <ajax@redhat.com>
8209Date:   Thu Aug 28 14:49:35 2008 -0400
8210
8211    Build fix.
8212
8213commit 040212ee60af9d043c4c3f98bba5120c3b8e33f7
8214Author: Adam Jackson <ajax@redhat.com>
8215Date:   Thu Aug 28 13:49:35 2008 -0400
8216
8217    MIT-SHM pixmaps, if they exist, are ZPixmap.
8218
8219commit ee7c684f21d220d5e046bab31ae617a7d64d60f6
8220Author: Adam Jackson <ajax@redhat.com>
8221Date:   Wed Aug 27 16:05:47 2008 -0400
8222
8223    Reimplement ShmPutImage.
8224    
8225    There's no reason to not just dispatch this straight into the GC.  As a
8226    bonus, if you do so, damage wraps correctly, and thus swcursor works.
8227    The side effect is it's no longer possible to override ShmPutImage with
8228    ShmRegisterFuncs().
8229    
8230    Also remove the (broken) damage tracking for same from EXA, since it didn't
8231    work right, and is now superfluous.
8232
8233commit 2db1afbf2e56d8743c701d81a5797001ce9e5c52
8234Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
8235Date:   Tue Aug 26 23:09:20 2008 -0700
8236
8237    XQuartz: Always use TIS for the keyboard layout seed since KB* aren't thread safe.
8238    (cherry picked from commit c8244177b0dbcb28d2f5509e6f2a3e8057889790)
8239
8240commit 319405fa4a530804c19fb7d0fcece5c912e41c9d
8241Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
8242Date:   Tue Aug 26 21:11:35 2008 -0700
8243
8244    XQuartz: Fixed needed xplugin version. ><
8245    (cherry picked from commit 01b3a99dff79e0d2b316e02658c19fa79d9144ae)
8246
8247commit 3350770bd6d90fefa1133ac738c1d4eae2d568a6
8248Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
8249Date:   Tue Aug 26 19:13:56 2008 -0700
8250
8251    XQuartz: Use new Xplugin API to determine if a keypress event corresponds to an OS-X hotkey that we should dispatch to Appkit.
8252    (cherry picked from commit e7658e745f8a3eaf5cec9f54a8a1b7e5a7708e09)
8253
8254commit 7930ea9116f232a3762f0085e5ca65e06d1142fc
8255Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
8256Date:   Mon Aug 25 22:10:46 2008 -0700
8257
8258    XQuartz: Made a note to come back to the xinitrc race condition in the 1.5 branch when we move up to it.
8259    (cherry picked from commit 54a882dcbdccef3f3eb4e6398e13c88185a8986c)
8260
8261commit dc1171df5baa0c4aa366ff2b07af5b8eb44dae12
8262Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
8263Date:   Fri Aug 22 01:12:37 2008 -0700
8264
8265    XQuartz: Fixed bogus args to debug ErrorF
8266    (cherry picked from commit f0351c2b80f30ae31f041798b84139141fc3d5a5)
8267
8268commit ac936525afe46bad329387232f8d48e77f6a4175
8269Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
8270Date:   Fri Aug 22 01:11:33 2008 -0700
8271
8272    XQuartz: Cleaned up mouse event translation a bit more.
8273    (cherry picked from commit c286f2a718fdaf6ad10249b59abb20731da8d904)
8274
8275commit 1b42f550001c11c93d5a2144df98a5c687c010c2
8276Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
8277Date:   Fri Aug 22 00:45:12 2008 -0700
8278
8279    Xquartz: Added missing ev_type for NSTabletPoint event.
8280    (cherry picked from commit 07548f13947a212dcc020d52fe0ad679255121e2)
8281
8282commit 13a89f19208cf998808ff2896b7711310768f94c
8283Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
8284Date:   Wed Aug 20 10:21:23 2008 -0700
8285
8286    XQuartz: Added more explanation to debug keylayout spew to cut down on report-spam.
8287    (cherry picked from commit fcdc9f8b5abd724d75f53d48fdadbed9859e9e79)
8288
8289commit dd1e54d6eed0bce289517b3cb95e6b1a187ca6e0
8290Author: Maarten Maathuis <madman2003@gmail.com>
8291Date:   Tue Aug 26 20:02:55 2008 +0200
8292
8293    exa: fix thinko from 988725f32e082aee9392a71464125157a83d1e67
8294    - the drawable of the pixmap is not the same as the original drawable (possibly a DRAWABLE_WINDOW)
8295
8296commit 7c14fdbacfcd2f4d56a346e6c72e44e4ba9909c1
8297Author: Maarten Maathuis <madman2003@gmail.com>
8298Date:   Tue Aug 26 17:21:43 2008 +0200
8299
8300    exa: some minor cleanup
8301    - Fix compile warning
8302    - Order exa.h by source file that exports the function.
8303    - Move the function i created earlier to private headers.
8304
8305commit de79edbd9f67762950eaac2dc79668035239897c
8306Author: Maarten Maathuis <madman2003@gmail.com>
8307Date:   Tue Aug 26 17:03:12 2008 +0200
8308
8309    exa: report damage manually for exa{Trapezoids,Triangles} when needed
8310    - Plus a micro cleanup of unused variables.
8311
8312commit 988725f32e082aee9392a71464125157a83d1e67
8313Author: Maarten Maathuis <madman2003@gmail.com>
8314Date:   Tue Aug 26 16:54:29 2008 +0200
8315
8316    exa: move destination damage for internal calls to a special function
8317    - This should improve clarity for someone who isn't familiar with the code.
8318
8319commit ce193476808f54d946351458361c62132d81b62f
8320Author: Maarten Maathuis <madman2003@gmail.com>
8321Date:   Tue Aug 26 13:18:58 2008 +0200
8322
8323    exa_glyphs: remove useless offset
8324
8325commit fd94651fc3a6f49ec153ffb823b86c1d125bb298
8326Author: Kristian Høgsberg <krh@redhat.com>
8327Date:   Tue Aug 26 10:58:35 2008 -0400
8328
8329    Fix driGetConfigAttribIndex unaligned access to GLboolean.
8330    
8331    We don't actually send the float mode so just drop it.  Drop a couple of
8332    other unused or redundant fields from GLXconfig.
8333
8334commit 41bd8d5dfe27d5c91fe7e4cdba1475a2a0741b1c
8335Author: Adam Jackson <ajax@redhat.com>
8336Date:   Mon Aug 25 11:27:26 2008 -0400
8337
8338    EDID: Build fix.
8339
8340commit 76ed409acd772f2c041239345c6dc64cbef0e5b2
8341Author: Adam Jackson <ajax@redhat.com>
8342Date:   Mon Aug 25 10:44:45 2008 -0400
8343
8344    EDID: Publish the whole block on the root window if we've got it.
8345
8346commit 5724f7fb5bea6fa1a354c64c0972c53d70e2f27b
8347Author: Adam Jackson <ajax@redhat.com>
8348Date:   Mon Aug 25 10:39:36 2008 -0400
8349
8350    EDID: Publish the whole block in the RANDR property if we've got it.
8351
8352commit 668f89eba3e8f9da7843f5cb350f8dc1e5d7efbe
8353Author: Alan Coopersmith <alan.coopersmith@sun.com>
8354Date:   Fri Aug 22 10:32:18 2008 -0700
8355
8356    Remove unnecessary #ifdef __SOL8__'s
8357
8358commit cc78d977cac74fcfb7c9b27e7109a1e369018dd8
8359Author: Alan Coopersmith <alan.coopersmith@sun.com>
8360Date:   Fri Aug 22 10:14:11 2008 -0700
8361
8362    Convert Solaris #ifdef's for <sys/kd.h> to AC_CHECK_HEADERS check
8363    
8364    Upcoming virtual terminal support changes in Solaris kernel will provide
8365    <sys/kd.h> on SPARC too, so this gets us ready for them.
8366
8367commit 95b466e457542bfe08b0ed2bbb5db8d28a961cfd
8368Author: Peter Hutterer <peter.hutterer@redhat.com>
8369Date:   Thu Aug 21 17:24:40 2008 +0930
8370
8371    Xi: don't include .c files.
8372
8373commit c696da75c7326c5e1f1cd48292c0519ddc22e11b
8374Author: Peter Hutterer <peter.hutterer@redhat.com>
8375Date:   Thu Aug 21 17:23:11 2008 +0930
8376
8377    Xi: swap devices property replies.
8378
8379commit 01264f17925005969c3b71ca945fc1014bcd8c8e
8380Author: Julien Cristau <jcristau@debian.org>
8381Date:   Thu Aug 21 01:32:03 2008 +0200
8382
8383    Add swapped dispatch for randr 1.2 requests
8384
8385commit e02f864fdf19a5ab1682336be343c57fdb69ef43
8386Author: Adam Jackson <ajax@redhat.com>
8387Date:   Wed Aug 20 13:24:03 2008 -0400
8388
8389    Suppress cursor display until the first XDefineCursor() request.
8390    
8391    Yes, this means the server will start without showing a cursor.  Pretty
8392    much any application that wants to interact with the mouse will define
8393    cursors, so this essentially just delays showing it until gdm (or
8394    whatever) loads.
8395
8396commit 64ef7ed072007b1d0b4de5ff1e5eababa418c794
8397Author: Adam Jackson <ajax@redhat.com>
8398Date:   Wed Aug 20 13:14:03 2008 -0400
8399
8400    Centralize declaration of ConnectionInfo.
8401
8402commit f1f44940f10b0209946ec0f08104a372d7d945a0
8403Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
8404Date:   Wed Aug 20 09:50:54 2008 -0700
8405
8406    XQuartz: Support windowItemModMask=0 or -1 to disable window shortcuts.
8407    (cherry picked from commit 81187364e512606a6aebb95ab2967d9d420f57f2)
8408    (cherry picked from commit f2ec79e4a159dec6481691e4dd615db01770dd7a)
8409
8410commit 6c5612c2e1df1e89388ffff97251f5328558f8e8
8411Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
8412Date:   Wed Aug 20 09:21:44 2008 -0700
8413
8414    XQuartz: Added window_item_modifiers defaults item (and option to localization) to change the modifier keys used for the windows menu.
8415    (cherry picked from commit e4110861d307a55d9032cb83cf024ec1f294e8d7)
8416    (cherry picked from commit fcfc05482a88696cb713c7a2ddfcf935ae8378a6)
8417
8418commit bdc277c9b3dc6b3b95f74b20a49ce163c5fae980
8419Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
8420Date:   Wed Aug 20 09:58:48 2008 -0700
8421
8422    XQuartz: Just cleaned up formatting of event processing code... no "meat" changed...
8423    (cherry picked from commit 745bc8ab387d6794f47d8b9dca33b4c81f6dd39c)
8424    (cherry picked from commit a28a2be52478a1557a363140f7bd70ececf144dc)
8425
8426commit ed42108920cc695b96ed57bf9dcfea1470e74669
8427Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
8428Date:   Tue Aug 19 02:02:11 2008 -0700
8429
8430    XQuartz: Added appkit_modifiers defaults option which users can set to 'rcommand' to get access to the input menu with right command
8431    (cherry picked from commit 02af74d7a5a7225f408915254c40856159dc7f19)
8432    (cherry picked from commit 2da32894dff8340f6ca7c980277fca7ec835a193)
8433
8434commit be06961312e2111778bfd97b2c8a927acc61f43d
8435Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
8436Date:   Wed Aug 20 09:56:06 2008 -0700
8437
8438    XQuartz: More input fixes
8439    stuck-modifier fixes (capslock)
8440    3button-emulation now doesn't send the modifier key with the click
8441    Added other options to fake_button2 and fake_button3 defaults options:
8442    	({l,r}{control,alt,command,shift})
8443    (cherry picked from commit 8fb6a1cf44c35a20dfb0c05c9824f94898f88da7)
8444    (cherry picked from commit ae9c1b3cfb3874b4d1251681c24bda91c398bcab)
8445
8446commit 436b659091dd17bb3e316377ba31f5d2a5dfa12e
8447Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
8448Date:   Thu Aug 14 09:34:12 2008 -0700
8449
8450    XQuartz: Updated bundle version to 2.3.1
8451    (cherry picked from commit eedecba0b882bb07931e8d9168589f5be7a08a69)
8452    (cherry picked from commit 7d9d864461858b25c5eb5858fdf4b53771795f11)
8453
8454commit bc4cef1d0ae7cbb8f5fe16d576db45abd4330370
8455Author: Maarten Maathuis <madman2003@gmail.com>
8456Date:   Mon Aug 18 16:28:33 2008 +0200
8457
8458    exa: remove useless cache{X,Y}off from UploadToScreen() arguments.
8459
8460commit 38bdc34d555f956a1ff1e1bb8eef95e3ba2bac64
8461Author: Adam Jackson <ajax@redhat.com>
8462Date:   Tue Aug 19 15:12:39 2008 -0400
8463
8464    Remove redundant check.
8465
8466commit 47b31233c26f710be70ffcca17e5402d03d5733f
8467Author: Adam Jackson <ajax@redhat.com>
8468Date:   Tue Aug 19 15:10:12 2008 -0400
8469
8470    Simplify driver setup.
8471    
8472    No point warning about missing driver hooks, that just means the person
8473    who gave you the driver is inept.  Might as well just crash.  Also,
8474    just name anonymous screens as screen%d instead of failing after the 36th
8475    screen.  Bonus points if you can figure out what the failure mode would
8476    be on the 36th screen, and what the effective screen limit was.
8477
8478commit b99fc65b53769400821a2bd8f691ece35a5b8847
8479Author: Adam Jackson <ajax@redhat.com>
8480Date:   Tue Aug 19 15:06:53 2008 -0400
8481
8482    Simplify calling xf86EnableIO() a bit.
8483
8484commit b1f2c7a89ace1f6e5750783f3c43c4c5a6d24374
8485Author: Adam Jackson <ajax@redhat.com>
8486Date:   Tue Aug 19 15:06:11 2008 -0400
8487
8488    The ->Identify hook is not mandatory.
8489    
8490    Best comment ever though.  Mad props.
8491
8492commit af5125968a738ec8f496d04eb65acb7c8f812115
8493Author: Adam Jackson <ajax@redhat.com>
8494Date:   Tue Aug 19 14:47:10 2008 -0400
8495
8496    Refactor misprite a bit.
8497    
8498    No variable declarations in header files, please.
8499
8500commit 41b68e0dea9305d66bca2fc4ad96db01f5342c6d
8501Author: Adam Jackson <ajax@redhat.com>
8502Date:   Tue Aug 19 11:02:31 2008 -0400
8503
8504    Remove unused -co option.
8505    
8506    What did this even do anyway?
8507
8508commit 1f416fba994ed7a7e072a9f0a86b515855ea3bac
8509Author: Adam Jackson <ajax@redhat.com>
8510Date:   Tue Aug 19 10:56:45 2008 -0400
8511
8512    Remove unused -bestRefresh option.
8513
8514commit 5a72c45d42abc7227c6cf3d14fd7043ea7527c54
8515Author: Adam Jackson <ajax@redhat.com>
8516Date:   Tue Aug 19 10:54:11 2008 -0400
8517
8518    Remove unused -showunresolved option
8519
8520commit 9f08ffc557b52e2e8cd54fb692b66700c83d61c6
8521Author: Adam Jackson <ajax@redhat.com>
8522Date:   Tue Aug 19 10:29:23 2008 -0400
8523
8524    Remove unused xf86Info.pMouse
8525
8526commit f227fbf74f0c619ecf3275cdb4c10b1a4b3a8cfc
8527Author: Michel Dänzer <michel@tungstengraphics.com>
8528Date:   Tue Aug 19 11:36:12 2008 +0200
8529
8530    EXA: Inline Prepare/FinishAccessWindow into only caller, ChangeWindowAttributes.
8531    
8532    Also check the requested mask in addition to the GC state before doing work.
8533
8534commit 825b3fe11d1b813bf8d5b24a880ed04b78ae1acf
8535Author: Michel Dänzer <michel@tungstengraphics.com>
8536Date:   Tue Aug 19 11:22:40 2008 +0200
8537
8538    EXA: Don't use exaGlyphs if the driver doesn't provide a PrepareComposite hook.
8539    
8540    It's buggy without Composite acceleration (leading to cropped glyphs) and not
8541    really useful in that case anyway. The bug probably still needs to be found and
8542    fixed for drivers that provide a PrepareComposite hook but can't accelerate
8543    text rendering though.
8544
8545commit 75e495a4cd823b6fa42a8d167ecc9f4723320dea
8546Author: Adam Jackson <ajax@redhat.com>
8547Date:   Mon Aug 18 17:58:08 2008 -0400
8548
8549    Remove unused xf86Info.mouseLocal
8550
8551commit b3dfd7e3e4deef21b40c885f8e7eae34b55888b2
8552Author: Adam Jackson <ajax@redhat.com>
8553Date:   Mon Aug 18 17:56:18 2008 -0400
8554
8555    Remove unused xf86Info.sharedMonitor
8556
8557commit 5e43cd28692bc05cac80f38b47104a26c0524385
8558Author: Adam Jackson <ajax@redhat.com>
8559Date:   Mon Aug 18 17:46:42 2008 -0400
8560
8561    Remove the remainder of grab deactivation and closedown.
8562
8563commit cd1e8f26147919227e7624ac4c6b313d972a4d35
8564Author: Adam Jackson <ajax@redhat.com>
8565Date:   Mon Aug 18 17:40:46 2008 -0400
8566
8567    Remove unused EstimateSizesAggressively option.
8568
8569commit faaf0046155abbd15415d5a6b62ead4f58935c28
8570Author: Mathieu Bérard <mathieu.berard@crans.org>
8571Date:   Mon Aug 18 17:23:26 2008 -0400
8572
8573    Remove xaaTEGlyphBlt.S
8574    
8575    Should have been removed in 593144dddd977f53bcd1a115f9544eeece46df4c but
8576    ajax was asleep at the wheel.
8577
8578commit 562462e78dd6a5e2ed5b36aa22be52f31d55485d
8579Author: Mathieu Bérard <mathieu.berard@crans.org>
8580Date:   Mon Aug 18 17:05:24 2008 -0400
8581
8582    Remove dead {bsd,lnx}Resource.c
8583
8584commit e3e47b35e369bf4abb0fe15865acca0b34600b1f
8585Author: Adam Jackson <ajax@redhat.com>
8586Date:   Mon Aug 18 17:03:22 2008 -0400
8587
8588    Remove MAX_PCI_{BUSES,DOMAINS} and some associated #if 0.
8589
8590commit 593144dddd977f53bcd1a115f9544eeece46df4c
8591Author: Mathieu Bérard <mathieu.berard@crans.org>
8592Date:   Mon Aug 18 16:46:36 2008 -0400
8593
8594    Remove some unused assembly code and assyntax.h
8595
8596commit 2d3e478384ef8af2a760f39792e35e4a6174c967
8597Author: Adam Jackson <ajax@redhat.com>
8598Date:   Mon Aug 18 15:09:44 2008 -0400
8599
8600    int10: Fix int1A for %ax == 0xB101.
8601    
8602    pciNumBuses was pretty much always 1 post-pciaccess.  That ain't good.
8603
8604commit 539717fe1f08a000d1eef9f345d24cb49e3663b5
8605Author: Adam Jackson <ajax@redhat.com>
8606Date:   Mon Aug 18 14:50:33 2008 -0400
8607
8608    Remove (unused) pciMaxBusNum.
8609
8610commit 3c03d9f1efbbacec6e8be58da99bf0977a8e0fec
8611Author: Adam Jackson <ajax@redhat.com>
8612Date:   Mon Aug 18 14:37:42 2008 -0400
8613
8614    Remove sparcPci.c
8615    
8616    There is no way this code can have been building for anyone since pciaccess
8617    was merged.  BSD and Linux were already using OS code on sparc, the only
8618    people who could want this are Solaris, who should be using pciaccess
8619    anyway.
8620
8621commit 9a39b6cfbda306eb594e87ce828afa01cd7aa01e
8622Author: Adam Jackson <ajax@redhat.com>
8623Date:   Mon Aug 18 14:26:01 2008 -0400
8624
8625    Remove XF86SCANPCI_WRAPPER.
8626
8627commit 470b05a610e641094d46742393684acd786d78a8
8628Author: Adam Jackson <ajax@redhat.com>
8629Date:   Mon Aug 18 14:03:36 2008 -0400
8630
8631    Remove vestigial MAX_PCI_DEVICES.
8632
8633commit 244a635fcdc9e0a7212d51b26d74f49d8e1b071f
8634Author: Fredrik Höglund <fredrik@kde.org>
8635Date:   Mon Aug 18 19:27:34 2008 +0200
8636
8637    Fix the tile offset in miPaintWindow for ParentRelative windows.
8638
8639commit fdf7c747a8e1bc59dfb31b7f90dd5eab2687315b
8640Author: Adam Jackson <ajax@redhat.com>
8641Date:   Mon Aug 18 13:13:03 2008 -0400
8642
8643    Remove PciProbeType and associated weirdness.
8644    
8645    This code was effectively only used in ix86Pci.c to select PCI config
8646    access type.  Nobody should be using that path anymore, in the glorious
8647    pciaccess world; kernel services should get it right for you.
8648
8649commit 95bb6f53624a3e6f4d62a2f789982c5544d2fc70
8650Author: Mathieu Bérard <mathieu.berard@crans.org>
8651Date:   Mon Aug 18 11:47:19 2008 -0400
8652
8653    Remove ancient unused inline hack.
8654
8655commit e1ae8db625b5e8c298a557592ef23656b3da4886
8656Author: Adam Jackson <ajax@redhat.com>
8657Date:   Mon Aug 18 09:53:48 2008 -0400
8658
8659    Drop dead PowerPC PCI code.
8660    
8661    Also add a warning for anyone still using legacy PCI code.
8662
8663commit 99583b43a9a202d047ff417d47485e4c0e0c9670
8664Author: Jie Luo <clotho67@gmail.com>
8665Date:   Sun Aug 17 23:13:22 2008 +0200
8666
8667    glx: avoid possible NULLptr deref, fix #16884
8668
8669commit 421b7e8f12083e9518fa7deda968a2f73c9a0006
8670Author: Maarten Maathuis <madman2003@gmail.com>
8671Date:   Sun Aug 17 19:57:02 2008 +0200
8672
8673    exa: fix assert logic thinko from 361a9eb953aaa38f8ebc057185de29e50f9eef26
8674    
8675    - I guess failing PrepareAccess is rare, since this a 3 year old bug.
8676
8677commit 1e62e773273539352bc21b2da5262678dd3fc7df
8678Author: Peter Hutterer <peter.hutterer@redhat.com>
8679Date:   Fri Aug 15 15:19:44 2008 +0930
8680
8681    Require inputproto 1.9.99.4
8682
8683commit 609c04b62bdb0e86f33860069033c7142eecf210
8684Author: Peter Hutterer <peter.hutterer@redhat.com>
8685Date:   Fri Aug 15 14:51:59 2008 +0930
8686
8687    dix: stick a warning in about loss of subpixel precision.
8688
8689commit de1573172ad2c2e98c101727930a468213295783
8690Author: Peter Hutterer <peter.hutterer@redhat.com>
8691Date:   Wed Aug 13 13:11:44 2008 +0930
8692
8693    Backport device properties to XI 1.5 instead of XI 2.0
8694
8695commit 8b9ed7dec2954d4890ddcc7c874fc0832b16495a
8696Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
8697Date:   Thu Aug 14 09:08:14 2008 -0700
8698
8699    XQuartz: Fixed a stuck modifier key bug.
8700    (cherry picked from commit eeb6e5a9e98dcf045ec230f160d5992080dceba6)
8701
8702commit 1770c85374883229ec5e9685229b2333e62705e6
8703Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
8704Date:   Thu Aug 14 07:32:37 2008 -0700
8705
8706    XQuartz: Made 3-button mouse simulation a little more consistent.
8707    (cherry picked from commit d207b037d2ae213369e5627a17d8831c9bc16ad8)
8708
8709commit f51f77d25e69b51fa3fd557ffdb5573b61759706
8710Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
8711Date:   Wed Aug 13 19:09:05 2008 -0700
8712
8713    XQuartz: Reverted "Control" text to be accurately "Command" in the input prefs.
8714    (cherry picked from commit b287c481e1cbe77ff84d10a708505f148a0c8434)
8715
8716commit 04956b80431169e0ae713a3e6ba4cdc157ce3a66
8717Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
8718Date:   Sat Aug 9 10:07:32 2008 -0700
8719
8720    Transport/Apple: Add TRANS_NOXAUTH to incoming connections when the listener is flagged as such
8721    (cherry picked from commit ba4a7924261070ad0aff7211b7a1c9581fad4646)
8722
8723commit e6813e8de65eee854bbffe6ab0f8ba158f43b10b
8724Author: Peter Hutterer <peter.hutterer@redhat.com>
8725Date:   Wed Aug 13 14:24:45 2008 +0930
8726
8727    Xi: byte-swap device property requests.
8728
8729commit 0ce687634fa5e0d955e896a0d0d5f584a4cfd1a4
8730Author: Adam Jackson <ajax@redhat.com>
8731Date:   Wed Aug 13 17:28:08 2008 -0400
8732
8733    Eviscerate save-under support.
8734    
8735    Use a compositing manager already.  Plus I really wanted to use 'eviscerate'
8736    in a commit message.
8737
8738commit f456f32cd97684052cab4712e7f4c827132c554b
8739Author: Adam Jackson <ajax@redhat.com>
8740Date:   Wed Aug 13 16:21:28 2008 -0400
8741
8742    Build fix.
8743
8744commit c1e9b7dc6f4600fe6c301aecd7d67461cb884df0
8745Author: Adam Jackson <ajax@redhat.com>
8746Date:   Wed Aug 13 14:13:55 2008 -0400
8747
8748    Sledgehammer off the DRI2 build system.
8749
8750commit 544bfd06663ff71bc5275459cf74a3557530544f
8751Author: Adam Jackson <ajax@redhat.com>
8752Date:   Wed Aug 13 11:09:54 2008 -0400
8753
8754    Remove xf86Version.h and related API.
8755    
8756    We haven't meaningfully been API-compatible with xf86 modules in ages,
8757    let's stop pretending.
8758
8759commit 139c3ab7b754dc425a09d5f7b6d2a8fb2b88138a
8760Author: Peter Hutterer <peter.hutterer@redhat.com>
8761Date:   Tue Aug 12 17:49:49 2008 +0930
8762
8763    Xi: return the state from the correct keyboard in QueryDevicePointer.
8764
8765commit 998375f4154b000f75b2bafd4e276c0237d24dc7
8766Author: Peter Hutterer <peter.hutterer@redhat.com>
8767Date:   Tue Aug 12 17:49:16 2008 +0930
8768
8769    dix: remove superfluous check.
8770
8771commit 9f9268821b13038556fbc029df54ab0e9b2aa77f
8772Author: Mathieu Bérard <mathieu.berard@crans.org>
8773Date:   Mon Aug 11 13:52:38 2008 -0400
8774
8775    The smart scheduler is not optional.
8776
8777commit 2e2ce817ce404a5e000c9750fa96f656fed370b8
8778Author: Matthieu Herrb <matthieu.herrb@laas.fr>
8779Date:   Sun Aug 10 23:07:46 2008 +0200
8780
8781    Move strcasecmp(), strcasencmp() and strcasestr() prototypes to os.h
8782    
8783    And make sure os.h is included in files that use it.
8784
8785commit 02efa78ce2da470b252289ff2af598d06bc84ece
8786Author: Matthieu Herrb <matthieu.herrb@laas.fr>
8787Date:   Sun Aug 10 18:29:35 2008 +0200
8788
8789    add libXinerama to the list of dependencies.
8790    
8791    Now that panoramiXext.h is installed bt libXinerama, it becomes required
8792    to build Xext.
8793
8794commit be2210b69defa225d8bc4bb90d94bfd740ef8b1f
8795Author: Matthieu Herrb <matthieu.herrb@laas.fr>
8796Date:   Sat Aug 9 23:43:50 2008 +0200
8797
8798    remove OpenBSD/amd64 specific mtrr API.
8799    
8800    The old code never worked anyways and was removed from OpenBSD.
8801    OpenBSD/amd64 4.4 and later support mtrr with the same API as
8802    OpenBSD/i386.
8803
8804commit 6e33e6f355f7f04e77a165eb67b1414724c1fba3
8805Author: Matthieu Herrb <matthieu.herrb@laas.fr>
8806Date:   Sat Aug 9 23:43:03 2008 +0200
8807
8808    Move string comparaison functions to from dix/ to os/.
8809
8810commit 5968634996c08656a0c5e2fa35705cf7afac87e6
8811Author: Dave Miller <davem@davemloft.net>
8812Date:   Sat Aug 9 16:45:59 2008 +1000
8813
8814    glx: fix crash in driGetConfigAttribIndex
8815    
8816    Don't access GLboolean via int pointers
8817
8818commit 4212599c922373a224d2235c74672a3a3aa8e0b1
8819Author: Michel Dänzer <michel@tungstengraphics.com>
8820Date:   Fri Aug 8 12:17:58 2008 +0200
8821
8822    EXA: Make sure damage tracking code is inactive if the driver manages pixmaps.
8823    
8824    It was always supposed to be like that... It was only recently pointed out (in
8825    a rather convoluted way) that it was not in fact the case.
8826
8827commit 073116cc44859e96374cde46325df8540621d5ee
8828Author: Michel Dänzer <michel@tungstengraphics.com>
8829Date:   Fri Aug 8 12:15:27 2008 +0200
8830
8831    Remove commented out lines that make automake 1.9 puke.
8832
8833commit 666781cd9b62207e45eebd3eb55a930f3a345f72
8834Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
8835Date:   Fri Aug 8 01:41:28 2008 -0700
8836
8837    Removed rogue #include
8838    (cherry picked from commit af238e99da45a4dd8d8cbb6564bb8d0a3d79d590)
8839
8840commit 4a0947bf06deacc3ae716730cfbbbeda1311bae3
8841Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
8842Date:   Fri Aug 8 01:53:36 2008 -0700
8843
8844    XQuartz: Disable the Xquartz AIGLX for now since it doesn't even compile any more...
8845    (cherry picked from commit 4545ba91e9d6ad62b6cafde3c73a672d3ded91a2)
8846
8847commit 5accc9b3ce1af539150d59b1800b66783fd3e947
8848Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
8849Date:   Fri Aug 8 00:19:41 2008 -0700
8850
8851    XQuartz: Re-added deprecated code fallback failsafe for keyboard layout on Leopard with some debugging spew.
8852    (cherry picked from commit 5854e712e9ebc210d2f8de6f5d4fb650944f314a)
8853
8854commit 465a9bb96e8a90e53e655b3245e22910201786d7
8855Author: Peter Hutterer <peter.hutterer@redhat.com>
8856Date:   Fri Aug 8 17:37:06 2008 +0930
8857
8858    dix: don't try to create events if we don't have a screen. #16898
8859    
8860    A NULL screen may happen during server shutdown, when the output has been shut
8861    down but the devices still generate events.
8862    
8863    X.Org Bug 16898 <http://bugs.freedesktop.org/show_bug.cgi?id=16898>
8864
8865commit d684f5760f40b682a8b879641300abe689a263c5
8866Author: Peter Hutterer <peter.hutterer@redhat.com>
8867Date:   Fri Aug 8 14:18:01 2008 +0930
8868
8869    xkb: actually initialise sli before using it.
8870
8871commit e00cd54c1ac57ea6e7767e90592200f343d9d08a
8872Author: Simon Thum <simon.thum@gmx.de>
8873Date:   Thu Aug 7 11:06:21 2008 +0200
8874
8875    dix: remove misleading comment in ptrvelo.c
8876    
8877    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
8878
8879commit 6ca34549b89e73e3e0ec3cb7585686b880534cef
8880Author: Peter Hutterer <peter.hutterer@who-t.net>
8881Date:   Thu Aug 7 16:27:57 2008 +0930
8882
8883    dix: remove obsolete FIXME comment.
8884    
8885    Thanks to Simon Thum for pointing this out.
8886
8887commit 2c3645581ee3f180d34e32c8016d5e4e1af4dca4
8888Author: Peter Hutterer <peter.hutterer@who-t.net>
8889Date:   Thu Aug 7 11:55:10 2008 +0930
8890
8891    dix: SetModifierMapping should only apply to the ClientPointer and it's SDs.
8892
8893commit e1b286d495b760cf67ddf936eca11da50fba847a
8894Author: Simon Thum <simon.thum@gmx.de>
8895Date:   Wed Aug 6 09:42:32 2008 +0200
8896
8897    dix: simplified debugging helper for pointer acceleration
8898    
8899    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
8900
8901commit d95136e1510a48cc3ad066d880d56061fc6a42ee
8902Author: Simon Thum <simon.thum@gmx.de>
8903Date:   Thu Jul 31 00:39:03 2008 +0200
8904
8905    xf86: don't replicate dix defaults for pointer acceleration
8906    
8907    the defaults from InitVelocityData() or hypothetic driver-side changes
8908    are now respected, not overridden.
8909    
8910    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
8911
8912commit 4f333d53510b82db57cfac1bfea22422cbb7be79
8913Author: Simon Thum <simon.thum@gmx.de>
8914Date:   Thu Jul 31 00:33:38 2008 +0200
8915
8916    dix: simplify velocity tracking filters
8917    
8918    prefer fp-mul over fp-div and remove rather pointless check
8919    
8920    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
8921
8922commit bf084a0769eee36ff799e5e5f2d1e875c1ebcc51
8923Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
8924Date:   Wed Aug 6 13:36:43 2008 -0700
8925
8926    glcontextmodes.[hc] were not added with the removal of the meas symlinks patch.  Copied from mesa head 2008.08.06.
8927    (cherry picked from commit 409e1dd1e9524b5c1a1ae58a759da77e587e3780)
8928
8929commit e72b1d21e44712e90595b1c31e67db6786d0d1bd
8930Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
8931Date:   Wed Aug 6 10:23:31 2008 -0700
8932
8933    XQuartz: Now properly disable xauth checking on launchd socket and mostly fix the xinitrc / launchd race condition
8934
8935commit d1b96cdea96f5321e0d254abde81cdaab2eca979
8936Author: Aaron Plattner <aplattner@nvidia.com>
8937Date:   Wed Aug 6 10:37:32 2008 -0700
8938
8939    Add an xf86PrintBacktrace wrapper around xorg_backtrace to aid driver debugging.
8940
8941commit 26d31ad1c7f4c550d73419ecf76912d844186b30
8942Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
8943Date:   Tue Aug 5 15:14:08 2008 -0700
8944
8945    XQuartz: Added code and made comments more helpful for debugging first-client-auth bug.
8946    (cherry picked from commit a8f0d32216e321b8ae6da182be9b1ea792f6e004)
8947
8948commit 0ef3243fb59fa993a7a07a08debbd4329254c265
8949Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
8950Date:   Tue Aug 5 18:45:54 2008 -0700
8951
8952    XQuartz: More fd handoff cleanup.
8953    (cherry picked from commit 199d2dcb708c9f9d6b9ede149ea0fe9fba6c007c)
8954
8955commit e7dd3dd8f311d3872e0c4c9c2ca22c00f9d11f59
8956Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
8957Date:   Tue Aug 5 14:33:03 2008 -0700
8958
8959    XQuartz: Fixed some errors / typos in the preferences pane.
8960    (cherry picked from commit e1e0c398bbb50394b164394e1f1870016489c25b)
8961
8962commit 6836f9aac801c3add0ae4aece05b32e85a0c5f85
8963Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
8964Date:   Tue Aug 5 14:24:25 2008 -0700
8965
8966    XQUartz: UI Cleanup.  Removed done/cancel buttons from Applications->Customize
8967    (cherry picked from commit d3157ca45c1f88edd040d721c1e944b9d2c090aa)
8968
8969commit c06e27b2f6fd9f7b9f827623a48876a225264132
8970Author: Peter Hutterer <peter.hutterer@who-t.net>
8971Date:   Fri Aug 1 16:42:15 2008 +0930
8972
8973    xkb: ProcXkbSetDeviceInfo should work on all attached SDs.
8974    
8975    If called with XkbUseCoreKbd, run through all attached SDs and replicate the
8976    call. This way, we keep the SDs in sync with the MD as long as core clients
8977    control the MDs.
8978
8979commit d9ca9819e975e0f6832a320f8be5958e5d942f85
8980Author: Peter Hutterer <peter.hutterer@who-t.net>
8981Date:   Fri Aug 1 16:41:40 2008 +0930
8982
8983    xkb: ProcXkbSetGeometry should work on all attached SDs.
8984    
8985    If called with XkbUseCoreKbd, run through all attached SDs and replicate the
8986    call. This way, we keep the SDs in sync with the MD as long as core clients
8987    control the MDs.
8988
8989commit 5ba87c3327786dd7c6e8e265a19c858e8faae8fd
8990Author: Peter Hutterer <peter.hutterer@who-t.net>
8991Date:   Fri Aug 1 16:41:08 2008 +0930
8992
8993    xkb: ProcXkbSetNames should work on all attached SDs.
8994    
8995    If called with XkbUseCoreKbd, run through all attached SDs and replicate the
8996    call. This way, we keep the SDs in sync with the MD as long as core clients
8997    control the MDs.
8998
8999commit 7e45c80204e06562d4475741caea65bc8758f3c7
9000Author: Peter Hutterer <peter.hutterer@who-t.net>
9001Date:   Fri Aug 1 16:40:25 2008 +0930
9002
9003    xkb: ProcXkbSetNamedIndicator should work on all attached SDs.
9004    
9005    If called with XkbUseCoreKbd, run through all attached SDs and replicate the
9006    call. This way, we keep the SDs in sync with the MD as long as core clients
9007    control the MDs.
9008
9009commit a609dbed7cf854a6ee9d33c7cf45615db9da1fb9
9010Author: Peter Hutterer <peter.hutterer@who-t.net>
9011Date:   Fri Aug 1 16:38:59 2008 +0930
9012
9013    xkb: ProcXkbSetIndicatorMap should work on all attached SDs.
9014    
9015    If called with XkbUseCoreKbd, run through all attached SDs and replicate the
9016    call. This way, we keep the SDs in sync with the MD as long as core clients
9017    control the MDs.
9018
9019commit e8c2a3d7c996cb41c4c44ba67acae5ff9438fc06
9020Author: Peter Hutterer <peter.hutterer@who-t.net>
9021Date:   Fri Aug 1 16:37:39 2008 +0930
9022
9023    xkb: ProcXkbSetCompatMap should work on all attached SDs.
9024    
9025    If called with XkbUseCoreKbd, run through all attached SDs and replicate the
9026    call. This way, we keep the SDs in sync with the MD as long as core clients
9027    control the MDs.
9028
9029commit 3c7740aa8f21c1fda4190a1bf5d6ce089db5e35b
9030Author: Peter Hutterer <peter.hutterer@who-t.net>
9031Date:   Fri Aug 1 16:36:00 2008 +0930
9032
9033    xkb: ProcXkbSetMap should work on all attached SDs.
9034    
9035    If called with XkbUseCoreKbd, run through all attached SDs and replicate the
9036    call. This way, we keep the SDs in sync with the MD as long as core clients
9037    control the MDs.
9038
9039commit 31afd51dd49c0d0db2465fbc987044fab8b89f22
9040Author: Peter Hutterer <peter.hutterer@who-t.net>
9041Date:   Fri Aug 1 16:32:37 2008 +0930
9042
9043    xkb: ProcXkbBell should work on all attached SDs.
9044    
9045    If called with XkbUseCoreKbd, run through all attached SDs and replicate the
9046    call. This way, we keep the SDs in sync with the MD as long as core clients
9047    control the MDs.
9048
9049commit de4936d7482f820728efeef338a2041c7a9186d2
9050Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
9051Date:   Mon Aug 4 20:11:45 2008 -0700
9052
9053    XQuartz: Fixed proper processing of tablet button presses
9054    (cherry picked from commit ca0babafa4e9cf1b67ec460655bffe569ac9c3e9)
9055
9056commit b70a8ba3dc52b277194ab267a101a3fd15062685
9057Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
9058Date:   Tue Jul 15 17:48:29 2008 -0700
9059
9060    XQuartz: Nuke Sparkle.
9061    (cherry picked from commit 4991f54a8d84a9a8df89a99dbfc09391195578f8)
9062
9063commit 30851efdd4313506e92aeb6d3e5099dea99ab99c
9064Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
9065Date:   Tue Aug 5 12:54:51 2008 -0700
9066
9067    XQuartz: Fixed first-client-can't-connect bug
9068    Readded the old exec() server startup path for regression testing.
9069    Don't use the dynamic fd addition code since it's not quite working correctly.
9070    (cherry picked from commit 08f3fe153edc5ab4ca010e8ce82d5c3fc0ddb72c)
9071
9072commit 277a74bcbb7d0a93c4f2e1de11daabd8c5f93ee8
9073Author: Tomas Carnecky <tom@dbservice.com>
9074Date:   Mon Aug 4 23:26:00 2008 +0300
9075
9076    Redefine clients as a fixed array
9077    
9078    This removes yet another xalloc() each server generation. Also, I
9079    couldn't find the corresponding xfree() so I guess that used to be a
9080    memory leak there.
9081
9082commit 5532d63488ec45953ff7f925cfb4f87adb3b04a0
9083Author: Tomas Carnecky <tom@dbservice.com>
9084Date:   Mon Aug 4 23:06:08 2008 +0300
9085
9086    Redefine WindowTable as a fixed array
9087    
9088    Instead of xalloc'ing it every server generation. The array is always
9089    the same size (MAXSCREENS), anyway.
9090
9091commit e882ee7056f370e0619d137b4ec3973ecb4e3479
9092Author: Daniel Stone <daniel@fooishbar.org>
9093Date:   Tue Jul 29 17:52:11 2008 +0300
9094
9095    EXA: Remove unnecessary #includes
9096    
9097    There wasn't actually any font code here, so no problem.
9098
9099commit 6c1bb64c6f2efd81856ca00591df37916713b142
9100Author: Peter Hutterer <peter.hutterer@who-t.net>
9101Date:   Mon Aug 4 15:19:45 2008 +0930
9102
9103    xkb: break up XkbCopyKeymap into bite-sized chunks.
9104
9105commit 3c6a9c531f673b7a0cb9ca01860b4dbe79686363
9106Author: Peter Hutterer <peter.hutterer@who-t.net>
9107Date:   Fri Aug 1 15:52:07 2008 +0930
9108
9109    config: protect against potential out-of-bounds indexing.
9110
9111commit 92c51b183c2ff06361dad7f918daed6577ba4935
9112Author: Peter Hutterer <peter.hutterer@who-t.net>
9113Date:   Fri Aug 1 14:24:54 2008 +0930
9114
9115    config: support type strlist for XkbOptions property.
9116    
9117    For backwards compatibility with server 1.4.
9118
9119commit 35b14519b4a3158592a089170ec039bbc219603e
9120Author: Peter Hutterer <peter.hutterer@who-t.net>
9121Date:   Tue Jul 29 12:59:57 2008 +0930
9122
9123    config: add parsing for input.x11_options.XkbOptions. #16874
9124    
9125    X.Org Bug 16874 <http://bugs.freedesktop.org/show_bug.cgi?id=16784>
9126
9127commit d762c08aebe3b7e8c88e2e7a6fcf66057a21b403
9128Author: Simon Thum <simon.thum@gmx.de>
9129Date:   Mon Jul 28 14:07:48 2008 +0200
9130
9131    dix: export driver-side functions for acceleration
9132    
9133    also add additional safety for accel driver api
9134    
9135    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
9136
9137commit 18e9fd69fe01298d825b46415b9c6bd86c75dfe5
9138Author: Simon Thum <simon.thum@gmx.de>
9139Date:   Tue Jul 29 10:07:43 2008 +0200
9140
9141    dix: use average of pointer accel profile
9142    
9143    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
9144
9145commit 25882af6d3359e5ae42c927c555f5b257ba5665c
9146Author: Ivaylo Boyadzhiev <iboyadzhiev@nvidia.com>
9147Date:   Sun Aug 3 18:55:12 2008 -0700
9148
9149    Fix a longstanding XAA CopyPlane bug.
9150    
9151    TmpBitPlane is a plane mask, not a plane index.
9152    
9153    Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
9154
9155commit d980913f3145cdc34baab27ff818c9631c4c8571
9156Author: Adam Jackson <ajax@redhat.com>
9157Date:   Fri Aug 1 16:15:04 2008 -0400
9158
9159    Erk.  Actually check all the BARs, not just the first.
9160
9161commit 82d51e6df2bf677bdf24376092bcaa79b534f6e5
9162Author: Adam Jackson <ajax@redhat.com>
9163Date:   Fri Aug 1 13:17:55 2008 -0400
9164
9165    Silence the "No matching Device section" warning in some harmless cases.
9166    
9167    If the device doesn't have any BARs then it's just a stub for some
9168    lame operating systems that need one PCI device per output for
9169    multihead.  No point in warning about it.
9170
9171commit 9643e8d3482a35d355a243db7aa397ad47f29be0
9172Author: Adam Jackson <ajax@redhat.com>
9173Date:   Fri Aug 1 11:35:47 2008 -0400
9174
9175    Handle XGI cards in autoconfig.
9176    
9177    It's all a bit wonky since both sis(4) and xgi(4) claim to support the
9178    Volari Z7 and V5/8 (0x0020 and 0x0040), so let's side with xgi(4), why
9179    not.  Note that the V3 (not V3XT) identifies itself as a trident chip.
9180
9181commit 63bdd4c27d47323b3282bf0b6eaecae91c79b45c
9182Author: Adam Jackson <ajax@redhat.com>
9183Date:   Thu Jul 31 17:31:36 2008 -0400
9184
9185    Unifdef XIDLE.
9186    
9187    Seriously how was this still here.
9188
9189commit 8d214bc26f9b7ab6a5c54d7749cd4b6811cb0b96
9190Author: Adam Jackson <ajax@redhat.com>
9191Date:   Thu Jul 31 15:46:52 2008 -0400
9192
9193    Document more of the OS and library assumptions.
9194
9195commit 2198e237b2ed85857c671eee2cd04dfc032befee
9196Author: Tomas Carnecky <tom@dbservice.com>
9197Date:   Thu Jul 31 13:46:06 2008 -0400
9198
9199    Cosmetic cleanup to Xvfb/Xdmx configure check output.
9200
9201commit 148175fb8b365dcf00b13539b3f03ce33f3df707
9202Author: Michel Dänzer <michel@tungstengraphics.com>
9203Date:   Thu Jul 31 16:54:33 2008 +0200
9204
9205    EXA: Do still return FALSE if the driver PrepareCopy hook failed...
9206    
9207    Thanks to Stuart Bennett for pointing out the problem on IRC.
9208
9209commit 68fd6604a15b653d1fa244633eaaee9608a03ab3
9210Author: Tomas Carnecky <tom@dbservice.com>
9211Date:   Thu Jul 31 10:03:56 2008 -0400
9212
9213    OutputPropertyNotifyMask is a valid thing to select for.
9214
9215commit 64ebeeb5265a4c425b9397fdc86a6d81521a856e
9216Author: Michel Dänzer <michel@tungstengraphics.com>
9217Date:   Thu Jul 31 10:58:52 2008 +0200
9218
9219    EXA: Fix exponential growth logic for GXcopy tiled fills.
9220    
9221    Fixes http://bugs.freedesktop.org/show_bug.cgi?id=16908 .
9222
9223commit 8405c25d9ddbfddb6b155a436f07ccad689e53bd
9224Author: Michel Dänzer <michel@tungstengraphics.com>
9225Date:   Thu Jul 31 10:55:44 2008 +0200
9226
9227    EXA: Simplify exaFillRegionTiled() control flow.
9228    
9229    Also only call REGION_TRANSLATE() when necessary.
9230
9231commit b37b1e66996f8335dafc97b12d25aaec452b931e
9232Author: Aaron Plattner <aplattner@nvidia.com>
9233Date:   Wed Jul 30 18:48:27 2008 -0700
9234
9235    Make shmint.h part of the SDK.
9236    
9237    This includes ShmRegisterFuncs, ShmSetPixmapFormat, fbShmPutImage, and
9238    ShmRegisterFbFuncs.  Note that fbShmPutImage was already exported.
9239
9240commit a3afa6f2fb80489f7b6a88d12def09281d32ed94
9241Author: Michel Dänzer <michel@tungstengraphics.com>
9242Date:   Wed Jul 30 18:30:37 2008 +0200
9243
9244    EXA: Optimize GXcopy tiled fills.
9245
9246commit 37087bc10630ee7740df1369b3e56a44fd2ad2b0
9247Author: Michel Dänzer <michel@tungstengraphics.com>
9248Date:   Wed Jul 30 18:27:33 2008 +0200
9249
9250    EXA: Replace open coded CopyArea logic with GC op call.
9251
9252commit bb2cacd33eb85f39b9e7fa554545611957df677d
9253Author: Xavier Bestel <xavier.bestel@free.fr>
9254Date:   Tue Jul 29 13:06:10 2008 -0400
9255
9256    Cosmetic fix to EDID decoding.
9257
9258commit a70754a9fdb019d85fbfca1898699f3c6f609fdd
9259Author: Alan Hourihane <alanh@tungstengraphics.com>
9260Date:   Tue Jul 29 14:16:25 2008 +0100
9261
9262    require inputproto 1.9.99.3
9263
9264commit 591ef3c047ab3597fef9d687205e99c254ff2040
9265Author: Peter Hutterer <peter.hutterer@who-t.net>
9266Date:   Tue Jul 29 10:00:01 2008 +0930
9267
9268    Xi: ChangeDeviceControl presence events should set the appropriate devchange.
9269    
9270    Requires inputproto 1.4.4 or higher.
9271
9272commit 25dd5ce0770c5ff91a79c12223fd4af52759900b
9273Author: Kristian Høgsberg <krh@redhat.com>
9274Date:   Mon Jul 28 12:33:58 2008 -0400
9275
9276    Add atKeynames.h in hw/dmx/input and drop evil cross-ddx #include.
9277
9278commit e39a16aa58456aaecee54edc64f189c958db0902
9279Author: Julien Cristau <jcristau@debian.org>
9280Date:   Sat Jul 26 16:35:19 2008 +0200
9281
9282    xfree86: don't output a spurious newline to the log when loading a module
9283
9284commit 2eaed4a10fe5bf727579bca4ab8d4a47c8763a7d
9285Author: Julien Cristau <jcristau@debian.org>
9286Date:   Sat Jul 26 15:35:42 2008 +0200
9287
9288    xfree86: use xorg.conf input devices if there is no ServerLayout
9289    
9290    If xorg.conf has no ServerLayout section, use the first mouse and
9291    keyboard sections as core devices, even with AllowEmptyInput.
9292
9293commit 805f28e96ceb20bc53792ae3cf17f9c26564ae0e
9294Author: Simon Thum <simon.thum@gmx.de>
9295Date:   Wed Jul 23 12:10:52 2008 +0200
9296
9297    some trivial changes regarding C compat, indentation, etc.
9298    
9299    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
9300
9301commit 3209bd21d00b8673d321f70afb65720588ddacb3
9302Author: Simon Thum <simon.thum@gmx.de>
9303Date:   Wed Jul 23 12:06:34 2008 +0200
9304
9305    xfree86: perform pointer accel scheme selection by name, not number
9306    
9307    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
9308
9309commit a17cb29f5acdfcdeac929d8c6be3600d44d038ef
9310Author: Simon Thum <simon.thum@gmx.de>
9311Date:   Wed Jul 23 12:03:17 2008 +0200
9312
9313    dix: preparation change: make runtime exchange of filter chain safe
9314    
9315    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
9316
9317commit 1a9f9ac50f2b0db735789905cc29572a50c8ae4c
9318Author: Simon Thum <simon.thum@gmx.de>
9319Date:   Wed Jul 23 11:49:36 2008 +0200
9320
9321    dix: optimize precision in device velocity estimation
9322    
9323    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
9324
9325commit c184b91d9aa72031c2bac9f379f56633957ded30
9326Author: Simon Thum <simon.thum@gmx.de>
9327Date:   Wed Jul 23 11:33:25 2008 +0200
9328
9329    dix: improve the driver interface to predictable pointer acceleration
9330    
9331    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
9332
9333commit 87aa5298576ed335ac31347e14fb30430288157a
9334Author: Simon Thum <simon.thum@gmx.de>
9335Date:   Wed Jul 23 11:28:09 2008 +0200
9336
9337    dix: introduce defines for accel profile numbers
9338    
9339    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
9340
9341commit 4e32e6fb38d19c9993de86188e4f7e7916a028e2
9342Author: Simon Thum <simon.thum@gmx.de>
9343Date:   Wed Jul 23 11:10:22 2008 +0200
9344
9345    dix: rename classic accel _scheme_ to lightweight to avoid confusion with
9346    classic accel _profile_
9347    
9348    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
9349
9350commit d40183c665d458ac0a6e7952fbe986776a17fda7
9351Author: Simon Thum <simon.thum@gmx.de>
9352Date:   Wed Jul 23 09:28:06 2008 +0200
9353
9354    dix: add legal statements to ptrvelo.{c|h}
9355    
9356    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
9357
9358commit ec10eccd56be8b947cd63cae0687b8319857fe60
9359Author: Michel Dänzer <michel@tungstengraphics.com>
9360Date:   Mon Jul 28 09:33:04 2008 +0200
9361
9362    GLX: Unreference drawables bound to the old context, not the new one.
9363    
9364    Apart from the obvious reference counting issue, this fixes
9365    http://bugs.freedesktop.org/show_bug.cgi?id=16867 .
9366
9367commit 6ab8d6010adfd5ad6f1e1094a26c84f0aff934b1
9368Author: Michel Dänzer <michel@tungstengraphics.com>
9369Date:   Mon Jul 28 09:32:59 2008 +0200
9370
9371    AIGLX/DRI1: Pay more attention to return value from DRIGetDrawableInfo().
9372    
9373    Could have crashed otherwise if the num(Back)ClipRects variables referenced by
9374    the caller weren't pre-initialized to 0.
9375
9376commit b3e981c9d4ff31263a43b47f83cf8db4c2b5aeff
9377Author: Michel Dänzer <michel@tungstengraphics.com>
9378Date:   Mon Jul 28 09:32:54 2008 +0200
9379
9380    Fix Makefile.am crack.
9381    
9382    Looks like an artifact from early modularization.
9383
9384commit 3575d9584edf35ec1720bc3755b6576a56613685
9385Author: Peter Hutterer <peter.hutterer@who-t.net>
9386Date:   Fri Jul 25 16:46:44 2008 +0930
9387
9388    config: note that HAL options must be strings.
9389    
9390    Only strings are parsed by the server, all others are ignored. Doesn't matter,
9391    specifying int options as strings works fine anyway.
9392
9393commit 54651ff5ec54f4c621e060b19f31d77d519ef158
9394Author: Peter Hutterer <peter.hutterer@who-t.net>
9395Date:   Thu Jul 24 17:41:48 2008 +0930
9396
9397    xkb: remove superfluous inputInfo.keyboard treatment.
9398    
9399    Really not necessary, we can just walk the list and spare us the special
9400    treatment of the VCK.
9401
9402commit 70bd8261223366dae9dfdbb999691328d85f093c
9403Author: Peter Hutterer <peter.hutterer@who-t.net>
9404Date:   Thu Jul 24 17:38:16 2008 +0930
9405
9406    xkb: use PickPointer/PickKeyboard in _XkbLookupAnyDevice.
9407
9408commit 47160edec7f0d9129576d83f1593a5549879a893
9409Author: Peter Hutterer <peter.hutterer@who-t.net>
9410Date:   Thu Jul 24 12:12:45 2008 +0930
9411
9412    xfree86: warn some more about potential missing input devices.
9413    
9414    Put out a warning if xorg.conf has InputDevice sections, but these aren't
9415    referenced in the used ServerLayout. This is only performed if AllowEmptyInput
9416    is enabled.
9417    The reason behind this is that the server used to auto-add the first
9418    mouse/keyboard sections if none where referenced. Now, with HAL and AEI
9419    enabled by default, setups that relied on this auto-adding break and are left
9420    without input devices. The least we can do is warn them.
9421
9422commit f30b0823dbfc5902e54b337b5b6b570ebf216584
9423Author: Peter Hutterer <peter.hutterer@who-t.net>
9424Date:   Thu Jul 24 09:56:00 2008 +0930
9425
9426    xfree86: if AllowEmptyInput is on, warn the user that we rely on HAL now.
9427
9428commit ad4cd2e241691427689591f7769a1184c8c1c7f5
9429Author: Peter Hutterer <peter.hutterer@who-t.net>
9430Date:   Wed Jul 23 17:40:28 2008 +0930
9431
9432    xkb: don't send core events on SlowKeys.
9433    
9434    Core events don't happen until later in the DIX, so pump device events down
9435    instead. This makes modifiers work again when SlowKeys is enabled.
9436
9437commit 7d9dece74fc2bf130ceb8818ced5d9e3ac526900
9438Author: Peter Hutterer <peter.hutterer@who-t.net>
9439Date:   Mon Jul 21 22:12:45 2008 +0930
9440
9441    dix: fix up enter/leave system once again.
9442    
9443    Two corrections
9444    1. the "detail" field has NotifyVirtual, etc., not the "mode" field. This was
9445    a clear bug.
9446    2. don't set/unset the flags for NotifyGrab or NotifyUngrab. Clients are
9447    expected to deal with multiple enter/leave events per window if the mode is
9448    not NotifyNormal.
9449    
9450    Testable with TCL menu boxes (such as used in gitk):
9451    tk_optionMenu .menu globVar Val1 Val2 Val3 ValJunk
9452    pack .menu
9453    
9454    Thanks to Michel Dänzer for pointing this out.
9455
9456commit 2ce434f54bc0d6050ef115e310df62c035e84bf2
9457Author: Kristian Høgsberg <krh@redhat.com>
9458Date:   Thu Jul 24 18:44:16 2008 -0400
9459
9460    Clean up unused definitions from glx headers.
9461
9462commit ae67508392261ae47858692668a0c192ef4a9d7b
9463Author: Mathieu Bérard <mathieu.berard@crans.org>
9464Date:   Fri Jul 25 10:05:30 2008 -0400
9465
9466    Fix AddExtension now that CloseDownProc can be NULL.
9467
9468commit eff25430b4a391409e39337962ff7697165d23c7
9469Author: Daniel Drake <dsd@laptop.org>
9470Date:   Thu Jul 24 21:06:34 2008 -0500
9471
9472    Don't abort if swrast library is not present
9473    
9474    GLX is enabled by default, but the current swrast behaviour causes X
9475    to abort with fatal error if the swrast dri library dlopen fails.
9476    
9477    Handle the case where the swrast library is not present, and do not
9478    register the GLX extension unless at least one screen has a usable
9479    GL provider.
9480
9481commit 62b5690415786c4a6e8bac464aa8db578beb74f5
9482Author: Adam Jackson <ajax@redhat.com>
9483Date:   Thu Jul 24 16:13:10 2008 -0400
9484
9485    Remove some more MEMBUG garbage.
9486
9487commit 036822584b26854e2f486f1bea84d8d19d9324de
9488Author: Kristian Høgsberg <krh@redhat.com>
9489Date:   Thu Jul 24 16:03:58 2008 -0400
9490
9491    Drop xf86CommonSpecialKey() and atKeynames.h
9492    
9493    These are AT scancode specific, should really be part of xf86-input-keyboard.
9494    Remove from server, move to xf86-input-keyboard.
9495
9496commit f3ff2386016ced7e677817e9761a535f0f385813
9497Author: Adam Jackson <ajax@redhat.com>
9498Date:   Thu Jul 24 15:28:07 2008 -0400
9499
9500    Sync is built-in and mandatory.
9501
9502commit 3fcf4d3eb89fecaa2be7b5ac4933b693c9c3d97e
9503Author: Adam Jackson <ajax@redhat.com>
9504Date:   Thu Jul 24 15:09:05 2008 -0400
9505
9506    XC-MISC is built-in and mandatory.
9507
9508commit 9757106bba8f7bea99c5211817fc6b5fde4e6f66
9509Author: Adam Jackson <ajax@redhat.com>
9510Date:   Thu Jul 24 14:59:14 2008 -0400
9511
9512    Remove all empty extension reset hooks, replace with NULL.
9513
9514commit 6bcde69585fcc8f8dbfe81c115649f19274922fa
9515Author: Adam Jackson <ajax@redhat.com>
9516Date:   Thu Jul 24 09:13:26 2008 -0400
9517
9518    Allow extension closedown hook to be null.
9519
9520commit f65c50c4e902c7b5619fb7bbee8462434d809ec7
9521Author: Adam Jackson <ajax@redhat.com>
9522Date:   Thu Jul 24 09:07:42 2008 -0400
9523
9524    Bigreqs are built-in and mandatory.
9525
9526commit d6228cb22aa89b90834d80d98b91862c1fc01b54
9527Author: Adam Jackson <ajax@redhat.com>
9528Date:   Thu Jul 24 09:00:22 2008 -0400
9529
9530    Shape extension is built-in and mandatory.
9531
9532commit 990fc643ae90c034187707e7de414d80640ec6da
9533Author: Kristian Høgsberg <krh@redhat.com>
9534Date:   Thu Jul 24 15:02:40 2008 -0400
9535
9536    Ugh, remove trailing backslash.
9537
9538commit 806e8cf3c01f955411445a7095f0957ea9a9b22a
9539Author: Kristian Høgsberg <krh@redhat.com>
9540Date:   Thu Jul 24 14:25:24 2008 -0400
9541
9542    Remove SPARC muldiv code.  Was used by ELF loader, which is no more.
9543
9544commit dff1a609bb4c0171e2abb92b54c16e739aec9ca2
9545Author: Kristian Høgsberg <krh@redhat.com>
9546Date:   Mon Jul 21 18:29:08 2008 -0400
9547
9548    Drop the glx resize hook and stop chaining PositionWindow.
9549
9550commit 24dddcd0ef845f4120f8588dc63ec754338ffac8
9551Author: Kristian Høgsberg <krh@redhat.com>
9552Date:   Mon Jul 21 18:16:38 2008 -0400
9553
9554    Drop unnecessary linked list of contexts from GLXDrawable.
9555
9556commit 5c1e254cc85e9ad409b0217780545c29f62d5feb
9557Author: Daniel Stone <daniel@fooishbar.org>
9558Date:   Thu Jul 24 03:01:45 2008 +0300
9559
9560    Remove xorgcfg
9561    
9562    Us shipping a GUI configuration utility (especially as part of the
9563    server!) was pretty pointless.  There was pretty much nothing it could
9564    configure which wasn't already runtime adjustable: if you could get a
9565    server up with functioning input and output, there wasn't much xorgcfg
9566    could do for you.
9567    
9568    Au revoir.
9569
9570commit b74927c3844bc2650d95f604fe782d95ade067f1
9571Author: Daniel Stone <daniel@fooishbar.org>
9572Date:   Thu Jul 24 02:42:13 2008 +0300
9573
9574    Remove ioport
9575    
9576    I don't know why we would possibly be shipping this.
9577
9578commit 8c0518379089d230060e9ff672ba5eba34198325
9579Author: Daniel Stone <daniel@fooishbar.org>
9580Date:   Thu Jul 24 02:40:02 2008 +0300
9581
9582    Remove kbd_mode
9583    
9584    We only built this on BSD and Solaris, and if such a tool is generally
9585    useful, ship it with the OS.
9586
9587commit 0d785bd635d135fcd67b4c9c88f5c8217e9b9240
9588Author: Adam Jackson <ajax@redhat.com>
9589Date:   Wed Jul 23 13:43:09 2008 -0400
9590
9591    Unifdef hpux.
9592
9593commit 5035741fd4cb4918957064a8c9ded9c7c31b4e22
9594Author: Adam Jackson <ajax@redhat.com>
9595Date:   Wed Jul 23 13:38:38 2008 -0400
9596
9597    Unifdef __osf__
9598
9599commit bd8bd2c700e6ccac53b47c45766c0a3a08a59344
9600Author: Adam Jackson <ajax@redhat.com>
9601Date:   Wed Jul 23 13:36:35 2008 -0400
9602
9603    Unifdef AIX.
9604
9605commit 5f5eed7f790db2f0ae0cd0f5c5ee5a312079c0b0
9606Author: Adam Jackson <ajax@redhat.com>
9607Date:   Wed Jul 23 13:27:24 2008 -0400
9608
9609    Unifdef DGUX.
9610
9611commit 856db05b58b71c5ff22af727aba435a8c356abfa
9612Author: Adam Jackson <ajax@redhat.com>
9613Date:   Wed Jul 23 13:25:37 2008 -0400
9614
9615    Unifdef sgi.
9616
9617commit ab6557fcd4bb4fd580bb1727dc8764f7dfb2cb30
9618Author: James Cloos <cloos@jhcloos.com>
9619Date:   Wed Jul 23 13:17:33 2008 -0400
9620
9621    Optimize commit 331cc3f0799a54910a99484264f76569beeee55a
9622    
9623    Reorder to minimize comparisons
9624
9625commit b699364b1c807d29666633523f5b5a608a07a8ee
9626Author: Adam Jackson <ajax@redhat.com>
9627Date:   Wed Jul 23 11:43:59 2008 -0400
9628
9629    Unifdef VXWORKS.
9630
9631commit 2e3c43d306616f8accdeaffec9c108ba88324805
9632Author: Adam Jackson <ajax@redhat.com>
9633Date:   Wed Jul 23 11:35:06 2008 -0400
9634
9635    Assume __GNUC__ >= 3.
9636    
9637    gcc 3.0 was seven years ago.  Get with the times.
9638
9639commit 0c1c9d75089aac0cf673820db83801d3cab5bfc7
9640Author: Adam Jackson <ajax@redhat.com>
9641Date:   Wed Jul 23 09:11:40 2008 -0400
9642
9643    Remove some broken debugging scaffolding.
9644
9645commit 0ff5bc404842f7264a8e77f9e2a0bd8d0b051356
9646Author: Adam Jackson <ajax@redhat.com>
9647Date:   Wed Jul 23 09:09:11 2008 -0400
9648
9649    Unifdef QNX.
9650    
9651    Again, hasn't worked since at least 7.0.
9652
9653commit 331cc3f0799a54910a99484264f76569beeee55a
9654Author: James Cloos <cloos@jhcloos.com>
9655Date:   Wed Jul 23 00:01:43 2008 -0400
9656
9657    Fix LookupColor
9658    
9659    Using strncasecmp(3) with the lenght of the user-supplied colour name
9660    will result in a false positive when the db key starts out with the
9661    same string.
9662    
9663    Eg, blue will also match BlueViolet (aka blue violet).
9664    
9665    Since the shorter strings occur first in the database, avoid such
9666    errors by treating a 0 result from strncasecmp(3) as a positive result
9667    when the key’s length is longer than the supplied string’s.
9668
9669commit bc3c03a3f3c091026310f0e8d55321cec570a0c5
9670Author: Pierre-Loup A. Griffais <pgriffais@nvidia.com>
9671Date:   Tue Jul 22 17:34:37 2008 -0700
9672
9673    Don't return BadAlloc when trying to set a PictureFilter with no parameters when a filter with parameters was previously set.
9674    
9675    Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
9676
9677commit 92fdd01d8e46dd4b41338754e1a34e9d3c387d4a
9678Author: Dodji Seketeli <dodji@seketeli.org>
9679Date:   Wed Jul 23 01:07:29 2008 +0200
9680
9681    [Xephyr] various X86_64 build cleanups
9682
9683commit 5de1867fbb0a336ff3fdc92cbf734849f6111b1b
9684Author: Dodji Seketeli <dodji@seketeli.org>
9685Date:   Wed Jul 23 01:00:26 2008 +0200
9686
9687    [Xephyr] Fix #15839
9688    
9689    Make sure the _XSERVER64 macro is not defined in Xlib client code.
9690    That macro is meant to be define only on pure server code, when necessary.
9691
9692commit d692e1a63e4718d3b6d486582c19f30259b813a7
9693Author: Adam Jackson <ajax@redhat.com>
9694Date:   Tue Jul 22 10:21:22 2008 -0400
9695
9696    Build fix.
9697
9698commit d8937ce58137ad675f1ead8f2345eaed0ca63c8a
9699Author: Daniel Stone <daniel@fooishbar.org>
9700Date:   Tue Jul 22 16:52:50 2008 +0300
9701
9702    autogen.sh: Pass --force to autoreconf
9703    
9704    Ensure we get all files installed when running autoreconf by passing
9705    --force to overwrite previously-generated ones, which fixes running it
9706    from tarballs.
9707    
9708    Also revert Peter's local changes to pass arguments to configure, all of
9709    which are the default now anyway, AIUI.
9710
9711commit 880625eef5d8b168df3e42836fa1b763c51a91b5
9712Author: Peter Hutterer <peter.hutterer@who-t.net>
9713Date:   Tue Jul 22 14:34:28 2008 +0930
9714
9715    xfree86: plug memory leak, free driver's private data when deleting the device.
9716
9717commit 67d7821ae783d3f123b6ba7203abf847374a1e36
9718Author: Keith Packard <keithp@keithp.com>
9719Date:   Mon Jul 21 11:48:24 2008 -0700
9720
9721    dix: reset potential lastSlaves when disabling an SD
9722    
9723    Unplug a mouse, then warp the pointer and the warp pointer code will try
9724    to update the position of the last slave device associated with the
9725    master. That pointer will be stale and the X server will crash.
9726    
9727    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
9728
9729commit 8c8c4fdf34bfc9d54ebea99fb0af14cad167b4a0
9730Author: Adam Jackson <ajax@redhat.com>
9731Date:   Mon Jul 21 16:39:43 2008 -0400
9732
9733    EDID: Various reduced blanking fixes.
9734    
9735    - Use a single common function to compute reducedness.
9736    - Call it from both the old-school and new-school mode validation paths.
9737    - Define monitor reduced-blanking support in accord with EDID 1.4.
9738    - Attempt to filter RB DMT modes away from the "standard" EDID pool if
9739      the monitor doesn't claim RB support.
9740
9741commit e8cd77e14d3fa40e5cf1174acaf925362b2e0a11
9742Author: Adam Jackson <ajax@redhat.com>
9743Date:   Mon Jul 21 16:15:03 2008 -0400
9744
9745    EDID: For standard timing blocks, prefer DMT timings if they exist.
9746
9747commit 6ba70091e2325f534a37ef185fea568d2c43edec
9748Author: Adam Jackson <ajax@redhat.com>
9749Date:   Mon Jul 21 15:40:34 2008 -0400
9750
9751    EDID: Correct DDCEstablishedModes to conform to DMT.
9752
9753commit facb255fa9267e343cbc91f841f1b64e5dc99e98
9754Author: Kristian Høgsberg <krh@redhat.com>
9755Date:   Mon Jul 21 16:05:53 2008 -0400
9756
9757    Need to unref pixmaps backing pbuffers too.
9758
9759commit d5ae85b5b722821499d5796cf0973ecb6ec125f1
9760Author: Kristian Høgsberg <krh@redhat.com>
9761Date:   Mon Jul 21 15:28:50 2008 -0400
9762
9763    Fix embarrasing GLXPixmap leak.
9764
9765commit c74ddc87c995c73109827717a49f14846c7c4024
9766Author: Adam Jackson <ajax@redhat.com>
9767Date:   Mon Jul 21 15:10:20 2008 -0400
9768
9769    EDID: Add quirk to clamp max pixel clock to single DVI link speed.
9770    
9771    On some panels you end up with all of:
9772    - No range descriptor
9773    - No description of physical connectivity
9774    - Native panel size mode in standard timings list
9775    
9776    In principle you're supposed to use the timings for that mode from the DMT
9777    spec, but in practice the DMT spec has timings for both 1920x1200 normal
9778    and 1920x1200RB, and the standard timing field gives you no way to
9779    distinguish.  And, of course, the non-RB timings don't fit in a single
9780    DVI link.
9781
9782commit 55803473adb0a0975fea81035402bf6b4ec0e30b
9783Author: Alan Hourihane <alanh@tungstengraphics.com>
9784Date:   Mon Jul 21 10:32:57 2008 +0100
9785
9786    Bump inputproto to 1.9.99.2 for XI_PROP_ENABLED
9787
9788commit 69de40ee45a6e046be79b735cd1540f63b87aee9
9789Author: Peter Hutterer <peter.hutterer@who-t.net>
9790Date:   Mon Jul 21 17:05:04 2008 +0930
9791
9792    dix: shift the duplicate button mapping check to ProcSetPointerMapping.
9793    
9794    XI 2 allows two buttons to have the same button code.
9795
9796commit 0dbfe0ebc69c307c0626ba824de15d03de1251d4
9797Author: Daniel Stone <daniel@fooishbar.org>
9798Date:   Mon Jul 21 03:50:15 2008 +0300
9799
9800    Revert "Try nvidia before nv under the assumption that people who install it usually want to *use* it, too."
9801    
9802    Per mailing list discussion.
9803    
9804    This reverts commit 66fb253082ea42179180303393e48846208987fa.
9805
9806commit 6b5206e7cb8e5279816b48f014d47d3f03f16972
9807Author: Daniel Stone <daniel@fooishbar.org>
9808Date:   Fri Jul 18 15:38:10 2008 +0300
9809
9810    dix: Remove insane BC hacks
9811    
9812    If your DDX needs a 1bpp mode and doesn't set it up, your DDX is
9813    incompetent.
9814
9815commit 66fb253082ea42179180303393e48846208987fa
9816Author: Aaron Plattner <aplattner@nvidia.com>
9817Date:   Tue Jul 8 02:39:00 2008 -0700
9818
9819    Try nvidia before nv under the assumption that people who install it usually want to *use* it, too.
9820
9821commit 376620460ec50cb98a1e3746629b7f73c2e926d7
9822Author: Julien Cristau <jcristau@debian.org>
9823Date:   Sun Jul 20 16:53:01 2008 +0200
9824
9825    Drop some more configure-generated files from the tarball
9826
9827commit 35346a42271dfe65fe0a86dc522701028bf6daf6
9828Author: Julien Cristau <jcristau@debian.org>
9829Date:   Sun Jul 20 16:40:59 2008 +0200
9830
9831    Don't put xf86Build.h in the tarball (bug#9277)
9832    
9833    This file is generated by configure, we don't need to ship a stale
9834    version in the tarball.
9835    X.Org bug#9277 <https://bugs.freedesktop.org/show_bug.cgi?id=9277>
9836
9837commit 43c6d5a6f83dfdf8596c8d0faf8ac1a64f73a8c1
9838Author: Julien Cristau <jcristau@debian.org>
9839Date:   Sun Jul 20 16:30:24 2008 +0200
9840
9841    distcheck fixes
9842    
9843    Still seems to fail because hw/xquartz has too long filenames
9844
9845commit 92b0a04ffd630a89705fc73d587182a62c34cd84
9846Author: James Cloos <cloos@jhcloos.com>
9847Date:   Sat Jul 19 18:21:37 2008 -0400
9848
9849    Fix compile failure
9850    
9851    This fixes a compile failure by ensuring that mouse-cfg.c
9852    can see the MTYPE_ constants.
9853
9854commit 0b45ba488d8a3e901b83e445d17e7e9a67047b6c
9855Author: Adam Jackson <ajax@redhat.com>
9856Date:   Fri Jul 18 10:54:10 2008 -0400
9857
9858    Drop the FONTCACHE extension.
9859    
9860    This appears to have been dead code since X-TT was merged.
9861
9862commit b85392e66b4cbfcc95897ac342f19ac8ab04d4cc
9863Author: Søren Sandmann <sandmann@redhat.com>
9864Date:   Thu Jul 17 23:10:11 2008 -0400
9865
9866    Give priority to clients that are receiving expose and configure events
9867
9868commit 3b687ffe1649449b3d182f5e7690274c6c96916a
9869Author: Alan Coopersmith <alan.coopersmith@sun.com>
9870Date:   Thu Jul 17 18:16:59 2008 -0700
9871
9872    Make xstrcasestr prototype return value match the implementation
9873
9874commit f7bfa4ae971b43c3ed81cc84e6d1e071c413f04c
9875Author: Daniel Stone <daniel@fooishbar.org>
9876Date:   Thu Jul 17 23:03:57 2008 +0300
9877
9878    configure.ac: Remove non-existant directory
9879    
9880    Oops.
9881
9882commit 16e40ecf43ea7df349e54f757db0223764d752ee
9883Author: Daniel Stone <daniel@fooishbar.org>
9884Date:   Thu Jul 17 22:37:31 2008 +0300
9885
9886    Remove dead code, useless #defines, et al
9887
9888commit b0a99fb02bb7290266d7dddee4de0b9959fb3c52
9889Author: Daniel Stone <daniel@fooishbar.org>
9890Date:   Thu Jul 17 21:42:17 2008 +0300
9891
9892    configure.ac: Fix release date
9893    
9894    Instead of putting something that's always wrong, at least just put
9895    unreleased, which will be more obviously wrong if it's, well, in a
9896    release.
9897
9898commit 711720650cc192022f0d91f5cf94292d48dbc891
9899Author: Daniel Stone <daniel@fooishbar.org>
9900Date:   Thu Jul 17 21:39:46 2008 +0300
9901
9902    Everyone has urandom
9903    
9904    If you don't have urandom, please just add a fallback to /dev/random,
9905    rather than building our own random generator.
9906
9907commit 446fe9eecddd1337f9d5164dd7c301e1ba3dfe32
9908Author: Daniel Stone <daniel@fooishbar.org>
9909Date:   Thu Jul 17 21:37:50 2008 +0300
9910
9911    Dead code removal
9912    
9913    Remove a whole bunch of code that was never built, be it entire files or
9914    just dead ifdefs.
9915
9916commit 0564b5454ac101d9e1218767bbbc2c2d9f3e0696
9917Author: Daniel Stone <daniel@fooishbar.org>
9918Date:   Thu Jul 17 20:46:27 2008 +0300
9919
9920    XFree86: Restore AllowMouseOpenFail usage text
9921    
9922    This was incorrectly stuck behind the XFree86-Misc define, so got
9923    deleted with the rest of misc: restore it unconditionally, as it should
9924    be.
9925
9926commit 6c7c0ffeb71610ee00fc92b32fd2b1cc70383e38
9927Author: Daniel Stone <daniel@fooishbar.org>
9928Date:   Thu Jul 17 20:45:01 2008 +0300
9929
9930    KDrive: Delete rafts of unused code
9931    
9932    Most of this stuff was gone with the last real hardware drivers that
9933    used it.  Au revoir.
9934
9935commit ad7a7ae290b05f007062161418c929d9cebeef78
9936Author: Julien Cristau <jcristau@debian.org>
9937Date:   Thu Jul 17 18:51:05 2008 +0200
9938
9939    XF86BigFont is disabled by default
9940    
9941    3c19ec47b434d4ca84db58363cc053cc0b6aa413 did that,
9942    but pretended to make it 'auto'.
9943
9944commit 058100fd19ed33a3100d18a9ca56fdcffac361b2
9945Author: Alan Coopersmith <alan.coopersmith@sun.com>
9946Date:   Thu Jul 17 09:35:30 2008 -0700
9947
9948    Remove more Lynx leftovers
9949    
9950    A couple #if defined(Lynx) && defined(sun) had become just if defined(sun),
9951    resulting in wrong settings for Solaris builds, so they're now just deleted.
9952
9953commit 47833eef35b20a2eb0a74782edbb0877fd491c4c
9954Author: Mathieu Bérard <mathieu.berard@crans.org>
9955Date:   Thu Jul 17 11:59:24 2008 -0400
9956
9957    Drop a bunch of #ifdef Lynx.
9958
9959commit af2138bfce34a28312b26106eaf9561d96712ee0
9960Author: Adam Jackson <ajax@redhat.com>
9961Date:   Thu Jul 17 10:39:29 2008 -0400
9962
9963    Nuke some ancient code for commandline-challenged OSes.
9964    
9965    This appears to have been dead code even in 6.7.
9966
9967commit b9a0cee026361189dce63b87c738bd1d17e02830
9968Author: Adam Jackson <ajax@redhat.com>
9969Date:   Thu Jul 17 10:32:35 2008 -0400
9970
9971    Drop hw/xfree86/os-support/lynxos/
9972    
9973    This has never worked in any modular release, clearly no one cares.
9974
9975commit d87f170bd99f7908eb14272ac42c8963d089f54f
9976Author: Adam Jackson <ajax@redhat.com>
9977Date:   Thu Jul 17 10:29:52 2008 -0400
9978
9979    Remove XF86Misc code from xorgcfg.
9980
9981commit e3ff8501749209ee2dd324d35ae16e37510e0574
9982Author: Jie Luo <clotho67@gmail.com>
9983Date:   Thu Jul 17 10:27:24 2008 -0400
9984
9985    Remove duplicate load of freetype font renderer.
9986    
9987    libXfont will do this for us in FontFileRegisterFpeFunctions.
9988
9989commit 8441e26266701776f1416bec864ae2949355da76
9990Author: Jie Luo <clotho67@gmail.com>
9991Date:   Thu Jul 17 10:23:37 2008 -0400
9992
9993    Remove freetype from the list of autoloaded modules.
9994
9995commit 5d11ae7a69e3a7611c667be4628a15a4b514f72c
9996Author: Jie Luo <clotho67@gmail.com>
9997Date:   Thu Jul 17 10:22:29 2008 -0400
9998
9999    Fix color lookup.
10000    
10001    OsStrCaseCmp returned inverted comparison sense from normal strcasecmp.
10002
10003commit 478d3918d5b23fba1a7e3aaea766dfa785e5a0a6
10004Author: Daniel Stone <daniel@fooishbar.org>
10005Date:   Thu Jul 17 03:29:26 2008 +0300
10006
10007    XFree86: Remove remnants of XFree86-Misc
10008    
10009    HandleMessage: dear god, no.
10010
10011commit 95000e34df9ba066905430eb0eb39a616567183e
10012Author: Adam Jackson <ajax@redhat.com>
10013Date:   Wed Jul 16 16:37:14 2008 -0400
10014
10015    Build fixes
10016
10017commit affec10635343668839994ea2bac16c1d4524200
10018Author: Adam Jackson <ajax@redhat.com>
10019Date:   Wed Jul 16 14:44:33 2008 -0400
10020
10021    Remove loadable font renderer support.
10022
10023commit acc91054316208844742495dea0b80a860ef02bb
10024Author: Adam Jackson <ajax@redhat.com>
10025Date:   Wed Jul 16 14:24:47 2008 -0400
10026
10027    Remove font module support from xorgcfg.
10028
10029commit a82e6efb7b9b2ab9a1597b002f375c5ee105e7f5
10030Author: Adam Jackson <ajax@redhat.com>
10031Date:   Wed Jul 16 14:19:04 2008 -0400
10032
10033    Remove the numVideoScreens xprintism.
10034    
10035    This was to account for cases where you had video and print screens in
10036    the same server.  Lunacy.  Leave the slot in ScreenInfo, but rename it,
10037    and stop looking at it.
10038
10039commit 1a573e402ec112913a404f092b5b97d8d9210f94
10040Author: Adam Jackson <ajax@redhat.com>
10041Date:   Wed Jul 16 13:41:53 2008 -0400
10042
10043    Update the Allow*Grabs documentation for xf86misc removal.
10044    
10045    The API to turn the grab-break keys back off is gone now, so don't
10046    say it exists.
10047
10048commit 55644d2f1cddf1777587f213ed581b6087d9fdad
10049Author: Daniel Stone <daniel@fooishbar.org>
10050Date:   Wed Jul 16 14:23:34 2008 +0300
10051
10052    Make --enable-debug usable again
10053    
10054    Enable region debugging causes assertion failures (should really look
10055    into that, though), and I don't need four messages every time I move my
10056    pointer.
10057
10058commit 22e64108ec63ba77779891f8df237913ef9ca731
10059Author: Daniel Stone <daniel@fooishbar.org>
10060Date:   Wed Jul 16 06:25:26 2008 +0300
10061
10062    XFree86: Remove XFree86-Misc extension
10063    
10064    Its last remaining purpose in life has been destroyed by input
10065    properties.  Au revoir: it's been fun, by which I mean awful.
10066
10067commit b8dd07f855c555af56cbf0f69df799f424da2cca
10068Author: Daniel Stone <daniel@fooishbar.org>
10069Date:   Wed Jul 16 03:00:25 2008 +0300
10070
10071    HAL: Remove grotesque open-coded strcasestr
10072    
10073    Not only was this pretty ugly, but it didn't even work on systems
10074    without strcasestr anyway, due to the define not being in dix-config.h.
10075    Lack of strcasestr is handled transparently with the version from
10076    FreeBSD now anyway, so, huzzah.
10077
10078commit ad87c72edcc0d1f56658e0c4e73af335c8d5a516
10079Author: Daniel Stone <daniel@fooishbar.org>
10080Date:   Wed Jul 16 02:59:51 2008 +0300
10081
10082    DIX: Add strcasestr from FreeBSD
10083    
10084    Add strcasestr for use on systems which don't have it.
10085
10086commit c3c901cf44cf16bb33c4176494361b429099a372
10087Author: Daniel Stone <daniel@fooishbar.org>
10088Date:   Wed Jul 16 02:54:41 2008 +0300
10089
10090    configure.ac: Fix SHA1 handling
10091    
10092    Fix and marginally simplify the SHA1 handling.  First, we allow people
10093    to override it.  Secondly, we try for libmd.  Then, we try for OpenSSL
10094    with pkg-config.  In a last, desperate move, we try libcrypto on its
10095    own.  This allows the server to, y'know, _link_ when using OpenSSL,
10096    instead of failing because we only have -lcrypto, and not -lssl.
10097
10098commit 69b57dc651e12a0d9a5a4295b185c62d5c0df63f
10099Author: Daniel Stone <daniel@fooishbar.org>
10100Date:   Wed Jul 16 02:03:36 2008 +0300
10101
10102    dix: Actually build str(n)casecmp if we don't have it
10103    
10104    Remember to add stuff to dix-config.h when you add new AC_DEFINES,
10105    people ...
10106
10107commit dcf6293030126509d7d6c61d131222037d5ed7db
10108Author: Daniel Stone <daniel@fooishbar.org>
10109Date:   Wed Jul 16 01:57:00 2008 +0300
10110
10111    strcasecmp: Actually use the right license
10112    
10113    Forgot to update the license when I committed the FreeBSD version, so it
10114    still had an old SGI license.  Sorry.  Sorry.
10115
10116commit 441f084bfe87a6ea1c94ec63f82888b8b3d81d89
10117Author: Daniel Stone <daniel@fooishbar.org>
10118Date:   Wed Jul 2 19:52:58 2008 +0300
10119
10120    config: Don't attempt to use D-Bus when not strictly necessary
10121    
10122    If we have D-Bus but have explicitly disabled it, don't build it.
10123
10124commit 35c89f3f5b8fa222e37b799d5bb01595e8f30d0c
10125Author: Daniel Stone <daniel@fooishbar.org>
10126Date:   Wed Jul 16 01:43:58 2008 +0300
10127
10128    XFree86: Remove mysticism from Makefile.am
10129    
10130    The variables were always the same, so just shove them in with the rest
10131    of the plebs.
10132
10133commit b89a59248a4a0ff06b9a0ddee45881efc6063063
10134Author: Daniel Stone <daniel@fooishbar.org>
10135Date:   Fri Jun 27 12:20:56 2008 +0300
10136
10137    XFree86: Delete OSMouse code
10138    
10139    This should be moved into the mouse driver, if anything.
10140
10141commit d0de5ea96d084fc5da87d8f323ddfc08fe9c03ba
10142Author: Daniel Stone <daniel@fooishbar.org>
10143Date:   Wed Jun 25 17:56:28 2008 +0300
10144
10145    XFree86: Remove useless debugging code
10146    
10147    Also remove documentation which told you how to use a non-module-aware
10148    GDB, albeit only with old, non-shared, modules.
10149
10150commit 4b1273c9c2da113f634be80caa28e81df3beae98
10151Author: Daniel Stone <daniel@fooishbar.org>
10152Date:   Wed Jun 25 17:51:12 2008 +0300
10153
10154    XFree86: Delete empty file & function
10155    
10156    xf86InitXkb() has been empty for as long as I can remember.
10157
10158commit 3a54f3f48fa1c0d60604c3ee767c569b5ec23430
10159Author: Daniel Stone <daniel@fooishbar.org>
10160Date:   Thu Jun 12 01:05:04 2008 +0300
10161
10162    XFree86: Clean up init a tiny bit (no code changes)
10163    
10164    Reshuffle and delete.
10165
10166commit ddcefb50dda9e398647d1c84c7153127ed26a4d2
10167Author: Daniel Stone <daniel@fooishbar.org>
10168Date:   Wed Jun 11 15:14:26 2008 +0300
10169
10170    XFree86: Remove trailing whitespace
10171
10172commit e6f35f28fb3526b911101bde4aa761de8b055aef
10173Author: Daniel Stone <daniel@fooishbar.org>
10174Date:   Wed Jun 11 15:13:21 2008 +0300
10175
10176    OS/KDrive/XFree86: Sanitise colour initialisation
10177    
10178    OsInitColors always just returned TRUE, so just remove calls to it and
10179    insane special-case logic.  Remove unused kcolor.c implementation, and
10180    merge oscolor.h into oscolor.c since it was the only user.  Remove
10181    open-coded strncasecmp in oscolor.c.
10182    
10183    Since we no longer need to call OsInitColors after reading the config
10184    file, just call PostConfigInit() from one place, and move PM handling to
10185    one place so we can install the signal handlers earlier.
10186
10187commit 11f9e3520249a603b95e64503ee759998ff17feb
10188Author: Daniel Stone <daniel@fooishbar.org>
10189Date:   Wed Jun 11 15:09:46 2008 +0300
10190
10191    DIX: Add strncasecmp from FreeBSD, make strcasecmp args const
10192    
10193    Add strncasecmp (as we're now using it) in case someone doesn't have it,
10194    and also change strncasecmp args to be const, in accordance with
10195    everything else.
10196
10197commit ae38151ddda9984effca5bb7c582540061201dce
10198Author: Daniel Stone <daniel@fooishbar.org>
10199Date:   Mon May 19 08:35:05 2008 +0300
10200
10201    configure.ac: Add GLX_SYS_LIBS for Xvfb and Xnest
10202    
10203    This fixes the linking for these two when using DRI2, which requires
10204    DLOPEN_LIBS.
10205
10206commit ccec16e519c143f4c0017a37e93ebc52ac472e4e
10207Author: Adam Jackson <ajax@redhat.com>
10208Date:   Tue Jul 15 11:24:08 2008 -0400
10209
10210    Bug #7300: Move xf86RAC to hw/xfree86/common
10211
10212commit 9111944b292355f7478b4ae75bead8dc25edbbcb
10213Author: Julien Cristau <jcristau@debian.org>
10214Date:   Tue Jul 15 10:36:38 2008 -0400
10215
10216    Bug #16674: Make sure RANDR reports refresh as 0 if pixel clock is 0.
10217
10218commit 3f3f66de669caf3606eec8c5f8d405a283cbf12d
10219Author: Brad Smith <brad@comstyle.com>
10220Date:   Mon Jul 14 22:20:41 2008 +0200
10221
10222    Fix the configure tests for swap16/__swap16 macros on OpenBSD.
10223    
10224    BSD systems need <sys/types.h> included before <sys/endian.h> for
10225    macros to work.
10226    <https://bugs.freedesktop.org/show_bug.cgi?id=16531>
10227
10228commit 11ee0ae9390a608a232ff94abcc0cbcf9ed7b70a
10229Author: Peter Hutterer <peter.hutterer@who-t.net>
10230Date:   Mon Jul 14 10:20:11 2008 +0930
10231
10232    xfree86: append, not prepent, new input devices to xf86InputDevs.
10233    
10234    If devices are prepended to the list, their wake-up order on resume is not the
10235    same as the original initialisation order. Hot-plugged devices, originally
10236    inited last, are re-enabled before the xorg.conf devices and in some cases may
10237    steal the device files. Result: we have different devices before and after
10238    suspend/resume.
10239    
10240    RedHat Bug 439386 <https://bugzilla.redhat.com/show_bug.cgi?id=439386>
10241
10242commit 5bcc45e07e8726a5442567472dd29cfb5c901f2d
10243Author: Peter Hutterer <peter.hutterer@who-t.net>
10244Date:   Sun Jul 13 18:40:53 2008 +0930
10245
10246    Xi: expose Enable/DisableDevice through XI_PROP_ENABLED property.
10247
10248commit c9eb0e870c87d291311491452adf7f91a911e24b
10249Author: Simon Thum <simon.thum@gmx.de>
10250Date:   Thu Jul 10 22:33:39 2008 +0930
10251
10252    Add support for multiple pointer acceleration schemes. #8583
10253    
10254    Available acceleration schemes:
10255     - xorg classic scheme.
10256     - the new "Predictable" polynomial accel scheme.
10257    
10258    X.Org Bug 8583 <http://bugs.freedesktop.org/show_bug.cgi?id=8583>
10259    
10260    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
10261
10262commit e7abe1676a6a4e4249504b8c9660cbad70569199
10263Author: Peter Hutterer <peter.hutterer@who-t.net>
10264Date:   Sun Jul 13 18:41:53 2008 +0930
10265
10266    Xi: protect against NULL handlers, don't try to dereference.
10267
10268commit 2bbb12c355308d10bf123911044fbdf6ae7fb59c
10269Author: Peter Hutterer <peter.hutterer@who-t.net>
10270Date:   Sun Jul 13 20:23:14 2008 +0930
10271
10272    Xi: remove ChangeDeviceControl for CoreCtl.
10273    
10274    If you want to set a device to core, attach it to a master device.
10275
10276commit 18ff17756c988b6c21b76bf898e45685649d07bb
10277Author: Peter Hutterer <peter.hutterer@who-t.net>
10278Date:   Thu Jul 10 19:23:14 2008 +0930
10279
10280    Xi: GetDeviceProperty reply includes deviceid.
10281
10282commit c3267106fb599213555829cb76df7848c4ebe23b
10283Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
10284Date:   Wed Jul 9 10:02:41 2008 -0700
10285
10286    XQuartz: Use CFEqual to compare keyboards
10287    (cherry picked from commit 5538e43b9ae7d06d2f48842b065810ce74286eb6)
10288
10289commit 90dd2de845ae12153296f6f1bff0c87f79c57854
10290Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
10291Date:   Mon Jul 7 10:55:58 2008 -0700
10292
10293    XQuartz: Some fd handoff cleanup.
10294    (cherry picked from commit 9c20a4804d97e67a988f00f49866997209cce518)
10295
10296commit 26d8030c3836816de8c12b2cb9d67315e5c887eb
10297Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
10298Date:   Fri Jul 4 19:23:21 2008 -0700
10299
10300    XQuartz: Remove deprecated keyboard code.
10301    (cherry picked from commit 69cfc1a21e12bb38a6130dea2e5f20f1e6a3ee7c)
10302
10303commit 5cfcbd54d98cc77ee02a3a099ebbad9af511a0ee
10304Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
10305Date:   Wed Jul 2 00:47:08 2008 -0700
10306
10307    Set machine dependent defaults for ppc64
10308    (cherry picked from commit 0733ef2e8abda99cfd62966e73017949e9cd507f)
10309
10310commit e69b9f9ca45c0c6bfb93ea9143737116bf1f2453
10311Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
10312Date:   Wed Jun 25 11:51:27 2008 -0700
10313
10314    XQuartz: Set noPanoramixExtension earlier to avoid a possible race.
10315    (cherry picked from commit 49668e8a88137e9f258eae970826883b88b7d8ba)
10316
10317commit 8d2e2e1d856efec4459de2a20af642dc1ec9b8a5
10318Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
10319Date:   Wed Jun 11 11:44:45 2008 -0700
10320
10321    Xquartz: Removed include directive for removed header
10322    (cherry picked from commit e65a36d57f338410c5a5b02cb5ae1214a81d072d)
10323
10324commit ebd70c82fdbe483d149ac9bdb5a64cc6e0c10e0a
10325Author: Aaron Plattner <aplattner@nvidia.com>
10326Date:   Thu Jul 10 14:38:34 2008 -0700
10327
10328    Add LoaderShouldIgnoreABI to allow drivers that roll their own ABI checks (i.e. nvidia) to perform the check before ScreenInit.
10329
10330commit c42427f63f0e0495e56909ee99ad1e3c4321c39b
10331Author: Ander Conselvan de Oliveira <ander@mandriva.com.br>
10332Date:   Wed Jul 9 10:50:21 2008 -0300
10333
10334    Fix incorrect test regarding keyboard map.
10335    
10336    In the map stored in each keyboard device, the first line refers to
10337    minimum keycode, i.e., the 0th line refers to keycode 8. When not
10338    using XKB the wrong test caused some keys to be interpreted as
10339    locks ('m' for instance). The had to be pressed twice to generate
10340    both KeyPress and KeyRelease events.
10341    
10342    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
10343
10344commit e4054e5cb3d919dfc83021be3f2b9036d0e5a2be
10345Author: Peter Hutterer <peter.hutterer@who-t.net>
10346Date:   Thu Jul 10 11:03:31 2008 +0930
10347
10348    Xi: pack the property stuff into a struct, make handlers a linked list.
10349    
10350    We may need more than one handler to deal with a property (e.g. one in the
10351    driver, one in the DIX), so get the handlers into a linked list and call them
10352    one-by-one. This is of course slightly less entertaining than the hilarious
10353    WRAP/UNWRAP game we play in other parts of the server.
10354    
10355    XIRegisterPropertyHandler/XIUnregisterPropertyHandler are the interface
10356    drivers/the DIX should use to attach themselves to the device.
10357    
10358    XIDeleteAllDeviceProperties destroys everything, including the handlers.
10359
10360commit 2039c6ea43244339659323d05d96c14e41996c20
10361Author: Peter Hutterer <peter.hutterer@who-t.net>
10362Date:   Mon Jul 7 22:10:17 2008 +0930
10363
10364    Xi: add support for input device properties.
10365    
10366    Basically just copied from randr properties, with minor changes only.
10367    Each device supports arbitrary properties that can be modified by clients.
10368    Modifications to the properties are passed to the driver (if applicable) and
10369    can then affect the configuration of the device.
10370    
10371    Note that device properties are limited to a specific device. A property set
10372    on a slave device does not migrate to the master.
10373
10374commit 4ab01fe5db7fb330b1ec463aa49b77859527e597
10375Author: Peter Hutterer <peter.hutterer@who-t.net>
10376Date:   Thu Jul 10 16:27:36 2008 +0930
10377
10378    Revert "Xi: add support for input device properties."
10379    
10380    Note to self: don't mix up branches with half-finished cherrypicks.
10381    
10382    This reverts commit 666838fcc8b71fdeae160844160187f345cbf4a6.
10383
10384commit 666838fcc8b71fdeae160844160187f345cbf4a6
10385Author: Peter Hutterer <peter.hutterer@who-t.net>
10386Date:   Mon Jul 7 22:10:17 2008 +0930
10387
10388    Xi: add support for input device properties.
10389    
10390    Basically just copied from randr properties, with minor changes only.
10391    Each device supports arbitrary properties that can be modified by clients.
10392    Modifications to the properties are passed to the driver (if applicable) and
10393    can then affect the configuration of the device.
10394    
10395    Note that device properties are limited to a specific device. A property set
10396    on a slave device does not migrate to the master.
10397
10398commit acce27093571497a0626cee1cdb61ddf751dbc40
10399Author: Peter Hutterer <peter.hutterer@who-t.net>
10400Date:   Tue Jul 8 16:02:13 2008 +0930
10401
10402    Xext: store the GenericMasks in the resource system.
10403    
10404    This fixes a severe issue - when the client died the event mask didn't get
10405    unregistered and a future event would dereference dangling pointers. By
10406    storing the event masks in the resource system we can free them when the
10407    client dies.
10408
10409commit db86b8839f286e0e2efb5638b8ab2fe608707655
10410Author: Peter Hutterer <peter.hutterer@who-t.net>
10411Date:   Tue Jul 8 15:12:45 2008 +0930
10412
10413    dix: free GenericMask allocations when destroying window.
10414
10415commit 08e2c625f620688d35f3b443ffb878e8e991ff57
10416Author: Alan Coopersmith <alan.coopersmith@sun.com>
10417Date:   Wed Jul 9 20:07:59 2008 -0700
10418
10419    Remove README.font, since it's just an old text copy of xorg-docs/sgml/fonts
10420
10421commit 5e847c1d4fc30a0d263a861a76982660f11998cd
10422Author: Alan Coopersmith <alan.coopersmith@sun.com>
10423Date:   Mon Jul 7 17:08:01 2008 -0700
10424
10425    Improved driver selection when autoconfiguring driver without xorg.conf
10426    
10427    - Allow returning multiple drivers to try for a given PCI id (for instance,
10428      try "geode" then "amd" for AMD Geode hardware)
10429    - On Solaris, use VIS_GETIDENTIFIER ioctl as well as PCI id to choose drivers
10430    - Use wsfb instead of fbdev as a fallback on non-Linux SPARC platforms
10431
10432commit 235fea0e1a2101fb76a54e6505db321674530c60
10433Author: Alan Coopersmith <alan.coopersmith@sun.com>
10434Date:   Mon Jul 7 15:21:59 2008 -0700
10435
10436    Update bsd & solaris descriptions in README.OS-lib
10437
10438commit d8af9d9ab1cd98c07fdf42490dcc0cab3c655b89
10439Author: Julien Cristau <jcristau@debian.org>
10440Date:   Mon Jul 7 13:14:49 2008 +0200
10441
10442    Export xkbfile.h in the SDK
10443    
10444    It's needed by xkbsrv.h
10445
10446commit d78bebb20a00e8519788c75c90b467a5750c78be
10447Author: Tiago Vignatti <vignatti@c3sl.ufpr.br>
10448Date:   Fri Jul 4 04:04:19 2008 -0300
10449
10450    Remove unused function and variables.
10451
10452commit a8c4727f01949da0ae266369f0d12a96c2bf0da5
10453Author: Tiago Vignatti <vignatti@c3sl.ufpr.br>
10454Date:   Fri Jul 4 04:03:46 2008 -0300
10455
10456    Fix typo in the last commit.
10457
10458commit 3164288b121990a5990747c0f92d4af13b1c929a
10459Author: Tiago Vignatti <vignatti@c3sl.ufpr.br>
10460Date:   Fri Jul 4 03:55:59 2008 -0300
10461
10462    Remove deprecated function miPointerPosition().
10463
10464commit d1031a8972490ebf0ef6dc2762036a7a7172466b
10465Author: Tiago Vignatti <vignatti@c3sl.ufpr.br>
10466Date:   Fri Jul 4 03:46:21 2008 -0300
10467
10468    Update README.OS-lib to reflect reality.
10469
10470commit f72500c4a09cce5dbbd16639b1951a4bf943e4ac
10471Author: Tiago Vignatti <vignatti@c3sl.ufpr.br>
10472Date:   Fri Jul 4 03:45:18 2008 -0300
10473
10474    Nuke libc wrapper remaining stuffs.
10475
10476commit 3fd5fab5663fbdce2fc0b5377155aedf9a70b6c2
10477Author: Tiago Vignatti <vignatti@c3sl.ufpr.br>
10478Date:   Fri Jul 4 02:51:42 2008 -0300
10479
10480    Remove inexistent function headers.
10481
10482commit 0b9ef835a0fe900c121b84e43989591e58ab1126
10483Author: Dave Airlie <airlied@redhat.com>
10484Date:   Fri Jul 4 07:29:32 2008 +1000
10485
10486    modes: fix initial xorg.conf mode selection.
10487    
10488    This was all kinds of broken, we ignored user preferred modes for multiple
10489    monitors and also for side-by-side configurations.
10490
10491commit e317943c125d7fdbe62c750324640eb30c88fa15
10492Author: Peter Hutterer <peter.hutterer@who-t.net>
10493Date:   Wed Jul 2 12:23:03 2008 +0930
10494
10495    xfree86: AllowEmptyInput is now enabled by default if hotplugging is enabled.
10496    
10497    Remove AEI check from configImpliedLayout as the setting isn't actually parsed
10498    at this point anyway (written by Sasha Hlusiak).
10499    
10500    Resurrect checkInput() and check for devices there if AEI is false (this also
10501    creates the default devices if required).
10502    
10503    Set AllowEmptyInput to enabled by default if hotplugging is enabled.
10504
10505commit fe5cf7cb00fd926cefff933adbdbceea7353f4c2
10506Author: Peter Hutterer <peter.hutterer@who-t.net>
10507Date:   Tue Jul 1 13:18:54 2008 +0930
10508
10509    xfree86: handle missing Screen lines in the ServerLayout #16301
10510    
10511    If no Screen is specified in the ServerLayout section, either take the first
10512    one from the config file or autogenerate a default screen.
10513    
10514    X.Org Bug 16301 <http://bugs.freedesktop.org/show_bug.cgi?id=16301>
10515
10516commit 6674b87a7dca7d6ffd9dd9af888c5256b13d7877
10517Author: Peter Hutterer <peter@cs.unisa.edu.au>
10518Date:   Sun Jun 29 20:05:27 2008 +0930
10519
10520    xfree86: move declaration of configured_device to start of function.
10521    
10522    Last I checked C doesn't allow declarations halfway down a block.
10523
10524commit 1e96782011f0b4ba6ed1d3d3df118964a58d15fd
10525Author: Dave Airlie <airlied@linux.ie>
10526Date:   Thu Jul 3 20:00:22 2008 +1000
10527
10528    dri2: bump libdrm numbers as 2.3.1 is released without ttm interface
10529
10530commit 1771edcb44b564f83f509748b4e4cd5b7586e2a8
10531Author: Dave Airlie <airlied@redhat.com>
10532Date:   Thu Jul 3 18:57:09 2008 +1000
10533
10534    modes: check the crtc is valid before using its desired modes.
10535    
10536    this fixes a crash I was getting on radeon rotate when gnome is running.
10537    I'm sure g-s-d was doing something bad, but really not crashing ftw.
10538
10539commit 689292e58cc5242cbfeaa29fcf65b6dcd9dfabb9
10540Author: Adam Jackson <ajax@redhat.com>
10541Date:   Wed Jul 2 11:25:50 2008 -0400
10542
10543    Fix GLX in Xvfb and kdrive.
10544
10545commit 9a73bca859be12721ef62304b1422c455d4aec49
10546Author: Chris Ball <cjb@laptop.org>
10547Date:   Wed Jul 2 09:46:06 2008 -0400
10548
10549    Remove KdOffscreenMarkUsed() as all its callers are gone.
10550
10551commit b84a27fd9fdcb579437cfa38f10cb12cf55dc7c3
10552Author: Ian Romanick <idr@us.ibm.com>
10553Date:   Wed Jul 2 06:25:03 2008 -0700
10554
10555    VBO: Regenerate files based on recent changes to gl_API.xml
10556    
10557    Since GL_ARB_vertex_buffer_object protocol isn't supported yet, these
10558    changes are innocuous.
10559
10560commit 703a9645f3d547144ea62dd81c41f5356a5f87d8
10561Author: Adam Jackson <ajax@redhat.com>
10562Date:   Tue Jul 1 17:50:48 2008 -0400
10563
10564    Auf wiedersehen, KAA.
10565
10566commit c8216aede6c4ac41976947521d884fa010913204
10567Author: Jeremy Uejio <jeremy.uejio@sun.com>
10568Date:   Tue Jul 1 13:37:12 2008 -0700
10569
10570    Sun bug #6685465: Xephyr uses wrong or bad colortable in 8-bit mode
10571    
10572    <http://bugs.opensolaris.org/view_bug.do?bug_id=6685465>
10573    
10574    This bug is caused by Xephyr not handling the RGB byte order correctly
10575    of the server where Xephyr is displaying on. The previous code just
10576    assumed that the order was RGB and did not take into account that
10577    Xservers may use different order (such as BGR).
10578    
10579    The fix is to add a function to calculate the byte order and bits
10580    to shift based on the visual mask and the visual bits_per_rgb (which
10581    is usually 8, but could be server dependent).  Since the shifts won't
10582    change once the display connection has been made, I can cache these
10583    values so that Xephyr doesn't have to keep recalculating them everytime
10584    it tries to translate the Xephyr colormap entries for Xephyr clients to
10585    the actual server colormap entries (i.e. calling the function
10586    hostx_set_cmap_entry() repeatedly for every colormap entry).
10587
10588commit 2e8daee05343b2853b677acf4554def0ceeada00
10589Author: Aaron Plattner <aplattner@nvidia.com>
10590Date:   Mon Jun 30 17:29:35 2008 -0700
10591
10592    Work around the DIX losing mmWidth/mmHeight for RandR 1.1 DDXen.
10593    
10594    RandR 1.1 has a physical size for each mode.  It used to be that the DIX would
10595    remember these modes and pass them back up to the DDX when changing the screen
10596    configuration.  The DDX uses RR_GET_MODE_MM to query the driver for the physical
10597    dimensions of the screen, allowing it to preserve the DPI.
10598    
10599    With RandR 1.2, the physical dimensions are stored as part of the output, rather
10600    than per mode.  The DIX only uses the sizes passed in from the DDX to select the
10601    mode pool for the "default" output, and forgets the physical sizes.  Then, when
10602    reconfiguring the screen, it makes up a new RRScreenSizeRec using the dimensions
10603    from the output, screwing up the DPI.
10604    
10605    This change works around this problem by ignoring the DIX and querying the real
10606    size from the driver.
10607
10608commit e2bbf2d248a2d2a2db4adfe9d1bda94cf184d8bd
10609Author: Adam Jackson <ajax@redhat.com>
10610Date:   Tue Jul 1 12:01:56 2008 -0400
10611
10612    Don't try to load DRI2 if built without it.
10613
10614commit 66d7c9de82b5e733e4995f079a96efe612fca881
10615Author: Adam Jackson <ajax@redhat.com>
10616Date:   Tue Jul 1 10:55:54 2008 -0400
10617
10618    Declare xf86InterpretEEDID() properly.
10619
10620commit e4335e876d254e446a965259e845ad955da5b5c2
10621Author: root <root@samich.home.cworth.org>
10622Date:   Mon Jun 30 15:29:04 2008 -0700
10623
10624    Revert "XInput ABI is 2.1, not 3.1."
10625    
10626    This reverts commit 76576c87b0de106e006d1cfa59d42d3a483e966c.
10627    which was an incorrect revert of previous ABI bumps. Those
10628    responsible for the accidental ABI bumps in both directions
10629    have all been sacked.
10630    
10631    This allows xf86-input-mouse to build again, for example.
10632
10633commit 6447f80c17077f924b2d58e07b38d32429edcb9b
10634Author: Carl Worth <cworth@samich.home.cworth.org>
10635Date:   Mon Jun 30 13:16:49 2008 -0700
10636
10637    Use AC_CHECK_LIB before PKG_CHECK_MODULES for openssl
10638    
10639    Previously, the code was using PKG_CHECK_EXISTS before PKG_CHECK_MODULES,
10640    (to cater to OpenBSD systems that include openssl by default but without
10641    a .pc file). But this meant that systems that didn't have openssl installed
10642    at all would not get any error message at configure time.
10643    
10644    Now, if the SHA1_Init function is found in -lcrypto without any additional
10645    flags, then that's used. Otherwise, pkg-config is used to find the right
10646    flags to link against libcrypto. And if that fails, a nice error message
10647    is now generated.
10648
10649commit 76576c87b0de106e006d1cfa59d42d3a483e966c
10650Author: Adam Jackson <ajax@redhat.com>
10651Date:   Mon Jun 30 16:10:37 2008 -0400
10652
10653    XInput ABI is 2.1, not 3.1.
10654
10655commit bed12dd3df0129b7f28d0a42d470266bd3ae6b38
10656Author: Adam Jackson <ajax@redhat.com>
10657Date:   Sat Jun 21 16:07:54 2008 -0400
10658
10659    Do EEDID in RANDR 1.2.
10660
10661commit 4fc18b5fc31aa287e807ee520dc9117296e3d306
10662Author: Adam Jackson <ajax@redhat.com>
10663Date:   Sat Jun 21 16:07:36 2008 -0400
10664
10665    Hexdump the whole EDID block if extensions present.
10666
10667commit b4fbc31e109f1efe78613597f9a91d5363523493
10668Author: Adam Jackson <ajax@redhat.com>
10669Date:   Sat Jun 21 16:00:05 2008 -0400
10670
10671    Actually fetch all blocks of EEDID if asked to.
10672
10673commit 211e2bdcc677122145998829a7f26610c7c567e6
10674Author: Adam Jackson <ajax@redhat.com>
10675Date:   Mon Jun 30 10:29:17 2008 -0400
10676
10677    Bump ABI minor numbers for the devPrivate ABI functions.
10678
10679commit d6b8d9eaffaf3f976db330bc35da3d30eb656bac
10680Author: Dan Nicholson <dbn.lists@gmail.com>
10681Date:   Fri Jun 27 17:16:35 2008 -0700
10682
10683    DRI: Ensure we have the DRI headers from Mesa
10684    
10685    Change the DRI configure check to look for the dri pkg-config file. This
10686    prevents people who built an Xlib libGL from bombing later in the build.
10687
10688commit 7ddfb2f1587da3ec1cd27ae270e42700adf4f560
10689Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
10690Date:   Thu Jun 26 21:23:31 2008 -0400
10691
10692    Fix a leak of window devPrivates in window.c/CrushTree().
10693
10694commit 15e4b6c57484b6afb790c7dc1db9f529ba2219cf
10695Author: Peter Hutterer <peter@cs.unisa.edu.au>
10696Date:   Tue Jun 24 13:46:40 2008 +0930
10697
10698    input: for non-device events (e.g. DevicePresence) use MAX_DEVICES as id.
10699    
10700    Using id = 0 only worked pre-MPX since XInput didn't allow XOpenDevice for the
10701    core devices (0 and 1). Now we can now legally register for events so we may
10702    overwrite our device-independent classes with the ones selected for the VCP.
10703    
10704    So, increase the EMASKSIZE to MAX_DEVICES + 1 and use MAX_DEVICES as the ID
10705    when we don't have a device.
10706
10707commit f0c56ffd980db19bea271aeebf118bd931f6f40d
10708Author: Peter Hutterer <peter@cs.unisa.edu.au>
10709Date:   Tue Jun 24 12:58:49 2008 +0930
10710
10711    dix: don't dereference dev->key if it doesn't exist.
10712    
10713    This may happen if we check for a passive grab on a floating pointer device.
10714
10715commit 01f0b9c9784c55c94104bafa6dd545b373c64104
10716Author: Alan Coopersmith <alan.coopersmith@sun.com>
10717Date:   Wed Jun 25 19:23:20 2008 -0700
10718
10719    xf86GetOptValFreq wants a pointer to double, but maxPixClock is an int
10720
10721commit 7ce6dcef118139d0ccfc136b9a07f5bf0c078d70
10722Author: Alan Coopersmith <alan.coopersmith@sun.com>
10723Date:   Wed Jun 25 15:06:49 2008 -0700
10724
10725    Don't log null device name in XkbDDXLoadKeymapByNames
10726
10727commit cbc20d92de92aad5ca240310a9156ccf97c24a01
10728Author: Adam Jackson <ajax@redhat.com>
10729Date:   Wed Jun 25 09:52:36 2008 -0400
10730
10731    XTrap delenda est.
10732
10733commit a81b5ce452766bbc4b2ac0849711284ba8591b46
10734Author: Peter Hutterer <peter@cs.unisa.edu.au>
10735Date:   Wed Jun 25 13:23:09 2008 +0930
10736
10737    dix: free memory associated with the EventList. #16507
10738    
10739    Un-deprecates CloseDownEvents.
10740    
10741    X.Org Bug 16507 <http://bugs.freedesktop.org/show_bug.cgi?id=16507>
10742
10743commit 3a2beb2f867fd47dc5a7723dcac345ea0b0ecf3d
10744Author: Peter Hutterer <peter@cs.unisa.edu.au>
10745Date:   Wed Jun 25 13:12:41 2008 +0930
10746
10747    dix: InitEventList does not need to be _X_EXPORT.
10748
10749commit 385943e0e97463ce4681a9b6a4a40d7e3c91e51e
10750Author: Tiago Vignatti <vignatti@c3sl.ufpr.br>
10751Date:   Tue Jun 24 23:13:32 2008 -0300
10752
10753    Set --enable-builtin-fonts as default.
10754    
10755    Some reasons to embed fonts by default:
10756    1. X server doesn't pick a good default font path so it's easiest just
10757    to built in the core fonts and let new X hackers more happy. Developers
10758    and distro guys are wise enough to just set --disable-builtin-fonts
10759    when they want.
10760    
10761    2. Seems that this is by far the most popular FAQ
10762    (http://www.x.org/wiki/FAQErrorMessages).
10763    
10764    3. No one gave a good argument to not do this:
10765        http://lists.freedesktop.org/archives/xorg/2008-May/035479.html
10766
10767commit f3b29efc4d7bb346cdd3fd79e780f1022c8f46e8
10768Author: Tiago Vignatti <vignatti@c3sl.ufpr.br>
10769Date:   Tue Jun 24 23:07:49 2008 -0300
10770
10771    Remove NOFONTSERVERACCESS macro
10772    
10773    dix: this is semantically different but it goes through the same path in
10774    the code.
10775
10776commit 2ff7eb4995b663cf12a01124745de600f38d0bfc
10777Author: Tiago Vignatti <vignatti@c3sl.ufpr.br>
10778Date:   Tue Jun 24 22:09:34 2008 -0300
10779
10780    xfree86: kill INHERIT_LOCK_STATE macro.
10781    
10782    I don't know how this survived so long. Google didn't show
10783    anything usable related with this.
10784
10785commit a3ec22627355fc08730ad7e90022e374763d333f
10786Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
10787Date:   Tue Jun 24 20:32:24 2008 -0400
10788
10789    Fix a leak in the code that parses the protocol names.
10790    
10791    Also added some comments.
10792    Reported by Ben Gamari (bug #16492).
10793
10794commit a4cb25f8c816adc3bdf6a28d5beb558e8be40121
10795Author: Ben Gamari <bgamari@gmail.com>
10796Date:   Tue Jun 24 12:08:35 2008 +0930
10797
10798    dix: free FocusPrivates when deleting a window. #16493
10799    
10800    Signed-off-by: Peter Hutterer <peter@cs.unisa.edu.au>
10801    
10802    X.Org Bug 16493 <http://bugs.freedesktop.org/show_bug.cgi?id=16493>
10803
10804commit 32a7bbbba6fec0535a8faa1d6d2ecebe786bcc81
10805Author: Peter Hutterer <peter@cs.unisa.edu.au>
10806Date:   Tue Jun 24 09:28:05 2008 +0930
10807
10808    xfree86: fix up leftover allocation of xf86Events.
10809    
10810    Thanks to Eamon Walsh for spotting this.
10811
10812commit bcc88a1d46c7ba469c4e2861875f84f8c77d4b15
10813Author: Peter Hutterer <peter@cs.unisa.edu.au>
10814Date:   Sun Jun 22 22:34:30 2008 +0930
10815
10816    xkb: remove unused variable is_core.
10817
10818commit 9ed9d98dec58d1f7468d02c4b951811b8e1ca7c1
10819Author: Julien Cristau <jcristau@debian.org>
10820Date:   Tue Jun 24 22:36:32 2008 +0200
10821
10822    x86emu: fix build, fallout from 9719354
10823
10824commit e9b4f3cd856e2401675452c387b4155246239f91
10825Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
10826Date:   Mon Jun 23 16:18:20 2008 -0400
10827
10828    Fix "warning: suggest parentheses around && within ||".
10829
10830commit 8910dde96ec4318c9c44fb9717b6b52fad56cd1d
10831Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
10832Date:   Mon Jun 23 14:51:38 2008 -0400
10833
10834    Fix "warning: assignment discards qualifiers from pointer target type".
10835
10836commit 95d4ede538fbb68049ba3efa0acb0e9712e5cb01
10837Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
10838Date:   Fri Jun 20 23:49:32 2008 -0400
10839
10840    Fix "warning: passing argument 1 of `modeIsPresent' from incompatible pointer type".
10841
10842commit fa1545eeda2a7feebc006840a44d390177634231
10843Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
10844Date:   Fri Jun 20 23:47:22 2008 -0400
10845
10846    Fix "warning: passing argument 1 of `xf86addNewLoadDirective' from incompatible pointer type".
10847
10848commit 2725ba1fca45e5ba241695e24333d8efab1f862b
10849Author: Adam Jackson <ajax@redhat.com>
10850Date:   Tue Jun 24 14:41:32 2008 -0400
10851
10852    Also remove xorgconfig from configure.ac.
10853
10854commit 9719354ae04a41e9834ac9ba8fd9e895092ba4f1
10855Author: Adam Jackson <ajax@redhat.com>
10856Date:   Tue Jun 24 14:37:06 2008 -0400
10857
10858    Check for __amd64__, not __x86_64__.
10859    
10860    Spiritual revert of 1fa4de80fcfc697b5e5879cc351fb3e9dbf6acbe.  Intel's C
10861    compiler claims to be gcc-compatible; if they're not defining the same
10862    macros as gcc then that's their bug, not ours.  Even if we were to do
10863    this aliasing we should do it once and for all in servermd.h.
10864
10865commit 249c892784ca5e8c75863dd82097ca2bedec4723
10866Author: Roland Bär <roland@verifysoft.de>
10867Date:   Tue Jun 24 14:13:02 2008 -0400
10868
10869    Bug #11857: Avoid running off the end of a MAXCLIENTS-sized array.
10870
10871commit 9e5b3deafb97ec1f83e6bfe067bc68df7385bc6a
10872Author: Adam Jackson <ajax@redhat.com>
10873Date:   Tue Jun 24 14:08:04 2008 -0400
10874
10875    Bug #11842: Fix emulation of int1A PCI BIOS services.
10876    
10877    Use only %di to name the PCI register to read/write, rather than %edi.
10878    DOS is only expecting the base PCI config space anyway, and the BIOS
10879    might be using the high bits of %edi.
10880
10881commit d34430414ac0e77eec61ab0ac9ef427b236eb639
10882Author: Adam Jackson <ajax@redhat.com>
10883Date:   Tue Jun 24 13:32:55 2008 -0400
10884
10885    Remove xorgconfig.  Use X -configure instead.
10886
10887commit 574c62e305e5380bb1b0f4bfec4f7cc3e3f03ada
10888Author: Owen Taylor <otaylor@fishsoup.net>
10889Date:   Tue Jun 24 12:40:47 2008 -0400
10890
10891    Bug #15369: Don't reduce Over to Src for transform + RepeatNone.
10892    
10893    Only do no-src-alpha optimizations for a RepeatNone source if we can
10894    easily probe that we won't sample outside the edges of the source.
10895
10896commit 100afae578e59e31b65a6264c281ba7deea5ac39
10897Author: Adam Jackson <ajax@redhat.com>
10898Date:   Tue Jun 24 10:52:31 2008 -0400
10899
10900    Bug #15586: (Correctly) refuse to redirect the root window.
10901
10902commit 4c4e06af7950df509fa02099788be66cf37a4d01
10903Author: Paul Bender <pebender@gmail.com>
10904Date:   Tue Jun 24 10:44:47 2008 -0400
10905
10906    Bug #15665: Fix building without Composite.
10907
10908commit 59510a76436c739fd9421f01cc4210607d9e7f57
10909Author: Adam Jackson <ajax@redhat.com>
10910Date:   Tue Jun 24 10:40:36 2008 -0400
10911
10912    Remove some default modes that really shouldn't be in the default set.
10913
10914commit b622f6dc5d8d70d17be0374a85a9b16b43a62a01
10915Author: Julien Cristau <jcristau@debian.org>
10916Date:   Mon Jun 23 23:45:57 2008 +0200
10917
10918    kdrive: fix building with --disable-xv (bug#16488)
10919
10920commit 3b587826924c60f6736dc5faf584b964fde1b4da
10921Author: Jesse Ruffin <jesse@eloquentpeasant.net>
10922Date:   Mon Jun 23 14:35:20 2008 -0400
10923
10924    Bug #16302: Fix GLX drawable refcounting in DMX.
10925
10926commit c8d066a15142678041c1d82ccf530dcdb2ea74ca
10927Author: Adam Jackson <ajax@redhat.com>
10928Date:   Mon Jun 23 13:59:48 2008 -0400
10929
10930    Implement bswap in x86emu.
10931    
10932    Yes, this is a 486+ instruction and thus not strictly legal in vm86
10933    mode, but enough BIOSes use it (looking at you VIA) that we might as
10934    well implement it.
10935
10936commit b55fbca4f0705aeff1c69d3ef851c5ff5af6ed94
10937Author: Adam Jackson <ajax@redhat.com>
10938Date:   Fri Jun 20 13:27:32 2008 -0400
10939
10940    Bug #12414: Create full-fledged pixmaps in fb24_32ReformatTile().
10941    
10942    ... instead of creating pixmaps that only fb knows about, which will
10943    have no devPrivates for any other subsystem and thus cause havoc if
10944    (when) they leak out.
10945
10946commit 155fcecb320dbcfb899d6bcd78048ce0993bf28b
10947Author: Matthieu Herrb <matthieu.herrb@laas.fr>
10948Date:   Mon May 19 08:09:33 2008 +0200
10949
10950    Various messages clean-ups.
10951
10952commit 41a65e110409a290288180e8e1517f053f877586
10953Author: Matthieu Herrb <matthieu.herrb@laas.fr>
10954Date:   Mon May 19 06:12:04 2008 +0200
10955
10956    Fix ipc check on OpenBSD
10957
10958commit ce4d4b3c1b0e25f64d6f781b09528b2f3ae33207
10959Author: Matthieu Herrb <matthieu.herrb@laas.fr>
10960Date:   Mon May 19 05:19:01 2008 +0200
10961
10962    build fix
10963
10964commit 19c7e9da55646f1f6e05c28cd71865cd8d84e1ff
10965Author: Matthieu Herrb <matthieu.herrb@laas.fr>
10966Date:   Mon May 19 02:24:17 2008 +0200
10967
10968    preserve errno around the SIGIO handler
10969
10970commit 0a81d476388c51f8aa723400dffc375e112ea97a
10971Author: Matthieu Herrb <matthieu.herrb@laas.fr>
10972Date:   Mon May 19 02:20:44 2008 +0200
10973
10974    Remove RCS Id.
10975
10976commit c0d7ad9c88172d753b932069743ae65f75de3aa9
10977Author: Matthieu Herrb <matthieu.herrb@laas.fr>
10978Date:   Thu Jun 19 16:51:18 2008 +0200
10979
10980    Let code build with gcc 2.95
10981
10982commit 219dd2d44a9da40427ad48b0f09b981fe0551f4b
10983Author: Matthieu Herrb <matthieu.herrb@laas.fr>
10984Date:   Sun May 18 13:53:32 2008 +0200
10985
10986    sprintf() -> snprintf()
10987
10988commit cfcb3da75e807dec225cc7ea469e04d2db10bf73
10989Author: Keith Packard <keithp@keithp.com>
10990Date:   Wed Jun 18 11:37:00 2008 -0700
10991
10992    Make button down state a bitmask. Master buttons track union of slave buttons
10993    
10994    Mixing usage where some parts of the code treated this field as a bitmask
10995    and other parts as an array of card8 was wrong, and as the wire protocol
10996    wanted bitmasks, it was less invasive to switch the newer counting code use
10997    booleans.
10998    
10999    Master devices track slave buttons by waiting for all slave buttons to be
11000    released before delivering the release event to the client.
11001    
11002    This also removes the state merging code in DeepCopyDeviceClasses -- that
11003    code was changing master device state without delivering any events,
11004    violating protocol invariants. The result will be that existing slave
11005    button state which does not match the master will not be visible through the
11006    master device. Fixing this would require that we synthesize events in this
11007    function, which seems like a bad idea. Note that keyboards have the same
11008    issue.
11009    
11010    Signed-off-by: Daniel Stone <daniel@fooishbar.org>
11011    Signed-off-by: Peter Hutterer <peter@cs.unisa.edu.au>
11012
11013commit 3cc5ae6a4f725483612c00fc8bcc2c61607f66a8
11014Author: Peter Hutterer <peter@cs.unisa.edu.au>
11015Date:   Wed Jun 18 16:14:42 2008 +0930
11016
11017    dix: don't attempt to send Enter/Leave events if we have a keyboard.
11018    
11019    Dereferencing into dev->valuator could crash the server, although it looks
11020    like I could only reproduce this by having a keyboard send an event after it
11021    was created and the WM was still replaying. Or so.
11022
11023commit 528b4e36ade482df99747081688ae52cfaeb28eb
11024Author: Alan Hourihane <alanh@tungstengraphics.com>
11025Date:   Wed Jun 18 22:34:02 2008 +0100
11026
11027    Set driverPriv immediately on CreatePixmap.
11028    
11029    If it's NULL anyway, we bail, if not, it lets
11030    ModifyPixmapHeader know about the private.
11031
11032commit 068fa63496c7c363706f0d356b5132bc591c04c6
11033Author: Michel Dänzer <michel@tungstengraphics.com>
11034Date:   Wed Jun 18 09:23:09 2008 +0930
11035
11036    dix: fix a crash when the client has a different byteorder.
11037    
11038    Signed-off-by: Peter Hutterer <peter@cs.unisa.edu.au>
11039
11040commit d21155a3e9b51df946766926bc6155c8972c4439
11041Author: Peter Hutterer <peter@cs.unisa.edu.au>
11042Date:   Sun Jun 15 20:00:41 2008 +0930
11043
11044    input: fix up usage of button->down, used to be a bitmask, is now an array.
11045    
11046    device->button->down used to be a 32-byte bitmask with one bit for each
11047    button. This has changed into a 256-byte array, with one byte assigned for
11048    each button. Some of the callers were still using this array as a bitmask
11049    however, this is fixed with this patch.
11050    
11051    Thanks to Keith Packard for pointing this out. See also:
11052    http://lists.freedesktop.org/archives/xorg/2008-June/036202.html
11053
11054commit 2b9c829bdebd16910bdf48b9d64862e3d34f5b7f
11055Author: Peter Hutterer <peter@cs.unisa.edu.au>
11056Date:   Wed Jun 18 09:55:53 2008 +0930
11057
11058    Xi: don't drop the grab status in XExtendedGrabDevice().
11059
11060commit 4f3ed54dc9ea7780ff03378b13de0fddfdec2e15
11061Author: Peter Hutterer <peter@cs.unisa.edu.au>
11062Date:   Tue Jun 17 10:43:36 2008 +0930
11063
11064    mi: remove trailing whitespaces from misprite.c
11065
11066commit 79dd600942bbac3c6b531f284b42c7b2c822da90
11067Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
11068Date:   Tue Jun 17 19:09:44 2008 -0400
11069
11070    SELinux: Add an extension alias under the OS-agnostic "Flask" name.
11071
11072commit 656d3d7623c6b83024e9cdc60d1257f4d87aa268
11073Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
11074Date:   Tue Jun 17 17:55:11 2008 -0400
11075
11076    SELinux: Bring server-side name registry up to date.
11077
11078commit f3490d3eba94c7d9e760d6d21991ab6677196c2b
11079Author: Ian Romanick <idr@us.ibm.com>
11080Date:   Tue Jun 17 10:35:24 2008 -0400
11081
11082    Bug #15169: Make the server build again on Alpha.
11083    
11084    Still won't work until the kernel makes the resource files actually exist.
11085
11086commit 8c9234a163eceda2abc0a2523e0f5587ea399935
11087Author: Keith Packard <keithp@keithp.com>
11088Date:   Sun Jun 15 10:01:28 2008 +0930
11089
11090    Xi: avoid double button mapping.
11091    
11092    Button events were mapped once in GetPointerEvents and then again in
11093    UpdateDeviceState. While it might make sense to just fix up UpdateDeviceState,
11094    it turns out to be better to leave the raw button number in the event because
11095    DGA reports raw device events without button translation, and so when it calls
11096    UpdateDeviceState, the button down counts get scrambled and buttons get stuck
11097    down.
11098    
11099    See also:
11100    http://lists.freedesktop.org/archives/xorg/2008-June/036201.html
11101    
11102    Signed-off-by: Peter Hutterer <peter@cs.unisa.edu.au>
11103
11104commit d894e86aa5bea81147c4a7ad8630bcfb04156792
11105Author: Peter Hutterer <peter@cs.unisa.edu.au>
11106Date:   Sun Jun 15 10:55:08 2008 +0930
11107
11108    randr: remove superfluous check against uninitialised variable.
11109    
11110    Thanks to Eamon Walsh for pointing this out.
11111
11112commit 5544c51447f551dfc6df64438873a7ce64743976
11113Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
11114Date:   Fri Jun 13 22:49:47 2008 -0400
11115
11116    Fix "warning: the address of ‘newTypes’ will always evaluate as ‘true’".
11117
11118commit 2391c409a2840d61fed93832650c0d6c82ebebdf
11119Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
11120Date:   Fri Jun 13 22:48:17 2008 -0400
11121
11122    Fix "warning: unused variable `s'".
11123
11124commit 61dafe384a88fc397d7cd55cb23f4fdc3fb0645c
11125Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
11126Date:   Fri Jun 13 22:47:10 2008 -0400
11127
11128    Fix "warning: unused variable `tsize'".
11129
11130commit 37a64b02df02d42a19d4b777930dc5e457d97d63
11131Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
11132Date:   Fri Jun 13 22:41:58 2008 -0400
11133
11134    Fix "warning: ‘rc’ may be used uninitialized in this function".
11135
11136commit e90fcd8294fe763c97610d39cab50f2836f87dca
11137Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
11138Date:   Fri Jun 13 22:26:43 2008 -0400
11139
11140    Fix "warning: no previous prototype for ‘miRROutputGetProperty’".
11141
11142commit 0b00bbca5df140edbfaffab627bd82165f1b1420
11143Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
11144Date:   Fri Jun 13 22:22:22 2008 -0400
11145
11146    Fix "Warning: no previous prototype for `SecureRPCInit'".
11147
11148commit 1c2f038d69605b0ed1067e47dc75ca6f216991f5
11149Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
11150Date:   Fri Jun 13 21:59:09 2008 -0400
11151
11152    Fix multiple warnings in os/xdmauth.c.
11153
11154commit 384ebe02b354bf1ad0a2ac25e4b5290f2e795ea1
11155Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
11156Date:   Fri Jun 13 21:49:01 2008 -0400
11157
11158    Fix "warning: label ‘done’ defined but not used".
11159
11160commit 720e44f9730b9e275579483c2a34b16bba77e146
11161Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
11162Date:   Fri Jun 13 21:42:37 2008 -0400
11163
11164    Fix "warning: no previous prototype for ‘XevieExtensionInit’".
11165
11166commit 9d871e19c9dee5d3ee7f123249e8890417d83093
11167Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
11168Date:   Fri Jun 13 21:35:29 2008 -0400
11169
11170    Fix "warning: unused variable ‘pDev’, `pPointer'".
11171
11172commit 60f64af075e8ac3e63586452f2f3d338a05785f0
11173Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
11174Date:   Fri Jun 13 21:23:31 2008 -0400
11175
11176    Fix "warning: passing argument 1 of 'pixman_fill' from incompatible pointer type".
11177
11178commit c448460fdc23262f2b711a32599090c85c70447a
11179Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
11180Date:   Fri Jun 13 21:05:26 2008 -0400
11181
11182    Fix "warning: pointer targets in assignment differ in signedness".
11183
11184commit 17ed6242e73c5f733601b15732ab30c23acf14d2
11185Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
11186Date:   Fri Jun 13 21:03:17 2008 -0400
11187
11188    Fix "warning: assignment from incompatible pointer type".
11189
11190commit 02a8b118cd07d98f12aab8325d8443125703ba7d
11191Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
11192Date:   Fri Jun 13 21:01:50 2008 -0400
11193
11194    Fix "warning: implicit declaration of function ‘miPointerGetScreen’".
11195
11196commit 2d7ba09dc4b5eff5dba8d7867f285111574b1737
11197Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
11198Date:   Fri Jun 13 16:39:40 2008 -0400
11199
11200    Make devPrivates lookup functions ABI instead of static inlines.
11201    
11202    This is required to preserve compatibility across changes to the
11203    internal representation of the privates list.
11204
11205commit 9e0e558f263a132babf8c91d31230831653f19c1
11206Author: Adam Jackson <ajax@redhat.com>
11207Date:   Fri Jun 13 11:17:49 2008 -0400
11208
11209    Fix unterminated endif.
11210
11211commit 6bbfadb9094bb6437a6825b8293d13a32e041aff
11212Author: Adam Jackson <ajax@redhat.com>
11213Date:   Fri Jun 13 11:00:50 2008 -0400
11214
11215    ... and stay dead.
11216
11217commit f31bd087e8a7f65cd588bd1d022bb18e72b2a60c
11218Author: Adam Jackson <ajax@redhat.com>
11219Date:   Fri Jun 13 10:35:07 2008 -0400
11220
11221    Death to mfb.
11222    
11223    Anyone still interested in 1 or 4 bpp framebuffers, talk to fb.
11224
11225commit af86c3b7ce705c1711c8cf8bf05a7a02b8afccf6
11226Author: George Sapountzis <gsap7@yahoo.gr>
11227Date:   Sat May 24 21:16:34 2008 +0300
11228
11229    clean .gitignore
11230
11231commit 3108980f5e78c129b23ff32f72564cf9a746c693
11232Author: George Sapountzis <gsap7@yahoo.gr>
11233Date:   Fri Jun 13 15:58:56 2008 +0300
11234
11235    glx: drop unused cleargc
11236
11237commit 23b55a61f89f69454a3b0e3413b1f07d5fdf43aa
11238Author: Michel Dänzer <michel@tungstengraphics.com>
11239Date:   Fri Jun 13 11:13:56 2008 +0200
11240
11241    AIGLX/DRI1: Switch to server context for calling pScreen->GetImage.
11242    
11243    Fixes http://bugs.freedesktop.org/show_bug.cgi?id=16292 .
11244
11245commit d15b3790307053587df8daed1936ff6923881b63
11246Author: Adam Jackson <ajax@redhat.com>
11247Date:   Thu Jun 12 16:00:50 2008 -0400
11248
11249    Remove xgl.
11250    
11251    This code hasn't been updated with anything even resembling what anyone is
11252    shipping in nearly thirty months.  It hasn't built out of the box since
11253    7.1.  Most of its features over AIGLX are accomplished with DRI2 and
11254    friends.
11255
11256commit c37a93b4850866c713e3cbf39a08bbc9645e24d4
11257Author: Dave Airlie <airlied@redhat.com>
11258Date:   Thu Jun 12 14:54:56 2008 +1000
11259
11260    modes: make aspect choosing work on single output case.
11261    
11262    In the single output enabled case we never enter the loop and test
11263    never gets set and so we fail to match a good mode.
11264    
11265    This was causing my 2560x1600 to end up at 2048x1536.
11266
11267commit 23e71ef71a178505494d4b410f9314acfff81524
11268Author: Dave Airlie <airlied@redhat.com>
11269Date:   Thu Jun 12 09:04:24 2008 +1000
11270
11271    dbe: fix DoS reported by iDefense.
11272    
11273    This isn't a security problem just a user could DoS themselves for fun or profit.
11274
11275commit 390b155135a451fa728b73c8107aea91dfd56ed1
11276Author: Tiago Vignatti <vignatti@c3sl.ufpr.br>
11277Date:   Wed Jun 11 18:21:33 2008 -0300
11278
11279    Welcome to hotplug era.
11280    
11281    `rm -rf xorg.conf` does not imply an error message. Maybe a warning.
11282    
11283    checkInput() is defined but not used.
11284
11285commit 6e018f6a30dab1259b8fdc1ae4c84056b2acf362
11286Author: Tiago Vignatti <vignatti@c3sl.ufpr.br>
11287Date:   Wed Jun 11 18:10:55 2008 -0300
11288
11289    No need for inputPending field in xf86Info.
11290
11291commit 881e551de92e5664f92ef1961092e35cd7a77b15
11292Author: Tiago Vignatti <vignatti@c3sl.ufpr.br>
11293Date:   Wed Jun 11 18:03:33 2008 -0300
11294
11295    CopyGetMasterEvent() can be static.
11296
11297commit 656949cbe24648a5b58f7df6ed49b25af0b47601
11298Author: Tiago Vignatti <vignatti@c3sl.ufpr.br>
11299Date:   Wed Jun 11 17:57:19 2008 -0300
11300
11301    Remove more unused things.
11302    
11303        In function ‘miSpriteCloseScreen’:
11304        warning: unused variable ‘pDev’
11305
11306commit 84db8837d0faaac008be61df9f1261cd3028e923
11307Author: Tiago Vignatti <vignatti@c3sl.ufpr.br>
11308Date:   Wed Jun 11 17:47:00 2008 -0300
11309
11310    Remove unused xf86DeviceCursorUndisplay() function.
11311
11312commit dba5455f06c439c7e7d399f30dc7067e98e6e50b
11313Author: Kristian Høgsberg <krh@redhat.com>
11314Date:   Wed Jun 11 11:41:34 2008 -0400
11315
11316    Un-K&R shm extension.
11317
11318commit 9171206db349a0c6fda719746be0b15049d57aaa
11319Author: Matthieu Herrb <matthieu.herrb@laas.fr>
11320Date:   Tue Jun 10 12:23:03 2008 -0600
11321
11322    CVE-2008-2362 - RENDER Extension memory corruption
11323    
11324    Integer overflows can occur in the code validating the parameters for
11325    the SProcRenderCreateLinearGradient, SProcRenderCreateRadialGradient
11326    and SProcRenderCreateConicalGradient functions, leading to memory
11327    corruption by swapping bytes outside of the intended request
11328    parameters.
11329
11330commit 5257a0f83d5f3d80d0cd44dd76d047bac3869592
11331Author: Matthieu Herrb <matthieu.herrb@laas.fr>
11332Date:   Tue Jun 10 12:22:30 2008 -0600
11333
11334    CVE-2008-2361 - RENDER Extension crash
11335    
11336    An integer overflow may occur in the computation of the size of the
11337    glyph to be allocated by the ProcRenderCreateCursor() function which
11338    will cause less memory to be allocated than expected, leading later to
11339    dereferencing un-mapped memory, causing a crash of the X server.
11340
11341commit c5f69b297b1227cb802394fa90efdbe1de607f3c
11342Author: Matthieu Herrb <matthieu.herrb@laas.fr>
11343Date:   Tue Jun 10 12:21:26 2008 -0600
11344
11345    CVE-2008-2360 - RENDER Extension heap buffer overflow
11346    
11347    An integer overflow may occur in the computation of the size of the
11348    glyph to be allocated by the AllocateGlyph() function which will cause
11349    less memory to be allocated than expected, leading to later heap
11350    overflow.
11351
11352commit 063f18ef6d7bf834225ddfd3527e58c078628f5f
11353Author: Matthieu Herrb <matthieu.herrb@laas.fr>
11354Date:   Tue Jun 10 12:20:43 2008 -0600
11355
11356    CVE-2008-1379 - MIT-SHM arbitrary memory read
11357    
11358    An integer overflow in the validation of the parameters of the
11359    ShmPutImage() request makes it possible to trigger the copy of
11360    arbitrary server memory to a pixmap that can subsequently be read by
11361    the client, to read arbitrary parts of the X server memory space.
11362
11363commit 95d162c4389857d960da9b0158345c1714e91f31
11364Author: Matthieu Herrb <matthieu.herrb@laas.fr>
11365Date:   Tue Jun 10 12:20:00 2008 -0600
11366
11367    CVE-2008-1377 - RECORD and Security extensions memory corruption
11368    
11369    Lack of validation of the parameters of the
11370    SProcSecurityGenerateAuthorization SProcRecordCreateContext
11371    functions makes it possible for a specially crafted request to trigger
11372    the swapping of bytes outside the parameter of these requests, causing
11373    memory corruption.
11374
11375commit 656d5d98855eb608ec6581f8c574f343a216ea32
11376Author: Peter Hutterer <peter@cs.unisa.edu.au>
11377Date:   Wed Jun 11 17:32:59 2008 +0930
11378
11379    kdrive: fix wrong use of &, should be | instead.
11380    
11381    Fallout from 26e7e69ab893d1f2b35213250ada40ec90944f62
11382
11383commit 6528eb885dea0326aacdd026d44d82ab07f4a4fd
11384Author: Peter Hutterer <peter@cs.unisa.edu.au>
11385Date:   Wed Jun 11 15:01:36 2008 +0930
11386
11387    Xext: init firstValuator to zero, otherwise core XTest events may get lost.
11388
11389commit 6ab311c92d036dc63ee92ab4bb231f5f61ebe69f
11390Author: Peter Hutterer <peter@cs.unisa.edu.au>
11391Date:   Mon Jun 9 11:45:57 2008 +0930
11392
11393    dix: Call RealizeCursor during InitializeSprite.
11394    
11395    RealizeCursor should be called when the cursor is allocated. However, when the
11396    root cursor is allocated, no devices exist yet, and thus RealizeCursor is
11397    never called. This may lead to segfaults lateron in DDXes like Xnest that
11398    actually need to do something for each cursor, and lateron rely on that
11399    DDX-specific data for each cursor has been initialized.
11400
11401commit e083b5a07507d53de0d1d365ef1565346284c997
11402Author: Peter Hutterer <peter@cs.unisa.edu.au>
11403Date:   Mon Jun 9 11:23:53 2008 +0930
11404
11405    xnest: wrap the xnest cursor sprite funcs around the mi funcs.
11406    
11407    Modelled after the xfree86 code. Call miDCInitialize to init the SW rendering
11408    engine, then take the pointers, store it in a xnest-local variable, and put
11409    the xnest-specific sprite funcs in place. In the xnest sprite funcs, call
11410    through to the mi sprite funcs after doing xnest-specific stuff.
11411
11412commit ea6a02c048e8589e99ee3b459f3612eb3d041558
11413Author: Peter Hutterer <peter@cs.unisa.edu.au>
11414Date:   Mon Jun 9 11:22:33 2008 +0930
11415
11416    mi: protect mipointrst.h against multiple includes.
11417
11418commit a3a7c12fcf8e4ac1418f9ea53f76091f309a721b
11419Author: Peter Hutterer <peter@cs.unisa.edu.au>
11420Date:   Sun Jun 8 23:38:45 2008 +0930
11421
11422    xfree86: Fix up xf86ScaleAxis
11423    
11424    Some driver still call it, so we might as well work correctly. Always
11425    resetting X to the Sxhigh is sub-optimal.
11426
11427commit f8431a62d57ab3118a0b409bce977db8261e2930
11428Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
11429Date:   Tue Jun 10 02:15:25 2008 -0700
11430
11431    XQuartz: Under the new startup model, we no longer need to do the foreground/background dance.
11432    (cherry picked from commit 4505bae5d7341e1241be50c25cb3d1b941701de4)
11433
11434commit c180a52332385b98635068d63a8fe0bba4835be7
11435Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
11436Date:   Tue Jun 10 10:47:37 2008 -0700
11437
11438    XQuartz: Removed code path for old startup
11439    (cherry picked from commit a9ee6b0d00fab01a78408a85e6542e88c19fda7c)
11440
11441commit 49751fee3b82ebc4917bfb168ec78aad7874f1f1
11442Author: Roland Scheidegger <sroland@tungstengraphics.com>
11443Date:   Tue Jun 10 15:40:48 2008 +0200
11444
11445    glx: copy msaa visual capabilities
11446
11447commit 5170c169db78cad3fe47dee4e438b48e67f0c7d1
11448Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
11449Date:   Tue Jun 10 01:39:15 2008 -0700
11450
11451    XQuartz: Fixed the "laggy" startup under the new model.  This was caused by xinit blocking expecting SIGUSR1 and our stub never sending it.
11452    (cherry picked from commit ee92aced10d0743c4658e53b58b5d9f5a094a415)
11453
11454commit 01ace5f3fd56bc789ad7448059fcf907ef19a1c8
11455Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
11456Date:   Wed Jun 4 18:28:20 2008 -0700
11457
11458    XQuartz: Updated icon with more rsolutions and made it more dark-background friendly
11459    (cherry picked from commit d8cf5623faab952a0f1196c8fe10baa09d1fc089)
11460
11461commit 607b0d09ea003f87cfb3331e59e13495a483832a
11462Author: Aaron Plattner <aplattner@nvidia.com>
11463Date:   Mon Jun 9 09:52:04 2008 -0700
11464
11465    CreateColormap returns Success on success, not TRUE.
11466    
11467    Fixes a problem where enabling color index overlays disables the RENDER
11468    extension.
11469
11470commit 2854abd39d4deb79c9ee9bcc931fad969392cfc5
11471Author: Peter Hutterer <peter@cs.unisa.edu.au>
11472Date:   Sun Jun 8 23:20:11 2008 +0930
11473
11474    xnest: fix up sprite funcs to stop compiler warnings.
11475
11476commit c68ca0c7b2c72df0501d26bf7f640029ff2d9568
11477Author: Peter Hutterer <peter@cs.unisa.edu.au>
11478Date:   Sun Jun 8 23:14:20 2008 +0930
11479
11480    xnest: switch to using EventList rather than xEvents.
11481
11482commit 34429d16d319ef2709c22a5c22f45d0e82c78b20
11483Author: Peter Hutterer <peter@cs.unisa.edu.au>
11484Date:   Sun Jun 8 23:08:34 2008 +0930
11485
11486    xnest: call miDCInitialize rather than miPointerInitialize.
11487    
11488    This unfortunately gives us a lots of artefacts, so cursor rendering cannot be
11489    assumed complete. But it's better than crashing.
11490
11491commit a7d4bec884c24c0e1792fd7d6677cdd0a69978e3
11492Author: Peter Hutterer <peter@cs.unisa.edu.au>
11493Date:   Sun Jun 8 23:03:20 2008 +0930
11494
11495    mi: remove leftover old license comment.
11496
11497commit 585125685b5f09245021c8ee15f57950fe6cdd20
11498Author: Peter Hutterer <peter@cs.unisa.edu.au>
11499Date:   Sun Jun 8 22:43:47 2008 +0930
11500
11501    ephyr: some whitespace changes.
11502
11503commit 782394fe53220deafed06ad282b5f9ce42964c42
11504Author: Julien Cristau <jcristau@debian.org>
11505Date:   Fri Jun 6 12:10:35 2008 +0200
11506
11507    mi: Fix typo in comments about deprecated functions
11508
11509commit 6b96281100f2118fe9d99536c33d48298a5bce7b
11510Author: Michel Dänzer <michel@tungstengraphics.com>
11511Date:   Fri Jun 6 11:01:03 2008 +0200
11512
11513    EXA: Fix exaGetPixmapFirstPixel() crash if the driver has a CreatePixmap hook.
11514    
11515    Fixes http://bugs.freedesktop.org/show_bug.cgi?id=16243
11516
11517commit d25ffcfbfcfe8e059f2889873c9dbe76a28ad00c
11518Author: Peter Hutterer <peter@cs.unisa.edu.au>
11519Date:   Thu Jun 5 15:29:35 2008 +0930
11520
11521    mi: protect against possible NULL-pointer dereference.
11522
11523commit 874dcdb3bdb9320aae252d3c7927d412685059d5
11524Author: Peter Hutterer <peter@cs.unisa.edu.au>
11525Date:   Thu Jun 5 15:38:48 2008 +0930
11526
11527    dmx: remove a ifndef XINPUT, XINPUT is always defined now.
11528
11529commit 52752911ea8470dd8805f5e6c3febb9e1e1cc4b3
11530Author: Peter Hutterer <peter@cs.unisa.edu.au>
11531Date:   Wed Jun 4 17:04:16 2008 +0930
11532
11533    dmx: don't free event list after use.
11534
11535commit 5c5e58124581b845a6bfa7a2991a4e0ee7f7ebdb
11536Author: Peter Hutterer <peter@cs.unisa.edu.au>
11537Date:   Wed Jun 4 16:58:31 2008 +0930
11538
11539    dmx: add an XFlush.
11540    
11541    Beats me why we need it, but without it we get segfaults lateron.
11542
11543commit 246c10441bbf62646b77993b55233d5ceb93a81f
11544Author: Peter Hutterer <peter@cs.unisa.edu.au>
11545Date:   Wed Jun 4 16:37:25 2008 +0930
11546
11547    dmx: fix false memory allocation.
11548    
11549    beNumVisuals and the number of GLX Visuals can be significantly different.
11550
11551commit 17cd26225749a1daf7460b44e52f43082399b265
11552Author: Peter Hutterer <peter@cs.unisa.edu.au>
11553Date:   Wed Jun 4 16:05:36 2008 +0930
11554
11555    dmx: don't dereference a nullpointer.
11556
11557commit 75eb635e3543fcb731331d01f50e62b696967667
11558Author: Peter Hutterer <peter@cs.unisa.edu.au>
11559Date:   Tue Jun 3 22:25:33 2008 +0930
11560
11561    dmx: add stubs for DeviceCursorInitialize, DeviceCursorCleanup
11562
11563commit 3ff2f3a00ef3c484d1d53569b6cbc1f25dc6bd35
11564Author: Peter Hutterer <peter@cs.unisa.edu.au>
11565Date:   Tue Jun 3 22:17:14 2008 +0930
11566
11567    dmx: for now, don't acknowledge SDs.
11568
11569commit 5bcd9e8953dfb5f13e90baeebea1f6eac797644b
11570Author: Peter Hutterer <peter@cs.unisa.edu.au>
11571Date:   Tue Jun 3 22:01:43 2008 +0930
11572
11573    dmx: learn about the existence of IsXExtensionPointer and IsXExtensionKeyboard
11574
11575commit 8da8a0fec4b1b9d9208635dedb2f449dc99e0004
11576Author: Peter Hutterer <peter@cs.unisa.edu.au>
11577Date:   Tue Jun 3 21:59:33 2008 +0930
11578
11579    dmx: claim we support XI 2.
11580    
11581    We don't really, yet, but at least we get the full device list this way.
11582
11583commit 6f1d5147cb394b7c83c4c1447c78890fa2b40a45
11584Author: Peter Hutterer <peter@cs.unisa.edu.au>
11585Date:   Tue Jun 3 21:36:03 2008 +0930
11586
11587    dmx: fix a segfault caused by GC devPrivates never being initalised.
11588
11589commit d10ba4591a599a317093ffcbdd7cece11ab6de26
11590Author: Peter Hutterer <peter@cs.unisa.edu.au>
11591Date:   Tue Jun 3 21:28:26 2008 +0930
11592
11593    dmx: some more build fixes.
11594
11595commit 8d4d0b47a07a298a20ffae9fefe96c8c7ca9dccc
11596Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
11597Date:   Thu Jun 5 09:19:16 2008 +0930
11598
11599    gl: include assert.h if we're compiling with DEBUG.
11600    
11601    Signed-off-by: Peter Hutterer <peter@cs.unisa.edu.au>
11602
11603commit 8644aa47177bf20f3aa85181032ce75c08270fc5
11604Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
11605Date:   Thu Jun 5 08:55:09 2008 +0930
11606
11607    mi: minor build fix when compiling with debug enabled.
11608    
11609    Signed-off-by: Peter Hutterer <peter@cs.unisa.edu.au>
11610
11611commit fbf4b5f16ac23359872361c8c95a617fe8c92292
11612Author: Peter Hutterer <peter@cs.unisa.edu.au>
11613Date:   Wed Jun 4 11:10:46 2008 +0930
11614
11615    dix: set dst->mapWidth when allocating a new map.
11616
11617commit ff3adf3e564d94fea18e48f966de40a7ded1279e
11618Author: Peter Hutterer <peter@cs.unisa.edu.au>
11619Date:   Wed Jun 4 11:10:11 2008 +0930
11620
11621    xkb: reset xkb_cached_map on CloseDownDevices.
11622    
11623    Could lead to some invalid pointers in the second server generation.
11624
11625commit 40855d8000b9b9f4e6c6b4317542378ecf516345
11626Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
11627Date:   Wed Jun 4 12:19:28 2008 -0700
11628
11629    XQuartz: Removed async debugging sleep
11630    (cherry picked from commit 7812a8bdf9fab651ea5c07b852b2999547ec628d)
11631
11632commit ee86b751192b690973ee2a1446a406bc721ce8eb
11633Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
11634Date:   Wed Jun 4 12:01:19 2008 -0700
11635
11636    XQuartz: use a condition variable to signal when darwinEvents is ready rather than polling
11637    (cherry picked from commit ff1c443cadf11d12a7d939e51194f6105153870e)
11638
11639commit 38da26cd36957a45b2a47ef124282f7d863a9fd3
11640Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
11641Date:   Wed Jun 4 11:35:24 2008 -0700
11642
11643    XQuartz: Don't forget to destroy the mutex and cond after we're done with them
11644    (cherry picked from commit c3558bb8cd889e5b957190e9f5d23afad1e17b72)
11645
11646commit ea40fcf4344c6e918d3be34354528940b05a70f3
11647Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
11648Date:   Wed Jun 4 11:18:52 2008 -0700
11649
11650    XQuartz: Fork for trigger
11651    (cherry picked from commit dd0f8a0f59593d7831fe09a2a086fcd57c84910e)
11652
11653commit 2393dae6ffff7db8281a7977039450e8754cc19f
11654Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
11655Date:   Tue Jun 3 00:06:26 2008 -0700
11656
11657    XQuartz: Switched over to new startup path for testing.  Cleaned it up a bit.  Server still crashes when using the icon to launch =/
11658    (cherry picked from commit 7f840e9dc180421eaa9b0ea3ab993fdd5b2466e5)
11659
11660commit 45b661c67aca1a728f1793dd94d701488f1f196c
11661Author: Peter Hutterer <peter@cs.unisa.edu.au>
11662Date:   Wed Jun 4 13:39:39 2008 +0930
11663
11664    dix: Fix build with --disable-xinerama #16204
11665    
11666    X.Org Bug 16204 <http://bugs.freedesktop.org/show_bug.cgi?id=16204>
11667
11668commit 26e7e69ab893d1f2b35213250ada40ec90944f62
11669Author: Peter Hutterer <peter@cs.unisa.edu.au>
11670Date:   Mon Jun 2 11:04:41 2008 +0930
11671
11672    kdrive: don't post motion event if there was no motion. #16179
11673    
11674    Based on the patch by Tomas Janousek.
11675    
11676    X.Org Bug 16179 <http://bugs.freedesktop.org/show_bug.cgi?id=16179>
11677
11678commit ac1db454497ff1839aa7f7ee0649ede112824ed9
11679Author: Peter Hutterer <peter@cs.unisa.edu.au>
11680Date:   Mon Jun 2 10:40:10 2008 +0930
11681
11682    xfree86: suspend signals while removing a device (corrected version).
11683    
11684    Block/Release is now symmetrical.
11685
11686commit 95ecaa411aefbcd8e2e00814132cb07b4be4e5bf
11687Author: Peter Hutterer <peter@cs.unisa.edu.au>
11688Date:   Mon Jun 2 10:38:45 2008 +0930
11689
11690    Revert "xfree86: suspend signals while removing a device."
11691    
11692    Left the signals blocked hanging after removing a master device.
11693    
11694    This reverts commit 74372fd0049676787904f1f9f80f836b97f5f60e.
11695
11696commit 5ba07cb54803b8c63e25e8ca1f1787860f684612
11697Author: Tiago Vignatti <vignatti@c3sl.ufpr.br>
11698Date:   Sun Jun 1 18:31:52 2008 -0300
11699
11700    kdrive: changes ephyr API according mpx merge.
11701    
11702    This fix host-cursor in Xephyr server.
11703    
11704    Signed-off-by: Tiago Vignatti <vignatti@c3sl.ufpr.br>
11705    Signed-off-by: Peter Hutterer <peter@cs.unisa.edu.au>
11706
11707commit 5a3d06b8f42473cea3741dc722a775deaa2b73f6
11708Author: Peter Hutterer <peter@cs.unisa.edu.au>
11709Date:   Sun Jun 1 15:20:42 2008 +0930
11710
11711    xkb: delete default rules when devices are closed.
11712    
11713    We only have one set of default rules options in xkb. When the second keyboard
11714    is brought up with Xkb options specified, these new options overwrite the old.
11715    In future server generations, the rules used for the VCK are a mixture of the
11716    default ones and ones previously specified for other keyboards. Simply
11717    resetting the xkb default rules to NULL avoids this issue.
11718    
11719    Reproducable by setting XkbLayout "de" and XkbVariant "nodeadkeys". In the
11720    second server generation, the VCK has "us(nodeadkeys)". This again produces a
11721    SIGABRT when the first key is hit.
11722    
11723    I could not figure out why the SIGABRT happens. This patch is avoiding the
11724    issue rather than fixing it.
11725
11726commit 5ebe76f13fb6e96cebe5a386024a73eceeb828ff
11727Author: Peter Hutterer <peter@cs.unisa.edu.au>
11728Date:   Sat May 31 22:13:03 2008 +0930
11729
11730    config: init dev to NULL to shut up a valgrind warning.
11731
11732commit a7ae9cbd78193fdafcafd5d7af1f6fabbb434628
11733Author: Peter Hutterer <peter@cs.unisa.edu.au>
11734Date:   Sat May 31 20:44:58 2008 +0930
11735
11736    dix: don't read valuators past numAxes.
11737
11738commit f79ad5674ed41c3626e8055cd2bac0135de928c6
11739Author: Peter Hutterer <peter@cs.unisa.edu.au>
11740Date:   Sat May 31 18:46:35 2008 +0930
11741
11742    kdrive: fix up callers to KdQueueEvent, need to pass xEvent, not EventListPtr
11743
11744commit 58d12c99abc4d06cb8b43386d4bcd126f0bedf83
11745Author: Peter Hutterer <peter@cs.unisa.edu.au>
11746Date:   Sat May 31 18:45:11 2008 +0930
11747
11748    mi: Remove #ifdef XINPUT, kdrive otherwise won't get events.
11749
11750commit 942086fc965fc9a24be2db4f537f0ff54db51083
11751Author: Peter Hutterer <peter@cs.unisa.edu.au>
11752Date:   Sat May 31 18:17:49 2008 +0930
11753
11754    dix: ProcQueryPointer doesn't need special grab handling, PickPointer does it
11755
11756commit 6cecae0e8651b1fa58b3cd0e0a636db46f56f6a6
11757Author: Peter Hutterer <peter@cs.unisa.edu.au>
11758Date:   Sat May 31 13:12:53 2008 +0930
11759
11760    dix: Remove superfluous comment.
11761    
11762    This code can handle devices with < 2 valuators now.
11763
11764commit 105d28652d1fb80dd8ce8511e2605dccc8812e99
11765Author: Peter Hutterer <peter@cs.unisa.edu.au>
11766Date:   Fri May 30 15:20:35 2008 +0930
11767
11768    Xext: use GPE/GKE from XTestFakeInput #16145
11769    
11770    This commit fixes two problems:
11771    1) XTFI used to assemble the event itself, then passed it to the device. It's
11772    much easier to just pass the variables into GPE/GKE and let the DIX do the
11773    rest.
11774    
11775    2) XTFI would pass the VCP/VCK as default device to event processing. As a
11776    result, updating LEDs would be updated on the VCK, not on the actual keyboard.
11777    Instead, we now pass the events through the last-used SD, thus toggling the
11778    LEDs on the last keyboard that sent through this MD.
11779    
11780    Also some cleanup in XTFI to merge validity checks a bit closer together
11781    rather than having several different sections.
11782    
11783    This breaks XTestFakeMotion with Xinerama though.
11784    
11785    X.Org Bug 16145 <http://bugs.freedesktop.org/show_bug.cgi?id=16145>
11786
11787commit 341a61b608873c77b1a17fe7d145ed3ad716e5a3
11788Author: Peter Hutterer <peter@cs.unisa.edu.au>
11789Date:   Sat May 31 12:01:47 2008 +0930
11790
11791    mi: reduce noisyness. DebugF is enough if device ID can't be changed.
11792    
11793    Also - printing out the event type is actually helpful.
11794
11795commit 62c1a32976d571f3ced1812b8b96ed5a8e658b4a
11796Author: Peter Hutterer <peter@cs.unisa.edu.au>
11797Date:   Sat May 31 10:24:37 2008 +0930
11798
11799    dix: null out dummyDev, otherwise Xephyr dereferences random pointers.
11800    
11801    SendEventToAllWindow eventually causes a IsInterferingGrab(), which attempts
11802    to dereference dev->deviceGrab.grab.
11803
11804commit 150c2f55a508ed24b230f68e30ec140c0901d9ae
11805Author: Julien Cristau <jcristau@debian.org>
11806Date:   Fri May 23 03:09:04 2008 +0200
11807
11808    Add xkbstr.h and xkbsrv.h to sdk_HEADERS
11809
11810commit f9bcecbe51e4cf0cb2d82ad953f8c6741ed5558b
11811Author: Peter Hutterer <peter@cs.unisa.edu.au>
11812Date:   Thu May 29 17:42:49 2008 +0930
11813
11814    Xext: only free events in case of core motion events.
11815
11816commit 8cf7755a85f5c1e5da7805c12b7511581a368782
11817Author: Peter Hutterer <peter@cs.unisa.edu.au>
11818Date:   Wed May 28 18:05:25 2008 +0930
11819
11820    Require x11proto 7.0.13, xextproto 7.0.4 and inputproto 1.9.99.1
11821
11822commit 9b544fa40062b342ff3aa75f8f21d0bd4cec80ab
11823Author: Peter Hutterer <peter@cs.unisa.edu.au>
11824Date:   Wed May 28 12:27:07 2008 +0930
11825
11826    mi: ansify.
11827
11828commit 64677f6a167a5bee99e5dfb599a3c3a6fb5dffe7
11829Author: Peter Hutterer <peter@cs.unisa.edu.au>
11830Date:   Tue May 27 21:01:26 2008 +0930
11831
11832    xfree86: fix offset error in EDID parsing. #15964
11833    
11834    X.Org Bug 15964 <http://bugs.freedesktop.org/show_bug.cgi?id=15964>
11835
11836commit c8af7ce35a900ac9b898f51c1b95dabad3ba1d76
11837Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
11838Date:   Fri May 23 13:50:39 2008 -0300
11839
11840    Correct a NULL pointer deference
11841    
11842      The problem happens if Monitor/Card combo doesn't provide EDID info,
11843    and the XFree86-VidModeExtension extension is used.
11844    
11845    Signed-off-by: Peter Hutterer <peter@cs.unisa.edu.au>
11846
11847commit 3a1278907ea8059546c7b9ab0c02714832c693e3
11848Author: Peter Hutterer <peter@cs.unisa.edu.au>
11849Date:   Mon May 26 18:01:07 2008 +0930
11850
11851    xfree86: Bump XINPUT ABI to 3.0.
11852
11853commit 0050165a67bb462e0bf644a11644ad9d587c62bb
11854Author: Simon Thum <simon.thum@gmx.de>
11855Date:   Mon May 26 17:56:08 2008 +0930
11856
11857    input: change dxremaind, dyremaind to floats for better acceleration #9156
11858    
11859    X.Org Bug 9156 <http://bugs.freedesktop.org/show_bug.cgi?id=9156>
11860    
11861    Signed-off-by: Peter Hutterer <peter@cs.unisa.edu.au>
11862
11863commit 26c1958c322be3ac4dfec9ba2c41c5202bd03709
11864Merge: 5fe5778 2958610
11865Author: Peter Hutterer <peter@cs.unisa.edu.au>
11866Date:   Mon May 26 17:37:31 2008 +0930
11867
11868    Merge branch 'master' into mpx
11869
11870commit 5fe57787faa2ea4f2f57b25455d200bf924206d6
11871Author: Peter Hutterer <peter@cs.unisa.edu.au>
11872Date:   Mon May 26 17:23:34 2008 +0930
11873
11874    dix: store the absolute values in the motion history.
11875    
11876    The core protocol requires absolute values and it's a bit hard to get them if
11877    we only have relative ones in the history. Switch the motion history to
11878    absolute, and if we really need the relative values, we can probably generated
11879    them from the abs. ones in the future.
11880
11881commit 1883485edd7eb90c0b76bca41c71e26ae2c0b91a
11882Author: Peter Hutterer <peter@cs.unisa.edu.au>
11883Date:   Mon May 26 16:35:23 2008 +0930
11884
11885    If core motion history is required, scale back to screen coords and INT16.
11886
11887commit 0b88510069bdf6d020d73b424f62c2923c0db4a4
11888Author: Peter Hutterer <peter@cs.unisa.edu.au>
11889Date:   Mon May 26 13:53:45 2008 +0930
11890
11891    Ensure the motion history is merged for master devices.
11892    
11893    Add each event to the master's MH as well as to the SDs. In the MD, store
11894    min/max and the actual value. When retrieving the MH, rescale all coordinates
11895    to the current coordinate range and only post those valuators that are
11896    currently active on the device.
11897
11898commit d22c25bda450f6f1dfa634f0f72b32c4bec429cd
11899Author: Peter Hutterer <peter@cs.unisa.edu.au>
11900Date:   Mon May 26 09:26:18 2008 +0930
11901
11902    dix: Allocate MD's motion history to be large enough for potential valuators
11903    
11904    Since we can't predict how many valuators may be in a future SD attached to an
11905    MD, we need to preallocate a history buffer that is large enough to keep
11906    MAX_VALUATORS coordinates per event.
11907    
11908    In addition, the history buffer needs to memorize the coordinate ranges at the
11909    time, thus requiring MDs to store (min_val, max_val, current_val, time)
11910    instead of (current_val, time) for each motion history entry.
11911    
11912    This commit only fixes the allocation.
11913
11914commit 0877de13ac6ddfb55108aa3456d47f970c6c442c
11915Author: Peter Hutterer <peter@cs.unisa.edu.au>
11916Date:   Sun May 25 22:49:54 2008 +0930
11917
11918    Remove GetMotionProc from ValuatorClassRec.
11919    
11920    With the MD/SD device hierarchy we need control over the generation of the
11921    motion history as well as the conversion later before posting it to the
11922    client. So let's not let the drivers change it.
11923    
11924    No x.org driver currently uses it anyway, linuxwacom doesn't either so dumping
11925    it seems safe enough.
11926
11927commit 00b4339168c10dd4ce026deb8e04bfb63dfd11dc
11928Author: Peter Hutterer <peter@cs.unisa.edu.au>
11929Date:   Sun May 25 22:34:11 2008 +0930
11930
11931    dmx: remove some #if 0'd code.
11932
11933commit 096117cf023dc92dcadc91677931fc6ad1feb4a0
11934Author: Peter Hutterer <peter@cs.unisa.edu.au>
11935Date:   Sun May 25 10:38:33 2008 +0930
11936
11937    Xi: reset motion history when swapping device classes.
11938    
11939    This isn't really the correct solution, but it'll have to do until I figured
11940    out how to transfer the history over correctly.
11941
11942commit 29586101dc11d498b212510f8dedbfeca7f8c859
11943Author: Michel Dänzer <michel@tungstengraphics.com>
11944Date:   Sat May 24 20:01:41 2008 +0200
11945
11946    EXA: Only record damage generated by rendering operations.
11947    
11948    Recording damage from other operations (e.g. creating a client damage record)
11949    may confuse the migration code resulting in corruption.
11950    
11951    Option "EXAOptimizeMigration" appears safe now, so enable it by default. Also
11952    remove it from the manpage, as it should only be necessary on request in the
11953    course of bug report diagnostics anymore.
11954
11955commit f6d61d3d86971d6a202b46ff2fab8c8799a4d057
11956Author: Michel Dänzer <michel@tungstengraphics.com>
11957Date:   Sat May 24 20:01:36 2008 +0200
11958
11959    EXA: Don't migrate twice in exaImageGlyphBlt.
11960    
11961    exaPrepareAccess already handles migration.
11962
11963commit d73304398255e0c3b03a497a8d4a2f8d900eef44
11964Author: Michel Dänzer <michel@tungstengraphics.com>
11965Date:   Sat May 24 20:01:31 2008 +0200
11966
11967    EXA: Don't suggest exaCopyDirty be inlined.
11968    
11969    Leave the decision to the compiler toolchain.
11970
11971commit 3baf3b42e079b4e7b61c1e20df305db0724d21f8
11972Author: Michel Dänzer <michel@tungstengraphics.com>
11973Date:   Sat May 24 20:01:21 2008 +0200
11974
11975    EXA: Specify region used for source pixmap migration in exaCopyNtoN.
11976    
11977    Avoids excessive migration overhead in some pathological cases. See
11978    http://bugs.freedesktop.org/show_bug.cgi?id=15845 .
11979
11980commit ba557e0263eee0b75847c596f31c71492611b22c
11981Author: Peter Hutterer <peter@cs.unisa.edu.au>
11982Date:   Sat May 24 17:23:10 2008 +0930
11983
11984    Xi: remove deprecated comment.
11985    
11986    Axis clipping wouldn't be necessary here, it's already performed in GPE.
11987
11988commit e6cbb1e11e5da1a8b9001853c25f4e5a052e7110
11989Author: Julien Cristau <jcristau@debian.org>
11990Date:   Fri May 23 23:00:40 2008 +0200
11991
11992    xfree86: fix build on GNU/kFreeBSD
11993    
11994    GNU/kFreeBSD defines __FreeBSD_kernel__, but not __FreeBSD__.
11995    Unify preprocessor conditionals between variable declaration and use.
11996    Debian bug #482550.
11997
11998commit 6c72961d8fa1ab1543f1b3e2cc7d34ff6d254bf8
11999Author: George Sapountzis <gsap7@yahoo.gr>
12000Date:   Fri May 23 22:39:35 2008 +0300
12001
12002    glx: fix memory corruption with r5g6b5
12003    
12004    should cherry-pick to xserver-1.5
12005
12006commit 21a8052fdca2115668dfc747b0b58db437b4eb6d
12007Author: George Sapountzis <gsap7@yahoo.gr>
12008Date:   Fri May 23 22:39:09 2008 +0300
12009
12010    glx: fix forgotten swrast -> SWRast
12011
12012commit 877e6c35ff1f0f110627590ac0f12fddf47de506
12013Author: George Sapountzis <gsap7@yahoo.gr>
12014Date:   Fri May 23 22:38:36 2008 +0300
12015
12016    glx: missing swrast is fatal
12017
12018commit 1345c93ad4be875951256dae87bc4fd9a1b5e08a
12019Author: George Sapountzis <gsap7@yahoo.gr>
12020Date:   Fri May 23 22:38:11 2008 +0300
12021
12022    glx: drop stray glcore.h include
12023
12024commit ae0504d34d245f15b2f098a63ad1a9e1c4daef35
12025Author: George Sapountzis <gsap7@yahoo.gr>
12026Date:   Fri May 23 22:40:03 2008 +0300
12027
12028    kdrive: need not export symbols for glx anymore
12029
12030commit 7082929ef7db20b507dce5a8cec043e787d0b55e
12031Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
12032Date:   Fri May 23 02:27:58 2008 -0700
12033
12034    XQuartz: A 2 second delay for launchd socket connections should be sufficient.
12035    (cherry picked from commit 2bb4251b3c6b30dbf1a556e1b51e6f03f02d2529)
12036
12037commit 5a388b27a094c71b4214aa744b2ba0fdda7fd607
12038Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
12039Date:   Fri May 23 02:10:14 2008 -0700
12040
12041    XQuartz: Add the launchd fd to AllSockets as well
12042    (cherry picked from commit 83f72529394be5871671d73b6ef4f8bc83708f8a)
12043
12044commit 77b688a73025238ed9fe286a2bae8f78da65fce3
12045Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
12046Date:   Fri May 23 02:32:28 2008 -0700
12047
12048    XQuartz: Don't need launchd checking in configure.ac anymore since its functionality has been removed from libxtrans and into the mach startup code.
12049    (cherry picked from commit 1e1f4fb717d2f3a3227be2a034d28d6a4f29b5d1)
12050
12051commit 225dddbaeded4d64fcc104da538449e5c4dedd2d
12052Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
12053Date:   Fri May 23 01:39:02 2008 -0700
12054
12055    XQuartz: Move the launchd display grabbing into mach_startup
12056    (cherry picked from commit c3866c98d23020d2151977ee1177b6054d05832e)
12057
12058commit 3a22190061c7ebefee85564b0def5e1112c07ae8
12059Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
12060Date:   Mon May 19 03:13:09 2008 -0700
12061
12062    XQuartz: Fixed a few issues with fd passing... still not working =(
12063    (cherry picked from commit 7dd351271522b475d8017e4bd1618f12817ee2fa)
12064
12065commit 3ae0f4fc832462444d03024c5fbb867f19d5e960
12066Author: Peter Hutterer <peter@cs.unisa.edu.au>
12067Date:   Fri May 23 15:02:43 2008 +0930
12068
12069    dix: update valuators > 2 as well.
12070    
12071    master->last.valuator[x] for x > 2 is undefined. For all other devices, it's
12072    the respective device's last valuators.
12073    
12074    If the lastSlave did not have a valuator that is to be updated now, it is
12075    reset to 0.
12076
12077commit 0d1b41ace38bc918e2cc2a0a6ad107c76346fd00
12078Author: Peter Hutterer <peter@cs.unisa.edu.au>
12079Date:   Fri May 23 13:32:33 2008 +0930
12080
12081    Xi: update device valuators based on the event.
12082    
12083    Event is always absolute, update the device's valuators (always absolute too),
12084    and then change the deviceValuator event to reflect the device's reporting
12085    mode.
12086
12087commit 7eec1c23a34591064ea64499acb24f22ada08dfa
12088Author: Peter Hutterer <peter@cs.unisa.edu.au>
12089Date:   Fri May 23 13:23:02 2008 +0930
12090
12091    dix: don't allow relative data in deviceValuators.
12092    
12093    In GPE, we don't care about the device mode. Let's put the absolute values
12094    into the deviceValuator event and worry about relative valuators on the other
12095    side of the EQ.
12096
12097commit 75551a2ef949c2cfb53fdc4b97f3964a5e2f45f5
12098Author: Peter Hutterer <peter@cs.unisa.edu.au>
12099Date:   Fri May 23 12:55:50 2008 +0930
12100
12101    Revert "dix: Correct values in the device axisVal are calculated in GPE"
12102    
12103    We can't rely on GPE to update device->valuators->axisVal. If a SIGIO occurs
12104    during event processing this may have incoherent results.
12105    
12106    This reverts commit f6645ddbf754c80e9a8b1672519534a887622270.
12107
12108commit fe59b1a62b2c7f467d20132db4913317bbf308eb
12109Author: Peter Hutterer <peter@cs.unisa.edu.au>
12110Date:   Fri May 23 12:51:52 2008 +0930
12111
12112    dix: more device scaling insanity.
12113    
12114    Assuming master->last.valuators is in screen coords, SD's are always in device
12115    coordinates.
12116    
12117    1. If an event comes in, scale masters->last to the device, drop into device's
12118    last->valuators.
12119    2. Apply motion from the actual event
12120    3. Scale back to screen coords, check if we may need to cross screens
12121    4. Drop screen coords into master->last
12122    5. Rescale to device coords, drop into deviceValuator event and SD->last
12123    6. Drop screen coords into ev->root_x/y
12124    
12125    Whoopee...
12126
12127commit 6c9e9f8a40e20fb1761440acd2755f5fd31f4d44
12128Author: Peter Hutterer <peter@cs.unisa.edu.au>
12129Date:   Fri May 23 11:51:53 2008 +0930
12130
12131    input: instead of lastx/y, use a last.valuators[] array on the device.
12132    
12133    During GetPointerEvents (and others), we need to access the last coordinates
12134    posted for this device from the driver (not as posted to the client!). Lastx/y
12135    is ok if we only have two axes, but with more complex devices we also need to
12136    transition between all other axes.
12137    
12138    ABI break, recompile your input drivers.
12139
12140commit fb146cbb0f28e4e480e5d16d61476ac46b5d00ce
12141Author: Peter Hutterer <peter@cs.unisa.edu.au>
12142Date:   Fri May 23 12:00:13 2008 +0930
12143
12144    dix: coreEvents doesn't have meaning here, use master instead.
12145    
12146    We mustn't clip x/y if we are attached, otherwise we can't change screens.
12147
12148commit fc1cc0adcb91fdfa4c547bf379a85f9558c959ff
12149Author: Magnus Vigerlöf <Magnus.Vigerlof@ipbo.se>
12150Date:   Fri May 23 00:33:18 2008 +0200
12151
12152    dix: Cleanup of GetPointerEvents
12153    
12154    Changed all the checks for x&y valuator so the more complex
12155    calculation is only made once.
12156    Added TODOs for valuator/axis 2 and above for future correct
12157    handling of relative reporting of these.
12158    
12159    Signed-off-by: Peter Hutterer <peter@cs.unisa.edu.au>
12160
12161commit a0241d5380bb5d8b10865f8ea81a9a011de4aaf1
12162Author: Magnus Vigerlöf <Magnus.Vigerlof@ipbo.se>
12163Date:   Fri May 23 00:36:11 2008 +0200
12164
12165    dix: Correct clipAxis so it can handle devices with value ranges properly
12166    
12167    Signed-off-by: Peter Hutterer <peter@cs.unisa.edu.au>
12168
12169commit f6645ddbf754c80e9a8b1672519534a887622270
12170Author: Magnus Vigerlöf <Magnus.Vigerlof@ipbo.se>
12171Date:   Thu May 22 23:33:45 2008 +0200
12172
12173    dix: Correct values in the device axisVal are calculated in GPE
12174    
12175    Signed-off-by: Peter Hutterer <peter@cs.unisa.edu.au>
12176
12177commit 7f85acdf70c67c567de688439e25081be5a7d5df
12178Author: Peter Hutterer <peter@cs.unisa.edu.au>
12179Date:   Thu May 22 23:27:15 2008 +0930
12180
12181    dix: fill valuators with the correct values depending on the device mode (GPE)
12182    
12183    valuators[] is passed from the DDX. Depending on the device mode, update it
12184    with either absolute values or relative values. The deviceValuator event sent
12185    to the client will then contain the respective values.
12186
12187commit 1a3f351c50cba66f71a73239318174b09fd9b63b
12188Author: Peter Hutterer <peter@cs.unisa.edu.au>
12189Date:   Thu May 22 23:25:20 2008 +0930
12190
12191    dix: when floating a device, create a new cursor sprite.
12192    
12193    This is essentially necessary to allow calls to miPointerGetSprite etc. to
12194    work for floating slave devices.
12195
12196commit e0fbe404a436aef24624a3a15e8405a9ca38aadb
12197Author: Peter Hutterer <peter@cs.unisa.edu.au>
12198Date:   Thu May 22 23:24:29 2008 +0930
12199
12200    mi: handle sprite even for floating slave devices.
12201    
12202    We still don't render it, but we accept all the other calls to update it's
12203    internal state.
12204
12205commit 0f15875a271889ae3cc4997ad15f787ea28b3a08
12206Author: Magnus Vigerlöf <Magnus.Vigerlof@ipbo.se>
12207Date:   Sat May 17 19:24:00 2008 +0200
12208
12209    Make all conversion handling in GPE.
12210    
12211    This isn't quite finished yet, but at least it gives us the ability to use a
12212    tablet as a normal mouse - with all the scaling in place.
12213    
12214    Signed-off-by: Peter Hutterer <peter@cs.unisa.edu.au>
12215
12216commit 74372fd0049676787904f1f9f80f836b97f5f60e
12217Author: Peter Hutterer <peter@cs.unisa.edu.au>
12218Date:   Thu May 22 18:02:10 2008 +0930
12219
12220    xfree86: suspend signals while removing a device.
12221    
12222    Getting a keyboard event while halfway through freeing memory can be
12223    unpleasant.
12224
12225commit 30e9a33f7d1972dcf1c29c7455b2cea4e5857913
12226Author: Peter Hutterer <peter@cs.unisa.edu.au>
12227Date:   Thu May 22 16:00:21 2008 +0930
12228
12229    xkb: fix crash caused by uninitialised variable.
12230
12231commit e837244947fbb18192e9056c070ce439ef24d1a3
12232Author: Dan Nicholson <dbn.lists@gmail.com>
12233Date:   Wed May 21 16:14:55 2008 -0700
12234
12235    Actually enable building GLX without Mesa source
12236
12237commit ea4ec9e9983e25d94a3edf8a77ed2ad1db193284
12238Author: Dave Airlie <airlied@redhat.com>
12239Date:   Tue May 20 13:59:09 2008 +1000
12240
12241    int10: add pci_device_enable support on Linux
12242
12243commit 4230b92744d54528f48ddc3b096a265b488053c9
12244Author: Kristian Høgsberg <krh@redhat.com>
12245Date:   Wed May 21 17:58:15 2008 -0400
12246
12247    Clean up remaining afb references.
12248
12249commit 20ea99c655140e101f2d20cfab78fb22765fec62
12250Author: Adam Jackson <ajax@redhat.com>
12251Date:   Wed May 21 17:03:25 2008 -0400
12252
12253    Death to afb.
12254    
12255    Planar framebuffer people, please talk to wfb for all your 1988 hardware
12256    needs.
12257
12258commit c76fddeea28b4f88db97a2a3487d7a57cd9d578c
12259Author: Dan Nicholson <dbn.lists@gmail.com>
12260Date:   Wed May 21 10:51:15 2008 -0700
12261
12262    Fix up paths for GL/glx -> glx renaming
12263
12264commit c3eb5b80d8cc7ca6a425ccf359718d1ef3d5af55
12265Author: Kristian Høgsberg <krh@redhat.com>
12266Date:   Wed May 21 13:33:36 2008 -0400
12267
12268    Move GL/glx on level up now that it's the only thing left under GL.
12269
12270commit a8a9b40e554dd0c184866978889a39519afc466a
12271Author: Kristian Høgsberg <krh@redhat.com>
12272Date:   Wed May 21 12:34:07 2008 -0400
12273
12274    Move the windows GL files to the xwin DDX.
12275
12276commit e5aad4bc087036489e2af576628aa9b612054a6e
12277Author: Kristian Høgsberg <krh@redhat.com>
12278Date:   Wed May 21 11:44:12 2008 -0400
12279
12280    Get out of the mesa symlinking business.
12281    
12282    This copies over the files generated from mesa/src/mesa/glapi.  There's
12283    a corresponding mesa commit that makes it easy to generate the glapi files
12284    straight into the xserver tree when the XML definitions change.
12285    
12286    The only few files that are copied from mesa but aren't generated are
12287    glapi.[ch] and glthread.[ch].  Everything in there is technically DRI
12288    driver API and the whole setup is still a bit fragile, but it's not a new
12289    problem.
12290    
12291    The --with-mesa-source configure option is still around since other
12292    parts of the server (XGL and DMX - grep for MESA_SOURCE) need that,
12293    but for common case of building with GLX and AIGLX support, that
12294    option is no longer needed.
12295
12296commit f558c7d4d1d87affe1ce4aec2e62ff64545f2bc8
12297Author: Kristian Høgsberg <krh@redhat.com>
12298Date:   Wed May 21 10:18:16 2008 -0400
12299
12300    Use LD_EXPORT_SYMBOLS_FLAG when linking Xnest.
12301
12302commit 77ff8fd5072fa57158463bfd84656389eeb7b503
12303Author: Kristian Høgsberg <krh@redhat.com>
12304Date:   Wed May 21 10:17:53 2008 -0400
12305
12306    Drop glcore GLX provider.
12307    
12308    Obsoleted by the DRI swrast driver.
12309
12310commit 61eaef22359ae2abcee7dcd73ee8610a83776fc7
12311Author: Kristian Høgsberg <krh@redhat.com>
12312Date:   Tue May 20 16:56:27 2008 -0400
12313
12314    Stop symlinking glcontextmodes.[ch] from mesa.
12315
12316commit 88f43e5d06fb5543bc40ca060b2c5d8e2673afad
12317Author: George Sapountzis <gsap7@yahoo.gr>
12318Date:   Wed May 21 18:13:47 2008 +0300
12319
12320    glx: drop drm.h, sareaHandle from swrast loader
12321
12322commit 255142b61eb73843b16c2afdb95aa4d1f27e4f0d
12323Author: George Sapountzis <gsap7@yahoo.gr>
12324Date:   Thu Jan 3 17:53:56 2008 +0200
12325
12326    drop xprint remnants: InitGlobals
12327
12328commit 641ce9c706ce3cbf726fb3fc9623161bb96ba127
12329Author: George Sapountzis <gsap7@yahoo.gr>
12330Date:   Thu Jan 3 17:28:04 2008 +0200
12331
12332    drop xprint remnants: xpstubs
12333
12334commit 5c5a1eaf68eb11053fd5b99d24eb8024b6d5b218
12335Author: Peter Hutterer <peter@cs.unisa.edu.au>
12336Date:   Wed May 21 21:51:27 2008 +0930
12337
12338    Replace UniSA with full Uni name in Author affiliation.
12339    
12340    Big boss says UniSA isn't unique enough. Who am I to argue?
12341
12342commit 7509fb498c02fe1cebe4139612b8871ec877c130
12343Merge: 2ae3bed dfb7de6
12344Author: Peter Hutterer <peter@cs.unisa.edu.au>
12345Date:   Wed May 21 16:25:35 2008 +0930
12346
12347    Merge branch 'hwcursor' into mpx
12348
12349commit 2ae3bed33731d800bb28a968e3a1c8066d179740
12350Author: Peter Hutterer <peter@cs.unisa.edu.au>
12351Date:   Wed May 21 15:51:35 2008 +0930
12352
12353    mi: shut up compiler warning (return w/o a value)
12354
12355commit 8b3d26f5b6caff1766669deb0e2100d2dee3f185
12356Author: Aaron Plattner <aplattner@nvidia.com>
12357Date:   Tue May 20 12:39:28 2008 -0700
12358
12359    Short-circuit PanoramiXTranslateVisualID after verifying that the visual actually exists first.
12360    
12361    This allows using PanoramiXTranslateVisualID to test whether a given visual made
12362    it through PanoramiXVisualConsolidate.
12363
12364commit 6ff6465931c397f72db27a4fd0ca0dcac0609537
12365Author: George Sapountzis <gsap7@yahoo.gr>
12366Date:   Tue May 20 16:36:22 2008 -0400
12367
12368    Add loader for the swrast dri driver.
12369
12370commit 4056595fc77c20052e226b402e38a2a914dca123
12371Author: Peter Hutterer <peter@cs.unisa.edu.au>
12372Date:   Tue May 20 18:57:31 2008 +0930
12373
12374    xkb: remove superfluous checks in if statement.
12375
12376commit 925e895b869e461a9e7f135891463c56ee633cd6
12377Author: Alan Coopersmith <alan.coopersmith@sun.com>
12378Date:   Mon May 19 18:43:29 2008 -0700
12379
12380    Restore return type on xf86SetScrnInfoModes
12381    
12382    Seems to have been accidentally lost by commit 	76943fec860315f3c93539e59a59080b8a7b3e75
12383
12384commit 7a550cefd9417c22a4397ea4d103ddc347ab1a0f
12385Author: Peter Hutterer <peter@cs.unisa.edu.au>
12386Date:   Tue May 20 11:07:39 2008 +0930
12387
12388    dix: shut up two compiler warnings.
12389
12390commit f9edecd1b53a2e234def9cbd954a47c4bda2bebc
12391Author: Peter Hutterer <peter@cs.unisa.edu.au>
12392Date:   Tue May 20 11:07:17 2008 +0930
12393
12394    mi: sync declaration and definition of mieqResizeEvents.
12395
12396commit e73a03d589b47ac9131f3932da7f78d2fef7bfb5
12397Author: Peter Hutterer <peter@cs.unisa.edu.au>
12398Date:   Tue May 20 10:54:32 2008 +0930
12399
12400    fb: shut up two compiler warnings.
12401
12402commit 99d28c3ef37aeffe7d8ec41e45a650ba248c6958
12403Merge: fc7e256 0178b6a
12404Author: Peter Hutterer <peter@cs.unisa.edu.au>
12405Date:   Tue May 20 10:20:14 2008 +0930
12406
12407    Merge branch 'master' into mpx
12408    
12409    Conflicts:
12410    
12411    	Xext/xprint.c (removed in master)
12412    	config/hal.c
12413    	dix/main.c
12414    	hw/kdrive/ati/ati_cursor.c (removed in master)
12415    	hw/kdrive/i810/i810_cursor.c (removed in master)
12416    	hw/xprint/ddxInit.c (removed in master)
12417    	xkb/ddxLoad.c
12418
12419commit 0178b6a4abed0df3e90ba393709ed566105e7c2c
12420Author: Adam Jackson <ajax@redhat.com>
12421Date:   Mon May 19 11:22:19 2008 -0400
12422
12423    Fix reduced-blanking mode filtering in RANDR 1.2.
12424    
12425    If the monitor isn't reduced-blanking (either through EDID logic, or
12426    config file setting), then remove RB modes from the default pool.  Any
12427    RB modes from the driver and config file pools will stick around though;
12428    you asked for them, you got them.
12429
12430commit bb687465d0c5aef3cc1c865e6ea67c01a8b417fb
12431Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
12432Date:   Mon May 19 02:45:47 2008 -0700
12433
12434    XQuartz: First stab at SCM_RIGHTS passing the $DISPLAY launchd fd from the stub to server
12435    (cherry picked from commit cccee9cfc29f85cca635df3b8dd54199b45c4df8)
12436
12437commit 4b69d22bcb79210225379da2cefb0cd8d5ffa10e
12438Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
12439Date:   Sun May 18 23:51:06 2008 -0700
12440
12441    XQuartz: Fixed dropped code in the !XKB blocks, disable XKB support until we figure out a solution for xkeyboard-config
12442    (cherry picked from commit 2a72309c061f7060480d150791019ce232481462)
12443
12444commit e997df8cd3c4222ea9fc3f0ebda728c4d1f15df5
12445Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
12446Date:   Sun May 18 23:31:41 2008 -0700
12447
12448    XQuartz: Cleaned up ListenOnOpenFD...
12449    (cherry picked from commit 6fb587d3d5fbbaee9e46cdce24d03e5d1c66d58a)
12450
12451commit 738672858d9399ecbc170500c15f90bf657502d2
12452Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
12453Date:   Sun May 18 23:02:12 2008 -0700
12454
12455    New XQuartz icon thanks to Simone Karin Lehmann
12456    (cherry picked from commit c27e0c8f3c5108192362735db8a80bf3a9a1cc3a)
12457
12458commit 4be2104c801340075e030d06d24ceb4d8a6d6549
12459Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
12460Date:   Thu May 15 12:26:32 2008 -0700
12461
12462    XQuartz: More work towards Mach-IPC startup... started working on FD passing
12463    (cherry picked from commit 27fbfeacfa16d620801ac3492b25c1e50aec8588)
12464
12465commit 82c4075d4ba3bea03341c80b754b0f9d2f62a826
12466Author: Julien Cristau <jcristau@debian.org>
12467Date:   Mon May 19 03:15:11 2008 +0200
12468
12469    xfree86: fix initial output positions with Above or LeftOf and rotation
12470    
12471    The fix in fa19e84714aa84a2f2e817e363d6440349d0b619 was incomplete,
12472    as it was still using the wrong output's initial rotation to compute
12473    the position.
12474
12475commit 7dca84f3ee7265119fb81d598d7d2f7363e25f1f
12476Author: Dave Airlie <airlied@redhat.com>
12477Date:   Mon May 19 11:16:08 2008 +1000
12478
12479    cursor: don't dereference NULL pointer is devPrivates not yet set.
12480    
12481    This fixes a bug on server recycle with ati zaphod.
12482
12483commit 5af5db5033582a84b616d5c50f4288adb0210459
12484Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
12485Date:   Sat May 17 14:51:09 2008 -0700
12486
12487    XQuartz: Ok, pass XQUARTZ_USE_XKB since it breaks worse without it... but we have issues when we have the keyboard configs installed... need to figure out what to do there...
12488    (cherry picked from commit 301262b07024ad960f22d99a1267fe137f5c3fce)
12489
12490commit 2408303d79297385063cae557195bd5fd3698478
12491Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
12492Date:   Sat May 17 14:56:53 2008 -0700
12493
12494    XQuartz: Added functionality to add a file descriptor to the connection list after the server is already running.
12495    (cherry picked from commit 543c2cd68d1ffef65d4644b860faad7191c6b9da)
12496
12497commit 01612fe612aa27262fc3c8167f52e0376941f1ef
12498Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
12499Date:   Thu May 15 07:08:21 2008 -0700
12500
12501    XQuartz: Disable xkb since it doesn't work after getting xkeyboard-config installed
12502    
12503    Need to setup configs for the quartz keyboard
12504    (cherry picked from commit c28fecc621b1803a4d4536afbc724d141de9e6ee)
12505
12506commit 1d09deaa6e5a75420ea4f24f6b5533f0ebc3ba28
12507Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
12508Date:   Thu May 15 05:49:43 2008 -0700
12509
12510    XQuartz: Made DarwinSendDDXEvent a little more robust to context switching diring server init.
12511    (cherry picked from commit 5626b0949b1a6bdd2fa3ec2ef53a688084349b87)
12512
12513commit adc62f62b9f08aa6633718989ab61b61e3c1e8e2
12514Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
12515Date:   Wed May 14 01:33:43 2008 -0700
12516
12517    Xquartz: Xquartz stub now can send Mach IPC to start the server.
12518    (cherry picked from commit 55a3bca8ea42f8677897f94bf0a429bdc08c6696)
12519
12520commit 93c082a060bfa8d2a204c0c57ec3507a8edea087
12521Author: Brad Smith <brad@comstyle.com>
12522Date:   Sat May 17 13:14:31 2008 +0200
12523
12524    OpenBSD doesn't define __x86_64__, simplify tests.
12525    
12526    Seeing as this code seems to be specific to OpenBSD I don't think
12527    __x86_64__ should have been added there at all. It appears to have
12528    been added wherever __amd64__ existed before which is wrong. I
12529    think that part of the commit should be reverted but also all four of
12530    the checks should be __OpenBSD__ && __amd64__ instead of two one
12531    direction and two flipped.
12532
12533commit 895d4e274d2b4638f0e6838dfee0e543311dba34
12534Author: Brad Smith <brad@comstyle.com>
12535Date:   Sat May 17 13:05:58 2008 +0200
12536
12537    BSD's also have /dev/urandom.
12538
12539commit aad1c37b0951eae216ac323c5d8bfc6fbcf096bd
12540Author: Adam Jackson <ajax@redhat.com>
12541Date:   Fri May 16 10:52:41 2008 -0400
12542
12543    RANDR 1.1 compat: remove senseless comparison against the virtual size.
12544
12545commit 14726b776d6cebb7d864b6ffa7554e1ce5637d5c
12546Author: Adam Jackson <ajax@redhat.com>
12547Date:   Fri May 16 10:51:32 2008 -0400
12548
12549    xf86SetDesiredModes(): Skip disabled CRTCs first thing.
12550
12551commit 459f34b089aca4f4eee9752600c3a9e4f4e343ab
12552Author: Adam Jackson <ajax@redhat.com>
12553Date:   Fri May 16 10:48:00 2008 -0400
12554
12555    Fix initial mode selection even harder.
12556    
12557    The first guess used to be "is the preferred mode for one output the
12558    preferred mode on all outputs".  Instead, do "find the largest mode that's
12559    preferred for at least one output and available on all outputs".
12560
12561commit 96111c154713600dd534dd82104ac18b91466202
12562Author: Adam Jackson <ajax@redhat.com>
12563Date:   Fri May 16 10:31:58 2008 -0400
12564
12565    Redo RANDR compatibility output selection.
12566    
12567    Old logic was just the first one that happened to have an associated
12568    CRTC.  The new logic tries to find one that's definitely connected, has
12569    probed modes, and has the largest candidate mode.
12570
12571commit a4bbe1c8bca08f3df5ff7e50444af6aef7ec8b25
12572Author: Adam Jackson <ajax@redhat.com>
12573Date:   Fri May 16 10:25:12 2008 -0400
12574
12575    Re-add sync range inference from legacy setup to RANDR 1.2.
12576
12577commit f52f6c5c7efc281f9ac204fbaa4f71383df7463d
12578Author: Adam Jackson <ajax@redhat.com>
12579Date:   Mon May 5 14:37:07 2008 -0400
12580
12581    Fix hal shutdown crash.
12582    
12583    Removing the device invalidates its ->next pointer.  Copy it aside before
12584    destroying the device.
12585
12586commit 99e4531f7c3fafce065dfd21f65bad1cf190c3f1
12587Author: Adam Jackson <ajax@redhat.com>
12588Date:   Fri May 16 08:16:01 2008 -0400
12589
12590    The great kdrive purge.
12591    
12592    Most of these drivers didn't work.  ati was the only one that even came
12593    close.  The igs, ipaq, itsy, pcmcia, savage, sis530, trident, trio, ts300,
12594    and vxworks directories have never built since modularisation, so clearly
12595    no one can miss them.
12596
12597commit fc7e2566cc076c0d979f74871bc436df43401058
12598Author: Peter Hutterer <peter@cs.unisa.edu.au>
12599Date:   Fri May 16 16:59:34 2008 +0930
12600
12601    Xext: fix typo in condition.
12602    
12603    Fall-out from dc3aba8a559d4304844ee1cc306c577a63b82762.
12604    We must free the event if it is NOT an extension event.
12605
12606commit 6fb76acc4524d6af4bfb6bc6d862c1ee2bbb8baa
12607Author: Peter Hutterer <peter@cs.unisa.edu.au>
12608Date:   Fri May 16 19:22:32 2008 +0930
12609
12610    mi: remove miPointerUpdate() -> replaced by miPointerUpdateSprite().
12611    
12612    In the xnest and vfb DDX we don't need the call anyway, it's performed by
12613    mieqProcessInputEvent.
12614
12615commit dfb7de6571345061d1cd88ab915064fc376529fd
12616Author: Peter Hutterer <peter@cs.unisa.edu.au>
12617Date:   Fri May 16 20:56:04 2008 +0930
12618
12619    mi: don't call from miPointerMoved into the spriteFuncs for anything but VCP.
12620    
12621    Calling ->MoveCursor for anything but the HW-rendered VCP causes the
12622    SW-rendered cursor routines to be started, including mallocs, etc. Since
12623    miPointerMoved is called during SIGIO, this is a bad idea.
12624
12625commit f611719edce2ae51dca8e53947a3938b53c20b00
12626Author: Peter Hutterer <peter@cs.unisa.edu.au>
12627Date:   Fri May 16 19:49:29 2008 +0930
12628
12629    xfree86: always render first cursor in HW, all others in SW.
12630
12631commit 48ba58feacedf9781db81c82adbb37197d9a5cd1
12632Author: Peter Hutterer <peter@cs.unisa.edu.au>
12633Date:   Fri May 16 19:22:32 2008 +0930
12634
12635    mi: remove miPointerUpdate() -> replaced by miPointerUpdateSprite().
12636    
12637    In the xnest and vfb DDX we don't need the call anyway, it's performed by
12638    mieqProcessInputEvent.
12639
12640commit 622d7c1d899a6146773a2ebd1d632a805f24025e
12641Author: Tiago Vignatti <vignatti@c3sl.ufpr.br>
12642Date:   Wed May 14 14:49:09 2008 -0300
12643
12644    Restructure and organize the code.
12645    
12646    It was removed and simplified some conditionals. We don't need test for
12647    pDev->isMaster inside xf86CursorSetCursor() because only MD enters there.
12648    
12649    In the last chunk, ScreenPriv fields were being assigned without need, so
12650    that code was wrapped inside the conditional to avoid it.
12651    
12652    I also tried to make the identation more sane in some parts that I touched.
12653    
12654    Signed-off-by: Tiago Vignatti <vignatti@c3sl.ufpr.br>
12655    
12656    Minor modification, part of the original patch led to cursors not being
12657    updated properly when controlled through XTest.
12658    
12659    Signed-off-by: Peter Hutterer <peter@cs.unisa.edu.au>
12660
12661commit 5af90025fee6a92e7d94642978feed21f902d0cb
12662Author: Tiago Vignatti <vignatti@c3sl.ufpr.br>
12663Date:   Wed May 14 02:45:49 2008 -0300
12664
12665    Remove redundancy.
12666    
12667    The only function that cat set SWCursor before xf86DeviceCursorInitialize()
12668    is xf86InitCursor() when VCP and is created.
12669    
12670    Signed-off-by: Tiago Vignatti <vignatti@c3sl.ufpr.br>
12671    Signed-off-by: Peter Hutterer <peter@cs.unisa.edu.au>
12672
12673commit 9fc94edfe3df4c4a84ad70714c0a4ef8bbf57fc9
12674Author: Peter Hutterer <peter@cs.unisa.edu.au>
12675Date:   Fri May 16 16:59:34 2008 +0930
12676
12677    Xext: fix typo in condition.
12678    
12679    Fall-out from dc3aba8a559d4304844ee1cc306c577a63b82762.
12680    We must free the event if it is NOT an extension event.
12681
12682commit 5127942f80983b2e053dddd5c5747d0c3d2f9d6d
12683Author: Brian Rogers <brian_rogers@comcast.net>
12684Date:   Fri May 16 10:08:04 2008 +0930
12685
12686    DGA: pass nevents to UpdateDeviceState. #15936
12687    
12688    Missing parameter caused event processing to go nuts when checking valuators.
12689    
12690    X.Org Bug 15936 <http://bugs.freedesktop.org/show_bug.cgi?id=15936>
12691    
12692    Signed-off-by: Peter Hutterer <peter@cs.unisa.edu.au>
12693
12694commit 28378d26b4bae377ef1212f6a51cda9b5529f1b5
12695Author: Peter Hutterer <peter@cs.unisa.edu.au>
12696Date:   Thu May 15 11:09:15 2008 +0930
12697
12698    Xi: assemble button/modifier state before updating the device. #15934
12699    
12700    The state field of the event must specify the state of the devices before the
12701    event occured. With the code as it was, the state would also include the
12702    event (e.g. state from a button press event would show the button as pressed)
12703    Gathering the state before updating the device should fix this.
12704    
12705    X.Org Bug 15934 <http://bugs.freedesktop.org/show_bug.cgi?id=15934>
12706
12707commit 7cabf81c8638739a15a1be6baa3fc569f38e7589
12708Author: Eric Anholt <eric@anholt.net>
12709Date:   Thu May 15 13:24:27 2008 -0700
12710
12711    Add necessary include for COMPILEDDISPLAYCLASS.
12712    
12713    Fixes build after 07f69023b0e75d98a4be8f0d1c3dd9391b8149a0.
12714
12715commit 07f69023b0e75d98a4be8f0d1c3dd9391b8149a0
12716Author: Adam Jackson <ajax@redhat.com>
12717Date:   Wed May 14 16:07:51 2008 -0400
12718
12719    Move defaultDisplayClass to xdmcp-only visibility.
12720
12721commit 166177e36bfc7bd1df03663ad89500cff056d563
12722Author: Adam Jackson <ajax@redhat.com>
12723Date:   Wed May 14 16:02:05 2008 -0400
12724
12725    Simplify default font path setup.
12726
12727commit 2efe1abb6fc786a4f86464978ae0d23fc7347a98
12728Author: Adam Jackson <ajax@redhat.com>
12729Date:   Wed May 14 15:53:11 2008 -0400
12730
12731    Remove global argc/argv variables.
12732    
12733    Was only used in the logging code anymore, and uselessly so there.
12734
12735commit 6c27b911222cdee9a057de0be7e8b2eff8b1ff2a
12736Author: Adam Jackson <ajax@redhat.com>
12737Date:   Wed May 14 15:44:04 2008 -0400
12738
12739    Restore compression of duplicate log file entries.
12740    
12741    This undoes the workaround for bug #964, which was an Xprintism.
12742
12743commit 937e5aae33d3b5112b5d10d605e25f57b48caa3f
12744Author: Peter Hutterer <peter@cs.unisa.edu.au>
12745Date:   Wed May 14 22:30:15 2008 +0930
12746
12747    dix: don't undisplay cursor if we don't own a sprite.
12748    
12749    Sometimes we didn't have a cursor when coming back from suspend. Reason was
12750    that the suspend caused the server to lose the device that was attached to the
12751    VCP, and a RemoveDevice() would then set the cursor to NULL.
12752    Solution: only set the cursor to NULL if we actually own the sprite.
12753
12754commit cbb4e80eb7cc8dc2aff5e5268b49cdb7b3c3d5fa
12755Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
12756Date:   Wed May 14 01:13:15 2008 -0700
12757
12758    XQuartz: More work on the Mach-IPC startup path
12759    (cherry picked from commit 49cd0b185fd6c99b07357a74734b6a4023faca84)
12760
12761commit 3b57c59bb08c9a3211f4ae57d9e2fb569d61bf2f
12762Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
12763Date:   Tue May 13 10:40:20 2008 -0700
12764
12765    Xquartz: More work on the new Mach startup
12766    (cherry picked from commit 6237acf75d3310d7d4f262556b677557c2907284)
12767
12768commit e435acc84cb9477455ad005cee658630cbd363a2
12769Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
12770Date:   Mon May 12 17:57:07 2008 -0700
12771
12772    Added missing to EXTRA_DIST
12773    (cherry picked from commit e39613f4633ed992bc276b70833a703560e528f9)
12774
12775commit f7d6d20ad64b235700185784d317417a94d1814b
12776Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
12777Date:   Mon May 12 13:36:35 2008 -0700
12778
12779    XQuartz: Cleaned up the about box.
12780    (cherry picked from commit 0279a5970694937e949ba533330ea48961c4edba)
12781
12782commit b37e1f1f5ccc5a48df665449b0e31c4d25cc323c
12783Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
12784Date:   Mon May 12 11:34:06 2008 -0700
12785
12786    Don't need the fink-friendly printf in the DDX anymore.
12787    (cherry picked from commit fe2279440450c795d67ba5a2234b0797d0bfe39c)
12788
12789commit 68b4f250eef441a3d75e3b9b2665a51d3a1538d6
12790Author: Peter Hutterer <peter@cs.unisa.edu.au>
12791Date:   Wed May 14 16:18:48 2008 +0930
12792
12793    dmx: fix build.
12794    
12795    Just because it builds, doesn't mean it works.
12796
12797commit 00db0f35acc00cb771ab1c23f35b0db1c25d81bb
12798Author: Peter Hutterer <peter@cs.unisa.edu.au>
12799Date:   Wed May 14 15:29:28 2008 +0930
12800
12801    dix: InitAndStartDevices doesn't need a window parameter.
12802    
12803    Leftover from the old pointer-keyboard pairing code, obsolete and gone now.
12804
12805commit da728f2127aaa5c1ed5d22bb9f3d0c8ff19e4933
12806Author: Peter Hutterer <peter@cs.unisa.edu.au>
12807Date:   Wed May 14 15:17:05 2008 +0930
12808
12809    dix: don't use serverClient in AddInputDevice, use the one supplied instead.
12810    
12811    We pass in the client that wants to create the device anyway, lets use the
12812    parameter instead of hardcoding the serverClient.
12813    
12814    Wow. I hope this is merge detritus, otherwise it'd be a sign that I didn't
12815    have enough coffee that day.
12816
12817commit a6659291c798f417a76d9aa7944694ff27c01fa7
12818Author: Peter Hutterer <peter@cs.unisa.edu.au>
12819Date:   Wed May 14 09:42:50 2008 +0930
12820
12821    mi: protect against NULL-pointer dereference.
12822    
12823    Required by the recent patch to use a NullCursor instead of UndisplayCursor().
12824
12825commit 7cdc19b29d93bf15cecfd6b69e269fab2501bca0
12826Author: Alan Coopersmith <alan.coopersmith@sun.com>
12827Date:   Tue May 13 16:39:30 2008 -0700
12828
12829    When XKB fails to open rules file, log the file name, not the NULL file pointer
12830
12831commit dc3aba8a559d4304844ee1cc306c577a63b82762
12832Author: Peter Hutterer <peter@cs.unisa.edu.au>
12833Date:   Tue May 13 14:37:26 2008 +0930
12834
12835    Xext: emulate XI events from core events when faking input.
12836    
12837    We need XI events for event processing, so lets get rid of the pure core
12838    events ASAP.
12839
12840commit 8b3802d32041547fd6ed5393a56281c5c83d260e
12841Author: Peter Hutterer <peter@cs.unisa.edu.au>
12842Date:   Tue May 13 13:47:52 2008 +0930
12843
12844    Xext: core button events have rootX/Y unset too.
12845
12846commit ed65e8b4f02a6da7f1c5d85984a9ccf6a94d0181
12847Author: Alan Coopersmith <alan.coopersmith@sun.com>
12848Date:   Mon May 12 18:49:34 2008 -0700
12849
12850    Check for strcasestr and workaround it on systems without it
12851
12852commit 8234af6c6a3ade13f7720743bde79957c7df3f6c
12853Author: Peter Hutterer <peter@cs.unisa.edu.au>
12854Date:   Tue May 13 11:17:39 2008 +0930
12855
12856    xfree86: remove Ubuntu-ism.
12857    
12858    Additional #include was required due to broken libc headers or something like
12859    that. Remove it, there's more to the world than ubuntu alone.
12860
12861commit 59b8d29b3a91c65787dfadb5610342a62e85c48c
12862Author: Peter Hutterer <peter@cs.unisa.edu.au>
12863Date:   Mon May 12 21:22:54 2008 +0930
12864
12865    Xi: Fix up ProcIVector, got out of sync with the protocol.
12866    
12867    When the opcode squash happened in the protocol, the processing vector got out
12868    of sync for a few requests. As a result, client and server would interpret
12869    requests differently, leading to a couple of BadLength problems.
12870
12871commit 1fc1a2897e9185838c29d9ffff07c39d2fdf174f
12872Author: Peter Hutterer <peter@cs.unisa.edu.au>
12873Date:   Mon May 12 20:14:05 2008 +0930
12874
12875    Remove UndisplayCursor API.
12876    
12877    We can achieve the same thing by simply displaying a NullCursor, there's no
12878    need for a separate API.
12879
12880commit 913989d643595030e67e7c0a758a16ae0da62ed9
12881Author: Peter Hutterer <peter@cs.unisa.edu.au>
12882Date:   Mon May 12 20:05:43 2008 +0930
12883
12884    mi: don't try to display a cursor for devices w/o cursors.
12885
12886commit 248a1df63430717550adb0e79068d8f9fcfacb0b
12887Author: Peter Hutterer <peter@cs.unisa.edu.au>
12888Date:   Mon May 12 20:05:21 2008 +0930
12889
12890    render: don't dereference cursor if cursor is NULL.
12891
12892commit c50b5d978981b13cdb22a9ad41c1b64f90cebe51
12893Author: Aaron Plattner <aplattner@nvidia.com>
12894Date:   Sun May 4 13:45:27 2008 -0700
12895
12896    Bug #14692: Allow drivers to have a say in Xinerama visual consolidation.
12897    
12898    Create a new exported global variable, XineramaVisualsEqualPtr.  Use this
12899    pointer to decide whether two visuals are equal during visual consolidation.
12900    This pointer can be wrapped, which allows drivers and extensions to control
12901    which visuals are consolidated.  A wrapper can reject the visuals without
12902    calling down, but must call down and return that result if it deems the visuals
12903    equal.  This ensures that all layers agree that the visuals are equal.
12904    
12905    Pass the screen of the other visual into the VisualsEqual callchain.
12906    
12907    Don't free PanoramiXVisuals since we need it for PanoramiXTranslateVisualID.
12908    
12909    Don't skip the first visual on the other screen in PanoramiXMaybeAddVisual.
12910    
12911    Skip the loop in PanoramiXTranslateVisualID if screen is 0.
12912
12913commit 86678e7cc2b021851ff508433fa160170f500c51
12914Author: Adam Jackson <ajax@redhat.com>
12915Date:   Mon May 12 14:53:37 2008 -0400
12916
12917    Fix fbdevhw initialization for PCI drivers.
12918    
12919    graphics/fb%d, not graphics:fb%d.  Thanks sysfs.  Thysfs.
12920
12921commit 1c8bd318fbaf65890ef16fe26c76dd5e6f14dfde
12922Author: Adam Jackson <ajax@redhat.com>
12923Date:   Mon May 12 14:15:11 2008 -0400
12924
12925    X n'est pas une print API.
12926
12927commit f9fae16456c30479b0cb9317e57200af36795785
12928Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
12929Date:   Mon May 12 10:36:44 2008 -0700
12930
12931    XQuartz: Added some version checking protection so we don't trigger an infinite exec loop with new /usr/X11/bin/Xquartz and older X11.app
12932    (cherry picked from commit 78032815aeb10c22ff45b49702e9c9df82ab471c)
12933
12934commit ac4e33a9cd0ca2f0ec76181d11d5b90b82690c05
12935Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
12936Date:   Mon May 12 09:27:27 2008 -0700
12937
12938    XQuartz: More startup work... listen if we're the actual server
12939    (cherry picked from commit 3b0afb47c3d8ad922cb2315ed8034f4d77d4a249)
12940
12941commit a7800d9355377ac02833613c2ffc2423beec9970
12942Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
12943Date:   Fri May 9 16:44:31 2008 -0700
12944
12945    XQuartz: Starting to work on the new Mach IPC startup stuff for better launchd, ApplicationServices, and Dock support
12946    (cherry picked from commit 9b67fca9b7d3050d3d5582a5210270db7eb2ed05)
12947
12948commit 04211c3532ca078420e3745a5eac3d9de120bc32
12949Author: James Cloos <cloos@jhcloos.com>
12950Date:   Mon May 12 03:03:13 2008 -0400
12951
12952    Prevent the -wm command line option from causing a SEGV
12953    
12954    The -wm (when mapped) option for the BackingStore support has been
12955    causing the server to dereference a NULL pointer.
12956    
12957    This has probably been the case since backing store has been
12958    implemented on top of Composite.
12959    
12960    It looks like (some of?) Composite didn’t expect its WIndowPtr
12961    argument to be the root window.
12962    
12963    In Composite’s compCheckRedirect() function we now avoid calling
12964    compAllocPixmap() and compFreePixmap() when the pWin pointer’s
12965    parent member is NULL, as is it the case with a server’s root window.
12966    
12967    This addresses:
12968    
12969    https://bugs.freedesktop.org/show_bug.cgi?id=15878
12970
12971commit 7e768c08f7809b8dba4db1931e63314e2b6e1cfa
12972Author: James Cloos <cloos@jhcloos.com>
12973Date:   Mon May 12 02:53:59 2008 -0400
12974
12975    Clean up whitespace
12976
12977commit 3b6735528efc6d69ab7a7cd63dd09c87db7ef115
12978Author: Dave Airlie <airlied@redhat.com>
12979Date:   Mon May 12 16:36:42 2008 +1000
12980
12981    pci: don't do this pci stuff when we don't have hw access
12982
12983commit 9dfb525f6c91acab5d1a65765a046bf9ee2aa082
12984Author: Julien Cristau <jcristau@debian.org>
12985Date:   Sun May 11 23:17:27 2008 +0200
12986
12987    kdrive: allow disabling Composite
12988    
12989    KdInitOutput() used to enable Composite when it was disabled by default,
12990    but now this hack prevents ``-extension Composite'' from working.
12991    Remove it, as Composite is enabled by default anyway.
12992
12993commit 1a01e96c6d15ef17a8b5ab1afa361fb12476a25e
12994Author: Alan Coopersmith <alan.coopersmith@sun.com>
12995Date:   Fri May 9 15:38:44 2008 -0700
12996
12997    Return a valid X error when stuck in font alias loop
12998    
12999    Part of fix for Sun bug 4258475
13000    <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=4258475>
13001
13002commit 7b3066d9b9099135d9c49e0682161d5568fc535b
13003Merge: 2a3d142 315f089
13004Author: Drew Parsons <drew@emerall.com>
13005Date:   Sat May 10 00:01:15 2008 +1000
13006
13007    Merge branch 'master' of git://anongit.freedesktop.org/git/xorg/xserver into upstream-experimental
13008
13009commit 2a3d1421e0cc18822ae8f478fcc272e16a9e9340
13010Author: Drew Parsons <dparsons@debian.org>
13011Date:   Fri May 9 23:20:11 2008 +1000
13012
13013    Disable D-BUS from Xprint.
13014    
13015    Use dummy config functions to replace those from config/config.c, and
13016    therefore do not link Xprt with $CONFIG_LIB.
13017    
13018    Works around an endlessly spinning loop in dix/dispatch.c::Dispatch()
13019    (WaitForSomething() not waiting) when built with dbus, which was
13020    causing Xprt to use 95% cpu.
13021
13022commit 315f089056da67d4c463ed002eb2b74e38493b49
13023Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
13024Date:   Thu May 8 19:46:03 2008 -0700
13025
13026    XQuartz: Reorganized some of the build system in prep for the Mach IPC startup work.
13027    (cherry picked from commit 2232c91d5c277673929eab2abb5e0495c00877cb)
13028
13029commit 28ac79450c69219dc501e072c6e5028e7136380d
13030Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
13031Date:   Thu May 8 19:47:40 2008 -0700
13032
13033    Updated .gitignore for new Xquartz layout
13034    (cherry picked from commit cd4d2355e227549a3410485a130549dd91ccdcfe)
13035
13036commit a07c5ad172b343ef26d2b41ff25f143950441c23
13037Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
13038Date:   Thu May 8 16:57:42 2008 -0700
13039
13040    XQuartz: Set bundle version to 2.3.0
13041    (cherry picked from commit 8a0524b30e1e860f3ae35741c116fc8da28aef79)
13042
13043commit 05f23ed3ea6ee0f052aee41b6573325fe0063fd8
13044Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
13045Date:   Tue May 6 16:12:41 2008 -0700
13046
13047    XQuartz: Fixed some issue in our bundle creation
13048    (cherry picked from commit 330ffad5477e32c5ab9ed338bc628bd5ae9f4c98)
13049
13050commit 90b963c0da2b33bdc21483f1a089b95c7e717333
13051Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
13052Date:   Tue May 6 16:07:33 2008 -0700
13053
13054    Set CSRG_BASED on OSX
13055    (cherry picked from commit ff085deba18682caa2f93d61a75b38db87d747b1)
13056
13057commit ff013b0da4e6d33b2b69ce1212e9bd62050574e1
13058Author: Peter Hutterer <peter@cs.unisa.edu.au>
13059Date:   Thu May 8 16:58:31 2008 +0930
13060
13061    config: override xkb_{r,m,l,v} with Xkb{r,m,l,v} if the latter is set.
13062    
13063    The HAL spec says that input.xkb.{rmlv}* can be sent, but if the user
13064    specifies a X-specific {rmlv}, then this is overridden through the use of
13065    input.x11_options.Xkb{RMLV}.
13066    However, the way how the server parses options--by ignoring capitalisation,
13067    underscores and spaces--the HAL and the x11_options would override each other.
13068    
13069    So we simply filter the options, letting Xkb{RMLV} override xkb_{rmlv} and
13070    only actually add them to the device after parsing _all_ options.
13071    
13072    * rmlv ... rules, model, layout, variant
13073    
13074    See Bug 13037 <http://bugs.freedesktop.org/show_bug.cgi?id=13037>
13075    (cherry picked from commit fc35d1e3be201e3821413bb2eeb8d43e1e56ba17)
13076
13077commit 901978ebe0f446532255701cd536e246e805a55b
13078Author: Peter Hutterer <peter@cs.unisa.edu.au>
13079Date:   Thu May 8 14:05:56 2008 +0930
13080
13081    config: remove trailing whitespaces.
13082    
13083    It makes my vim look ugly. Put "let c_space_errors=1" into your .vimrc.
13084    (cherry picked from commit 1f54c05cf8a6b82e5fc6362f7f8e8fdc2444b9e8)
13085
13086commit 1c54c148895225e4ab3c781fe57d09e5f64353aa
13087Author: Daniel Stone <daniel@fooishbar.org>
13088Date:   Fri May 9 00:26:16 2008 +0300
13089
13090    Revert "GL: Make errors non-fatal"
13091    
13092    Turns out this just caused segfaults further down the line.  Oops.
13093    
13094    This reverts commit 268d61e00cf4bc52c05f19eda7ab4f6accce12c8.
13095
13096commit f17ba5d5849c92603f453195aca384844ca76d74
13097Author: Adam Jackson <ajax@redhat.com>
13098Date:   Thu May 8 16:04:24 2008 -0400
13099
13100    Bug #13104: Remove broken XAA a1 glyph fast path.
13101
13102commit ddaecfa13cefee7c66b39b606c8640c6544d4943
13103Merge: 9c2e087 cf20df3
13104Author: Adam Jackson <ajax@redhat.com>
13105Date:   Thu May 8 14:33:58 2008 -0400
13106
13107    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver
13108
13109commit fc35d1e3be201e3821413bb2eeb8d43e1e56ba17
13110Author: Peter Hutterer <peter@cs.unisa.edu.au>
13111Date:   Thu May 8 16:58:31 2008 +0930
13112
13113    config: override xkb_{r,m,l,v} with Xkb{r,m,l,v} if the latter is set.
13114    
13115    The HAL spec says that input.xkb.{rmlv}* can be sent, but if the user
13116    specifies a X-specific {rmlv}, then this is overridden through the use of
13117    input.x11_options.Xkb{RMLV}.
13118    However, the way how the server parses options--by ignoring capitalisation,
13119    underscores and spaces--the HAL and the x11_options would override each other.
13120    
13121    So we simply filter the options, letting Xkb{RMLV} override xkb_{rmlv} and
13122    only actually add them to the device after parsing _all_ options.
13123    
13124    * rmlv ... rules, model, layout, variant
13125    
13126    See Bug 13037 <http://bugs.freedesktop.org/show_bug.cgi?id=13037>
13127
13128commit 1f54c05cf8a6b82e5fc6362f7f8e8fdc2444b9e8
13129Author: Peter Hutterer <peter@cs.unisa.edu.au>
13130Date:   Thu May 8 14:05:56 2008 +0930
13131
13132    config: remove trailing whitespaces.
13133    
13134    It makes my vim look ugly. Put "let c_space_errors=1" into your .vimrc.
13135
13136commit 1a314a1ef06222977e7ccb94331ce31c17534b2a
13137Author: Peter Hutterer <peter@cs.unisa.edu.au>
13138Date:   Thu May 8 13:16:48 2008 +0930
13139
13140    Revert "config: deprecate (and ignore) the use of input.xkb.whatever options."
13141    
13142    daniels:
13143    "Hrm, I'd prefer to have input.xkb.{m,l,v,o} be the primary keys, and
13144    have input.x11_options be a backup for that, rather than the former
13145    being deprecated, for the reasons I listed earlier ..."
13146    
13147    see http://bugs.freedesktop.org/show_bug.cgi?id=13037#c51
13148    
13149    This reverts commit 26188875de1ccc84ac60bfb251e3ec43de2b9e22.
13150
13151commit cf20df39cc78203d17b99223908af388ecbf7d0e
13152Author: Daniel Stone <daniel@fooishbar.org>
13153Date:   Wed May 7 22:24:19 2008 +0300
13154
13155    XKB: Actually explain keymap failures
13156    
13157    When something went wrong building a keymap, try to explain to the user
13158    what it actually was, instead of the dreaded 'Failed to load XKB keymap'
13159    catch-all.
13160
13161commit 641a5f955b7b3ae04eeb6bc45fb30b0b531898e4
13162Author: Daniel Stone <daniel@fooishbar.org>
13163Date:   Wed May 7 22:29:04 2008 +0300
13164
13165    Build: Ensure xf86DefModeSet.c ends in an empty line
13166    
13167    This shuts up a warning.
13168
13169commit 268d61e00cf4bc52c05f19eda7ab4f6accce12c8
13170Author: Daniel Stone <daniel@fooishbar.org>
13171Date:   Wed May 7 22:28:45 2008 +0300
13172
13173    GL: Make errors non-fatal
13174    
13175    GLX, there's more to the world than just you.  If you fail to load the
13176    software renderer, don't bring the entire server down.
13177    
13178    The error path probably needs better testing on this one, but it seems
13179    mostly okay to me.
13180
13181commit 9c2e0871cfbe54e73eec1f790a7e383d08555055
13182Author: Adam Jackson <ajax@redhat.com>
13183Date:   Wed May 7 13:21:26 2008 -0400
13184
13185    Bug #13104: XAA: Adapt to glyph storage changes.
13186    
13187    Glyph bits are now stored in a proper pixmap, not just hanging off the
13188    end of a GlyphRec.
13189
13190commit 26188875de1ccc84ac60bfb251e3ec43de2b9e22
13191Author: Peter Hutterer <peter@cs.unisa.edu.au>
13192Date:   Wed May 7 13:13:57 2008 +0930
13193
13194    config: deprecate (and ignore) the use of input.xkb.whatever options.
13195    
13196    These options are still sent by some HAL implementations (e.g. HAL on FC8),
13197    and may overwrite the options set in the x11-input.fdi file.
13198    For a more detailed description of why see Bug #13037, comment 42.
13199    
13200    X.Org Bug 13037 <http://bugs.freedesktop.org/show_bug.cgi?id=13037#c42>
13201
13202commit b6a0c6d4864f73a18beb841b16e9be56f2fcd77e
13203Author: Alan Coopersmith <alan.coopersmith@sun.com>
13204Date:   Tue May 6 17:06:34 2008 -0700
13205
13206    Allow using libmd instead of libcrypto for SHA1 hashing in render/glyph.c
13207    
13208    Builders can force one or the other by passing SHA1_LIB & SHA1_CFLAGS
13209    to configure
13210
13211commit 718652eaf9221e0eeec2c971dd7baa97f827451b
13212Author: Adam Jackson <ajax@redhat.com>
13213Date:   Tue May 6 17:52:37 2008 -0400
13214
13215    Bug #13104: Don't let XAA glyph pixmaps anywhere near video memory.
13216    
13217    Since glyphs are stored in pixmaps now, they can make their way into VRAM,
13218    which invalidates a bunch of fast-path assumptions in the XAA code.  Thus
13219    you end up doing color-expands or WriteBitmap from la-la land and your
13220    aliased glyphs go all funny.
13221    
13222    Since XAA isn't ever growing the ability to do sane glyph accel, just force
13223    glyph pixmaps into host memory by catching them at CreatePixmap time.
13224
13225commit a85d3ac87cc354093bb1e88697c44254e7721bb9
13226Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
13227Date:   Tue May 6 02:59:13 2008 -0700
13228
13229    XQuartz: Fixed typo
13230    (cherry picked from commit 56b7988d2662caa4d31094695b414080e4470ed4)
13231
13232commit 077ced6384abad78253e857091e78f3685965b9d
13233Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
13234Date:   Tue May 6 02:47:03 2008 -0700
13235
13236    XQuartz: Added uncommitted files
13237    (cherry picked from commit e414ec462cfc63f8eb7f504f526f5a2c73f51e69)
13238
13239commit 80e502c5d1f7e9221c6ae40716d6402fd28d8806
13240Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
13241Date:   Tue May 6 02:28:36 2008 -0700
13242
13243    Fixed up dist
13244    (cherry picked from commit f225222ba2bf4f03425107f258d60b73c88efaec)
13245
13246commit 7295e544332b0fa929f651304f9d4aca3db4a33e
13247Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
13248Date:   Tue May 6 00:06:19 2008 -0700
13249
13250    XQuartz: Move server bits into bundle and setup stub in /usr/X11/bin/Xquartz in prep for startup rewrite
13251    (cherry picked from commit 453a982e6382cff06ea27abba225440b07068f50)
13252
13253commit d41d677ab4118e73140ea2392e0d48eb361af1cf
13254Author: Ben Byer <bbyer@bushing.apple.com>
13255Date:   Mon May 5 20:55:08 2008 -0700
13256
13257    Xquartz: experimental embedding of Sparkle.framework
13258    (cherry picked from commit b7a1a640cef8c69442859cbf89034ad362a19684)
13259
13260commit 9e0d73fd8a43647b648ec5b2f0bcaae30c03259c
13261Author: Peter Hutterer <peter@cs.unisa.edu.au>
13262Date:   Tue May 6 17:52:15 2008 +0930
13263
13264    xfree86: call SetCursor for the VCP when switching between SW/HW rendering.
13265    
13266    We need a manual call to SetCursor when we switch from SW to HW rendering and
13267    the other way round. This way we display the new cursor after removing the old
13268    one.
13269    In addition, we only update the internal state for the VCP's sprite. This way,
13270    when we switch back to HW rendering the state is up-to-date and wasn't
13271    overwritten with the other sprite's state.
13272    
13273    The second part is a hack. It would be better to keep a state for each sprite,
13274    but then again we don't have hardware that can render multiple cursors so we
13275    might as well do with the hack.
13276
13277commit e4ebfed1785597b48b68e1bbdde3e5c4061b749f
13278Author: Dave Airlie <airlied@linux.ie>
13279Date:   Tue May 6 16:46:37 2008 +1000
13280
13281    xf86edid: fix typo in debug output
13282
13283commit b9c1a57e7a98dea63cd362f714411547e728a85a
13284Author: Peter Hutterer <peter@cs.unisa.edu.au>
13285Date:   Tue May 6 14:51:23 2008 +0930
13286
13287    xfree86: switch between to SW cursors if more than 1 sprite is available.
13288    
13289    Switches back to HW cursors when sprites other than the VCP are removed.
13290    The current state requires the cursor to change shape once before it updates
13291    to SW / HW rendering (whatever is appropriate), e.g. by moving into a
13292    different window. Until this is done, the cursor is invisible.
13293
13294commit 3df88c17e315b5ae580096e4bc88920d1f452e83
13295Author: Peter Hutterer <peter@cs.unisa.edu.au>
13296Date:   Tue May 6 11:50:20 2008 +0930
13297
13298    xfree86: re-enable hardware cursor (for a single cursor)
13299    
13300    This commit enables HW rendering for cursors again, but only for a single
13301    cursor. Other cursors can be created, however they will not be visible.
13302
13303commit 6acc2acd0db2826add7c47e94e4061d169a41f88
13304Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
13305Date:   Mon May 5 15:32:26 2008 -0700
13306
13307    Rootless: mi doesn't let us resize root, so we need to do it ourselves...
13308    (cherry picked from commit c1ec36e28cff857664090cc8792db1ae93b783fa)
13309
13310commit efa65a0317e12c9ad34fa00fe90bf5eae9fa2670
13311Author: Keith Packard <keithp@keithp.com>
13312Date:   Sun May 4 21:52:58 2008 -0700
13313
13314    Rework composite overlay window code to fix several resource management bugs.
13315    
13316    The composite overlay window code had several misunderstandings of the
13317    workings of the X server, in particular error handling paths would often
13318    double-free objects. Clean all of this up by using resource destruction as
13319    the sole mechanism for freeing resource-based objects.
13320
13321commit 6c1accce87c9bd640c1b4bbc49bae7d44b1cc97b
13322Author: Keith Packard <keithp@keithp.com>
13323Date:   Sun May 4 21:51:08 2008 -0700
13324
13325    Empty the borderClip of manual redirect windows. (bug 15823)
13326    
13327    Thanks to Owen Taylor for root-causing this one.
13328    
13329    If a TreatAsTransparent window has any area in the borderClip, that will be
13330    added to the totalClip region for use by other windows. That's wrong.
13331    Instead, simply empty the borderClip for TreatAsTransparent windows right up
13332    front.
13333
13334commit d500eeb9458336780d77baf8b7db96e1f7ff4f0d
13335Author: Aaron Plattner <aplattner@nvidia.com>
13336Date:   Sun May 4 10:26:25 2008 -0700
13337
13338    Xephyr: Handle depth 30 and reject higher depths rather than crashing.
13339
13340commit f4a68f3701889950d3b98842d021f357f3913fea
13341Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
13342Date:   Fri May 2 17:35:57 2008 -0700
13343
13344    XQuartz: Fix mouse input offsets earlier since GetPointerEvents does not like negative (x,y) values
13345    (cherry picked from commit 8d9eab3a2ec5955cc2698fdcb1fa6ed12b2aadb7)
13346
13347commit 96fa7da3b87e2f9187ec13dad259beefdc17cd94
13348Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
13349Date:   Fri May 2 16:53:45 2008 -0700
13350
13351    XQuartz: Avoid a possible crash at startup due to unfavorable context switching.
13352    (cherry picked from commit ff10c37bdd09656cf2f7ee9577f5552caa1ffdb8)
13353
13354commit 6f63724b28c8b3fd85314fb95d1e4f363b610e19
13355Author: Peter Hutterer <peter@cs.unisa.edu.au>
13356Date:   Fri May 2 14:56:58 2008 +0930
13357
13358    xfree86: don't try to repaint the cursor before cursors exist.
13359
13360commit 334456952930cb3e55c02fcdada2d0c074cd0520
13361Merge: 8e56fd9 3b8d534
13362Author: Peter Hutterer <peter@cs.unisa.edu.au>
13363Date:   Fri May 2 11:00:14 2008 +0930
13364
13365    Merge branch 'master' into mpx
13366    
13367    Conflicts:
13368    
13369    	Xi/exevents.c
13370    	dix/devices.c
13371
13372commit a338007be6fd4302af012109d959f43ac7eab2b1
13373Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
13374Date:   Thu May 1 18:02:59 2008 -0700
13375
13376    XQuartz: Adjust the screen origin offset properly for multimonitor setups
13377    (cherry picked from commit f2020b9836bacd0593ac0b4c8541e32714ab02a9)
13378
13379commit 8e56fd9728d63a7a48ef44503425c6e25c7c9ffb
13380Author: Peter Hutterer <peter@cs.unisa.edu.au>
13381Date:   Fri May 2 10:22:06 2008 +0930
13382
13383    dix: continue to check for invalid valuator ranges.
13384    
13385    In an ideal world, the drivers would init all axes with NO_AXIS_LIMIT. In the
13386    real world, this is an ABI break, so let's just leave the old check in.
13387
13388commit 3b8d53452cd6c74d32d7759964a7cd9ee775f161
13389Author: Michel Dänzer <michel@tungstengraphics.com>
13390Date:   Thu May 1 15:10:52 2008 +0200
13391
13392    EXA: Fall back in CompositeRects if the driver can't accelerate Composite.
13393    
13394    Fixes http://bugs.freedesktop.org/show_bug.cgi?id=15780 .
13395
13396commit 01c61f3d972fc2f4e5bb536dd00d8b6bbeb0fb3d
13397Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
13398Date:   Thu May 1 01:02:39 2008 -0300
13399
13400    xorgcfg: Fix a crash if xorg.conf doesn't have a Files section.
13401    
13402    This patch only creates a Files section if required, so if no entries are
13403    added, an empty Files section will not be created.
13404    
13405    Signed-off-by: Peter Hutterer <peter@cs.unisa.edu.au>
13406
13407commit 6899ff81e8f668382e3e2f9afdd9cdf51d0e0f7d
13408Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
13409Date:   Wed Apr 30 16:38:42 2008 -0300
13410
13411    Fix an off by one read error in drmSIGIOHandler().
13412    
13413    Signed-off-by: Peter Hutterer <peter@cs.unisa.edu.au>
13414
13415commit ec0419b50534006a272278b79ee51538193661cb
13416Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
13417Date:   Wed Apr 30 17:30:57 2008 -0700
13418
13419    XQuartz: Moved some relevant stuff from darwin.h to darwinEvents.h
13420    (cherry picked from commit 1fcf74a436f2e19cceb3f285b89859025d94c040)
13421
13422commit 28d1e21f1523d475cb757d3cfa33737ed62c534d
13423Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
13424Date:   Wed Apr 30 17:30:32 2008 -0700
13425
13426    Dix: Cleaned up sanity checking in Get{Pointer,Keyboard}Events
13427    
13428    XQuartz was crashing because the Appkit thread was trying to GetXXXEvents while the Xserver thread was exiting.
13429    This adds some more sanity checks and avoids that crash
13430    (cherry picked from commit 34ec4bd6acb834c0e3f9a5042a0cc3f52c6f3a68)
13431
13432commit ce36ae526d88d20ff67cd6cb429fb06f48d231f6
13433Author: Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
13434Date:   Wed Apr 30 11:58:32 2008 +0300
13435
13436    Add M32R architecture support (bug #10020)
13437    
13438    Still needs autotools support, so this won't actually _build_: it's just
13439    a starting point.
13440
13441commit a0e6a7d4f507c5c0a0b11adb10394af58a0a6e07
13442Author: Peter Hutterer <peter@cs.unisa.edu.au>
13443Date:   Wed Apr 30 17:57:48 2008 +0930
13444
13445    dix: resize EQ to minimum size to avoid reallocs during SIGIO.
13446    
13447    When a new device is added, calculate the event size needed if a DCCE event is
13448    sent and set the EQ's event size to this minimum. This avoids reallocs when a
13449    event is sent (which may happen during a SIGIO).
13450
13451commit b71b51c982706501b6229532ce342752207426bb
13452Author: Ben Byer <bbyer@bushing.apple.com>
13453Date:   Tue Apr 29 23:37:58 2008 -0700
13454
13455    xquartz: created darwinTablet, to represent tablet events
13456    (cherry picked from commit 50641bce730ee03738fa0c4beb8125b34fda556f)
13457
13458commit 519581b0bab5cc6dac397877da485745f18c2120
13459Author: Ben Byer <bbyer@bushing.apple.com>
13460Date:   Tue Apr 29 23:00:09 2008 -0700
13461
13462    xquartz: remove unused params from DarwinEQInit
13463    (cherry picked from commit 299a056737168ca1faefd675dce6d6ab13176be9)
13464
13465commit d70487a4c09cfeb90d996ab40a23a74b2c15be6f
13466Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
13467Date:   Tue Apr 29 23:59:26 2008 -0700
13468
13469    XQuartz: Fix to tablet-event handling code; we now scale
13470    more conservatively (to match Linux's Wacom driver) and
13471    we now receive all tablet-related events.
13472    (cherry picked from commit 588683cecca2cfc65a28de035cd6ee3d64ff59d2)
13473
13474commit fea39c94bcc8b635d37530d8a27ee92acab484fe
13475Author: Peter Hutterer <peter@cs.unisa.edu.au>
13476Date:   Wed Apr 30 13:17:14 2008 +0930
13477
13478    dix: fix typo from last commit.
13479
13480commit ffaccc2dc91f4ca4ea10da010206a0a7d2b5540c
13481Author: Peter Hutterer <peter@cs.unisa.edu.au>
13482Date:   Wed Apr 30 11:45:19 2008 +0930
13483
13484    input: replace -1 as default axis limit with NO_AXIS_LIMIT define.
13485    
13486    This allows easier refacturing of the coordinate limit handling. Grepping for
13487    -1 is boring.
13488
13489commit 00acb40f2bc5bb4a1977b9b08db75630677ff787
13490Author: Peter Hutterer <peter@cs.unisa.edu.au>
13491Date:   Wed Apr 30 11:29:03 2008 +0930
13492
13493    dix: fix typo in clipAxis.
13494    
13495    Check needs to be (min_axis < max_axis), not (min_axis < min_axis)
13496
13497commit f65a1a62f9eac2f6620d5d469dbf6c79b2eadab7
13498Author: Hong Liu <hong.liu@intel.com>
13499Date:   Tue Apr 29 09:00:11 2008 -0700
13500
13501    Keep rotation wrappers in place while transforms are in use
13502    
13503    LeaveVT/EnterVT cycles will free/realloc shadow frame buffers. Because of
13504    this, the presense/absence of that data is insufficient to know whether
13505    the screen function wrappers are necessary. Instead, the 'transform_in_use'
13506    flag should be used.
13507    
13508    This patch also adds 'xf86RotateFreeShadow' for drivers to use at LeaveVT
13509    time to free the rotation data; it will be reallocated on EnterVT.
13510
13511commit 18b33dd4ff46f63bad70b493b1d0b0758c961ada
13512Author: Peter Hutterer <peter@cs.unisa.edu.au>
13513Date:   Tue Apr 29 15:24:55 2008 +0930
13514
13515    Xi: stop excessive use of _X_EXPORT.
13516
13517commit 2b179c32ac40f5258d95ae16da96a79fa8eea696
13518Author: Peter Hutterer <peter@cs.unisa.edu.au>
13519Date:   Tue Apr 29 15:15:16 2008 +0930
13520
13521    include: add declaration for CopyGetMasterEvent to shut up compiler warning.
13522
13523commit ff36753755360aaa16ab8604a0ab78123884b57d
13524Author: Peter Hutterer <peter@cs.unisa.edu.au>
13525Date:   Tue Apr 29 14:53:41 2008 +0930
13526
13527    mi: call the custom event handlers for both MD and SD.
13528
13529commit ec2fca7e6f7ce8fdf33d959b7adeaae935ec4b37
13530Author: Peter Hutterer <peter@cs.unisa.edu.au>
13531Date:   Tue Apr 29 14:40:44 2008 +0930
13532
13533    xfree86: DGA needs to call into Xi.
13534    
13535    Two steps: first use UpdateDeviceState() instead of replicating the device
13536    changing code. And emulate XI events instead of core events.
13537
13538commit 8208b842b7dd3b30bafdd74147bdfa63bc00cc40
13539Author: Peter Hutterer <peter@cs.unisa.edu.au>
13540Date:   Tue Apr 29 14:19:42 2008 +0930
13541
13542    Xi: add IEventBase global variable. Stores event base for X Input events.
13543
13544commit 46340b740640b76b52b8e69bc67f9201c7e974c3
13545Author: Peter Hutterer <peter@cs.unisa.edu.au>
13546Date:   Tue Apr 29 14:17:48 2008 +0930
13547
13548    Xi: change UpdateDeviceState to be _X_EXPORT.
13549
13550commit 3a922c5d07509703a3eeda2bbec6f332e6b0ffac
13551Author: Peter Hutterer <peter@cs.unisa.edu.au>
13552Date:   Mon Apr 28 17:32:54 2008 +0930
13553
13554    Xi: apply ValuatorEvent data to the device's valuators.
13555    
13556    After UpdateDeviceState, the device has the current position in absolute
13557    coordinates, the event has the correct valuator data to be delivered to the
13558    client.
13559
13560commit f2a20294fe26f4c9d245d24d065331fefd8f830d
13561Author: Peter Hutterer <peter@cs.unisa.edu.au>
13562Date:   Mon Apr 28 16:56:22 2008 +0930
13563
13564    dix: store all valuators as they come from the device in the valuator events.
13565    
13566    The event's sequenceNumber is mis-used to determine whether the values are
13567    relative or absolute.
13568
13569commit d5ab89f4f1acbe2614036e8934122185ac0f81ee
13570Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
13571Date:   Mon Apr 28 15:52:24 2008 -0700
13572
13573    XQuartz: Unset CFProcessPath... blech
13574    (cherry picked from commit ce4fbfbc75c62a092214d140c7550279aebe69ef)
13575
13576commit 0c2312b21b6700c1425baccaf9c26150b4f0fd6a
13577Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
13578Date:   Mon Apr 28 15:28:21 2008 -0700
13579
13580    XQuartz: xprIsX11Window can be called from the Appkit thread (see X11Application.m)
13581    (cherry picked from commit 22cf72437601c07b8a6c744b4f2f1f4cd6713e60)
13582
13583commit c3dc4bdbb018c0606d561e2dfb9a36e9297fa312
13584Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
13585Date:   Mon Apr 28 15:42:02 2008 -0700
13586
13587    XQuartz: Disabled DPMS extension
13588    (cherry picked from commit 1448fed9b6d484f471b9b2982c76ca921a9273b9)
13589
13590commit 07382a70c7ac9807dfb31821a4763bea2309bde6
13591Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
13592Date:   Mon Apr 28 12:36:54 2008 -0700
13593
13594    XQuartz: Added thread debugging to xprFrame.c
13595    (cherry picked from commit 41542502b321c697271c1752525b600872b6df96)
13596
13597commit 8349732a6720652bfbad7874a952be73a0e8e77b
13598Author: Michel Dänzer <michel@tungstengraphics.com>
13599Date:   Mon Apr 28 21:09:35 2008 +0200
13600
13601    EXA: Try to accelerate non-antialiased text via the glyph cache as well.
13602    
13603    Treat 1 bit glyphs and masks as PICT_a8 in the glyph cache. We're not able to
13604    accelerate them otherwise.
13605
13606commit a65d530040bb561ba88c5d8c71633a7c0bf11e89
13607Author: Michel Dänzer <michel@tungstengraphics.com>
13608Date:   Mon Apr 28 21:03:12 2008 +0200
13609
13610    EXA: Accumulate glyphs whenever possible, for full benefits of the glyph cache.
13611
13612commit e7eaac59c424a205dd106fc7d70734ff4b390f28
13613Author: Michel Dänzer <michel@tungstengraphics.com>
13614Date:   Mon Apr 28 21:00:55 2008 +0200
13615
13616    EXA: Glyph cache upload tweaks.
13617    
13618    Track damage after using UploadToScreen directly.
13619    
13620    Don't waste any effort on empty glyphs.
13621
13622commit cc08c06665ffe29ad44d023d75d0f86e5338875d
13623Author: Owen Taylor <otaylor@huygens.home.fishsoup.net>
13624Date:   Mon Apr 28 21:00:55 2008 +0200
13625
13626    EXA: Use UploadToScreen() for uploads to glyph cache
13627    
13628    When possible, use UploadToScreen() rather than CompositePicture()
13629    to upload glyphs onto the glyph cache pixmap. This avoids allocating
13630    offscreen memory for each glyph making management of offscreen
13631    areas much more efficient.
13632
13633commit 13fd2256300b61d88b840952d838f834523f5dd7
13634Author: Owen Taylor <otaylor@huygens.home.fishsoup.net>
13635Date:   Mon Apr 28 21:00:55 2008 +0200
13636
13637    EXA: Clean up debug messages
13638
13639commit fcb5949928f1c27f67f40c094c3c673786574422
13640Author: Owen Taylor <otaylor@huygens.home.fishsoup.net>
13641Date:   Mon Apr 28 21:00:54 2008 +0200
13642
13643    EXA: Fix overlapping glyphs in glyph cache
13644    
13645    Allocate each cache at a different vertical position in the
13646    per-format pixmap. Fix width/height confusion when choosing
13647    the cache for a glyph.
13648
13649commit 40eb14c9482457969e0bde97c49edad536285e02
13650Author: Owen Taylor <otaylor@huygens.home.fishsoup.net>
13651Date:   Mon Apr 28 21:00:54 2008 +0200
13652
13653    EXA: Add exaCompositeRects()
13654    
13655    Add a function to composite multiple independent rectangles
13656    from the same source to the same destination in a single
13657    operation: this is useful for building a glyph mask.
13658
13659commit 54184110f6f3e5d7276d5431e739a4fcf0c3523e
13660Author: Owen Taylor <otaylor@huygens.home.fishsoup.net>
13661Date:   Mon Apr 28 21:00:54 2008 +0200
13662
13663    EXA: Use a single large glyph cache pixmap
13664    
13665    Add back exaGlyphs(); the new version copies the glyph images
13666    onto a single large glyph pixmap and draws from their to the
13667    destination surface. This reduces the management of small
13668    offscreen areas and will allow us to avoid texture unit setup
13669    between each glyph.
13670
13671commit e9734306088e12f2cd68bf347ecf8415be4f0268
13672Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
13673Date:   Mon Apr 28 11:47:49 2008 -0700
13674
13675    XQuartz: More startup / threading house cleaning.
13676    (cherry picked from commit 72653c24c00dfba64ce35a3d400598bcd77defc1)
13677
13678commit 4b46fc931e61bec0abd6a86062e46dd7a408e745
13679Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
13680Date:   Mon Apr 28 10:50:51 2008 -0700
13681
13682    XQuartz: Updated Localizable.strings
13683    (cherry picked from commit d8d9c866b90fb24c93bd6e25fa90f8f2bf58ad34)
13684
13685commit 4017ebe5bfa7a261cd1135801756c44e9fe93ca1
13686Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
13687Date:   Sun Apr 27 00:01:14 2008 -0700
13688
13689    XQuartz: Added missing Xquartz.man.pre to EXTRA_DIST
13690    (cherry picked from commit 03e707987f7f32e47dd0355c6d16bfb9169a379b)
13691
13692commit 53dba5381fdd8f644e16aaa0ecb05df4dc615b23
13693Author: Peter Hutterer <peter@cs.unisa.edu.au>
13694Date:   Mon Apr 28 11:37:52 2008 +0930
13695
13696    dix: if alloc of a master keyboard fails, remove the master pointer.
13697
13698commit 1fab51edfc82e1ef60dfa29fd5d93478066a3998
13699Author: Peter Hutterer <peter@cs.unisa.edu.au>
13700Date:   Mon Apr 28 11:37:21 2008 +0930
13701
13702    mi: guard against NULL-pointer dereference.
13703
13704commit b5004722a208479a4bc762ff428bf4cbeb430d53
13705Author: Peter Hutterer <peter@cs.unisa.edu.au>
13706Date:   Mon Apr 28 10:26:01 2008 +0930
13707
13708    Xi: Only return VCP, VCK and floating SDs to Xi 1.x clients.
13709    
13710    This is better than the approach implemented with
13711    8973a3f7983240407dd6da59b3643f40e6a3d83a which disabled XI altogether for 1.x.
13712    Instead, return a device list that resembles a traditional XI setup on pre XI
13713    2.0 servers. If the client tries to open a device other than a floating SD,
13714    return a BadDevice error.
13715
13716commit 0bd28315afc3b7223f8ff9f17597db09500a9388
13717Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
13718Date:   Sat Apr 26 23:00:42 2008 -0700
13719
13720    Xquartz: Added missing to EXTRA_DIST
13721    (cherry picked from commit f4b963256feb03e9e6b5521bdefeb390e9a49688)
13722
13723commit ef1c52053755fa14b4ca98b22c506f73f5f4a4b7
13724Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
13725Date:   Sat Apr 26 19:21:05 2008 -0700
13726
13727    XQuartz: Cleaned up startup and thread creation a tad.
13728    (cherry picked from commit c861fe00e112b21ee0156d09a6cd5281642a1dcc)
13729
13730commit b114d4e861885cc5b49cd81b33ad825461811b3e
13731Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
13732Date:   Sat Apr 26 17:04:49 2008 -0700
13733
13734    XQuartz: Don't subtract the titlebar off of the pointer_y
13735    (cherry picked from commit 00a9567acce2b27a649cbebd4790e3043688a7d8)
13736
13737commit 684b5d8382bf0bc6cd55774226ee362e81c0adbf
13738Author: Peter Hutterer <peter@cs.unisa.edu.au>
13739Date:   Sat Apr 26 19:55:59 2008 +0930
13740
13741    Xi: whoops, stray ! caused a bit of memory mess.
13742
13743commit 87071b604c4b7c3c79ab784e2c09ff691e2bc5ad
13744Author: Peter Hutterer <peter@cs.unisa.edu.au>
13745Date:   Sat Apr 26 19:37:57 2008 +0930
13746
13747    Revert "Xi: disable XI for clients < XI 2.0"
13748    
13749    Turns out some programs don't like this change. gnome-settings-daemon crashes
13750    hard if you tell it that XI doesn't exist. So, tell them we have XI, but leave
13751    the other change (the one that pretends no devices are available).
13752    
13753    This reverts commit 8973a3f7983240407dd6da59b3643f40e6a3d83a.
13754
13755commit 7447a30fb27ed50a20a85b5a2de9afe7dea8cfa5
13756Author: Peter Hutterer <peter@cs.unisa.edu.au>
13757Date:   Sat Apr 26 19:03:13 2008 +0930
13758
13759    Xi: if a pre-XI2 client tries to list the devices, pretend we don't have any.
13760    
13761    XI 1.x isn't supported anymore, so let's pretend we don't have any devices.
13762    This stops clients from opening them and thus stops interference.
13763
13764commit 8973a3f7983240407dd6da59b3643f40e6a3d83a
13765Author: Peter Hutterer <peter@cs.unisa.edu.au>
13766Date:   Sat Apr 26 17:48:52 2008 +0930
13767
13768    Xi: disable XI for clients < XI 2.0
13769    
13770    Sorry. With the huge changes in the device handling I honestly don't know how
13771    to support XI and XI2 alongside. So let's just pretend XI doesn't exist if a
13772    client doesn't request it supporting XI2.
13773
13774commit b304b0a65cc57127cdea103f2c5114e4ea79af41
13775Author: Peter Hutterer <peter@cs.unisa.edu.au>
13776Date:   Sat Apr 26 17:38:55 2008 +0930
13777
13778    Xi: add versioning support.
13779    
13780    Remember the version the client sent to us, so we can adjust our replies
13781    accordingly. This requires the client to use the {major|minor}Version fields
13782    in the GetExtensionVersion request. However, they were padding before, so we
13783    must assume they are garbage if nbytes is non-zero. If nbytes is zero, the
13784    client is probably a new client and we can handle it correctly.
13785
13786commit b9ca7896356f79ee27be5d5aa62052f6984282b0
13787Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
13788Date:   Fri Apr 25 17:54:36 2008 -0700
13789
13790    XQuartz: Added some pseudoramiX debug traces
13791    (cherry picked from commit 5bee1585a399eab0a7b6fc80ad476d81b5d227d3)
13792
13793commit e251c9e75afdc5e32f2bc9801712272358934266
13794Author: Peter Hutterer <peter@cs.unisa.edu.au>
13795Date:   Fri Apr 25 16:49:35 2008 +0930
13796
13797    Remove all traces of #ifdef XINPUT and the matching bits from the configure.ac
13798
13799commit 1d0438de176551aaeff549664f00b8bd83d465af
13800Author: Peter Hutterer <peter@cs.unisa.edu.au>
13801Date:   Fri Apr 25 16:28:58 2008 +0930
13802
13803    Xi: remove RemoveOtherCoreGrabs()
13804    
13805    PickPointer() returns grabbed devices, so we can't get a double grab anyway.
13806
13807commit be5ff2b8d8a392eb8611e1fcd6da4752d68a7f9d
13808Author: Peter Hutterer <peter@cs.unisa.edu.au>
13809Date:   Fri Apr 25 16:25:13 2008 +0930
13810
13811    Xi: remove some superflous code
13812
13813commit 0209e46249b61974a6e3ed54a51cc36dfaf0064f
13814Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
13815Date:   Thu Apr 24 23:48:11 2008 -0700
13816
13817    XQuartz: More multi-monitor work... reverted Ben's workaround (worked for side-by-side only) and added more debugging.
13818    (cherry picked from commit 515b8b855ac5d2d5aef881053f73b2ad07a6dd2e)
13819
13820commit b65dbd350b8518bb90bed9cdc64dd900bc75d20c
13821Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
13822Date:   Thu Apr 24 21:14:04 2008 -0700
13823
13824    XQuartz: Cleaned up multi-monitor support.
13825    (cherry picked from commit c05abf0a19b0ef0fc4ace9400a095ce2521456bc)
13826    (cherry picked from commit 9112f290434c246d3e797551aaaf3a89d2006b23)
13827
13828commit b093bf3ec37367172be3b44a04f0f43890ba7d7d
13829Author: Peter Hutterer <peter@cs.unisa.edu.au>
13830Date:   Fri Apr 25 15:15:31 2008 +0930
13831
13832    dix: don't search for grabbed devices, PickPointer does it for us now.
13833    
13834    Follow-up to 93ee33830778b9ec85ad81496572677a30022b09.
13835
13836commit 6198bad07edc51ff4a264a9361c5e9b6c74647a6
13837Author: Peter Hutterer <peter@cs.unisa.edu.au>
13838Date:   Fri Apr 25 15:02:40 2008 +0930
13839
13840    dix: remove misleading (stale) comment
13841
13842commit 93ee33830778b9ec85ad81496572677a30022b09
13843Author: Peter Hutterer <peter@cs.unisa.edu.au>
13844Date:   Fri Apr 25 15:02:13 2008 +0930
13845
13846    dix: let PickPointer() return devices that are core-grabbed by the client.
13847    
13848    If the client currently holds a core grab on any device, this device has
13849    priority, even over the ClientPointer.
13850
13851commit f5ac98747de921d48f36d4f3f66dbe73e26a6760
13852Author: Peter Hutterer <peter@cs.unisa.edu.au>
13853Date:   Fri Apr 25 14:50:24 2008 +0930
13854
13855    Standardise copyright headers for all new files created as part of MPX.
13856
13857commit 3fc67b4205851dcffcc431a07a885828549bd9cf
13858Author: Peter Hutterer <peter@cs.unisa.edu.au>
13859Date:   Fri Apr 25 11:37:32 2008 +0930
13860
13861    Xi: remove leftover chpkpair.h file.
13862    
13863    Used to contain declarations for ChangePointerKeyboardPairing request
13864    handling.
13865
13866commit 89add4ee986e38b833bb58750b3e5a664efb6f4a
13867Author: Peter Hutterer <peter@cs.unisa.edu.au>
13868Date:   Fri Apr 25 11:19:12 2008 +0930
13869
13870    dix: remove obsolete InitWindowPrivates().
13871
13872commit dcdc66fcfc7957aa7875fbf74fa3a55989a9a187
13873Author: Peter Hutterer <peter@cs.unisa.edu.au>
13874Date:   Fri Apr 25 11:14:32 2008 +0930
13875
13876    dix: add mi.h include to stop compiler warning
13877
13878commit 97552413d213337e4bff8c89b06d58a09d722b05
13879Author: Peter Hutterer <peter@cs.unisa.edu.au>
13880Date:   Fri Apr 25 11:13:05 2008 +0930
13881
13882    dix: remove "unused variable" compiler warning.
13883
13884commit d9c38e84cc492b931a2238757d438f562946e5bc
13885Author: Peter Hutterer <peter@cs.unisa.edu.au>
13886Date:   Fri Apr 25 11:04:02 2008 +0930
13887
13888    dix: remove pairingClient definition.
13889    
13890    This variable was used originally to determine which client is allowed to
13891    change the pointer-keyboard pairing. For now, we just let anyone change it and
13892    see how that works out.
13893
13894commit c14b858aeced81ff43723644f2de0f5c43f55755
13895Author: Peter Hutterer <peter@cs.unisa.edu.au>
13896Date:   Fri Apr 25 11:02:12 2008 +0930
13897
13898    Xi: fix two compiler warnings
13899    
13900    unused variable in exevents.c
13901    implicit declaration in warpdevp.c
13902
13903commit 6015b7a81252cd1729e6f4045f9b0c885c95b183
13904Author: Peter Hutterer <peter@cs.unisa.edu.au>
13905Date:   Fri Apr 25 10:41:30 2008 +0930
13906
13907    Xi: handle requests through a dispatch handler.
13908    
13909    Same principle as e.g. in the RandR extension, rather than having a load of
13910        if (type == XI_whatever)
13911    use an array of function pointers.
13912
13913commit cb8cb87bc6decf75832c3724687000ecb658226e
13914Author: Peter Hutterer <peter@cs.unisa.edu.au>
13915Date:   Fri Apr 25 10:09:50 2008 +0930
13916
13917    Xi: remove unused #define DISPATCH
13918
13919commit 5869e3f5551e7e2d18e06a2f220b77d8c4161db1
13920Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
13921Date:   Thu Apr 24 19:39:27 2008 -0700
13922
13923    darwin gots /dev/urandom, too yo!
13924    (cherry picked from commit bf0144f38034bc59f108bb2c5270ff37fbe70e10)
13925
13926commit b1ae7c79db78cc3b789701f81328669f9f8ed80f
13927Author: Alan Coopersmith <alan.coopersmith@sun.com>
13928Date:   Thu Apr 24 19:02:43 2008 -0700
13929
13930    Bug 14247: If pkg-config can't find openssl.pc, just link with -lcrypto
13931    
13932    X.Org bugzilla #14247 <http://bugs.freedesktop.org/show_bug.cgi?id=14247>
13933
13934commit 1daae4574c19a122baf73b6f9457b0d383b1bc66
13935Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
13936Date:   Thu Apr 24 18:22:05 2008 -0700
13937
13938    Added missing HAVE_LAUNCHD to dix-config.h.in
13939    (cherry picked from commit 1b4b73cefbc2f3e3f6d0cb84ea202f84fb60abb5)
13940
13941commit 63853e4ad211945ed25541223207a78f83766ced
13942Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
13943Date:   Thu Apr 24 18:21:42 2008 -0700
13944
13945    XQuartz: Compile in missing glx source that we still need
13946    (cherry picked from commit c611335dee267e41dcd1733a6bb5206b102f804e)
13947
13948commit ae982a27e4059fecd4048d245e6aa02f8dcc97d0
13949Author: Dave Airlie <airlied@redhat.com>
13950Date:   Thu Apr 24 16:37:29 2008 +1000
13951
13952    glx: test for valid read and draw privates before using them
13953    
13954    this should fix a bug where f-spot exiting blows up the X server
13955
13956commit f377141912594f87144d6d7f7fdd279a101d8e6c
13957Author: Peter Hutterer <peter@cs.unisa.edu.au>
13958Date:   Thu Apr 24 13:30:28 2008 +0930
13959
13960    Xi: don't attempt to send to a NULL window.
13961    
13962    Only applicable when the server comes down/restarts. In this case,
13963    WindowTable[i] may be NULL. Let's not try to send an event then.
13964
13965commit aec485f2dcc87b340759d67b60e7dee7931aaec5
13966Author: Peter Hutterer <peter@cs.unisa.edu.au>
13967Date:   Thu Apr 24 13:29:46 2008 +0930
13968
13969    dix: NULL out WindowTable after freeing all the windows.
13970    
13971    CloseDownDevices() tries to send PresenceNotify events. If the windows are
13972    already freed, then we are accessing dangling pointers.
13973
13974commit 9ab4e2fd8eaa87dbd16835affb1aa54dcb1a619e
13975Author: Peter Hutterer <peter@cs.unisa.edu.au>
13976Date:   Wed Apr 23 11:38:08 2008 +0930
13977
13978    xfree86: don't free the config-file related information in DIDR. #15645
13979    
13980    In DeleteInputDeviceRequest, leave the conf_idev (which is shared with
13981    xf86ConfigLayout.input) alone for devices that were specified in the
13982    ServerLayout section of the config file. This way, in the next server
13983    generation we are left with what was the original config and can thus re-init
13984    the devices.
13985    
13986    This is an addon to 6d22a9615a0e6ab3d00b0bcb22ff001b6ece02ae, an attempt to
13987    fix Bug 14418.
13988    
13989    X.Org Bug 15645 <https://bugs.freedesktop.org/show_bug.cgi?id=15645>
13990    X.Org Bug 14418 <https://bugs.freedesktop.org/show_bug.cgi?id=15645>
13991
13992commit 7dc40c8eca90ec1bfab84b6f54418b64c0e62d63
13993Author: Peter Hutterer <peter@cs.unisa.edu.au>
13994Date:   Thu Apr 24 12:47:29 2008 +0930
13995
13996    xfree86: Don't free master devices.
13997    
13998    The previous check works in the master-branch, but doesn't work with MPX. We
13999    actually copy the SD's information into the MDs public.devicePrivate, so we
14000    need to explicitly check whether a device is a MD before freeing the module.
14001
14002commit cc13f87cd8ac54223fdb0b3d3c043dc9b9be5a42
14003Author: Peter Hutterer <peter@cs.unisa.edu.au>
14004Date:   Thu Apr 24 11:43:47 2008 +0930
14005
14006    Xext: XGE: change function definition to have return value on separate line.
14007    
14008    This seems to be the common style in most parts of the server.
14009
14010commit d0890c40b9a9c7965c08608e6950c078a29aac16
14011Author: Peter Hutterer <peter@cs.unisa.edu.au>
14012Date:   Thu Apr 24 11:32:36 2008 +0930
14013
14014    Xext: add a few lines of comments to XGE.
14015
14016commit 745b90cde1007383ec8c887f02439a34ab427f31
14017Author: Peter Hutterer <peter@cs.unisa.edu.au>
14018Date:   Thu Apr 24 11:27:22 2008 +0930
14019
14020    Xext: re-do the XGE versioning handling.
14021    
14022    Basically the same approach RandR takes. Remember which one the client
14023    requested, send back the one the server supports. Also divide XGE server
14024    version (now defined in geext.c) and the client's version (still in the
14025    protocol definition).
14026
14027commit 5f3e5b3462bb02e828c70d0e1890b5a83d399d42
14028Author: Peter Hutterer <peter@cs.unisa.edu.au>
14029Date:   Thu Apr 24 11:03:23 2008 +0930
14030
14031    Xext: remove trailing whitespaces in geext.{c|h}
14032
14033commit d09c520b322ba5c5f4d6b630a7c0c62e56732f82
14034Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
14035Date:   Wed Apr 23 10:22:34 2008 -0700
14036
14037    Moved Apple GL bits into our DDX subtree
14038    (cherry picked from commit c9356f32892978faecb30f7b7af7488820ce37ff)
14039
14040commit b05b416c622063b84747702a54ffd9a802d6fc11
14041Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
14042Date:   Wed Apr 23 09:59:48 2008 -0700
14043
14044    XQuartz: No need to include indirect.c a second time
14045    (cherry picked from commit 41ed532525da85d1bd2c20af5ffa28ac6d1f4996)
14046
14047commit 565492c70a280d7e749500c5c0073bdcaf175c86
14048Author: Ben Byer <bbyer@apple.com>
14049Date:   Wed Apr 23 06:00:57 2008 -0700
14050
14051    xquartz: build fixes for GLX/DRI2 fallout (note: not guaranteed)
14052    (cherry picked from commit 85a5796b667461bf1fafc68c07b3a704cd8efd5b)
14053
14054commit 6f6505db51763d902142a8161e71cad44f52560c
14055Author: Ben Byer <bbyer@apple.com>
14056Date:   Wed Apr 23 03:43:51 2008 -0700
14057
14058    glx / xquartz:  we still need glxcontentmodes.[ch] kthx
14059    (cherry picked from commit 27545fd37f8c703b72f7cfc329778abc1ceabfa0)
14060
14061commit 4e3a8af5751ff88c0cadd612821b0ef349d250c5
14062Author: Ben Byer <bbyer@apple.com>
14063Date:   Wed Apr 23 03:39:41 2008 -0700
14064
14065    xquartz: clean up linker line for main binary
14066    (cherry picked from commit 821d7400f2ff917497b2ee58ceef2b69c2d47ec7)
14067
14068commit 3685b171da51f853bfdb312d36622dfa03ee75be
14069Author: Ben Byer <bbyer@apple.com>
14070Date:   Tue Apr 22 23:53:23 2008 -0700
14071
14072    xquartz: remove vestigial aglGlx.c
14073    (cherry picked from commit 40bd041e4255f26fcbdf0831e68619ae0f46ab39)
14074
14075commit f6e22d69af6bc8f63c3a46535a09e217696a679f
14076Author: Hans de Goede <j.w.r.degoede@hhs.nl>
14077Date:   Wed Apr 23 12:28:30 2008 -0400
14078
14079    Prefer glxvisuals with stencil buffer for default visuals
14080    
14081    The first fbconfig which has a depthbuffer > 0  and doublebuf is choosen
14082    when associating fbconfigs with the visuals, indepenent of stencil bits.
14083    This happens to work ok on intel as there all fbconfigs with a
14084    depthbuffer > 0 also have stencil bits.
14085    
14086    This patch fixes this by first trying to get a fbconfig for default X visuals
14087    with both stencilbuf, depthbuf and doublebuffering, and if that fails fallback
14088    to trying to get one with only a depthbuf and doublebuffering.
14089
14090commit 00effad583713e882c3f2518bcd3da51bf4db716
14091Author: George Sapountzis <gsap7@yahoo.gr>
14092Date:   Wed Apr 23 17:46:30 2008 +0300
14093
14094    xephyr: XEPHYR_DRI is identical to XF86DRI
14095
14096commit 6a9f7f28ec455d2879ca1a315ce77c48af49e7f4
14097Author: George Sapountzis <gsap7@yahoo.gr>
14098Date:   Wed Apr 23 17:46:15 2008 +0300
14099
14100    xephyr: sync with mesa
14101
14102commit 7ffc68c5cc7108c9e56af25f9f9b4398f5b027df
14103Author: George Sapountzis <gsap7@yahoo.gr>
14104Date:   Wed Apr 23 17:45:54 2008 +0300
14105
14106    xephyr: libGL is client lib
14107
14108commit a27c244d72603e27766ff3900ab28fe094f7397e
14109Author: George Sapountzis <gsap7@yahoo.gr>
14110Date:   Wed Apr 23 17:45:37 2008 +0300
14111
14112    xephyr: Makefile cleanup 2
14113
14114commit d4d19b2f22002b1579438cb9cf08dd580c7ec005
14115Author: George Sapountzis <gsap7@yahoo.gr>
14116Date:   Wed Apr 23 17:45:19 2008 +0300
14117
14118    xephyr: Makefile cleanup 1
14119
14120commit cdc4571b580a8f4fd279404215bff0fb9a5b4816
14121Author: George Sapountzis <gsap7@yahoo.gr>
14122Date:   Sun Apr 20 17:06:26 2008 +0300
14123
14124    drop TOGCUP remnants
14125
14126commit 6cd9287aed3c128d9c10b9b042ba7b864143d522
14127Author: George Sapountzis <gsap7@yahoo.gr>
14128Date:   Sun Apr 20 16:58:51 2008 +0300
14129
14130    drop EVI remnants
14131
14132commit a88c6b66465c039bf92a54a496516fee4d900784
14133Author: George Sapountzis <gsap7@yahoo.gr>
14134Date:   Fri Apr 18 17:47:16 2008 +0300
14135
14136    glcore: drop GLcore (files)
14137
14138commit dd7a53f8f21e41e1ab43f7e684ba586abc97ef7e
14139Author: George Sapountzis <gsap7@yahoo.gr>
14140Date:   Fri Apr 18 17:47:01 2008 +0300
14141
14142    glcore: drop GLcore (build system)
14143
14144commit 567d389d47dee233a973b101e04ce41c47a68f34
14145Author: George Sapountzis <gsap7@yahoo.gr>
14146Date:   Fri Apr 18 17:46:18 2008 +0300
14147
14148    glcore: build from mesa, dlopen from xorg
14149    
14150    * The GLcore interface is disposable
14151    * GLcore is installed in DRI_DRIVER_INSTALL_DIR which is overloaded for
14152      GLX_PROVIDER_INSTALL_DIR
14153
14154commit efb723e166e5fa89e90c7b400fb4c7979b1f50c0
14155Author: George Sapountzis <gsap7@yahoo.gr>
14156Date:   Fri Apr 18 17:45:53 2008 +0300
14157
14158    glcore: prepare for dynamic loading
14159    
14160    glcore gets linked with -ldl, -lpthread for s3tc and glapi
14161    xserver needs
14162            DLOPEN_LIBS - to dlopen the glcore dso
14163            LD_EXPORT_SYMBOLS_FLAG - to export symbols for glcore to use
14164    
14165    the ld flag is added to kdrive only when GLX is enabled, the net overhead for
14166    Xephyr is ~155KB, could be reduced with --dynamic-list.
14167
14168commit fbad87f2ae9f97fcb43546b0fa35f1100415dfec
14169Author: Julien Cristau <jcristau@debian.org>
14170Date:   Tue Apr 22 23:50:11 2008 +0200
14171
14172    autoconfig: don't call closedir() when opendir() failed
14173    
14174    If opendir() fails, return from matchDriverFromFiles() immediately.
14175    Ubuntu bug 217647.
14176
14177commit 76381092e8f650ec7d1f058fa4c8a7348893f775
14178Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
14179Date:   Wed Apr 23 02:22:14 2008 -0700
14180
14181    XQuartz: Make sure QuartzAudioInit() gets run.
14182    (cherry picked from commit bb3d034675b70e22e78df5554cab0ec2a3d913d0)
14183    (cherry picked from commit 824b31c7f8144a67a320442abd3d854e99d2bfe2)
14184
14185commit 275cdc1c74b7e43ecd931d312469fecc8d998ed1
14186Author: Peter Hutterer <peter@cs.unisa.edu.au>
14187Date:   Wed Apr 23 16:16:15 2008 +0930
14188
14189    xfree86: pass correct value to mieqEnqueue (merge detritus I guess)
14190
14191commit c3659cb414ef05da8fa09009b2b82a3deeeb4f3a
14192Author: Peter Hutterer <peter@cs.unisa.edu.au>
14193Date:   Tue Apr 22 21:54:02 2008 +0930
14194
14195    dix: always send FocusIn events if mode is NotifyUngrab.
14196    
14197    In the case of a NotifyUngrab, the flag for the device may already be set but
14198    we still need to send the FocusIn event.
14199
14200commit 00815b3e5223e822f306db45cd4884a22ac9f7ed
14201Author: Julien Cristau <jcristau@debian.org>
14202Date:   Mon Apr 21 14:34:39 2008 +0200
14203
14204    Don't set DRI2=yes if we can't find dri2proto or libdrm
14205
14206commit e77f65768efbf05cdf363a2f41f036f74eaa45de
14207Author: Ross Burton <ross@burtonini.com>
14208Date:   Tue Apr 22 18:07:46 2008 +0100
14209
14210    Reuse the existing framebuffer mode in kdrive/fbdev
14211    
14212    When starting up kdrive/fbdev, if the current framebuffer mode is sensible use
14213    that unless told otherwise.
14214    
14215    Signed-off-by: Daniel Stone <daniel@fooishbar.org>
14216
14217commit c4fd1121531b0cba1a3e90fa747871d784365c7e
14218Author: Ross Burton <ross@burtonini.com>
14219Date:   Tue Apr 22 18:05:53 2008 +0100
14220
14221    Add mediumraw support to the linux kdrive driver
14222    
14223    Signed-off-by: Daniel Stone <daniel@fooishbar.org>
14224
14225commit 455383db95618a05ebdbeae78423e08065f0e14e
14226Author: Ross Burton <ross@burtonini.com>
14227Date:   Tue Apr 22 18:04:31 2008 +0100
14228
14229    Enable the epson kdrive driver
14230    
14231    Signed-off-by: Daniel Stone <daniel@fooishbar.org>
14232
14233commit 82b37d35af13a9f402755e167493ab256b664b9c
14234Author: Ross Burton <ross@burtonini.com>
14235Date:   Tue Apr 22 16:38:14 2008 +0100
14236
14237    Add support for AVR32
14238
14239commit 20a90bef8b4993f06cf76ad05e3d4c974e1614f6
14240Author: Ross Burton <ross@burtonini.com>
14241Date:   Tue Apr 22 16:37:02 2008 +0100
14242
14243    Add a default touchscreen path
14244    
14245    When enabling the touchscreen, open /dev/input/touchscreen0 if no path was
14246    specified.
14247
14248commit b44e89f4683ffcfd75eaf39f1f37d7461db44689
14249Author: Ross Burton <ross@burtonini.com>
14250Date:   Tue Apr 22 16:28:39 2008 +0100
14251
14252    Update to tslib 1.0
14253    
14254    Update the pkgconfig checks to tslib 1.0, and fix the LIBS definitions.
14255
14256commit 3848422d2354b7a5302fda92b05b0d728190e050
14257Author: Ross Burton <ross@burtonini.com>
14258Date:   Tue Apr 22 16:25:23 2008 +0100
14259
14260    Fix build when XKB is disabled.
14261
14262commit 744d0cfda74f8283801cc2d6c5eda48402455bc3
14263Author: Ben Byer <bbyer@apple.com>
14264Date:   Mon Apr 21 22:06:38 2008 -0700
14265
14266    add missing DARWIN_GLX_LIBS in configure.ac
14267    (cherry picked from commit a033c0b3dbb3b963261faa39f0236457cb00ff44)
14268
14269commit 8190ef87547b704848231bde10b1cdffc6442790
14270Merge: 179a082 2ddbfd3
14271Author: Peter Hutterer <peter@cs.unisa.edu.au>
14272Date:   Tue Apr 22 18:04:05 2008 +0930
14273
14274    Merge branch 'master' into mpx
14275    
14276    Conflicts:
14277    
14278    	Xext/EVI.c
14279    	Xext/appgroup.c
14280    	Xext/cup.c
14281    	Xext/mitmisc.c
14282    	Xext/sampleEVI.c
14283    	dix/window.c
14284
14285commit 179a082c26f9e562492ee2e59e7f44f949f39f9c
14286Author: Peter Hutterer <peter@cs.unisa.edu.au>
14287Date:   Fri Apr 18 21:13:10 2008 +0930
14288
14289    Xext: route event through master if required (XTestFakeInput)
14290
14291commit fb784d99c521823339bf00b70b9824f735d88875
14292Author: Peter Hutterer <peter@cs.unisa.edu.au>
14293Date:   Fri Apr 18 20:57:42 2008 +0930
14294
14295    mi: fix typo in comment.
14296
14297commit 8209fdbc7c7f2dd068b30ff184b5fbf00db78686
14298Author: Peter Hutterer <peter@cs.unisa.edu.au>
14299Date:   Fri Apr 18 20:53:57 2008 +0930
14300
14301    Xext: Update sprite on fake input only for MDs and floating SDs.
14302
14303commit 2ddbfd345786aa39b6ccaed82a1ca5c145284ee3
14304Author: Peter Hutterer <peter@cs.unisa.edu.au>
14305Date:   Tue Apr 22 16:31:44 2008 +0930
14306
14307    xnest: re-enable XKB support. #10015
14308    
14309    XKB was disabled in 08928afb0500d46b0caa0a1d1244dee2ed80e6a0, with the comment
14310    "Disable XKB, as we can't yet use it". Seems like "yet" is over, running GNOME
14311    and changing XKB settings seems to work in Xnest now.
14312    
14313    X.Org Bug 10015 <https://bugs.freedesktop.org/show_bug.cgi?id=10015>
14314
14315commit a8b8700c7345b89953c8b63cb5c347a95e6ab988
14316Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
14317Date:   Mon Apr 21 23:44:37 2008 -0700
14318
14319    XQuartz: Fixed cmd-tab to bring all windows forward.
14320    (cherry picked from commit e48e2ce931228f4dfa36c39b8ec8c72a58025b1b)
14321
14322commit a368ab757edf36ed7bbda023673d28883ce11231
14323Author: Dave Airlie <airlied@linux.ie>
14324Date:   Tue Apr 22 15:13:57 2008 +1000
14325
14326    GLcore: make googleearth not crash the server on sw-rendering.
14327    
14328    I don't think this is the 100% correct answer as I get log spam saying
14329    (EE) DoSwapInterval: cx = 0x98b8998, GLX screen = 0x96dd780
14330    (EE) AIGLX: cx->pGlxScreen->swapInterval == NULL
14331    
14332    but thats better than X exiting in my book.
14333
14334commit 449723510a1f9d024e23d9eb33795cac27f9443e
14335Author: Egbert Eich <eich@pdx.freedesktop.org>
14336Date:   Tue Apr 22 13:30:03 2008 +0930
14337
14338    xkb: use the correct device instead of an uninitialised "dev". #15614
14339    
14340    X.Org Bug 15614 <http://bugs.freedesktop.org/show_bug.cgi?id=15614>
14341    
14342    Signed-off-by: Peter Hutterer <peter@cs.unisa.edu.au>
14343
14344commit ba87c25321c3378fd1ad0c55dcb0af0a6e82a540
14345Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
14346Date:   Mon Apr 21 20:03:08 2008 -0700
14347
14348    Make rootless use dixLookupClient rather than deprecated LookupClient.
14349    (cherry picked from commit 582b5b01f9697b66489ea906a2ecb8bfc5915571)
14350
14351commit 8822110d7d6b684f373fc883aeb7cab9734e9ddb
14352Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
14353Date:   Mon Apr 21 20:08:05 2008 -0700
14354
14355    Fixed dixLookupClient to work with client=NullClient as it did in the 1.3 branch
14356    (cherry picked from commit e41ccc64702f856e5e09dfa652fe73c14b8a0225)
14357    (cherry picked from commit ce5a5f93990647de85e535734ee6bb430ad591cb)
14358
14359commit 5ffb6a2fe8db5871eaf26b8535af1588c43f33d3
14360Author: Ben Byer <bbyer@apple.com>
14361Date:   Mon Apr 21 19:55:54 2008 -0700
14362
14363    Nuke a call to deprecated LookupClient, and hopefully prevent a
14364    null-pointer dereference, too!
14365    (cherry picked from commit 3d28e9f953709914e18807bc74c241333671cb30)
14366
14367commit 590688131d89595bdc78ca562ee88df86c9012a6
14368Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
14369Date:   Sun Apr 20 22:18:45 2008 -0700
14370
14371    XQuartz: Fixed quit dialog to be more conforming with HIG.
14372    (cherry picked from commit 14c6b837bb03bd0956f90882f550847f13d0ca09)
14373
14374commit d20b3ac22d960fa44632cc4a14be079daa2d5a33
14375Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
14376Date:   Sun Apr 20 22:18:19 2008 -0700
14377
14378    .gitignore: Added Xquartz stuff
14379    (cherry picked from commit 0a9a3bec2de8d1f442493e13cf9f039902a4928f)
14380
14381commit 570b0dca261920c9b01b4eb11fe9b9987b1c636a
14382Author: Ben Byer <bbyer@apple.com>
14383Date:   Mon Apr 21 17:52:10 2008 -0700
14384
14385    Fix for pointer-offset issue when using a multi-display environment on X11.app.
14386    (cherry picked from commit 9a7e14286ced55c5e2a4512e2629e03836443009)
14387
14388commit 3f081b4de55e1378728a24d069bf06575ffca2d8
14389Author: Tilman Sauerbeck <tilman@code-monkey.de>
14390Date:   Mon Apr 21 11:22:07 2008 +0200
14391
14392    EXA: Set pixmap->accel_blocked on the screen pixmap, too.
14393
14394commit 26c1801a27b81fdd988d5bd210ba0e76ecc274ae
14395Author: Tilman Sauerbeck <tilman@code-monkey.de>
14396Date:   Mon Apr 21 11:03:27 2008 +0200
14397
14398    EXA: Update sys_pitch/fb_pitch in exaModifyPixmapHeader.
14399    
14400    exaModifyPixmapHeader now also only evaluates arguments that have a
14401    meaningful value.
14402
14403commit 4fa89fbe18c929e0d36305ab47e7e17841309ffd
14404Author: Jordan Crouse <jordan.crouse@amd.com>
14405Date:   Mon Apr 21 12:09:00 2008 -0600
14406
14407    xf86: Change AutoConfig driver for PCI ID 022:2091 to 'geode'
14408
14409commit 6c95fae1e9d6b0eb64bc78eced05a6e9f5faf02e
14410Author: Michel Dänzer <michel@tungstengraphics.com>
14411Date:   Mon Apr 21 10:45:11 2008 +0200
14412
14413    EXA: Offscreen memory eviction improvements.
14414    
14415    * Make sure available areas are considered to have no eviction cost. This seems
14416      to help for https://bugs.freedesktop.org/show_bug.cgi?id=15513 but I'm afraid
14417      that may just be coincidence.
14418    * Only calculate eviction cost of each area once for each eviction pass.
14419      Safeguard against potential (though unlikely) division by zero.
14420    * Cosmetic enhancements: Name eviction cost related variables 'cost' instead of
14421      'score' to emphasize that smaller values are better, update Doxygen file
14422      comment to the way eviction works now.
14423
14424commit 40c6be1408a1f0b236fdb28af27ae18aea0d578f
14425Author: Julien Cristau <jcristau@debian.org>
14426Date:   Sun Apr 20 20:36:44 2008 +0200
14427
14428    Minor xorg.conf manpage fixups
14429    
14430    Use __libmansuffix__ instead of __oslibmansuffix__ which isn't getting
14431    replaced, and rewrap some text to get __xservername__ replaced in the
14432    description of Option "Accel" (cpp doesn't like the preceding quote).
14433
14434commit 4bcfed2f9cf5dbf682d3bc98873ba97c4efdff44
14435Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
14436Date:   Sun Apr 20 08:35:42 2008 -0700
14437
14438    Revert "Removed XWin DDX"
14439    
14440    This reverts commit 6550078b0925f754e3eec3bbce94dbfe5de8c419.
14441    
14442    Doctor, I'm starting to get a pulse...
14443
14444commit 14396fdebac1868df17559220ed7aaa34c34251e
14445Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
14446Date:   Sat Apr 19 23:31:05 2008 -0700
14447
14448    XQuartz: Cleanup turning off COMPOSITE
14449    (cherry picked from commit 8f920fca6f9149185649d52569d33bf81b6c6857)
14450
14451commit d13828797fe22856b07e08a55d2b9375902194bf
14452Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
14453Date:   Fri Apr 18 20:38:31 2008 -0700
14454
14455    XQuartz: Cleaned up some casting to get rid of compiler warnings
14456    (cherry picked from commit 6f1c85b96550adf0bc34efb6ca649b87bcc1b18c)
14457
14458commit 6550078b0925f754e3eec3bbce94dbfe5de8c419
14459Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
14460Date:   Sat Apr 19 09:29:46 2008 -0700
14461
14462    Removed XWin DDX
14463
14464commit 587c010a1cd733fded4d49dc339df0634bda8be6
14465Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
14466Date:   Sat Apr 19 09:27:21 2008 -0700
14467
14468    Rootless: Kill off rlAccel
14469
14470commit d3d00d92586c3e1cbc88087c930b65c8b3832fcc
14471Author: Tilman Sauerbeck <tilman@code-monkey.de>
14472Date:   Sat Apr 19 12:54:40 2008 +0200
14473
14474    Removed fbpseudocolor.h from sdk_HEADERS.
14475
14476commit 5bdc4198795ffd011bb07cffe3817e4cded87f60
14477Author: Adam Jackson <ajax@redhat.com>
14478Date:   Sat Apr 19 04:06:19 2008 -0400
14479
14480    Remove fbpseudocolor
14481    
14482    "An experimental pseudocolor emulation layer.  Not fully completed,
14483    currently only works for 16bpp."  That was almost four years ago.
14484    It still doesn't work, only one driver even attempts to use it, it
14485    contains an ad-hoc implementation of damage, and should really be
14486    done up in Composite now anyway.
14487
14488commit 60ff56050b64183cb6e58f54223c8a3ddc2e704b
14489Author: Daniel Stone <daniel@fooishbar.org>
14490Date:   Fri Apr 18 22:17:53 2008 -0700
14491
14492    Revert "Optimize dixLookupPrivate for repeated lookups of the same private."
14493    
14494    The patch was wildly unsafe for SIGIO, and made everything full of
14495    crashy crashy fail.
14496    
14497    This reverts commit 9b30cc524867a0ad3d0d2227e167f4284830ab4e.
14498
14499commit ed9dabb47c467dbf49836b631d5d6bda4b0d98b0
14500Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
14501Date:   Fri Apr 18 20:30:43 2008 -0700
14502
14503    Last of the spam... I promise...
14504    (cherry picked from commit 45ebee4f729b148a75e925a4863b4eb850c88f8e)
14505
14506commit 49f2bb4681fdee9e45f952ef0ac9c34a090117de
14507Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
14508Date:   Fri Apr 18 20:25:38 2008 -0700
14509
14510    XQuartz: More sanitization of the namespace
14511    (cherry picked from commit bc50d41f9d1aec04f0de0478cbd5036f1fe9b81e)
14512
14513commit c2f0d020b5d7950267aa3df391a7a72b9ae5883b
14514Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
14515Date:   Fri Apr 18 20:10:57 2008 -0700
14516
14517    XQuartz: Removed unneccessary include
14518    (cherry picked from commit 45ff59e69eddfcceafced31cf6e73e381d0f6914)
14519
14520commit 5183fea6d38de4bcf657e9c2a983dfd81a2a223f
14521Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
14522Date:   Fri Apr 18 20:06:17 2008 -0700
14523
14524    XQuartz: Handled sanitization of namespace better
14525    (cherry picked from commit 8cb23d672177da919257c885804cecd18cf9af88)
14526
14527commit edd3fb784bad893550ee270e0a09f22f99783cf5
14528Author: Ben Byer <bbyer@bbyer.local>
14529Date:   Fri Apr 18 17:17:01 2008 -0700
14530
14531    random flailing
14532    (cherry picked from commit 7fb9b2dc615a3bd1a3c087438af7a8b88265cfaa)
14533
14534commit a7503615a6893749d512f75d37646273f31b9dbf
14535Author: Adam Jackson <ajax@redhat.com>
14536Date:   Fri Apr 18 19:56:41 2008 -0400
14537
14538    Death to TOG-CUP.
14539    
14540    If you still care about 8bpp visuals that much, fix Composite to provide
14541    synthetic visuals.
14542
14543commit 4da9ec16e9725ebb9817b49e33ea1035b6aff09a
14544Author: Adam Jackson <ajax@redhat.com>
14545Date:   Fri Apr 18 19:54:09 2008 -0400
14546
14547    Remove appgroup mentions from configure.ac
14548
14549commit 25827fde68d3bb02a2b7e05fae53a1d97edf1f76
14550Author: Eric Anholt <eric@anholt.net>
14551Date:   Fri Apr 18 15:32:04 2008 -0700
14552
14553    Nuke the MIT-SUNDRY-NONSTANDARD extension.
14554    
14555    This extension provided bug-compatibility with pre-X11R6, but has been
14556    stubbed out in our server since 2006 to return BadRequest when you actually
14557    asked for it.
14558
14559commit 13adef8a17d8815f4db2aaac30ae04438e125343
14560Author: Adam Jackson <ajax@redhat.com>
14561Date:   Fri Apr 18 19:01:06 2008 -0400
14562
14563    Finish deleting EVI
14564
14565commit eafaf40fb3368ca7e4cf48336fdb7a6c9f536bfa
14566Author: Adam Jackson <ajax@redhat.com>
14567Date:   Fri Apr 18 18:50:05 2008 -0400
14568
14569    Death to APPGROUP.
14570
14571commit f6617b4127125516583f321c961d70f762f728be
14572Author: Adam Jackson <ajax@redhat.com>
14573Date:   Fri Apr 18 18:28:01 2008 -0400
14574
14575    Death to Extended Visual Information.
14576
14577commit 3b93631e59ca4d312d318eac4015e0a79ad6351f
14578Author: Peter Hutterer <peter@cs.unisa.edu.au>
14579Date:   Fri Apr 18 11:31:54 2008 +0930
14580
14581    dix: remove coreOnly check. Core pointer must generate XI events now.
14582    
14583    This flag was only used when an event is generated by Warp[Device]Pointer.
14584    Since the VCP now happily generates core events, this flag is obsolete.
14585
14586commit e0eaf8e5e3fa7a11c087851dff93f50f6907c4a5
14587Author: Peter Hutterer <peter@cs.unisa.edu.au>
14588Date:   Fri Apr 18 10:57:47 2008 +0930
14589
14590    Xext: Let XTestFakeInput update the sprite for XI events.
14591    
14592    Since XI devices can have their own sprite now, we need to update the sprite
14593    coordinates too when processing an XI event.
14594    Note: This doesn't deal with the device hierarchy correctly yet.
14595
14596commit cb0168b4ac5c59cdce6f0a6d89ddd9f30d93b5f3
14597Author: Peter Hutterer <peter@cs.unisa.edu.au>
14598Date:   Fri Apr 18 09:48:06 2008 +0930
14599
14600    Xext: xtest.c: death to tabs+spaces indendation, remove #define XINPUT
14601
14602commit eebdf69e9a52e071e0467a1f99de135df4d1eabc
14603Author: Peter Hutterer <peter@cs.unisa.edu.au>
14604Date:   Fri Apr 18 09:22:37 2008 +0930
14605
14606    xkb: mixing up src and dst in a memcpy is suboptimal.
14607
14608commit aa6687322de85a2d1025a3ae851fb290a089b2d3
14609Author: Peter Hutterer <peter@cs.unisa.edu.au>
14610Date:   Tue Apr 15 23:03:06 2008 +0930
14611
14612    Xi: when copying button classes, copy xkb_acts as well.
14613    
14614    This should be the last piece in the quest for the class copy.
14615
14616commit c14f5dc237a31b13d98ae2d0d6143bd91083cf13
14617Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
14618Date:   Thu Apr 17 20:21:45 2008 -0700
14619
14620    XQuartz: Forgot to commit xprEvent.[hc] ...
14621    (cherry picked from commit 70e543baf2508d636f01b2b7e8cb05172195b68c)
14622
14623commit 22bb7608a025a4ec0f442637810b20e2cb0b0820
14624Author: Ben Byer <bbyer@apple.com>
14625Date:   Thu Apr 17 17:04:08 2008 -0700
14626
14627    Added XKB support for Xquartz
14628    (cherry picked from commit 56dc1215202746590dbe8758411f47e8876e1317)
14629
14630commit 652479dba38470273313dc46f17e3bcb1bc5e383
14631Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
14632Date:   Thu Apr 17 15:49:13 2008 -0700
14633
14634    XQuartz: Moved some rootless-specific cruft into xpr
14635    (cherry picked from commit 31625cc03b58317120c2ac7877e227e2322e1de8)
14636
14637commit 2a1ba20af98c0e9a6a7f1a50d32058dcc9759c21
14638Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
14639Date:   Thu Apr 17 15:23:00 2008 -0700
14640
14641    XQuartz: Use a mutex to ensure we only have one thread calling mieqEnqueue at a time.
14642    (cherry picked from commit 7b087c965bce9f440ab5233d6383aa4a7de969b8)
14643
14644commit 55f80d754525398378de1ef28aa562bd29ee750f
14645Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
14646Date:   Thu Apr 17 14:21:31 2008 -0700
14647
14648    XQuartz: A little more debugging output from threadSafety
14649    (cherry picked from commit f6fbdbf838ab77c3a4635f0b2356b1bbb060ff5b)
14650
14651commit 0d61f6fca1efeb4f68488e323d1c0508b9b7a711
14652Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
14653Date:   Thu Apr 17 13:17:58 2008 -0700
14654
14655    XQuartz: Fixed some missing prototypes
14656    (cherry picked from commit 95056afc562cfe58b116f5c36e4624018e79ff4a)
14657
14658commit dbd4c031565d269fef90af23386ff045ec78688c
14659Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
14660Date:   Thu Apr 17 13:12:56 2008 -0700
14661
14662    XQuartz: Added framework for asserting which thread we're in.
14663    (cherry picked from commit 00beb982510e7a82d77e1f1d43e77c84d7bf74c2)
14664
14665commit fa0645b452cbebd1800a63f1c95cb77fef4ab211
14666Author: Ben Byer <bbyer@apple.com>
14667Date:   Thu Apr 17 12:27:12 2008 -0700
14668
14669    removed Xquartz debugging code that leaked into master.  Our Bad.
14670
14671commit a3d40f0549f6c6f49fffc286bcdaad758fa92367
14672Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
14673Date:   Thu Apr 17 11:56:48 2008 -0700
14674
14675    XQuartz: Include version info for CrashReporter
14676    (cherry picked from commit b4992755c3e29086c5939683c38fa8fd7d2e6754)
14677
14678commit 6d11712c2a35b243c19eea3b26622d18c2446dbe
14679Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
14680Date:   Thu Apr 17 11:06:54 2008 -0700
14681
14682    XQuartz: Use strerror(errno)... cause I like text more than grepping header files
14683    (cherry picked from commit 1b4c37d8f9b517fbec5b94ed4e4a5e86a31472a5)
14684
14685commit dcf4f917cc9488de72711255bbb030d9aa8f8bfb
14686Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
14687Date:   Thu Apr 17 11:03:31 2008 -0700
14688
14689    merged darwinKeyboard.[ch] into quartzKeyboard
14690    (cherry picked from commit 57bb07320908b74facea0a97822bb19ed6f960a9)
14691
14692commit 582397cd024c68df65ab9dececd6d2c40a5a261b
14693Author: Ben Byer <bbyer@apple.com>
14694Date:   Thu Apr 17 02:31:53 2008 -0700
14695
14696    oops, missed a spot
14697    (cherry picked from commit 19872a6aeb8ee9cb0e33e4b4ffd794c9dbefe0cf)
14698
14699commit 0bd1c369cce05d5a4da5e3fd7033aea8c68460ec
14700Author: Ben Byer <bbyer@apple.com>
14701Date:   Thu Apr 17 02:30:36 2008 -0700
14702
14703    formatting cleanup
14704    (cherry picked from commit 769acd29348abf9e5b0bebfca6ae695d345f3077)
14705
14706commit 700e14c22616b209867e4ea4d1811e53ca996164
14707Author: Ben Byer <bbyer@apple.com>
14708Date:   Thu Apr 17 02:21:33 2008 -0700
14709
14710    delete debugging spew
14711    (cherry picked from commit f04f3af86a91d0cafbc86a0d71aeb0599d685f07)
14712
14713commit a440eebf2541ae0bb06bf65281b5facff2f04e00
14714Author: Ben Byer <bbyer@apple.com>
14715Date:   Thu Apr 17 02:21:11 2008 -0700
14716
14717    add support for horizontal scrolling (buttons 6 and 7)
14718    (cherry picked from commit f525a4a432ebd0545ad1dd0a7ad84ad3e47e8b61)
14719
14720commit 612e901ef6aa3edc54b39e55e8040cda0e5ab7b6
14721Author: Ben Byer <bbyer@apple.com>
14722Date:   Thu Apr 17 01:32:56 2008 -0700
14723
14724    enable keyboard map debugging -- it's going to x11-debug.txt, anyway ... so no harm
14725    (cherry picked from commit ab662c736e0654e2b4347091f0d9e87f26034216)
14726
14727commit 5bdfbfbedcbd9ff61cbb0b678cbf7ce7889a5826
14728Author: Ben Byer <bbyer@apple.com>
14729Date:   Thu Apr 17 01:29:46 2008 -0700
14730
14731    darwinKeyboard: refactor slightly so that we're not cutting and pasting code from dix, kthx
14732    (cherry picked from commit a8a090b853e811b9843a5732572cbbe542224f32)
14733
14734commit 58e42683c9e998f6b8a55d5653b9caec7b6acf96
14735Author: Ben Byer <bbyer@apple.com>
14736Date:   Thu Apr 17 00:19:56 2008 -0700
14737
14738    hack to Xquartz to prevent xmodmap from wiping out our valid modmap, per daniels
14739    (cherry picked from commit cab54466a61281cfafc12825017c23d720cd75f4)
14740
14741commit cd3470a0cffbd6b8cec7c44227b33307c9e227ae
14742Author: Ben Byer <bbyer@apple.com>
14743Date:   Wed Apr 16 22:48:54 2008 -0700
14744
14745    kludge: miEqEnqueue wants a device, even if we're passing custom messages,
14746    so give it one
14747    (cherry picked from commit a494ff04b2a14470eaf5a23c7cf6dbdea182c6d1)
14748
14749commit 966ae1781f3ca563e15a9a1b8cab6fab94e07fe9
14750Author: Drew Parsons <dparsons@debian.org>
14751Date:   Mon Mar 10 22:54:49 2008 +1100
14752
14753    Create dix/libXpdix.la for Xprint-specific build of libdix.la
14754    
14755    (cherry picked from commit 4e2c6dbabdbbaaca213fd08edd422de15d0900cc)
14756    
14757    required because of commit 7c0709a736c0f3aa011de67dd2c2962585ab146e,
14758    which made requestingClient in dix specific to Xprint only.
14759    Add to XPRINT_LIBS in hw/xprint/Makefile.am in front of
14760    $(XSERVER_LIBS) to override definitions in libdix.la for standard xservers.
14761    
14762    Follows 571206832d454771e3c638c7515767958365c19c (providing -DXPRINT
14763    to xprint subdirs).
14764    
14765    Note it may be possible to restructure the code so that
14766    requestingClient is stored elsewhere than in dix. See discussions
14767    following http://lists.freedesktop.org/archives/xorg/2008-March/033844.html
14768    If this is done it may be possible to revert this commit (if not 571206...).
14769
14770commit 571206832d454771e3c638c7515767958365c19c
14771Author: Drew Parsons <dparsons@debian.org>
14772Date:   Mon Mar 10 13:48:05 2008 +1100
14773
14774    Define XPRINT in XPRINT_CFLAGS (configure.ac)
14775    
14776    -DXPRINT had only been set for Xprt in hw/xprint/Makefile.am
14777    After commit 7c0709a736c0f3aa011de67dd2c2962585ab146e it is also
14778    required for ps/PsArea.c and PsFonts.c to ensure ‘requestingClient’ is
14779    defined, so make it a global Xprint definition in configure.ac.
14780    (cherry picked from commit 28a6719fd486d9a9cecad0b057d9ea7c59c66055)
14781
14782commit 9b30cc524867a0ad3d0d2227e167f4284830ab4e
14783Author: Michel Dänzer <michel@tungstengraphics.com>
14784Date:   Thu Apr 17 16:10:10 2008 +0200
14785
14786    Optimize dixLookupPrivate for repeated lookups of the same private.
14787    
14788    This gives me a 20% speedup for EXA text rendering, though I still seem to burn
14789    quite a lot of cycles in here...
14790
14791commit 886af8f3849a0fcfc6b63a9695107ce26d7a6955
14792Author: Tilman Sauerbeck <tilman@code-monkey.de>
14793Date:   Wed Apr 16 16:20:19 2008 +0200
14794
14795    EXA: Avoid some fallbacks in exaCopyNtoN.
14796    
14797    In some cases we can still do the copying in hardware even if the
14798    dimensions of the pixmaps are out of range. This is true when the boxes
14799    that we're to copy are all in the card's range.
14800
14801commit dc10f0a0e243b7ba38d02a4e2c43027563aead7c
14802Author: Julien Cristau <jcristau@debian.org>
14803Date:   Thu Apr 17 11:13:47 2008 +0200
14804
14805    Fix composite on !darwin
14806    
14807    2ffdb0eb641ab6949783b4eb574f77e7486ac929 changes the default value of
14808    COMPOSITE to 'auto', but doesn't set it back to 'yes' as appropriate.
14809
14810commit 8716d081fdf61ddf956c30aff7697c70507911fd
14811Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
14812Date:   Thu Apr 3 16:29:43 2008 -0700
14813
14814    XQuartz: Don't enable rootless accelerated functionality... crashy...
14815    (cherry picked from commit cdb4c291d8c10c3a9ea59d8e79275a30d2ea82b4)
14816
14817commit 2ffdb0eb641ab6949783b4eb574f77e7486ac929
14818Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
14819Date:   Wed Apr 16 21:54:00 2008 -0700
14820
14821    XQuartz: Don't use composite.
14822    (cherry picked from commit 6d3d344b5b95b6dc4166556d03cfd8c9576dc3f0)
14823
14824commit 757a1bf3a3d72e17eeb362f825124c4ba40cc080
14825Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
14826Date:   Wed Apr 16 21:48:52 2008 -0700
14827
14828    Xquartz: Don't need to link against rlAccel since we don't use it
14829    (cherry picked from commit 180ec128adef11a9a90cea1189dc31ac5de8359f)
14830
14831commit ab8c6a3c5acb2a3bf288f1d6339b09a125bbb930
14832Author: Alan Coopersmith <alan.coopersmith@sun.com>
14833Date:   Mon Apr 14 19:12:00 2008 -0700
14834
14835    Update ac_define_dir macro in acinclude.m4 to 2008-04-12 version
14836
14837commit b907258ebe62642af088f6e2970a45a68cf4be19
14838Author: Eric Anholt <eric@anholt.net>
14839Date:   Wed Apr 16 12:07:51 2008 -0700
14840
14841    Update dolt from upstream, fixing fallback to libtool.
14842
14843commit e1e189f8538f2b77ae0cf0d846d3899061e4c4b7
14844Author: Aaron Plattner <aplattner@nvidia.com>
14845Date:   Tue Apr 15 14:49:51 2008 -0700
14846
14847    Include pciaccess in the xorg-server.pc Requires line.
14848    
14849    This pulls in the include path for pciaccess.h, which is needed by, among other
14850    things, xf86.h.
14851
14852commit 9e7ced94a5e3a14762fe934aa69d91f0831cf5ca
14853Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
14854Date:   Tue Apr 15 12:06:07 2008 -0700
14855
14856    XQuartz: Removed a call to RootlessReorderWindow from the Carbon thread
14857    (cherry picked from commit cb27d5ca8230707b276763c0ec20e586203144c9)
14858
14859commit 51c8fd69ec9292f5e18cdc7f60e1716fbd6ae61a
14860Author: Peter Hutterer <peter@cs.unisa.edu.au>
14861Date:   Tue Apr 15 15:09:40 2008 +0930
14862
14863    dix: free the unused device classes when closing a device.
14864    
14865    This also requires to NULL-ify all pointers while we're actually using them,
14866    otherwise we'd try to free them twice.
14867
14868commit 48d33ab9b672b3b3ca308000cdbd573d1e368ff9
14869Author: Peter Hutterer <peter@cs.unisa.edu.au>
14870Date:   Tue Apr 15 14:29:53 2008 +0930
14871
14872    dix: float attached devices _before_ disabling the master.
14873    
14874    It also helps if we're actually providing the correct argument to
14875    AttachDevice...
14876
14877commit 4cf9c5909d926ec322ed1c7df47f95bd872bb607
14878Author: Peter Hutterer <peter@cs.unisa.edu.au>
14879Date:   Tue Apr 15 13:56:11 2008 +0930
14880
14881    Xi: fix up button count.
14882    
14883    Some leftover code from the previously used alloc/free device classes left us
14884    with a incorrect button count. So a button release didn't come through if
14885    a different pointer was moved after the button press.
14886
14887commit 35982bc109d424c464551ab22ec90af69908c884
14888Author: Kristian Høgsberg <krh@redhat.com>
14889Date:   Fri Apr 11 11:09:13 2008 -0400
14890
14891    Make DRI2 a serverlayout/serverflags option.
14892    
14893    Add xf86DRI2Enabled() to export the value of the setting.
14894
14895commit f133d85778462134f366389bde7673bff7845fa8
14896Author: Tilman Sauerbeck <tilman@code-monkey.de>
14897Date:   Mon Apr 14 11:43:51 2008 +0200
14898
14899    EXA: Update pixmaps' accel_blocked field in ModifyPixmapHeader.
14900
14901commit bb8868540f017b121d698da45e552ffb55a57cea
14902Author: Tilman Sauerbeck <tilman@code-monkey.de>
14903Date:   Mon Apr 14 09:58:49 2008 +0200
14904
14905    EXA: Teach exaCompositeFallbackPictDesc() about x8r8g8b8.
14906
14907commit 1a9d7205cd5640eb65f019336097d86301942ea7
14908Merge: 90f491c 6866e84
14909Author: Peter Hutterer <peter@cs.unisa.edu.au>
14910Date:   Mon Apr 14 16:25:58 2008 +0930
14911
14912    Merge whot@wombat:~/potoroo/xserver into mpx
14913
14914commit 3e12c5bb67f3049156475d5cbf4e899aaded76bb
14915Author: Dave Airlie <airlied@redhat.com>
14916Date:   Mon Apr 14 11:45:12 2008 +1000
14917
14918    glx: silly nitpick...
14919    
14920    even though i and j are the same, we use i to derefence visuals everywhere else
14921
14922commit 97565c0f394f16d042c614695c8b7b4ac354f2a3
14923Author: Dave Airlie <airlied@redhat.com>
14924Date:   Mon Apr 14 11:40:38 2008 +1000
14925
14926    glcore: make visualRating GLX_NONE - note GLX_NONE is not == 0
14927    
14928    Finally glxinfo returns the set of 3 visuals and glxgears works again for me on
14929    sw rendering
14930
14931commit c61087c82784633e522bd9392172b43656bdf45e
14932Author: Dave Airlie <airlied@redhat.com>
14933Date:   Mon Apr 14 10:47:28 2008 +1000
14934
14935    glcore: zero fbconfigs before filling them in.
14936    
14937    I'm not sure this the complete proper solution, perhaps it should explicitly fill
14938    in ever field.
14939    
14940    This at least makes glxinfo on glcore return sensible information, it doesn't make
14941    gears work yet though.
14942
14943commit 6866e84e3c607d00d88eab2249c2619d6707c1a4
14944Author: Peter Hutterer <peter@cs.unisa.edu.au>
14945Date:   Sun Apr 13 19:57:51 2008 +0930
14946
14947    Xi: store feedback classes in devProviates system as well.
14948    
14949    This is a follow-up to cb48d880856fd196ab8e8de5eb1f14944a1b4fff.
14950
14951commit cb48d880856fd196ab8e8de5eb1f14944a1b4fff
14952Author: Peter Hutterer <peter@cs.unisa.edu.au>
14953Date:   Sun Apr 13 19:48:28 2008 +0930
14954
14955    Xi: store unused classes in devPrivates.
14956    
14957    Rather than freeing/allocing classes each time the device capabilities need to
14958    swap, store them in the devPrivates system.
14959    When a class is unused, it is pushed into the devPrivates, and later recovered
14960    when needed again. This saves us a lot of memory allocations/frees, admittedly
14961    on the cost of some memory.
14962
14963commit fde3c836628b6cdec3e5d107d6b1b99bc8b86912
14964Author: Peter Hutterer <peter@cs.unisa.edu.au>
14965Date:   Sun Apr 13 17:08:51 2008 +0930
14966
14967    Xi: copy the KeySyms.map over from the source.
14968
14969commit 3c4c9938f31755c5a59995fdcfa138c99db76bbf
14970Author: Peter Hutterer <peter@cs.unisa.edu.au>
14971Date:   Sun Apr 13 16:52:14 2008 +0930
14972
14973    Xi: Fix pointer handling in KeyClassRec copy.
14974    
14975    We don't free the class anymore, so just store the previous pointers, do the
14976    memcpy from the SD and then restore the pointers.
14977    Plugs a memleak too, before xkbInfo was never freed.
14978
14979commit 755f9e5d7898056cf3bead69ce25a10e23995582
14980Author: Peter Hutterer <peter@cs.unisa.edu.au>
14981Date:   Sun Apr 13 16:49:25 2008 +0930
14982
14983    dix: Ignore focus for passive grabs if the event is a pointer event.
14984
14985commit 6faf5b97b92953c331d6540ceb18fd0a77197fea
14986Author: Peter Hutterer <peter@cs.unisa.edu.au>
14987Date:   Sun Apr 13 15:42:33 2008 +0930
14988
14989    Xi: fix up modifierKeyMap copying.
14990    
14991    Setting it to NULL isn't correct either. The correct behaviour is to realloc
14992    it to the size necessary (or newly alloc it/free it).  Otherwise we have a
14993    memleak.
14994
14995commit 3106ba1116e3b9d893f66a93e4a91cc61e23226a
14996Author: Peter Hutterer <peter@cs.unisa.edu.au>
14997Date:   Sun Apr 13 11:48:06 2008 +0930
14998
14999    xkb: two fixes to avoid server crashes.
15000    
15001    - map can be NULL in some cases, so don't try to dereference it.
15002    - don't default to inputInfo.keyboard
15003    
15004    This is firefighting, I presume something in the class copy may have gone
15005    wrong to get a NULL map in the first instance?
15006
15007commit 415c6df0da1197d487456b4c48e2e28e7ded8b8e
15008Author: Peter Hutterer <peter@cs.unisa.edu.au>
15009Date:   Sun Apr 13 11:46:44 2008 +0930
15010
15011    Xi: copy feedback classes first, in some cases xkb relies on kbdfeed.
15012    
15013    XkbInitIndicatorMap (in XkbInitDevice) calls XkbFindSrvLedInfo. This accesses
15014    the devices kbdfeed struct, which is all nice and dandy if it is NULL. When
15015    copying the device classes however, kbdfeed may not be NULL and thus
15016    XkbFindSrvLedInfo goes on its merry way to do whatever it does.
15017    
15018    By copying kbdfeed first, we avoid XkbFSLI to reference the "old" kbdfeed
15019    struct of the previous SD.
15020
15021commit 961f6660902163e99727c2dcc1a039f32b083859
15022Author: Peter Hutterer <peter@cs.unisa.edu.au>
15023Date:   Sun Apr 13 09:31:16 2008 +0930
15024
15025    Xi: modifierKeyMap needs to be set to NULL when copying classes.
15026    
15027    Otherwise we have a double reference to the same memory area.
15028
15029commit bf6679cba40a936d46008c886d204ed521a4971a
15030Author: Peter Hutterer <peter@cs.unisa.edu.au>
15031Date:   Sun Apr 13 08:28:07 2008 +0930
15032
15033    Xi: copy the XkbSrvLedInfo too when copying device classes.
15034
15035commit 4219e94c2f7d431be433eceddfe79760a1ee31a1
15036Author: Peter Hutterer <peter@cs.unisa.edu.au>
15037Date:   Sun Apr 13 08:27:31 2008 +0930
15038
15039    xkb: Add XkbCopySrvLedInfo, deep-copies a XkbSrvLedInfoRec.
15040
15041commit 1fa4de80fcfc697b5e5879cc351fb3e9dbf6acbe
15042Author: Matt Turner <mattst88@gmail.com>
15043Date:   Sat Apr 12 20:39:18 2008 +0200
15044
15045    Check for __x86_64__ when we check for __amd64__
15046    
15047    It seems Intel C Compiler neglects to define __amd64__, __amd64, or
15048    amd64, but *does* define __x86_64__.
15049
15050commit b1f3f42840ec01db417345a0740b59ad5e4471cb
15051Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
15052Date:   Fri Apr 11 17:49:51 2008 -0700
15053
15054    Xquartz: Added applicationShouldHandleReopen:hasVisibleWindows to handle dock icon clicking
15055    (cherry picked from commit 55d9973b053f25bb95b26e00351dc5531caf5b04)
15056
15057commit eabcfce0a68d504d11be9479f09e66f574dd2f21
15058Author: Adam Jackson <ajax@redhat.com>
15059Date:   Fri Apr 11 09:51:26 2008 -0400
15060
15061    Stop building mfb/afb/xf1bpp by default.
15062
15063commit 0dab6fa3582b70ccd0f01459902415c28dbc81ff
15064Author: Adam Jackson <ajax@redhat.com>
15065Date:   Fri Apr 11 09:47:51 2008 -0400
15066
15067    So long, and thanks for all the cfb.
15068
15069commit 059b4876e6350aa1110648788cdfbb3f45b4d66d
15070Author: Adam Jackson <ajax@redhat.com>
15071Date:   Fri Apr 11 09:46:48 2008 -0400
15072
15073    Add doltcompile to .gitignore
15074
15075commit 6d22a9615a0e6ab3d00b0bcb22ff001b6ece02ae
15076Author: Peter Hutterer <peter@cs.unisa.edu.au>
15077Date:   Fri Feb 22 11:01:51 2008 +1030
15078
15079    dix: Call DeleteInputDeviceRequest from CloseDownDevices (#14418)
15080    
15081    The DDX (xfree86 anyway) maintains its own device list in addition to the one
15082    in the DIX. CloseDevice will only remove it from the DIX, not the DDX. If the
15083    server then restarts (last client disconnects), the DDX devices are still
15084    there, will be re-initialised, then the hal devices come in and are added too.
15085    This repeats until we run out of device ids.
15086    
15087    This also requires us to strdup() the default pointer/keyboard in
15088    checkCoreInputDevices.
15089    
15090    X.Org Bug 14418 <http://bugs.freedesktop.org/show_bug.cgi?id=14418>
15091
15092commit 90f491cf8eb869f27c4278b26c1bb84432b12d63
15093Merge: cbe01b3 b4380d8
15094Author: Peter Hutterer <peter@cs.unisa.edu.au>
15095Date:   Fri Apr 11 08:29:52 2008 +0930
15096
15097    Merge whot@wombat:~/potoroo/xserver into mpx
15098
15099commit 3c337e18b933881e22b0d03312511f1d23a8640b
15100Author: Tilman Sauerbeck <tilman@code-monkey.de>
15101Date:   Thu Apr 10 21:36:19 2008 +0200
15102
15103    Fixed configure.ac for autoconf 2.62.
15104
15105commit 13dcde6bf994fae09c67c3edce9de42df61ef043
15106Author: Eric Anholt <eric@anholt.net>
15107Date:   Thu Apr 10 11:08:49 2008 -0700
15108
15109    Fix dolt to error out on compile error, and not print errors on race to mkdir.
15110    
15111    Both of these changes have been submitted upstream.
15112
15113commit a7e3ad1c6b455bda7c4abb352a20845d1d4574a0
15114Author: Eric Anholt <eric@anholt.net>
15115Date:   Thu Apr 10 10:33:11 2008 -0700
15116
15117    Remove NDEBUG (assert() disable) define from the X Server.
15118    
15119    A few pieces of code were abusing this define for other purposes, which are
15120    converted to #ifndef DEBUG instead.  There should be no ABI consequences
15121    to this change.
15122    
15123    The rationale is that having the define in xorg-server.h also disables
15124    assert() drivers, which is unexpected, and also difficult to avoid since
15125    xorg-server.h is included in their config.h, and you can't put a #undef in
15126    config.h.  As for removing it from the server instead of moving it to an
15127    internal header, we probably shouldn't have unnecessary assert()s in
15128    critical server paths anyway, and if we do we could #define NDEBUG in the
15129    specific cases needed.
15130
15131commit b4380d8030927c940ddaea83c4cf24e0b9eb7b96
15132Author: Peter Hutterer <peter@cs.unisa.edu.au>
15133Date:   Thu Apr 10 19:25:43 2008 +0930
15134
15135    dix: don't free MDs classes on init.
15136    
15137    The device classes aren't deleted anymore on a class change, so there's no
15138    need to store the MD's original classes. We should however restore the MD to
15139    sane defaults when disconnecting the last device, consider this as TODO item.
15140
15141commit 04dff74ffdf727015e3721aae4ea13acc498cd1c
15142Author: Peter Hutterer <peter@cs.unisa.edu.au>
15143Date:   Thu Apr 10 19:22:59 2008 +0930
15144
15145    dix: Rework Enter/Leave semaphore system.
15146    
15147    Instead of a simple counter, use bits to keep track of which device is where
15148    etc. When device enters a window (or sets focus), the bit matching the device
15149    is set, when it leaves again, it is unset. If there are 0 bits set, then
15150    Leave/Enter/Focus events may be sent to the client.
15151    
15152    Same theory as before, but this should get around the insanity with
15153    Grab/Ungrab special cases. Those cases are basically untested though.
15154
15155commit a88386ee277d136caaaeec305f8753f23f9b6274
15156Author: Peter Hutterer <peter@cs.unisa.edu.au>
15157Date:   Thu Apr 10 14:36:57 2008 +0930
15158
15159    Xi: only DeliverFocusedEvents if the event is not a pointer event.
15160    
15161    A pointer device may have a focus class, but even if so, pointer events must
15162    be delivered to the sprite window, not the focus window.
15163
15164commit 48249425275cc90242497aee9968e5f1ffc86698
15165Author: Peter Hutterer <peter@cs.unisa.edu.au>
15166Date:   Thu Apr 10 14:36:10 2008 +0930
15167
15168    Xi: dont copy FocusClassRec if the master already has one.
15169    
15170    Blindly copying will override the focus setting of the master. If there's XI
15171    applications running, they may set the SD focus, while leaving the
15172    MD's focus as it was. In this case, after a class swap we still want to get
15173    the MD's events to the same window as before.
15174
15175commit bce6091c6b04ff2db704ae4f161179d21dcbec59
15176Author: Peter Hutterer <peter@cs.unisa.edu.au>
15177Date:   Thu Apr 10 09:59:45 2008 +0930
15178
15179    dix: Extend IsKeyboardDevice() to not include pointer devices.
15180    
15181    If a pointer devices has key classes as well, don't register it as a keyboard
15182    device. Let's see how much that change will break.
15183
15184commit cc7dab2d04da4ca164eeec1a3296df1706585466
15185Author: Peter Hutterer <peter@cs.unisa.edu.au>
15186Date:   Thu Apr 10 09:58:50 2008 +0930
15187
15188    dix: Dont deliver grabbed pointer events to a focus window.
15189    
15190    If an pointer event is being processed during a device grab, don't deliver it
15191    to the focus window, even if the device has a focus class. Reason being that
15192    some pointers may have a focus class, thus killing drag-and-drop.
15193
15194commit df2545b98d888924209cb889a68737c15f1aa209
15195Author: Peter Hutterer <peter@cs.unisa.edu.au>
15196Date:   Thu Apr 10 08:50:43 2008 +0930
15197
15198    xfree86: Sanity check before retrieving the paired device.
15199    
15200    Some pointer devices send key events [1], blindly getting the paired device
15201    crashes the server. So let's check if the device is a pointer before we try to
15202    get the paired device.
15203    
15204    [1] The MS Wireless Optical Desktop 2000's multimedia keys are sent through
15205    the pointer device, not through the keyboard device.
15206
15207commit 5a4c6621aaf4e886f2c3b633e837ba359fedf921
15208Author: Peter Hutterer <peter@cs.unisa.edu.au>
15209Date:   Thu Apr 10 08:29:05 2008 +0930
15210
15211    Xi: some extra checks for validity of kbd and mouse.
15212    
15213    Floating SDs are paired with themselves, so the paired device may not be a
15214    proper keyboard or mouse. Put some extra checks in to avoid dereferencing a
15215    nullpointer later.
15216
15217commit 8e0a6529303a52acc10905dd47c72a0d60979676
15218Author: Peter Hutterer <peter@cs.unisa.edu.au>
15219Date:   Thu Apr 10 08:25:36 2008 +0930
15220
15221    dix: When floating, set sprite to NULL before calling InitializeSprite.
15222    
15223    InitializeSprite won't create a new one if it already exists, with the result
15224    of overwriting the master's sprite. This master sprite is then assigned to the
15225    floating slave, and freed when the slave is reattached later.
15226    Setting the sprite to NULL forces InitializeSprite to alloc a new one, and
15227    this one can be freed without further repercussions.
15228
15229commit e7211eb0b3d10323dab681bcb18580405ea18ab2
15230Author: Peter Hutterer <peter@cs.unisa.edu.au>
15231Date:   Thu Apr 10 08:08:54 2008 +0930
15232
15233    Xi: When attaching, check for ptr -> ptr and keybd -> keybd.
15234    
15235    Some pointer devices have key classes (e.g. MS Optical Desktop 2000). The
15236    previous test was performed as Error if ptr -> keybd or keybd -> ptr. This
15237    doesnt work with such devices. New test is Succeed if ptr->ptr or
15238    keybd->keybd.
15239
15240commit 7909ebe7f163716520f843fae11ac7bdeffcb57c
15241Author: Eric Anholt <eric@anholt.net>
15242Date:   Wed Apr 9 10:43:25 2008 -0700
15243
15244    dolt: add FreeBSD support (this and ppc have been submitted upstream).
15245
15246commit b4842d8dc3b1619033c5c123c8adc6e164098dc3
15247Author: Michel Dänzer <michel@tungstengraphics.com>
15248Date:   Wed Apr 9 16:17:35 2008 +0200
15249
15250    dolt works on powerpc Linux.
15251
15252commit 0d1746995d91b55e40f233f0c38b56bafe896d38
15253Author: Michel Dänzer <michel@tungstengraphics.com>
15254Date:   Wed Apr 9 13:37:59 2008 +0200
15255
15256    Fix off-by-one error in ProcXResQueryClients().
15257    
15258    Fixes memory corruption reported at
15259    http://bugs.freedesktop.org/show_bug.cgi?id=14004 .
15260
15261commit 6d031cbdefd8072b61645955f01b470a3e6858c1
15262Author: Daniel Stone <daniel@fooishbar.org>
15263Date:   Wed Apr 9 14:36:26 2008 +0300
15264
15265    configure.ac: Do the dolt
15266    
15267    Use dolt instead of libtool whereever practical.  See:
15268    http://lists.debian.org/debian-devel/2008/04/msg00286.html
15269
15270commit b19027fbaea4c3a146926e862983e0e3411fff3d
15271Author: Dave Airlie <airlied@linux.ie>
15272Date:   Wed Apr 9 14:27:58 2008 +1000
15273
15274    quirk: add quirk for ACR 640x350 default mode is wrong
15275    
15276    RH #440186
15277
15278commit 1f8188656a075dc7b1bb27a0795b5bd43610bbc8
15279Author: Ben Byer <bbyer@apple.com>
15280Date:   Tue Apr 8 20:37:25 2008 -0700
15281
15282    add missing dix-config include
15283    (cherry picked from commit 126e9bc8c480b403dedc44c1e8c4fe1476340ed9)
15284
15285commit cbe01b3083eb65c9d4259b1071683febebf11600
15286Merge: 5ffbcfe 389dae7
15287Author: Peter Hutterer <peter@cs.unisa.edu.au>
15288Date:   Wed Apr 9 10:46:46 2008 +0930
15289
15290    Merge whot@wombat:~/potoroo/xserver into mpx
15291
15292commit 3f51f493b6daf2464e6c2ba5a924219b88a9e57e
15293Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
15294Date:   Tue Apr 8 17:02:56 2008 -0700
15295
15296    XQuartz: Fix issue where clicking on an X11 window might send that event to an X11 window in another space.
15297    (cherry picked from commit df21312c8b0e9ef0c809bfc57cdf64f27db0d8a7)
15298    (cherry picked from commit 2d4194a8d124e7a9c7cd1b83635ba6957aa4ae1c)
15299
15300commit 389dae73cc0f3693f49807fd2de146c454ba9783
15301Author: Peter Hutterer <peter@cs.unisa.edu.au>
15302Date:   Wed Apr 9 08:26:00 2008 +0930
15303
15304    Xi: If device "to" has a class but "from" doesn't, free the class in "to".
15305
15306commit 60c38d248c1a89392c2c6695c3802f4b54e4c00b
15307Author: Peter Hutterer <peter@cs.unisa.edu.au>
15308Date:   Wed Apr 9 07:46:53 2008 +0930
15309
15310    Xi: plug memory leak, free previous motion history before allocating new.
15311
15312commit ea05cf0813b2b7c8cd2151cb935820753ae7997a
15313Author: Peter Hutterer <peter@cs.unisa.edu.au>
15314Date:   Tue Apr 8 22:09:11 2008 +0930
15315
15316    Xi: check if source has a key class before copying.
15317
15318commit 08073862f8c4e1219b6459708ffd28e2bc35885f
15319Author: Hasso Tepper <hasso@estpak.ee>
15320Date:   Tue Apr 8 13:00:38 2008 +0300
15321
15322    configure.ac: Fix monotonic test harder
15323    
15324    This was only introduced in a later version of POSIX, so define that
15325    version to get it from more conformant systems.
15326
15327commit 5ffbcfec3d37d3b627a78acfa00dbafc5948df82
15328Author: Magnus Vigerlöf <Magnus.Vigerlof@ipbo.se>
15329Date:   Tue Apr 8 14:42:00 2008 +0930
15330
15331    dix: Ensure Proximity events don't kill the server.
15332    
15333    Add Prox events to the if-clauses with the other events
15334    that are usually sent from the input devices.
15335    Ensure that the event deliverers won't try to deliver
15336    events of type '0' (some extended events doesn't have
15337    an equivalent core-type)
15338    
15339    Small modification by Peter Hutterer.
15340    
15341    Signed-off-by: Peter Hutterer <peter@cs.unisa.edu.au>
15342
15343commit 32e4a88ae613c7200d84d5621344b418b656346b
15344Author: Peter Hutterer <whot@potoroo.wearablelab.ml.unisa.edu.au>
15345Date:   Tue Apr 8 08:42:58 2008 +0930
15346
15347    xkb: don't overwrite CtrlProc in the second run of XkbFinishDeviceInit.
15348    
15349    XkbFinishDeviceInit is called once when the device is initialised, but also
15350    when a class copy causes the key class of a device to change. In this case,
15351    overwriting the CtrlProc of the KeybdFeedbackClass with XkbDDXKeybdCtrlProc
15352    sets up a nice recursive loop of XkbDDXKeybdCtrlProc calling itself until the
15353    cows come home.
15354
15355commit 6271df6953bea462be7e9e01744e5dd46841e867
15356Author: Peter Hutterer <whot@potoroo.wearablelab.ml.unisa.edu.au>
15357Date:   Tue Apr 8 08:42:58 2008 +0930
15358
15359    xkb: don't overwrite CtrlProc in the second run of XkbFinishDeviceInit.
15360    
15361    XkbFinishDeviceInit is called once when the device is initialised, but also
15362    when a class copy causes the key class of a device to change. In this case, overwriting the CtrlProc of the KeybdFeedbackClass with XkbDDXKeybdCtrlProc sets up a nice recursive loop of XkbDDXKeybdCtrlProc calling itself until the cows come home.
15363
15364commit 726dcd9e4ebfb09c0685450dca6e9fae7e773814
15365Author: Adam Tkac <atkac@redhat.com>
15366Date:   Mon Apr 7 10:20:02 2008 -0400
15367
15368    Fix Xvfb input when building against current X sources.
15369
15370commit 0f87b41a432a6472a15ec0c9dee997e3bddbd0f2
15371Author: Hasso Tepper <hasso@estpak.ee>
15372Date:   Mon Apr 7 14:09:04 2008 +0300
15373
15374    configure.ac: DragonFly BSD support
15375    
15376    Add support for DragonFly BSD, which is just the same as FreeBSD for all
15377    of these cases.
15378
15379commit 6b1a27023e48b661c4bb3b61181ac57608d8e448
15380Author: Owen W. Taylor <otaylor@fishsoup.net>
15381Date:   Thu Apr 3 14:50:05 2008 -0400
15382
15383    EXA: Fix TS origin computation when implementing RenderComposite with tiling.
15384
15385commit fd06e8f8c1d82a9d91931e8532bee0fd9c9ca9ab
15386Merge: b46a009 6c0cfe3
15387Author: Peter Hutterer <whot@potoroo.wearablelab.ml.unisa.edu.au>
15388Date:   Mon Apr 7 07:56:41 2008 +0930
15389
15390    Merge branch 'master' into dcdc_rework
15391    
15392    Conflicts:
15393    
15394    	Xext/xevie.c
15395    	dix/dispatch.c
15396
15397commit 539bf3c2836727e7560c64144071b086f8ea32fe
15398Merge: 3ab33e7 6c0cfe3
15399Author: Sascha Hlusiak <saschahlusiak@arcor.de>
15400Date:   Mon Apr 7 00:10:16 2008 +0200
15401
15402    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver
15403
15404commit 3ab33e7cd46c25dfc461b2a1b13e138225a94524
15405Author: Sascha Hlusiak <saschahlusiak@arcor.de>
15406Date:   Sun Apr 6 23:23:47 2008 +0200
15407
15408    Remove stale code
15409    
15410    The jstk code for Joysticks is not used by any module, was never actually compiled and uses an API
15411    that is deprecated these days.
15412    
15413    No reason to keep it.
15414
15415commit b46a00918691cbd5ca80b6d3acae7614f93e073b
15416Author: Peter Hutterer <whot@potoroo.wearablelab.ml.unisa.edu.au>
15417Date:   Sun Apr 6 09:02:57 2008 +0930
15418
15419    dix: sprite may be NULL, don't dereference it then.
15420    
15421    In some rare cases (e.g. when the init fails) a device's sprite is NULL,
15422    dereferencing it to xfree the spriteTrace is a bad idea then.
15423
15424commit 638a50552e3e2190eac9721deb72e7365bdd52e4
15425Author: Peter Hutterer <whot@potoroo.wearablelab.ml.unisa.edu.au>
15426Date:   Sun Apr 6 08:36:21 2008 +0930
15427
15428    dix: remove debug error message about XI->core type conversion.
15429
15430commit 8f38feb3e464986dc523dabd3447ba13263a3a4a
15431Author: Peter Hutterer <whot@potoroo.wearablelab.ml.unisa.edu.au>
15432Date:   Sat Apr 5 20:37:09 2008 +1030
15433
15434    Xi: add comments for DeepCopyDeviceClasses, ChangeMasterDeviceClasses.
15435
15436commit 6c0cfe3d43b177c4cfaf7e228f32c655f9a98459
15437Author: Julien Cristau <jcristau@debian.org>
15438Date:   Fri Apr 4 19:01:40 2008 +0200
15439
15440    Fix the clock_gettime check for glibc-based non-Linux systems
15441    
15442    We need to define _POSIX_C_SOURCE on glibc, not just Linux, so add a new
15443    test for the __GLIBC__ macro.
15444
15445commit cc7c045bae01d90d8f1b750080ba48a96e983c68
15446Author: Adam Jackson <ajax@redhat.com>
15447Date:   Fri Apr 4 12:58:12 2008 -0400
15448
15449    Fix PCI config space cycles from int10 emulator.
15450    
15451    The top bit of 0xCF8 is an enable bit, not part of the domain.  Sending
15452    cycles to domain 128 instead of domain 0 is rarely the right thing to do.
15453
15454commit d1de3dda8efe501d4192c8a99c34ab4265316c32
15455Author: Eric Anholt <eric@anholt.net>
15456Date:   Mon Mar 17 14:22:39 2008 -0700
15457
15458    Fix clock_gettime presence detect on FreeBSD.
15459    
15460    For non-Linux, _POSIX_C_SOURCE and friends restrict symbols defined rather
15461    than enabling defines of symbols.  Additionally, CLOCK_MONOTONIC was
15462    apparently added to the standard around 2000 anyway, not 1993.
15463
15464commit ec17900f52bbd25d07566834756e5c7e832e0463
15465Author: Kristian Høgsberg <krh@redhat.com>
15466Date:   Fri Apr 4 10:46:45 2008 -0400
15467
15468    Convert __DRIconfigs after we've made sure createNewScreen succeeded.
15469
15470commit 16a8ce75585ea360c39e0ffce4f7bb26a359b754
15471Author: Kristian Høgsberg <krh@redhat.com>
15472Date:   Thu Apr 3 16:44:32 2008 -0400
15473
15474    Only autoload RECORD if it was enabled.
15475
15476commit d0395a753079f291a78d9ab86810b5f84f237491
15477Author: Peter Hutterer <peter@cs.unisa.edu.au>
15478Date:   Fri Apr 4 15:05:26 2008 +1030
15479
15480    Xi: realloc to->valuator instead of allocing it blindly.
15481
15482commit 502689847b86be5619da7134646d55a1ac322a2c
15483Author: Peter Hutterer <peter@cs.unisa.edu.au>
15484Date:   Fri Apr 4 15:01:53 2008 +1030
15485
15486    Xi: ALLOC_COPY_CLASS_IF should only alloc if to->field doesn't exist.
15487
15488commit 035b1b6995e670ce5593e8aceb08f9ec812c70ea
15489Author: Peter Hutterer <peter@cs.unisa.edu.au>
15490Date:   Fri Apr 4 15:00:06 2008 +1030
15491
15492    Xi: remove duplicate copying of kbdfeed and ptrfeed.
15493
15494commit 52fc7aed18930fc9e6bcfdd5dbc28ae559978288
15495Author: Peter Hutterer <peter@cs.unisa.edu.au>
15496Date:   Fri Apr 4 14:47:23 2008 +1030
15497
15498    Xi: only alloc memory for feedback classes if it doesn't already exist.
15499
15500commit 4eb87c8693b57d9354832c76417797394656333e
15501Author: Peter Hutterer <peter@cs.unisa.edu.au>
15502Date:   Fri Apr 4 14:20:18 2008 +1030
15503
15504    Xi: don't free device classes before copying them.
15505    
15506    First commit in a series to come.
15507
15508commit f0915fb3c4a9712200882440a64d11dc595a02bb
15509Author: Dave Airlie <airlied@redhat.com>
15510Date:   Fri Apr 4 09:29:51 2008 +1000
15511
15512    quirk: add quirk for ACER EDID
15513
15514commit 2e42b67b82db0f9128dd00e339b9dfdd9fe6d667
15515Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
15516Date:   Wed Apr 2 18:05:34 2008 -0700
15517
15518    XQuartz: Change reporting of space change to debug log rather than stderr
15519    (cherry picked from commit ed15556a9fc4ebdb88f42961052fc8456082165f)
15520
15521commit c737d04c758e03e32f692a31ed2a665ccbafa931
15522Author: Ben Byer <bbyer@apple.com>
15523Date:   Tue Apr 1 00:40:46 2008 -0700
15524
15525    The AppKit thread should not be calling directly into the X server
15526    functions to change state when the keyboard is reloaded; instead,
15527    pass it as an event.
15528    (cherry picked from commit 7e653f806ff5508aace059312156f319a9ed4479)
15529
15530commit 15b0084f1ab23042190d8beeb3f088b92dee5a10
15531Author: Ben Byer <bbyer@apple.com>
15532Date:   Mon Mar 31 23:31:25 2008 -0700
15533
15534    formatting cleanup for X11Application.m (no code changes)
15535    (cherry picked from commit eb083d3f68f459d90417558da1ed00729b749950)
15536
15537commit e9e2d88436597875f102085d216dc0a8fce1450a
15538Author: Ben Byer <bbyer@apple.com>
15539Date:   Mon Mar 31 22:55:24 2008 -0700
15540
15541    moved and renamed QuartzMessageServerThread to
15542    DarwinSendDDXEvent to make more clear what it actually does.
15543    (cherry picked from commit bee2b377efc930e25017636e5112093a3a6549c7)
15544
15545commit c1be4e3379d8780dff20390939b657ca0973995a
15546Author: Ben Byer <bbyer@apple.com>
15547Date:   Mon Mar 31 21:04:37 2008 -0700
15548
15549    shovelling code around ...
15550    (cherry picked from commit 2143182ba49195bbb2e9163ea6872fd68e7a4a85)
15551
15552commit 985c631b2e1f113039e6e620f030505435fd9815
15553Author: Ben Byer <bbyer@apple.com>
15554Date:   Mon Mar 31 20:18:58 2008 -0700
15555
15556    just a bit of juggling headers around -- we're preparing
15557    to call our Xquartz-specific event handlers directly
15558    as mieqHandlers
15559    (cherry picked from commit 4aedba5aa727e22316e8ca456f7218bea9ee0313)
15560
15561commit 89f1d880e83e32b72d35c4dbd6795defa6efa847
15562Author: Ben Byer <bbyer@apple.com>
15563Date:   Mon Mar 31 19:47:28 2008 -0700
15564
15565    nuke DarwinEventQueue
15566    (cherry picked from commit 1e0ec02202eeaffae480048b91bf02140ee29f8a)
15567
15568commit 8944b77ec0c18476a25ba3179bcc45b338be22b8
15569Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
15570Date:   Wed Apr 2 17:47:42 2008 -0700
15571
15572    continue with gutting darwinEvents.c
15573    (cherry picked from commit c34fce7051b996633291dddc061b696ff737f3fb)
15574
15575commit aa6d12e93e8661da841192ef7c3aa7c6a7731c7f
15576Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
15577Date:   Wed Apr 2 17:46:59 2008 -0700
15578
15579    turns out we weren't actually using these files. oops
15580    (cherry picked from commit bfec44d7b4baf0ad0aae55c8209bc60ac93c5b58)
15581
15582commit 6c5962e44730395f81cdb333322c9ad5242c32d4
15583Author: Ben Byer <bbyer@apple.com>
15584Date:   Mon Mar 31 18:15:18 2008 -0700
15585
15586    remove vestigal DarwinEQPointerPost etc
15587    (cherry picked from commit a25704c423598d596fd7f2ed4290d4b860bd5d5f)
15588
15589commit c6f0d5d1e51326e5110d27918d834eb0096df7db
15590Author: Ben Byer <bbyer@apple.com>
15591Date:   Mon Mar 31 17:48:09 2008 -0700
15592
15593    gut darwinEQEnqueue, and make it just call mieqEnqueue (for the moment)
15594    (cherry picked from commit a9e081a60ca227c0d96d4613075d97d6b762366a)
15595
15596commit 5b6c273eaa53d7b554d69c2b4865988068e73a26
15597Author: Ben Byer <bbyer@apple.com>
15598Date:   Mon Mar 31 17:08:45 2008 -0700
15599
15600    add prototype for DarwinEventHandler
15601    (cherry picked from commit 9a03ae33c4f9de830f15eabf3b994882ead7c000)
15602
15603commit 3713be8b470b1ac0fcb4f1e4c6b79c526b2196db
15604Author: Ben Byer <bbyer@apple.com>
15605Date:   Mon Mar 31 16:30:16 2008 -0700
15606
15607    add logging of current thread ID to DEBUG_LOG macro
15608    (cherry picked from commit 5848510cc5a8091b30230ab920d904ca6b159480)
15609
15610commit 1400a51ae70d8e498d9ae3975f58ba7c1768ca6f
15611Author: Ben Byer <bbyer@apple.com>
15612Date:   Mon Mar 31 16:24:01 2008 -0700
15613
15614    Begin to move all of our Xquartz DDX-specific event handlers
15615    to miEQ, in preparation to remove the DDX-specific code entirely.
15616    (cherry picked from commit 3f4447b95f73a82b3aa0f7b0d1640aba5fb0d1bc)
15617
15618commit 8746daa6732d9837f66d925f2fd74818ecbf8ba2
15619Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
15620Date:   Wed Apr 2 15:01:33 2008 -0700
15621
15622    XQuartz: Fixed missing close-paren in preference pane text.
15623    (cherry picked from commit ea37e151dc6032d2a1a33cef809f2a7d507aae35)
15624
15625commit b5a0a865c3045cc08c33388320d4ec3ab7065efb
15626Author: Kristian Høgsberg <krh@redhat.com>
15627Date:   Wed Apr 2 19:21:41 2008 -0400
15628
15629    Pick up dri2proto from the standard proto header include path.
15630
15631commit 8cde0af3c57f0375ba8ba77af9fdf74b79d9496d
15632Author: Kristian Høgsberg <krh@redhat.com>
15633Date:   Wed Apr 2 19:06:40 2008 -0400
15634
15635    Send the GLX_EXT_texture_from_pixmap attributes to the client.
15636
15637commit 7c20f65fea3dd3170cde89d7113d85f377671bfb
15638Author: Kristian Høgsberg <krh@redhat.com>
15639Date:   Wed Apr 2 18:00:06 2008 -0400
15640
15641    Add @XORG_CFLAGS@ to satisfy xf86* includes.
15642    
15643    Pointed out by Hasso Tepper.
15644
15645commit b13ab156894074fb38cc812738bc7aeeebd9614d
15646Author: Kristian Høgsberg <krh@redhat.com>
15647Date:   Wed Apr 2 12:38:36 2008 -0400
15648
15649    dri2: Unbreak glcore visual setup.
15650
15651commit b31de6a59044f91f8230aa581c9ca8540289c168
15652Author: Xiang, Haihao <haihao.xiang@intel.com>
15653Date:   Wed Apr 2 16:29:30 2008 +1000
15654
15655    dri2: fix crasher if DRI2Connect fails
15656
15657commit ebc56aca8bdfec1918cac3c8380895dfddea48ce
15658Author: Hong Liu <hong.liu@intel.com>
15659Date:   Wed Apr 2 10:43:19 2008 +0800
15660
15661    Bug #15160: quirk Proview AY765C
15662    
15663    prefer first detailed timing
15664
15665commit 9500033b9ecdfaf5a56a4355ffc94d74cb17ca17
15666Author: Goneri Le Bouder <goneri@rulezlan.org>
15667Date:   Tue Apr 1 20:19:40 2008 +0200
15668
15669    xfree86: don't crash in AutoConfig if the primary device is not pci
15670    
15671    Only call matchDriverFromFiles() if we found a pci device.
15672    Debian bug#472823 (http://bugs.debian.org/472823).
15673
15674commit 37b1258f0a288a79ce6a3eef3559e17a67c4dd96
15675Author: Thomas Jaeger <thjaeger@gmail.com>
15676Date:   Tue Apr 1 15:27:06 2008 +0300
15677
15678    XKB: Fix processInputProc wrapping
15679    
15680    If input processing is frozen, only wrap realInputProc: don't smash
15681    processInputProc as well.  When input processing is thawed, pIP will be
15682    rewrapped correctly.
15683    
15684    This supersedes the previous workaround in 50e80c9.
15685    
15686    Signed-off-by: Daniel Stone <daniel@fooishbar.org>
15687
15688commit a4d034941100c6ca3b7cc4e59952c2745b9306cc
15689Author: Ben Byer <bbyer@bushing.apple.com>
15690Date:   Fri Mar 28 20:47:44 2008 -0700
15691
15692    Add code to track 5 valuators for pointing device, in preparation
15693    for supporting tablet input in Xquartz.
15694    (cherry picked from commit 22c8849ea819eb70a14b2e06330b11b22aa63ebc)
15695
15696commit 6648867d8bd1e86458d2ade77a3ee4567c3d6a97
15697Author: Ben Byer <bbyer@bushing.apple.com>
15698Date:   Fri Mar 28 18:27:02 2008 -0700
15699
15700    add debug statements so we can see if/when our Xinput stubs are getting called.
15701    (cherry picked from commit 6e160bbe15dd2c2b8685847c06831cb6aebc6f74)
15702
15703commit 19ff23ab0e72a27d05ed4470f75a0934d6f6c1d1
15704Author: Ben Byer <bbyer@bushing.apple.com>
15705Date:   Fri Mar 28 18:25:03 2008 -0700
15706
15707    Remove calls to InitValuatorAxisStruct -- these are now handled in dix by
15708    InitValuatorDeviceClass.
15709    Add InitProximityClassDeviceStruct call to prepare for tablet support.
15710    (cherry picked from commit 1bd980a5b114f5320360943214f8f9f23b29c1e3)
15711
15712commit 9f56fc580646a519875b5a1452738d8c6e1fa860
15713Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
15714Date:   Mon Mar 31 17:34:07 2008 -0400
15715
15716    XSELinux: Add a request to get a client's context from a resource ID.
15717
15718commit c40e0b51f0d9ef5e1f30f233d7db1e6db9d6681b
15719Author: Kristian Høgsberg <krh@redhat.com>
15720Date:   Wed Mar 26 19:28:09 2008 -0400
15721
15722    Implement DRI2 direct rendering and update AIGLX to DRI interface changes.
15723    
15724    Get rid of glcontextmodes.[ch] from build, rename __GlcontextModes to
15725    __GLXcontext.  Drop all #includes of glcontextmodes.h and glcore.h.
15726    Drop the DRI context modes extension.
15727    
15728    Add protocol code to DRI2 module and load DRI2 extension by default.
15729
15730commit 8074676d2df8d577b443e3fa5e22d7c71c944bd1
15731Author: Fredrik Höglund <fredrik@kde.org>
15732Date:   Mon Mar 31 21:24:59 2008 +0200
15733
15734    EXA: Optimize the eviction scanning loop in exaOffscreenAlloc.
15735    
15736    Reduce the cost of the inner loop, by keeping a set of pointers to the
15737    first and the last areas in the series, subtracting the cost of the first
15738    area from the score, and adding the cost of the last area while walking
15739    the list.  This commit also moves the scanning loop from exaOffscreenAlloc
15740    into a separate function.
15741    
15742    Idea by Michel Dänzer.
15743
15744commit 93d876891dbba41b920a9a29a5de77f647f43928
15745Author: Fredrik Höglund <fredrik@kde.org>
15746Date:   Mon Mar 31 21:15:50 2008 +0200
15747
15748    EXA: Improve the algorithm used for tracking offscreen pixmap use.
15749    
15750    Replace the current score keeping algorithm with a rolling counter that's
15751    incremented in ExaOffscreenMarkUsed, with the previous value being stored
15752    in the area.  exaOffscreenAlloc uses the difference between the counter
15753    value and the value in the area when deciding which area to evict.
15754    It now also takes the size of the areas into account, and favors evicting
15755    smaller areas.
15756    
15757    The credit for these ideas goes to Michel Dänzer.
15758
15759commit 7034484f0887ea0f8ab956515f2d9301ea5842ce
15760Author: Daniel Stone <daniel@fooishbar.org>
15761Date:   Fri Mar 28 10:23:36 2008 +0200
15762
15763    gitignore: Add two more bits
15764    
15765    Get slightly better at ignoring vim swap files, and let people keep
15766    local changes if they want to.
15767
15768commit b8ea9f2a25aad88aee77a68f8e20ac07276f0dab
15769Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
15770Date:   Fri Mar 28 17:00:08 2008 -0700
15771
15772    XQuartz: Fixed names of enums to be more consistent
15773    (cherry picked from commit c309a08806daf5d716a860c709e51eacad2c745a)
15774
15775commit bd28839eb866a9e6dc3ff80f13a67611da7eaf64
15776Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
15777Date:   Fri Mar 28 17:02:02 2008 -0700
15778
15779    =?utf-8?q?XQuartz:=20Another=20Expos=C3=A9=20fix:=20F9=20doesn't=20raise=20all=20windows
15780    
15781    =20(cherry=20picked=20from=20commit=20b9cffa20debae73737c674bf75ab65db1bd74556)?=
15782    MIME-Version: 1.0
15783    Content-Type: text/plain; charset=utf-8
15784    Content-Transfer-Encoding: 8bit
15785
15786commit 933ffcdf7d2eaaf7caabfe6f861f04bcb149918f
15787Author: Adam Jackson <ajax@redhat.com>
15788Date:   Fri Mar 28 17:53:55 2008 -0400
15789
15790    Compile fix.
15791
15792commit 9e8451d869a4032ddb7de6a62920a3a7b0b1acc1
15793Author: Adam Jackson <ajax@redhat.com>
15794Date:   Mon Dec 3 17:38:53 2007 -0500
15795
15796    Add E-EDID segment selection.
15797
15798commit 0b4aef4d6df7a5525d381de035fbbf78c5fffeef
15799Author: Adam Jackson <ajax@redhat.com>
15800Date:   Mon Dec 3 16:00:00 2007 -0500
15801
15802    Refactor DDC2 code to allow for proper segmented addressing.
15803
15804commit 88ece11d6c45c6f4b94f7fb2da64a46e879d7c27
15805Author: Adam Jackson <ajax@redhat.com>
15806Date:   Mon Dec 3 15:47:39 2007 -0500
15807
15808    Start E-EDID support in the DDC module.
15809    
15810    Since there's no way to safely know how many blocks xf86DoEDID_DDC2 would
15811    return, add a new xf86DoEEDID entrypoint to do that, and implement the
15812    one in terms of the other.
15813
15814commit b5f98fcea2024c67e598947782913982072cf4fb
15815Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
15816Date:   Fri Mar 28 14:01:34 2008 -0400
15817
15818    XSELinux: Add xorg.conf option for permissive/enforcing/disabled.
15819    Patch by Joe Nall.
15820    
15821    The option goes in the "extmod" subsection.
15822    TODO: Make it easier for extension modules to handle their own options.
15823
15824commit 415e49b940bba2d08870db410ebb47d2add5d836
15825Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
15826Date:   Tue Mar 25 23:01:02 2008 -0700
15827
15828    XQuartz: Sanity-check the removal of the 256-color option
15829    Fixes the 'one-time-preferences' bug in 2.2.0_rc1
15830    (cherry picked from commit 38cbd13490fc21724e8eef0ec7e1a20a9cc2e39d)
15831
15832commit c1d37efe9aae5f2895b3437418f7e4bb2eb3400f
15833Author: Ben Byer <bbyer@bushing.apple.com>
15834Date:   Tue Mar 25 19:25:00 2008 -0700
15835
15836    xquartz: copy in new stubs from Xi/stubs.c to replace our old
15837    Xinput stubs.  Hey, it's a start.
15838    (cherry picked from commit 566412b4aece24ae6af8c7c835986b685aa456a2)
15839
15840commit c4a616a741e15865ce0ff98781c6f1dca4d62887
15841Author: Ben Byer <bbyer@bushing.apple.com>
15842Date:   Mon Mar 24 22:43:10 2008 -0700
15843
15844    prevent "fake mouse clicks" from generating spurious extra events
15845    (cherry picked from commit bd85a24969427e41389688663ead2d4dd41c9999)
15846
15847commit c747030a49dd289e873e2b686cd129d840e55468
15848Author: Dave Airlie <airlied@redhat.com>
15849Date:   Thu Mar 27 15:18:39 2008 +1000
15850
15851    quirk: fix LPL monitors properly.
15852    
15853    no point having a h cm fix when we really want to copy the sizes from the
15854    other place.
15855    
15856    RH BZ 435216
15857
15858commit 9df915b84d45d39aed7557c98883b20a66da2e96
15859Merge: 47eb658 333e712
15860Author: Sascha Hlusiak <saschahlusiak@arcor.de>
15861Date:   Tue Mar 25 17:50:50 2008 +0100
15862
15863    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver
15864
15865commit 333e7123dc484888d79c0f5aa3977bd72f1eb341
15866Author: Adam Jackson <ajax@redhat.com>
15867Date:   Tue Mar 25 12:48:22 2008 -0400
15868
15869    Fix that last commit.
15870    
15871    I can apply patches, really.
15872
15873commit 47eb658e802775021e3efec109f95431cca188ca
15874Author: Sascha Hlusiak <saschahlusiak@arcor.de>
15875Date:   Tue Mar 25 17:37:25 2008 +0100
15876
15877    Support to pass arbitrary options via HAL hotplugging
15878    
15879    Parse "input.x11_options" and pass every key/name pair to the driver.
15880    Remove check for input.capabilities, because that's part of the fdi files.
15881    
15882    Thanks to Dustin Spicuzza <dustin@virtualroadside.com> for the patch.
15883
15884commit e7a364425547103a98acabfc67d16e1ae0c2967f
15885Author: Sascha Hlusiak <saschahlusiak@arcor.de>
15886Date:   Tue Mar 25 12:32:33 2008 -0400
15887
15888    Fix getValuatorEvents to compute number of valuators correctly.
15889
15890commit f028e245a7932362656701c08fcfbfa8e8949077
15891Author: David Nusinow <dnusinow@debian.org>
15892Date:   Thu Feb 28 19:45:21 2008 -0500
15893
15894    Bug #10016: Implement WM_CLASS hints in Xephyr.
15895
15896commit 862ff9ac92037e13629329eb6ba50ff6bd2c5f71
15897Author: Adam Jackson <ajax@redhat.com>
15898Date:   Mon Mar 24 13:37:42 2008 -0400
15899
15900    Bug #11510: Fix build without RECORD.
15901
15902commit 87bfd3bd96c714a1c252d42408b5a1a4ff9dab06
15903Author: Adam Jackson <ajax@redhat.com>
15904Date:   Mon Mar 24 13:33:38 2008 -0400
15905
15906    Bug #11508: Fix build without XV.
15907
15908commit 536f2ff5382aaaace3b55481e15366bb15d87801
15909Author: Adam Jackson <ajax@redhat.com>
15910Date:   Mon Mar 24 12:22:19 2008 -0400
15911
15912    Bug #13962: Re-arm the DPMS timer when re-enabling DPMS.
15913
15914commit 4217ba0cf0c9bbea3774760e836ab372acf3237c
15915Author: Julien Cristau <jcristau@debian.org>
15916Date:   Sat Mar 22 17:31:08 2008 +0100
15917
15918    xaa: use xf86ReturnOptValBool instead of xf86IsOptionSet
15919    
15920    The latter doesn't return the option's value, just whether it's present
15921    in the configuration.
15922
15923commit 6b9d2bb1f7f87acbf275027af9c2982e91e5faed
15924Author: Julien Cristau <jcristau@debian.org>
15925Date:   Sat Mar 22 17:28:48 2008 +0100
15926
15927    exa: use xf86ReturnOptValBool instead of xf86IsOptionSet
15928    
15929    The latter doesn't give you the option's value, it just tells you if
15930    it's present in the configuration.  So using Option "EXANoComposite" "false"
15931    disabled composite acceleration.
15932
15933commit 63859473965f911515bc6e8d87b32a65ec41eb73
15934Author: Jeremy Huddleston <jeremy@tifa.local>
15935Date:   Fri Mar 21 19:31:31 2008 -0700
15936
15937    XQuartz: Disable 256 color option and fullscreen option
15938    (cherry picked from commit 7c1964338a33558d3f25e369dfca99e3ef9d10f9)
15939
15940commit 93daa3a3bf1a981757024847882ce92b6bdaae83
15941Author: Jeremy Huddleston <jeremy@tifa.local>
15942Date:   Fri Mar 21 19:11:59 2008 -0700
15943
15944    Xquartz: Added separate preference tab for quartz-wm settings
15945    Added FFM and "Focus on new window" options
15946    (cherry picked from commit 6841d078b7cb0b0db3db948d26b4d5ec7747deb8)
15947
15948commit c49e11268322712c211f29d51d664d3f8a59b00b
15949Author: Jeremy Huddleston <jeremy@tifa.local>
15950Date:   Fri Mar 21 18:07:38 2008 -0700
15951
15952    XQuartz: Initial framework for dealing with spaces on OS-X
15953    (cherry picked from commit 9831324998f9d1f05ff944c58c5bf60dcae17355)
15954
15955commit 4c76607b699431183ee7e88fa7818cb7644a5a02
15956Author: Jeremy Huddleston <jeremy@tifa.local>
15957Date:   Mon Mar 17 23:57:41 2008 -0700
15958
15959    Rootless: Removed safeAlphaXXXX() in favor of using fb/pixman
15960    (cherry picked from commit f03202ad15457c98be7ca78cc59bac88cf5f1966)
15961
15962commit 87c64cfd6901083da5a9375d0bde65691d374b5b
15963Author: Jeremy Huddleston <jeremy@tifa.local>
15964Date:   Fri Mar 14 17:31:54 2008 -0700
15965
15966    =?utf-8?q?Apple:=20Xserver=20half=20of=20the=20Expos=C3=A9=20bug-fix=20(requires=20updated=20libXplugin=20from=20Apple...=20coming=20with=202.2)
15967    
15968    =20(cherry=20picked=20from=20commit=2037be23e8c1d8e5c7a1157e9d66ef3f30a4c472c5)?=
15969    MIME-Version: 1.0
15970    Content-Type: text/plain; charset=utf-8
15971    Content-Transfer-Encoding: 8bit
15972
15973commit 3bbd77ff98478153afe3251de9ba11d757218213
15974Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
15975Date:   Thu Mar 20 20:03:02 2008 -0400
15976
15977    XSELinux: Do a check for whether background "None" is allowed.
15978
15979commit e323bb426ce8a072d119cb2720b773241259c137
15980Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
15981Date:   Thu Mar 20 19:42:09 2008 -0400
15982
15983    XSELinux: Correctly handle some permission bits that are used more than once.
15984
15985commit da973e962d09854b571320dee7dd9569060bc39e
15986Author: Michel Dänzer <michel@tungstengraphics.com>
15987Date:   Thu Mar 20 09:18:29 2008 -0400
15988
15989    Fix RandR 1.2 driver interface conversion of two colour cursors to ARGB
15990    
15991    This patch (and not setting HARDWARE_CURSOR_BIT_ORDER_MSBFIRST on big endian
15992    platforms) fixes it for me with the radeon driver and doesn't break intel.
15993    
15994    Correct patch this time :)
15995
15996commit f8c1eb29e28818895d744c4e1d6897353d51790b
15997Author: Alex Deucher <alex@cube.(none)>
15998Date:   Thu Mar 20 09:14:41 2008 -0400
15999
16000    Revert "Fix RandR 1.2 driver interface conversion of two colour cursors to ARGB"
16001    
16002    This reverts commit 267352579612155adfd4743432d6569b2cdeebde.
16003    
16004    Pushed the wrong patch.
16005
16006commit 267352579612155adfd4743432d6569b2cdeebde
16007Author: Michel Dänzer <michel@tungstengraphics.com>
16008Date:   Wed Mar 19 19:12:37 2008 -0400
16009
16010    Fix RandR 1.2 driver interface conversion of two colour cursors to ARGB
16011    
16012    See bug 11796
16013
16014commit 060a99444ee25a684b0ab9b4819bf8e855aea2d8
16015Author: Alan Coopersmith <alan.coopersmith@sun.com>
16016Date:   Wed Mar 19 16:04:16 2008 -0700
16017
16018    Make Xevie private symbol names less generic
16019    
16020    Makes it easier to figure out what you're seeing in the stack trace
16021    instead of wondering where in the server "ProcSend" is.
16022
16023commit f37046984d7839faefa4d716624e4a85ddde9634
16024Author: Alan Coopersmith <alan.coopersmith@sun.com>
16025Date:   Wed Mar 19 14:06:53 2008 -0700
16026
16027    Xevie cleanups, byteswapping fixes & request length check fixes
16028
16029commit edad0a9dfebcce5c54b2f9c32bd9d45549e20c51
16030Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
16031Date:   Tue Mar 18 17:51:21 2008 -0400
16032
16033    Apply __glXDisp_GetVisualConfigs message patch
16034    From http://bugs.freedesktop.org/show_bug.cgi?id=13863
16035    
16036    Problem was that the glxcmds.c __glXDisp_GetVisualConfigs
16037    function left garbage in the tail end of the message used for extensions.
16038
16039commit cdadd2ff9bade318caac5c1d9bcdc8a001347da9
16040Author: Dodji Seketeli <dodji@seketeli.org>
16041Date:   Tue Mar 18 14:00:15 2008 +0100
16042
16043    [Xephyr/DRI] correctly route motion events targeted at GL drawable
16044
16045commit afd7428690d87097117ab20335658f6d59d60103
16046Author: Jesse Barnes <jbarnes@jbarnes-t61.(none)>
16047Date:   Mon Mar 17 14:55:44 2008 -0700
16048
16049    Cleanup logic in xf86PrepareOutputs
16050    
16051    Should have done this in the first place.  Since we're checking for the absence
16052    of the get_crtc callback in the first place, we'll short circuit the later call
16053    and disable the output, so the ugly "continue" block is unnecesary.
16054
16055commit ba85caacb565b9aa0aeace52a362350304b0566d
16056Author: Jesse Barnes <jbarnes@jbarnes-t61.(none)>
16057Date:   Mon Mar 17 14:13:09 2008 -0700
16058
16059    Make xf86SetDesiredModes aware of current output configuration
16060    
16061    By adding a new output callback, ->get_crtc, xf86SetDesiredModes is able to
16062    avoid turning off outputs & CRTCs if the current output<->CRTC mappings are the
16063    same as the desired configuration.  This helps avoid flickering displays at
16064    startup time, which speeds things up a little and looks better.
16065
16066commit bee2ddf35f75086cee951142098637f2c756b96b
16067Author: Jesse Barnes <jbarnes@jbarnes-t61.(none)>
16068Date:   Mon Mar 17 08:33:01 2008 -0700
16069
16070    Fail CRTC configuration if !vtSema
16071    
16072    Unless we check for vtSema before calling into the CRTC and output callbacks,
16073    we may end up trying to access video memory that no longer exists, leading to a
16074    crash.  So if we don't have vtSema, return FALSE to the caller, indicating that
16075    we didn't do anything.
16076    
16077    Fixes #14444.
16078
16079commit db248ffb840a0c113b6eb508a0fa1e74e752474d
16080Author: Matthieu Herrb <matthieu.herrb@laas.fr>
16081Date:   Sun Mar 16 18:46:11 2008 +0100
16082
16083    test for the presence of pci_system_init_dev_mem() before calling it.
16084    
16085    This avoids creating a dependency on -current libpciaccess for
16086    BSD systems other than OpenBSD (which don't otherwise need it).
16087
16088commit aa231f28d56402d7daea6cbd3002fbf760f79497
16089Author: Donnie Berkholz <dberkholz@gentoo.org>
16090Date:   Fri Mar 14 18:41:25 2008 -0700
16091
16092    Xephyr: Build fix: Port across XF86dri.c changes from Mesa.
16093
16094commit a955c3b587b22b8bf20cb6bedbbec4ad5fcb32ac
16095Author: Donnie Berkholz <dberkholz@gentoo.org>
16096Date:   Fri Mar 14 18:41:07 2008 -0700
16097
16098    Xephyr: Distribute ephyrdriext.h in tarballs.
16099
16100commit 090b26db767d296e7a3452da83b136d1caa0ed01
16101Author: Daniel Stone <daniel@fooishbar.org>
16102Date:   Fri Mar 14 21:58:27 2008 +0200
16103
16104    XkbCopyKeymap: Fix broken indentation
16105    
16106    An astute observer will note that the entirety of XkbCopyKeymap is indented
16107    with spaces, and no tabs whatsoever, and not commit changes which break the
16108    otherwise consistent indentation.
16109    A non-astute observer will note the breakage when the commit mail comes
16110    through with clearly broken indentation.
16111    A polite, non-astute, observer will then fix it.
16112    
16113    C'est la vie.
16114
16115commit 88bec0915e3867f8dbf859a3dfbb771d0d07092d
16116Author: Daniel Stone <daniel@fooishbar.org>
16117Date:   Fri Mar 14 21:54:13 2008 +0200
16118
16119    mi: More meaningful assert crashes
16120    
16121    When we fail an assert in miregion.c (which happens every now and then,
16122    though I haven't yet checked up why), at least generate a segfault, so
16123    we'll get a backtrace.
16124
16125commit 57d48d94b8947c571925e6fd4c9bf041fbd1b2ac
16126Author: Adam Jackson <ajax@redhat.com>
16127Date:   Fri Mar 14 14:37:42 2008 -0400
16128
16129    Fix a stray use of ALLOCATE_LOCAL.
16130
16131commit 824853772241acf64bc37ac8b85254194741ae13
16132Author: Adam Jackson <ajax@redhat.com>
16133Date:   Fri Mar 14 14:24:21 2008 -0400
16134
16135    RANDR 1.2: Fix initial mode aspect ratio match in a corner case.
16136    
16137    Actually more like in the mainline case, where the ideal mode happens to
16138    be the very first aspect match on the first monitor.  But let's not
16139    split hairs.
16140
16141commit 1b9878ffcfc0c0dbc4a6e674827fe508ba77db4b
16142Author: Bart Trojanowski <bart@jukie.net>
16143Date:   Thu Mar 13 17:42:16 2008 -0400
16144
16145    Bug #14332: Fix PCI access cycles from x86emu.
16146    
16147    The address written to 0xcf8 contains the PCI slot address to send the
16148    config cycle to.  However, we would ignore that and always send the
16149    cycle to the device whose BIOS we were running.  This breaks some
16150    integrated graphics platforms that have explicit knowledge about the
16151    system's host bridge, for example.
16152
16153commit f7abe05b3306ed9a6f2cf5e3e45ed524d725d029
16154Author: Doug Chapman <doug.chapman@hp.com>
16155Date:   Thu Mar 13 17:40:34 2008 -0400
16156
16157    Bug #14091: Fix build (and runtime) on ia64.
16158
16159commit 5d7437c29e686a081b20823450d78c4c2f4e0aec
16160Author: Adam Jackson <ajax@redhat.com>
16161Date:   Thu Mar 13 17:37:12 2008 -0400
16162
16163    RANDR 1.2: Fix the RANDR 1.1 screen size estimation to approach reality.
16164    
16165    While the ScreenRec's notion of size in millimeters would get updates,
16166    the RANDR 1.1 notion wouldn't, so your screen would appear to be square
16167    and probably at some ludicrous DPI.
16168
16169commit 61c3f63a75d8b0cc47ffed4a0e30147fab2ae8f4
16170Author: Adam Jackson <ajax@redhat.com>
16171Date:   Thu Mar 13 17:34:54 2008 -0400
16172
16173    RANDR 1.2: Don't report a square resolution to RANDR 1.1 clients.
16174    
16175    It can't possibly do anything useful, and older versions of Gnome (and
16176    proably others) get very confused by it.  So do the drivers, for that
16177    matter.
16178
16179commit 06c0372c3a1b45005eb6d50406f77f4e93f1de1e
16180Author: Mark Kettenis <mark.kettenis@xs4all.nl>
16181Date:   Wed Mar 12 21:45:37 2008 +0100
16182
16183    OpenBSD support for libpciaccess.
16184    
16185    xserver and libpciaccess both need to open /dev/xf86, which can only
16186    be opened once.  I implemented pci_system_init_dev_mem() like Ian
16187    suggested.  This requires some minor changes to the BSD-specific
16188    os-support code.  Since pci_system_init_dev_mem() is a no-op on
16189    FreeBSD this should be no problem.
16190
16191commit 2036851125226065891f13583ade3ce559e7bd37
16192Author: Matthias Hopf <mhopf@suse.de>
16193Date:   Mon Mar 10 19:29:07 2008 +0100
16194
16195    Return randr interface version in xf86CrtcScreenInit()
16196    
16197    Necessary to allow drivers to be run-time backwards compatible when using the
16198    modes/ functions w/o providing their own copy.
16199
16200commit c7536f4b87e089a7e7c43026b189922fec70c565
16201Author: Kristian Høgsberg <krh@redhat.com>
16202Date:   Tue Mar 11 13:11:04 2008 -0400
16203
16204    Silence REGION_INIT() warning.
16205    
16206    Evaluating the address of a BoxRec as a boolean gives this warning:
16207    
16208      i830_driver.c:2317: warning: the address of 'ScreenBox' will always
16209      evaluate as 'true'
16210    
16211    which is pretty annoying.  This patch compares the address to NULL to
16212    avoid the pointer->bool conversion and gets rid of the warning.  Seems
16213    like a lame hack, but the warning is worse.
16214
16215commit cc05255191413b3f376edbc600122ff085f45f7b
16216Author: Kristian Høgsberg <krh@redhat.com>
16217Date:   Tue Mar 11 00:51:43 2008 -0400
16218
16219    Make WriteToClient take a const void * like any decent IO write function.
16220    
16221    Enough with the casting.  Doesn't break API or even ABI, but does make
16222    a lot of silly casts superfluos.
16223
16224commit bc504ffbba3dec2e3467bab8ba1ac25db6dd317e
16225Author: Kristian Høgsberg <krh@redhat.com>
16226Date:   Tue Mar 11 00:35:31 2008 -0400
16227
16228    DRI2: Add DRI2AuthConnection().
16229    
16230    DRI2 uses the same authentication scheme as XF86DRI, so implement this
16231    entry point so DRI2 protocol code can access it.
16232
16233commit b2657ec5981122e7cc0bda0d8802aec63cde9014
16234Author: Keith Packard <keithp@keithp.com>
16235Date:   Wed Feb 6 16:51:57 2008 -0800
16236
16237    XkbCopyKeymap was mangling doodads and overlays
16238
16239commit ab9b0b36ac8ac72fc48c0abd91a83de49a18313c
16240Author: Adam Jackson <ajax@redhat.com>
16241Date:   Mon Mar 10 13:40:00 2008 -0400
16242
16243    Add the "amd" driver to magic driver selection.
16244
16245commit 0f6aaf636b7ac4c98467284ff7baf1b83e0b72e7
16246Author: Adam Jackson <ajax@redhat.com>
16247Date:   Mon Mar 10 09:14:20 2008 -0400
16248
16249    Bug #14927: Fix the math for xf86NumDefaultModes.
16250
16251commit 01c2e01f2aee580438b74bfb9da8f584f3878e6b
16252Author: Kristian Høgsberg <krh@sasori.boston.redhat.com>
16253Date:   Sun Mar 9 21:40:27 2008 -0400
16254
16255    GLX: Track changes to DRI_TEX_BUFFER extension.
16256    
16257    We now just pass in the __DRIdrawable.
16258
16259commit acedc03367e9e69f03b4838f0f0e8d8a8e872b9b
16260Author: Kristian Høgsberg <krh@sasori.boston.redhat.com>
16261Date:   Sun Mar 9 21:39:19 2008 -0400
16262
16263    DRI2: Return event buffer head index in DRI2CreateDrawable.
16264    
16265    And pass it to the DRI driver in AIGLX.
16266
16267commit 911f0c147699d3b8d97491be2ef6d2e4a6682a0b
16268Author: Julien Cristau <jcristau@debian.org>
16269Date:   Fri Mar 7 23:24:06 2008 +0100
16270
16271    Programs in hw/dmx/examples/ want client-side xkb headers.
16272
16273commit 9abaad115cb6245b12b2adb3552ace99b634ab4a
16274Author: Kristian Høgsberg <krh@redhat.com>
16275Date:   Fri Mar 7 14:12:28 2008 -0500
16276
16277    Fix DRI2 texture target for GLX_EXT_texture_from_pixmap.
16278    
16279    Thanks to Dennis Kasprzyk for pointing it out and for reminding me to
16280    commit it.
16281
16282commit 3bf7ff70323d533a3a05c0f3e22393e63beada99
16283Author: Adam Jackson <ajax@redhat.com>
16284Date:   Fri Mar 7 09:25:06 2008 -0500
16285
16286    Size xf86DefaultModes explicitly.
16287    
16288    i.e., don't check for the end of the list by ->name == NULL, since that
16289    won't work now.  Fix the consumers of xf86DefaultModes to use the new
16290    explicit size as well.
16291
16292commit 3fcb6445dc08f42488287162e3b7009d405e9c5b
16293Author: Adam Jackson <ajax@redhat.com>
16294Date:   Fri Mar 7 08:29:49 2008 -0500
16295
16296    Fix segfault when a monitor exists but has no modes.
16297    
16298    Thanks to Zhenyu Wang for finding this.
16299
16300commit a8d760f567b19268329c4682495caa591f08a854
16301Author: Aaron Plattner <aplattner@nvidia.com>
16302Date:   Sun Mar 2 20:13:11 2008 -0800
16303
16304    Get modes code building with old X servers again.
16305    
16306    This change uses XORG_VERSION_CURRENT < 7.0 to mean "server newer than 1.2"
16307    since XORG_VERSION current went backwards at some point.
16308
16309commit ca616b902b2c5d0f046c7a042c11f045479e373a
16310Author: Jesse Barnes <jbarnes@jbarnes-t61.(none)>
16311Date:   Thu Mar 6 13:47:44 2008 -0800
16312
16313    Allow RandR get output property to call into drivers
16314    
16315    In order to report accurate values to users of the RandR property interface,
16316    it's sometimes necessary to ask the driver to update the value (for example
16317    when backlight brightness changes without the server's knowledge, due to hotkey
16318    events or direct sysfs banging).
16319    
16320    This patch wires up the core server code with a new xf86CrtcFuncs callback,
16321    get_property, to allow for this.
16322    
16323    The new code is available under the RANDR_13_INTERFACE define, which in turn
16324    depends on the RANDR_12_INTERFACE code.
16325
16326commit 34b69e3bc0e6462eb60029fbcb4f5479494007a2
16327Author: Adam Jackson <ajax@redhat.com>
16328Date:   Wed Mar 5 23:56:49 2008 -0500
16329
16330    Fix distcheck.
16331    (cherry picked from commit 2a47accff8dccded4dfe031f9366c028ba927824)
16332
16333commit 8e562fe26ff77c03be0855afb08e43f3ed0bd4b9
16334Author: Peter Hutterer <peter@cs.unisa.edu.au>
16335Date:   Wed Mar 5 15:11:41 2008 +1030
16336
16337    Xi: remove false memset from DeepCopyDeviceClasses.
16338    
16339    It's wrong, needs to be different, but I haven't had enough coffee to figure
16340    out what it needs to do yet.
16341
16342commit d4101140f4e569f18554cf0cbf43138d08bd1277
16343Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
16344Date:   Tue Mar 4 22:39:41 2008 -0500
16345
16346    xselinux: Implement polyinstantiation support and related protocol.
16347
16348commit cf984dcc156958d4f8d98110e7add150628ce97e
16349Author: Alan Coopersmith <alan.coopersmith@sun.com>
16350Date:   Tue Mar 4 16:03:04 2008 -0800
16351
16352    Make sure SIOGLIFCONF buffer is properly aligned for socket structures
16353
16354commit 27e7dacbf7ef17712be31ff90f98ee3a5c5cf909
16355Author: Adam Jackson <ajax@redhat.com>
16356Date:   Tue Mar 4 11:38:34 2008 -0500
16357
16358    Make xf86InitialConfiguration slightly smarter.
16359    
16360    Old heuristic was to find the first monitor that expressed a preference,
16361    then attempt to get all other monitors to agree.  This doesn't work
16362    particularly well when the two sets of modes don't precisely intersect,
16363    you get overlapping-but-not-identical output geometry and things go wrong.
16364    
16365    New heuristic is:
16366    - Exact user preference, if given
16367    - Exact output preference, if the same for all outputs
16368    - Best (largest) mode of modes common to all outputs:
16369      - with the same aspect ratio as all outputs (may be NULL)
16370      - with 4:3 aspect ratio
16371    - Then the old heuristic to try to get something lit
16372    
16373    Note that it is simply not doable to have a reliable initial output guess if
16374    you insist on trying to clone all outputs together.  It's far too easy to
16375    end up with displays that simply don't have modes in common.  We need to
16376    switch to right-of placement someday, once we're not limited to CRTC size
16377    limits and we have working multi-GPU in RANDR.
16378
16379commit 95df04b744c6a3498a9a9e2ea9bb03ee780e60f8
16380Author: Adam Jackson <ajax@redhat.com>
16381Date:   Tue Mar 4 10:59:24 2008 -0500
16382
16383    Remove all mention of the vga driver from the config logic.
16384
16385commit 7b4f3616f75a541b819d99c28bb6cb73761b6066
16386Author: Peter Hutterer <peter@cs.unisa.edu.au>
16387Date:   Tue Mar 4 18:29:15 2008 +1030
16388
16389    Xi: add deviceid to QueryDevicePointer request.
16390    
16391    Why not, we had the padding anyway.
16392    Suggested by Jim Gettys on the X.Org mailing list.
16393
16394commit 056a2ce02ce85013e89055ee44a7aa3eabedac09
16395Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
16396Date:   Tue Mar 4 02:44:48 2008 -0500
16397
16398    XACE: Check the return value of the selection create hook call.
16399
16400commit 4f2cd0ed96d3b10c78774c721c2ffbfb0556dddd
16401Merge: 23ae68a 453661a
16402Author: Peter Hutterer <peter@cs.unisa.edu.au>
16403Date:   Tue Mar 4 18:11:10 2008 +1030
16404
16405    Merge branch 'master' into mpx
16406    
16407    This merge reverts Magnus' device coorindate scaling changes. MPX core event
16408    generation is very different, so we can't scale in GetPointerEvents.
16409    
16410    Conflicts:
16411    
16412    	Xi/opendev.c
16413    	dix/devices.c
16414    	dix/dixfonts.c
16415    	dix/getevents.c
16416    	dix/resource.c
16417    	dix/window.c
16418    	hw/xfree86/common/xf86Xinput.c
16419    	mi/mipointer.c
16420    	xkb/ddxBeep.c
16421    	xkb/ddxCtrls.c
16422    	xkb/ddxKeyClick.c
16423    	xkb/ddxList.c
16424    	xkb/ddxLoad.c
16425    	xkb/xkb.c
16426    	xkb/xkbAccessX.c
16427    	xkb/xkbEvents.c
16428    	xkb/xkbInit.c
16429    	xkb/xkbPrKeyEv.c
16430    	xkb/xkbUtils.c
16431
16432commit 72f2197545e734cd0aa785d05a57b2fc0351a763
16433Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
16434Date:   Tue Mar 4 02:02:54 2008 -0500
16435
16436    dix: Convert selection list to a linked list.
16437    
16438    Fixes a bug where pointers were being invalidated after a realloc.
16439
16440commit 0bd0f90d7c7928052197da7119177e5a1c9eee2c
16441Author: Daniel Stone <daniel@fooishbar.org>
16442Date:   Tue Mar 4 03:47:36 2008 +0200
16443
16444    XKB: Fix initial map setting on startup
16445    
16446    Due to an unwitting sense inversion when eliminating XkbFileInfo, we were
16447    setting the complete wrong keymap on startup (non-XKB map if we had an XKB
16448    map available, or the XKB map if we didn't have any available).  Invert the
16449    sense properly, and add two small bits that also went missing in that commit.
16450
16451commit 613852ce6a821ce6f6382fc14629f517776a3701
16452Author: James Cloos <cloos@jhcloos.com>
16453Date:   Mon Mar 3 16:10:04 2008 -0500
16454
16455    Fix some documentation typos
16456
16457commit 3f23139137e024e09d207be05a61968100cf53e8
16458Author: Jesse Barnes <jesse.barnes@intel.com>
16459Date:   Mon Mar 3 13:05:12 2008 -0800
16460
16461    Add cscope files to .gitignore
16462
16463commit 708f07753ff22ade54e9ee8885e4198fff363b87
16464Author: Adam Jackson <ajax@redhat.com>
16465Date:   Mon Mar 3 15:49:48 2008 -0500
16466
16467    RANDR 1.2: Inherit PreferredMode from the global configuration, if any.
16468    
16469    If you don't do this, then Modes "800x600" in the Display subsection will
16470    be dutifully ignored and the driver will start at whatever resolution it
16471    feels like.
16472
16473commit 605e6764dfd3e9cb917b9cfcd92fe89857c1a1c9
16474Author: Adam Jackson <ajax@redhat.com>
16475Date:   Mon Mar 3 15:45:17 2008 -0500
16476
16477    Fix Motif menu drawing in Xnest.
16478    
16479    See also Red Hat bug #229350, OpenSolaris bug #6366490.
16480
16481commit 3b73d62791d925c465ec855f96981d151dd3c179
16482Author: Adam Jackson <ajax@redhat.com>
16483Date:   Mon Mar 3 15:43:22 2008 -0500
16484
16485    xf86DDCMonitorSet: Honor the DisplaySize from the config file.
16486    
16487    We honor sync ranges and pixel clock settings from the config here, no
16488    reason to ignore DisplaySize.
16489
16490commit 7c16b68ab879f5b4b1aedfc6b2aadbe56193dd19
16491Author: Adam Jackson <ajax@redhat.com>
16492Date:   Mon Mar 3 15:09:11 2008 -0500
16493
16494    1.5 has branched, start 1.5.99.x.
16495
16496commit f7ab2d3821e6bccc943f088e308fd58395a186d2
16497Author: David Nusinow <dnusinow@debian.org>
16498Date:   Sun Mar 2 18:36:25 2008 -0500
16499
16500    Add missing file from previous commit.
16501
16502commit b5ce0e1d0b861dc5521fcd9db6287ed6da817726
16503Author: David Nusinow <dnusinow@debian.org>
16504Date:   Sun Mar 2 17:12:02 2008 -0500
16505
16506    Bug #13860: Ensure that the DRI mode is in octal format.
16507
16508commit c934366424b0d20e013c84e6b94b226b20e7baa2
16509Author: Matthieu Herrb <matthieu.herrb@laas.fr>
16510Date:   Sun Mar 2 19:27:53 2008 +0100
16511
16512    use UTILS_SYS_LIBS to pass SYS_LIBS to utils/ioports correctly
16513
16514commit 2bb9c1f36f685044b837f42076dec2ea7d22d034
16515Author: David Nusinow <dnusinow@debian.org>
16516Date:   Sat Mar 1 18:44:58 2008 -0500
16517
16518    bug #10008: Make Xvfb.1 document the correct default depth
16519
16520commit b0b9c811cda3e35a8f6d0813483f750602c55ff6
16521Author: George Sapountzis <gsap7@yahoo.gr>
16522Date:   Sat Mar 1 20:24:50 2008 +0200
16523
16524    fix typo
16525
16526commit 3d642905477f4b1ec3223f1fbe0d0d37e959ec81
16527Author: George Sapountzis <gsap7@yahoo.gr>
16528Date:   Sat Mar 1 16:18:18 2008 +0200
16529
16530    clean some "unused" warnings
16531
16532commit e7a6f79754816976d92857d55840262cccff80a6
16533Author: George Sapountzis <gsap7@yahoo.gr>
16534Date:   Sat Mar 1 16:16:29 2008 +0200
16535
16536    glcore: split mesa and X in build system
16537
16538commit cdd46aa3cd2e720558186cdbe48d871ab385fcdd
16539Author: George Sapountzis <gsap7@yahoo.gr>
16540Date:   Sat Mar 1 15:57:57 2008 +0200
16541
16542    configure: minor cleanup
16543    
16544    - dmx
16545    
16546    - darwin: remove from xorg options
16547    
16548    - xephyr: libxv is client lib
16549
16550commit 8af2c39bcc4ddc4693d5a2597c9622fa17b6c272
16551Author: Maarten Maathuis <madman2003@gmail.com>
16552Date:   Sat Mar 1 16:54:01 2008 +0100
16553
16554    Fix big mistake in commit fd41f46ac62033a724bd1f4612f19448a21c1224.
16555    
16556    - When a mode is deleted, the name pointer is also free()'ed.
16557    - This leaves other modes with an invalid pointer.
16558
16559commit ef60632e200853680282016e32a7a9fb01882852
16560Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
16561Date:   Fri Feb 29 18:00:27 2008 -0500
16562
16563    dix: Modify callers of property and selection API to use new interfaces.
16564
16565commit cc76ea6e3ac6a405f0c198c4e62be40aa8d2b546
16566Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
16567Date:   Fri Feb 29 17:55:31 2008 -0500
16568
16569    XACE: Add generic support for property and selection polyinstantiation.
16570
16571commit 34bf308a9e66f1a2f48630a15b1802afad50ec24
16572Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
16573Date:   Fri Feb 29 18:00:23 2008 -0500
16574
16575    dix: Refactoring of selection code to allow for polyinstantiation.
16576    Introduces dixLookupSelection() API.
16577    Removes NumCurrentSelections from API.
16578
16579commit d5715f7beaad6816db27b01b67d7a3c69164d106
16580Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
16581Date:   Fri Feb 29 16:16:12 2008 -0500
16582
16583    dix: Refactoring of property code to allow for polyinstantiation.
16584    Introduces dixLookupProperty() API.
16585
16586commit c0e1959f285d7a7df66f42d55912a5a595decd0f
16587Author: Adam Jackson <ajax@redhat.com>
16588Date:   Fri Feb 29 16:45:11 2008 -0500
16589
16590    On second thought, revert that, it'll make large pixmaps painfully slow.
16591    
16592    Need to just fix the callers.
16593
16594commit 4a44fe7c8678360d0549cf0e0d63870f3623b1db
16595Author: Chris Wilson <chris@chris-wilson.co.uk>
16596Date:   Fri Feb 29 16:43:14 2008 -0500
16597
16598    Bug #10465: Use calloc() for allocating PixmapRec's.
16599
16600commit 5d5fcc7198ca54fa9dc24fe974763eff9fddabee
16601Author: Chris Wilson <chris@chris-wilson.co.uk>
16602Date:   Fri Feb 29 16:42:04 2008 -0500
16603
16604    Bug #10464: Set pixel value to 0 before FindColor()
16605
16606commit 8f0a4282f0ac33625eda9466e3db0bcef64e403a
16607Author: Chris Wilson <chris@chris-wilson.co.uk>
16608Date:   Fri Feb 29 16:39:29 2008 -0500
16609
16610    Bug #10463: Always initialize reference pixel before AllocColor()
16611
16612commit b7eb92774a58639aff3f26bb28a3dcff910c3fb6
16613Author: Adam Jackson <ajax@redhat.com>
16614Date:   Sat Jan 12 01:22:05 2008 -0500
16615
16616    EDID 1.4: Print additional CVT support data in the log.
16617
16618commit 31014d88aff8dc8a502cf0f26e4cde141e1a92f5
16619Author: Adam Jackson <ajax@redhat.com>
16620Date:   Sat Jan 12 01:03:44 2008 -0500
16621
16622    EDID 1.4: Decode additional CVT support information.
16623    
16624    Table 3.28: Display Range Limits & CVT Support Definition
16625
16626commit d1c48955f80692a32ab6adcee1384e3d298f471a
16627Author: Adam Jackson <ajax@redhat.com>
16628Date:   Sat Jan 12 00:30:58 2008 -0500
16629
16630    Fix CVT abuse in DDCModesFromStandardTiming.
16631    
16632    CVT is enough different from GTF that it should not be used on monitors
16633    that aren't expecting it.  This brings us closer to what the spec says
16634    the correct behaviour is.
16635
16636commit 26c2e95fa5bf30726356cf4bdd0fea32a771a179
16637Author: Adam Jackson <ajax@redhat.com>
16638Date:   Sat Jan 12 00:09:34 2008 -0500
16639
16640    Nuke a duplicate SYMFUNC(xf86CVTMode)
16641
16642commit ca5625b911e65fdfd410247b3eff57fedcfc1f79
16643Author: Adam Jackson <ajax@redhat.com>
16644Date:   Sat Jan 12 00:08:00 2008 -0500
16645
16646    Add xf86GTFMode().
16647    
16648    This should probably be shared like xf86CVTMode().
16649
16650commit 4cb4817c1072e1d31333db47d95f71d08bf0d1dc
16651Author: Adam Jackson <ajax@redhat.com>
16652Date:   Fri Jan 11 23:38:48 2008 -0500
16653
16654    Remove the duplicate copy of xf86cvt.c
16655
16656commit e65e51a99b17a0510782775f010e9820ca567fcb
16657Author: Adam Jackson <ajax@redhat.com>
16658Date:   Fri Jan 11 23:19:20 2008 -0500
16659
16660    Constify the built-in mode tables.
16661
16662commit 6828d8fc2b464e0755f46e3fbdeb07be0c38b620
16663Author: Adam Jackson <ajax@redhat.com>
16664Date:   Fri Jan 11 22:57:42 2008 -0500
16665
16666    Clean up DisplayModeRec handling in many places.
16667    
16668    Use xf86DuplicateMode() instead of rolling our own, and change
16669    malloc+memset to calloc.
16670
16671commit 85617b56e5e00e7b8c7d8ce5b49af289056921a7
16672Author: Adam Jackson <ajax@redhat.com>
16673Date:   Fri Jan 11 22:55:37 2008 -0500
16674
16675    Remove some #if 0 guarding code duplicated in xf86Modes.c
16676
16677commit fd41f46ac62033a724bd1f4612f19448a21c1224
16678Author: Adam Jackson <ajax@redhat.com>
16679Date:   Fri Jan 11 22:38:21 2008 -0500
16680
16681    Allow xf86DuplicateMode() to work correctly on read-only modes.
16682    
16683    Before this it was meaningless to try to mark DisplayModeRec tables
16684    const, since the mode name would be emitted as a pointer to an
16685    anonymous string constant, and therefore would have to be fixed up by
16686    ld.so and so couldn't live in .rodata.  With this change the standard
16687    mode lists can live in .rodata, and modes duplicated from them will
16688    have their names filled in on the fly.
16689
16690commit 8ac19d16a030ec416e30d3650cf43e024ada167f
16691Author: Adam Jackson <ajax@redhat.com>
16692Date:   Fri Jan 11 21:58:21 2008 -0500
16693
16694    Add several comments documenting our EDID failures.
16695
16696commit 13bfa5937d43392f686b76a99ea6331e3dce5987
16697Author: Kristian Høgsberg <krh@redhat.com>
16698Date:   Fri Feb 29 15:10:36 2008 -0500
16699
16700    GLX: Adjust to changes in DRI driver interface.
16701
16702commit d04ea267a4a51c16088d9ef429681a1edde536b1
16703Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
16704Date:   Thu Feb 28 21:53:16 2008 -0500
16705
16706    xselinux: Don't require device "read" permission for XQueryPointer.
16707    
16708    These keyboard and pointer state polling calls are a real problem.
16709
16710commit 3fb17a3e647e926688c91a49a9b5b97f37dbc367
16711Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
16712Date:   Thu Feb 28 21:52:57 2008 -0500
16713
16714    xselinux: Log messages to both libaudit and Xorg.0.log.
16715
16716commit 4d91b1d5e422c5c460b1b7050baa9487a59b8aa8
16717Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
16718Date:   Thu Feb 28 21:52:32 2008 -0500
16719
16720    XACE: Adjust the location of the COMPOSITE creation hook.
16721    Avoids incrementing the refcnt if the hook fails.
16722
16723commit 5675ae1f72145e9b719c613023da525731b42461
16724Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
16725Date:   Thu Feb 28 18:12:52 2008 -0500
16726
16727    XACE: Call the creation hook to properly label COMPOSITE window pixmaps.
16728
16729commit 27bcf40cda1d7c52b189cc76528f1f51cbe1d5eb
16730Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
16731Date:   Thu Feb 28 16:43:43 2008 -0500
16732
16733    XACE: Fix instances of DixUnknownAccess at hook callsites.
16734
16735commit 453661a9e193a511cf5e54e6d330454163817316
16736Author: Peter Hutterer <peter@cs.unisa.edu.au>
16737Date:   Wed Feb 27 20:43:50 2008 +1030
16738
16739    Xi: swap the control attached to a ChangeDeviceControl request. Bug #14170
16740    
16741    Just swapping the request's data isn't enough, we need to swap the actual
16742    control as well.
16743    
16744    X.Org Bug 14170 <http://bugs.freedesktop.org/show_bug.cgi?id=14170>
16745
16746commit aebd9dc252449747416b23c740a550d914275399
16747Author: Tiago Vignatti <vignatti@c3sl.ufpr.br>
16748Date:   Thu Feb 28 01:22:31 2008 -0300
16749
16750    Oops, there's one more parenthesis.
16751
16752commit f616735f17a681e3add866bf199540327c322490
16753Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
16754Date:   Wed Feb 27 22:46:14 2008 -0500
16755
16756    xselinux: Prefix a few remaining error messages with "SELinux".
16757
16758commit e40cc5305bec656108077ab13fcc8e6e82b3707a
16759Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
16760Date:   Wed Feb 27 22:29:15 2008 -0500
16761
16762    xselinux: Don't throw BadAccess if DixUnknownAccess is passed in to a hook.
16763    
16764    The avc will still appear, however, so that the callsite can be fixed.
16765
16766commit 3b1df47bd400be9dca34b5e5d1ac2b117f8cc4ed
16767Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
16768Date:   Wed Feb 27 22:28:54 2008 -0500
16769
16770    XACE: Require "manage" permission for XKBSetNames.
16771
16772commit 08afc70513e5496cc5cd8b76c8658c4292119e4b
16773Author: Dave Airlie <airlied@redhat.com>
16774Date:   Thu Feb 28 10:45:41 2008 +1000
16775
16776    quirks: another LPL panel with the cm/mm wrong
16777
16778commit f6d51797a523ecc2d4a8f18b2681160fcd5d1d55
16779Author: Maarten Maathuis <madman2003@gmail.com>
16780Date:   Wed Feb 27 23:44:39 2008 +0100
16781
16782    EXA: Let the driver decide what repeat/extend types are supported.
16783
16784commit 41aea6194bd29ab34cc166b3fd90eee64299ddf8
16785Author: Alan Hourihane <alanh@tungstengraphics.com>
16786Date:   Wed Feb 27 17:06:27 2008 +0000
16787
16788    More checking for failed contexts/drawables
16789
16790commit 43e46a654fa7cf69f0c8bcb7f583008d96a98686
16791Author: Alan Hourihane <alanh@tungstengraphics.com>
16792Date:   Wed Feb 27 16:58:21 2008 +0000
16793
16794    Fix context sharing between direct/indirect contexts
16795
16796commit d74b0327e8355546e6b41e8ce684f461d65fa9dc
16797Author: Dodji Seketeli <dodji@openedhand.com>
16798Date:   Wed Feb 27 09:48:10 2008 +0100
16799
16800    [Xephyr/GL] unbreak the build
16801    
16802    Don't touch Xephyr DRI stuff when not compiling in a DRI environment.
16803
16804commit 2257e20900460d85254734b595238e7ad5ee55c8
16805Author: Peter Hutterer <peter@cs.unisa.edu.au>
16806Date:   Wed Feb 27 17:15:28 2008 +1030
16807
16808    dix: set dev->key to NULL after freeing it in CloseDevice. (Bug #12830)
16809    
16810    Otherwise XkbRemoveResourceClient may try to dereference it lateron.
16811    
16812    X.Org Bug 12830 <http://bugs.freedesktop.org/show_bug.cgi?id=12830>
16813
16814commit 3f0681fb0b2d0744c2ef892883ae5359b43a4a9a
16815Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
16816Date:   Tue Feb 26 23:14:29 2008 -0500
16817
16818    xselinux: Stub out selection protocol requests.
16819
16820commit 4632ea22580c31d44b0786321668d9e78f02900e
16821Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
16822Date:   Tue Feb 26 22:00:52 2008 -0500
16823
16824    xselinux: Rip out the selection code in advance of polyinstantiation support.
16825    
16826    This resolves an issue where BadWindow errors were being thrown.
16827
16828commit c8e979b3b800e4c58be454daa0213285d4ee6510
16829Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
16830Date:   Tue Feb 26 21:34:22 2008 -0500
16831
16832    security: Register resource names in the server-side name registry.
16833
16834commit d12b7b6632fb4cf41d2e28c7792eaa503f25404a
16835Author: Dave Airlie <airlied@redhat.com>
16836Date:   Wed Feb 27 07:08:00 2008 +1000
16837
16838    xf86Crtc: add higher level modesetting entry point.
16839    
16840    For kernel modesetting work we need a bigger stick to beat the modesetting path
16841
16842commit dcc077c753137f37aa58231f1df3c4adb92b2c4b
16843Author: Michel Dänzer <michel@tungstengraphics.com>
16844Date:   Tue Feb 26 12:13:06 2008 +0100
16845
16846    AIGLX: Switch to server context for calling DamageDamageRegion().
16847    
16848    Fixes https://bugs.freedesktop.org/show_bug.cgi?id=14518 .
16849
16850commit 23ae68a4c74a2ec90b4130c37b0d0aec3f4082ce
16851Author: Peter Hutterer <peter@cs.unisa.edu.au>
16852Date:   Tue Feb 26 15:12:36 2008 +1030
16853
16854    dix: before copying the classes the first time, set the VCK's classes to NULL.
16855    
16856    XkbFinishDeviceInit does the following:
16857      xkbi->kbdProc= pXDev->kbdfeed->CtrlProc;
16858      pXDev->kbdfeed->CtrlProc= XkbDDXKeybdCtrlProc;
16859    
16860    If we directly copy the device classes for the VCK, pXDev->kbdfeed->CtrlProc
16861    at the time of copying is still XbkDDXKeybdCtrlProc. So at some point
16862    XkbDDXKeybdCtrlProc is called, and calls itself, and calls itself, and...
16863    
16864    Setting the device's classes to NULL seems to fix things. The memory isn't
16865    lost, it gets stored into the devPrivates and freed at device closing time.
16866
16867commit ce9fb2f8c4610016e49321018fc9b24729380afc
16868Author: Peter Hutterer <peter@cs.unisa.edu.au>
16869Date:   Tue Feb 26 13:19:54 2008 +1030
16870
16871    Xi: MDs return the paired device's ID in attached field of ListInputDevices.
16872
16873commit c46f7b62d2bf9f35937cfef98325ed904895396a
16874Author: Tiago Vignatti <vignatti@c3sl.ufpr.br>
16875Date:   Mon Feb 25 18:14:08 2008 -0300
16876
16877    Fine, we don't need pciInit() anymore. Nuke, nuke, nuke...
16878
16879commit a9050d54249ed9f54c6fe59143b846c9c7548f59
16880Author: Tiago Vignatti <vignatti@c3sl.ufpr.br>
16881Date:   Mon Feb 25 18:10:18 2008 -0300
16882
16883    Jesus, pciInit() was called 32 times in my machine without need!
16884    
16885    xf86scanpci() will always call pciInit() before any other function, so
16886    there's no need to guarantee it after.
16887
16888commit 81272f7ec9a3465e1d102c2ce627a45f92268857
16889Author: Tiago Vignatti <vignatti@c3sl.ufpr.br>
16890Date:   Mon Feb 25 17:39:33 2008 -0300
16891
16892    Some doc clean up:
16893        clean up legacy things in os-support/bus/Pci.c.
16894    
16895        Put InitOutput() comment to its right place.
16896
16897commit 7c582dd6de27d2f4fedf73319d2dea2bfb240efa
16898Author: Tiago Vignatti <vignatti@c3sl.ufpr.br>
16899Date:   Mon Feb 25 17:31:37 2008 -0300
16900
16901    remove lnxPciInit() unused function.
16902
16903commit 9727db88d57089be6483104de435626cdbad883a
16904Author: Tiago Vignatti <vignatti@c3sl.ufpr.br>
16905Date:   Mon Feb 25 17:08:07 2008 -0300
16906
16907    No more "-scanpci" given that we already have it in libpciaccess.
16908    
16909    (Yeah, lets nuke dead code!)
16910
16911commit f19f7b8e53ed6609fc1fdd272de5521417946209
16912Author: Tiago Vignatti <vignatti@c3sl.ufpr.br>
16913Date:   Mon Feb 25 17:07:07 2008 -0300
16914
16915    Clean some garbage caused when pciaccess was merged:
16916    
16917        FindPCIVideoInfo() function isn't need anymore.
16918    
16919        xf86scanpci() is being called only once so we don't need permanent
16920        (static) variables there.
16921    
16922        restorePciState() is not used for now (until we find why multiple
16923        cards aren't working).
16924
16925commit d61f481a4455dd2a94674d2b7b26429cf9dcece3
16926Author: Peter Hutterer <peter@cs.unisa.edu.au>
16927Date:   Mon Feb 25 17:52:45 2008 +1030
16928
16929    Xi: remove GetPairedPointer handling.
16930    
16931    obsolete, ListInputDevices provides this information now.
16932
16933commit 27b21278939a06ab6a22c9902f202eae6c5fae72
16934Author: Peter Hutterer <peter@cs.unisa.edu.au>
16935Date:   Mon Feb 25 17:00:42 2008 +1030
16936
16937    Xi: remove ungrab handling of ExtendedUngrabDevice request.
16938    
16939    This can be done by UngrabDevice, no need for separate codepaths.
16940
16941commit 4b50e71bf127c8e0f289e3b76c786f0398effe65
16942Author: Adam Jackson <ajax@redhat.com>
16943Date:   Sun Feb 24 20:25:13 2008 -0500
16944
16945    Bug #13736: Fix %bx in VBEGetPixelClock to match spec.
16946    
16947    Reported by Yannick Henault.
16948
16949commit 6dc369028d3ca741de57ad78febf2f5f82e0696e
16950Author: Jeremy Huddleston <jeremy@tifa.local>
16951Date:   Sat Feb 23 00:01:02 2008 -0800
16952
16953    XQuartz: Quit now properly warns the user
16954    (cherry picked from commit ed3d7b3959c2a0cb63e37210455bcc6cf195b807)
16955
16956commit e6a4cde16dc99ea02ac93da1d1b9517b1073d159
16957Author: Adam Jackson <ajax@redhat.com>
16958Date:   Fri Feb 22 18:36:29 2008 -0500
16959
16960    Use the client-side XKB headers for the config utilities
16961
16962commit 347db49ebe4596db16455ea8a1a608cfa826c5c7
16963Author: Adam Jackson <ajax@redhat.com>
16964Date:   Fri Feb 22 16:05:33 2008 -0500
16965
16966    s/via/openchrome/ in the autoconfig logic.
16967    
16968    Xorg's via driver is effectively dead anyway.
16969
16970commit 69f782676797744815ff76b8a11b11178066f501
16971Author: Adam Jackson <ajax@redhat.com>
16972Date:   Fri Feb 22 16:04:35 2008 -0500
16973
16974    Match Xephyr DRI definitions to the ones in xf86dri.h
16975
16976commit 060a66b6e2feddba43ed207b6fcf2cf1f7fe39fd
16977Author: Adam Jackson <ajax@redhat.com>
16978Date:   Mon Dec 24 15:55:58 2007 -0500
16979
16980    Normalize swapped dispatch for Fixes{ChangeSaveSet,SelectSelectionInput}
16981
16982commit 24bebdded44a9e184455b4fee7800257fee81efb
16983Author: Adam Jackson <ajax@redhat.com>
16984Date:   Mon Dec 24 15:07:49 2007 -0500
16985
16986    fbFillRegionTiled() is now dead code.
16987    
16988    Only ever called from the old PaintWindow* screen hooks, but those are
16989    gone now.  As a pleasant side effect, fb loses its #ifdef PANORAMIX.
16990
16991commit ee21aba6be0078949204e315ddfffd99de60c2f1
16992Author: Adam Jackson <ajax@redhat.com>
16993Date:   Mon Dec 24 13:13:19 2007 -0500
16994
16995    Fix Xinerama's consolidated visual handling.
16996    
16997    Formerly the code claimed it could only handle up to 256 visuals, which
16998    was true.  Also true, but not explicitly stated, was that it could only
16999    handle visuals with VID < 256.  If you have enough screens, and subsystems
17000    that add lots of visuals, you can easily run off the end.  (Made worse
17001    because we allocate visual IDs from the same pool as XIDs.)  If your app
17002    then chooses a visual > 256, then the Xinerama code would throw BadMatch
17003    on CreateColormap and your app wouldn't start.
17004    
17005    With this change, PanoramiXVisualTable is gone.  Other subsystems that
17006    were using it as a translation table between each screen's visuals now
17007    use a PanoramiXTranslateVisual() helper.
17008
17009commit a4202b898f07dd733590ae5adb21e48775369781
17010Author: Daniel Stone <daniel@fooishbar.org>
17011Date:   Fri Feb 22 18:22:58 2008 +0100
17012
17013    XKB: Actually use the keymap we compile at startup
17014    
17015    During XkbInitKeyboardDevice, we compiled a keymap and promptly threw it away;
17016    brief inspection revealed the embarassingly simple problem.  Sorry.
17017
17018commit c14fd2a5cb3f45d5c4502e09f55f5e3732c5e698
17019Author: Dodji Seketeli <dodji@seketeli.org>
17020Date:   Thu Feb 21 15:33:02 2008 +0100
17021
17022    [Xephyr/GL] properly route expose event on GL drawables
17023    
17024    When an expose event happens on an host GL window paired with an
17025    internal drawable, route that expose event to the clients listening
17026    to the expose event on the internal drawable.
17027
17028commit 437c78ef9ff1177e04b3d6781b5805d89b2ab81a
17029Author: Dodji Seketeli <dodji@seketeli.org>
17030Date:   Thu Feb 21 15:29:27 2008 +0100
17031
17032    [Xephyr/GL] don't crash when the host returns a NULL server string
17033
17034commit f343265a289724c81017f089c024a7618267c4e3
17035Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
17036Date:   Fri Feb 15 19:53:45 2008 -0500
17037
17038    XACE: Make the default window background state configurable per-window.
17039    
17040    To recap: the original XC-SECURITY extension disallowed background "None" if
17041    the window was untrusted.  XACE 1.0 preserved this check as a hook function.
17042    XACE pre-2.0 removed the hook and first abolished background "None entirely,
17043    then restored it as a global on/off switch in response to Bug #13683.
17044    Now it's back to being per-window, via a flag instead of a hook function.
17045
17046commit 7c2f0a8befb310707ea923dbcdfde84521e52c88
17047Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
17048Date:   Fri Feb 15 19:17:40 2008 -0500
17049
17050    Remove COMPOSITE ifdefs around WindowRec bitfield as it has no ABI effect.
17051
17052commit 5cb9e15562a32c1f102d94d5e15d5fd298baff3f
17053Author: Eric Anholt <eric@anholt.net>
17054Date:   Wed Feb 20 10:36:06 2008 -0800
17055
17056    EXA: Fix Render acceleration in copy and tiling cases.
17057    
17058    Code shuffling in a634c9b03494ba80aeec28be19662ac96657cc23 broke this by
17059    leaving pSrcPixmap = NULL.
17060
17061commit f14a62f823e257f92745bbcde11838f2ddd32ac8
17062Author: Peter Hutterer <peter@cs.unisa.edu.au>
17063Date:   Tue Feb 19 21:44:10 2008 +1030
17064
17065    dix: set evlen to the size of the reallocated memory.
17066    
17067    What a good idea this is... I'm very proud of myself.
17068
17069commit 67a78e84a81571cedaf7fd214a21ce1bbdc4fb3b
17070Author: Peter Hutterer <peter@cs.unisa.edu.au>
17071Date:   Tue Feb 19 21:31:50 2008 +1030
17072
17073    Revert "xfree86: plug a memory leak in xf86LoadModules."
17074    
17075    This reverts commit 3abce3ea2b1f43bd111664d4a57e5ccd282acab0 and
17076    6cbaf15e6109ba77819c4070f5b46c78237ec460.
17077    
17078    The memory returned to xf86LoadModule was allocated in doLoadModule, which
17079    calls the respective module's PreInit. As it turns out, input and output
17080    drivers store a pointer to the module elswhere, so freeing it in
17081    xf86LoadModule is a bad idea.
17082    
17083    For further reference: hw/xfree86/common/xf86Helper.c
17084        Input drivers: xf86InputDriverList[blah]->module = module;
17085        Output drivers: xf86DriverList[blah]->module = module;
17086    
17087    Unloading the module would not look pretty then.
17088
17089commit 5f5ec5db35e82ddd9659763875e5d6c63cf1b691
17090Author: Jeremy Huddleston <jeremy@tifa.local>
17091Date:   Tue Feb 19 00:00:11 2008 -0800
17092
17093    XQuartz: unsetenv("DISPLAY") before startx if X11.app can't connect to it.
17094    Also fix casting to silence warning.
17095    (cherry picked from commit a5cbf78471ec6e6ad672dc00118fc7edbd6ddc7c)
17096
17097commit 750d70267679ddee10590c80ec621d890bd3d4a7
17098Author: Peter Hutterer <peter@cs.unisa.edu.au>
17099Date:   Sun Feb 3 10:25:15 2008 +1030
17100
17101    dix: Ensure enough memory for ClassesChangedEvent for a new device.
17102    
17103    Before we enable the device through the driver, we size it up and make sure
17104    that the events in the event list contain enough bytes for a possible
17105    ClassesChangedEvent lateron.
17106
17107commit 74628d639719815c1beff4cac84662fa41c55925
17108Author: Peter Hutterer <peter@cs.unisa.edu.au>
17109Date:   Sun Feb 3 10:15:40 2008 +1030
17110
17111    dix: change GetEventList to return length of list and set parameter in place.
17112    
17113    Changing DDXs to use new prototype too.
17114
17115commit 77dba004a9aaf35f183f61ff6875a491a52aa030
17116Author: Peter Hutterer <peter@cs.unisa.edu.au>
17117Date:   Sun Feb 3 10:10:46 2008 +1030
17118
17119    dix: add InputEventListLen and SetMinimumEventSize
17120    
17121    The latter is used to increase the amount of allocated memory for the event
17122    list. This will be needed for ClassesChangedEvents that can be of more or less
17123    arbitrary size (larger than 32 anyway).
17124
17125commit 6cbaf15e6109ba77819c4070f5b46c78237ec460
17126Author: Peter Hutterer <peter@cs.unisa.edu.au>
17127Date:   Tue Feb 19 12:02:22 2008 +1030
17128
17129    xfree86: guard against NULL-pointer dereferences in xf86LoadModules.
17130    
17131    Should have been part of 3abce3ea2b1f43bd111664d4a57e5ccd282acab0, but I
17132    forgot to git-update-index before I committed.
17133    
17134    Thanks to Bill Crawford for pointing it out.
17135
17136commit 3fe64d8d271aea0863bf01b0376f3eceec0c90b5
17137Author: Peter Hutterer <peter@cs.unisa.edu.au>
17138Date:   Sun Feb 3 09:56:19 2008 +1030
17139
17140    Move input event list initialisation and storage from DDX to DIX.
17141    
17142    Rather than letting the DDX allocate the events, allocate them once in the DIX
17143    and just pass it around when needed.
17144    
17145    DDX should call GetEventList() to obtain this list and then pass it into
17146    Get{Pointer|Keyboard}Events.
17147
17148commit 09a8fc5c7a79ca22fc23224bb544f2e709681f3f
17149Author: Peter Hutterer <peter@cs.unisa.edu.au>
17150Date:   Sun Feb 3 07:47:18 2008 +1030
17151
17152    Xi: make SizeDeviceInfo public and re-use from CreateClassesChangedEvent.
17153
17154commit 3abce3ea2b1f43bd111664d4a57e5ccd282acab0
17155Author: Arjan van de Ven <arjan@infradead.org>
17156Date:   Mon Feb 18 18:13:10 2008 +1030
17157
17158    xfree86: plug a memory leak in xf86LoadModules.
17159    
17160    LoadModule() returns the only reference to a fresh piece of memory (a
17161    ModuleDescPtr). Sadly, xf86LoadModules dropped the return value on the floor
17162    leaking memory for each module it loaded.
17163    
17164    Signed-off-by: Peter Hutterer <peter@cs.unisa.edu.au>
17165
17166commit 6dc71f6b2c7ff49adb504426b4cd206e4745e1e3
17167Author: Arjan van de Ven <arjan@infradead.org>
17168Date:   Mon Feb 18 17:52:37 2008 +1030
17169
17170    xfree86: plug memory leak in InitPathList.
17171    
17172    All the failure paths were very diligent in freeing the "fullpath" temporary
17173    string, but the success case was not. All the content only got strdup()d, so
17174    it's not live memory anymore.
17175    
17176    Signed-off-by: Peter Hutterer <peter@cs.unisa.edu.au>
17177
17178commit 1bec6ad8977cefa49cc297a310f5eb0b7cd0b8bc
17179Author: Arjan van de Ven <arjan@infradead.org>
17180Date:   Mon Feb 18 17:46:04 2008 +1030
17181
17182    xfree86: plug memory leak in xf86LogInit()
17183    
17184    xf86LogInit allocates a piece of memory, stores it in lf. LogInit() will then
17185    effectively strdup it, but lf is never freed again.
17186    
17187    Signed-off-by: Peter Hutterer <peter@cs.unisa.edu.au>
17188
17189commit 6d9d18bf7708eb9e640ef732b5dc4c99aa6d5feb
17190Author: Peter Hutterer <peter@cs.unisa.edu.au>
17191Date:   Mon Feb 18 17:25:15 2008 +1030
17192
17193    dix: add support for WindowAccessAllowAll in device access checking.
17194    
17195    AllowAll is the last check before the parent window is checked. This allows
17196    to override a DenyAll in the parent window in a simpler way than before (the
17197    previous method required all devices to be in the permit list).
17198
17199commit 088067c891a78670d9509f48f56bf3ff9c16a30d
17200Author: Peter Hutterer <peter@cs.unisa.edu.au>
17201Date:   Mon Feb 18 16:46:07 2008 +1030
17202
17203    Xi: even if ChangeDeviceHierarchy fails, we may need to send an event.
17204    
17205    Changes are committed instantly, so if at least one change was successful, we
17206    must send an event to the client, even if subsequent ones fail.
17207
17208commit 660739c6bc84cb74f43a277052ce163fae654417
17209Author: Benjamin Close <Benjamin.Close@clearchain.com>
17210Date:   Fri Feb 15 13:36:34 2008 +1030
17211
17212    dix: Handle the case where a device cursor was removed correctly
17213    
17214    In the case that the device cursor was the first in the list of cursors
17215    the window knew about, unsetting the cursor could lead to a segfault
17216    due to pPrev being NULL. Instead catch the condition and correctly remove
17217    the node from the list. Since there is no cursor now set on the device,
17218    we simply return success as the parent windows cursor will propogate
17219    down later.
17220    
17221    Signed-off-by: Peter Hutterer <peter@cs.unisa.edu.au>
17222
17223commit 24db28230120ecc2b65b25164b6e7b407970f9e2
17224Author: Peter Hutterer <peter@cs.unisa.edu.au>
17225Date:   Mon Feb 18 16:16:19 2008 +1030
17226
17227    dix: set num_events to 1 by default. (no RawDeviceEvents anymore)
17228    
17229    This should have been part of acb412d5399f865b5048fdd683147cea0f19f0c1.
17230
17231commit 45d00433e7bfbab476dd02ec92a9fbee40af5dad
17232Author: Dan Nicholson <dbn.lists@gmail.com>
17233Date:   Tue Jan 15 19:43:16 2008 -0800
17234
17235    glx: Use glapi sources from the mesa tree
17236    
17237    With recent mesa HEAD, the glapi sources used only in the xserver glx
17238    module are carried in the mesa tree. Previously, these were generated
17239    separately and committed to the xserver tree.
17240    
17241    The build is changed to symlink these files like the other mesa sources.
17242    This reduces the chance for mismatches between mesa's glX API and the
17243    xserver's glX API.
17244
17245commit fbd776894658e7afb2c55dc8582b2a3efab78a3c
17246Author: Daniel Stone <daniel@fooishbar.org>
17247Date:   Sat Feb 16 20:01:18 2008 +0200
17248
17249    XKB: Ditch XkbFileInfo
17250    
17251    Sorry about the megacommit, but this touches on a lot of stuff.
17252    
17253    Get rid of XkbFileInfo, which was pretty seriously redundant, and move the
17254    only useful thing it had (defined) into XkbDescRec.  defined will be removed
17255    pretty soon anyway.  Is the compat map pointer non-NULL? Then you have a
17256    compat map, congratulations! Anyhow, I digress.
17257    
17258    All functions that took an XkbFileInfoPtr now take an XkbDescPtr, _except_
17259    XkmReadFile, which returns an XkbDescPtr *, because people want to deal in
17260    XkbDescPtrs, not XkbDescRecs.
17261
17262commit e5f002eddef1abe324033a3155f01d048536a48d
17263Author: Daniel Stone <daniel@fooishbar.org>
17264Date:   Sat Feb 16 20:00:47 2008 +0200
17265
17266    XkbProcessOtherEvent: Don't depend on now-removed header
17267    
17268    We don't do XKBsrv.h anymore.
17269
17270commit 2d256f098ae05033ad76672d5ebdb9dfa7e6b995
17271Author: Daniel Stone <daniel@fooishbar.org>
17272Date:   Sat Feb 16 19:57:37 2008 +0200
17273
17274    XKB: Always set size correctly in XkbCopyKeymap's geometry routines
17275    
17276    We were forgetting to set the sizes for sections and rows and a couple of
17277    other misc bits in XkbCopyKeymap's geometry.  Sort that out, and add a
17278    couple of clarifying comments along the way.
17279
17280commit ab79110a84b2d299ecae0605fa535edbebd99565
17281Author: Daniel Stone <daniel@fooishbar.org>
17282Date:   Sun Feb 3 23:48:57 2008 +1100
17283
17284    XKB: Remove support for pre-built keymaps
17285    
17286    Don't load prebuilt keymaps anymore.
17287
17288commit 1332343910a1880854bae21a790cff198855cd24
17289Author: Daniel Stone <daniel@fooishbar.org>
17290Date:   Sun Feb 3 23:43:18 2008 +1100
17291
17292    XKB: Remove usage of client-side types
17293    
17294    Since we're no longer sharing with Xlib, don't pass Displays and XPointers
17295    everywhere.
17296
17297commit 534fc5140b039a8c98ab715d0a6740d513b41209
17298Author: Daniel Stone <daniel@fooishbar.org>
17299Date:   Sun Feb 3 23:30:22 2008 +1100
17300
17301    XKB: Remove a bunch of mad ifdefs
17302    
17303    We have SEEK_SET and size_t, seriously.  Also use DebugF instead of
17304    ifdef DEBUG, and ditch a couple of random bits that were never used.
17305
17306commit 0f12a448dcbbbf1f40aa98d09c9d25ee511c5bbf
17307Author: Daniel Stone <daniel@fooishbar.org>
17308Date:   Sun Feb 3 23:15:39 2008 +1100
17309
17310    XKB: Deprecate XKBSRV_NEED_FILE_FUNCS
17311    
17312    There's no point in having the function definitions be conditional, so
17313    whatever.
17314
17315commit 68bd7ac1930b5cffb6657b8d5f5bf8ae58eae8d9
17316Author: Daniel Stone <daniel@fooishbar.org>
17317Date:   Sun Feb 3 23:12:15 2008 +1100
17318
17319    XKB: Move headers into the server tree
17320    
17321    We need to start breaking the XKB API to enforce sanity, so drag whichever
17322    headers we need to do so into the server tree, as the client API is set in
17323    stone, being part of Xlib.
17324
17325commit 37867626e314e74031378a8a4ff06f69b899a3b2
17326Author: Daniel Stone <daniel@fooishbar.org>
17327Date:   Fri Feb 1 14:41:04 2008 +1100
17328
17329    main(): Remove uncredible failure
17330    
17331    NO, NO, NO.
17332    
17333    NO.
17334    
17335    The only way this could possibly be worse is if you were viewing it in
17336    Comic Sans.
17337
17338commit e4eb7e5842f0f56f07e9cf3b16249c172d0a975d
17339Author: Daniel Stone <daniel@fooishbar.org>
17340Date:   Wed Jan 30 23:24:14 2008 +1100
17341
17342    XKB: Delete xkberrs.c
17343    
17344    Get rid of the XKB errors code to save a bunch of space.
17345
17346commit a48cc88ea2674c28b69b8d738b168cbafcf4001f
17347Author: Maarten Maathuis <madman2003@gmail.com>
17348Date:   Sun Feb 17 18:47:28 2008 +0100
17349
17350    Fix rotation for multi-monitor situation.
17351    
17352    - The (x,y)-coordinates of the crtc were not being passed as xFixed values, which made it an obscure bug to find.
17353    - Fix bug #13787.
17354
17355commit 70c0592a97c7dc9db0576d32b3bdbe4766520509
17356Author: Maarten Maathuis <madman2003@gmail.com>
17357Date:   Sun Feb 17 11:21:01 2008 +0100
17358
17359    Resize composite overlay window when the root window changes.
17360    
17361    - This allows some compositing managers to work, even after randr12 has changed the root window size.
17362    - Thanks to ajax for figuring out the best place to put this.
17363    - Example:
17364    	- xf86RandR12SetMode() calls EnableDisableFBAccess().
17365    	- That calls xf86SetRootClip() which in turn calls ResizeChildrenWinSize().
17366    	- The final step is the call to PositionWindow().
17367
17368commit b95059c20746a71e60ef152bb627e1d5c2210d75
17369Author: Jeremy Huddleston <jeremy@tifa-2.local>
17370Date:   Sat Feb 16 01:33:13 2008 -0800
17371
17372    Added Xquartz.plist to EXTRA_DIST
17373    (cherry picked from commit 70f9495e0c1f1459507064b673fe57b1c90d3c2c)
17374
17375commit d103820bb8635c63b34b85b45cad95ed9c152d90
17376Author: Jeremy Huddleston <jeremy@tifa-2.local>
17377Date:   Sat Feb 16 00:35:50 2008 -0800
17378
17379    Fixed unescaped newline in EXTRA_DIST
17380    (cherry picked from commit 567c172c4d400fdfe69e7b096a3877fce5c2de9f)
17381
17382commit a7d936c4ac8e3d7227ecbfe0ddc6cc257b450458
17383Author: Jeremy Huddleston <jeremy@tifa.local>
17384Date:   Mon Feb 11 16:09:03 2008 -0800
17385
17386    XQuartz: Fixed EXTRA_DIST to include localization
17387    (cherry picked from commit 1b338c2a9330c85490a7c24d52adf24b124b70e6)
17388
17389commit 0ffb6a3ad010e80fe8f973fc228d549f9dd3effd
17390Author: Kristian Høgsberg <krh@redhat.com>
17391Date:   Thu Feb 14 22:20:56 2008 -0500
17392
17393    GLX: Implement support for TTM BO based TFP when available.
17394
17395commit 879515b1399f87a47010532af70f34b9b09e2a9b
17396Author: Kristian Høgsberg <krh@sasori.boston.redhat.com>
17397Date:   Mon Feb 4 13:13:35 2008 -0500
17398
17399    Add GLX provider for DRI2.
17400
17401commit b71dc54352bc56a889823040ec19c1d8e118a1f3
17402Author: Kristian Høgsberg <krh@sasori.boston.redhat.com>
17403Date:   Mon Feb 4 11:58:24 2008 -0500
17404
17405    Add DRI2 module.
17406
17407commit 005e31d3de04e7003f84a94d30f2b75a9636266e
17408Author: Michel Dänzer <michel@tungstengraphics.com>
17409Date:   Fri Feb 15 00:01:32 2008 +0000
17410
17411    AIGLX: Refactor code common between __glXDRI{drawableDestroy,releaseTexImage}.
17412
17413commit cd78f0d0fc08e4e2339ed09dad1a12802de7729c
17414Author: Pierre Willenbrock <pierre@pirsoft.de>
17415Date:   Thu Feb 7 21:28:28 2008 +0100
17416
17417    AIGLX: Fix crash after client using GLX_EXT_texture_from_pixmap died.
17418
17419commit 3e0353c78571890f849a1db47b0540aacc6793bc
17420Author: Adam Jackson <ajax@redhat.com>
17421Date:   Fri Feb 15 06:42:48 2008 +1100
17422
17423    Bah, macros are hard.
17424
17425commit c38feeb1492d9a47379b2e4d77dbadd8c421d17f
17426Author: Maarten Maathuis <madman2003@gmail.com>
17427Date:   Thu Feb 14 18:52:47 2008 +0100
17428
17429    Fix typo in commit b8b7cdf6df3d338c50db670ce4cfd245f9fa8844.
17430
17431commit b8b7cdf6df3d338c50db670ce4cfd245f9fa8844
17432Author: Adam Jackson <ajax@redhat.com>
17433Date:   Fri Feb 15 01:31:46 2008 +1100
17434
17435    Silence useless debug spew from XFree86-Misc extension.
17436
17437commit 4573cb2ce4b859744118d9a33de3599f033cdd2b
17438Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
17439Date:   Wed Feb 13 20:16:56 2008 -0500
17440
17441    security: Revise set of permissions granted to untrusted clients.
17442    
17443    Bug #14480: untrusted access broken on 7.3.
17444
17445commit e99aadbc2635e87543fc9980d8156c3ede83544f
17446Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
17447Date:   Wed Feb 13 19:46:29 2008 -0500
17448
17449    xselinux: Add use to permission map for devices.
17450
17451commit ae43d835bdaef96c3c73d7cee5b105f07340833d
17452Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
17453Date:   Wed Feb 13 19:39:49 2008 -0500
17454
17455    XACE: Change access modes for some device-related requests.
17456    
17457    Opening a device is not really "reading" it.
17458    Requests that globally configure a device should require "manage" access.
17459
17460commit 921c298c4cdd2c879403ebdacbef48129058cad4
17461Author: Peter Hutterer <peter@cs.unisa.edu.au>
17462Date:   Thu Feb 14 09:48:19 2008 +1030
17463
17464    Xi: QueryDevicePointer doesn't have a shared field anymore.
17465
17466commit b885588756450e2fa25fdd191e300e1c5dd37ec3
17467Author: Peter Hutterer <peter@cs.unisa.edu.au>
17468Date:   Thu Feb 14 09:47:31 2008 +1030
17469
17470    Xi: remove FakeDeviceData calls. And one leftover from GrabAccessControl.
17471    
17472    FakeDeviceData needs more thoughtful integration.
17473
17474commit c99a9a97290c51bf2843f42d5683888cea8a3ff6
17475Author: Peter Hutterer <peter@cs.unisa.edu.au>
17476Date:   Thu Feb 14 09:43:49 2008 +1030
17477
17478    Xi: remove raw device events.
17479    
17480    Need to be better refined.
17481
17482commit b35a9efa16d9e14378a95c11fa39171b78710996
17483Author: Peter Hutterer <peter@cs.unisa.edu.au>
17484Date:   Thu Feb 14 09:41:49 2008 +1030
17485
17486    Xi: Remove files for GrabAccessControl.
17487
17488commit b81c330f70c4a4c8f37216aa4856c7f8db93a375
17489Author: Peter Hutterer <peter@cs.unisa.edu.au>
17490Date:   Thu Feb 14 09:32:54 2008 +1030
17491
17492    mi: remove RawDeviceEvent's ID changing.
17493
17494commit acb412d5399f865b5048fdd683147cea0f19f0c1
17495Author: Peter Hutterer <peter@cs.unisa.edu.au>
17496Date:   Thu Feb 14 09:27:51 2008 +1030
17497
17498    dix: Don't generate RawDeviceEvents anymore.
17499    
17500    These events have been removed from the protocol pending some more refinement
17501    and more thoughtful integration.
17502
17503commit ba69904148acf755bec8fbda2eb869144f0ef7d4
17504Author: Adam Jackson <ajax@redhat.com>
17505Date:   Sun Feb 3 22:49:23 2008 +1100
17506
17507    Simplify dlloader a bit more.
17508
17509commit f750ce53ac450824d0c792d11eafdf311cf8abc0
17510Author: Adam Jackson <ajax@redhat.com>
17511Date:   Fri Feb 1 17:33:48 2008 +1100
17512
17513    Remove some braindamage from ModuleDesc.
17514    
17515    Yay dead code elimination.
17516
17517commit e91ff09568c5579818b6641e88e95c6fe122cbe7
17518Author: Adam Jackson <ajax@redhat.com>
17519Date:   Fri Feb 1 17:21:34 2008 +1100
17520
17521    Friends don't let friends call xf86AddModuleInfo.
17522    
17523    That code only existed to leak memory.  It can go now, thanks.
17524
17525commit 0bdd20a0454c94f902fd4874855125bf7510fcf5
17526Author: Adam Jackson <ajax@redhat.com>
17527Date:   Fri Feb 1 16:15:58 2008 +1100
17528
17529    Eradicate the VTInit code.
17530    
17531    "This option should rarely be used."  Never sounds like a better idea.
17532
17533commit 24089b06243101b1bff4f2fd79fcbfd6a93992d5
17534Author: Adam Jackson <ajax@redhat.com>
17535Date:   Fri Feb 1 16:11:13 2008 +1100
17536
17537    Don't bother warning people about the keyboard driver rename, just do it.
17538
17539commit 2aaf6ac134fa9f61984b1c03929c7b596c971cc8
17540Author: Adam Jackson <ajax@redhat.com>
17541Date:   Fri Feb 1 16:10:23 2008 +1100
17542
17543    Don't even attempt to parse -bpp in xfree86 DDX option parsing.
17544    
17545    This hasn't been valid since 1999.  Get with the times, man.
17546
17547commit ef77e4c4419703b5a802f3eee92476a43f788a86
17548Author: Adam Jackson <ajax@redhat.com>
17549Date:   Fri Feb 1 16:03:01 2008 +1100
17550
17551    Remove useless commentary from environment and argument processing.
17552
17553commit f3b3b37ec6197f8884417fbc26630d3a28f2e319
17554Author: Adam Jackson <ajax@redhat.com>
17555Date:   Fri Feb 1 15:36:11 2008 +1100
17556
17557    Use strerror instead of errno values in user strings.
17558
17559commit b740b865e4c156a40adc6b63fcf215156fc9151a
17560Author: Adam Jackson <ajax@redhat.com>
17561Date:   Fri Feb 1 15:16:01 2008 +1100
17562
17563    Silence an error message in ConfigureWindow that never happens.
17564
17565commit 89d3249c3e7611b22414bc84b10ca60aab4b9a77
17566Author: Adam Jackson <ajax@redhat.com>
17567Date:   Fri Feb 1 15:11:27 2008 +1100
17568
17569    Silence FreeResource()
17570
17571commit 238b816469355159eea98600ca900e3baa8fa313
17572Author: Adam Jackson <ajax@redhat.com>
17573Date:   Fri Feb 1 15:08:03 2008 +1100
17574
17575    X.Org Group -> X.Org Foundation
17576
17577commit 9113fa3de36e84bbae2727cace82b1cf0d709a86
17578Author: Adam Jackson <ajax@redhat.com>
17579Date:   Fri Feb 1 15:03:57 2008 +1100
17580
17581    Silence the harmless FreeFontPath error message.
17582
17583commit 7c0709a736c0f3aa011de67dd2c2962585ab146e
17584Author: Adam Jackson <ajax@redhat.com>
17585Date:   Fri Feb 1 14:59:58 2008 +1100
17586
17587    requestingClient is an xprintism, hide it for other servers.
17588
17589commit 62cfe8863823c0994f20555cb35ee3bacb9e5225
17590Author: Adam Jackson <ajax@redhat.com>
17591Date:   Fri Feb 1 14:57:25 2008 +1100
17592
17593    Redact all mention of PanoramiX from user strings.
17594
17595commit eb8dc11d19dd0b5354de408578ab0cfb865df672
17596Author: Adam Jackson <ajax@redhat.com>
17597Date:   Thu Jan 31 21:45:14 2008 +1100
17598
17599    Remove some MAX* #defines that never get used.
17600
17601commit 2ce35f6d45c3e1761d33b786520ff5ba56a3c518
17602Author: Adam Jackson <ajax@redhat.com>
17603Date:   Thu Jan 31 21:39:48 2008 +1100
17604
17605    Simplify critical output flushing.
17606
17607commit 3eaecdd66e791e0f3d86b23ce10be057ca44c044
17608Author: Adam Jackson <ajax@redhat.com>
17609Date:   Thu Jan 31 21:36:14 2008 +1100
17610
17611    Disable Record by default.
17612
17613commit aa5216e89797b600f382c04e3eaa657e808a5c3e
17614Author: Adam Jackson <ajax@redhat.com>
17615Date:   Thu Jan 31 12:05:08 2008 +1100
17616
17617    Rip out useless indirection in the callback list management.
17618
17619commit 0d492b2166c4026b9078ffd86d89a31ebe590be4
17620Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
17621Date:   Tue Feb 12 19:59:10 2008 -0500
17622
17623    XACE: Move the selection access hook to its own function.
17624
17625commit 4be69e41c07b784f75918141eead70415c0ec4a4
17626Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
17627Date:   Mon Feb 11 16:03:25 2008 -0500
17628
17629    Revert "Bug #8937: Extension setup functions not called on server resets"
17630    
17631    This reverts commit 5e946dd853a4ebc2722ae023429ce5797de3d7a6.
17632    
17633    The devPrivates rework makes this workaround unnecessary.
17634
17635commit 8a244c2bc04a4184535e42d1f2f8c9e3e55678b4
17636Author: Jeremy Huddleston <jeremy@yuffie.local>
17637Date:   Mon Feb 11 12:09:41 2008 -0800
17638
17639    XQuartz: Fixed layout of Applications->Customize menu
17640    
17641    Now resizing it won't produce weir overlaps of the widgets.  Thanks to
17642    Pelle Johansson for his help showing me how to do this.
17643    (cherry picked from commit ef3498e92d13c82633fdbe8120396bfbe1e7489a)
17644
17645commit 3570ca1cb76f084272f7d8bd22c4cfdf03201a77
17646Author: Jeremy Huddleston <jeremy@tifa.local>
17647Date:   Sun Feb 10 18:27:52 2008 -0800
17648
17649    XQuartz: Added option for setting quartz-wm click-through preference
17650    (cherry picked from commit bf54c267cba97b2b3b9a621da0575776a388b2cb)
17651
17652commit 8004e160fa8cc75a3f1b7385fee64e5864b3b50a
17653Author: Jeremy Huddleston <jeremy@tifa.local>
17654Date:   Sun Feb 10 16:34:40 2008 -0800
17655
17656    XQuartz: Converted interface to nib 3.x format
17657    (cherry picked from commit 656aaab95773bd70fc3504b68bf7e1d292891d93)
17658
17659commit 0b0a09797302ac2171db5df20fc5110aafc8efbb
17660Author: Peter Hutterer <peter@cs.unisa.edu.au>
17661Date:   Thu Feb 7 15:48:04 2008 +1030
17662
17663    xkb: when copying the keymap, make sure the structs default to 0/NULL.
17664    
17665    It actually does help if a pointer is NULL rather than pointing to nirvana
17666    when you're trying to free it lateron. Who would have thought?
17667    (cherry picked from commit 7a97ca667405a42d008265c3a870210cc1da97dd)
17668
17669commit 7018f280406eb0ef899a4046de274cfdd582881b
17670Author: Peter Hutterer <peter@cs.unisa.edu.au>
17671Date:   Thu Feb 7 15:48:04 2008 +1030
17672
17673    xkb: when copying the keymap, make sure the structs default to 0/NULL.
17674    
17675    It actually does help if a pointer is NULL rather than pointing to nirvana
17676    when you're trying to free it lateron. Who would have thought?
17677
17678commit 66f8001b61d12eaf4905ac71ccbb3f304914d00d
17679Author: Bart Trojanowski <bart@symbio-technologies.com>
17680Date:   Thu Feb 7 21:26:54 2008 -0500
17681
17682    X86EMU: handle CPUID instruction
17683    
17684    After trying to switch from X to VT (or just quit) the video-amd driver
17685    attempts to issue INT 10/0 to go to mode 3 (VGA).  The emulator, running
17686    the BIOS code, would then spit out:
17687    
17688            c000:0282: A2 ILLEGAL EXTENDED X86 OPCODE!
17689    
17690    The opcode was 0F A2, or CPUID; it was not implemented in the emulator.
17691    This simple patch, against 1.3.0.0, handles the CPUID instruction in one of
17692    two ways:
17693     1) if ran on __i386__ or __x86_64__ then it calls the CPUID instruction
17694         directly.
17695     2) if ran elsewhere it returns a canned 486dx4 set of values for
17696         function 1.
17697    
17698    This fix allows the video-amd driver to switch back to console mode,
17699    with the GSW BIOS.
17700    
17701    Thanks to Symbio Technologies for funding my work, and ThinCan for
17702    providing hardware :)
17703    
17704    Signed-off-by: Bart Trojanowski <bart@jukie.net>
17705    Acked-by: Eric Anholt <eric@anholt.net>
17706
17707commit de16a8c53046764dbdf26a87acc5c984ef00d818
17708Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
17709Date:   Thu Feb 7 20:14:16 2008 -0500
17710
17711    XACE: Correct some protocol error values in the colormap routines.
17712
17713commit 31934132a490b1b8ae73010c44e0b23217d8dab2
17714Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
17715Date:   Thu Feb 7 16:32:06 2008 -0500
17716
17717    xselinux: Use the device name in debugging output.
17718
17719commit 6dcb7d732bfeadc214228d68c5a13eef30248eb1
17720Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
17721Date:   Thu Feb 7 16:00:52 2008 -0500
17722
17723    xselinux: Split devPrivate state into subject and object records.
17724
17725commit 2259b144f0fd4855085a656111a0c64246733e78
17726Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
17727Date:   Thu Feb 7 14:35:02 2008 -0500
17728
17729    xselinux: Add getattr and setattr to the permission map for properties.
17730
17731commit 9d5edebe9664f4ac35b82830e000a72d5ca9cbe4
17732Author: Peter Hutterer <peter@cs.unisa.edu.au>
17733Date:   Thu Feb 7 21:22:50 2008 +1030
17734
17735    Xi: finish XKB initialisation before copying the keymap.
17736
17737commit 96eafa3d4f05997dac8be6a8d66a92410511824c
17738Author: Peter Hutterer <peter@cs.unisa.edu.au>
17739Date:   Tue Feb 5 16:01:56 2008 +1030
17740
17741    xkb: when copying sections, make sure num_rows is set too.
17742    (cherry picked from commit 41991fb991313202e8e6b513fe928ba14f8fcb87)
17743
17744commit 5c30327275509576b7848a5f842e7a1bffabe980
17745Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
17746Date:   Tue Feb 5 21:06:05 2008 -0500
17747
17748    XACE: Push the dix "structure" includes down to the security modules.
17749
17750commit bb1a577a6822f781f1e38d2434a13914e74f89aa
17751Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
17752Date:   Tue Feb 5 20:07:08 2008 -0500
17753
17754    XACE: Move the property access hook to its own function.
17755
17756commit 019ad5acd20e34dc2aa3b89cc426138db5164c48
17757Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
17758Date:   Tue Feb 5 15:44:41 2008 -0500
17759
17760    XFixes: squash a pointer/integer size mismatch warning.
17761
17762commit d3c36fe721edc55636438bc3e0e7a6c03f62784e
17763Author: liuhong <liuhong@devlinux-hong.sh.intel.com>
17764Date:   Tue Feb 5 10:54:58 2008 +0800
17765
17766    validate mode clock for probed modes
17767    
17768    Some modes claimed in monitor EDID data may not be supported by
17769    the monitor. So also validating the max clock for probed modes.
17770
17771commit 4b5b6e7baab58072a983d2ec136965f404c3a74a
17772Author: liuhong <liuhong@devlinux-hong.sh.intel.com>
17773Date:   Tue Feb 5 10:54:10 2008 +0800
17774
17775    fix max clock unit
17776    
17777    max clock from EDID data is in MHz, while we need KHz to validate modes.
17778
17779commit a56ef7aaa4b6ac13c8181f68fc7dad3ca89e6973
17780Author: Magnus Vigerlöf <Magnus.Vigerlof@ipbo.se>
17781Date:   Sat Feb 2 23:04:46 2008 +0100
17782
17783    dix: Move motion history update until after screen crossing and clipping
17784    
17785    Cross screen and clip the coordinates before updating the motion history
17786    so that it will have the same contents as the events that are reported.
17787
17788commit a0284d577aabea8406b72dd63773e341430ebe56
17789Author: Magnus Vigerlöf <Magnus.Vigerlof@ipbo.se>
17790Date:   Sat Feb 2 23:03:51 2008 +0100
17791
17792    dix: Skip call to clipAxis for relative core-events
17793    
17794    Relative events that generates both core and extention
17795    events will have its axis cliped and screen changed by
17796    miPointerSetPosition when the events are processed. For
17797    absolute and non core-generating relative events the
17798    axis must be clipped if we shouldn't end up completely
17799    outside the defined ranges (if any).
17800
17801commit d9e23c4ff1607a62164b34717ef9afd352ce2b94
17802Author: Magnus Vigerlöf <Magnus.Vigerlof@ipbo.se>
17803Date:   Sat Feb 2 22:57:32 2008 +0100
17804
17805    Bug # 10324: dix: Add scaling of X and Y on the reported pointer-events
17806    
17807    Restore the rescaling code for x and y axis when generating
17808    motion events.
17809
17810commit f04c0838699f1a733735838e74cfbb1677b15dc4
17811Author: Magnus Vigerlöf <Magnus.Vigerlof@ipbo.se>
17812Date:   Sat Feb 2 22:45:31 2008 +0100
17813
17814    Bug # 10324: dix: Allow arbitrary value ranges in GetPointerEvents
17815    
17816    Don't use a possitive value as a marker for if a max-value
17817    is defined on the valuators. Use the existence of a valid
17818    value range instead. This will also make it possible to
17819    define arbitrary start and end-values for min and max as
17820    long as min < max.
17821
17822commit 12e532403210c15a25200ef448bfe9701735ab20
17823Author: Magnus Vigerlöf <Magnus.Vigerlof@ipbo.se>
17824Date:   Sat Feb 2 22:44:31 2008 +0100
17825
17826    dix: Always add valuator information if present
17827    
17828    Send valuator information for all event types, not only for
17829    MotionEvents and absolute button events.
17830
17831commit 41991fb991313202e8e6b513fe928ba14f8fcb87
17832Author: Peter Hutterer <peter@cs.unisa.edu.au>
17833Date:   Tue Feb 5 16:01:56 2008 +1030
17834
17835    xkb: when copying sections, make sure num_rows is set too.
17836
17837commit 521a7f26e088029707fb9a2bb80c9ddc734a3f8b
17838Author: Peter Hutterer <peter@cs.unisa.edu.au>
17839Date:   Tue Feb 5 18:34:31 2008 +1030
17840
17841    mi: Only UpdateSpriteForScreen if we actually changed the screen. (Bug #12650)
17842    
17843    X.Org Bug 12650 <http://bugs.freedesktop.org/show_bug.cgi?id=12650>
17844
17845commit 10617dc0fb7166ccd5b2e92fa708390c2d7d0d27
17846Author: Peter Hutterer <peter@cs.unisa.edu.au>
17847Date:   Fri Feb 1 14:24:04 2008 +1030
17848
17849    xfree86: stick two more checks in for num_valuators < MAX_VALUATORS
17850
17851commit c68f063be639f39c2facbb496e8455e8e3771b41
17852Author: Matthieu Herrb <matthieu.herrb@laas.fr>
17853Date:   Fri Feb 1 14:13:29 2008 +1030
17854
17855    xfree86: don't call xalloc from signal handlers when posting events.
17856    
17857    Reviewed-by: Peter Hutterer <peter@cs.unisa.edu.au>
17858
17859commit e5e531ce96264518f278f572a4d0bfcd345aa618
17860Merge: 6c38682 1692dcf
17861Author: Peter Hutterer <peter@cs.unisa.edu.au>
17862Date:   Thu Jan 31 16:36:17 2008 +1030
17863
17864    Merge branch 'master' into mpx
17865    
17866    Conflicts:
17867    
17868    	dix/events.c
17869
17870commit 6c38682084e24b18bac0ea75729b1183aeb01600
17871Author: Benjamin Tissoires <tissoire@cena.fr>
17872Date:   Thu Jan 31 15:51:32 2008 +1030
17873
17874    kdrive: AddInputClient takes a ClientPtr.
17875
17876commit 1692dcf197470d074f69d5af1608cb2ff1d08872
17877Author: Peter Hutterer <peter@cs.unisa.edu.au>
17878Date:   Wed Jan 30 13:04:58 2008 +1030
17879
17880    dix: print out event type if a bogus pointer event occurs.
17881
17882commit d954f9c80348de294602d931d387e5cd1ef4b9a5
17883Author: Peter Hutterer <peter@cs.unisa.edu.au>
17884Date:   Wed Jan 30 10:39:54 2008 +1030
17885
17886    xkb: don't update LEDs if they don't exist. (Bug #13961)
17887    
17888    In some weird cases we call this function when there is no SrvLedInfo on the
17889    device. And it turns out null-pointer dereferences are bad.
17890    
17891    X.Org Bug 13961 <http://bugs.freedesktop.org/show_bug.cgi?id=13961>
17892
17893commit df325be394e1f75c396b2768f81373f2989aef7c
17894Author: Coleman Kane <cokane@cokane.org>
17895Date:   Tue Jan 29 09:47:00 2008 -0800
17896
17897    Bug 13101: xorg-server has a typo in hw/xfree86/os-support/bsd/i386_video.c
17898    
17899    X.Org Bug #13101 <https://bugs.freedesktop.org/show_bug.cgi?id=13101>
17900    Patch #12360 <https://bugs.freedesktop.org/attachment.cgi?id=12360>
17901
17902commit 94f412cb7e954fe872fed979057cbdfbef953c6f
17903Author: Julien Goodwin <julien@studio442.com.au>
17904Date:   Sun Jan 27 12:30:16 2008 +1100
17905
17906    Loader: Fix verbosity confusion
17907    
17908    'Loading foo' is verbosity 3, whereas 'already built-in' is verbosity 0.
17909    This means that gdm's log would just be full of bare 'module already
17910    built-in' messages.
17911
17912commit 442838fcb3bf07ac57553ae5600d9e6c59a559bb
17913Author: Julien Goodwin <julien@studio442.com.au>
17914Date:   Sun Jan 27 12:27:26 2008 +1100
17915
17916    xorg.conf.man: Fix monitor/output confusion in monitor positioning
17917    
17918    On the Intel driver at least, LeftOf/RightOf/Above/Below in xorg.conf refers
17919    to output names, not monitor names.  Fix nomenclature in xorg.conf.man.
17920
17921commit 5b8641a5fdc112c19e78ca2954878712e328d403
17922Author: Peter Hutterer <peter@cs.unisa.edu.au>
17923Date:   Tue Jan 29 10:01:37 2008 +1030
17924
17925    xfree86: fix AlwaysCore handling. (Bug #14256)
17926    
17927    Assume AlwaysCore being set by default, just like the other options.
17928    
17929    X.Org Bug 14256 <http://bugs.freedesktop.org/show_bug.cgi?id=14256>
17930
17931commit 975ab11799c819a81da1dfe83505194410dbcb95
17932Author: Peter Hutterer <peter@cs.unisa.edu.au>
17933Date:   Sat Jan 26 09:39:54 2008 +1030
17934
17935    config: don't reset connection info on disconnect.
17936    
17937    If dbus is restarted, we try to connect again and this is difficult if the
17938    busname and/or busobject is not set.
17939    (cherry picked from commit 210eeef495770c1883c842ff003c28ce25f279d4)
17940
17941commit 7dde5a694a06efed0a9186f05d33f5be6f5dba71
17942Author: Peter Hutterer <peter@cs.unisa.edu.au>
17943Date:   Fri Jan 25 13:54:47 2008 +1030
17944
17945    config: check connection != NULL before getting dbus' dispatch status.
17946    
17947    (cherry picked from commit d23266522390a4ef7203ae7c062b2b920e45f9d7)
17948
17949commit f0ba7707161b8866e6fde32d6f25be6afcdecb48
17950Author: Peter Hutterer <peter@cs.unisa.edu.au>
17951Date:   Fri Jan 25 13:45:22 2008 +1030
17952
17953    config: only shutdown libhal if the connection is valid.
17954    
17955    Thanks to libdbus' extensive use of assert we won't just get an error, it'll
17956    bring the whole server down for us.
17957    (cherry picked from commit fb07fab2c07e7b0834724541dc47bfba02ba8574)
17958
17959commit 2cb0ebec2b85d96289c23c17cfdcdf97ef6877d2
17960Author: Peter Hutterer <peter@cs.unisa.edu.au>
17961Date:   Fri Jan 25 11:48:13 2008 +1030
17962
17963    config: add a debug message, fix a whitespace error.
17964    
17965    (cherry picked from commit 7732898aaa70e076000f6e6aa9420482896ed996)
17966
17967commit 4fc2d3cef8d7868b025aa14af7ed4b730e8f2c49
17968Author: Jeremy Huddleston <jeremy@tifa.local>
17969Date:   Mon Jan 28 12:18:43 2008 -0800
17970
17971    Rootless: RootlessEnsureFrame: Added check for !IsRoot
17972    This was causing an issue with Apple-DRI and was reported here:
17973    http://trac.macosforge.org/projects/xquartz/ticket/51
17974    (cherry picked from commit 116800279d2ec783c63f43d3902627edde6a4cff)
17975
17976commit 16b0614c8c441eb1692bde9e58fadf54a9c6f00f
17977Merge: 1a88aed e915a26
17978Author: David Nusinow <dnusinow@debian.org>
17979Date:   Sat Jan 26 16:13:25 2008 -0500
17980
17981    Merge commit 'upstream/master'
17982
17983commit 0ac175597712edfeae676f536746a4d26d625e30
17984Merge: 210eeef e915a26
17985Author: Peter Hutterer <peter@cs.unisa.edu.au>
17986Date:   Sat Jan 26 13:55:07 2008 +1030
17987
17988    Merge branch 'master' into mpx
17989    
17990    Conflicts:
17991    
17992    	Xext/sampleEVI.c
17993
17994commit e915a2639752bc0ea9e6e192e020cc2031c08063
17995Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
17996Date:   Fri Jan 25 19:22:19 2008 -0500
17997
17998    xselinux: Move the extension to extmod instead of being built-in.
17999
18000commit 210eeef495770c1883c842ff003c28ce25f279d4
18001Author: Peter Hutterer <peter@cs.unisa.edu.au>
18002Date:   Sat Jan 26 09:39:54 2008 +1030
18003
18004    config: don't reset connection info on disconnect.
18005    
18006    If dbus is restarted, we try to connect again and this is difficult if the
18007    busname and/or busobject is not set.
18008
18009commit f6a78ee143e3a3ad69538adf2b9675d724468ffa
18010Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
18011Date:   Fri Jan 25 18:04:10 2008 -0500
18012
18013    XACE: Remove the extension code entirely, XACE is completely static now.
18014
18015commit 7724c30a751c653ca3e2e8a6752af27bc37de3f0
18016Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
18017Date:   Fri Jan 25 17:28:17 2008 -0500
18018
18019    XACE: Stop using fake requestVectors in favor of a simple hook call.
18020
18021commit f82329b0811469ddae5c44dcfffa38185c11a67c
18022Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
18023Date:   Fri Jan 25 16:20:46 2008 -0500
18024
18025    XACE: Don't need to actually register a protocol extension.
18026
18027commit d23266522390a4ef7203ae7c062b2b920e45f9d7
18028Author: Peter Hutterer <peter@cs.unisa.edu.au>
18029Date:   Fri Jan 25 13:54:47 2008 +1030
18030
18031    config: check connection != NULL before getting dbus' dispatch status.
18032
18033commit fb07fab2c07e7b0834724541dc47bfba02ba8574
18034Author: Peter Hutterer <peter@cs.unisa.edu.au>
18035Date:   Fri Jan 25 13:45:22 2008 +1030
18036
18037    config: only shutdown libhal if the connection is valid.
18038    
18039    Thanks to libdbus' extensive use of assert we won't just get an error, it'll
18040    bring the whole server down for us.
18041
18042commit 7732898aaa70e076000f6e6aa9420482896ed996
18043Author: Peter Hutterer <peter@cs.unisa.edu.au>
18044Date:   Fri Jan 25 11:48:13 2008 +1030
18045
18046    config: add a debug message, fix a whitespace error.
18047
18048commit 46794d0c9665f07913980830d038c88d00407612
18049Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
18050Date:   Thu Jan 24 19:49:13 2008 -0500
18051
18052    xselinux: Rename SelectionManager to more generic SecurityManager.
18053
18054commit 466f6552190d1b83d66ebfd71e07921ed6210ee2
18055Author: Peter Hutterer <peter@cs.unisa.edu.au>
18056Date:   Wed Jan 23 16:11:31 2008 +1030
18057
18058    Xi: if deviceid is > 127 assume GE mask is for all devices (XiSelectEvent).
18059
18060commit 379f057646588fa3211d7ba0ec8d77d2fc0ad246
18061Author: Peter Hutterer <peter@cs.unisa.edu.au>
18062Date:   Wed Jan 23 16:08:37 2008 +1030
18063
18064    Xext: add GEDeviceMaskIsSet (GE mask checking per device)
18065    
18066    If a mask was set for the NULL device, then we pretend the mask is set for all
18067    devices.
18068
18069commit 91dc8c43d2343e494c59023484883f4683bdc639
18070Author: Peter Hutterer <peter@cs.unisa.edu.au>
18071Date:   Wed Jan 23 15:45:02 2008 +1030
18072
18073    Xi: Change window access right check to RecieveAccess in XiSelectEvent.
18074
18075commit 94a6a65ae7414c8247aa1741ec5c7561e6f4bbe0
18076Author: Peter Hutterer <peter@cs.unisa.edu.au>
18077Date:   Wed Jan 23 15:43:48 2008 +1030
18078
18079    Xext: allow per-device GE masks.
18080    
18081    Instead of a single mask per client we allow the storage of a mask per client
18082    per device.
18083
18084commit 6ffeecabb7f3f3173864e0f0af21a99bdc5b5044
18085Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
18086Date:   Thu Jan 24 18:11:49 2008 -0500
18087
18088    xselinux: Use a privileged bit in the state instead of passing an index
18089    to the permission checking function.
18090
18091commit 7ba8e97cbabfef4d614a6a38314830ec0f925471
18092Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
18093Date:   Thu Jan 24 19:09:58 2008 -0500
18094
18095    xselinux: Implement "get context" protocol requests.
18096
18097commit f0bf9a5231d4f612ac916355118484d055715f32
18098Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
18099Date:   Thu Jan 24 19:02:35 2008 -0500
18100
18101    xselinux: Whitespace fixups.
18102
18103commit 734e115871ce98badb8800383c423493802ae3d3
18104Author: Hong Liu <hong.liu@intel.com>
18105Date:   Wed Jan 23 21:04:32 2008 +0800
18106
18107    Bug #12439: add a quirk to use +hsync +vsync for the probed detailed mode.
18108    
18109    Samsung 205BW quirk is somehow reworked.
18110
18111commit cc22b05ea06e08568d0f0abdaccf67bd32662e94
18112Author: Adam Jackson <ajax@redhat.com>
18113Date:   Tue Jan 22 18:57:11 2008 -0500
18114
18115    There is no such thing as /dev/cpu/mtrr.
18116
18117commit 1a88aed5c82c7c131e3d473ef7b8766a418fdf1b
18118Author: David Nusinow <dnusinow@debian.org>
18119Date:   Mon Jan 21 21:16:13 2008 -0500
18120
18121    Add tags/TAGS to .gitignore for ctags usage
18122
18123commit be6c17fcf9efebc0bbcc3d9a25f8c5a2450c2161
18124Author: Matthias Hopf <mhopf@suse.de>
18125Date:   Mon Jan 21 16:13:21 2008 +0100
18126
18127    CVE-2007-6429: Always test for size+offset wrapping.
18128
18129commit ba315ae5ddd00763147a4b0cdcacba7691793dfc
18130Author: Peter Hutterer <peter@cs.unisa.edu.au>
18131Date:   Mon Jan 21 23:43:53 2008 +1030
18132
18133    Xi: add XACE hooks for device creation (ChangeDeviceHierarchy)
18134    
18135    AddInputDevice checks for permissions already, so all we do is modify a few
18136    callers to let AID sort it out.
18137
18138commit 94a21d757ce58254accbd5dd3a86810aadeec9f0
18139Author: Michel Dänzer <michel@tungstengraphics.com>
18140Date:   Sat Jan 19 13:17:45 2008 +0100
18141
18142    AIGLX: Fix GLX_EXT_texture_from_pixmap fallback with EXA.
18143    
18144    Use pScreen->GetImage to obtain the pixmap contents instead of dereferencing
18145    pPixmap->devPrivate.ptr directly.
18146
18147commit e9fa7c1c88a8130a48f772c92b186b8b777986b5
18148Author: Adam Jackson <ajax@redhat.com>
18149Date:   Fri Jan 18 14:41:20 2008 -0500
18150
18151    CVE-2007-6429: Don't spuriously reject <8bpp shm pixmaps.
18152    
18153    Move size validation after depth validation, and only validate size if
18154    the bpp of the pixmap format is > 8.  If bpp < 8 then we're already
18155    protected from overflow by the width and height checks.
18156
18157commit 6492d513c0022d70f838d1b2561442c7a41e401f
18158Author: Peter Hutterer <peter@cs.unisa.edu.au>
18159Date:   Fri Jan 18 21:44:22 2008 +1030
18160
18161    dix: if a client has a core grab, return the grab device on QueryPointer.
18162    
18163    The correct thing would be to return the ClientPointer. However, if the client
18164    for some reason has a core grab on another device (e.g. as result of a passive
18165    grab), return the coordinates of the grabbed device instead.
18166    
18167    This makes the use of nautilus a bit saner.
18168
18169commit cd2ad4c2ed58b49cee085174e77c242048159321
18170Author: Peter Hutterer <peter@cs.unisa.edu.au>
18171Date:   Fri Jan 18 20:11:55 2008 +1030
18172
18173    dix: remove some superfluous lines in ProcChangeActivePointerGrab.
18174
18175commit 8a925d201efac52ef663ea3ff46acc5046178666
18176Author: Peter Hutterer <peter@cs.unisa.edu.au>
18177Date:   Fri Jan 18 20:06:29 2008 +1030
18178
18179    dix: free the genericMasks when ungrabbing.
18180    
18181    This finally plugs a memory hole created by grabs registering for generic
18182    events.
18183
18184commit 8949d81a3c79eef351d7c018c76692dcca74b63e
18185Author: Peter Hutterer <peter@cs.unisa.edu.au>
18186Date:   Fri Jan 18 19:45:54 2008 +1030
18187
18188    include: mark CoreProcessPointerEvent, CoreProcessKeyboardEvent as deprecated.
18189    
18190    ProcessOtherEvent does all the work now.
18191
18192commit d323fd64206ddb4221daa7cf7504daf62c5e7d90
18193Author: Peter Hutterer <peter@cs.unisa.edu.au>
18194Date:   Fri Jan 18 19:17:42 2008 +1030
18195
18196    dix: remove inputInfo.pointer refernce in EventSelectForWindow
18197    
18198    If the window being changed is set as the motion hint window for any device,
18199    the device's motion hint window is set to NULL. Which is kinda what the old
18200    code did, except that it did it with only the VCP.
18201
18202commit 883811c2bed9c6fcb706effbf83ddc97518b6f0c
18203Author: Peter Hutterer <peter@cs.unisa.edu.au>
18204Date:   Fri Jan 18 18:48:46 2008 +1030
18205
18206    dix: remove inputInfo.pointer reference in TryClientEvents.
18207    
18208    Unfortunately, this requires a change in the TCE API, and thus a change in all
18209    callers. Tough luck.
18210
18211commit 6e17184486c4309ec8b47c7cfd11fef60bb360ac
18212Author: Peter Hutterer <peter@cs.unisa.edu.au>
18213Date:   Fri Jan 18 17:52:38 2008 +1030
18214
18215    Xi: Check for DestroyAccess when trying to delete a master device.
18216
18217commit 23f3f0e27dc90b7b3a375f2a5dd094e6f53552b5
18218Author: Jeremy Huddleston <jeremy@yuffie.local>
18219Date:   Sun Jan 13 14:00:25 2008 -0800
18220
18221    XQuartz: Moved SetFrontProcess haco to set_front_process
18222    So it is done by the other thread...
18223    (cherry picked from commit 7429379eb1001ee3dc769daa8fe6b3aef1b9cc8a)
18224
18225commit 8e133d96740d010a4fd969a8188e6e71fb2cafe2
18226Author: Matthieu Herrb <matthieu@bluenote.herrb.com>
18227Date:   Thu Jan 17 15:29:06 2008 +0100
18228
18229    Fix for CVE-2008-0006 - PCF Font parser buffer overflow.
18230
18231commit 6de61f82728df22ea01f9659df6581b87f33f11d
18232Author: Matthieu Herrb <matthieu@bluenote.herrb.com>
18233Date:   Thu Jan 17 15:28:42 2008 +0100
18234
18235    Fix for CVE-2007-6429 - MIT-SHM and EVI extensions integer overflows.
18236
18237commit 7dc1717ff0f96b99271a912b8948dfce5164d5ad
18238Author: Matthieu Herrb <matthieu@bluenote.herrb.com>
18239Date:   Thu Jan 17 15:28:03 2008 +0100
18240
18241    Fix for CVE-2007-6428 - TOG-cup extension memory corruption.
18242
18243commit dd5e0f5cd5f3a87fee86d99c073ffa7cf89b0a27
18244Author: Matthieu Herrb <matthieu@bluenote.herrb.com>
18245Date:   Thu Jan 17 15:27:34 2008 +0100
18246
18247    Fix for CVE-2007-6427 - Xinput extension memory corruption.
18248
18249commit bbde5b62a137ba726a747b838d81e92d72c1b42b
18250Author: Matthieu Herrb <matthieu@bluenote.herrb.com>
18251Date:   Thu Jan 17 15:26:41 2008 +0100
18252
18253    Fix for CVE-2007-5760 - XFree86 Misc extension out of bounds array index
18254
18255commit e85130c85f727466fc27be1cfa46c88b257499fb
18256Author: Daniel Stone <daniel@fooishbar.org>
18257Date:   Sat Jan 5 10:47:39 2008 +0200
18258
18259    Xephyr: One-time keyboard leak fix
18260    
18261    Don't leak the originally-allocated keysym map.
18262
18263commit 0137b0394a248f694448a7d97c9a1a3efcf24e81
18264Author: Daniel Stone <daniel@fooishbar.org>
18265Date:   Sat Jan 5 10:43:53 2008 +0200
18266
18267    XKB: XkbCopyKeymap: Don't leak all the sections
18268    
18269    Previously, we'd just keep num_sections at 0, which would break the
18270    geometry and lead us to leak sections.  Don't do that.
18271
18272commit b99a43dfe97c1813e1c61f298b1c83c5d5ca88a2
18273Author: Daniel Stone <daniel@fooishbar.org>
18274Date:   Sat Jan 5 10:38:16 2008 +0200
18275
18276    OS: IO: Zero out client buffers
18277    
18278    For alignment reasons, we can write out uninitialised bytes, so allocate
18279    the whole thing with xcalloc.
18280
18281commit a6a7fadbb03ee99312dfb15ac478ab3c414c1c0b
18282Author: Kristian Høgsberg <krh@redhat.com>
18283Date:   Wed Jan 16 20:24:11 2008 -0500
18284
18285    Don't break grab and focus state for a window when redirecting it.
18286    
18287    Composite uses an unmap/map cycle to trigger backing pixmap allocation
18288    and cliprect recomputation when a window is redirected or unredirected.
18289    To avoid protocol visible side effects, map and unmap events are
18290    disabled temporarily.  However, when a window is unmapped it is also
18291    removed from grabs and loses focus, but these state changes are not
18292    disabled.
18293    
18294    This change supresses the unmap side effects during the composite
18295    unmap/map cycle and fixes this bug:
18296    
18297      http://bugzilla.gnome.org/show_bug.cgi?id=488264
18298    
18299    where compiz would cause gnome-screensaver to lose its grab when
18300    compiz unredirects the fullscreen lock window.
18301
18302commit e46f6ddeccd082b2d507a1e8b57ea30e6b0a2c83
18303Author: Michel Dänzer <michel@tungstengraphics.com>
18304Date:   Wed Jan 16 14:24:22 2008 +0100
18305
18306    Yet another Xv extension byte swapping fix.
18307
18308commit b0bf4308acb706abc87c51658c2251fa86231c35
18309Author: Peter Hutterer <peter@cs.unisa.edu.au>
18310Date:   Tue Jan 15 19:15:09 2008 +1030
18311
18312    dix: print out an error when core type can't be converted.
18313    
18314    Helps a bit in tracking down bugs.
18315
18316commit 2a988ed75b7634d7cb6e83bb7aa89bc8768d3a58
18317Author: Peter Hutterer <peter@cs.unisa.edu.au>
18318Date:   Tue Jan 15 19:14:46 2008 +1030
18319
18320    xkb: don't do core key repeats, XI only is the path to light.
18321
18322commit 4fd0885978be286a68b689824f1d910f929a52b0
18323Author: Peter Hutterer <peter@cs.unisa.edu.au>
18324Date:   Tue Jan 15 18:58:42 2008 +1030
18325
18326    Xi: remove some leftovers from ProcessOtherEvents.
18327    
18328    Core handling not needed anymore here.
18329
18330commit 32aa252e988be8cbfd4f7e373fb7b7736ef1f5f2
18331Author: Peter Hutterer <peter@cs.unisa.edu.au>
18332Date:   Tue Jan 15 15:22:39 2008 +1030
18333
18334    dix: Process an input event as a single event, instead of two separate ones.
18335    
18336    This is a significant shift in how input events are perceived. The common
18337    approach was to treat a core event as a different entity than the XI event.
18338    This could result in the XI event being delivered to a different client than
18339    the core event. This doesn't work nicely if they come from the same device.
18340    
18341    Instead, we treat an input event as a single event, that is delivered through
18342    two separate APIs. So when delivering an event, we first try the XI event,
18343    then the core event. If the window want's neither, we go to the parent and
18344    repeat. Once either core or XI has been delivered, the processing stops.
18345    
18346    Important: Different to the previous method, if a client registers for core
18347    button events, the parent window will not get XI events. This should only
18348    cause problems when you're mixing core and XI events, so don't do that!
18349    
18350    Generic events don't fit into this yet, they cause me headaches.
18351
18352commit 7a0d16ef0a103bcb25fa8a20322685f017aaf5a3
18353Author: Tiago Vignatti <vignatti@c3sl.ufpr.br>
18354Date:   Tue Jan 15 03:27:16 2008 -0200
18355
18356    Removed some warnings.
18357
18358commit 315d6a2b1d2a3de308e98d548afe780c59a784fc
18359Author: Tiago Vignatti <vignatti@c3sl.ufpr.br>
18360Date:   Tue Jan 15 02:59:56 2008 -0200
18361
18362    Fix Xephyr compilation without GLX.
18363
18364commit 0969a9f7497e10794a6534321c10a0e1ac680ad7
18365Author: Peter Hutterer <peter@cs.unisa.edu.au>
18366Date:   Tue Jan 15 11:31:12 2008 +1030
18367
18368    dix: Emulate core events within CheckDeviceGrabs and ComputeFreezes.
18369    
18370    This should restore the correct passive grab processing. When checking for
18371    passive grabs, the core event is emulated and we check first for XI grabs on
18372    the window, then for core grabs. Regardless of which event activates the grab,
18373    the XI event is stored in the device's EQ.
18374    
18375    When replaying the event, we take the XI event and replay it on the next
18376    window, again including the emulation of the core event.
18377
18378commit 1f83f40525acd3aff8f50b3c519bc1f307ff1e19
18379Author: Dave Airlie <airlied@linux.ie>
18380Date:   Tue Jan 15 10:20:50 2008 +1000
18381
18382    xf86Cursors: fix memset for non-square cursors
18383
18384commit e6ea3147bfb686798dac381eb8900f9f18beb88e
18385Author: Bernardo Innocenti <bernie@codewiz.org>
18386Date:   Sun Jan 13 19:50:37 2008 -0500
18387
18388    exa: make the prototype for exaGetPixmapFirstPixel() public
18389    
18390    This fixes a warning in amd_drv which is using it.
18391    
18392    Signed-off-by: Bernardo Innocenti <bernie@codewiz.org>
18393
18394commit a83a0c5a144da67dab96a857b849a5692b73245d
18395Author: Peter Hutterer <peter@cs.unisa.edu.au>
18396Date:   Sun Jan 13 16:14:29 2008 +1030
18397
18398    dix: remove obsolete comment.
18399    
18400    Pairings don't exist anymore and the documented issue is a non-issue now.
18401
18402commit 180a5aba4de3104fed8bc4e7d42a1e3a51575318
18403Author: Jeremy Huddleston <jeremy@yuffie.local>
18404Date:   Sat Jan 12 21:24:34 2008 -0800
18405
18406    XQuartz: Fixed copy-paste error with login_shell commit
18407    (cherry picked from commit 6deec3acc6f8010b5b53a1e55a0a2c4080ba69d2)
18408
18409commit 6fd4a5e2e4d0be0ba0773df831687e11e1262c72
18410Author: Jeremy Huddleston <jeremy@yuffie.local>
18411Date:   Sat Jan 12 11:56:00 2008 -0800
18412
18413    XQuartz: Corrected copyright X.org Project -> X.org Foundation
18414    (cherry picked from commit f21631444816fc12b8a534c2cf79e6ac6c2af7c9)
18415
18416commit f72255639c065d795f7767683e851b1b5b2d9480
18417Author: Jeremy Huddleston <jeremy@yuffie.local>
18418Date:   Sat Jan 12 11:35:48 2008 -0800
18419
18420    XQuartz: added 'login_shell' option to defaults
18421    so the user can choose something other than /bin/sh
18422    (cherry picked from commit b549cf18cebd3435d70f62855239484974c455a1)
18423
18424commit ec24a6b5aa732ec6999a27889d9a33cf80123886
18425Author: Jeremy Huddleston <jeremy@yuffie.local>
18426Date:   Sun Jan 6 18:29:54 2008 -0800
18427
18428    XQuartz: Fixed switching into XQuartz via expose.
18429    (cherry picked from commit 627ed60ce5d7499761028edf379ebd95250d3e04)
18430
18431commit 6844bd2e63490870bab3c469eec6030354ef2865
18432Author: Alan Coopersmith <alan.coopersmith@sun.com>
18433Date:   Wed Jan 9 19:52:00 2008 -0800
18434
18435    More Xv extension byte swapping fixes
18436
18437commit 38bf01bd1c925614a6e67a38aa3cefc7b8fe3bca
18438Merge: 4e85c7c 0883e83
18439Author: Peter Hutterer <peter@cs.unisa.edu.au>
18440Date:   Thu Jan 10 13:38:46 2008 +1030
18441
18442    Merge branch 'master' into mpx
18443
18444commit 0883e838e25227f0af84d2a90979175724166d16
18445Author: Peter Harris <peter.harris@hummingbird.com>
18446Date:   Wed Jan 9 14:52:33 2008 -0500
18447
18448    xf86misc.c: Avoid use of swapped values
18449
18450commit 59a63d72a1407a8aaf9878eeff7ee7a66f65a42b
18451Author: Alan Coopersmith <alan.coopersmith@sun.com>
18452Date:   Wed Jan 9 18:42:58 2008 -0800
18453
18454    Fix reference to old versions of XFree86 to not say "Xorg 4.2 or earlier"
18455
18456commit 4e85c7c322faf14c14e4229fa294b8e3d3a4d304
18457Author: Peter Hutterer <peter@cs.unisa.edu.au>
18458Date:   Wed Jan 9 17:36:39 2008 +1030
18459
18460    Xi: keep a counter of buttons down to avoid duplicate press/release events.
18461    
18462    If two devices are attached to the same master device, pressing button 1 on
18463    each of them leads to two button presses from the same device. Some apps
18464    really don't like that.
18465    
18466    So we just put a counter in place and only send the first press and the last
18467    release.
18468
18469commit e070c2cbef0d6fbbafce8d417e8b29231c2fdc50
18470Author: Peter Hutterer <peter@cs.unisa.edu.au>
18471Date:   Fri Dec 7 20:18:49 2007 +1030
18472
18473    mi: change infamous "Tossed event ..." error for something more explanatory.
18474    
18475    Few whitespace errors fixed.
18476    Two ErrorF's prefixed with [mi].
18477    (cherry picked from commit 117458d2db49efd3f04432ff45871b44c7d4ad57)
18478
18479commit c31aead0fe9fe424120ce221cd9f76cb6d29a5b5
18480Author: Richard Purdie <rpurdie@openedhand.com>
18481Date:   Tue Jan 8 12:12:06 2008 +0100
18482
18483    [Kdrive] make XCalibrate 'orientation aware'
18484
18485commit 30375cd6d1439a3390b41714fe116aecc94743ca
18486Author: David Nusinow <dnusinow@debian.org>
18487Date:   Mon Jan 7 20:57:30 2008 -0500
18488
18489    Don't log DPMS enabling as being from xorg.conf if it's not
18490
18491commit 981bb9f1e33e4564d1b59c00c808cc43a2e9497b
18492Author: Peter Hutterer <peter@cs.unisa.edu.au>
18493Date:   Tue Dec 18 13:57:07 2007 +1030
18494
18495    dix: set the correct number of valuators in valuator events.
18496    
18497    (first_valuator + num_valuators) must never be larger than the number of axes,
18498    otherwise DIX freaks out. And from looking at libXI, anything larger than 6 is
18499    wrong too.
18500    (cherry picked from commit 9f6ae61ad12cc2813d04405458e1ca5aed8a539e)
18501
18502commit 20ace6321ac464d821c67a82c7023f74ae038176
18503Author: Peter Hutterer <peter@cs.unisa.edu.au>
18504Date:   Mon Jan 7 20:08:56 2008 +1030
18505
18506    dix: don't try to confine cursor on screen restructure if there is no cursor.
18507    
18508    Stops segfaulting when using xrandr. Yay.
18509
18510commit 57a491e6d3ebec464c0c861b02c9ddcb1cc62c3c
18511Author: Peter Hutterer <peter@cs.unisa.edu.au>
18512Date:   Mon Jan 7 20:06:32 2008 +1030
18513
18514    dix: init GrabPrivateKey to correct value.
18515    
18516    Merge detritus from last pull.
18517
18518commit 260505e3c5a18044e97d31ea3bcc0955e46335c8
18519Author: David Nusinow <dnusinow@debian.org>
18520Date:   Sun Jan 6 16:37:13 2008 -0500
18521
18522    Log enabling of DPMS even when it's not set in xorg.conf
18523
18524commit 7e7622165940934e56ae96ae785a8f88eec1a5cf
18525Author: Julien Cristau <jcristau@debian.org>
18526Date:   Sun Jan 6 18:23:09 2008 +0100
18527
18528    Fix the name of the XFree86-Misc extension in the xorg.conf manpage.
18529
18530commit 59df687835c68eda147de47edfe9bc415c0efb4f
18531Author: Julien Cristau <jcristau@debian.org>
18532Date:   Sun Jan 6 16:57:45 2008 +0100
18533
18534    Document the AllowEmptyInput, AutoAddDevices and AutoEnableDevices flags
18535    
18536    Add documentation for the new AllowEmptyInput, AutoAddDevices and
18537    AutoEnableDevices server flags in the xorg.conf manpage.
18538
18539commit 7d226d6a251cb90765be2b50a1973986c5b7605b
18540Author: Jeremy Huddleston <jeremy@yuffie.local>
18541Date:   Sat Jan 5 03:14:07 2008 -0800
18542
18543    XQuartz: Cleanup for strict-prototyping
18544    Also fixed DarwinEQEnqueue to match changes to the callback
18545    And also use dpmsstubs.c rather than copying the code into darwin.c
18546    (cherry picked from commit 4c5c30a4beb7a427b00b18097f548876ad3c11d7)
18547
18548commit 11967dce11cd953d123d53bb3389aa257c5158e8
18549Author: Jeremy Huddleston <jeremy@yuffie.local>
18550Date:   Fri Jan 4 22:54:26 2008 -0800
18551
18552    XQuartz: Fixed copyright in About box for 2008.  Happy New Year!
18553
18554commit aca75f389e2b08096c3cacec03b12a58075cf12c
18555Author: Jeremy Huddleston <jeremy@yuffie.local>
18556Date:   Fri Jan 4 12:23:09 2008 -0800
18557
18558    XQuartz: Flush the debug log for easier debugging
18559    Also cleaned up formatting in xpr's eventHandler
18560    (cherry picked from commit 16861d6d4239c7f3918332ef07752f1e211afb23)
18561
18562commit 57468a696e1259c1e1c185fc60230e1d195defb7
18563Author: Alan Hourihane <alanh@tungstengraphics.com>
18564Date:   Fri Jan 4 12:37:55 2008 +0000
18565
18566    Fix Line drawing with CapNotLast set in PolySegment.
18567
18568commit 39cb782f28be4efb2621fd8c614f2367eb834412
18569Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
18570Date:   Thu Jan 3 23:16:06 2008 -0500
18571
18572    XACE: DeleteCallbackList zeroes out its argument so don't do it twice.
18573
18574commit 7f376f23db463a65176de632ca6094acb55db951
18575Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
18576Date:   Thu Jan 3 23:08:49 2008 -0500
18577
18578    devPrivates rework: Free callback lists after use.
18579
18580commit de18703d2a25999e391d11b4c82ee018fb87372d
18581Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
18582Date:   Thu Jan 3 23:07:24 2008 -0500
18583
18584    dix: Fix bug+leak in callback manager DeleteCallbackList function.
18585
18586commit 20eb26f9d149993ae360a2cbd1b536b68c9f4069
18587Author: Alex Deucher <alex@samba.(none)>
18588Date:   Thu Jan 3 22:53:36 2008 -0500
18589
18590    Fix potential crasher in xf86CrtcRotate()
18591    
18592    xf86CrtcRotate() is called by randr 1.2 drivers via xf86CrtcSetMode() or xf86SetDesiredModes()
18593    during ScreenInit() at which point pScrn->pScreen is not set. If a user specifies a rotation
18594    in their config file pScrn->pScreen is dereferenced and boom.
18595
18596commit 249b9b30c11e03bb113b37cf4712bf88debf6f05
18597Author: Peter Hutterer <peter@cs.unisa.edu.au>
18598Date:   Fri Jan 4 13:49:48 2008 +1030
18599
18600    Xi: remove file for the obsolete ChangePointerKeyboardPairing request handling.
18601
18602commit e4a214e40d35aa957c83b86b4e4abc86c22fbde0
18603Author: Peter Hutterer <peter@cs.unisa.edu.au>
18604Date:   Fri Jan 4 13:32:53 2008 +1030
18605
18606    dix: don't free device's devPrivates manually, dixFreePrivates does it.
18607    
18608    Merge detritus from last pull.
18609
18610commit cd0603c2dc5ee000ebce66056bc1a72f99bfb617
18611Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
18612Date:   Thu Jan 3 21:41:02 2008 -0500
18613
18614    Bug #13765: Heap corruption in XC-SECURITY extension code.
18615
18616commit e46d559739e020dc7f6fcbdc6d1fb39c57aab4b1
18617Author: Jeremy Huddleston <jeremy@yuffie.local>
18618Date:   Sat Dec 22 15:09:12 2007 -0800
18619
18620    XQuartz: Cleaned up color map configuration.
18621    8 bit color still doesn't work, but the -depth command line argument now works properly.
18622    (cherry picked from commit 6765949c27c053d22882f54337cfd09203aa5383)
18623
18624commit 17a9714a6789a389d52dbb40fd1eed1e24c04d64
18625Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
18626Date:   Thu Jan 3 14:46:54 2008 -0500
18627
18628    Bug #13794: Update MBE extension devPrivates to new interface.
18629
18630commit b2da44c76d68a76f20e90bccb268ebf65e132b49
18631Author: Peter Hutterer <peter@cs.unisa.edu.au>
18632Date:   Thu Jan 3 18:51:44 2008 +1030
18633
18634    dix: DoChangeKeyboardControl shouldn't be using inputInfo.keyboard.
18635
18636commit 9cc41b88dfebb3f1e0a7cb5c224146e651a2cda4
18637Author: Peter Hutterer <peter@cs.unisa.edu.au>
18638Date:   Thu Jan 3 18:47:28 2008 +1030
18639
18640    Xi: ProcXSetClientPointer should directly check for the client from the id.
18641    
18642    The window ID includes the client ID anyway, so we might as well just look up
18643    the client directly instead of trying to get the window first and the client
18644    from the window.
18645    
18646    This also fixes a possible issue with XACE. If the client had permission to
18647    write on the client but not on the window, the previous approach would have
18648    failed.
18649
18650commit 521fdc28d86d091495da3558d26ab4a938250ffe
18651Author: Peter Hutterer <peter@cs.unisa.edu.au>
18652Date:   Thu Jan 3 18:43:18 2008 +1030
18653
18654    xfixes: switch a few inputInfo.pointer to PickPointer
18655
18656commit 37194b13554f0d36343cf73324b128b15bb6a338
18657Author: Peter Hutterer <peter@cs.unisa.edu.au>
18658Date:   Thu Jan 3 18:36:33 2008 +1030
18659
18660    Xi: switch to using "rc" (instead of "err") as returncode.
18661    
18662    All the rest of XI uses rc and returns rc in case of error, so make
18663    mpx-related stuff comply. This stops the rest of XI sending the error
18664    manually.
18665    This is just a cosmetic change to be in line with the rest.
18666
18667commit c7e9b67c547c97b2c943eab555b4fe2844e8a91f
18668Author: Peter Hutterer <peter@cs.unisa.edu.au>
18669Date:   Thu Jan 3 18:09:56 2008 +1030
18670
18671    dix: free ClassesRec when a BadAlloc occurs during CoreKeyboardProc.
18672
18673commit 8da83836b60f7cdb75d08482f4311fa0e2ab4e1d
18674Merge: eace889 ae869fc
18675Author: Peter Hutterer <peter@cs.unisa.edu.au>
18676Date:   Thu Jan 3 17:04:54 2008 +1030
18677
18678    Merge branch 'master' into mpx
18679    
18680    Conflicts:
18681    
18682    	XTrap/xtrapddmi.c
18683    	Xext/security.c
18684    	Xext/xprint.c
18685    	Xext/xtest.c
18686    	Xext/xvdisp.c
18687    	Xi/exevents.c
18688    	Xi/grabdevb.c
18689    	Xi/grabdevk.c
18690    	Xi/opendev.c
18691    	Xi/ungrdev.c
18692    	Xi/ungrdevb.c
18693    	Xi/ungrdevk.c
18694    	dix/cursor.c
18695    	dix/devices.c
18696    	dix/dixutils.c
18697    	dix/events.c
18698    	dix/getevents.c
18699    	dix/main.c
18700    	dix/window.c
18701    	hw/xfree86/ramdac/xf86Cursor.c
18702    	include/dix.h
18703    	include/input.h
18704    	include/inputstr.h
18705    	mi/midispcur.c
18706    	mi/miinitext.c
18707    	mi/misprite.c
18708    	render/animcur.c
18709    	xfixes/cursor.c
18710    	xkb/xkbAccessX.c
18711
18712commit ccf6636d2ca8acdaaeb8da34db507a10a082b0de
18713Author: Alan Coopersmith <alan.coopersmith@sun.com>
18714Date:   Wed Jan 2 19:28:33 2008 -0800
18715
18716    Kill xf86getpagesize even harder (dummylib & ioport)
18717
18718commit dfd682b582636a36345144bcf835e3ee46718d90
18719Author: Alan Coopersmith <alan.coopersmith@sun.com>
18720Date:   Wed Jan 2 19:27:22 2008 -0800
18721
18722    X.Org bug 4947/Sun bug 6646626: Xv extension not byte-swapping properly
18723    
18724    X.Org Bugzilla #4947 <https://bugs.freedesktop.org/show_bug.cgi?id=4947>
18725    Sun bug 6646626 <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6646626>
18726    
18727    Don't use swapped data after swapping it.   When done swapping data,
18728    send the swapped data, not the address of the pointer to it, to the client.
18729
18730commit f6666dcc3b1ac60f850ea53c357a9ef61672a52a
18731Author: Alan Coopersmith <alan.coopersmith@sun.com>
18732Date:   Wed Jan 2 19:19:55 2008 -0800
18733
18734    Add dixAllocatePrivate stub to dummylib for utils
18735    
18736    Normally not necessary, except when building non-optimized/debug causes
18737    the inline functions from private.h to appear in os-support/libxorgos.la
18738
18739commit 73f422996016107d5f53492e4197bb05ed9c4bb9
18740Author: Alan Coopersmith <alan.coopersmith@sun.com>
18741Date:   Wed Jan 2 19:17:54 2008 -0800
18742
18743    Fix names/types of new vuidMouse{Get,Set}ScreenPrivates macros
18744
18745commit 895073f6b41d9313cfe748232c492c5e9f76b443
18746Author: Alan Coopersmith <alan.coopersmith@sun.com>
18747Date:   Wed Jan 2 18:09:26 2008 -0800
18748
18749    Restore include & typedef needed by dtrace
18750    
18751    996b621bec1bbc4fb21970c75eaec62053bc6ccb deleted a couple lines too many
18752
18753commit 306fde4082044dfecbedd9af41e660bafb3ce438
18754Author: Brian <brian@i915.localnet.net>
18755Date:   Tue Jan 1 09:27:44 2008 -0700
18756
18757    regenerated to add framebuffer object tokens (bug 13800)
18758
18759commit 5c362c2eb2cfdf1f6d667a3e64a0a7bc4942c950
18760Author: Brian <brian@i915.localnet.net>
18761Date:   Tue Jan 1 09:07:48 2008 -0700
18762
18763    regenerated, adds GL_MAX_3D_TEXTURE_SIZE (see bug 13811)
18764
18765commit 85365ddf16e2b954d8249b380df53337420ed684
18766Author: Adam Jackson <ajax@redhat.com>
18767Date:   Fri Dec 28 17:35:54 2007 -0500
18768
18769    EDID 1.4: If given a native pixel format, use it when inferring virtual.
18770
18771commit 312b30cb03e439644ea10e08fa93268116333f0d
18772Author: Adam Jackson <ajax@redhat.com>
18773Date:   Fri Dec 28 17:18:30 2007 -0500
18774
18775    EDID 1.4: First detailed mode is always preferred.
18776    
18777    ... so act like it in the modelist generator, not just the parser.
18778
18779commit 9dbb73033ae60e7ab85f1469a696e2a52f0cb0fe
18780Author: Colin Harrison <colin.harrison@virgin.net>
18781Date:   Sat Dec 29 00:02:16 2007 +0200
18782
18783    Rootless: Fix lvalue error from devPrivates change
18784    
18785    Instead of trying to use an invalid expression as an lvalue, use the function
18786    call instead.
18787
18788commit 36ff05771b0699aa80ad718e24097bc25cb4fb00
18789Author: Jurij Smakov <jurij@wooyd.org>
18790Date:   Fri Dec 28 23:59:53 2007 +0200
18791
18792    GL: Add GLX compile flags lost in modular X server changes
18793    
18794    RISC chips that trap on unaligned loads and stores need to
18795    define __GLX_ALIGN64.  This used to get added to the cflags
18796    in the old *.cf files but it no longer does in the modular
18797    X server.
18798    
18799    Also, Alpha needs to pass -mieee to the compiler as well.
18800    
18801    This is a simple backport of a patch that debian, and probably other
18802    distributions, have been applying forever.  To the best of my
18803    knowledge the patch was written by Jurij Smakov.  See Debian bug
18804    number #388125.
18805    
18806    I just checked and this has been rotting for more than a year in
18807    freedesktop bugzilla as #8392.
18808    
18809    Signed-off-by: David S. Miller <davem@davemloft.net>
18810
18811commit bae459cfc4f17a5ec5f2810e9f913e3ad2d8b8d4
18812Author: Adam Jackson <ajax@redhat.com>
18813Date:   Fri Dec 28 16:50:18 2007 -0500
18814
18815    Don't carp on EDID 1.4 blocks anymore.
18816    
18817    Also whine more loudly when we get something other than 1.x.
18818
18819commit 70b2d6cfeb3bcb7b862a2ae29f6ef7cb84d69486
18820Author: Adam Jackson <ajax@redhat.com>
18821Date:   Fri Dec 28 16:39:00 2007 -0500
18822
18823    Check the gamma value, not its address.
18824
18825commit 592d814ee09e86e283116a7a1052762c8398e8e5
18826Author: Adam Jackson <ajax@redhat.com>
18827Date:   Fri Dec 28 16:37:23 2007 -0500
18828
18829    EDID 1.4: Additional semantics for display feature bits.
18830    
18831    First mode is _always_ preferred in 1.4; the bit that used to mean this
18832    now means that the preferred mode is also the native pixel format.  The
18833    old "is GTF" bit now means "is continuous-frequency" instead.
18834    
18835    Section 3.6.4, Table 3.14: Feature Support, Notes 4 and 5.
18836
18837commit 322d0103aee317500057c80d542d7270d69a5731
18838Author: Adam Jackson <ajax@redhat.com>
18839Date:   Fri Dec 28 16:28:44 2007 -0500
18840
18841    EDID 1.4: Alternate color encodings for digital inputs.
18842    
18843    Section 3.6.4, Table 3.14: Feature support.
18844
18845commit f1f43caf7e26a84dbacd4e5d7d47c8b4e4982836
18846Author: Adam Jackson <ajax@redhat.com>
18847Date:   Fri Dec 28 16:12:11 2007 -0500
18848
18849    EDID 1.4: Allow for gamma definition in extension blocks.
18850    
18851    Section 3.6.3, Table 3.13: Display Transfer Characteristics (Gamma)
18852
18853commit 861ee38817523a647e6be10d7e8fe26f66054217
18854Author: Adam Jackson <ajax@redhat.com>
18855Date:   Fri Dec 28 16:06:45 2007 -0500
18856
18857    EDID 1.4: Additional aspect ratio semantics for screen size fields.
18858    
18859    Section 3.6.2, Table 3.12: Horizontal and Vertical Screen Size or
18860    Aspect Ratio.
18861
18862commit 14b5c8a447db0395fb14b2d404eafb1d8e4fb817
18863Author: Adam Jackson <ajax@redhat.com>
18864Date:   Fri Dec 28 15:52:42 2007 -0500
18865
18866    EDID 1.4: Extended support for digital interfaces.
18867    
18868    Section 3.6.1, Table 3.11: Video Input Definition.
18869
18870commit a948216dccb5ee577a50a42035dc9bc49d0a00c6
18871Author: Adam Jackson <ajax@redhat.com>
18872Date:   Fri Dec 28 15:00:41 2007 -0500
18873
18874    EDID 1.4: Decode CVT 3-byte codes and add them to the mode pool.
18875    
18876    Section 3.10.3.8: CVT 3 Byte Code Descriptor Definition.
18877
18878commit f6df66cc89bcd0a0be2e7bca05839fdd428c1d4c
18879Author: Adam Jackson <ajax@redhat.com>
18880Date:   Fri Dec 28 13:55:39 2007 -0500
18881
18882    EDID 1.4: Trivial support for new detailed sections.
18883    
18884    Nothing actually decoded yet, but at least we print what they are.
18885    
18886    New in EDID 1.4:
18887    - Color Management Data (0xF9), Section 3.10.3.7
18888    - CVT 3 Byte Code Descriptor (0xF8), Section 3.10.3.8
18889    - Established Timings III Descriptor (0xF7), section 3.10.3.9
18890    - Manufacturer-specified data tag (0x00 - 0x0F), section 3.10.3.12
18891
18892commit bac3ecde39cc914ab515991234b7dc2138005b84
18893Author: Adam Jackson <ajax@redhat.com>
18894Date:   Fri Dec 28 13:33:39 2007 -0500
18895
18896    EDID 1.4: Allow for sync range offsets.
18897    
18898    Table 3.26: Display Range Limits & Timing Descriptor Block Definition
18899
18900commit 3b23dd9fd43a28033d0af7b02088b0c6ca433158
18901Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
18902Date:   Fri Dec 28 13:29:45 2007 -0500
18903
18904    xselinux: Fix whitespace warnings.
18905
18906commit 643c52be32c187a0fdb9a031b1e31d97cd551339
18907Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
18908Date:   Fri Dec 28 13:26:26 2007 -0500
18909
18910    xselinux: Remove "X" prefix on remaining functions and strings.
18911    
18912    Should be evident from the context.
18913
18914commit f4bc333fc1e8d9fa9911771d2072df4df741c553
18915Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
18916Date:   Fri Dec 28 11:56:54 2007 -0500
18917
18918    xselinux: don't FatalError on an invalid class mapping, just disable support.
18919
18920commit f3780ece528ed3ead809ba6a388fa0f8aab2a775
18921Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
18922Date:   Thu Dec 20 20:32:07 2007 -0500
18923
18924    xselinux: Implement swapped protocol request logic.
18925
18926commit 1bbf64ab115e2a1121d6f9c0830b1b977f025178
18927Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
18928Date:   Thu Dec 20 20:31:34 2007 -0500
18929
18930    xselinux: Remove unnecessary structure definition.
18931
18932commit 938da5ee389975f910721f1c2cebc2dcec793117
18933Author: Adam Jackson <ajax@redhat.com>
18934Date:   Fri Dec 28 12:23:44 2007 -0500
18935
18936    Add HDMI and DisplayPort connector types.
18937
18938commit 24105cf6582201a94bc39aeac5a795297018aeb5
18939Author: Daniel Stone <daniel@fooishbar.org>
18940Date:   Fri Dec 28 15:49:50 2007 +0200
18941
18942    Input: Don't reinit devices
18943    
18944    If a device is already initialised (i.e. the virtual core devices) during
18945    IASD, don't init them again.  This fixes a leak.
18946
18947commit 941058f8da0d725f909dc97f68c32ce244a9dc0a
18948Author: Daniel Stone <daniel@fooishbar.org>
18949Date:   Fri Dec 28 15:48:57 2007 +0200
18950
18951    KDrive: Xephyr: Don't leak screen damage structure
18952
18953commit b2f6cd290c43b88f0d08fb29f8657618a067d2a0
18954Author: Daniel Stone <daniel@fooishbar.org>
18955Date:   Fri Dec 28 15:48:25 2007 +0200
18956
18957    OS: Don't leak connection translation table on regeneration
18958
18959commit 190a0506243b39cd8dfc0e12068e3a3f416330f1
18960Author: Daniel Stone <daniel@fooishbar.org>
18961Date:   Fri Dec 28 15:47:57 2007 +0200
18962
18963    Config: HAL: Don't leak options on failure to add device
18964    
18965    This showed up in Xephyr in particular, which denies new device requests.
18966
18967commit f44fd3f9e41bf467360ace93ef5b532d8f61fb2c
18968Author: Daniel Stone <daniel@fooishbar.org>
18969Date:   Fri Dec 28 15:47:21 2007 +0200
18970
18971    Config: D-Bus: Don't leak timers
18972    
18973    TimerCancel doesn't free the timer: you need TimerFree for that.
18974
18975commit ae869fc7669764729e13fdd70149ed636753f2a3
18976Author: David S. Miller <davem@davemloft.net>
18977Date:   Tue Dec 25 22:42:50 2007 -0800
18978
18979    [SBUS]: Fix build, use getpagesize() instead of xf86getpagesize().
18980    
18981    xf86getpagesize() was removed, but this one call site was
18982    not fixed up.
18983    
18984    Signed-off-by: David S. Miller <davem@davemloft.net>
18985
18986commit 009f1e4e55200425de2fe0dbc1f0ac0f431fb4cf
18987Author: Fatih Aşıcı <fatih@pardus.org.tr>
18988Date:   Tue Dec 25 23:09:49 2007 +0200
18989
18990    Config: Don't forget to add xkb_rules option
18991
18992commit 389e8917f66a489455f1d5c70f44c262717538ad
18993Author: Fatih Aşıcı <fatih@pardus.org.tr>
18994Date:   Tue Dec 25 22:59:24 2007 +0200
18995
18996    Config: Fix a memory leak
18997
18998commit 743008a4812d6b046211ebcf4eab202687b458d5
18999Author: Adam Jackson <ajax@redhat.com>
19000Date:   Sun Dec 23 14:27:14 2007 -0500
19001
19002    Report serverClient resources in the X-Resource extension.
19003
19004commit beb29c605b8c66e1a18b89668aa421c1519645f6
19005Author: Jeremy Huddleston <jeremy@yuffie.local>
19006Date:   Fri Dec 21 02:09:01 2007 -0800
19007
19008    XQuartz: *REALLY* use CFStringCreateWithCString
19009    I need sleep!  Why am I making these stupid mistakes... sorry for pointless commit spam.  ugg.
19010    (cherry picked from commit b16351fc6457aabead328472d16dc25789032940)
19011
19012commit 5dd895efa305954e2695aa22a9e49acfb65b4d5e
19013Author: Jeremy Huddleston <jeremy@yuffie.local>
19014Date:   Fri Dec 21 02:06:47 2007 -0800
19015
19016    XQuartz: Use CFStringCreateWithCString
19017    (cherry picked from commit 79782b0e14761dcf5d6635b8eec161b74f06763a)
19018
19019commit 2c24231fc2027cf5034bb1b6636332687f586726
19020Author: Jeremy Huddleston <jeremy@yuffie.local>
19021Date:   Fri Dec 21 01:57:43 2007 -0800
19022
19023    XQuartz: Reduce code duplication in X11.app
19024    (cherry picked from commit b81809cd91a9f90b7f2de77b1dcf514cee87c32d)
19025
19026commit f3042a63be0748bb60567144276d2c61b75ba0b7
19027Author: Jeremy Huddleston <jeremy@yuffie.local>
19028Date:   Fri Dec 21 01:24:06 2007 -0800
19029
19030    XQuartz: Handle Pseudorami init in miinitext
19031    (cherry picked from commit a585c94fedd4ecbc87524703c01bb128fc2aa951)
19032
19033commit fa9680a7305d7f906da1bdeb40a0863ef66316e6
19034Author: Jeremy Huddleston <jeremy@yuffie.local>
19035Date:   Thu Dec 20 19:38:20 2007 -0800
19036
19037    XQuartz: Added localization.
19038    (cherry picked from commit 7a5cc7bfbb296a2c41a580b063324c448f7131db)
19039
19040commit 603a8b73d46d59e5f9f0be39be8317f3fadfe7e6
19041Author: Jeremy Huddleston <jeremy@yuffie.local>
19042Date:   Thu Dec 20 18:29:57 2007 -0800
19043
19044    XQuartz: Cleaned up command line arguments.
19045
19046commit 4cf3002b6020024f2fc2ed0cc40a872a066e482d
19047Author: Jeremy Huddleston <jeremy@yuffie.local>
19048Date:   Thu Dec 20 18:08:40 2007 -0800
19049
19050    XQuartz: Kill off server-main.c and launcher-main.c
19051    Now using xinit
19052    (cherry picked from commit 5d6ae3d299f72df714117948b3d31dcbddf6c0bc)
19053
19054commit 1f74bef1ad1399323fc0d2e309b808bf32c622e4
19055Author: Jeremy Huddleston <jeremy@yuffie.local>
19056Date:   Thu Dec 20 17:33:38 2007 -0800
19057
19058    XQuartz: Don't fork to exec app_to_run.
19059    Plus other housecleaning...
19060    (cherry picked from commit ae302db472f127be082d05b418ede332fae8ccc5)
19061
19062commit 2d15d439f844d4016f169664a338595c11b91b77
19063Author: Jeremy Huddleston <jeremy@yuffie.local>
19064Date:   Thu Dec 20 15:46:40 2007 -0800
19065
19066    Xquartz: Use X11ControllerMain()
19067    (cherry picked from commit a9ac932543374aa2540f5a12cc85ef82c85b0e0c)
19068
19069commit 1393a97ea97b5f7d7b90e3e8c58b5996b600e0c6
19070Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
19071Date:   Thu Dec 20 16:23:35 2007 -0500
19072
19073    xselinux: Send AVC messages to audit system instead of log file/stderr.
19074
19075commit 42802a8e6b3d3795acc4f8b7597ea5a48619b5cd
19076Author: Jeremy Huddleston <jeremy@yuffie.local>
19077Date:   Thu Dec 20 13:17:30 2007 -0800
19078
19079    Xquartz: General Cleanup
19080    General code cleanup, whitespace, dead code removal, added missing prototypes.
19081    Made Xquartz come to foreground later in startup, so it doesn't appear for Xquartz -version
19082    (cherry picked from commit 36922e8ff4316c93843aa3fe959cf8df3c7d5892)
19083
19084commit 7ef7727b800fa4715b80a82850d65b88fde5fe6c
19085Author: Dave Airlie <airlied@clockmaker.usersys.redhat.com>
19086Date:   Thu Dec 20 10:11:26 2007 +1000
19087
19088    entity sharing: make !shareable entity non-fatal.
19089    
19090    Just because the entity isn't shareable, we should bring down the server.
19091    Just ignore the extra screen and keep going.
19092
19093commit 50e80c39870adfdc84fdbc00dddf1362117ad443
19094Author: Peter Hutterer <peter@cs.unisa.edu.au>
19095Date:   Wed Dec 19 16:20:36 2007 +1030
19096
19097    include: never overwrite realInputProc with enqueueInputProc. Bug #13511
19098    
19099    In some cases (triggered by a key repeat during a sync grab) XKB unwrapping
19100    can overwrite the device's realInputProc with the enqueueInputProc. When the
19101    grab is released and the events are replayed, we end up in an infinite loop.
19102    Each event is replayed and in replaying pushed to the end of the queue again.
19103    
19104    This fix is a hack only. It ensures that the realInputProc is never
19105    overwritten with the enqueueInputProc.
19106    
19107    This fixes Bug #13511 (https://bugs.freedesktop.org/show_bug.cgi?id=13511)
19108    (cherry picked from commit eace88989c3b65d5c20e9f37ea9b23c7c8e19335)
19109
19110commit d0308b64655360517d83e07e866d103c3f2b389d
19111Author: Peter Hutterer <peter@cs.unisa.edu.au>
19112Date:   Wed Dec 19 18:18:10 2007 +1030
19113
19114    Xi: specify correct struct when calculating size of GetDeviceControl reply.
19115    
19116    This doesn't change much, as the struct previously given has the same size as
19117    the ones now anyway. Still, we should be pendantic.
19118    
19119    Thanks to Simon Thum for reporting.
19120
19121commit 66b00029e587cec628d0041179a301e888277f8e
19122Author: Peter Hutterer <peter@cs.unisa.edu.au>
19123Date:   Wed Dec 19 18:10:50 2007 +1030
19124
19125    Xext: remove redefinition of Bool.
19126    
19127    Thanks to Simon Thum.
19128
19129commit eace88989c3b65d5c20e9f37ea9b23c7c8e19335
19130Author: Peter Hutterer <peter@cs.unisa.edu.au>
19131Date:   Wed Dec 19 16:20:36 2007 +1030
19132
19133    include: never overwrite realInputProc with enqueueInputProc. Bug #13511
19134    
19135    In some cases (triggered by a key repeat during a sync grab) XKB unwrapping
19136    can overwrite the device's realInputProc with the enqueueInputProc. When the
19137    grab is released and the events are replayed, we end up in an infinite loop.
19138    Each event is replayed and in replaying pushed to the end of the queue again.
19139    
19140    This fix is a hack only. It ensures that the realInputProc is never
19141    overwritten with the enqueueInputProc.
19142    
19143    This fixes Bug #13511 (https://bugs.freedesktop.org/show_bug.cgi?id=13511)
19144
19145commit bcad2a5a24f30cfdf9eca31915ed5a55ed094285
19146Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
19147Date:   Tue Dec 18 20:19:26 2007 -0500
19148
19149    XACE: Too many arguments to selection access hook.
19150
19151commit 7721d3e9217b41aab3a0ee5eaa52f5b53cbb07db
19152Author: Adam Jackson <ajax@redhat.com>
19153Date:   Tue Dec 18 19:14:26 2007 -0500
19154
19155    Reference cvt and gtf in the xorg.conf man page.
19156
19157commit 51fab1eb30691c503f1b4dc98b465f2bc2e1394e
19158Author: Sam Lau <sam.lau@sun.com>
19159Date:   Tue Dec 18 11:38:47 2007 -0800
19160
19161    Sun bug 6278039: Xevie checking wrong size in swapped XevieSelectInput requests
19162    
19163    <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6278039>
19164
19165commit 97c82ce0510808ea9d8a37a0a121e750f6dd8158
19166Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
19167Date:   Mon Dec 17 23:11:29 2007 -0500
19168
19169    XACE: Restore the old background None behavior in response to bug #13683.
19170    
19171    From the X11 protocol spec:
19172    
19173    "If background None is specified, the window has no defined background."
19174    
19175    This means that toolkits and apps cannot rely on the "transparent" nature
19176    of the current implementation!  At some point before the next release,
19177    XACE will switch back to a solid background as the default.
19178
19179commit 9f6ae61ad12cc2813d04405458e1ca5aed8a539e
19180Author: Peter Hutterer <peter@cs.unisa.edu.au>
19181Date:   Tue Dec 18 13:57:07 2007 +1030
19182
19183    dix: set the correct number of valuators in valuator events.
19184    
19185    (first_valuator + num_valuators) must never be larger than the number of axes,
19186    otherwise DIX freaks out. And from looking at libXI, anything larger than 6 is
19187    wrong too.
19188
19189commit 6a5c3e04fa43b98ccffd69ad86dd781602f88d0b
19190Author: Dave Airlie <airlied@redhat.com>
19191Date:   Mon Dec 17 14:59:12 2007 +1000
19192
19193    mi: set the private key to a unique non-zero value
19194
19195commit a18d28a5efbe6021d6c800506cece28a73545aad
19196Author: Dave Airlie <airlied@redhat.com>
19197Date:   Mon Dec 17 13:49:16 2007 +1000
19198
19199    damn then my cut-n-paste ate my end of lines...
19200
19201commit d096bbd01bf7c7e15b5a2c582718f3333e063ddc
19202Author: Dave Airlie <airlied@redhat.com>
19203Date:   Mon Dec 17 13:45:15 2007 +1000
19204
19205    Xquartz ate my DMX - thanks
19206
19207commit bf20c4374aeb5160a0dc372df9b49f1bbc05f078
19208Author: Jeremy Huddleston <jeremy@yuffie.local>
19209Date:   Sun Dec 16 01:14:32 2007 -0800
19210
19211    Xquartz: Removed launchd plist and x11-exec.  The relevant code is now in xinit.
19212    (cherry picked from commit 767b4c9d9daa5d0ea59ac1f0d70146798da631cb)
19213
19214commit 58c2898b62fbf0d8e0f175de7cc208dc29d93788
19215Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
19216Date:   Sun Dec 16 01:21:45 2007 +0100
19217
19218    xfree86: permit access to io port 0xffff on the hurd
19219
19220commit b4ef8885e1697b83a0dcc9f7fe79155f19241798
19221Author: Jeremy Huddleston <jeremy@yuffie.local>
19222Date:   Sat Dec 15 14:00:19 2007 -0800
19223
19224    Xquartz: Fixed launchd detection
19225
19226commit ff5abc72fcc459d7eac663e5f8e4d40b28749841
19227Author: Otavio Salvador <otavio@ossystems.com.br>
19228Date:   Fri Dec 14 17:59:29 2007 -0200
19229
19230    registry: XREGISTRY_UNKNOWN needs to be defined even if XREGISTRY isn't enabled
19231    
19232    In case XREGISTRY isn't enabled, XREGISTRY_UNKNOWN is used but it's
19233    not being available. It's now always available.
19234
19235commit a3f7f7b60e391e6106f5db40b3fe5fbc67ccd836
19236Author: Ben Byer <bbyer@bbyer.apple.com>
19237Date:   Thu Dec 13 20:45:14 2007 -0800
19238
19239    clarified debug message to indicate that we're sleeping
19240    (in case we get reports about slow launch times, this will
19241    help clarify what's happening)
19242    (cherry picked from commit 2eea3483cf893f8f81bacd434b31408dfb38cb06)
19243
19244commit e0e59b3bbc4d8e7ac3934a6f6a9e4a15b328c475
19245Author: Ben Byer <bbyer@bbyer.apple.com>
19246Date:   Thu Dec 13 20:44:33 2007 -0800
19247
19248    we need to link against CoreServices, not ApplicationServices
19249    (cherry picked from commit ba4d2096e7953ef5b971682f0e28535da968acb1)
19250
19251commit 062d9234e233fc4c1c617f59093da973c9d3e2ce
19252Author: Ben Byer <bbyer@bbyer.apple.com>
19253Date:   Thu Dec 13 20:40:27 2007 -0800
19254
19255    fixed bug in x11-exec that prevent icon from showing up
19256    (cherry picked from commit e1f4a0c20d3a52d98954c4b28d0ec4d44564bc32)
19257
19258commit 95c02adea80a14e18bb51876bc1418eccdade31d
19259Author: Jeremy Huddleston <jeremy@yuffie.local>
19260Date:   Fri Dec 14 15:21:40 2007 -0800
19261
19262    Xquartz: Fixed cpprules include
19263
19264commit 86730337001ba4db6d77fe42406695e32784b157
19265Author: Otavio Salvador <otavio@ossystems.com.br>
19266Date:   Fri Dec 14 08:46:35 2007 -0200
19267
19268    kdrive/ati: use operating system input devices
19269
19270commit e110255501e2f699709e6978f5e52d3be96333c8
19271Author: Otavio Salvador <otavio@ossystems.com.br>
19272Date:   Fri Dec 14 08:45:09 2007 -0200
19273
19274    kdrive/vesa: use operating system input devices
19275
19276commit 863ba390e9fdf0d37cdf03bf5eebe7fdfe6288f5
19277Author: Otavio Salvador <otavio@ossystems.com.br>
19278Date:   Fri Dec 14 00:03:13 2007 -0200
19279
19280    kdrive/fbdev: use operating system input devices
19281
19282commit ca59d3f7bdb5f3724ff45ea57912c0b1098a73d6
19283Author: Arkadiusz Miskiewicz <arekm@maven.pl>
19284Date:   Thu Dec 13 00:09:08 2007 +0200
19285
19286    Xprint: Clean up generated files
19287    
19288    Remember to clean generated wrapper files.
19289
19290commit 5b02a6ca5b31db69d08f2f452494c0f93a6260d9
19291Author: Bartosz Fabianowski <freebsd@chillt.de>
19292Date:   Fri Dec 7 02:38:14 2007 +0000
19293
19294    Input: Fix proximity events with valuators
19295    
19296    Initialise num_events to 1, so we always send a proximity event, and then
19297    optionally valuator events.  Also make sure mieq can deal with valuator
19298    events sent after proximity events.
19299
19300commit a14a143832be844b4b890b0160ccb9fc8293c28c
19301Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
19302Date:   Fri Dec 14 00:57:16 2007 -0500
19303
19304    Bump server version for devPrivates rework / XACE.
19305
19306commit a2df51f8e95a814c54b806814020155ac8bd177d
19307Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
19308Date:   Fri Dec 14 00:53:54 2007 -0500
19309
19310    Bump video driver ABI and extension ABI for devPrivates rework.
19311
19312commit 86b2e59bfb79bd042a13c35fbb4ccecec576f629
19313Merge: 1c1a4bc cb0d7e2
19314Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
19315Date:   Fri Dec 14 00:32:24 2007 -0500
19316
19317    Merge branch 'master' into XACE-SELINUX
19318    
19319    Conflicts:
19320    
19321    	configure.ac
19322    
19323    This is the last pull before merging to master.
19324
19325commit 1c1a4bc970be061484bb8dcccf945eb08144c656
19326Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
19327Date:   Thu Dec 13 19:51:40 2007 -0500
19328
19329    devPrivates rework: more cleanup from previous merge operation.
19330
19331commit cb0d7e2c2692a332e2bd5495478ebf9a6cd601d0
19332Author: Jeremy Huddleston <jeremy@yuffie.local>
19333Date:   Thu Dec 13 16:23:46 2007 -0800
19334
19335    Xquartz: Don't hardcode libexec dir
19336    (cherry picked from commit 67b479ef80cb740a24981335eb8d596744168a62)
19337
19338commit c39212fd7353fc1a07a30bade90f78356c748e2d
19339Author: Jeremy Huddleston <jeremy@yuffie.local>
19340Date:   Thu Dec 13 15:56:31 2007 -0800
19341
19342    Xquartz: Don't hardcode LaunchAgents dir
19343    (cherry picked from commit 07a12d71fefd78c380078efa835700f2868ab204)
19344
19345commit 82e1aff9fbc1d15e3451707e3ccbf4b13eedda94
19346Author: Ben Byer <bbyer@bbyer.apple.com>
19347Date:   Thu Dec 13 15:57:39 2007 -0800
19348
19349    Modified X11 plist to use x11-exec
19350    (cherry picked from commit 7d9a11329e476f45e4d9f9aebcb43469321347c7)
19351
19352commit 1a5910588a60af0c136595e2457d897d9e54ac88
19353Author: Ben Byer <bbyer@bbyer.apple.com>
19354Date:   Thu Dec 13 15:55:28 2007 -0800
19355
19356    created x11-exec wrapper, which uses LaunchServices to find
19357    (and then exec) X11.app
19358    (cherry picked from commit fc04c9759b30d062111d4a7f3f411ed0f18cbde4)
19359
19360commit c8feb73f5841e7812d8dfdb91f1064e2033d028c
19361Merge: 9a7ce57 a125ce4
19362Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
19363Date:   Thu Dec 13 18:38:25 2007 -0500
19364
19365    Merge branch 'master' into XACE-SELINUX
19366    
19367    Conflicts:
19368    
19369    	Xext/EVI.c
19370    	Xext/bigreq.c
19371    	Xext/cup.c
19372    	Xext/dpms.c
19373    	Xext/fontcache.c
19374    	Xext/mitmisc.c
19375    	Xext/xcmisc.c
19376    	Xext/xf86bigfont.c
19377    	Xext/xtest.c
19378    	configure.ac
19379    	dbe/dbe.c
19380    	hw/darwin/darwin.h
19381    	hw/darwin/darwinEvents.c
19382    	hw/darwin/iokit/xfIOKit.h
19383    	hw/darwin/iokit/xfIOKitCursor.c
19384    	hw/darwin/quartz/fullscreen/fullscreen.c
19385    	hw/darwin/quartz/fullscreen/quartzCursor.c
19386    	hw/darwin/quartz/quartz.c
19387    	hw/darwin/quartz/quartzCommon.h
19388    	hw/darwin/quartz/quartzCursor.c
19389    	hw/darwin/quartz/xpr/dri.c
19390    	hw/darwin/quartz/xpr/dristruct.h
19391    	hw/darwin/quartz/xpr/xprCursor.c
19392    	hw/darwin/quartz/xpr/xprFrame.c
19393    	hw/xfree86/modes/xf86RandR12.c
19394    	include/cursor.h
19395    	miext/rootless/rootlessCommon.h
19396    	miext/rootless/rootlessScreen.c
19397    	miext/rootless/rootlessWindow.c
19398    	render/picturestr.h
19399    
19400    Trying to pick up the pieces from the darwin churn here...
19401
19402commit efcdc0d7010f4e6ec833842cb010a07068edf7ab
19403Author: Adam Jackson <ajax@redhat.com>
19404Date:   Thu Dec 13 15:38:41 2007 -0500
19405
19406    Correct the documentation comments in xf86Modes.c
19407    
19408    Most of those functions do not, in fact, work with circular mode lists,
19409    and by this point the API isn't really "proposed" anymore.
19410
19411commit 1768af38c737f4c14d32f587b51a8ec3d3d6ed5f
19412Author: Adam Jackson <ajax@redhat.com>
19413Date:   Thu Dec 13 15:06:18 2007 -0500
19414
19415    Add infrastructure for validating modes by memory bandwidth.
19416
19417commit 4359193aaa522599c502d012b9c163e993c01d79
19418Author: Adam Jackson <ajax@redhat.com>
19419Date:   Thu Dec 13 10:59:48 2007 -0500
19420
19421    Explain a confusing #ifdef.
19422
19423commit 8cedbb0a53d47b12f03edb726db9d5879c8a63a4
19424Author: Adam Jackson <ajax@redhat.com>
19425Date:   Thu Dec 13 10:57:35 2007 -0500
19426
19427    Clean up some #if 0.
19428
19429commit 9a7ce573636e349ee2967991c7cc1407e80ae524
19430Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
19431Date:   Wed Dec 12 20:44:59 2007 -0500
19432
19433    xselinux: Add new protocol for setting device create context.
19434
19435commit a125ce4a84f5fb5934fefebd7cfb22a83180874d
19436Author: Aaron Plattner <aplattner@nvidia.com>
19437Date:   Wed Dec 12 12:20:54 2007 -0800
19438
19439    Fix dist by including modeline2c.awk.
19440    
19441    This was broken by commit cb44b6121c4b7b9dd7ff4ff52aaab914c82ff013, which
19442    removed modeline2c.pl from EXTRA_DIST without adding modeline2c.awk.
19443
19444commit 671592343701d8174a70f1ffb9c818784ea3af7a
19445Author: Aaron Plattner <aplattner@nvidia.com>
19446Date:   Wed Dec 12 10:59:15 2007 -0800
19447
19448    Get rid of xf86DefModes.c.
19449    
19450    It's out of date and not included in the build.  Instead, xf86DefModeSet.c is
19451    built from vesamodes and extramodes using modeline2c.awk and *that's* what gets
19452    built.
19453
19454commit d86e7f2ecc0a0129a722ffaca93dfc7c0c60e842
19455Author: Peter Hutterer <peter@cs.unisa.edu.au>
19456Date:   Fri Dec 7 20:40:21 2007 +1030
19457
19458    dix: when getting a bogus event, at least print out the type.
19459
19460commit eab0c4e49015fe96f6d985316f9c5fa28a7eb1fe
19461Author: Jeremy Huddleston <jeremy@yuffie.local>
19462Date:   Mon Dec 10 20:57:24 2007 -0800
19463
19464    Xquartz: Pre-process Xquartz man page
19465    (cherry picked from commit dec2633c41dd0adf73264afdf251a6522d6ae76a)
19466
19467commit 1ff945a8e43e622b39b360ee49efd6ae3b77be67
19468Author: Jeremy Huddleston <jeremy@yuffie.local>
19469Date:   Mon Dec 10 20:47:48 2007 -0800
19470
19471    Xquartz: Make Alt work with Xmodmap again
19472    (cherry picked from commit 0e017177dcca7185716ca760dcce9ddedc7bfef9)
19473
19474commit 7d61893b49569a72bccb63f1ae8c9ce4ef4e354f
19475Author: Jeremy Huddleston <jeremy@yuffie.local>
19476Date:   Mon Dec 10 20:33:30 2007 -0800
19477
19478    Xquartz: Removed Xplugin.h from EXTRA_DIST
19479    (cherry picked from commit a746383eca77c9b9ea2cba0cf1c8fc39c0f7d536)
19480
19481commit 8f2eff643bf421bc4233fbaa2409b75d9f80d147
19482Author: Ben Byer <bbyer@bbyer.local>
19483Date:   Sat Dec 8 23:34:40 2007 -0800
19484
19485    remove Xplugin.h, because we should use the one in /usr/include
19486    (cherry picked from commit 3e881032f35f774ff9638678d7e3f77c81f62976)
19487
19488commit 7b573ed43672b1fac7b4e6df85a657942ab4cba6
19489Author: Jeremy Huddleston <jeremy@yuffie.local>
19490Date:   Sun Dec 9 12:02:04 2007 -0800
19491
19492    Xquartz: Added missing link to libconfig.a
19493    (cherry picked from commit 14ec1cf1cb7ebc183c05e13f9c2b4b4eed679ff3)
19494
19495commit cd13c4ba5b7a1bdfb419cb492a96a72dccf2681e
19496Author: Jeremy Huddleston <jeremy@yuffie.local>
19497Date:   Sat Dec 8 13:18:17 2007 -0800
19498
19499    .gitignore: added hw/xquartz/bundle/org.x.X11.plist
19500
19501commit 020b0e92b039d6ddaea0bbdb890b6a01037bf9b6
19502Author: Jeremy Huddleston <jeremy@yuffie.local>
19503Date:   Sat Dec 8 11:49:37 2007 -0800
19504
19505    Xquartz Added quartzKeyboard.h to EXTRA_DIST
19506    (cherry picked from commit 37c9781fdb672229ceab101b080762e15512943f)
19507
19508commit 5e016fa9b2bf28971ed1794f4706c6538b1d411c
19509Author: Ben Byer <bbyer@bbyer.local>
19510Date:   Sat Dec 8 06:12:46 2007 -0800
19511
19512    Added darwinEvents.h to EXTRA_DIST
19513    (cherry picked from commit 45e5247564c423a2bf02cfec1993155858c91a14)
19514
19515commit 6bb5dacc1710cdbededb9b28ba89a184ecd0931c
19516Author: Jeremy Huddleston <jeremy@yuffie.local>
19517Date:   Sat Dec 8 01:41:37 2007 -0800
19518
19519    Xquartz: Actually add quartzForeground.[hc]
19520    Sorry for the commit spam... I'm tired and was overly quick to commit... forgot to include a neccessary file.
19521    (cherry picked from commit e564b7aeaab63e4c943445275af680b3b5898a94)
19522
19523commit 02df03667052fa6a4e0405b91a005dc48e9b39c4
19524Author: Jeremy Huddleston <jeremy@yuffie.local>
19525Date:   Sat Dec 8 01:28:26 2007 -0800
19526
19527    Xquartz: Actually, it should be org.x.X11 for case-sensitive FS
19528    (cherry picked from commit c5ccb98d5d461c8a22fc0f3942a607ac90e1e37e)
19529
19530commit 740cc54f081393d4ffe1a3e91c9e504dfaee3fe9
19531Author: Jeremy Huddleston <jeremy@yuffie.local>
19532Date:   Sat Dec 8 01:24:58 2007 -0800
19533
19534    Xquartz: Use org.x.X11 instead of com.apple.X11 for preferences
19535    Fixed inconsistency so preferences get read from the correct source.
19536    (cherry picked from commit a74c38bd9f28735acd602d359d7ca6357aed1e93)
19537
19538commit 41a0aeaae9b7b2f8cc2468fd1f3ee11287d34828
19539Author: Jeremy Huddleston <jeremy@yuffie.local>
19540Date:   Sat Dec 8 00:13:47 2007 -0800
19541
19542    XQuartz: Fixed "Multiple Dock Icons"
19543    BAM!
19544    (cherry picked from commit d0dca8a88506f50b51f41f99a2f1feb6954c8a31)
19545    (cherry picked from commit 0502955a2af487b51bf22916ac02e497c2d96aba)
19546
19547commit a1b0346853720e98963910b82603c5cda72bb7f9
19548Author: Jeremy Huddleston <jeremy@yuffie.local>
19549Date:   Fri Dec 7 23:26:11 2007 -0800
19550
19551    XQuartz: Cleaned up configure, X11.app path in launchd script
19552    Don't hardcode X11.app's path in the launchd plist.
19553    Only install the launchd plist if we --enable-launchd.
19554    (cherry picked from commit 6b74c535dc331d1d621b2541492a3336f69d70a2)
19555
19556commit 1157cfcc5a4e2a7299a4c48df04a1cc8d5093906
19557Author: Ben Byer <bbyer@bbyer.local>
19558Date:   Fri Dec 7 21:55:42 2007 -0800
19559
19560    Just a couple of small uninitialized pointer fixes
19561    (cherry picked from commit d12b650362da100ceaecb7e859cd4ef1908d4407)
19562
19563commit 0ad1c359c5b0be63748f5c630c97be88a8cc92ce
19564Author: Jeremy Huddleston <jeremy@dhcp-38-248.EECS.Berkeley.EDU>
19565Date:   Fri Dec 7 18:54:58 2007 -0800
19566
19567    Darwin: Use __APPLE__ instead of __DARWIN__
19568    (cherry picked from commit 54654815fa5e59b25cfd1fa72610120b72c10175)
19569
19570commit 85ed0bb44011312dfaa9f2dc31642a0f89ec0bd3
19571Author: Brice Goglin <bgoglin@debian.org>
19572Date:   Sat Dec 8 02:53:27 2007 +0100
19573
19574    Add a missing linebreak after LoadModule: "foo"
19575    
19576    http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=454742
19577
19578commit 4fc288a13f825db942c9dcd64f4abd0265652faf
19579Author: Alan Coopersmith <alan.coopersmith@sun.com>
19580Date:   Fri Dec 7 17:28:37 2007 -0800
19581
19582    Check for <sys/sdt.h> as well when determining to enable dtrace probes
19583    
19584    Avoids auto-detecting dtrace is present on systems with the ISDN trace tool
19585    named dtrace installed, but not the dynamic tracing facility named dtrace
19586
19587commit 67907904f094c803d5faf6fa2ce23c01f9a5a521
19588Author: Ben Byer <bbyer@bbyer.local>
19589Date:   Fri Dec 7 01:51:53 2007 -0800
19590
19591    fixed pathname in GL/apple/Makefile.am
19592    (cherry picked from commit b6357cec6d837226009c0d2b69026027da36656e)
19593
19594commit 56f5066d477836a975122f4e5748c0f4fb790175
19595Author: Ben Byer <bbyer@bbyer.apple.com>
19596Date:   Thu Dec 6 20:51:32 2007 -0800
19597
19598    ALLOCATE_LOCAL is dangerous on Darwin due to memory layout differences
19599    from Linux, so let's define NO_ALLOCA.
19600    (cherry picked from commit 7caf51d1a5a86ae884e0087795636222c082962c)
19601
19602commit c238ef06a270c0c1d48cdb9175b6d5815c7c2a49
19603Author: Jeremy Huddleston <jeremy@yuffie.local>
19604Date:   Wed Dec 5 21:36:34 2007 -0800
19605
19606    Darwin: Dead coded removal
19607    Kill off assert macro
19608    (cherry picked from commit d6493abedb2caf03b2bc3a6440b637df67eff081)
19609
19610commit 3a058456e0ce531b21ae2b37be8868b8e0d56e56
19611Author: Peter Hutterer <peter@cs.unisa.edu.au>
19612Date:   Fri Dec 7 20:23:36 2007 +1030
19613
19614    mi: unify ErrorFs, prepend [mi]
19615
19616commit c5acf401dad6fbca47f2bb870185c1d08ac947a5
19617Author: Peter Hutterer <peter@cs.unisa.edu.au>
19618Date:   Fri Dec 7 20:19:43 2007 +1030
19619
19620    mi: unify last two ErrorF's in mieq.c
19621
19622commit 117458d2db49efd3f04432ff45871b44c7d4ad57
19623Author: Peter Hutterer <peter@cs.unisa.edu.au>
19624Date:   Fri Dec 7 20:18:49 2007 +1030
19625
19626    mi: change infamous "Tossed event ..." error for something more explanatory.
19627    
19628    Few whitespace errors fixed.
19629    Two ErrorF's prefixed with [mi].
19630
19631commit 8a8239f2e21795602fcff5281833b350e6b2a286
19632Author: Jeremy Huddleston <jeremy@yuffie.local>
19633Date:   Wed Dec 5 21:23:36 2007 -0800
19634
19635    Darwin: Renamed DarwinModeBlah to QuartzBlah
19636    (cherry picked from commit 08ebf86d379b1ddfb08df65d29aea5df66de4327)
19637
19638commit 540439a966cce3fc68a7e4bffdb5bcab1b20725f
19639Author: Jeremy Huddleston <jeremy@yuffie.local>
19640Date:   Wed Dec 5 20:55:06 2007 -0800
19641
19642    .gitignore: Added Xcode user files
19643
19644commit bc65a243930e4b02f06a861495420b0a120eae8c
19645Author: Jeremy Huddleston <jeremy@yuffie.local>
19646Date:   Wed Dec 5 19:43:49 2007 -0800
19647
19648    Darwin: Flattened quartz into darwin, renamed darwin xquartz
19649    Leaving xpr unflattened since we want modularity to replace that with xpc (XPluginComposite) at some point
19650    (cherry picked from commit 48e6a75fbdd0fee86e364f02ace83f20b312a2b2)
19651
19652commit e00f7061b22001989edf5bd38c2d0cc1566fdd19
19653Author: Jeremy Huddleston <jeremy@yuffie.local>
19654Date:   Tue Dec 4 23:18:37 2007 -0800
19655
19656    Darwin: Cleaned up keyboard interface headers
19657    (cherry picked from commit 141f69dc3d8d6e7d8ff65607f43700ac11243041)
19658
19659commit cb44b6121c4b7b9dd7ff4ff52aaab914c82ff013
19660Author: Andrew Oakley <andrew@ado.is-a-geek.net>
19661Date:   Wed Dec 5 20:23:05 2007 -0500
19662
19663    Fix commit aa0dfb3f42f19bb351ca7f1a9507ff5ec4590e96
19664    From bugzilla bug 13467¹:
19665    
19666    Currently the xserver fails to build without this (now deleted) file, as the
19667    Makefile tries to distribute it.  The patch simply removes the reference to
19668    modeline2c.pl.
19669    
19670    1] http://bugs.freedesktop.org/show_bug.cgi?id=13467
19671    
19672    Signed-off-by: James Cloos <cloos@jhcloos.com>
19673
19674commit 320abd7d1d906807448fa01ad3377daf707f46cc
19675Author: Daniel Stone <daniel@fooishbar.org>
19676Date:   Wed Dec 5 19:37:48 2007 +0000
19677
19678    XKB: Actions: Don't run certain actions on the core keyboard
19679    
19680    Don't run VT switches, terminations, or anything, on the core keyboard: only
19681    run actions which affect the keyboard state.  If we get an action such as VT
19682    switch, just swallow the event.
19683
19684commit 85dd8efac1bc0715f03c99d261b1c5d0980623e1
19685Author: Daniel Stone <daniel@fooishbar.org>
19686Date:   Wed Dec 5 19:36:59 2007 +0000
19687
19688    WaitForSomething: Ignore EAGAIN
19689    
19690    If select ever returns EAGAIN, don't bother complaining.
19691
19692commit b7f3618f3933a810778093fd47564a1e3bf3fde6
19693Author: Rich Coe <Richard.Coe@med.ge.com>
19694Date:   Wed Dec 5 19:36:37 2007 +0000
19695
19696    OS: Connection: Keep trying select while it gets interrupted (bug #9240)
19697    
19698    If we got interrupted (EINTR or EAGAIN) during select, just try again, rather
19699    than shutting clients down on either of these errors.
19700
19701commit d8b2cad3771a09860e7be1726f67e684cf7caeec
19702Author: Rich Coe <Richard.Coe@med.ge.com>
19703Date:   Wed Dec 5 19:31:07 2007 +0000
19704
19705    OS: Connection: Don't shut down disappeared clients (bug #7876)
19706    
19707    If a client disappears in the middle of CheckConnections (presumably
19708    because its appgroup leader disappears), then don't attempt to shut it down
19709    a second time, when it's already vanished.
19710
19711commit a8e27a108abeba73b2888da4e0604008f4b02045
19712Author: Kanru Chen <koster@debian.org.tw>
19713Date:   Mon Dec 3 12:46:45 2007 +0000
19714
19715    Config: HAL: Fix XKB option parsing
19716    
19717    Actually combine the XKB options into a string, rather than just repeatedly
19718    writing a comma.
19719
19720commit 2d723bbd0d36f6d7763b4df3298d40720f97fdd0
19721Author: Peter Harris <peter.harris@hummingbird.com>
19722Date:   Mon Oct 29 18:05:19 2007 -0400
19723
19724    Add missing swaps in panoramiXSwap.c
19725
19726commit 0fccb24aa978b838cf0fb008e9695837e612c529
19727Author: Daniel Stone <daniel@fooishbar.org>
19728Date:   Fri Nov 30 20:35:26 2007 +0200
19729
19730    ProcessOtherEvent: Don't do double translation of button events
19731    
19732    We already deal with the button mapping in GetPointerEvents, so don't
19733    do the remapping again in ProcessOtherEvent.
19734
19735commit c6cfcd408df3e44d0094946c0a7d2fa944b4d2d1
19736Author: Hong Liu <hong.liu@intel.com>
19737Date:   Wed Dec 5 17:48:28 2007 +0100
19738
19739    Bug 13308: Verify and reject obviously broken modes.
19740
19741commit 8d0efe4c2a48047680af40e5f6d639f426902e07
19742Author: Jeremy Huddleston <jeremy@yuffie.local>
19743Date:   Tue Dec 4 17:59:13 2007 -0800
19744
19745    Darwin: Rework build system to more accurately reveal code infrastructure and facilitate future modularity.
19746    (cherry picked from commit e8399fd4d66a2b77b770c277e2fa424229a721b2)
19747
19748commit cc98a8e2415f12c7a90fd846d1ec858068e8c796
19749Author: Jeremy Huddleston <jeremy@yuffie.local>
19750Date:   Mon Dec 3 23:59:19 2007 -0800
19751
19752    Darwin: RIP dumpkeymap, cr, and fullscreen
19753    Taking out the trash.
19754    We don't need dumpkeymap since we'll be getting keymaps straight from the OS. .Xmodmap should be sufficient for any user-needed changes.  If this is not
19755    the case, please let us know, so we can address any problems you have.
19756    fullscreen never worked AFAIK
19757    cr isn't being used and xpr is much better.
19758    (cherry picked from commit e41af2967e885466c4d194fa4c3b358e6be37c30)
19759
19760commit 13af2d1efcc83d1412a4c727afddd97577b00f32
19761Author: Adam Jackson <ajax@redhat.com>
19762Date:   Tue Dec 4 17:36:21 2007 -0500
19763
19764    Restore xf86getsecs() as not having an ANSI equivalent.
19765
19766commit 447cd5d411875b62eb1a501bf00e604225b74d26
19767Author: Peter Hutterer <peter@cs.unisa.edu.au>
19768Date:   Tue Dec 4 19:09:37 2007 +1030
19769
19770    dix: update comments about inputInfo.pointer.
19771
19772commit f44d7dcb5fefca3ddfd45e75d0bd0b47ec785e48
19773Author: Peter Hutterer <peter@cs.unisa.edu.au>
19774Date:   Tue Dec 4 19:07:46 2007 +1030
19775
19776    dix: change the filters to be per-device.
19777    
19778    If we have one global filter, one pointer may change the filter value and
19779    affect another pointer.
19780    
19781    Reproduceable effect:
19782    blackbox and xterm, start dragging xterm then click anywhere with the other
19783    pointer (attached to different masterd device!).  The button release resets
19784    the filter[Motion_Filter(button)] value, thus stopping dragging and no event
19785    is sent to the client anymore.
19786    Having the filters set per device gets around this.
19787
19788commit 0931f40bf1bd6e00b8d95968d761a495b2c9a46c
19789Author: Peter Hutterer <peter@cs.unisa.edu.au>
19790Date:   Tue Dec 4 17:08:56 2007 +1030
19791
19792    dix: comments, whitespaces, copyright fixes.
19793    
19794    Removing my copyright message for now, should eventually be in line with the
19795    rest of the messages.
19796
19797commit 09c0c1a3cc4807813774a3c0e28a7ba9a87bb5c7
19798Author: Peter Hutterer <peter@cs.unisa.edu.au>
19799Date:   Tue Dec 4 16:51:52 2007 +1030
19800
19801    dix: remove #ifdef XINPUT.
19802    
19803    No escaping XINPUT anymore.
19804
19805commit f8d7729df388c142624def36ba6d8c3b15922018
19806Author: Jeremy Huddleston <jeremy@yuffie.local>
19807Date:   Mon Dec 3 20:20:05 2007 -0800
19808
19809    Darwin: Combine launcher and server X11.app
19810    This should hopefully eliminate confusion some people have over which X11.app is which.
19811    Now BOTH are in /A/U/X11.app and we intelligently determine whether to execute our app_to_run
19812    or launch the server.  If arguments are given, we launch the server.  Otherwise if we can
19813    connect to an X DISPLAY, we execute app_to_run.  Otherwise, we launch the server.
19814    
19815    (cherry picked from commit e7026216ccaa8e4fb073800ba947c9909d4faada)
19816
19817commit 678f786715d76e972f8a77807c9caf3e90c24418
19818Author: Dave Airlie <airlied@redhat.com>
19819Date:   Tue Dec 4 12:24:47 2007 +1100
19820
19821    xf86crtc: oh mon could be NULL, so check before quirks
19822
19823commit a9df4bb555fd91707a68794c2dce24fb06e6cf64
19824Author: Dave Airlie <airlied@redhat.com>
19825Date:   Tue Dec 4 12:17:29 2007 +1100
19826
19827    xf86Crtc: pass correct parameter.
19828    
19829    quite how this has worked I've no idea.
19830
19831commit fe25f897c62bb324660217e15dbd3091c808dbba
19832Author: Adam Jackson <ajax@redhat.com>
19833Date:   Mon Dec 3 18:34:40 2007 -0500
19834
19835    xf86getpagesize -> getpagesize elsewhere in os-support/
19836
19837commit b84f2833a681585162b8dabfb02ff62e7e0ef4d6
19838Author: Alan Coopersmith <alan.coopersmith@sun.com>
19839Date:   Mon Dec 3 14:52:17 2007 -0800
19840
19841    xf86getpagesize() -> getpagesize() in os-support/solaris/sun_bios.c
19842
19843commit aa0dfb3f42f19bb351ca7f1a9507ff5ec4590e96
19844Author: James Cloos <cloos@jhcloos.com>
19845Date:   Mon Dec 3 16:57:58 2007 -0500
19846
19847    Remove Perl dependency from the build
19848    From bugzilla bug 13467¹:
19849    
19850    The modeline2c script is the only part of the Xorg server that requires Perl.
19851    [This] is a simpler replacement that works with any normal AWK.
19852    
19853    1] http://bugs.freedesktop.org/show_bug.cgi?id=13467
19854    
19855    Bug was posted by Joerg Sonnenberger <joerg@NetBSD.org>.
19856
19857commit 60086d90168265795e07a60939e9e2fe95c6e15c
19858Author: Alan Coopersmith <alan.coopersmith@sun.com>
19859Date:   Mon Dec 3 11:30:58 2007 -0800
19860
19861    Use pkg-config to get -I, -L & -R flags needed for OpenSSL
19862    
19863    Still just uses -lcrypto instead of the full library list from --libs
19864
19865commit b77ca7cc9c23184c4ab367baf1b3ed0acf27c269
19866Author: Alan Coopersmith <alan.coopersmith@sun.com>
19867Date:   Mon Dec 3 11:29:54 2007 -0800
19868
19869    Use _X_EXPORT instead of __attribute__((visibility("default")))
19870
19871commit 1faba797cbfe1a4804b7ea6b47e1ca9d4e4324e4
19872Author: Adam Jackson <ajax@redhat.com>
19873Date:   Mon Dec 3 14:12:58 2007 -0500
19874
19875    Death to libcwrapper.
19876    
19877    This has been deprecated since 1.1.  Since we're breaking ABI again anyway,
19878    remove it entirely.
19879
19880commit 28b93d74a11a1064d68a214fcaa7b0aede864a38
19881Author: Peter Hutterer <peter@cs.unisa.edu.au>
19882Date:   Mon Dec 3 14:32:53 2007 +1030
19883
19884    ephyr: miPointerWarpCursor needs the device parameter.
19885    
19886    Thanks to Mitchell Quille for spotting it.
19887
19888commit 004876355b43fb4d3c2bc5653a7dc1bfd3f985ee
19889Author: Peter Hutterer <peter@cs.unisa.edu.au>
19890Date:   Fri Nov 30 13:56:04 2007 +1030
19891
19892    dix: Remove RegisterPairingClient and UnregisterPairingClient.
19893
19894commit f4dc521b38560c8f93b614316a3a5511941a93a9
19895Author: Jeremy Huddleston <jeremy@tifa.local>
19896Date:   Sun Dec 2 18:21:40 2007 -0800
19897
19898    Darwin: Added {/,/System/}Library/Fonts to DEFAULT_FONT_PATH
19899    (cherry picked from commit b0069b04dddaa2df6d4cdf86f96fd8a2a257e47e)
19900
19901commit 0fff01f5660fb3bb9284f97c45dc76154435d02b
19902Author: Adam Jackson <ajax@aspartame.nwnk.net>
19903Date:   Sun Dec 2 14:15:36 2007 -0500
19904
19905    Fix swapped Xv dispatch under Xinerama.
19906    
19907    Same-endian dispatch was properly calling through the Xinerama wrapping,
19908    but other-endian dispatch wasn't.
19909
19910commit fa47910045c3700d8d668b5e214e5ffc1e8dc3e7
19911Author: Adam Jackson <ajax@redhat.com>
19912Date:   Sun Dec 2 12:39:05 2007 -0500
19913
19914    Clean up many #if 0.
19915
19916commit 83ba1e167c1473ac7d85239a6ee5ed629353cb16
19917Author: Ben Byer <bbyer@bbyer.local>
19918Date:   Sat Dec 1 18:28:19 2007 -0800
19919
19920    added missing call to xcb_connect()
19921    (cherry picked from commit dc2fb323ee11f081d447605be151024f9e2487f9)
19922
19923commit 9ad4560b3cbd42e647d6227746d4d037616d57cf
19924Author: Jeremy Huddleston <jeremy@tifa.local>
19925Date:   Sat Dec 1 16:23:23 2007 -0800
19926
19927    Darwin: Alt is Mode_switch Switching to Mode_switch to maintain compatibility with Tiger X11.
19928    (cherry picked from commit 8a76c99c0ebbaf7375f3a9c75c4f7921a79024da)
19929
19930commit f83d758dcc4878849a851c8466f6fa16b2b7cd8e
19931Author: Jeremy Huddleston <jeremy@yuffie.local>
19932Date:   Fri Nov 30 16:11:15 2007 -0800
19933
19934    Darwin: properly implemented xcb check for stale sockets
19935    (cherry picked from commit f543cb8fbb3d9213cb03396f4252ab9821319993)
19936
19937commit f54b28eeba119c42d0fcccfbe295306dd670221a
19938Author: Jeremy Huddleston <jeremy@yuffie.local>
19939Date:   Fri Nov 30 16:09:23 2007 -0800
19940
19941    Darwin: Undo focus-hack which didn't work right.
19942
19943commit f30abe30c5fea10e680aa12f3fe37ee8ce1a0201
19944Author: Dave Airlie <airlied@linux.ie>
19945Date:   Fri Nov 30 13:52:06 2007 +1000
19946
19947    edid quirk for MAX 0x77e monitor
19948    
19949    From RH bugzilla 306441
19950
19951commit 6216abe0c1a94efa4b2f0d14e88278f128304cd2
19952Author: Peter Hutterer <peter@cs.unisa.edu.au>
19953Date:   Fri Nov 30 11:34:24 2007 +1030
19954
19955    dix: avoid activating the VCP/VCK twice.
19956    
19957    This may set dev->key-xkbinfo to NULL, causing a segfault in xkb code lateron.
19958    Spotted by David Huggins-Daines.
19959
19960commit 9eb8ea9e615ebd8b568711eeca36aa84aa781ad3
19961Author: Peter Hutterer <peter@cs.unisa.edu.au>
19962Date:   Fri Nov 30 11:32:59 2007 +1030
19963
19964    dix: only freeze the paired MD on a grab, not all other devices.
19965
19966commit 8a079be0dd0f2ce37868988cde4ac8895522b088
19967Author: Jeremy Huddleston <jeremy@yuffie.local>
19968Date:   Thu Nov 29 02:19:22 2007 -0800
19969
19970    Darwin: #ifdefs around dix-config.h include and NDEBUG/assert.h workaround.
19971    (cherry picked from commit d2b768890f0878ae4e3fec8f7219e82b79256133)
19972
19973commit 38397560612424b5b348f34c1a0bea8c47a574be
19974Author: Jeremy Huddleston <jeremy@yuffie.local>
19975Date:   Wed Nov 28 23:07:41 2007 -0800
19976
19977    Darwin: Removed support for darwinSwapAltMeta
19978    (cherry picked from commit 3d153c8fa40986d194b7701f5eafa0080e32399a)
19979
19980commit 89c3dfe41e3a17a4f27b20e23623dc5777670feb
19981Author: Dave Airlie <airlied@redhat.com>
19982Date:   Thu Nov 29 19:57:24 2007 +1100
19983
19984    modes: use xf86RandR12Index to stop illegal access
19985    
19986    xf86RandR12Index set to -1, and if initialised it gets 0 or higher.
19987    This allows the server to start with xinerama turned on with only one head
19988
19989commit 725710fd0bc990b2c35e4c76128ef1c668013299
19990Author: Dave Airlie <airlied@redhat.com>
19991Date:   Thu Nov 29 19:40:53 2007 +1100
19992
19993    randr: make randr code not segfault when xinerama set
19994
19995commit e4fe0a3cb789b8757f1c80f606dfe32bccada582
19996Author: Peter Hutterer <peter@cs.unisa.edu.au>
19997Date:   Thu Nov 29 09:55:24 2007 +1030
19998
19999    xkb: swap a LookupKeyboardDevice over in favour of GetPairedDevice
20000    
20001    The former always returns the VCK, which is obviously wrong if we have
20002    multiple devices.
20003
20004commit 23b8ca8a373d919225de9739af7b064f650eceec
20005Author: Adam Jackson <ajax@redhat.com>
20006Date:   Tue Nov 27 13:20:40 2007 -0500
20007
20008    RANDR 1.2: Only enable unknown outputs if there are no connected outputs.
20009    
20010    Otherwise you end up with a confusing initial geometry, and xscreensaver
20011    and friends get very angry.
20012
20013commit edebe76cfdb31072d18a6fcd3ee8f1d95006855f
20014Author: Peter Hutterer <peter@cs.unisa.edu.au>
20015Date:   Tue Nov 27 10:22:44 2007 +1030
20016
20017    Xi: set DeviceXXXState's length fields to the correct size of the struct.
20018    
20019    Setting it to the size of a pointer is an interesting but equally wrong
20020    approach. Luckily Xlib never used this field anyway so nobody got hurt so far.
20021    
20022    Spotted by Simon Thum.
20023    (cherry picked from commit 0f2398d06ce591724e388b3270800c5e22b3de2d)
20024
20025commit 0f2398d06ce591724e388b3270800c5e22b3de2d
20026Author: Peter Hutterer <peter@cs.unisa.edu.au>
20027Date:   Tue Nov 27 10:22:44 2007 +1030
20028
20029    Xi: set DeviceXXXState's length fields to the correct size of the struct.
20030    
20031    Setting it to the size of a pointer is an interesting but equally wrong
20032    approach. Luckily Xlib never used this field anyway so nobody got hurt so far.
20033    
20034    Spotted by Simon Thum.
20035
20036commit 601307615e4955be23fd86a057285074242ad83e
20037Author: Jeremy Huddleston <jeremy@yuffie.local>
20038Date:   Mon Nov 26 13:04:57 2007 -0800
20039
20040    Darwin,Rootless: Makefile cleanup
20041    (cherry picked from commit 9c6d8a035b712b219833653ac637b89703a9b0c3)
20042
20043commit 8503072e1c2b89dca786d4afb72aa60a170d2fbd
20044Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
20045Date:   Mon Nov 26 16:52:41 2007 -0500
20046
20047    registry: add missing include statement.
20048
20049commit 996b621bec1bbc4fb21970c75eaec62053bc6ccb
20050Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
20051Date:   Mon Nov 26 15:59:44 2007 -0500
20052
20053    registry: swap out the DTRACE XErrorDB stuff for the new registry call.
20054
20055commit 54cb729ecc2d366c1af836cb3d2ffc8e864e9b79
20056Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
20057Date:   Mon Nov 26 15:59:01 2007 -0500
20058
20059    registry: Add a call for DTRACE compatibility.
20060
20061commit decd5a7c605e42c99b6a4523c8e1833b859d9b24
20062Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
20063Date:   Mon Nov 26 15:26:49 2007 -0500
20064
20065    registry: Rebase registry to use the server config file of protocol names.
20066
20067commit 9b0e72c8d960d056276f5fa93f3cc2872825711e
20068Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
20069Date:   Mon Nov 26 15:26:04 2007 -0500
20070
20071    registry: Add a great big list of protocol names, like the XErrorDB that
20072    ships with Xlib.  This is considered temporary, until server-side XCB can
20073    solve the problem programmatically.
20074
20075commit c0f9e204baf0218466973868c5ea6ed0f78e6b8b
20076Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
20077Date:   Mon Nov 26 15:24:15 2007 -0500
20078
20079    registry: rename the SERVERCONFIGdir and relocate it to /usr/lib/xorg
20080    by default.
20081
20082commit a344920ae86c1970e4cc34ee91e2f2008d490c49
20083Author: Adam Jackson <ajax@redhat.com>
20084Date:   Mon Nov 26 11:53:08 2007 -0500
20085
20086    Allow Virtual to be specified globally in the Screen section.
20087    
20088    The Display subsections are optional, and it's confusing to need to create
20089    them just to set a Virtual size.
20090
20091commit c6c284e64b1f537a3243856cf78cf3f2324e4c2b
20092Author: Matthias Hopf <mhopf@suse.de>
20093Date:   Mon Nov 26 15:38:20 2007 +0100
20094
20095    Initialize Mode with 0 in xf86RandRModeConvert.
20096    
20097    Asking for trouble if non-initialized values contain random data.
20098
20099commit a4edfbef022f9635c2c9b9eb229cb622834dc68c
20100Author: Peter Hutterer <peter@cs.unisa.edu.au>
20101Date:   Sat Nov 24 16:16:48 2007 +1030
20102
20103    mi: only call UpdateSpriteForScreen if the screen actually changed.
20104    
20105    If we call it unconditionally, we flip the dev->spriteInfo->sprite permanently
20106    when using XTestFakeInput (once in CheckMotion as called from the
20107    processInputProc, another time in UpdateSpriteForScreen when we actually warp
20108    the cursor). USFS also updates to the screen's root window unconditionally,
20109    which is not really what we want if we haven't changed screen at all.
20110
20111commit bf3198c8c56289244c58d36c6869442479fd3481
20112Author: Peter Hutterer <peter@cs.unisa.edu.au>
20113Date:   Sat Nov 24 15:00:57 2007 +1030
20114
20115    dix: fix typo
20116
20117commit 5dabe448bda68a483bf444a4adfed2b25b30f600
20118Author: Peter Hutterer <peter@cs.unisa.edu.au>
20119Date:   Sat Nov 24 15:00:43 2007 +1030
20120
20121    dix: Add special treatment of NotifyUngrab for enter/leave events.
20122    
20123    In some cases (e.g. using x2x) the previous model broke, with a window ending
20124    not counting down to 0 anymore. Special treatment for NotifyUngrab seems to
20125    help here.
20126    
20127    Current solution: If a NotifyGrab is to be sent ignore it. If a NotifyUngrab
20128    enter is sent, only adjust the semaphore if it is on 0. Likewise, do the same
20129    for a NotifyUngrab leave if the semaphore is on 1. This seems to work alright
20130    so far.
20131
20132commit 33b94da6327d3423b4ebc1a58d5894c9904e67c9
20133Author: Keith Packard <keithp@keithp.com>
20134Date:   Fri Nov 23 16:01:11 2007 -0800
20135
20136    Re-add call to XFixesExtensionInit for static servers.
20137    
20138    This reverts a portion of bcbaf2a0ce34b6c5e41d2831b8b87dbd0617a89b which
20139    removed the call to XFixesExtensionInit and some cpp lines.
20140
20141commit f6401f944d327cc5d9a7ee0bbdf4f7fc8eaa31e8
20142Author: Matthias Hopf <mhopf@suse.de>
20143Date:   Fri Nov 23 16:12:49 2007 +0100
20144
20145    Don't segfault if referring to a relative output where no modes survived.
20146
20147commit fa19e84714aa84a2f2e817e363d6440349d0b619
20148Author: Matthias Hopf <mhopf@suse.de>
20149Date:   Tue Nov 20 16:54:50 2007 +0100
20150
20151    Fix initial placement of LeftOf and Above.
20152
20153commit 184e571957f697f2a125dc9c9da0c7dfb92c2cd9
20154Author: Matthias Hopf <mhopf@suse.de>
20155Date:   Tue Nov 20 13:05:26 2007 +0100
20156
20157    Adjust offsets of modes that do not fit virtual screen size.
20158    
20159    Fixes memory corruption if a too small "Virtual" was specified in xorg.conf
20160    for the selected multi-monitor configuration.
20161
20162commit a80e64f1503a4d8b11c4a6608d296422c69e3e8b
20163Author: Peter Hutterer <peter@cs.unisa.edu.au>
20164Date:   Sat Nov 17 22:50:07 2007 +0100
20165
20166    XKB: Generate correct key repeat events (bug #13114)
20167    
20168    Make sure we send the correct event for the type of device when we're
20169    sending key repeat events, which stops repeats being sent to incorrect
20170    windows.
20171
20172commit 63351df0eec320aa3ce27d4d2ee6bcdb58aa2d92
20173Author: Jeremy Huddleston <jeremy@tifa.local>
20174Date:   Thu Nov 22 18:02:07 2007 -0800
20175
20176    Darwin: Fix compilation/linking problems
20177
20178commit bf4ef4da759c01e6794ed28ba4988a2c8ee049bf
20179Author: Jeremy Huddleston <jeremy@tifa.local>
20180Date:   Thu Nov 22 17:45:15 2007 -0800
20181
20182    Darwin: Remove the PaintWindow optimization which snuck back in.
20183
20184commit 2082e7aa878fe1221fd50895a9de1f408b3157a8
20185Author: Jeremy Huddleston <jeremy@tifa.local>
20186Date:   Thu Nov 22 17:18:48 2007 -0800
20187
20188    Rootless: Remove the PaintWindow optimization which snuck back in.
20189
20190commit a751bc12bee1d4d2ed35e3a0c64d9c8c9bf30a82
20191Author: Jeremy Huddleston <jeremy@tifa.local>
20192Date:   Thu Nov 22 13:53:00 2007 -0800
20193
20194    Rootless: Imported changes made in xorg-server-1.2-apple branch
20195
20196commit 59c7ca6586e7c20e28ad407ca9a0883c4d621d64
20197Author: Jeremy Huddleston <jeremy@tifa.local>
20198Date:   Thu Nov 22 13:29:15 2007 -0800
20199
20200    Darwin: Added missing Makefile.am
20201
20202commit 23596291c30a85e38c00aef2c01b46d561e2916e
20203Author: Jeremy Huddleston <jeremy@tifa.local>
20204Date:   Thu Nov 22 13:17:44 2007 -0800
20205
20206    Darwin: More syncing witn xorg-server-1.2-apple
20207
20208commit 4e18c626350c7c2e0fb540aa64a98957699f3abe
20209Author: Jeremy Huddleston <jeremy@tifa.local>
20210Date:   Thu Nov 22 12:21:59 2007 -0800
20211
20212    Rootless: Pulled in changes from fb{Blt,Fill} into rl{Blt,Fill}
20213    (cherry picked from commit 3f857e129df7ce492191e0c51b8e53eaf6179366)
20214    (cherry picked from commit 70374a58937d7a6f01c210bd6ac66cafb63e895a)
20215
20216commit ed9524d36e42a310bb128284f2b507f76b8c40d9
20217Author: Jeremy Huddleston <jeremy@tifa.local>
20218Date:   Thu Nov 22 01:07:02 2007 -0800
20219
20220    Darwin: Copied over missing file (Localizable.strings) from xorg-server-1.2-apple
20221
20222commit 4d9cef197b12548e0716dab3557e48311519e325
20223Author: Jeremy Huddleston <jeremy@tifa.local>
20224Date:   Thu Nov 22 00:35:09 2007 -0800
20225
20226    Darwin: Misc cleanups to line up with xorg-server-1.2-apple
20227
20228commit 5e950123daa167c9ffe289b3bd89e3bd288da0e3
20229Author: Jeremy Huddleston <jeremy@tifa.local>
20230Date:   Wed Nov 21 23:32:00 2007 -0800
20231
20232    Darwin: Removed cvs tags from Xquartz man page
20233
20234commit 3a2f714eea475a13cde65921e24c7ee3f70ffc3c
20235Author: Jeremy Huddleston <jeremy@tifa.local>
20236Date:   Wed Nov 21 23:30:37 2007 -0800
20237
20238    Darwin: Removed .svn dir
20239
20240commit 691da031319dc59b9496101358c267f317abfd1e
20241Author: Peter Hutterer <peter@cs.unisa.edu.au>
20242Date:   Thu Nov 22 17:44:39 2007 +1030
20243
20244    Xi: allocate motion history for master device.
20245    
20246    We're still missing out on the actual content of the history but at least this
20247    way we don't segfault.
20248
20249commit 602de4f70b6f4aab93b514f3a01917bd5d4ad640
20250Author: Jeremy Huddleston <jeremy@tifa.local>
20251Date:   Wed Nov 21 16:53:10 2007 -0800
20252
20253    Darwin: Use UTF8String since lossyCString is deprecated
20254    (cherry picked from commit 1786f9464af51ff606a612aec6fe420fa9688a28)
20255
20256commit 13666e287c347aab2a5e9d8ee5f6bb29b9b85171
20257Author: Ben Byer <bbyer@bbyer.local>
20258Date:   Sun Nov 18 17:44:12 2007 -0800
20259
20260    Darwin: Added some DEBUG_LOG sauce to the XP_EVENT handling code
20261    (cherry picked from commit ec84a4cef66a2b46ed71f9758c434ea629d2f270)
20262
20263commit 829b6641bd64c352e1e8a7c619f84dedbdb07a09
20264Author: Ben Byer <bbyer@bbyer.local>
20265Date:   Sun Nov 18 17:43:40 2007 -0800
20266
20267    Darwin: Disabled ALT_IS_MODE_SWITCH
20268    (cherry picked from commit fd181254f85543558190140787dc7b41f6cf90db)
20269
20270commit 8486f8af91b477c7bcb8438a0e9a72d0c11d1d63
20271Author: Ben Byer <bbyer@bbyer.local>
20272Date:   Thu Nov 15 02:25:50 2007 -0800
20273
20274    Darwin: Added a lightweight debugging facility to support troubleshooting
20275    (for example) the stuck modifier key issue
20276    (cherry picked from commit 0e0b452d10c0af55497c3299b5f3db45d5b381cb)
20277
20278commit 74214a9f42b931f99d83ddb4efb3720881a2de16
20279Author: Ben Byer <bbyer@bbyer.local>
20280Date:   Thu Nov 15 00:56:54 2007 -0800
20281
20282    Darwin: Patch to avert (some) damage / rootless crashes, courtesy of Ken Thomases
20283    (cherry picked from commit 148a87ff20aa5e7a6d839610aa14fa1a31505c4a)
20284
20285commit f5f833b80609f1f98c93113183bd2b1bab3bfec9
20286Author: Ben Byer <bbyer@bbyer.local>
20287Date:   Sun Nov 11 04:30:34 2007 -0800
20288
20289    Darwin: These changes are necessary, yet not sufficient, to get 8-bit indexed
20290    color mode working in Xquartz.
20291    (cherry picked from commit a415f62f5289fae99ea9b0038d21fad7695b1336)
20292
20293commit 8358334180a4f8c1e73fc5647a62bcd3539dee45
20294Author: Ben Byer <bbyer@bbyer.local>
20295Date:   Sun Nov 11 04:30:00 2007 -0800
20296
20297    Darwin: Fixed the call to xp_init so that we now receive Motion notifications even
20298    if X is not the active application.
20299    fixes <rdar://problem/5167664> xeyes dead until window activation
20300    (cherry picked from commit c7573379a85a1480cc51650075078e41dafe56af)
20301
20302commit 512dee90878e552ad1b2bb5b27366707f6464f28
20303Author: Ben Byer <bbyer@bbyer.apple.com>
20304Date:   Thu Nov 8 22:17:38 2007 -0800
20305
20306    Darwin: fix for spurious "Are you sure you want to quit?" message
20307    (cherry picked from commit 30cbfc786e4fedda3fe070bacceabe1d9212d00b)
20308
20309commit 28e73e99a9a59223963312c5dd43ce5566d1db9d
20310Author: Ben Byer <bbyer@bbyer.apple.com>
20311Date:   Thu Nov 8 22:12:41 2007 -0800
20312
20313    Darwin: Adding "fake RandR" support from old X11.app
20314    (cherry picked from commit 633490c4e8dab30af7ecbe1bef076c22ad5f5da9)
20315
20316commit 01b70afaac0990b41d1fb6fadbfd64df1486b669
20317Author: Ben Byer <bbyer@bbyer.local>
20318Date:   Sat Nov 3 05:34:19 2007 -0700
20319
20320    Darwin: Initial support for Spaces -- if you use Expose to drag an X11
20321    window to another Space, it will work correctly (as opposed
20322    to just leaving a ghost window).  We accomplish this by listening
20323    for the notification from Xplugin that our window has been moved,
20324    and then we ask X11 to move the window to the new location.
20325    (cherry picked from commit 2d50ea8013e7c1639d570e227b53b037fb567565)
20326
20327commit b39edc01a6588697b65f831e8ab1dbb24cbe7b24
20328Author: Ben Byer <bbyer@bbyer.local>
20329Date:   Wed Oct 31 23:46:50 2007 -0700
20330
20331    Darwin: Swap modifier keys for buttons 2 and 3 -- now Option-click is the middle click
20332    (cherry picked from commit 0aa61293b62aeb69a93b2035d0aef8644343eed3)
20333
20334commit 606a8dc73d91a198d72d249934dc027a23f4c338
20335Author: Ben Byer <bbyer@bbyer.local>
20336Date:   Wed Oct 31 03:39:47 2007 -0700
20337
20338    Darwin: Trap Deactivate messages and release modifiers to avoid "stuck shift lock" (etc) bugs
20339    (cherry picked from commit 2b189a99330eb465fa0d17020fb1db1e38829151)
20340
20341commit 4c18ef4331aaee268431a3ba50991f0312b82870
20342Author: Ben Byer <bbyer@bbyer.local>
20343Date:   Wed Oct 31 03:22:18 2007 -0700
20344
20345    Darwin: Workaround for a bug where the holding down Command to make a "fake"
20346    button 2 click would actually result in a Command-2 chord.
20347    (I.e. it wasn't releasing Command before clicking the fake button.)
20348    (cherry picked from commit 0d5dd5dffa4c5ce3f54dfe53720a39d524dc8e37)
20349
20350commit f9269bebae27bbc9d0e03e02943166b83946623d
20351Author: Peter Hutterer <peter@cs.unisa.edu.au>
20352Date:   Thu Nov 22 17:30:14 2007 +1030
20353
20354    DeviceIntRec: move lastx/lasty from valuator into DeviceIntRec.
20355    
20356    We free the ValuatorClassRec quite regularly. If a SIGIO is handled while
20357    we're swapping device classes, we can bring the server down when we try to
20358    access lastx/lasty of the master device.
20359
20360commit 7f2972d47a5d74fe92268c6d609b1eb6ad845824
20361Author: Jeremy Huddleston <jeremy@tifa.local>
20362Date:   Wed Nov 21 21:59:59 2007 -0800
20363
20364    Darwin: Really add launcher this time
20365
20366commit bcbaf2a0ce34b6c5e41d2831b8b87dbd0617a89b
20367Author: Jeremy Huddleston <jeremy@tifa.local>
20368Date:   Wed Nov 21 19:51:14 2007 -0800
20369
20370    Darwin: Dead code removal, Code cleanup, Added launcher
20371    Imported changes from xorg-server-1.2-apple to make master more current wrt
20372    file layout, build system changes, and dead code removal.
20373
20374commit 9ed43eff48201520797f89a12bb3b2f5819bd99f
20375Author: Peter Hutterer <peter@cs.unisa.edu.au>
20376Date:   Wed Nov 21 17:16:27 2007 +1030
20377
20378    Xi: allow clients to specify pure client id in SetClientPointer.
20379    
20380    If no window was found with the given ID, try if there's a client with the ID.
20381    Allows us to set the CP for apps that don't open windows (e.g. x2x).
20382
20383commit 33f15689922ad9f1193f803bc1636c82c23ab99e
20384Author: Peter Hutterer <peter@cs.unisa.edu.au>
20385Date:   Wed Nov 21 16:06:44 2007 +1030
20386
20387    xtest: switch an inputInfo.pointer over to PickPointer.
20388    
20389    Couple of whitespace fixes too.
20390
20391commit e5dd7a95791748c57cab75c0d8ba9d37f72edccf
20392Author: Peter Hutterer <peter@cs.unisa.edu.au>
20393Date:   Wed Nov 21 15:59:31 2007 +1030
20394
20395    Xext: Scruffy the janitor don't like no "register" keywords.
20396
20397commit a55ec1a9f4b62139dc5e5462d79d47b330c27c79
20398Author: Alan Coopersmith <alan.coopersmith@sun.com>
20399Date:   Tue Nov 20 18:31:03 2007 -0800
20400
20401    Restore checks for __i386 where needed for Sun compilers on Solaris
20402
20403commit 2f387d913aa76f1b6d21d8e2698be165301c6bc1
20404Author: Alan Coopersmith <alan.coopersmith@sun.com>
20405Date:   Tue Nov 20 18:27:12 2007 -0800
20406
20407    Enable use of /dev/urandom on Solaris as well
20408
20409commit 4363d70c6b420648b501126d1fbdebfafc7ae09f
20410Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
20411Date:   Tue Nov 20 18:58:55 2007 -0500
20412
20413    registry: Fix some mistakes in the reversion of prior commits.
20414
20415commit 140a4660aca1c283613d5b62f51668b44b45baf6
20416Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
20417Date:   Tue Nov 20 18:49:30 2007 -0500
20418
20419    Revert "registry: Register XTrap extension protocol names."
20420    
20421    This reverts commit b38a91993364aa80cfd99721e319e1458d9fb760.
20422    
20423    Moving all the names into dix/registry.c
20424
20425commit ed8a39c48ab9dac085fcf58b9641364b5608f3f4
20426Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
20427Date:   Tue Nov 20 18:47:52 2007 -0500
20428
20429    Revert "registry: Register XKB extension protocol names."
20430    
20431    This reverts commit a5cf3f21f712e46dbf9bca289e67be75f2b531d3.
20432    
20433    Moving all the names into dix/registry.c
20434
20435commit 17b0c729b553e2f0f8f82497698b282a47db3326
20436Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
20437Date:   Tue Nov 20 18:46:43 2007 -0500
20438
20439    registry: Remove registry code from XInput extension.
20440    
20441    Moving all the names into dix/registry.c
20442
20443commit e86852aff62a861823b8e419434e0401b8cdc8e0
20444Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
20445Date:   Tue Nov 20 18:44:56 2007 -0500
20446
20447    Revert "registry: Register XFixes extension protocol names."
20448    
20449    This reverts commit 106758893b68033f14f69c4ee6591fb6a149ba37.
20450    
20451    Moving all the names into dix/registry.c
20452
20453commit 5269da2bde3cf4feb12fa2bd87bff6ee6d8730a1
20454Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
20455Date:   Tue Nov 20 18:43:38 2007 -0500
20456
20457    Revert "registry: Register XvMC extension protocol names."
20458    
20459    This reverts commit 853ea337bdad17f8f6ec7d940de14ce2cbbbf93e.
20460    
20461    Moving all the names into dix/registry.c
20462
20463commit 03a86c8d5e20a6e47f3c294f0087f205cf2a72dd
20464Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
20465Date:   Tue Nov 20 18:42:19 2007 -0500
20466
20467    Revert "registry: Register Xv extension protocol names."
20468    
20469    This reverts commit 12766c5b5ffdab95255a63b2c8421ee773fd43b5.
20470    
20471    Moving all the names into dix/registry.c
20472
20473commit edcf490cdb965e2a5bfc0169c01732d2924da3ae
20474Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
20475Date:   Tue Nov 20 18:41:10 2007 -0500
20476
20477    registry: Remove registry code from XTest extension.
20478    
20479    Moving all the names into dix/registry.c
20480
20481commit 5fea1ed50f37691a5273bf2897479781de808ff5
20482Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
20483Date:   Tue Nov 20 18:39:48 2007 -0500
20484
20485    registry: Remove registry code from SELinux extension.
20486    
20487    Moving all the names into dix/registry.c
20488
20489commit 9a8af33718d085656a672e4c27df200485c84154
20490Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
20491Date:   Tue Nov 20 18:38:24 2007 -0500
20492
20493    Revert "registry: Register Resource extension protocol names."
20494    
20495    This reverts commit 5c8b1a91726817816d20faefad21c7a68ab634cc.
20496    
20497    Moving all the names into dix/registry.c
20498
20499commit e6023e0208fae8f19c566f9df1a8aa20494f40ab
20500Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
20501Date:   Tue Nov 20 18:36:49 2007 -0500
20502
20503    Revert "registry: Register XPrint extension protocol names."
20504    
20505    This reverts commit f077578e42eee424b0e534774574c84af9d6f85b.
20506    
20507    Moving all the names into dix/registry.c
20508
20509commit 277345fb7065d74c3b0d076382affb78cbe67569
20510Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
20511Date:   Tue Nov 20 18:35:57 2007 -0500
20512
20513    registry: Remove registry code from XF86Bigfont extension.
20514    
20515    Moving all the names into dix/registry.c
20516
20517commit bf27edd365ffd275e5453f44d130eeacbfe0ecd9
20518Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
20519Date:   Tue Nov 20 18:34:14 2007 -0500
20520
20521    Revert "registry: Register EVIE extension protocol names."
20522    
20523    This reverts commit 48891d5696f56711f23743cb03be39cf6b26c522.
20524    
20525    Moving all the names into dix/registry.c
20526
20527commit 687427179420b18a55a1a02b8a9f2a32ea8eac8d
20528Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
20529Date:   Tue Nov 20 18:32:54 2007 -0500
20530
20531    registry: Remove registry code from XC-MISC extension.
20532    
20533    Moving all the names into dix/registry.c
20534
20535commit 4b0274e8f712e51b18618a2a0bdbe03b17b9736b
20536Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
20537Date:   Tue Nov 20 18:25:15 2007 -0500
20538
20539    Revert "registry: Register SYNC extension protocol names."
20540    
20541    This reverts commit 9f597f6c87e0b14cc382d8e5929e42f822db4329.
20542    
20543    Moving all the names into dix/registry.c
20544
20545commit 4c7cf5aa4c802dcde895c723879a80a87620c0f7
20546Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
20547Date:   Tue Nov 20 18:23:57 2007 -0500
20548
20549    Revert "registry: Register SHM extension protocol names."
20550    
20551    This reverts commit 2c9646ad4e65bb061d910c9e2b1a8a978f21fa17.
20552    
20553    Moving all the names to dix/registry.c
20554
20555commit 67e82e306f67a215c6c89868cc1d3649747bd93d
20556Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
20557Date:   Tue Nov 20 18:22:59 2007 -0500
20558
20559    Revert "registry: Register SHAPE extension protocol names."
20560    
20561    This reverts commit 4e274e90e16b1d954391e1af3e2074fb10f70ee7.
20562    
20563    Moving all the names to dix/registry.c
20564
20565commit 8583bf78ad056ffe2d83b54e5c9a0a217e425a7b
20566Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
20567Date:   Tue Nov 20 18:21:09 2007 -0500
20568
20569    registry: Remove registry code from XC-SECURITY extension.
20570    
20571    Moving all the names to dix/registry.c
20572
20573commit 55744d8e5d7bf1ff27cd25de54e14e799dd1a70a
20574Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
20575Date:   Tue Nov 20 18:19:44 2007 -0500
20576
20577    Revert "registry: Register MIT-SCREEN-SAVER extension protocol names."
20578    
20579    This reverts commit 58c3240fcbec23aad122e1c340f6bb6d3b18f779.
20580    
20581    Moving all the names into dix/registry.c
20582
20583commit 36ef45928c783292cef18acfdd83ae057826c989
20584Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
20585Date:   Tue Nov 20 18:18:01 2007 -0500
20586
20587    registry: Remove registry code from MIT-MISC extension.
20588    
20589    Moving all the names to dix/registry.c
20590
20591commit 816e6e612e4bc3cea1e67e7ea79d5b640458011f
20592Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
20593Date:   Tue Nov 20 18:15:37 2007 -0500
20594
20595    Revert "registry: Register Multibuffer extension protocol names."
20596    
20597    This reverts commit 3877faf7d9fe00ed634077e38a198ae4b91a2bb4.
20598    
20599    Moving all the names into dix/registry.c
20600
20601commit 40a0da044e911ea51de003f3621331ffbe2842bc
20602Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
20603Date:   Tue Nov 20 18:13:43 2007 -0500
20604
20605    registry: Remove registry code from Fontcache extension.
20606    
20607    Moving all the names into dix/registry.c
20608
20609commit 46412baf60ed639ddc1d5fb601f73a75e39737f7
20610Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
20611Date:   Tue Nov 20 18:11:06 2007 -0500
20612
20613    registry: Remove registry code from EVI extension.
20614    
20615    Moving all the names into dix/registry.c
20616
20617commit 460c43032f05aad3f0f552901a52d199f61c7f4f
20618Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
20619Date:   Tue Nov 20 18:08:18 2007 -0500
20620
20621    registry: Remove registry code from DPMS extension.
20622    
20623    Moving all the names into dix/registry.c
20624
20625commit 76e89d45b497d4afa4e60e1d0ec50b62f54f6b88
20626Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
20627Date:   Tue Nov 20 18:06:40 2007 -0500
20628
20629    registry: Remove registry code from TOG-CUP extension.
20630    
20631    Moving all the names into dix/registry.c
20632
20633commit ce93c5772da52ab88faef7e5b661b681d5b60b1e
20634Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
20635Date:   Tue Nov 20 18:03:57 2007 -0500
20636
20637    registry: Remove registry code from BigRequests extension.
20638    
20639    Moving all the names into dix/registry.c
20640
20641commit 0756d1271209e6ae14cc641dddca095271b43150
20642Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
20643Date:   Tue Nov 20 17:59:40 2007 -0500
20644
20645    Revert "registry: Register APPGROUP extension protocol names."
20646    
20647    This reverts commit b504678ba5407a6fd8d47d051305f7c3d5606dfe.
20648    
20649    Moving all the names into dix/registry.c
20650
20651commit 5aff37d1d69be493727856a29628bd782d50b90f
20652Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
20653Date:   Tue Nov 20 17:57:06 2007 -0500
20654
20655    Revert "registry: Register RENDER extension protocol names."
20656    
20657    This reverts commit 8964c6d8e14ae47798762191e359b2bf138ca32e.
20658    
20659    Moving all the names into dix/registry.c
20660
20661commit e585a2ddb495b50a53e15cccc368ca0858fc9d23
20662Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
20663Date:   Tue Nov 20 17:55:47 2007 -0500
20664
20665    Revert "registry: Register Record extension protocol names."
20666    
20667    This reverts commit ea09c9acc8f0d5577f54c864ff88b7f03d93b2f4.
20668    
20669    Moving all the names into dix/registry.c
20670
20671commit d4577e485367468227e031eb434b739eff7b5e9a
20672Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
20673Date:   Tue Nov 20 17:51:27 2007 -0500
20674
20675    Revert "registry: Register RANDR extension protocol names."
20676    
20677    This reverts commit c827db57e4d9ca14c82b099dcfc9b7a0c0b5ba0a.
20678    
20679    Moving all the names into dix/registry.c
20680
20681commit a541e826c9310d3051e53834833c6c3a08654148
20682Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
20683Date:   Tue Nov 20 17:50:26 2007 -0500
20684
20685    Revert "registry: Register WINDOWSWM extension protocol names."
20686    
20687    This reverts commit 4c3285c883cc50a91bc5262bbc9d073d816f860a.
20688    
20689    Moving all the names into dix/registry.c
20690
20691commit 993595430bd0580ab4d936be6b70fb91b8bb1d16
20692Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
20693Date:   Tue Nov 20 17:48:46 2007 -0500
20694
20695    Revert "registry: Register XF86DRI extension protocol names."
20696    
20697    This reverts commit b7786724080fd3928ef7b8c294346661d7ffd90b.
20698    
20699    Moving all the names into dix/registry.c
20700
20701commit 6b73c215c9d612534af290230b2e914d42d819cd
20702Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
20703Date:   Tue Nov 20 17:47:30 2007 -0500
20704
20705    Revert "registry: Register XF86VidMode extension protocol names."
20706    
20707    This reverts commit 960677e876c068400fb45e1764bb5470cd8c389f.
20708    
20709    Moving all the names into dix/registry.c
20710
20711commit 8e2cd7a804664bbd2d03789dcd5c93223122e929
20712Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
20713Date:   Tue Nov 20 17:45:30 2007 -0500
20714
20715    Revert "registry: Register XF86Misc extension protocol names."
20716    
20717    This reverts commit 2cd1b32b77e0ceeaccb3f01c4ac13a97c557668c.
20718    
20719    Moving all the names into dix/registry.c
20720
20721commit 0356153a58cef87d655bccacd8e2cf03d577bd19
20722Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
20723Date:   Tue Nov 20 17:43:18 2007 -0500
20724
20725    Revert "registry: Register XF86DGA extension protocol names."
20726    
20727    This reverts commit 3815284e899b61731b6a63c4ba14c5d773e24eb6.
20728    
20729    Moving all the names into dix/registry.c
20730
20731commit de93c1e9df14577e158b6dc3ccec7ee48f592386
20732Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
20733Date:   Tue Nov 20 17:40:57 2007 -0500
20734
20735    Revert "registry: Register DMX extension protocol names."
20736    
20737    This reverts commit 32f3f5a1e7654f8bb43ea16b9227b3994e616739.
20738    
20739    Moving all the names into dix/registry.c
20740
20741commit 2d3e0cdf4bd7ab069bad7244ede7c2d489e92b17
20742Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
20743Date:   Tue Nov 20 17:39:56 2007 -0500
20744
20745    Revert "registry: Register APPLEDRI extension protocol names."
20746    
20747    This reverts commit 3464b419230c6d17e940d967b567c5d2cb22d232.
20748    
20749    Moving all the names into dix/registry.c
20750
20751commit 546d46224e355d4f00232da5538548e3c8853e40
20752Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
20753Date:   Tue Nov 20 17:37:48 2007 -0500
20754
20755    Revert "registry: Register XINERAMA extension protocol names."
20756    
20757    This reverts commit b9f5ab98c8dea36dcce1ad15fd2e059a77e77c39.
20758    
20759    Moving all the names into dix/registry.c
20760
20761commit fd2d83d5bf5b35c8a2b05f725486be166783921e
20762Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
20763Date:   Tue Nov 20 17:34:48 2007 -0500
20764
20765    Revert "registry: Register APPLEWM extension protocol names."
20766    
20767    This reverts commit eee46b4681ec55297604b0425705f2b18381f7ca.
20768    
20769    Moving all the names into dix/registry.c
20770
20771commit c934e1af27189571c1e7dd838872e380c3580eeb
20772Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
20773Date:   Tue Nov 20 17:32:35 2007 -0500
20774
20775    Revert "registry: Register DBE extension protocol names."
20776    
20777    This reverts commit 2e1e5be1d9067816525aa13a1d818e8ca6899599.
20778    
20779    Moving all the names into dix/registry.c
20780
20781commit b9ab6f300a46aa8879b11eac51857357cc379c2f
20782Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
20783Date:   Tue Nov 20 17:31:00 2007 -0500
20784
20785    Revert "registry: Register DAMAGE extension protocol names."
20786    
20787    This reverts commit 20db50b4c44a14f7eeac2b1de17ada68482521da.
20788    
20789    Moving all the names into dix/registry.c
20790
20791commit 26586a7ad5e999b34996d147fb43998deea89178
20792Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
20793Date:   Tue Nov 20 17:27:37 2007 -0500
20794
20795    Revert "registry: Register composite extension protocol names."
20796    
20797    This reverts commit 166ef972febc00c665e1d5aeb68e75d7bbcf9879.
20798    
20799    Moving all the names into dix/registry.c
20800
20801commit fae39db7957c0ebdc7af36f8d8f484473beb6d38
20802Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
20803Date:   Tue Nov 20 15:21:31 2007 -0500
20804
20805    devPrivates rework: put back some changes that were mistakenly removed
20806    	during merge conflict resolution.
20807
20808commit 709c1a70c8c6a9e132bf0d92f78a12be72beee51
20809Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
20810Date:   Tue Nov 20 15:18:02 2007 -0500
20811
20812    Remove some duplicate include statements.
20813
20814commit be0cbe5a330f62cef47fffbc49e83b5e1637b7d0
20815Author: Dodji Seketeli <dodji@openedhand.com>
20816Date:   Tue Nov 20 15:39:49 2007 +0100
20817
20818    kaa: update kaaCreatePixmap to support the new usage_int
20819
20820commit 5b0dfb73ca4699cc4b33720f10416de7440081b7
20821Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
20822Date:   Mon Nov 19 21:01:22 2007 -0500
20823
20824    devPrivates rework: put back a comment that was mistakenly removed
20825    	during merge conflict resolution.
20826
20827commit 2d17f47cc7d6b174857617d31ad1b437d8e97d94
20828Merge: 60be452 ea9c63e
20829Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
20830Date:   Mon Nov 19 18:10:46 2007 -0500
20831
20832    Merge branch 'master' into XACE-SELINUX
20833    
20834    Conflicts:
20835    
20836    	hw/xnest/Pixmap.c
20837    	include/dix.h
20838
20839commit 60be452c2e88342f92a76ba5ec7d90b5b0211aaf
20840Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
20841Date:   Mon Nov 19 16:55:09 2007 -0500
20842
20843    xace: restore the old SaveScreens function and introduce new API, since the
20844    old version is called from drivers...
20845
20846commit a95bb52b4366d85fc049130c60af5c9e727c565b
20847Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
20848Date:   Mon Nov 19 16:34:38 2007 -0500
20849
20850    devPrivates rework: add missing include of dix/privates.h
20851
20852commit ea9c63e93b9bb731796e8a8de2d127e6cc720076
20853Author: Michel Dänzer <michel@tungstengraphics.com>
20854Date:   Mon Nov 19 15:53:49 2007 +0100
20855
20856    DEFAULT_DPI was undefined here.
20857
20858commit db9ae863536fff80b5463d99e71dc47ae587980d
20859Author: Adam Jackson <ajax@aspartame.nwnk.net>
20860Date:   Sun Nov 18 11:57:01 2007 -0500
20861
20862    Bump DEFAULT_DPI to 96.
20863    
20864    75 is just nonsense.
20865
20866commit ee2d4626dca6e0d4fc6f524e5de4bdefa2ed43df
20867Author: Tormod Volden <bugzi06.fdo.tormod@xoxy.net>
20868Date:   Sun Nov 18 11:56:31 2007 -0500
20869
20870    Bug #12932: Use DEFAULT_DPI in randr1.2 instead of hardcoded 96.
20871
20872commit a46c30c3be33ffb304a885503c8aaa78396ed3d9
20873Author: Jernej Azarija <azi.stdout@gmail.com>
20874Date:   Sun Nov 18 11:44:36 2007 -0500
20875
20876    Bug #12531: RRModesForScreen can fail to allocate.
20877
20878commit fac7e7e4e1809e865b9b3cf5b7eb69ba9d3a3759
20879Author: Adam Jackson <ajax@aspartame.nwnk.net>
20880Date:   Sun Nov 18 11:39:26 2007 -0500
20881
20882    Document the requirement for interleaved code and declarations.
20883
20884commit bad96e5a864e40fbd47265d7fb6eaa67c55fac11
20885Author: Peter Hutterer <peter@cs.unisa.edu.au>
20886Date:   Sun Nov 18 15:02:24 2007 +1030
20887
20888    dix: getevents.c remove trailing whitespaces.
20889
20890commit 75e5e9f88c5f974d996dd81e672cd3709d361a44
20891Author: Peter Hutterer <peter@cs.unisa.edu.au>
20892Date:   Sat Nov 17 13:46:01 2007 +1030
20893
20894    Xi: add missing XI_DeviceClassesChangedMask to XI filters array.
20895
20896commit d15339a92c4d689d2ab8a86e4f10107f3e45eff8
20897Author: Adam Jackson <ajax@aspartame.nwnk.net>
20898Date:   Sat Nov 17 22:12:10 2007 -0500
20899
20900    Bug #9725: Don't look in root's $HOME for config files, that's just confusing.
20901
20902commit 748cfbc820f8cdeb544c54a6db495fecf2e2457b
20903Author: Adam Jackson <ajax@aspartame.nwnk.net>
20904Date:   Sat Nov 17 21:23:05 2007 -0500
20905
20906    Disinfect mi/ of mfb.
20907
20908commit a969db091cab16a448f82782e85b3dd19c81627a
20909Author: Daniel Stone <daniel@fooishbar.org>
20910Date:   Sat Nov 17 22:34:47 2007 +0100
20911
20912    XKB: Don't ring the bell when we don't have a BellProc (bug #13246)
20913
20914commit c89b543198d5ec56ff025bdd6bb7229523478e58
20915Author: Ben Skeggs <skeggsb@gmail.com>
20916Date:   Sat Nov 17 18:20:49 2007 +1000
20917
20918    exa: set driverPriv to NULL before it might get used later with garbage
20919
20920commit 514ba4ca727f0b1076bc67500617722203d34daa
20921Author: Adam Jackson <ajax@aspartame.nwnk.net>
20922Date:   Fri Nov 16 19:53:11 2007 -0500
20923
20924    Bug #1612: Use a stronger PRNG.
20925    
20926    Currently just reads from /dev/urandom, and only on Linux.
20927
20928commit 12dd6e9911de187e0ebee86434e8c24a67c990f9
20929Author: Peter Hutterer <peter@cs.unisa.edu.au>
20930Date:   Fri Nov 16 17:23:09 2007 +1030
20931
20932    dix: reset MD's devPrivate classes to NULL before device initialisation.
20933    
20934    XkbInitKeyboardDefviceStruct may call FatalError if it fails. FatalError then
20935    cleans up all the devices, resulting in a segfault if the pointer is
20936    uninitialised.
20937
20938commit be3321c2e9fad228a9ee5fef47680a47bc9e39a4
20939Author: Peter Hutterer <peter@cs.unisa.edu.au>
20940Date:   Fri Nov 16 12:12:41 2007 +1030
20941
20942    dix: Free both current classes and original classes when closing an MD.
20943
20944commit 3c39dd19ec2a53b8854279e3b03131098031473a
20945Author: Peter Hutterer <peter@cs.unisa.edu.au>
20946Date:   Fri Nov 16 12:12:14 2007 +1030
20947
20948    Xi: Deep-copy full list of FeedbackClasses.
20949    
20950    All feedback classes are linked lists and the whole list has to be duplicated,
20951    not just the first entry.
20952    
20953    Xkb stuff still missing.
20954
20955commit 497862df2fcd67531fbe0f876c20a09884ee74df
20956Author: Peter Hutterer <peter@cs.unisa.edu.au>
20957Date:   Fri Nov 16 11:20:22 2007 +1030
20958
20959    dix: explicitly float all attached SDs before closing down devices.
20960    
20961    Some drivers flush on shutdown, if our SD is still attached we'd be trying to
20962    route an event through a non-existing device.
20963
20964commit 9de1ebe2a80164507cbe2ef688f284225e0ec808
20965Author: Peter Hutterer <peter@cs.unisa.edu.au>
20966Date:   Fri Nov 16 10:45:28 2007 +1030
20967
20968    dix: Fix up class restoring when last SD disconnects.
20969    
20970    Old code was fundamentally broken, fixes now are:
20971    - free the MDs current device classes
20972    - copy the device classes instead of flipping the pointers
20973    - check for the old MD, not the new one.
20974
20975commit 20fd4783247b1b93d9675dc36768dd1ed59ba2d3
20976Author: Adam Jackson <ajax@redhat.com>
20977Date:   Thu Nov 15 17:01:33 2007 -0500
20978
20979    Small static cleanups on dix/
20980
20981commit 70e50fa51f05663f289eeeea4521e737e8e24bca
20982Author: Adam Jackson <ajax@redhat.com>
20983Date:   Thu Nov 15 17:00:37 2007 -0500
20984
20985    Allocate RRCrtcRecs with calloc.
20986
20987commit 8d0cd1cd2c57ee5a2fc4d577d8182d66369f0617
20988Author: Aaron Plattner <aplattner@nvidia.com>
20989Date:   Thu Nov 15 12:16:36 2007 -0800
20990
20991    Fix a really dumb typo.
20992
20993commit f797c96845a3fab37cda6839ebecf9ac5401fd6e
20994Author: Aaron Plattner <aplattner@nvidia.com>
20995Date:   Thu Nov 15 12:12:02 2007 -0800
20996
20997    Save pixmap allocation hints into the PixmapRec.
20998
20999commit 6bc50de02108f822977fc7545da81fce95ea7ff4
21000Author: Adam Jackson <ajax@redhat.com>
21001Date:   Thu Nov 15 15:03:58 2007 -0500
21002
21003    Simplify system resource range setup.
21004    
21005    osRes only existed to get copied into Acc.  Waste of effort.
21006
21007commit e1ff14a9246e12d42ce8ca5afbe3b957333a5620
21008Author: Adam Jackson <ajax@redhat.com>
21009Date:   Thu Nov 15 14:45:49 2007 -0500
21010
21011    Delete some dead code in X -configure.
21012
21013commit 01cfba75229f4b9bf1e4fe80814931acdacde14c
21014Author: Adam Jackson <ajax@redhat.com>
21015Date:   Thu Nov 15 14:27:03 2007 -0500
21016
21017    Nuke the debugging allocator.
21018    
21019    This has never been hooked up in the modular build, and can not possibly
21020    have built since before 6.7.  Clearly no one's using it.
21021
21022commit c67b9c5fc33002b13a2360929a37f24169710f64
21023Author: Adam Jackson <ajax@redhat.com>
21024Date:   Thu Nov 15 14:24:36 2007 -0500
21025
21026    Clean up some garbage in driver enumeration.
21027
21028commit 0706e5e790060fbf046cfaff295b78806b7841c6
21029Author: Adam Jackson <ajax@redhat.com>
21030Date:   Thu Nov 15 14:15:09 2007 -0500
21031
21032    Eliminate some redundancy in autoconfiguration.
21033    
21034    We already synthesize Monitor and Module sections for you, no need to
21035    specify them explicitly in the fake config buffer.
21036
21037commit 2c01a49bf0a407bd5510bb9ceb4ef86a2cc36be9
21038Author: Adam Jackson <ajax@redhat.com>
21039Date:   Thu Nov 15 13:32:59 2007 -0500
21040
21041    Don't sleep(1) at exit on any platform.
21042
21043commit 83926cb8bef6288b89e801c5e60b3f40e923e16e
21044Author: Peter Hutterer <peter@cs.unisa.edu.au>
21045Date:   Thu Nov 15 17:41:07 2007 +1030
21046
21047    Xi: Only alloc modifierKeyMap if <slave device>->maxKeysPerModifier > 0
21048    
21049    Sometimes (e.g. on my debian ppc box) maxKeysPerModifier of the SD is 0. So we
21050    try to malloc(0), bringing the whole server down with a FatalError because it
21051    looks as if the malloc failed. This is bad, so only alloc if we actually have
21052    something to alloc.
21053
21054commit 070195dbf88eb121e65f802e023aa37ed1f2c2ac
21055Author: Peter Hutterer <peter@cs.unisa.edu.au>
21056Date:   Thu Nov 15 16:27:18 2007 +1030
21057
21058    Xi: fix up sloppy class copying causing segfaults.
21059
21060commit 53539688cab990a7df1851d64f3ee4e11920a86b
21061Author: Peter Hutterer <peter@cs.unisa.edu.au>
21062Date:   Thu Nov 15 16:23:48 2007 +1030
21063
21064    dix: SetKeySymMap should alloc the map if dst doesn't have one already.
21065
21066commit b40646dc104fb03ea7cc0b27fae573aecaab486e
21067Author: Peter Hutterer <peter@cs.unisa.edu.au>
21068Date:   Thu Nov 15 15:43:44 2007 +1030
21069
21070    dix: Add FreeDeviceClass and FreeFeedbackClass for centralised xfree.
21071    
21072    Ensures that we only have one way of freeing a device class to avoid leaks in
21073    ChangeMasterDeviceClasses and other places.
21074
21075commit 4c9cc82fc4461d180ae2c2fbe50e7f98b0777f91
21076Author: Tiago Vignatti <vignatti@c3sl.ufpr.br>
21077Date:   Thu Nov 15 01:46:11 2007 -0200
21078
21079    For some reason "-nozap" appeared twice. Weird.
21080
21081commit 18833d648fd7e1a5e962b93636bbbb38aca9c454
21082Author: Peter Hutterer <peter@cs.unisa.edu.au>
21083Date:   Thu Nov 15 12:13:59 2007 +1030
21084
21085    Xi: reset xkb-stuff to NULL after copying (DeepCopyDeviceClasses)
21086    
21087    Having two devices point to the same xkb stuff causes SIGABRTs.
21088    
21089    Also, don't init a MD's xkbInfo unless the SD has an xkbInfo.
21090
21091commit 1635832c1635374033686d3a943b77adbd60bb98
21092Author: Peter Hutterer <peter@cs.unisa.edu.au>
21093Date:   Thu Nov 15 11:35:07 2007 +1030
21094
21095    Revert "xkb: disable xkb key repeats (temporarily)"
21096    
21097    This reverts commit 2b1d946392ce28b96941341778b2b526aa0fb126.
21098
21099commit b05246696d14bd35aa53b49302707b51206c72a6
21100Author: Peter Hutterer <peter@cs.unisa.edu.au>
21101Date:   Thu Nov 15 11:31:43 2007 +1030
21102
21103    Xi: free XkbSrvLedInfos as well when freeing an MD's device classes.
21104
21105commit c758e5a664a52045ad419340044beebb6774a336
21106Author: Peter Hutterer <peter@cs.unisa.edu.au>
21107Date:   Thu Nov 15 10:47:20 2007 +1030
21108
21109    dix: Make sure core MDs copy their initial classes before they are used.
21110    
21111    Anything in dev->key, dev->valuator etc. of a MD must always be a copy of the
21112    original class. The intial classes of an MD (the ones set up before an SD is
21113    attached) as well, as we may have to restore them if no SD is attached
21114    anymore.
21115
21116commit a08665d4d3b0a7d567a90bb9bbfe4abafd6f3887
21117Author: Peter Hutterer <peter@cs.unisa.edu.au>
21118Date:   Thu Nov 15 10:42:29 2007 +1030
21119
21120    mi: don't call SwitchCoreKeyboard, we switch during event processing now.
21121
21122commit 64711a094893e83764bbeda538c6e877ebe2af79
21123Author: Peter Hutterer <peter@cs.unisa.edu.au>
21124Date:   Thu Nov 15 10:41:34 2007 +1030
21125
21126    Xi: When switching MD classes, make a deep copy instead of pointer flip.
21127    
21128    Turns out it's really really hard synchronising device state across multiple
21129    duplicated events if they all share the same struct. So instead of doing so,
21130    when the SD changes deep-copy all it's classes into the MD. The MD then has
21131    the same capabilities, but the state can be set separately. This should fix
21132    xkb, key state, repeat etc. problems.
21133    
21134    Updating the device state allows us to remove the SwitchCoreKeyboard from the
21135    event gathering, it's all done during event processing now.
21136
21137commit 3dde66f96b9b8431381871cf85266da3ec57a0d4
21138Author: Adam Jackson <ajax@redhat.com>
21139Date:   Wed Nov 14 15:10:59 2007 -0500
21140
21141    Start 1.4.99
21142
21143commit c3897ca7099fc007b4134a8fabd4c707f99f2ac7
21144Author: Adam Jackson <ajax@redhat.com>
21145Date:   Fri Nov 9 13:55:32 2007 -0500
21146
21147    Add -pogo option for init/teardown performance testing.
21148
21149commit cecac794451b793871f297b91a11d3b52eeb6d1b
21150Author: Adam Jackson <ajax@redhat.com>
21151Date:   Thu Nov 8 17:25:36 2007 -0500
21152
21153    Don't sleep(1) at server exit.
21154
21155commit 1603130236c55ddabc3854d4ba62d544debcf1f5
21156Merge: f207e69 f7dd0c7
21157Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
21158Date:   Wed Nov 14 13:35:50 2007 -0500
21159
21160    Merge branch 'master' into XACE-SELINUX
21161    
21162    Conflicts:
21163    
21164    	Xext/xace.c
21165    	Xext/xace.h
21166
21167commit f207e69d62bc04c7f254347b03e6d8fa8b569d66
21168Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
21169Date:   Wed Nov 14 12:23:29 2007 -0500
21170
21171    xselinux: adjust receive hook to use new synthetic_event class.
21172
21173commit cc4586df600af571815d5cdda2028c0d074c8469
21174Author: Peter Hutterer <peter@cs.unisa.edu.au>
21175Date:   Wed Nov 14 14:27:52 2007 +1030
21176
21177    Xi: toggle the public.devPrivate as well when switching device classes.
21178    
21179    The master needs to have the same devPrivate as the slave, in case a client
21180    issues a request that goes down to the driver.
21181    Example: if a driver wants to ring the keyboard bell, it'll pick a keyboard.
21182    The KeyClassPtr will direct it to the matching method in the driver, but
21183    because the MD doesn't have the devPrivate set the driver segfaults.
21184    Even if all drivers were updated to not dereference the nullpointer, nothing
21185    would actually ever happen.
21186    
21187    To avoid this, we flip the master's public.devPrivate to the last SDs
21188    devPrivate.
21189
21190commit b44c1118f3bab6d5f28fa42e0c322fbaec005012
21191Author: Peter Hutterer <peter@cs.unisa.edu.au>
21192Date:   Wed Nov 14 14:08:21 2007 +1030
21193
21194    dix: Return Success from ProcBell if no BellProc is set.
21195    
21196    We must not return BadDevice, this causes applications to crash. If no
21197    BellProc is set, just quietly do nothing and report a Success.
21198
21199commit 240b10fa9c32510a380a73a8acdd8267c81e538b
21200Author: Peter Hutterer <peter@cs.unisa.edu.au>
21201Date:   Wed Nov 14 12:18:08 2007 +1030
21202
21203    Xi: Move updating the device state from POE into separate function.
21204    
21205    POE now only deals with processing the event and calling the appropriate
21206    delivery methods. Actually modifying the device state is done in
21207    UpdateDeviceState. This separation should make it easier to avoid setting the
21208    state twice when master events are processed.
21209
21210commit 0bdfeb55fc559ffe0334df69ba6e9e711b26dc18
21211Author: Peter Hutterer <peter@cs.unisa.edu.au>
21212Date:   Tue Nov 13 17:31:20 2007 +1030
21213
21214    Xi: remove RegisterPairingClient handling. Deprecated with device hierarchy.
21215
21216commit e96d926d64f7fb63f6bf2aa0ea0a8440a188947b
21217Author: Peter Hutterer <peter@cs.unisa.edu.au>
21218Date:   Tue Nov 13 17:14:35 2007 +1030
21219
21220    Xi: remove trailing whitespaces.
21221
21222commit 5031238aad2b6b7511aab0f9d15edfbdd2b4cce7
21223Author: Peter Hutterer <peter@cs.unisa.edu.au>
21224Date:   Tue Nov 13 16:58:23 2007 +1030
21225
21226    dix: remove trailing/wrong whitespaces from devices.c and events.c
21227
21228commit c703849e79391bb1bb01a994bb8d5cf2eb64e48b
21229Author: Peter Hutterer <peter@cs.unisa.edu.au>
21230Date:   Tue Nov 13 16:50:18 2007 +1030
21231
21232    dix: Attach spriteInfoRec to same memory block as the DeviceIntRec.
21233    
21234    No need to alloc a separate one, we never do anything special with it anyway.
21235
21236commit 51239f87ce42ad564ceee1761980391947294511
21237Author: Peter Hutterer <peter@cs.unisa.edu.au>
21238Date:   Tue Nov 13 11:26:16 2007 +1030
21239
21240    dix: Send MappingNotify when keyboard maps change.
21241    
21242    If a slave device is attached to a master device, then we need to send a
21243    mapping notify to the client.
21244    Mapping notify needs to be sent if
21245     - different slave device but on same master
21246     - different master
21247    
21248    This gives you funny behaviour with the ClientPointer. When a
21249    MappingNotify is sent to the client, the client usually responds with a
21250    GetKeyboardMapping. This will retrieve the ClientPointer's keyboard mapping,
21251    regardless of which keyboard sent the last mapping notify request. So
21252    depending on the CP setting, your keyboard may change layout in each app...
21253
21254commit 2b1d946392ce28b96941341778b2b526aa0fb126
21255Author: Peter Hutterer <peter@cs.unisa.edu.au>
21256Date:   Tue Nov 13 09:51:33 2007 +1030
21257
21258    xkb: disable xkb key repeats (temporarily)
21259    
21260    Haven't quite figured out yet how to make these repeats work. Because we share
21261    the class between devices, the key state is already set when we process the
21262    master device's event, causing a repeat on each event.
21263
21264commit f7dd0c72b8f861f4d5443a43d1013e3fe3db43ca
21265Author: Matthias Hopf <mhopf@suse.de>
21266Date:   Mon Nov 12 15:11:03 2007 +0100
21267
21268    Only clear crtc of output if it is the one we're actually working on.
21269    
21270    Upon recreation of the RandR internal data structures in RRCrtcNotify() the
21271    crtc of an output could be NULLed if the crtc was shared (cloned) between two
21272    outputs and one of them got another crtc assigned.
21273
21274commit 70b4087c4dd1904d9d655f4afb9dfcea4f137f7a
21275Author: Peter Hutterer <peter@cs.unisa.edu.au>
21276Date:   Mon Nov 12 13:10:39 2007 +1030
21277
21278    dix: don't unconditionally update valuators during key events.
21279    
21280    Master may not have valuators, device may not have valuators.
21281
21282commit 23365d28651f7942fdafb889bcbbd019470a4274
21283Author: Peter Hutterer <peter@cs.unisa.edu.au>
21284Date:   Mon Nov 12 13:08:38 2007 +1030
21285
21286    dix: allow grab modifier device to be NULL.
21287    
21288    This can happen if we check for a passive core grab and our device is a
21289    floating slave device. Doesn't really change anything as SDs can't send core
21290    events but it stops the server from segfaulting.
21291
21292commit 5a7a65a3c978a65e8ff39d0cc9878527ec42adc9
21293Author: Peter Hutterer <peter@cs.unisa.edu.au>
21294Date:   Mon Nov 12 12:37:39 2007 +1030
21295
21296    mi: avoid SIGABRT by setting master_event to NULL.
21297
21298commit a05f43bf3e9629df98e93c366d4327f20ed81e6c
21299Author: Peter Hutterer <peter@cs.unisa.edu.au>
21300Date:   Mon Nov 12 11:35:18 2007 +1030
21301
21302    dix: When the last slave is removed, set master to the original classes.
21303    
21304    DeviceClassesChangedEvent is sent to the client, where device == new slave.
21305
21306commit 45f884d79c0eebaa1eb24d7db76c1177f6b710c9
21307Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
21308Date:   Fri Nov 9 14:45:27 2007 -0500
21309
21310    xselinux: add new synthetic_event security class, and fix registry code.
21311
21312commit b092856baba5bd43b23950f23236b5cc3ce78c1e
21313Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
21314Date:   Fri Nov 9 14:45:02 2007 -0500
21315
21316    registry: Register XC-SECURITY extension protocol names.
21317
21318commit 7a81bafc9bc7048560b17483e6addf58469a05d0
21319Author: Peter Hutterer <peter@cs.unisa.edu.au>
21320Date:   Fri Nov 9 23:10:24 2007 +1030
21321
21322    Xi, dix: Add ability to change MD classes + send event when doing so.
21323    
21324    Each time a different slave device sends through a master, an
21325    DeviceClassesChangedEvent is enqueued. When this event is processed, all
21326    classes of the matching master device are changed, and the event is sent to
21327    the clients.
21328    
21329    Next time the master is queried, it thus shows the evclasses of the last slave
21330    device. The original classes are stored in the devPrivates.
21331    
21332    TODO: if all slave devices are removed, the master's original classes need to
21333    be restored.
21334
21335commit c0a05805783ee3d38fbcc0fb45f4aa3c511785f0
21336Author: Peter Hutterer <peter@cs.unisa.edu.au>
21337Date:   Fri Nov 9 23:07:10 2007 +1030
21338
21339    Xext: add simple macro to easily check a generic event's type.
21340
21341commit f48087b6c33c1f84bf2cfc0744b1c38697321c07
21342Author: Kristian Høgsberg <krh@temari.boston.redhat.com>
21343Date:   Fri Nov 9 05:49:26 2007 -0500
21344
21345    Regenerate GLX dispatch code for recent gl_API.xml changes (#12935).
21346
21347commit f2a3728868376a3646832d4af3a29549ce0b8f5d
21348Author: Ben Byer <bbyer@bbyer.apple.com>
21349Date:   Thu Nov 8 18:49:05 2007 -0800
21350
21351    Patch to rootless code that should fix many crashes.  Credit to Ken Thomases
21352    at CodeWeavers for the patch.  From his description:
21353    
21354    Fix a display bug with the X server.  The Generic Rootless extension
21355    installs overrides for certain GC (graphics context) operations.  Within
21356    these overrides, they temporarily uninstall themselves, perform their work,
21357    and then reinstall themselves.  Except sometimes they would return early
21358    and wouldn't reinstall themselves when they should.  Now they do in all cases.
21359    
21360    Fix a bug in RootlessCopyWindow where early returns could leave the screen's
21361    dispatch table entry for CopyWindow unwrapped.  We think that this is
21362    another case (hopefully the last) of the rootless drawing bug.
21363
21364commit 338c1aedbdf3964e542947140f7c50d58542cf12
21365Author: Ben Byer <bbyer@bbyer.local>
21366Date:   Wed Nov 7 03:56:44 2007 -0800
21367
21368    formatting fixes
21369
21370commit bd269d0d783d418ef99363478fdf849fd89eed76
21371Author: Ben Byer <bbyer@bbyer.local>
21372Date:   Wed Nov 7 03:55:08 2007 -0800
21373
21374    Fix for off-by-one error in menu bar height calculation -- props to Nicholas Riley!
21375
21376commit b4d14484056e6f4a7374fc1acf3f223be4bd116f
21377Author: Ben Byer <bbyer@bbyer.local>
21378Date:   Wed Nov 7 03:10:52 2007 -0800
21379
21380    Undo some last-minute breakage in xpr.h
21381
21382commit 05d5b9baa05a4ba14a4383d8a981bc327d99290c
21383Author: Ben Byer <bbyer@bbyer.local>
21384Date:   Wed Nov 7 02:28:49 2007 -0800
21385
21386    removed debugging output
21387
21388commit 9a8abcfa6d6d0cdc17be02a3443a7e116eb07d07
21389Author: Ben Byer <bbyer@bbyer.local>
21390Date:   Wed Nov 7 02:22:39 2007 -0800
21391
21392    Fixed focus problem (clicking on an X11 window that sits behind
21393    an Aqua window would not always bring it to the top of the stack.
21394
21395commit b34d2ffc38002f7c4980c138f57e9a828cd79c37
21396Author: Ben Byer <bbyer@bbyer.local>
21397Date:   Wed Nov 7 01:56:37 2007 -0800
21398
21399    formatting changes.
21400
21401commit 50dac9b2cb3b40810fb79253adc0265a838a497b
21402Author: Ben Byer <bbyer@bbyer.local>
21403Date:   Wed Nov 7 01:35:48 2007 -0800
21404
21405    Fixed Spaces issue, correctly -- dragging an X window from one
21406    Space to another in Expose mode now works.
21407
21408commit ce7cfbe261b7fd4fcd09d1a4a61344d1555a71f2
21409Author: Ben Byer <bbyer@bbyer.apple.com>
21410Date:   Thu Nov 8 20:10:51 2007 -0800
21411
21412    Fixed check to refer to DarwinApp, not all Darwin targets
21413
21414commit d68bd5510437c1fd3850e020f7cd90901fae8e1b
21415Author: Ben Byer <bbyer@bbyer.apple.com>
21416Date:   Thu Nov 8 20:08:49 2007 -0800
21417
21418    fixing GLX in Xquartz
21419
21420commit a6ac9002956767fefa37aac95513e21ac5246d15
21421Author: Ben Byer <bbyer@bbyer.apple.com>
21422Date:   Mon Nov 5 20:25:10 2007 -0800
21423
21424    formatting cleanup
21425
21426commit 67e96be13cdb45be31db121ce216295cd9496d20
21427Author: Ben Byer <bbyer@bbyer.apple.com>
21428Date:   Mon Nov 5 20:01:34 2007 -0800
21429
21430    Fixed logic error that prevent JIS (Japanese) keyboard layouts from
21431    being detected.
21432
21433commit 154fb6417e5d0bae5191984beac5ce045ce754bb
21434Author: Ben Byer <bbyer@bbyer.local>
21435Date:   Sat Nov 3 05:34:19 2007 -0700
21436
21437    Initial support for Spaces -- if you use Expose to drag an X11
21438    window to another Space, it will work correctly (as opposed
21439    to just leaving a ghost window).  We accomplish this by listening
21440    for the notification from Xplugin that our window has been moved,
21441    and then we ask X11 to move the window to the new location.
21442
21443commit 5bbc468b702f62d7c91d41aabcc27eeb553f6959
21444Author: Peter Hutterer <peter@cs.unisa.edu.au>
21445Date:   Fri Nov 9 11:33:27 2007 +1030
21446
21447    dix: grabbing an attached SD sets it floating for the duration of the grab.
21448
21449commit 676b26ca3e9b142cf007af3f439aa1993f2247c4
21450Author: Peter Hutterer <peter@cs.unisa.edu.au>
21451Date:   Thu Nov 8 17:54:17 2007 +1030
21452
21453    Xi: notify the clients when the device hierarchy has been changed.
21454
21455commit cb75f09146a3c17b1a67b636bbf7229c65c83b35
21456Author: Peter Hutterer <peter@cs.unisa.edu.au>
21457Date:   Fri Nov 9 11:29:18 2007 +1030
21458
21459    dix: calloc root window's Generic Event mask, stops segfaults.
21460
21461commit 169f83e366f678ac5441ad21beb84c9b8c65d28e
21462Author: Ben Byer <bbyer@bbyer.local>
21463Date:   Sun Nov 4 19:14:10 2007 -0800
21464
21465    Disable deferred updates in xp_init to fix performance problems
21466    -- thanks to Eric Gouriou for pointing out the issue
21467
21468commit 1c6cb353f77747c101ce47716ff1fa055fbf85a4
21469Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
21470Date:   Thu Nov 8 16:46:49 2007 -0500
21471
21472    Restore the XC-SECURITY option in configure.ac, but disabled by default.
21473
21474commit 9d03cad1446c27b397c198cf6247e71e46bc9e6d
21475Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
21476Date:   Thu Nov 8 16:41:47 2007 -0500
21477
21478    Remove SecurityPolicy file and associated references in the manpages.
21479
21480commit 8b5d21cc1d1f4e9d20e5d5eca44cb1e60a419763
21481Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
21482Date:   Thu Nov 8 16:32:42 2007 -0500
21483
21484    Rework of the XC-SECURITY extension.  The gen-auth protocol has not changed,
21485    but the XC-QUERY-SECURITY-1 authorization method and the SecurityPolicy
21486    configuration file have been removed.  The semantics of the trusted vs.
21487    untrusted split have been changed.  This will be documented in a future
21488    commit.
21489
21490commit 476a9d85f819f454a6901ccb7eb028d1c563c341
21491Author: Dodji Seketeli <dodji@openedhand.com>
21492Date:   Thu Nov 8 09:11:05 2007 +0100
21493
21494    Xephyr: do not AM_CONDITIONAL inside a shell if branch
21495
21496commit 59b304d8a24fecd094296feb217823f0c73d6f82
21497Author: Peter Hutterer <peter@cs.unisa.edu.au>
21498Date:   Thu Nov 8 15:44:18 2007 +1030
21499
21500    dix, mi: stop segfaults when a floating device emits events.
21501    
21502    For pointers: don't try to set master->valuator fields if there is no master.
21503    For keyboards: check if device is valid before trying to access the fields in
21504    miPointerGetScreen (btw. this disables DGA events for floating keyboards).
21505    
21506    Also stop the hideous number of ErrorFs if we request the paired device for a
21507    floating dev.
21508
21509commit 3063f0c6679bdbea13f360cff8d09a88b9871da9
21510Author: Peter Hutterer <peter@cs.unisa.edu.au>
21511Date:   Thu Nov 8 11:51:03 2007 +1030
21512
21513    mi: change the device id to the master devices' when duplicating the event.
21514    
21515    Move the event duplication into a CopyGetMasterEvent(), makes the code a bit
21516    better to read.
21517
21518commit 0e9ef65fa583bf2393dd0fda82df6f092387b425
21519Author: Keith Packard <keithp@koto.keithp.com>
21520Date:   Wed Nov 7 16:33:10 2007 -0800
21521
21522    Don't frob timers unless SmartSchedule is running
21523
21524commit 180220f284823c486e7001ef00f1279dc548c9c7
21525Author: Peter Hutterer <peter@cs.unisa.edu.au>
21526Date:   Thu Nov 8 10:00:35 2007 +1030
21527
21528    Xi: return BadDevice for slave devices on ProcXSetClientPointer
21529    
21530    Also clean up to return error codes instead of sending the error manually.
21531
21532commit 184a7b8917a15bb2c719153b9b016c03aab42101
21533Merge: a8808ac 0b72905
21534Author: Peter Hutterer <peter@cs.unisa.edu.au>
21535Date:   Thu Nov 8 09:34:35 2007 +1030
21536
21537    Merge branch 'mpx' into mdsd
21538    
21539    Conflicts:
21540    
21541    	Xi/opendev.c
21542
21543commit e94ab0b502160376d1956345196f7e1c7e2e886f
21544Merge: 26e1fc7 9bee1c6
21545Author: Dodji Seketeli <dodji@openedhand.com>
21546Date:   Wed Nov 7 19:04:24 2007 +0100
21547
21548    sync with 'master'
21549
21550commit 9bee1c6912817f65bbb8cf4078f0ad016d9d51cb
21551Author: Michel Dänzer <michel@tungstengraphics.com>
21552Date:   Wed Nov 7 18:56:45 2007 +0100
21553
21554    EXA: Disable problematic optimization of dest pixmap migration by default.
21555    
21556    Also add some code comments about these optimizations.
21557
21558commit 26e1fc7b42de850d69fba89703ffddd36480b997
21559Author: Dodji Seketeli <dodji@openedhand.com>
21560Date:   Wed Nov 7 18:48:23 2007 +0100
21561
21562    Xephyr: don't use Xv or GL when those are disabled.
21563
21564commit 950f9995d11aff2c51139b34fb27eba594f2bd20
21565Author: Dodji Seketeli <dodji@openedhand.com>
21566Date:   Wed Nov 7 18:43:16 2007 +0100
21567
21568    Xnest: fix lib dependancy to make libtool happy
21569    
21570            This fixes an undefined symbol error happening when compiling
21571            the server with the --disable-xv configure switch.
21572            Basically, xnest was linking against
21573            @XSERVER_LIBS@ and @XNEST_LIBS@ and the order of the libraries
21574            given to the linker at the end of the process was bogus.
21575    
21576            * configure.ac: make XNEST_LIBS contain the $XSERVER_LIBS re-ordered
21577              in such a way that the linker finds the symbols of all the libs contained
21578              in $XNEST_LIBS.
21579            * hw/xnest/Makefile.am: don't link against @XSERVER_LIBS@ anymore because
21580              XNEST_LIBS contains the right thing.
21581
21582commit 0b729051c04da7068f1e6dd319190bd0a362b2c0
21583Merge: b7ee005 d7c5e8b
21584Author: Peter Hutterer <peter@cs.unisa.edu.au>
21585Date:   Wed Nov 7 15:37:23 2007 +1030
21586
21587    Merge branch 'master' into mpx
21588    
21589    Conflicts:
21590    
21591    	Xi/extinit.c
21592    	Xi/grabdev.c
21593    	Xi/setmode.c
21594    	Xi/ungrdev.c
21595    	dix/devices.c
21596    	dix/events.c
21597    	dix/getevents.c
21598    	include/dix.h
21599    	mi/midispcur.c
21600    	mi/misprite.c
21601    	xkb/xkbActions.c
21602    	xkb/xkbEvents.c
21603    	xkb/xkbPrKeyEv.c
21604
21605commit e717409bae355df9a617a226f12fbb8c54ae77e5
21606Author: Daniel Stone <daniel@fooishbar.org>
21607Date:   Tue Nov 6 21:36:13 2007 +0000
21608
21609    DIX/getevents: Document GetMaximumEventsNum() a little better
21610    
21611    Note that the number returned by GMEN can _never_ change, and be a little more
21612    explicit about the figure for repeats.
21613
21614commit 66fe554a59bb7de37354b618945cd5f30d78250d
21615Author: Daniel Stone <daniel@fooishbar.org>
21616Date:   Tue Nov 6 18:57:09 2007 +0000
21617
21618    COPYING: Collapse 'canonical license' into one statement
21619    
21620    For a few of us, the license statement is identical, and the only variant is
21621    the copyright.  For these, aggregate the copyrights, and only list the license
21622    once.  Put this at the top, and note that this is more or less our agreed
21623    canonical license.
21624
21625commit fda832772b3e630037bf1b822534996154a50861
21626Author: Daniel Stone <daniel@fooishbar.org>
21627Date:   Tue Nov 6 15:05:06 2007 +0000
21628
21629    .gitignore: Ignore build directories
21630    
21631    Ignore directories people might use for building.
21632
21633commit 512bac25ec0e980968b93a2ebe88bd89bf99b697
21634Author: Daniel Stone <daniel@fooishbar.org>
21635Date:   Tue Nov 6 14:52:03 2007 +0000
21636
21637    DIX: XKB: Set xkbInfo to NULL as well as freeing it (bug #10639)
21638    
21639    XkbRemoveResourceClient wants to access xkbInfo if it exists, so make
21640    sure we NULL it after freeing it.  It doesn't make much sense to move
21641    the RemoveResourceClient call first, as there's not much point in
21642    notifying clients while we're shutting the server down anyway.
21643
21644commit a8808ac3d093f33b39de109107d396fe0a02c4fc
21645Author: Peter Hutterer <peter@cs.unisa.edu.au>
21646Date:   Wed Nov 7 11:42:58 2007 +1030
21647
21648    Xi: don't call CheckMotion for slave devices.
21649    
21650    This essentially disables enter/leave for slave devices, but re-enables them
21651    for master devices. Which is a good thing after all.
21652
21653commit 15944b8f02752eedd61be34a6a29dd6b82a0ac97
21654Author: Peter Hutterer <peter@cs.unisa.edu.au>
21655Date:   Wed Nov 7 11:33:24 2007 +1030
21656
21657    mi: duplicate event before processing it, so master has original values
21658    
21659    Event values may get changed in the event processing stage, so we need to
21660    duplicate it to pump different events through for slave and master device.
21661
21662commit d7c5e8bfc1aecbd23a4cbb2eab08656587aac2e8
21663Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
21664Date:   Tue Nov 6 16:26:09 2007 -0500
21665
21666    Modified performance patches from Arjan van de Ven <arjan@infradead.org>
21667    
21668    Subject: [PATCH] fix some performance gaps in Xace
21669    
21670    The XaceHook function is used in several hotpaths.
21671    The problem with it (performance wise) is twofold:
21672     * The XaceHook function has a big switch() statement for the hook number in it
21673     * The XaceHook function uses varargs to reassemble the final dispatch arguments again
21674    
21675    Both are expensive operations... for something that is known at compile time
21676    
21677    This patch turns the hotpath XaceHook call into a direct call to avoid
21678    the switch and varargs; this gives me over 10% performance gain
21679    on the x11perf benchmark.
21680
21681commit aaa50b64113b122aaebd46e3b78e3fb7a8d70500
21682Merge: 868e303 ddce48e
21683Author: Dodji Seketeli <dodji@openedhand.com>
21684Date:   Tue Nov 6 16:25:40 2007 +0100
21685
21686    resync with 'master'
21687
21688commit 868e303630d8b84070c2f1fd8d6da2cef045b029
21689Author: Dodji Seketeli <dodji@openedhand.com>
21690Date:   Tue Nov 6 16:24:46 2007 +0100
21691
21692    Xephyr: fix a crash when using xrandr twice
21693    
21694            * hw/kdrive/ephyr/ephyr.c:
21695              (ephyrScreenFini): don't forget to
21696              free shadowfb data (if necessary) upon server is reset.
21697
21698commit ddce48ede036f3996f8e584b0012c396c5df42fb
21699Author: Elvis Pranskevichus <el@prans.net>
21700Date:   Tue Nov 6 09:40:14 2007 +0000
21701
21702    Config: D-Bus: Fix dbus_bus_request_name failure check
21703    
21704    The code in connect_hook incorrectly checks for dbus_bus_request_name failure.
21705    The dbus_bus_request_name error indicator is -1, not 0. This leads
21706    to subsequent assertion failure in libdbus.
21707
21708commit a52c9b2a59f27266557ff9d5d2c08492e04135a6
21709Merge: c7e18be 5833289
21710Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
21711Date:   Mon Nov 5 19:08:36 2007 -0500
21712
21713    Merge branch 'master' into XACE-SELINUX
21714    
21715    Conflicts:
21716    
21717    	dix/dispatch.c
21718    	dix/property.c
21719    	hw/xfree86/common/xf86VidMode.c
21720    	include/xkbsrv.h
21721    	render/glyph.c
21722    	xkb/xkbActions.c
21723
21724commit 58332894c061ae96d6a457f65266660f5f65e88b
21725Author: Adam Jackson <ajax@redhat.com>
21726Date:   Mon Nov 5 17:17:25 2007 -0500
21727
21728    Export the server ABI versions from xorg-server.pc
21729
21730commit c7e18beb3c87eb1ada9b21c4ffacd11c1939c087
21731Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
21732Date:   Mon Nov 5 15:01:13 2007 -0500
21733
21734    xselinux: Register SELinux extension protocol names.
21735
21736commit 632c33c5c18b3e091c4fce98280af4d583e99640
21737Merge: 4113f04 dda10c9
21738Author: Dodji Seketeli <dodji@openedhand.com>
21739Date:   Mon Nov 5 17:52:33 2007 +0100
21740
21741    pull 'master'
21742
21743commit 4113f040c587fc536adc693d7ee5a4c0a60b75d4
21744Author: Dodji Seketeli <dodji@openedhand.com>
21745Date:   Mon Nov 5 17:33:01 2007 +0100
21746
21747    GL: fix crash at mesa destruction time
21748    
21749            * GL/glx/glxglcore.c:
21750             (_glXMesaScreenDestroy): delete the same amount of visuals
21751             that those which were created in createMesaVisuals().
21752
21753commit dda10c9066a660b647384179f82e1da8e063264f
21754Author: Daniel Stone <daniel@fooishbar.org>
21755Date:   Mon Nov 5 16:28:35 2007 +0000
21756
21757    Remove all traces of external RGB database (and Speedo)
21758    
21759    Remove all references to an external RGB database (which hasn't been enabled
21760    for a very long time).  Also get rid of some references to Speedo fonts.
21761
21762commit 6ff79ea5f7d3ff0c3b14e39849514784ccd40190
21763Author: Dodji Seketeli <dodji@openedhand.com>
21764Date:   Mon Nov 5 16:46:49 2007 +0100
21765
21766    Xephyr: fix some DRI build breakage
21767
21768commit 5e363500c86042c394595e1a6633581eb8fcd1bb
21769Author: Daniel Stone <daniel@fooishbar.org>
21770Date:   Mon Nov 5 14:38:28 2007 +0000
21771
21772    OS: Remove ALLOCATE_LOCAL from os.h
21773    
21774    Remove ALLOCATE_LOCAL_FALLBACK and DEALLOCATE_LOCAL_FALLBACK from os.h, and
21775    remove the include of Xalloca.h as well.
21776
21777commit 83e5d9e75d0fa1135e2c9d8b59caee98c3291681
21778Author: Daniel Stone <daniel@fooishbar.org>
21779Date:   Mon Nov 5 14:36:54 2007 +0000
21780
21781    DIX: Remove last alloca call
21782    
21783    Replace with heap allocations.
21784
21785commit 1179ddea94efae6606162e9a1b0f2bf752ae4dd0
21786Author: Daniel Stone <daniel@fooishbar.org>
21787Date:   Mon Nov 5 14:36:36 2007 +0000
21788
21789    EXA: Remove usage of alloca
21790    
21791    Replace with heap allocations.
21792
21793commit 1eb6a1d0d2817cd0ce96fb27db3ceb2d0ff024af
21794Author: Daniel Stone <daniel@fooishbar.org>
21795Date:   Mon Nov 5 14:18:35 2007 +0000
21796
21797    XTrap: Remove usage of alloca
21798    
21799    Replace with xalloc/xfree.
21800
21801commit 934281126f6c602fa4bd0c2e29d8c9f44fe532b8
21802Author: Daniel Stone <daniel@fooishbar.org>
21803Date:   Mon Nov 5 14:18:22 2007 +0000
21804
21805    Xext: Remove usage of alloca
21806    
21807    Replace with heap allocations.
21808
21809commit fb32bb9839b615f7297fbfac2050bc216682f01c
21810Author: Daniel Stone <daniel@fooishbar.org>
21811Date:   Mon Nov 5 14:17:54 2007 +0000
21812
21813    Xi: Remove usage of alloca
21814    
21815    Replace with xalloc/xfree.
21816
21817commit 683ee1776d172035c465aa8fc84ccd53bb8ba7fd
21818Author: Daniel Stone <daniel@fooishbar.org>
21819Date:   Mon Nov 5 14:14:25 2007 +0000
21820
21821    afb: Remove usage of alloca
21822    
21823    Replace with heap allocations.
21824
21825commit ca75261beedc3e00767b3812a81b7dac4437f4a1
21826Author: Daniel Stone <daniel@fooishbar.org>
21827Date:   Mon Nov 5 14:14:04 2007 +0000
21828
21829    cfb: Remove usage of alloca
21830    
21831    Replace with xalloc/xfree.
21832
21833commit 914922fd6100a409a3dfd1c64511ed6bdc344bef
21834Author: Daniel Stone <daniel@fooishbar.org>
21835Date:   Mon Nov 5 14:12:59 2007 +0000
21836
21837    DIX: Remove usage of alloca
21838    
21839    Replace with heap allocations.
21840
21841commit 3b77689266e729411229ec83d2a90578ebc1d82f
21842Author: Daniel Stone <daniel@fooishbar.org>
21843Date:   Mon Nov 5 14:12:34 2007 +0000
21844
21845    EXA: Remove usage of alloca
21846    
21847    Replace with heap allocations.
21848
21849commit 34cdf06e4ccb243664005cc33009d8759a7f6e4d
21850Author: Daniel Stone <daniel@fooishbar.org>
21851Date:   Mon Nov 5 14:12:22 2007 +0000
21852
21853    fb: Remove usage of alloca
21854    
21855    Replace with heap storage.
21856
21857commit 733d42065f2c24505b3874ce51c18f6063c2b67e
21858Author: Daniel Stone <daniel@fooishbar.org>
21859Date:   Mon Nov 5 14:11:59 2007 +0000
21860
21861    XFree86: Remove usage of alloca
21862    
21863    Replace with heap allocations.
21864
21865commit caf545063457591f88e1f7bcd25dbd0342f44343
21866Author: Daniel Stone <daniel@fooishbar.org>
21867Date:   Mon Nov 5 14:10:55 2007 +0000
21868
21869    KDrive: Remove usage of alloca
21870    
21871    Replace with heap allocations.
21872
21873commit d57060f16714f5667722001bd1a4500059dd59e1
21874Author: Daniel Stone <daniel@fooishbar.org>
21875Date:   Mon Nov 5 14:10:21 2007 +0000
21876
21877    DMX: Remove usage of alloca
21878    
21879    Replace with heap allocations.
21880
21881commit def6f74f2d7342f85f3df2053e0b9c1ac483b51d
21882Author: Daniel Stone <daniel@fooishbar.org>
21883Date:   Mon Nov 5 14:10:03 2007 +0000
21884
21885    Xvfb: Remove usage of alloca
21886    
21887    Replace with heap allocations
21888
21889commit 259f4c36d581896ce605741b9e557a589013a9b8
21890Author: Daniel Stone <daniel@fooishbar.org>
21891Date:   Mon Nov 5 14:09:49 2007 +0000
21892
21893    Xprint: Remove usage of alloca
21894    
21895    Replace with heap-based allocations.
21896
21897commit 1c84337af0ac40498a53aa36289e2f6f5ff8b1c6
21898Author: Daniel Stone <daniel@fooishbar.org>
21899Date:   Mon Nov 5 14:09:32 2007 +0000
21900
21901    Xwin: Remove usage of alloca
21902    
21903    Replace with heap allocations.
21904
21905commit f7d5c292e44113ea8eb32e67e91cd02e520df5e3
21906Author: Daniel Stone <daniel@fooishbar.org>
21907Date:   Mon Nov 5 14:09:14 2007 +0000
21908
21909    mfb: Remove usage of alloca
21910    
21911    Replace with heap-based allocations.
21912
21913commit be9ee17f960cc3d8a8f999cab1579e83d9aea520
21914Author: Daniel Stone <daniel@fooishbar.org>
21915Date:   Mon Nov 5 14:08:51 2007 +0000
21916
21917    mi: Remove usage of alloca
21918    
21919    Replace with heap allocations.
21920
21921commit 3633ae6efb57c5405c26e8ae132b9371e5f920de
21922Author: Daniel Stone <daniel@fooishbar.org>
21923Date:   Mon Nov 5 14:04:27 2007 +0000
21924
21925    Damage: Remove usage of alloca
21926    
21927    Replace with heap allocations.
21928
21929commit 2761c103311a1160bc483fd0367d654733df8598
21930Author: Daniel Stone <daniel@fooishbar.org>
21931Date:   Mon Nov 5 14:03:26 2007 +0000
21932
21933    OS: Remove usage of alloca
21934    
21935    Replace with heap allocations.
21936
21937commit 2d738efb959912d8a89864e41190e0064fa77906
21938Author: Daniel Stone <daniel@fooishbar.org>
21939Date:   Mon Nov 5 14:01:11 2007 +0000
21940
21941    RandR: Remove usage of alloca
21942    
21943    Replace with heap allocations.
21944
21945commit 3c1d2fdeff0ed61d86fa7d35cb0a61535d9b2816
21946Author: Daniel Stone <daniel@fooishbar.org>
21947Date:   Mon Nov 5 14:00:40 2007 +0000
21948
21949    Record: Remove usage of alloca
21950    
21951    Replace with xalloc/xfree.
21952
21953commit e0491f470e130147191388168e878e3a7348afaf
21954Author: Daniel Stone <daniel@fooishbar.org>
21955Date:   Mon Nov 5 13:59:51 2007 +0000
21956
21957    Render: Remove usage of alloca
21958    
21959    Replace it with heap-based allocations.
21960
21961commit 59774af86b851c7fb8989cef6c013522549000b8
21962Author: Daniel Stone <daniel@fooishbar.org>
21963Date:   Mon Nov 5 13:59:15 2007 +0000
21964
21965    XKB: Remove usage of alloca
21966    
21967    alloca has no way to return failure, and instead can possibly arbitrarily
21968    overflow the stack.  Let's avoid that one.
21969
21970commit 6e4f5cf83f35ffebb51633ab30b1826e63e37223
21971Author: Ben Byer <bbyer@bbyer.local>
21972Date:   Mon Nov 5 05:53:34 2007 -0800
21973
21974    changing ALLOCATE_LOCAL to xalloc to prevent stack overflow
21975
21976commit b1764ddf133cfdf979db62ee2491124a4798b55b
21977Author: Ben Byer <bbyer@bbyer.local>
21978Date:   Mon Nov 5 05:44:54 2007 -0800
21979
21980    pulling more patches over from xorg-xserver-1.2-apple branch
21981
21982commit 10fde62fc88302f7d3b2546239b1679be249567c
21983Author: Ben Byer <bbyer@bbyer.local>
21984Date:   Sun Nov 4 18:59:41 2007 -0800
21985
21986    more CVS tags
21987
21988commit 27ecb89250398f45564fe454e20bfdd66f62c8e4
21989Author: Ben Byer <bbyer@bbyer.local>
21990Date:   Sun Nov 4 18:53:41 2007 -0800
21991
21992    Removed CVS tags.
21993
21994commit f2e310132fbe1520c1b5f3da4faa2d2d47835e72
21995Author: Aaron Plattner <aplattner@nvidia.com>
21996Date:   Wed Oct 31 14:15:35 2007 -0700
21997
21998    Add CreatePixmap allocation hints.
21999    
22000    These hints allow an acceleration architecture to optimize allocation of certain
22001    types of pixmaps, such as pixmaps that will serve as backing pixmaps for
22002    redirected windows.
22003
22004commit 3f1b6765aadf665ede8253464da19a5878f16e56
22005Author: Markku Vire <markku.vire@movial.fi>
22006Date:   Thu Nov 1 22:43:04 2007 +0200
22007
22008    Config: HAL: Touchpads are pointers too
22009    
22010    Treat touchpads -- not just mice -- as pointer devices.
22011
22012commit 41c3069f7cf28155f8e6cfe0c10a12a1f5f76c7d
22013Author: Mark Vytlacil <mrv@wi.rr.com>
22014Date:   Thu Nov 1 21:05:43 2007 +0200
22015
22016    XFree86: Input: Save/restore errno around SIGIO (bug #10683)
22017    
22018    Make sure errno is saved and restored from the SIGIO handler, so errors
22019    from system calls in input handlers don't break the interrupted code.
22020
22021commit ff9929ed48f2dec8b536d348e25e66a0bc4ac1a6
22022Author: Ben Byer <bbyer@bbyer.local>
22023Date:   Sun Nov 4 05:13:19 2007 -0800
22024
22025    pulling in changes from xorg-server-1.2-apple branch
22026
22027commit 181468db92d44a58080fc9a76e46dfc7011bf9f1
22028Author: Ben Byer <bbyer@bbyer.local>
22029Date:   Sun Nov 4 04:50:26 2007 -0800
22030
22031    add missing null-pointer checks
22032
22033commit 4d0f35c81df307609b29c0f12aa1b4c6ee6fd8d2
22034Author: Matthias Hopf <mhopf@suse.de>
22035Date:   Fri Nov 2 19:27:32 2007 +0100
22036
22037    Always duplicate mode name when duplicating a mode.
22038    
22039    If the originating mode didn't have a name, we would end up with the name of
22040    the original mode being setup correctly, but with the name of the copy still
22041    being NULL.
22042
22043commit dfb1cce28ac07d412598f7b9ab2ee908978b38e7
22044Author: Adam Jackson <ajax@redhat.com>
22045Date:   Fri Nov 2 12:51:56 2007 -0400
22046
22047    Restore build of xf8_16bpp.
22048    
22049    It doesn't link against cfb, so don't conditionalize its build against cfb.
22050
22051commit 7a0555e9bb59d02816803a1100f807d2d29f31d4
22052Author: Kristian Høgsberg <krh@redhat.com>
22053Date:   Sun Oct 28 09:37:52 2007 +0100
22054
22055    Fix crash in xf86InitOrigins()
22056    
22057    In a multihead setup, if only the first screen can be
22058    initialized, but the second screen is mentioned first in the
22059    ServerLayout section, the xf86InitOrigins() function will crash
22060    because the screen referred to in the e.g. "RightOf" part is
22061    non-existent.
22062
22063commit 5b41d4e60be35cfb96bedec0931fd5922823b4b9
22064Author: Adam Jackson <ajax@redhat.com>
22065Date:   Sun Oct 28 09:37:52 2007 +0100
22066
22067    Don't filter modes away during VBE mode list construction.
22068    
22069    Pass all VBE modes back up to the driver, on the assumption that it
22070    knows how to filter modes intelligently.
22071
22072commit c095da04fe7c73b6503ef5b93549b13796c51b22
22073Author: Adam Jackson <ajax@redhat.com>
22074Date:   Sun Oct 28 09:37:52 2007 +0100
22075
22076    Fix magic number in fbdevhw
22077    
22078    The transformation between fbdev and xfree86 mode timings needs to be
22079    invertible, otherwise Xen and other framebuffers that don't have real
22080    pixel clocks won't initialize.
22081
22082commit f4fe66f6767d1941317dc0280ac359421a152587
22083Author: Adam Jackson <ajax@redhat.com>
22084Date:   Sun Oct 28 09:37:52 2007 +0100
22085
22086    Disable explicit commenting in Monitor section.
22087
22088commit 22f0e3a8b04e574047a51c8f928a007787303294
22089Author: Adam Jackson <ajax@redhat.com>
22090Date:   Sun Oct 28 09:37:52 2007 +0100
22091
22092    Avoid PS/2 protocol probing for /dev/input/mice
22093    
22094    The kernel will always upconvert to ExplorerPS/2 for all readers of
22095    /dev/input/mice, so don't waste time on startup trying to figure
22096    that out.
22097
22098commit b97518666dc32710fe69eee33ee56881dcff1bbc
22099Author: Adam Jackson <ajax@redhat.com>
22100Date:   Sun Oct 28 09:37:52 2007 +0100
22101
22102    Fix accidental ABI usage in RANDR 1.2 drivers.
22103    
22104    Due to RANDR 1.2, xf86findOptionValue and xf86nameCompare are now ABI.
22105    Make sure they're exported from the server.
22106
22107commit f01e149d1af14ef9ee0e8a6743ab6a08f3bb677c
22108Author: Adam Jackson <ajax@redhat.com>
22109Date:   Thu Nov 1 15:41:11 2007 -0400
22110
22111    Move SIGUSR1 notification as late as possible.
22112    
22113    If we inherited a signal mask from the parent process that ignores SIGUSR1,
22114    then we will send SIGUSR1 to the parent to indicate when we're ready to
22115    accept connections.  Unfortunately, we send this notification way too
22116    early, right after creating the sockets rather than just before entering
22117    the main loop.
22118    
22119    Move it to just before Dispatch() so we're not lying quite so much.
22120
22121commit a2ee5fe0c4e863c7ff4f644e5ac86f2793903103
22122Author: Adam Jackson <ajax@redhat.com>
22123Date:   Thu Nov 1 13:46:20 2007 -0400
22124
22125    Enable MIT-SHM in Xdmx.
22126    
22127    The extension is entirely DIX-level, no new DDX changes needed.
22128
22129commit 2338d5c9914e2a43c3a4f7ee0f4355ad0a1ad9e7
22130Author: Arjan van de Ven <arjan@linux.intel.com>
22131Date:   Sun Oct 28 09:37:52 2007 +0100
22132
22133    reduce wakeups from smart scheduler
22134    
22135    The smart scheduler itimer currently always fires after each request
22136    (which in turn causes the CPU to wake out of idle, burning precious
22137    power). Rather than doing this, just stop the timer before going into
22138    the select() portion of the WaitFor loop. It's a cheap system call, and
22139    it will only get called if there's no more commands batched up from the
22140    active fd.
22141    
22142    This change also allows some of the functions to be simplified;
22143    setitimer() will only fail if it's passed invalid data, and we don't do
22144    that... so make it void and remove all the conditional code that deals
22145    with failure.
22146    
22147    The change also allows us to remove a few variables that were used for
22148    housekeeping between the signal handler and the main loop.
22149    
22150    Signed-off-by: Keith Packard <keithp@koto.keithp.com>
22151
22152commit 692654b4300e61a9481e6fa588bcb44a3c3ca150
22153Author: Kristian Høgsberg <krh@redhat.com>
22154Date:   Mon Oct 29 18:13:58 2007 -0400
22155
22156    Set up visuals for the existing X visuals.
22157    
22158    This makes the root visual a GLX capable visual again and adds a GLX visual
22159    for the COMPOSITE ARGB visual cleanly (as opposed to the hack we had before).
22160
22161commit a5546a99ac4da61aee0d49c55bcb38bbce9a96aa
22162Author: Kristian Høgsberg <krh@redhat.com>
22163Date:   Mon Oct 29 18:06:41 2007 -0400
22164
22165    Change the GLX module to initialize after COMPOSITE.
22166    
22167    This changes the module initalization order so that the GLX module initializes
22168    after COMPOSITE.  The reason for this change is to be able to initialize a
22169    GLX visual config for the COMPOSITE ARGB visual.
22170
22171commit 8ead41388e36e21eea6fa0408c847f174911eab0
22172Author: Peter Hutterer <peter@cs.unisa.edu.au>
22173Date:   Thu Sep 6 18:57:00 2007 +0930
22174
22175    xfree86: wrap keyboard devices for XKB.
22176    
22177    Call ProcessOtherEvents first, then for all keyboard devices let them be
22178    wrapped by XKB. This way all XI events will go through XKB.
22179    
22180    Note that the VCK is still not wrapped, so core events will bypass XKB.
22181    
22182    (cherry picked from commit d627061b48ae06d27b37be209d67a3f4f2388dd3)
22183
22184commit e717cf08e99746761d74289c426bbd84176f4435
22185Author: Daniel Stone <daniel@fooishbar.org>
22186Date:   Sat Oct 27 21:32:47 2007 +0300
22187
22188    XKB: Cope with all events in XkbProcessKeyboardEvent
22189    
22190    Cope with Xi and pointer events in the (now increasingly misnamed)
22191    XkbProcessKeyboardEvent.  If it's the wrong type, call through the wrapping
22192    chain to get out; else, process it.
22193
22194commit 9db8846fa53d91193bbfe541b244e2326440011d
22195Author: Daniel Stone <daniel@fooishbar.org>
22196Date:   Sat Oct 27 21:31:39 2007 +0300
22197
22198    XKB: Don't update indicators on all devices, add missing include file
22199    
22200    Don't get XkbUpdateIndicators to update the indicators on all our devices: we
22201    already deal with that ourselves.
22202    Add exevents.h include to get more (proto)types.
22203
22204commit ee3aa948eb8ed181d037294ed87df6ceec81684e
22205Author: Peter Hutterer <peter@cs.unisa.edu.au>
22206Date:   Wed Sep 26 18:04:59 2007 +0930
22207
22208    xkb: Unwrap properly in ProcessPointerEvent.
22209    
22210    Instead of hardcoding CoreProcessPointerEvent, actually try to unwrap properly
22211    and then call the unwrapped processInputProc. Seems to be a better idea,
22212    especially since it makes stuff actually work...
22213    (cherry picked from commit 8f9bf927e1beecf9b9ec8877131ec12c765e4d84)
22214
22215commit d3588a0aee33fbd233082f881c0d37152c6d4d8b
22216Author: Peter Hutterer <peter@cs.unisa.edu.au>
22217Date:   Thu Sep 27 11:44:03 2007 +0930
22218
22219    xkb: xkbHandleActions: let wrapping take care of event delivery.
22220    
22221    This is hopefully better than hardcodey calling CoreProcessPointerEvent.
22222    (cherry picked from commit 32d0440c7f6e604807cb14dd32349df6f22c903b)
22223
22224commit 352c5a311200bf491153fe9ef16126c5877a57bb
22225Author: Peter Hutterer <peter@cs.unisa.edu.au>
22226Date:   Wed Sep 12 17:40:11 2007 +0930
22227
22228    dix: don't compress motion events from different devices (EventEnqueue)
22229    
22230    (cherry picked from commit 8840829ab93c4eb62eb58753c015da5307133fe5)
22231
22232commit 8d3d027062c105b50863dce43b8070ec560bc12e
22233Author: Peter Hutterer <peter@cs.unisa.edu.au>
22234Date:   Thu Sep 6 18:52:02 2007 +0930
22235
22236    dix: add XI event support to FixKeyState.
22237    
22238    FixKeyState needs to be able to handle XI events, otherwise we get "impossible
22239    keyboard events" on server zaps and other special key combos.
22240    (cherry picked from commit 5ee409794ee604fcf84886f70429fc2d6b1ff4f1)
22241
22242commit 99e826e867c1c5520153c539ba07a884aec88d0c
22243Author: Peter Hutterer <peter@cs.unisa.edu.au>
22244Date:   Thu Sep 6 18:49:57 2007 +0930
22245
22246    xkb: enable XI event processing for xkb.
22247    
22248    XI events can now take the same processing paths as core events, and should do
22249    the correct state changes etc.
22250    
22251    There's some cases where XKB will use KeyPress as type for an event to be
22252    delivered to the client. Stuck warnings in, not sure what the correct solution
22253    is yet.
22254    
22255    (cherry picked from commit 6334d4e7be18de5f237c12a6dc20f75aa23477d0 with some
22256     additional compile fixes and non-MPX adaptations)
22257
22258commit 91077bfc50d54be37c217e377c55b6bf886a2fab
22259Author: Peter Hutterer <peter@cs.unisa.edu.au>
22260Date:   Thu Jun 21 18:24:30 2007 +0930
22261
22262    Save processInputProc before wrapping it and restore it later, instead of
22263    using a hardcoded ProcessKeyboardEvent. Otherwise we lose the ability to
22264    process DeviceKeyEvents after the first key press.
22265    
22266    This should be the correct fix now.
22267    (cherry picked from commit 4d5df14f2c4a3108a8c8adfcf4766c0d1a9daad2)
22268
22269commit 8b9481a113b56078191e2298bf590905978f6289
22270Author: Peter Hutterer <peter@cs.unisa.edu.au>
22271Date:   Tue Sep 4 17:44:51 2007 +0930
22272
22273    xkb: Store the action filters per device in the XkbSrvInfoRec.
22274    
22275    Using a global array for action filters is bad. If two keyboard hit a modifier
22276    at the same time, releaseing the first one will deactivate the filter and
22277    thus the second keyboard can never release the modifier again.
22278    (cherry picked from commit bfe6b4d2d9952a80f8dbc63eec974ef894e5c226)
22279
22280commit 493b83bd097372ae0023da9919da83af39e3fc1c
22281Author: Daniel Stone <daniel@fooishbar.org>
22282Date:   Sat Oct 27 21:33:52 2007 +0300
22283
22284    XFree86: Remove ridiculous SIGIO debugging
22285    
22286    YOU PRESSED A KEY
22287    AND AGAIN
22288    YOU RELEASED A KEY
22289    AND AGAIN
22290    YOU PRESSED A KEY
22291    AND AGAIN
22292    
22293    ... not so much.
22294
22295commit a3d48de5f2b7eacf3193c60f0fb461912201210b
22296Author: Daniel Stone <daniel@fooishbar.org>
22297Date:   Sat Oct 27 21:35:31 2007 +0300
22298
22299    XKB: Add more bits to xkbsrv.h
22300    
22301    Add the device private index, given we use that in a macro here, and also the
22302    prototype for xkbUnwrapProc, since that's also useful.
22303
22304commit e29e69960d67aa4b7a4d1551af509dbac193f438
22305Author: Daniel Stone <daniel@fooishbar.org>
22306Date:   Sat Oct 27 21:34:22 2007 +0300
22307
22308    Xi: Include XI protocol header in exevents.h
22309    
22310    Make sure we have all the types we need to use this header.
22311
22312commit df57ae1639ba4f1719883c5bf868394e4748a022
22313Author: Daniel Stone <daniel@fooishbar.org>
22314Date:   Sun Oct 28 15:46:26 2007 +0200
22315
22316    configure.ac/XFree86: Only build XF86Misc and XF86VidMode when appropriate
22317    
22318    Don't build XF86Misc or XF86Vidmode in hw/xfree86/dixmod when it's been
22319    explicitly disabled in configure, or we don't have the proto modules
22320    installed.
22321
22322commit 3b7af72fe315c7c26c89838c0c5dacbe58765d0f
22323Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
22324Date:   Fri Oct 26 20:32:10 2007 -0400
22325
22326    xselinux: Add a SetDeviceContext request and stubs for more requests.
22327
22328commit 2251572062b2c25643671b8d5070de1c3f7ae976
22329Author: Aaron Plattner <aplattner@nvidia.com>
22330Date:   Fri Oct 26 15:13:50 2007 -0700
22331
22332    Restore the CompositeGlyphs -> ps->Glyphs -> miGlyphs callchain to allow acceleration architectures to wrap above miGlyphs.
22333
22334commit 497aba894904b08b15bb19916e2a163f96212a7d
22335Author: Kristian Høgsberg <krh@redhat.com>
22336Date:   Fri Oct 26 11:25:57 2007 -0400
22337
22338    Weed out some unused fluff from __GLXcontext.
22339
22340commit 0e749ceab421d72b48e18292c5ca0e337baf5ce8
22341Author: Bernardo Innocenti <bernie@codewiz.org>
22342Date:   Sat Oct 20 20:31:57 2007 -0400
22343
22344    Include stddef.h for size_t.
22345    
22346    This is required by a buggy version of the openssl/sha.h header
22347    which is distributed with Fedora 7.
22348
22349commit 80d8a3e1767609a92b0b85a7e92cea5f0748038a
22350Author: Kristian Høgsberg <krh@redhat.com>
22351Date:   Fri Oct 26 10:19:57 2007 -0400
22352
22353    Quiet glx visual debug info.
22354
22355commit 27b13eeb56a5cbac00b381309604505002e77228
22356Author: Matthias Hopf <mhopf@suse.de>
22357Date:   Fri Oct 26 13:15:07 2007 +0200
22358
22359    Nuke superfluous ",", added missing include for xf86i2c.h.
22360
22361commit 6d59bb5709a99ab60b482bbf3393ebffda7f9407
22362Author: Daniel Stone <daniel@fooishbar.org>
22363Date:   Fri Oct 26 09:12:15 2007 +0300
22364
22365    XFree86 Misc/VidMode: Remove ridiculous debug ErrorFs
22366    
22367    When we're building with --enable-debug, don't emit an ErrorF every time a
22368    function gets called.
22369
22370commit 5f9095f0d29bac0190d82c87a09cf32d6a34c17c
22371Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
22372Date:   Thu Oct 25 19:02:03 2007 -0400
22373
22374    registry: Remove synthetic bit from event types in lookup function.
22375
22376commit 8c6923018c7d71cd15d9cf4ef9e8528ef5ec7c2e
22377Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
22378Date:   Thu Oct 25 19:01:29 2007 -0400
22379
22380    xace: Add a "manage" access check when setting the Redirect event bits.
22381
22382commit 7d14ca59c5b942c09feaa2429c394cde9d8d3fd1
22383Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
22384Date:   Thu Oct 25 19:00:50 2007 -0400
22385
22386    xselinux: Don't include the client in the receive hook audit messages.
22387
22388commit f62277d421023b3150d3a1accb00a8206ab2bde3
22389Author: Kristian Høgsberg <krh@redhat.com>
22390Date:   Thu Oct 25 18:48:39 2007 -0400
22391
22392    Clean up unused pVisual part of __GLXcontext.
22393
22394commit 30bcaa966d6b00f1630609a78db18dee683cc43d
22395Author: Kristian Høgsberg <krh@redhat.com>
22396Date:   Thu Oct 25 18:48:06 2007 -0400
22397
22398    Make glx destroy path handle cases where the X window goes away first.
22399
22400commit 40de9fcf18930811dd5ae355c83275af887a9f83
22401Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
22402Date:   Thu Oct 25 12:35:01 2007 -0400
22403
22404    xselinux: Label the default device directly with the process context.
22405
22406commit b633d54b94d746d26e13014634d9f63bbb7e8f7d
22407Merge: 4b05f19 48ca596
22408Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
22409Date:   Thu Oct 25 12:19:30 2007 -0400
22410
22411    Merge branch 'master' into XACE-SELINUX
22412    
22413    Conflicts:
22414    
22415    	GL/glx/glxscreens.c
22416    	hw/xnest/Screen.c
22417    	render/glyph.c
22418    	render/glyphstr.h
22419    	render/render.c
22420
22421commit 242f56f722243938e908d1957781ee53c2999783
22422Author: Naoki Hamada <nao@tom-yam.or.jp>
22423Date:   Thu Oct 25 18:45:50 2007 +0300
22424
22425    Input: Fix key down test (bug #12858)
22426    
22427    Fix the botched previous key_is_down test, which would give false positives.
22428    Also move key_autorepeats to a separate inline function.
22429
22430commit 4b05f19cb9e42d8c8eff5ca4e463f5bc2a05433d
22431Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
22432Date:   Wed Oct 24 19:59:58 2007 -0400
22433
22434    xselinux: Introduce a type transition when labeling events.
22435
22436commit 0d2ef187e77b12713d2a9661932fa01dba58a945
22437Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
22438Date:   Wed Oct 24 18:23:31 2007 -0400
22439
22440    xselinux: Add audit message fields for selection and event names.
22441
22442commit 48ca5961caee62f2980017a6bdc96a1b4c747727
22443Author: Matthias Hopf <mhopf@suse.de>
22444Date:   Wed Oct 24 20:31:51 2007 +0200
22445
22446    Prefer configured DisplaySize to probed DDC data, if available.
22447    
22448    Based on patch by Hong Liu <hong.liu@intel.com>.
22449
22450commit 0388a59a6ef212c497cc3f64d677b1ca5b410982
22451Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
22452Date:   Tue Oct 23 20:59:21 2007 -0400
22453
22454    Revert "registry: special case minor number when looking up core requests."
22455    
22456    This reverts commit 31110d6837ee52fd654729d9e5c4b0c5395abab0.
22457    
22458    This is handled properly by StandardMinorOpcode().
22459
22460commit 46521f529841e032e198e5df87974088548a68de
22461Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
22462Date:   Tue Oct 23 20:58:48 2007 -0400
22463
22464    xselinux: Add basic support for selection access control and redirection.
22465    
22466    Probably not fully baked yet.  It's difficult to test since so few apps
22467    actually follow the ICCCM with respect to cut & paste.
22468
22469commit b7ee005d327372c1e414ee6c526f9f7aee14bc86
22470Author: Peter Hutterer <peter@cs.unisa.edu.au>
22471Date:   Wed Oct 24 10:26:12 2007 +0930
22472
22473    dix: Don't interfere grabs the interfering device is of different type.
22474    
22475    A pointer device should be able to send events while the client has a core
22476    grab on a keyboard device, and likewise.
22477
22478commit 02508614b9f882ba1559fb4581dcf812118fdf89
22479Author: Peter Hutterer <peter@cs.unisa.edu.au>
22480Date:   Wed Oct 24 10:09:18 2007 +0930
22481
22482    dix: check for core passive grabs on inferiors when replaying events.
22483
22484commit 825f09dffd94cfcd0562a01c5181998503851461
22485Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
22486Date:   Tue Oct 23 17:12:57 2007 -0400
22487
22488    xace: Still more changes to selection code.  Removed the SelectionPtr from
22489    the hook - the hook only needs the Atom to control access to the selection
22490    object.  Upgraded the SelectionCallback to take a client argument and
22491    additional type codes so that it can be used for redirection.
22492
22493commit 660557593ea961948722298ea8ffba83891c9914
22494Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
22495Date:   Tue Oct 23 14:46:37 2007 -0400
22496
22497    xselinux: Remove synthetic bit when looking up event type.
22498
22499commit d7db549db41a27aef28cff9bfb7973bc741f88b2
22500Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
22501Date:   Tue Oct 23 14:08:54 2007 -0400
22502
22503    xselinux: Unregister callbacks on server reset.
22504
22505commit 9e0a468af19d8e46330bcff37c9adc5e11d3aee7
22506Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
22507Date:   Tue Oct 23 13:35:30 2007 -0400
22508
22509    xace: try to pretend events were sent when a denial occurs.
22510    
22511    Probably need to redo the error return paths in these functions
22512    at some point.
22513
22514commit d502521c3669f3f22b94c39a64ab63bfd92c6a97
22515Author: Pierre Willenbrock <pierre@pirsoft.dnsalias.org>
22516Date:   Tue Oct 23 16:45:13 2007 +0200
22517
22518    EXA: Fix off-by-one in polyline drawing.
22519
22520commit a8a148919b84a293e3e7a49409ab833590357edb
22521Author: Matthias Hopf <mhopf@suse.de>
22522Date:   Tue Oct 23 16:23:28 2007 +0200
22523
22524    Superfluous ','.
22525
22526commit 75f05086d04a90c3dcdcdd31bf79d7033708e3e0
22527Author: Matthias Hopf <mhopf@suse.de>
22528Date:   Tue Oct 23 15:39:23 2007 +0200
22529
22530    Get rid of unnecessary GNU extended variadic macro.
22531
22532commit 7ef863720dc79107fc2cd17ce684366c87e001a4
22533Author: Peter Hutterer <peter@cs.unisa.edu.au>
22534Date:   Tue Oct 23 17:28:03 2007 +0930
22535
22536    dix: Create new sprite for floating devices.
22537    
22538    Floating devices get sprites, but still aren't spriteOwners. This prevents
22539    them from getting rendered, and also stops segfaulting.
22540    (not really solving the problems with keyboards though)
22541
22542commit d808d653d1fc16f1d5af76ab00fa862fb80fa3ba
22543Author: David Nusinow <dnusinow@debian.org>
22544Date:   Mon Oct 22 21:30:04 2007 -0400
22545
22546    Define PCI_TXT_IDS_DIR more cleanly
22547
22548commit 29e0e180729a4f0cc020985a4de4c8bc4b9c7f5f
22549Author: Keith Packard <keithp@koto.keithp.com>
22550Date:   Mon Oct 22 13:38:16 2007 -0700
22551
22552    Leave hardware-specified preferred modes alone when user preference exists.
22553    
22554    Instead of removing the preference bit marking the hardware declared mode
22555    preference, leave it in place and just move the user preferred mode to the
22556    front of the list while marking it with the USERPREF bit which will cause it
22557    to be selected by the initial mode selection code.
22558
22559commit fbe19c66c36acfb484809111cf02579a3baf2f0f
22560Author: Michel Dänzer <michel@tungstengraphics.com>
22561Date:   Mon Oct 22 18:28:03 2007 +0200
22562
22563    GLX: Fix leak of X pixmaps associated with GLX pixmaps.
22564
22565commit c6d36b1cee44a9cbb690dff62a4683d7f6fbf30c
22566Author: Michel Dänzer <michel@tungstengraphics.com>
22567Date:   Mon Oct 22 18:28:03 2007 +0200
22568
22569    GLX: Don't crash on unused client array members when switching to/from console.
22570
22571commit be9b0e558d6172ef01ed880d47da897d2ceb25fa
22572Author: David Nusinow <dnusinow@debian.org>
22573Date:   Sun Oct 21 23:49:14 2007 -0400
22574
22575    Add a note as to why the text file based PCI ID scheme is present at all
22576
22577commit b79b965bd9a96f79781e85c0428068caa1ba381b
22578Author: David Nusinow <dnusinow@debian.org>
22579Date:   Sun Oct 21 23:46:54 2007 -0400
22580
22581    Fix compilation issue on FreeBSD (bug #12841)
22582    
22583    Hide getline call by checking for glibc. If not, use fgetln instead. Even
22584    though this section is now #ifdef'ed for linux only, this should help make
22585    it more portable if non-linux folks end up wanting it.
22586
22587commit 7f5e71fa7347fb4ec2657ccc453831c04a0f288d
22588Author: David Nusinow <dnusinow@debian.org>
22589Date:   Sun Oct 21 23:41:49 2007 -0400
22590
22591    Make PCI text file directory configurable
22592
22593commit ce7f6fe1268fef4f89aa21c7b44d73ecd98efe24
22594Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
22595Date:   Fri Oct 19 19:40:04 2007 -0400
22596
22597    xselinux: properly update sizes when dynamic arrays are resized...
22598
22599commit 4b14c9a9cd2033d3839c4ba364d41ab4c4b198ab
22600Author: Eric Anholt <eric@anholt.net>
22601Date:   Fri Oct 19 16:34:54 2007 -0700
22602
22603    Replace calls to Glyphs screen hook with CompositeGlyphs and remove dead code.
22604    
22605    Not all of the DDX/miext Glyphs hook implementations have been removed, but
22606    they should be.
22607
22608commit a3a95d3475dc91ed2e8a55bf484a6b3f2b5ac32a
22609Merge: a358b87 7e1cada
22610Author: Eric Anholt <eric@anholt.net>
22611Date:   Fri Oct 19 15:44:17 2007 -0700
22612
22613    Merge branch 'master' into glyph-pixmaps
22614    
22615    Conflicts:
22616    
22617    	configure.ac
22618
22619commit 12e889d202ac9849f534c51167cbfed91c32027a
22620Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
22621Date:   Fri Oct 19 18:43:38 2007 -0400
22622
22623    xace: Bug fixes, name changes to selection access hooks and fields.
22624
22625commit 7e1cada6c6b9fa41ef3ead00bf7725d626dda193
22626Author: Eric Anholt <eric@anholt.net>
22627Date:   Fri Oct 19 15:16:19 2007 -0700
22628
22629    Disable debian pci-id-list autoconfig code on non-linux.
22630    
22631    It contains static paths, fails to build on non-glibc, and apparently just
22632    exists to support distributions managing binary drivers and open-source drivers
22633    together.  Also restores previous code for fallback to vesa if nothing is
22634    detected.
22635
22636commit 89c6108531e603bdc81faf2ea860f318a2e94a39
22637Author: Kristian Høgsberg <krh@redhat.com>
22638Date:   Fri Oct 19 16:21:54 2007 -0400
22639
22640    Fix software GL to provide a list of supported fbconfigs like the DRI case.
22641
22642commit 74e84b8d891632141a60e2d29463ab46f622df3f
22643Author: Matthias Hopf <mhopf@suse.de>
22644Date:   Fri Oct 19 17:28:15 2007 +0200
22645
22646    Only issue XF86_APM_CAPABILITY_CHANGED for video change ACPI events (not e.g. brightness etc.).
22647
22648commit 6fdf3ddfef2707755cec0fc9cbce354fd472bb52
22649Author: Matthias Hopf <mhopf@suse.de>
22650Date:   Fri Oct 19 17:20:21 2007 +0200
22651
22652    Fix ids of ACPI events according to ACPI spec.
22653
22654commit d9caa469b9bb4eb6125b890820853062fc2c4441
22655Author: Peter Hutterer <peter@cs.unisa.edu.au>
22656Date:   Fri Oct 19 15:26:09 2007 +0930
22657
22658    Xi: allow VCP/VCK to be OpenDevice'd as well.
22659    
22660    All devices deserve to be equal. Except master devices, they are a bit more
22661    equal than the others.
22662
22663commit 155e2c559ed0dbf31b6d39d48648a3ee22b37635
22664Author: Peter Hutterer <peter@cs.unisa.edu.au>
22665Date:   Fri Oct 19 14:37:07 2007 +0930
22666
22667    Xi: advertise as XInput v2 capable
22668
22669commit 5ba738935f0d786e4670adf3b05ad42fc5e710fd
22670Author: Peter Hutterer <peter@cs.unisa.edu.au>
22671Date:   Fri Oct 19 14:36:37 2007 +0930
22672
22673    Xi: remove ChangePointerKeyboardPairing in favour of ChangeDeviceHierarchy.
22674
22675commit 6dcde0e9c1d068d9fc4a772d29d1d4c6cc57aeb9
22676Author: Peter Hutterer <peter@cs.unisa.edu.au>
22677Date:   Thu Oct 18 12:21:07 2007 +0930
22678
22679    Xi: set master device's id in ListDevices Reply.
22680
22681commit cfcc6e14b9a15f7979ba0df9c105cf563bef98fa
22682Author: Peter Hutterer <peter@cs.unisa.edu.au>
22683Date:   Fri Oct 19 11:28:44 2007 +0930
22684
22685    Xi: return all master devices as type IsXPointer/Keyboard when listing devs.
22686    
22687    Slave devices are reported as IsXExtensionPointer/Keyboard.
22688
22689commit 8e3c1dfc48930c455529313a42efa35e3b9071b2
22690Author: Kristian Høgsberg <krh@redhat.com>
22691Date:   Thu Oct 18 21:01:51 2007 -0400
22692
22693    Introduce a new "GlxVisuals" option that controls which visuals are added.
22694    
22695    Right now we default to "all" which gives us a situation much like before,
22696    but when the "typical" option is implemented, we can change the default and
22697    reduce the number of visuals the GLX module bloats the X server with.
22698
22699commit 9e3cfd950d279353f1795352ad2c4132aabc1bab
22700Author: Kristian Høgsberg <krh@redhat.com>
22701Date:   Thu Oct 18 19:12:24 2007 -0400
22702
22703    Add code to set up GLX visuals and add one for the first double buffered FBConfig.
22704
22705commit 8fc635e6a8072c7cd2777d804dd6f8eda2eecc15
22706Author: Kristian Høgsberg <krh@redhat.com>
22707Date:   Thu Oct 18 15:51:11 2007 -0400
22708
22709    Separate handling of GLX visuals and GLX FBConfigs.
22710    
22711    XIDs for GLX visuals and FBConfigs used to be interchangable and the list of
22712    GLX visuals was identical to the list for FBConfigs.  This patch splits handling
22713    of these two data types and allows the X server to pick and choose the FBConfigs
22714    that are exposed as visuals.
22715
22716commit 0af8180683247955ce4cfd48e6a5b4d00bbe618a
22717Author: Kristian Høgsberg <krh@redhat.com>
22718Date:   Wed Oct 17 17:18:47 2007 -0400
22719
22720    Drop VisualConfigPriv support from the DRI module.
22721    
22722    No DDX driver uses this, and this patch stops the DRI module from
22723    poking around GLX module data structures.
22724
22725commit 7d74690536b64f7b8e8036507ab7790807349c50
22726Author: Kristian Høgsberg <krh@redhat.com>
22727Date:   Sun Oct 14 15:39:21 2007 -0400
22728
22729    Simplify and clean up GLX visual initialization.
22730    
22731    Instead of the fragile setup where we filter the modes common between the
22732    DDX generated GLX visuals and the DRI driver generated fbconfigs, we now
22733    just take the fbconfigs returned by the DRI driver to be our supported set.
22734
22735commit ab4bce02a9457dd9c86b774fc74caf3dd6b287ca
22736Author: Eric Anholt <eric@anholt.net>
22737Date:   Thu Oct 18 15:22:42 2007 -0700
22738
22739    Add a quirk for Philips 107P5 which lacks the preferred bit on detailed timing.
22740    
22741    Also fix the prefer-large-75 quirk if the prefer-first-detailed bit was set,
22742    though it's not the case for the existing prefer-large-75 consumer.
22743
22744commit 55a96aa6b0995fda6660b7e78c85b955a62b9735
22745Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
22746Date:   Thu Oct 18 14:11:11 2007 -0400
22747
22748    xselinux: add basic event labeling.
22749
22750commit e974bc1233608ec09fbd40b12217925e4d2205aa
22751Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
22752Date:   Thu Oct 18 12:33:39 2007 -0400
22753
22754    xselinux: add hooks for send and receive access.
22755
22756commit 06eb830169afd0631a31e8846c7d2533c49ea378
22757Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
22758Date:   Thu Oct 18 12:31:14 2007 -0400
22759
22760    xace: Fix bug in AddPassiveGrabToList(), was using wrong GrabPtr.
22761
22762commit 6107a245035366fe762756b6aa05ac0e3a5482bb
22763Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
22764Date:   Thu Oct 18 12:24:55 2007 -0400
22765
22766    dix: Add client parameter to AddPassiveGrabsToList().
22767
22768commit ce50bfd3369686cfecee5a138bd84ef1107a249d
22769Author: Michel Dänzer <michel@tungstengraphics.com>
22770Date:   Thu Oct 18 17:44:48 2007 +0200
22771
22772    EXA: Skip empty glyphs.
22773
22774commit 5d74416740de883b7ef0994afea4bbd4d3901be0
22775Author: Michel Dänzer <michel@tungstengraphics.com>
22776Date:   Thu Oct 18 17:44:14 2007 +0200
22777
22778    EXA: Don't attempt to move in pixmaps that can't be accelerated.
22779    
22780    Fixes https://bugs.freedesktop.org/show_bug.cgi?id=12815 .
22781
22782commit 31110d6837ee52fd654729d9e5c4b0c5395abab0
22783Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
22784Date:   Thu Oct 18 10:30:44 2007 -0400
22785
22786    registry: special case minor number when looking up core requests.
22787
22788commit e3fd90ae9c3ddfc5d78e62614e311b73505d7ead
22789Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
22790Date:   Thu Oct 18 10:29:10 2007 -0400
22791
22792    registry: Add "X11:" prefix to core protocol names.
22793
22794commit aa340b2c7cbe9ddab53cff08c8ba165558209187
22795Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
22796Date:   Wed Oct 17 19:27:16 2007 -0400
22797
22798    xselinux: add hook for device acceses.
22799
22800commit 503f918f55d0cb29585d83b022bbb8dc29f446c5
22801Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
22802Date:   Wed Oct 17 19:14:15 2007 -0400
22803
22804    xselinux: Move functions around; add some more comments.
22805
22806commit 50b27e1ad2a98d36728dc8157492ef5c59c132cd
22807Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
22808Date:   Wed Oct 17 16:09:40 2007 -0400
22809
22810    devPrivates rework: update new GL/glxext code.
22811    
22812    Need to merge so this type of thing stops happening.
22813
22814commit c3f7b862550fa8f46633162f83db8c27e46fc672
22815Merge: af4dde0 feac075
22816Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
22817Date:   Wed Oct 17 15:00:54 2007 -0400
22818
22819    Merge branch 'master' into XACE-SELINUX
22820    
22821    Conflicts:
22822    
22823    	os/access.c
22824
22825commit af4dde0ac19ecec1d0ad988eb25b15401e7c6b36
22826Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
22827Date:   Wed Oct 17 14:13:02 2007 -0400
22828
22829    xselinux: Remove config file, this has been moved to the policy.
22830
22831commit baabae623b3658196b67a710dc72663c2105bf31
22832Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
22833Date:   Wed Oct 17 13:54:56 2007 -0400
22834
22835    xselinux: Started reworking extension using new XACE hooks.
22836
22837commit db66e66dbf26b91c655f1659859c022cc31f0db6
22838Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
22839Date:   Wed Oct 17 13:51:11 2007 -0400
22840
22841    xace: Add an access_mode field to the extension structure.
22842    This allows the same callback to be used for both extension hooks.
22843
22844commit e3a8cbe523bae8b771ad3c8ad497f4444f6d05d5
22845Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
22846Date:   Wed Oct 17 13:48:44 2007 -0400
22847
22848    xace: add creation/labeling hook to CreateRootWindow().
22849
22850commit feac0759522cbdc3e61ccfa373df735903c5cb27
22851Author: Keith Packard <keithp@koto.keithp.com>
22852Date:   Wed Oct 17 11:42:28 2007 +0800
22853
22854    Make config file preferred mode override monitor preferred mode.
22855    
22856    Add a new even-more-preferred bit to each mode which is used to make config
22857    file preferences selected instead of the monitor preferred mode.
22858
22859commit f2da10f7bc2ddb6ad2f18b793afc10d04b97c51c
22860Author: Keith Packard <keithp@koto.keithp.com>
22861Date:   Wed Oct 17 10:50:22 2007 +0800
22862
22863    KDRIVE_LOCAL_LIBS includes some system libraries, not just internal x server libs
22864
22865commit 9aadde377991bfbd88524d02106bec3dedd6e7c9
22866Author: Peter Hutterer <peter@cs.unisa.edu.au>
22867Date:   Wed Oct 17 12:05:50 2007 +0930
22868
22869    mi: don't call UndisplayCursor for non-sprite-owners.
22870    
22871    Segfaults are bad.
22872
22873commit 8b7c4249d82d07e852d8d8c15c7ab9977dd1f31c
22874Author: Peter Hutterer <peter@cs.unisa.edu.au>
22875Date:   Wed Oct 17 10:41:58 2007 +0930
22876
22877    mi: call processInputProc for master devices after slave event processing.
22878    
22879    More work is needed to sort out grabs though.
22880
22881commit ae9fc10adec8f9bf0492d14d435f8f11e0163b27
22882Author: Peter Hutterer <peter@cs.unisa.edu.au>
22883Date:   Wed Oct 17 10:41:04 2007 +0930
22884
22885    Xi: don't send core events for slave devices.
22886
22887commit de70cfdbe60eb6e7bf3e74dfd1ac34de554deff1
22888Author: Peter Hutterer <peter@cs.unisa.edu.au>
22889Date:   Wed Oct 17 09:52:30 2007 +0930
22890
22891    mi: fix some macros to allow multiple cursors for master devices.
22892    
22893    Macros defaulted to inputInfo.pointe rfor devices that weren't spriteOwners.
22894    Changed to take the device's master device now.
22895    
22896    This includes sticking in a number of checks and warnings that cursor
22897    rendering won't be called for floating devices.
22898
22899commit 773f6491c1cc8819038e753d08c32ba213f80f8f
22900Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
22901Date:   Tue Oct 16 19:11:36 2007 -0400
22902
22903    xace: update the DeleteProperty prototype to include the client argument.
22904    This should have been part of 8f23d40068151ad85cde239d07031284f0b2c4dc.
22905
22906commit 9dde53ed179336c7b483c9a94a97182ad1777dfb
22907Author: Alan Hourihane <alanh@tungstengraphics.com>
22908Date:   Tue Oct 16 19:55:56 2007 +0100
22909
22910    Fix walking of GLX providers.
22911
22912commit 70a5d33c9e41c077a8cd92abd43376e2956d3aed
22913Author: Michel Dänzer <michel@tungstengraphics.com>
22914Date:   Tue Oct 16 12:46:07 2007 +0200
22915
22916    Always check the return value of __glXGetDrawable first.
22917    
22918    Fixes spurious GLX protocol errors because __glXGetDrawable doesn't set the
22919    error code in case of success. Maybe it should, though.
22920
22921commit 1d9ebbac8c589cae7e4952083692b6d148def9bc
22922Author: Peter Hutterer <peter@cs.unisa.edu.au>
22923Date:   Tue Oct 16 18:46:12 2007 +0930
22924
22925    dix: Make InitCoreDevices use AllocMasterDevice.
22926    
22927    Also change naming a bit, append "pointer" and "keyboard" to master devices
22928    instead of -ptr and -keybd.
22929
22930commit 299573f4617c3b5599bb65069e96d050277b9471
22931Author: Peter Hutterer <peter@cs.unisa.edu.au>
22932Date:   Tue Oct 16 18:40:15 2007 +0930
22933
22934    dix: add AllocMasterDevice for creation of new master devices.
22935    
22936    Devices are initiated pretty much the same as the core devices.
22937
22938commit 5fe9bfd23f17b84c3afaa82f75a7c517c9f8e0d3
22939Author: Peter Hutterer <peter@cs.unisa.edu.au>
22940Date:   Tue Oct 16 18:23:48 2007 +0930
22941
22942    xfree86: NIDR: don't call PairDevices explicitly.
22943             set isMaster to FALSE explicitly.
22944    
22945    Pairing isn't necessary, attachment should be done in EnableDevices.
22946
22947commit 5eb033835e92ea951cc385fd709af9656b3772d8
22948Author: Peter Hutterer <peter@cs.unisa.edu.au>
22949Date:   Tue Oct 16 18:03:52 2007 +0930
22950
22951    mi: don't exclude inputInfo.pointer from rendering.
22952
22953commit b697c4ed145968d3c3281bb85e628f1b068b09fc
22954Author: Peter Hutterer <peter@cs.unisa.edu.au>
22955Date:   Tue Oct 16 17:47:06 2007 +0930
22956
22957    dix: CheckPassiveGrabOnWindow: only get paired device for non-keyboards.
22958
22959commit caa69d8f7b92b80669df02e1001409d7c653e7e4
22960Author: Peter Hutterer <peter@cs.unisa.edu.au>
22961Date:   Tue Oct 16 17:38:13 2007 +0930
22962
22963    dix: fix detritus from adding lastSlave field.
22964
22965commit 90d077e537ac4cb7d79d67afcf3984a3e8d65fe8
22966Author: Peter Hutterer <peter@cs.unisa.edu.au>
22967Date:   Tue Oct 16 17:37:33 2007 +0930
22968
22969    dix: GetPointerEvents: get state from master device before applying valuators.
22970    
22971    We need to get lastx/y from the master device before we start applying
22972    acceleration etc. Otherwise we get jumping cursors, which is reasonably bad.
22973
22974commit b6ccf721b0a582150858d68f91967fb4e319c340
22975Author: Peter Hutterer <peter@cs.unisa.edu.au>
22976Date:   Tue Oct 16 17:35:06 2007 +0930
22977
22978    include: add "lastSlave" field to DeviceIntRec.
22979    
22980    Set to the last slave device that routed events through the master.
22981
22982commit e6bd8ae0608bd8379c5ac962f69cd0bcc54f9734
22983Author: Peter Hutterer <peter@cs.unisa.edu.au>
22984Date:   Tue Oct 16 15:59:30 2007 +0930
22985
22986    dix: set the device's sprite when using AttachDevice
22987    
22988    Sprite is set to the master device's sprite.
22989
22990commit 271d4c3d6255318aabb9ad1ea444f534ed456f0b
22991Author: Peter Hutterer <peter@cs.unisa.edu.au>
22992Date:   Tue Oct 16 15:50:07 2007 +0930
22993
22994    xfree86: remove XI86_SHARED_POINTER flag.
22995    
22996    Not needed anymore. By default, all devices are slaves of first master device.
22997
22998commit c7b878b90406781c97db751a9b454e2b6baee0e1
22999Author: Peter Hutterer <peter@cs.unisa.edu.au>
23000Date:   Tue Oct 16 15:07:31 2007 +0930
23001
23002    dix: don't treat VCK/VCP separately in DevHasCursor, IsPointer/KeyboardDevice.
23003
23004commit e9f149fb56747f7eaa0f714dce97b067b007c47e
23005Author: Peter Hutterer <peter@cs.unisa.edu.au>
23006Date:   Tue Oct 16 14:24:20 2007 +0930
23007
23008    Fix up detritus from removing GetPairedPointer/Keyboard.
23009
23010commit 840bde3d32f3627dfc3d7d8b6564a61a8014933b
23011Author: Peter Hutterer <peter@cs.unisa.edu.au>
23012Date:   Tue Oct 16 13:09:35 2007 +0930
23013
23014    dix: GetPairedDevice: return dev paired with master for slave devices.
23015
23016commit 6c259a08d917f94fd7381453b625b07826d3ef9c
23017Author: Peter Hutterer <peter@cs.unisa.edu.au>
23018Date:   Tue Oct 16 13:09:19 2007 +0930
23019
23020    include: remove unused GetPairedPointer/Keyboard declarations.
23021
23022commit fe97f7c54a1b42acd542696b6cdc9e83e89548f3
23023Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
23024Date:   Mon Oct 15 22:46:08 2007 -0400
23025
23026    registry: Add some missing #include's.
23027
23028commit 9ecbbf198f4cec398897736e173e7e8c56bf6f94
23029Author: Peter Hutterer <peter@cs.unisa.edu.au>
23030Date:   Sun Oct 14 08:00:06 2007 +0930
23031
23032    dix: adjust PickPointer and PickKeyboard to get the first master device.
23033    
23034    Simplifies it a lot, since we always have at least one master device
23035    available at all times, so less mucking around.
23036
23037commit 0c5f65ecd3ad11fbdb1cab3cb1d0eb4f33bb4e35
23038Author: Peter Hutterer <peter@cs.unisa.edu.au>
23039Date:   Sun Oct 14 07:57:24 2007 +0930
23040
23041    dix: don't allow slave devices as ClientPointer
23042
23043commit 9ccc9ab6f29f68298b68cdb5c9b4bd57a095f05a
23044Author: Peter Hutterer <peter@cs.unisa.edu.au>
23045Date:   Sun Oct 14 07:53:00 2007 +0930
23046
23047    dix: don't call CloseDevice on VCP/VCK separately.
23048
23049commit e4fd981b48723b77a6c1a528638a771b9cc35472
23050Author: Peter Hutterer <peter@cs.unisa.edu.au>
23051Date:   Sun Oct 14 07:52:11 2007 +0930
23052
23053    dix: check for isMaster before calling DeviceCursorCleanup.
23054
23055commit 7503d1340726e0a529f04304d177ed2ceb8fbc91
23056Author: Peter Hutterer <peter@cs.unisa.edu.au>
23057Date:   Sun Oct 14 07:50:13 2007 +0930
23058
23059    dix: don't check VCK and VCP separately when looking for device ids.
23060    
23061    Both are part of the device list again, so we cover them there.
23062
23063commit 032e906711202d376af95b37bb0cdf14a3648256
23064Author: Peter Hutterer <peter@cs.unisa.edu.au>
23065Date:   Tue Oct 16 11:57:42 2007 +0930
23066
23067    dix: Remove GetPairedPointer, GetPairedKeyboard in favour of GetPairedDevice.
23068
23069commit 853ea337bdad17f8f6ec7d940de14ce2cbbbf93e
23070Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
23071Date:   Mon Oct 15 22:13:02 2007 -0400
23072
23073    registry: Register XvMC extension protocol names.
23074
23075commit 58c3240fcbec23aad122e1c340f6bb6d3b18f779
23076Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
23077Date:   Mon Oct 15 22:09:47 2007 -0400
23078
23079    registry: Register MIT-SCREEN-SAVER extension protocol names.
23080
23081commit 3e07e73fefc100e491d1e465cb162373d1d82425
23082Author: Peter Hutterer <peter@cs.unisa.edu.au>
23083Date:   Tue Oct 16 11:34:29 2007 +0930
23084
23085    dix: remove pairing/attachment from InitAndStartDevices.
23086    
23087    If we enabled in the correct order, this has all been done already.
23088
23089commit 4e274e90e16b1d954391e1af3e2074fb10f70ee7
23090Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
23091Date:   Mon Oct 15 22:04:20 2007 -0400
23092
23093    registry: Register SHAPE extension protocol names.
23094
23095commit 9f597f6c87e0b14cc382d8e5929e42f822db4329
23096Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
23097Date:   Mon Oct 15 22:01:20 2007 -0400
23098
23099    registry: Register SYNC extension protocol names.
23100
23101commit 38baac71bdbb8c7e882e3e39133615cfed894a6b
23102Author: Peter Hutterer <peter@cs.unisa.edu.au>
23103Date:   Sun Oct 14 04:21:42 2007 +0930
23104
23105    dix: Set bidirectional pairing, don't allow pairing with already paired devs.
23106
23107commit 70efd3d06a15093661933bda4ec21e306dece4a4
23108Author: Peter Hutterer <peter@cs.unisa.edu.au>
23109Date:   Tue Oct 16 11:30:32 2007 +0930
23110
23111    dix: fix up Activate/Enable/Disable device.
23112    
23113    Set isMaster for VCP/VCK.
23114    Init sprites for master pointer devices.
23115    Pair master kbds with master pointers (1:1 pairing!).
23116    Attach other devices to VCP/VCK.
23117
23118commit b504678ba5407a6fd8d47d051305f7c3d5606dfe
23119Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
23120Date:   Mon Oct 15 21:54:25 2007 -0400
23121
23122    registry: Register APPGROUP extension protocol names.
23123
23124commit 204f2dc89ef662b57400b128c30c15e8cf32f323
23125Author: Peter Hutterer <peter@cs.unisa.edu.au>
23126Date:   Sun Oct 14 04:13:06 2007 +0930
23127
23128    include: add "isMaster" field to DeviceIntRec.
23129    
23130    Set to TRUE for master devices.
23131    
23132    Also fixing up comment for paired field in spriteInfo, will be set
23133    bidirectional from now on.
23134
23135commit bd7d5255ce4865b684f7d8bcf80ba9872a1af22d
23136Author: Peter Hutterer <peter@cs.unisa.edu.au>
23137Date:   Tue Oct 16 11:18:31 2007 +0930
23138
23139    dix: add AttachDevice, needed to attach a slave device to a master device.
23140    
23141    For now, we don't allow attaching slaves to other slaves, and we don't allow
23142    pairing slaves with other slaves.
23143    Pairing is for master keyboard->master pointer only.
23144    Attaching is for slave device->master device only.
23145
23146commit 6ec35a8cf539c900b334dd6df146b394f54e3706
23147Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
23148Date:   Mon Oct 15 21:46:56 2007 -0400
23149
23150    registry: Register BigRequests extension protocol names.
23151
23152commit 1254cc399c53eadcc32eeabf69990ed2526c7ae0
23153Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
23154Date:   Mon Oct 15 21:43:06 2007 -0400
23155
23156    registry: Register Fontcache extension protocol names.
23157
23158commit e987648cf2c21dcbd77dd9a71793090a48e4f521
23159Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
23160Date:   Mon Oct 15 21:38:56 2007 -0400
23161
23162    registry: Register EVI extension protocol names.
23163
23164commit be1565f6b8fb09eba9941d6f7c485bf5fb25fe7a
23165Author: Peter Hutterer <peter@cs.unisa.edu.au>
23166Date:   Sun Oct 14 01:53:54 2007 +0930
23167
23168    dix: Set core devices to ProcessOtherEvents, set sendCore and XKB.
23169    
23170    Even the virtual core devices should send through ProcessOtherEvents.
23171
23172commit ce9bf9a19185a36ac2f7ae75acd320ab8d03d247
23173Author: Peter Hutterer <peter@cs.unisa.edu.au>
23174Date:   Sun Oct 14 01:50:40 2007 +0930
23175
23176    include: add "master" field to DeviceIntRec.
23177    
23178    "master" points to the device this device is attached to. Event sent by the
23179    device will also be routed through the master.
23180    master and spriteOwner are mutually exclusive.
23181
23182commit f6226d3bfe1515058e2092e8662ae87825501209
23183Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
23184Date:   Mon Oct 15 21:35:12 2007 -0400
23185
23186    registry: Register TOG-CUP extension protocol names.
23187
23188commit 7e182a5d89d618e20dcc77850131690733322d39
23189Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
23190Date:   Mon Oct 15 21:13:39 2007 -0400
23191
23192    registry: Register MIT-MISC extension protocol names.
23193
23194commit 32f6171862461d17ebea58a2fb6ddd16ac71358c
23195Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
23196Date:   Mon Oct 15 21:10:14 2007 -0400
23197
23198    registry: Register XF86Bigfont extension protocol names.
23199
23200commit 12766c5b5ffdab95255a63b2c8421ee773fd43b5
23201Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
23202Date:   Mon Oct 15 21:00:46 2007 -0400
23203
23204    registry: Register Xv extension protocol names.
23205
23206commit 35ae03871af88b2f420dd83448011a077852d7a0
23207Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
23208Date:   Mon Oct 15 20:50:26 2007 -0400
23209
23210    registry: Register XC-MISC extension protocol names.
23211
23212commit 32fe282d5b8306514d641e15bc6d9fd4ab360977
23213Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
23214Date:   Mon Oct 15 20:45:18 2007 -0400
23215
23216    registry: Register XTest extension protocol names.
23217
23218commit 3877faf7d9fe00ed634077e38a198ae4b91a2bb4
23219Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
23220Date:   Mon Oct 15 20:35:13 2007 -0400
23221
23222    registry: Register Multibuffer extension protocol names.
23223
23224commit 16764a2d299c7c0c98002aadd52ab4a1a36758c3
23225Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
23226Date:   Mon Oct 15 20:29:23 2007 -0400
23227
23228    registry: Register DPMS extension protocol names.
23229
23230commit f077578e42eee424b0e534774574c84af9d6f85b
23231Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
23232Date:   Mon Oct 15 19:43:02 2007 -0400
23233
23234    registry: Register XPrint extension protocol names.
23235
23236commit 5c8b1a91726817816d20faefad21c7a68ab634cc
23237Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
23238Date:   Mon Oct 15 19:35:04 2007 -0400
23239
23240    registry: Register Resource extension protocol names.
23241
23242commit 48891d5696f56711f23743cb03be39cf6b26c522
23243Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
23244Date:   Mon Oct 15 19:32:01 2007 -0400
23245
23246    registry: Register EVIE extension protocol names.
23247
23248commit 2c9646ad4e65bb061d910c9e2b1a8a978f21fa17
23249Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
23250Date:   Mon Oct 15 19:18:03 2007 -0400
23251
23252    registry: Register SHM extension protocol names.
23253
23254commit 8964c6d8e14ae47798762191e359b2bf138ca32e
23255Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
23256Date:   Mon Oct 15 19:10:51 2007 -0400
23257
23258    registry: Register RENDER extension protocol names.
23259
23260commit c827db57e4d9ca14c82b099dcfc9b7a0c0b5ba0a
23261Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
23262Date:   Mon Oct 15 19:06:01 2007 -0400
23263
23264    registry: Register RANDR extension protocol names.
23265
23266commit 20db50b4c44a14f7eeac2b1de17ada68482521da
23267Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
23268Date:   Mon Oct 15 18:56:59 2007 -0400
23269
23270    registry: Register DAMAGE extension protocol names.
23271
23272commit b38a91993364aa80cfd99721e319e1458d9fb760
23273Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
23274Date:   Mon Oct 15 18:50:06 2007 -0400
23275
23276    registry: Register XTrap extension protocol names.
23277
23278commit 106758893b68033f14f69c4ee6591fb6a149ba37
23279Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
23280Date:   Mon Oct 15 18:31:40 2007 -0400
23281
23282    registry: Register XFixes extension protocol names.
23283
23284commit ea09c9acc8f0d5577f54c864ff88b7f03d93b2f4
23285Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
23286Date:   Mon Oct 15 18:25:12 2007 -0400
23287
23288    registry: Register Record extension protocol names.
23289
23290commit 2e1e5be1d9067816525aa13a1d818e8ca6899599
23291Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
23292Date:   Mon Oct 15 18:18:57 2007 -0400
23293
23294    registry: Register DBE extension protocol names.
23295
23296commit 4c3285c883cc50a91bc5262bbc9d073d816f860a
23297Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
23298Date:   Mon Oct 15 18:04:47 2007 -0400
23299
23300    registry: Register WINDOWSWM extension protocol names.
23301
23302commit 3815284e899b61731b6a63c4ba14c5d773e24eb6
23303Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
23304Date:   Mon Oct 15 17:57:59 2007 -0400
23305
23306    registry: Register XF86DGA extension protocol names.
23307
23308commit 2cd1b32b77e0ceeaccb3f01c4ac13a97c557668c
23309Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
23310Date:   Mon Oct 15 17:37:58 2007 -0400
23311
23312    registry: Register XF86Misc extension protocol names.
23313
23314commit 960677e876c068400fb45e1764bb5470cd8c389f
23315Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
23316Date:   Mon Oct 15 17:30:00 2007 -0400
23317
23318    registry: Register XF86VidMode extension protocol names.
23319
23320commit b7786724080fd3928ef7b8c294346661d7ffd90b
23321Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
23322Date:   Mon Oct 15 17:15:34 2007 -0400
23323
23324    registry: Register XF86DRI extension protocol names.
23325
23326commit eee46b4681ec55297604b0425705f2b18381f7ca
23327Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
23328Date:   Mon Oct 15 17:06:22 2007 -0400
23329
23330    registry: Register APPLEWM extension protocol names.
23331
23332commit b9f5ab98c8dea36dcce1ad15fd2e059a77e77c39
23333Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
23334Date:   Mon Oct 15 16:18:37 2007 -0400
23335
23336    registry: Register XINERAMA extension protocol names.
23337
23338commit 3464b419230c6d17e940d967b567c5d2cb22d232
23339Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
23340Date:   Mon Oct 15 15:45:12 2007 -0400
23341
23342    registry: Register APPLEDRI extension protocol names.
23343
23344commit 32f3f5a1e7654f8bb43ea16b9227b3994e616739
23345Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
23346Date:   Mon Oct 15 15:32:17 2007 -0400
23347
23348    registry: Register DMX extension protocol names.
23349
23350commit 166ef972febc00c665e1d5aeb68e75d7bbcf9879
23351Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
23352Date:   Mon Oct 15 15:22:02 2007 -0400
23353
23354    registry: Register composite extension protocol names.
23355
23356commit a5cf3f21f712e46dbf9bca289e67be75f2b531d3
23357Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
23358Date:   Mon Oct 15 14:27:32 2007 -0400
23359
23360    registry: Register XKB extension protocol names.
23361
23362commit 5277a6ff589b5ddb475b90e1aaf5dbd9172d9711
23363Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
23364Date:   Mon Oct 15 13:38:35 2007 -0400
23365
23366    registry: Register Input extension protocol names.
23367
23368commit 8b5078b7d9ec08a588a78eb49096b698c6f4916b
23369Author: Kristian Høgsberg <krh@redhat.com>
23370Date:   Mon Oct 15 13:10:10 2007 -0400
23371
23372    Fix byte swapping for GetFBConfigs.
23373
23374commit c922d2eebe29f08f463ee76293dc9042712fb21c
23375Author: George Sapountzis <gsap7@yahoo.gr>
23376Date:   Sun Oct 14 20:40:18 2007 +0300
23377
23378    glx: drop duplicate GetDrawableAttributesSGIX declarations.
23379    
23380    They are officially autogenerated in indirect_dispatch.h now.
23381
23382commit 3d4eb17b38dcb1468493f3686dc5ea3623ef9a73
23383Author: Ben Byer <bbyer@bbyer.local>
23384Date:   Sun Oct 14 18:07:03 2007 -0700
23385
23386    mass change from #ifdef i386 to #ifdef __i386__ to conform to ANSI
23387
23388commit ec0fc012e91e703bb399a380df2912f71957a220
23389Author: Kristian Høgsberg <krh@redhat.com>
23390Date:   Sun Oct 14 14:59:12 2007 -0400
23391
23392    Fix GLX byteswapping.
23393
23394commit 927757e1028f45f7fd94b9a2ab35567e0f34b2a8
23395Merge: ccda4b6 17ffc34
23396Author: Kristian Høgsberg <krh@redhat.com>
23397Date:   Fri Oct 12 19:28:39 2007 -0400
23398
23399    Merge branch 'master' of git://git.freedesktop.org/git/xorg/xserver
23400
23401commit ccda4b66bdfc179e661b24adc8ec72bb7db75b2b
23402Author: Kristian Høgsberg <krh@redhat.com>
23403Date:   Mon Aug 27 14:43:48 2007 -0400
23404
23405    Implement ChangeDrawableAttributes so we can support GLX_EVENT_MASK.
23406    
23407    We never need to actually send out the clobber event, so this should be
23408    sufficient for GLX 1.3.
23409
23410commit 695eb8b2e88abc9fa3a76d8da48c3214c7dd1f08
23411Author: Kristian Høgsberg <krh@redhat.com>
23412Date:   Mon Aug 27 14:23:50 2007 -0400
23413
23414    Implement GLX pbuffers.
23415
23416commit 516c181f57367847c3f317f8f8f5cc3211026f4c
23417Author: Kristian Høgsberg <krh@redhat.com>
23418Date:   Thu Aug 23 21:40:01 2007 -0400
23419
23420    Add dispatching for GLX_SGIX_pbuffer.
23421
23422commit d7ded953c4d263e3dd3374dc03eea19e80c05bc6
23423Author: Kristian Høgsberg <krh@redhat.com>
23424Date:   Thu Aug 23 19:07:52 2007 -0400
23425
23426    Implment GLXPixmaps.
23427
23428commit 526f40434c86548830c4f72940462b6253fe9790
23429Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
23430Date:   Fri Oct 12 18:18:00 2007 -0400
23431
23432    NULL is not a valid argument to CreatePicture, please use serverClient
23433    as the client argument if no real client is creating the object.
23434
23435commit 2b0847c7aaf95b6b10f062dfff601032b2430a9b
23436Author: Kristian Høgsberg <krh@redhat.com>
23437Date:   Wed Aug 8 10:07:03 2007 -0400
23438
23439    Implement damage reporting for AIGLX.
23440
23441commit 600028305cc047e824b18369a026f89c9eb7e437
23442Author: Kristian Høgsberg <krh@redhat.com>
23443Date:   Thu May 31 22:55:47 2007 -0400
23444
23445    Move hyperpipe and swapbarrier extension funcs to screen private struct.
23446    
23447    This gets rid of a couple more global arrays and gets the two extensions
23448    more in line with the general extension mechanism.
23449
23450commit 781515bb637de4fd79e3c83817cb6ffa8f2d8a4f
23451Author: Kristian Høgsberg <krh@redhat.com>
23452Date:   Wed May 30 23:25:03 2007 -0400
23453
23454    Convert GLX module to use screen private indexes like everything else.
23455
23456commit 72a3d68a2f5abcd09fef1a55e976e1a5731d4b02
23457Author: Kristian Høgsberg <krh@redhat.com>
23458Date:   Thu May 10 11:16:50 2007 -0400
23459
23460    Update the AIGLX DRI loader to use the new DRI interface.
23461    
23462    This lets us drop a bunch of workarounds and use the new DRI extension
23463    mechanism.
23464
23465commit 17ffc34ad5e9a8e2269afef05f209701f1895c01
23466Author: Matthias Hopf <mhopf@suse.de>
23467Date:   Fri Oct 12 15:33:31 2007 +0200
23468
23469    Drivers include miscstruct.h which requires pixman.h.
23470
23471commit eaf0e2a21c2cb14e19852e61a4521b3c240253af
23472Author: David Nusinow <dnusinow@debian.org>
23473Date:   Thu Oct 11 22:31:24 2007 -0400
23474
23475    Fix another compiler warning
23476
23477commit a5089af726b6a4f833b95a31274743c994277e20
23478Author: David Nusinow <dnusinow@debian.org>
23479Date:   Thu Oct 11 22:24:31 2007 -0400
23480
23481    Fix a warning about the control logic in xchomp()
23482
23483commit cdf29ff45a3cb45573c9d0cb8f82e6ee97953fb5
23484Author: David Nusinow <dnusinow@debian.org>
23485Date:   Thu Oct 11 22:23:34 2007 -0400
23486
23487    Remove some unused variables
23488
23489commit 3367091f7fa14497aab40e668cad179e244eef81
23490Author: David Nusinow <dnusinow@debian.org>
23491Date:   Thu Oct 11 22:21:38 2007 -0400
23492
23493    Separate choosing driver from the file-based implementation
23494    
23495    This clears the implementation out of the way to prepare for development
23496    of a symbol-based resolution scheme
23497
23498commit 3aa41bcb8215c037512ddbd68a3f7bcad3b80a1f
23499Author: David Nusinow <dnusinow@debian.org>
23500Date:   Thu Oct 11 21:29:13 2007 -0400
23501
23502    Remove obsolete error message define from parser
23503
23504commit e3e12221111886c4063d2da5d70d3830c56d39e2
23505Author: David Nusinow <dnusinow@debian.org>
23506Date:   Thu Oct 11 21:27:07 2007 -0400
23507
23508    Don't bother validating the Device section of the conf file
23509    
23510    All the previous tests can now be recovered from if not specified.
23511
23512commit 28ef7f59416677be380561709197b04df0479bef
23513Author: David Nusinow <dnusinow@debian.org>
23514Date:   Thu Oct 11 20:56:46 2007 -0400
23515
23516    Re-enable validation of the screen section of xorg.conf
23517    
23518    This also fixes a problem where the server can't find the device section
23519    when it is specified in the screen section.
23520
23521commit ea2d4dc468dcebe6d38e676469ec51ed1d43490b
23522Author: David Nusinow <dnusinow@debian.org>
23523Date:   Thu Oct 11 20:26:02 2007 -0400
23524
23525    When there's no xorg.conf, use the video driver autoloading function
23526
23527commit fc092334ac0a323b80a9602cb8bf60ca9dee3bfa
23528Author: Eric Anholt <eric@anholt.net>
23529Date:   Thu Oct 11 16:48:56 2007 -0700
23530
23531    Bug #10304,12784,11603: Add quirks for several physical size issues.
23532    
23533    A lot of EDID writers apparently end up stuffing centimeters (like the
23534    maximum image size field) into the detailed timings, instead of millimeters.
23535    Some of them only get it wrong in one direction.  Also, add a quirk to let
23536    us mark the largest 75hz mode as preferred, which will often be used for
23537    EDID 1.0 CRTs.
23538
23539commit 6adeba17301a309be2f34cd51eca84a13d5503fd
23540Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
23541Date:   Thu Oct 11 14:17:17 2007 -0400
23542
23543    dix: Add a new "registry" mechanism for registering string names of things.
23544    Supports protocol requests, events, and errors, and resource names.
23545    Modify XRES extension to use it.
23546
23547commit 45cc03726b49f6ad4afe6c3fb4ad65d1051928b4
23548Author: Matthias Hopf <mhopf@suse.de>
23549Date:   Thu Oct 11 18:23:25 2007 +0200
23550
23551    Make mode checking more tolerant like in pre-RandR times.
23552
23553commit 8f23d40068151ad85cde239d07031284f0b2c4dc
23554Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
23555Date:   Wed Oct 10 19:56:03 2007 -0400
23556
23557    xace: move the property deletion hook inside the DeleteProperty function.
23558
23559commit 473bc6ec4c59e1a962b0b897c449a69aa5064ab0
23560Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
23561Date:   Wed Oct 10 19:43:12 2007 -0400
23562
23563    xace: remove the special-cased "ignore" functionality from the property code.
23564    
23565    There will be no more faking of Success to hide things.  XACE does not
23566    provide polyinstantiation.
23567
23568commit 7e9e01a4a34fa45521067d43c5bbff942dd5d51a
23569Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
23570Date:   Wed Oct 10 17:40:22 2007 -0400
23571
23572    dix: pass a valid ClientPtr to SetFontPath in all cases.
23573
23574commit 8825d36a38c76ff8faf409c853061be2bd33430d
23575Author: David Nusinow <dnusinow@debian.org>
23576Date:   Tue Oct 9 22:49:07 2007 -0400
23577
23578    Allow the user to not have a screen section
23579    
23580    If none is present, a default one will be created. This will be attached
23581    to either the first device section in the xorg.conf (allowing you to
23582    specify something like using EXA without having a screen section) or a
23583    default screen section if none is present in the file.
23584
23585commit 8665cf3327b713f334b0483593a924c197f892f2
23586Author: David Nusinow <dnusinow@debian.org>
23587Date:   Tue Oct 9 22:45:15 2007 -0400
23588
23589    Don't require that the screen explicitly attach the device section
23590    
23591    This will allow the screen to not explicitly have a device section. If
23592    this is the case and there is a device section in the xorg.conf, the first
23593    one will be used. If there is no device section at all, a default one will
23594    be created that loads the automatically determined module.
23595
23596commit 37898b824fdc94735495e3494aa2b9a681d477b9
23597Author: David Nusinow <dnusinow@debian.org>
23598Date:   Tue Oct 9 22:11:58 2007 -0400
23599
23600    Use the best guess heuristic as a fallback for autoloading
23601    
23602    This prevents breaking the current behavior
23603
23604commit 847fbbf4d25132e6c1f99fcf82fe757dbca94a34
23605Author: David Nusinow <dnusinow@debian.org>
23606Date:   Tue Oct 9 22:07:49 2007 -0400
23607
23608    Fix autoloading of drivers for pci-rework
23609
23610commit 6033d8150be3a115b90226eaa42f237bb0cf3369
23611Author: David Nusinow <dnusinow@debian.org>
23612Date:   Tue Oct 9 21:17:27 2007 -0400
23613
23614    First pass at improved video driver autoloading
23615    
23616    This is what we're currently shipping in Debian. Enables the ability for
23617    drivers to ship a text file listing PCI ID's they support, and have the
23618    server read them on startup when no driver is specified. This works, but
23619    isn't the final solution.
23620
23621commit 81d7b81146224f2b83278f5e21b3f9a36f30bd56
23622Author: David Nusinow <dnusinow@debian.org>
23623Date:   Sat Aug 25 15:00:30 2007 -0400
23624
23625    Load intel instead of i810 when autoconfiguring
23626
23627commit fdef7be5c8d5989e0aa453d0a5b86d0a6952e960
23628Author: Alan Coopersmith <alan.coopersmith@sun.com>
23629Date:   Tue Oct 9 18:44:04 2007 -0700
23630
23631    Sun bug 6589829: include zoneid of shm segment in access policy for MIT-SHM
23632    
23633    <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6589829>
23634    <http://www.opensolaris.org/os/community/arc/caselog/2007/500/>
23635
23636commit 49c8285e38e0e71c9ea43df63add08a4f2564ed1
23637Author: Christian Weisgerber <naddy@freebsd.org>
23638Date:   Tue Oct 9 15:25:16 2007 -0700
23639
23640    FreeBSD/alpha server build requires libio (missed in modularization).
23641
23642commit 042e16458b751ad0fcfa1ebbdd74d7d48036b22a
23643Author: Peter Hutterer <peter@cs.unisa.edu.au>
23644Date:   Tue Oct 9 23:07:51 2007 +0930
23645
23646    dix: change a few inputInfo.keyboard over to PickKeyboard()
23647
23648commit 6aab6a6e2ae0ef5fdedae09cf2cdc86f382e3a8a
23649Author: Dodji Seketeli <dodji@openedhand.com>
23650Date:   Mon Oct 8 13:25:38 2007 +0200
23651
23652    EXA: dude, don't validation driver hooks twice !
23653
23654commit d42909b23a9be64a26aa349c1d6dcd8b228bffa7
23655Author: Peter Hutterer <peter@cs.unisa.edu.au>
23656Date:   Fri Oct 5 13:04:10 2007 +0930
23657
23658    dix: when disabling a device, make sure all paired devices are re-paired.
23659    
23660    We re-pair them with the VCP, not a real device! If we would do otherwise,
23661    somebody may change our keyboard focus and thus get us typing where we don't
23662    want to type.
23663
23664commit ff2351246da30b56a3a8f90654993c41b8eb3921
23665Author: Peter Hutterer <peter@cs.unisa.edu.au>
23666Date:   Fri Oct 5 12:19:03 2007 +0930
23667
23668    dix: When pairing, only check for access right if client is set.
23669    
23670    If the pairing client is not set, then the pairing is initiated internally
23671    (e.g. when a new keyboard device is configured). In this case we _must_ pair
23672    regardless of who is the pairing client.
23673
23674commit 4611f9568cdadf9c00f4b7ca4c77c8c6f07e94f8
23675Merge: ab11bad 3549a12
23676Author: Dodji Seketeli <dodji@openedhand.com>
23677Date:   Thu Oct 4 13:07:50 2007 +0200
23678
23679    updated from 'master'
23680
23681commit ab11bad54707941eb41be62c025b983760ce3900
23682Author: Dodji Seketeli <dodji@openedhand.com>
23683Date:   Thu Oct 4 13:05:29 2007 +0200
23684
23685    Xephyr: remove a potential crasher
23686    
23687    	* hw/kdrive/ephyr/hostx.c:
23688    	  (hostx_has_dri): be more defensive.
23689
23690commit 06c8977966e76255ce7798f4839ef6e3530264a8
23691Author: Dodji Seketeli <dodji@openedhand.com>
23692Date:   Thu Oct 4 13:01:24 2007 +0200
23693
23694    Xephyr: better handling of the -nodri option
23695    
23696            * hw/kdrive/ephyr/ephyr.c:
23697              (ephyrInitScreen): try and detect when the host has no
23698              DRI support. In that case, switch to the -nodri behaviour.
23699              When in the -nodri case, make sure not to skip glx visual
23700              initialisation.
23701
23702commit ea94f59e9b8824b1a638c63e06ca16f0efd43869
23703Author: Dodji Seketeli <dodji@openedhand.com>
23704Date:   Thu Oct 4 12:54:26 2007 +0200
23705
23706    Xephyr: don't disable glx visual init by default
23707    
23708            * hw/kdrive/ephyr/ephyrinit.c:
23709              (ddxProcessArgument): disabling visual init here
23710              is bad because it gets disabled even when we want
23711              to use software GL, leading to Xephyr :1 -nodri
23712              crashing in mesa.
23713
23714commit a7f210e6fcda14eae4de64186904c6c676c758ee
23715Author: Dodji Seketeli <dodji@openedhand.com>
23716Date:   Thu Oct 4 12:51:08 2007 +0200
23717
23718    Xephyr: fix a compiler warning
23719
23720commit 5d6eac1251f1e17baa74d0893bb225b775e8ec2e
23721Author: Dodji Seketeli <dodji@openedhand.com>
23722Date:   Thu Oct 4 12:47:05 2007 +0200
23723
23724    Xephyr: remove an unused variable
23725
23726commit 8018733c39c283a931df424dcfd11e7aefbcd8cf
23727Author: Dodji Seketeli <dodji@openedhand.com>
23728Date:   Thu Oct 4 12:06:19 2007 +0200
23729
23730    Xephyr: better compilation without GLX
23731    
23732    	* hw/kdrive/ephyr/ephyrinit.c: protect GLX related code with GLXEXT
23733    	  macro
23734
23735commit 3549a1282365e69e70c7c2546cfa7d25923cce31
23736Author: Michel Dänzer <michel@tungstengraphics.com>
23737Date:   Thu Oct 4 11:38:01 2007 +0200
23738
23739    EXA: Disable 1x1 pixmap fill optimization for drivers that handle pixmaps.
23740    
23741    This reverts commit 1365aeff5499a051375e43a9fcbf54733ac93929.
23742    
23743    It defeated the optimization for drivers that don't provide a CreatePixmap
23744    hook. The optimization makes no sense for drivers that do anyway, so disable
23745    it for them completely.
23746
23747commit 604ebb5a6de372e6a8a96e0ee997db7929126860
23748Merge: 1365aef 4ba76a7
23749Author: Dodji Seketeli <dodji@openedhand.com>
23750Date:   Wed Oct 3 16:13:16 2007 +0200
23751
23752    Merge Xephyr-XV/GL stuff into master
23753
23754commit 4ba76a7e2b62d26f43c0e670de571afb75ec92f4
23755Author: Dodji Seketeli <dodji@openedhand.com>
23756Date:   Wed Oct 3 13:03:34 2007 +0200
23757
23758    Xephyr: port XV/GL stuff of the new multiscreen architecture
23759    
23760            We can now launch GL or XV apps in any of the
23761            Xephyr screens we want.
23762    
23763    	* hw/kdrive/ephyr/hostx.c,h:
23764    	 (hostx_get_window):
23765    	 (hostx_create_window): make these functions be screen
23766    	 number aware.
23767    	* hw/kdrive/ephyr/XF86dri.c : fix some compiler warnings.
23768    	* hw/kdrive/ephyr/ephyrdri.c:
23769    	 (ephyrDRIQueryDirectRenderingCapable),
23770    	 (ephyrDRIOpenConnection),
23771    	 (ephyrDRIAuthConnection),
23772    	 (ephyrDRICloseConnection),
23773    	 (ephyrDRIGetClientDriverName),
23774    	 (ephyrDRICreateContext),
23775    	 (ephyrDRIDestroyContext),
23776    	 (ephyrDRICreateDrawable),
23777    	 (ephyrDRIGetDrawableInfo),
23778    	 (ephyrDRIGetDeviceInfo): in all those functions, don't forward
23779    	 the screen number we receive - from the client - to the host X.
23780    	 We (Xephyr) are always targetting the same X display screen, which is
23781    	 the one Xephyr got launched against. So we enforce that in the code.
23782    	* hw/kdrive/ephyr/ephyrdriext.c:
23783    	 (EphyrMirrorHostVisuals): make this duplicate the visuals of the host X
23784    	  default screen into a given Xephyr screen. This way we have a chance
23785    	  to update the visuals of all Xephyr screen to make them mirror those
23786    	  of the host X.
23787    	 (many other places): specify screen number where required by the api
23788    	 change in hostx.h.
23789    	* hw/kdrive/ephyr/ephyrglxext.c: specify screen number where required
23790    	 by the api change in hostx.h
23791    	* hw/kdrive/ephyr/ephyrhostglx.c: don't forward the screen number we
23792    	  receive - from the client - to the host X.
23793    	  We (Xephyr) are always targetting the same
23794    	  X display screen, which is
23795    	 the one Xephyr got launched against. So we enforce that in the code.
23796    	* hw/kdrive/ephyr/ephyrhostvideo.c,h: take in account the screen number received
23797    	  from the client app. This is useful to know on which Xephyr screen we
23798    	  need to display video stuff.
23799    	* hw/kdrive/ephyr/ephyrvideo.c: update this to reflect the API change
23800    	  in hw/kdrive/ephyr/ephyrhostvideo.h.
23801    	  (ephyrSetPortAttribute): when parameters are not valid
23802    	   - they exceed their validity range - send them to the host anyway
23803    	   and do not return an error to clients.
23804    	  Some host expose buggy validity range, so rejecting client for that
23805    	  is too harsh.
23806
23807commit ab88cb8d2e7c1410f9ed2be928b38f176b132e11
23808Author: Peter Hutterer <peter@cs.unisa.edu.au>
23809Date:   Wed Oct 3 18:08:33 2007 +0930
23810
23811    Xext: add missing geint.h to Makefile.am (un-breaks make dist)
23812
23813commit 9f2b493e34e93881101f31e631901d3fe56da4f0
23814Author: Peter Hutterer <peter@cs.unisa.edu.au>
23815Date:   Thu Sep 27 15:35:41 2007 +0930
23816
23817    xkb: remove some warning comments.
23818    
23819    Obsolete with 340911d7243a7f1095d79b5b2dcfa81b145c2474.
23820
23821commit 1eebb03a3190947a8102f2ddc73766cf98d34c84
23822Author: Peter Hutterer <peter@cs.unisa.edu.au>
23823Date:   Wed Oct 3 15:18:17 2007 +0930
23824
23825    dix: ignore passive grab if the client already has a grab on the device.
23826    
23827    In some cases a button press may activate a passive core grab. If the client
23828    owning the passive grab already has a core grab on another device, don't
23829    actually activate it. Otherwise the client gets two simultaneous passive
23830    core grabs, and may never ungrab the device again (only if the other grab uses
23831    GrabModeSync).
23832    
23833    Reproducable: fire up gnome-session, open up gnome-terminal. Click with the
23834    ClientPointer onto the window decoration, then click with another pointer onto
23835    an application icon in the panel. Drag the icon out, release the button and
23836    voila - you just lost your second mouse.
23837
23838commit 0b485067823620b5dbd9ef2b3e13bd35ad5a4410
23839Author: Peter Hutterer <peter@cs.unisa.edu.au>
23840Date:   Wed Oct 3 14:22:55 2007 +0930
23841
23842    dix: send NotifyGrab/NotifyUngrab focus events regardless of semaphore state.
23843    
23844    This is just papering over a problem. The whole focus system needs to be
23845    revised.
23846
23847commit 05106ac9839102c0e4a3ce5d9d83d19abf129f8a
23848Author: Peter Hutterer <peter@cs.unisa.edu.au>
23849Date:   Wed Oct 3 11:33:10 2007 +0930
23850
23851    dix: change Enter/Leave semaphore handling to accommodate for NotifyGrab.
23852    
23853    This is a half-assed attempt at getting rid of some enter-leave problems. When
23854    a grab is activated, the events didn't get sent before, leading to interesting
23855    results. This commit papers over it but doesn't actually fix it properly. The
23856    whole enter/leave (focusin/out) structure needs to be ripped out and changed
23857    for multiple devices.
23858
23859commit 1365aeff5499a051375e43a9fcbf54733ac93929
23860Author: Dave Airlie <airlied@redhat.com>
23861Date:   Wed Oct 3 12:00:16 2007 +1000
23862
23863    exa: direct access to the pixmap sys ptr is bad if the pixmap isn't mapped
23864
23865commit 566dd3b7d789ba60d0adf33b3f729cfb02ff33cd
23866Author: Dave Airlie <airlied@redhat.com>
23867Date:   Wed Oct 3 11:59:52 2007 +1000
23868
23869    exa: add new flags to denote driver handles all pixmap migration/hiding
23870
23871commit 1df1fee82d3565f6d8cfb91ce25a81c23a10a4b5
23872Author: Dave Airlie <airlied@redhat.com>
23873Date:   Wed Oct 3 11:56:04 2007 +1000
23874
23875    exa: make sure we set fb_ptr to NULL
23876
23877commit a358b87f45ce75e5d013fc904a07dfe394f74387
23878Author: Eric Anholt <eric@anholt.net>
23879Date:   Tue Oct 2 13:13:51 2007 -0700
23880
23881    Just link against libcrypto instead of relying on openssl pkg-config.
23882    
23883    Also fix incorrect library inclusion by kdrive which broke the build.
23884
23885commit 439edc768eea17667846ce573c843b8377e0dfb4
23886Merge: c8ccf46 93ae6fe
23887Author: Eric Anholt <eric@anholt.net>
23888Date:   Tue Oct 2 12:14:04 2007 -0700
23889
23890    Merge branch 'glyph-pixmaps'
23891    
23892    Conflicts:
23893    
23894    	configure.ac
23895    	exa/exa_render.c
23896
23897commit 59cebcd2e9302d15a52588ecafbbc2d2c5ae3a6c
23898Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
23899Date:   Tue Oct 2 13:39:25 2007 -0400
23900
23901    xace: add creation hook for new input devices.
23902    
23903    Unfortunately, more information is needed to properly label the device.
23904    This will come from the configuration file, the hotplug messages, etc.
23905    It will either have to be passed into this function,
23906    or this hook moved down into the callers.
23907
23908commit b77d272d7555c1e0f176ee74b8717030a6d6c7b0
23909Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
23910Date:   Tue Oct 2 13:21:53 2007 -0400
23911
23912    xace: add hooks + new access codes: XTEST extension
23913
23914commit c8ccf469dcb2d7609b23faa8b4999c436263051e
23915Author: Keith Packard <keithp@koto.keithp.com>
23916Date:   Tue Oct 2 08:59:40 2007 -0700
23917
23918    Do not build hw/xfree86/os-support/bus/ix86Pci.c on Linux.
23919    
23920    Linux has custom PCI bus support functions, so this generic code is
23921    unnecessary.
23922
23923commit dcb4db1bf5b6fcfaed4e7162eb6c7a3a509e14bd
23924Author: Dodji Seketeli <dodji@openedhand.com>
23925Date:   Wed Sep 19 15:46:09 2007 +0200
23926
23927    Xephyr: glx fixlet
23928    
23929    	* hw/kdrive/ephyr/ephyrhostglx.c:
23930    	  (ephyrHostGLXQueryVersion): properly query
23931    	  the host for its gxl version.
23932
23933commit 6a435b00003fb00930299a0e0810c93afc23a72e
23934Author: Dodji Seketeli <dodji@openedhand.com>
23935Date:   Wed Sep 19 15:35:51 2007 +0200
23936
23937    Xephyr: check presence of extensions in host X
23938    
23939    	* hw/kdrive/ephyr/hostx.c,h:
23940    	  (hostx_has_xshape),
23941    	  (hostx_has_glx),
23942    	  (hostx_has_dri): added these new entry points
23943    	* hw/kdrive/ephyr/ephyrdriext.c:
23944    	  (ephyrDRIExtensionInit):
23945    	  check presence of DRI and XShape extensions before
23946    	  trying to use them.
23947    	* hw/kdrive/ephyr/ephyrglxext.c:
23948    	  (ephyrHijackGLXExtension):
23949    	  check presence of glx extension before we use it.
23950
23951commit 2b217fc055300d4c709dd27c4e8ec8166183993b
23952Author: Dodji Seketeli <dodji@openedhand.com>
23953Date:   Wed Sep 19 15:00:43 2007 +0200
23954
23955    Xephyr: cleanup XF86dri.c a bit
23956
23957commit f731b9da7dbafad50dd5a1e8da28ce86ffab19b7
23958Author: Dodji Seketeli <dodji@openedhand.com>
23959Date:   Tue Sep 18 18:41:18 2007 +0200
23960
23961    Xephyr: add -nodri and -noxv switches.
23962    
23963    	* hw/kdrive/ephyr/ephyr.c,ephyrinit.c::
23964    	  add -nodri and -noxv to disable either DRI or XV.
23965    	  When -nodri, mesa GL (non acceleretated) works.
23966
23967commit 50674391388b3cfe987782a3ad81b4f240f3db67
23968Author: Dodji Seketeli <dodji@openedhand.com>
23969Date:   Tue Sep 18 18:37:49 2007 +0200
23970
23971    Kdrive: use fbcmap_mi.c instead of fbcmap.c
23972    
23973    	* hw/kdrive/src/Makefile.am: use fb/fbcmap_mi.c
23974    	  and not fb/fbcmap.c. This allows kdrive to take advantage of
23975    	  extensions redefining the entry points of  micmap.c stuff.
23976    	  For instance it allows Xephyr to have a working GL, which is not
23977    	  possible otherwise, because GL redefines mInitVisualsProc
23978    	  to initialise its visuals.
23979
23980commit a5bd536869f646e4024befa84f6e677b990310bc
23981Author: Dodji Seketeli <dodji@openedhand.com>
23982Date:   Tue Sep 18 18:28:25 2007 +0200
23983
23984    fbcmap_mi.c: add a missing api
23985    
23986            * fb/fbcmap_mi.c:
23987             (fbSetVisualTypesAndMasks): added this entry point that was missing.
23988             This is useful so that servers using this entry point can use fbcmap_mi.c,
23989             and be obliged to stick to fbcmap.c. Note that fbcmap.c does implement this
23990             entry point. Up to now, kdrive based server could not use fbcmap_mi.c because this
23991             entry point was missing. The will allow Xephyr to properly use GL.
23992
23993commit 6307ee77091041af2d34e93bc164352d4438a808
23994Author: Dodji Seketeli <dodji@openedhand.com>
23995Date:   Tue Sep 18 18:22:44 2007 +0200
23996
23997    GLX: allow skipping of visual init wrapping
23998    
23999    	* GL/glx/glxvisuals.c: added boolean to disable
24000    	  calling init_visuals(). This gives a chance to Xephyr
24001    	  to take over visuals manipulation and avoid a crash at
24002    	  server shutdown in __glXMesaScreenDestroy(), due to the fact
24003    	  that mesa might sees more visual than what it has actually created in
24004    	  init_visuals(). It might see more visuals because Xephyr can augment
24005    	  the number of visuals, dynamically.
24006    	* os/utils.c: the boolean is actually defined here.
24007
24008commit ffe9ce6a843443606ad9367eca1645bf5e0635e5
24009Author: Dodji Seketeli <dodji@openedhand.com>
24010Date:   Mon Sep 17 22:13:51 2007 +0200
24011
24012    Xephyr: fix a clipping issue xephyr-dri
24013    
24014    	* hw/kdrive/ephyr/ephyrdri.c:
24015    	  (ephyrDRIGetDrawableInfo): force the back clipping rects
24016    	  to equal the front clipping rects.
24017    	* hw/kdrive/ephyr/ephyrdriext.c:
24018    	  (ProcXF86DRIGetDrawableInfo): properly overclip the clipping rects we
24019    	   got from the client. This bug fixes a clipping rect that was too
24020    	   small in height, basically. Also fix a possible mem corruption.
24021    	* hw/kdrive/ephyr/hostx.c:
24022    	  (hostx_set_window_geometry): remove a useless XSync
24023
24024commit 79782726617d4b5a4f9b376f21936d035fc870e1
24025Author: Dodji Seketeli <dodji@openedhand.com>
24026Date:   Mon Sep 17 18:15:03 2007 +0200
24027
24028    Xephyr: properly clip GL drawables in Xephyr
24029
24030commit 3816d64e50a59e0ef276ddd6cb250cab98a49392
24031Author: Dodji Seketeli <dodji@seketeli.org>
24032Date:   Sun Sep 9 15:20:51 2007 +0200
24033
24034    Xephyr: oops, forgot to add ephyrdriext.h
24035
24036commit cf58781eee7d91a3bbca701a2c4523a36f8e0abb
24037Author: Dodji Seketeli <dodji@openedhand.com>
24038Date:   Sat Sep 8 00:33:59 2007 +0200
24039
24040    Xephyr: make accelerated glxgears work in Xephyr
24041    
24042    	* hw/kdrive/ephyr/ephyr.c:
24043    	 (ephyrInitialize): cleanup ephyrDRI extension init.
24044    	 remove functions that belongs in ephyrdriext.c .
24045    	* hw/kdrive/ephyr/ephyrdri.c:
24046    	 (ephyrDRICreateDrawable): create the drawable on the host X peer
24047    	  window, not on the host xephyr main window.
24048    	 (ephyrDRIGetDrawableInfo): get drawable info of the host X peer
24049    	  window.
24050    	* hw/kdrive/ephyr/ephyrdriext.c: make ephyr DRI extention wrap
24051    	  a bunch of screen ops so that it can update the host X peer
24052    	  window whenever DRI bound drawable are moved in Xephyr.
24053    	  Also code the building blocks of the management of the
24054    	  host X window peer.
24055    	* hw/kdrive/ephyr/hostx.c,h:
24056    	  (hostx_create_window): added this new entry point
24057    	  (hostx_destroy_window): ditto
24058    	  ()hostx_set_window_geometry): ditto
24059
24060commit 6d1e44d3d53b451d466d43197be589d0ecc4b9f6
24061Author: Dodji Seketeli <dodji@openedhand.com>
24062Date:   Tue Sep 4 18:28:16 2007 +0200
24063
24064    Xephyr: fix a host X hang.
24065    
24066    	* hw/kdrive/ephyr/ephyrdri.c:
24067    	  (ephyrDRIGetDrawableInfo): quickly hook
24068    	  this into getting the drawable info from the host
24069    	  X server. For the time being, this only gets the drawable info
24070    	  of the Xephyr main window in the host. It should really get
24071    	  the info of a the peer drawable in the host X. So there should be a
24072    	  peer drawable to begin with.
24073    	* hw/kdrive/ephyr/ephyrdriext.c:
24074    	  (ProcXF86DRIGetDrawableInfo): some cleanups. Properly get the
24075              the drawable info otherwise there is a host X hang.
24076    	* hw/kdrive/ephyr/ephyrhostglx.c: do not
24077    	  (ephyrHostGLXQueryVersion): do not use C bindings of the glx protocol
24078    	   calls. Some of those actually access DRI context directly, resulting
24079    	   in the context having three clients. Instead all XF86DRI proto
24080    	   fowarding request should be coded by hand and only forward the
24081    	   protocol requests
24082
24083commit a39b57d2f784f14e3198c8506f5eb865bacc2440
24084Author: Dodji Seketeli <dodji@openedhand.com>
24085Date:   Fri Aug 31 16:53:18 2007 +0200
24086
24087    Xephyr: add more logging to GLX forwarding
24088    
24089    	* hw/kdrive/ephyr/ephyrhostglx.c: added more logging.
24090
24091commit 9e192d2118246ad715e23cf5626a038274eb1eaa
24092Author: Dodji Seketeli <dodji@openedhand.com>
24093Date:   Fri Aug 31 14:43:39 2007 +0200
24094
24095    Xephyr: better error handling in GLX forwarding
24096    
24097    	* hw/kdrive/ephyr/ephyrglxext.c:
24098    	  fixed various logging functions
24099    	  (ephyrGLXGetStringReal): make sure all the string is sent to clients
24100    	  including the ending zero.
24101    	* hw/kdrive/ephyr/ephyrhostglx.c:
24102    	  (ephyrHostGLXGetStringFromServer): better error handling.
24103    	  (ephyrHostGLXSendClientInfo): ditto.
24104    	  (ephyrHostGLXMakeCurrent): ditto
24105
24106commit 4dd4be99df38b70d43b02d9cb19e09e0ed94462b
24107Author: Dodji Seketeli <dodji@seketeli.org>
24108Date:   Thu Aug 30 23:54:49 2007 +0200
24109
24110    Xephyr: Make glxinfo work on the ATI R200 free driver.
24111    
24112    	* hw/kdrive/ephyr/ephyr.c:
24113    	  (EphyrDuplicateVisual): when duplicating the
24114    	  visual, copy the color component masks and the class
24115    	  from the hostX
24116    	  (EphyrMirrorHostVisuals): don't mix blue and green mask.
24117    	* hw/kdrive/ephyr/ephyrdri.c: add more logs.
24118    	  (ephyrDRICreateDrawable): actually implement this.
24119    	  for the moment it creates a DRI drawable for the hostX window,
24120    	  no matter what drawable this call was issued for.
24121    	  (ephyrDRIGetDrawableInfo): actually implemented this.
24122    	  for the moment the drawable info queried for its attrs is the
24123    	  Xephyr main main window.
24124    	* hw/kdrive/ephyr/ephyrdriext.c:
24125    	  (ProcXF86DRIGetDrawableInfo): properly hook this dispatch
24126    	  function to the ephyrDRIGetDrawableInfo() function.
24127    	* hw/kdrive/ephyr/ephyrglxext.c: add a bunch of GLX implementation hooks
24128    	  here. Hijack some of the xserver GLX hooks with them. Still need to
24129    	  properly support byteswapped clients though.
24130    	* hw/kdrive/ephyr/ephyrhostglx.c,h: actually implemented the protocol
24131    	  level forwarding functions used by the GLX entr points in
24132    	  ephyrglxext.c. Here as well, there are a bunch of them, but we are
24133    	  far from having implemented all the GLX calls.
24134    	* hw/kdrive/ephyr/hostx.c,h:
24135    	  (hostx_get_window_attributes): added this new entry point
24136    	  (hostx_allocate_resource_id_peer): added this to keep track of
24137    	   resource IDs peers: one member of the peer is in Xephyr, the other
24138    	   is in host X.
24139    	  (hostx_get_resource_id_peer): ditto.
24140
24141commit 8c78df0ea36abc7d46c4f59670289f4280f75507
24142Author: Dodji Seketeli <dodji@seketeli.org>
24143Date:   Thu Aug 30 22:31:47 2007 +0200
24144
24145    Xserver: fix potential crash
24146    
24147    	* dix/extension.c:
24148    	  (AddExtensionAlias): don't crash when failed to add
24149    	  extension alias.
24150
24151commit 024abe825cd702334266f6b8da289907bbd05970
24152Author: Dodji Seketeli <dodji@seketeli.org>
24153Date:   Tue Aug 28 15:59:45 2007 +0200
24154
24155    Xephyr: add logging in the DRI extension
24156
24157commit 1dd589410c6c5e8b62b4d15ec681b01452ec68c6
24158Author: Dodji Seketeli <dodji@seketeli.org>
24159Date:   Tue Aug 28 15:58:55 2007 +0200
24160
24161    mirror the visuals of the host X at startup.
24162    
24163    	* hw/kdrive/ephyr/ephyr.c: make Xephyr mirror
24164    	  the visuals of the host X upon startup. This
24165    	  is important for GLX client apps.
24166    	* hw/kdrive/ephyr/hostx.c,h: add a hostx_get_visuals_info()
24167    	  to get the visuals of the host X.
24168
24169commit 26da625055a3876c93a7a005520657b971748c4e
24170Author: Dodji Seketeli <dodji@seketeli.org>
24171Date:   Tue Aug 28 15:55:05 2007 +0200
24172
24173    proxy the glXGetFBConfigSGIX call
24174    
24175    	* hw/kdrive/ephyr/ephyrglxext.c:
24176    	  (ephyrGLXGetFBConfigsSGIX): proxy the GLXGetFBConfigsSGIX call.
24177    	  It is a vendor extension to get the visual configs as a list of
24178    	  name/value pairs.
24179    	  (ephyrHijackGLXExtension): hijack the VendorPriv_dispatch_info
24180    	  dispatch table to register our implementation of GLXGetFBConfigsSGIX
24181    	  (ephyrGLXGetFBConfigsSGIXReal): added this where the real
24182    	   implementation of GLXGetFBConfigsSGIX is. It support bytes swapping.
24183    	  (ephyrGLXGetFBConfigsSGIX,ephyrGLXGetFBConfigsSGIXSwap): these are
24184    	  the dispatch entry points. They just call
24185    	  ephyrGLXGetFBConfigsSGIXReal.
24186    	* hw/kdrive/ephyr/ephyrhostglx.c,h: reorganize the proxies to get
24187    	  visual params from the host so that they clearly support the different
24188    	  methods of doing so.
24189
24190commit 5af73f98c46dfe5640185ca90feb20c39c6e06fa
24191Author: Dodji Seketeli <dodji@seketeli.org>
24192Date:   Fri Aug 24 16:30:50 2007 +0200
24193
24194    EPHYR: Add an experiment proto proxy extension.
24195    
24196    	* hw/kdrive/ephyr/Makefile.am: add the proxy extension to
24197    	  ephyr. The proxy extension is an experimental extension that
24198    	  forwards protocol packets targeted at a given extension to the
24199    	  host X.
24200    	* hw/kdrive/ephyr/ephyr.c: init proxy ext.
24201    	* hw/kdrive/ephyr/ephyrhostproxy.c,h: added this new file as part of the
24202    	  proxy extension.
24203    	* hw/kdrive/ephyr/ephyrproxyext.c,h: ditto
24204    	* hw/kdrive/ephyr/hostx.c: add the hostx_get_get_extension_info() entry
24205    	  point.
24206
24207commit c06fa924b4781a35b86e4a78d95ff3e9d95b02d1
24208Author: Dodji Seketeli <dodji@seketeli.org>
24209Date:   Thu Aug 23 11:53:02 2007 +0200
24210
24211    XEPHYR: more GLX/DRI proxying work.
24212    
24213    	* hw/kdrive/ephyr/XF86dri.c: re format this correctly.
24214    	  Make function decls honour the Ansi-C standard.
24215    	* hw/kdrive/ephyr/ephyr.c: protect glx/dri related
24216    	  extension initialisation with the XEPHYR_DRI
24217    	  macro. Initialize the GLX ext hijacking
24218    	  at startup.
24219    	* hw/kdrive/ephyr/ephyrdri.c: add more logging to ease debugging
24220    	* hw/kdrive/ephyr/ephyrdriext.c: ditto. reformat.
24221    	* hw/kdrive/ephyr/ephyrglxext.c,h: add this extension to
24222    	  proxy GLX requests to the host X. started to proxy those nedded to
24223    	  make glxinfo work with fglrx. Not yet finished.
24224    	* hw/kdrive/ephyr/ephyrhostglx.c,h: put here the actual
24225    	  Xlib code used to hit the host X server because Xlib stuff cannot be
24226    	  mixed with xserver internal code, otherwise compilation erros due to
24227    	  type clashes happen. So no Xlib type should be exported by the
24228    	  entrypoints defined here.
24229
24230commit 0b8545144975bf7ed43c2564d01c697144eb1244
24231Author: Dodji Seketeli <dodji@seketeli.org>
24232Date:   Thu Aug 16 17:30:13 2007 +0200
24233
24234    Implement ReputImage and StopVideo
24235    
24236    	* hw/kdrive/ephyr/ephyrhostvideo.c/h:
24237    	  (ephyrHostXVStopVideo): add this entry point.
24238    	* hw/kdrive/ephyr/ephyrvideo.c:
24239    	  Basically add ReputImage and StopVideo implementations.
24240    	  Now, when other windows obscur the video window, the reclipping
24241    	  seems to be well handled using StopVideo and ReputImage.
24242    	  To do this, I was obliged to save the frame in PutImage, so
24243    	  that I could resend it un ReputImage.
24244
24245commit 810dc55866d1c2343512354646c7ab309ea1fad2
24246Author: Dodji Seketeli <dodji@seketeli.org>
24247Date:   Thu Aug 16 17:11:22 2007 +0200
24248
24249    Ephyr-Xv: add a new line to a log
24250    
24251    	* hw/kdrive/ephyr/ephyrvideo.c:
24252    	  (ephyrQueryImageAttributes): add newline to log.
24253
24254commit 47e6dff89e48249828e828502e98951eee7f85bc
24255Author: Dodji Seketeli <dodji@seketeli.org>
24256Date:   Thu Aug 16 17:07:36 2007 +0200
24257
24258    Xephyr-Xv: fix a crash when host X support several ports
24259    
24260    	* hw/kdrive/ephyr/ephyrvideo.c:
24261    	  (ephyrXVPrivQueryHostAdaptors): properly set
24262    	  port private luke. This fixes a crash when
24263    	  the host Xv supports multiple ports.
24264    	  Make sure number of ports cannot be zero.
24265
24266commit a38ad562a6f50e9d76a37917b936035215ea460e
24267Author: Dodji Seketeli <dodji@seketeli.org>
24268Date:   Wed Aug 15 19:40:10 2007 +0200
24269
24270    make xephyr talk DRI protocol with hostX
24271    
24272    	* configure.ac,include/dix-config.h.in: define the XEPHYR_DRI macro.
24273    	  define it when --enable-xephyr and --enable-dri are both turned on.
24274    	* hw/kdrive/ephyr/XF86dri.c: copy this from mesa source to enable
24275    	  Xephyr to talk DRI protocol the host X. In mesa, this is used by libGL.so to
24276    	  talk DRI protocol with the server.
24277    	* hw/kdrive/ephyr/ephyr.c: finally initialise the DRI extension
24278    	  in the ephyrInitScreen() function.
24279    	* hw/kdrive/ephyr/ephyrdri.c,ephyrdriext.c: safeguard the compilation
24280    	  using the XEPHYR_DRI macro.
24281
24282commit e4239a48075c77e6a8d2d5cb21f58dd67687482f
24283Author: Dodji Seketeli <dodji@openedhand.com>
24284Date:   Tue Aug 14 22:48:41 2007 +0200
24285
24286    Initial dri forwarding big bricks.
24287    
24288    	* hw/kdrive/ephyr/ephyrdriext.c: added this to implement a DRI extension
24289    	  into Xephyr. Normally the DRI extension is only present in the
24290    	  xfree86 server, but I have ported it to Xephyr. The extension calls
24291    	  functions that declared/defined in ephyrdri.h ephyrdri.c that
24292    	  forwards the DRI calls to the host X. It does not work yet, as this
24293    	  entry is just to put the big bricks in place.
24294    	* hw/kdrive/ephyr/ephyrdri.c,h: declaration & definition of the
24295    	  DRI client API that would hit the hostX server.
24296    	* hw/kdrive/ephyr/GL/internal/dri_interface.h: added this, otherwise
24297    	  inclusion of /usr/include/X11/dri/xf86dri.h won't compile
24298
24299commit e01d3dd98d1b596e75d25f94dd89c7d41223011d
24300Author: Dodji Seketeli <dodji@openedhand.com>
24301Date:   Thu Aug 9 10:55:10 2007 +0200
24302
24303    Support clipping region in PutImage.
24304    
24305    	* hw/kdrive/ephyr/ephyrhostvideo.c,h:
24306    	  (ephyrHostXVPutImage): make this support clipping region.
24307    	  The clipping region is propagated to host using XSetClipRectangles.
24308    	  This changes the API of ephyrHostXVPutImage.
24309    	* hw/kdrive/ephyr/ephyrvideo.c:
24310    	  (ephyrPutImage): propagate the clipping region to the new
24311    	  ephyrHostXVPutImage() entry point.
24312
24313commit 39d3895469f07304d72800d8dcef6c7732f13d5f
24314Author: Dodji Seketeli <dodji@openedhand.com>
24315Date:   Wed Aug 8 14:27:32 2007 +0200
24316
24317    make EphyrXVPriv be a singleton
24318    
24319    	* hw/kdrive/ephyr/ephyrvideo.c:
24320    	  (ephyrInitVideo) make the EphyrXVPriv object be a
24321    	   singleton instance, otherwise a new object is created at each
24322    	   generation.
24323
24324commit 4ed083095a13ec92bb4c8e705f26500f8312c138
24325Author: Dodji Seketeli <dodji@openedhand.com>
24326Date:   Tue Aug 7 14:16:13 2007 +0200
24327
24328    add [Get/Put]Video and [Get/Put]Still support
24329    
24330    	* hw/kdrive/ephyr/ephyrhostvideo.c,h:
24331    	  (ephyrHostXVAdaptorHasXXX): fix these.
24332    	  (ephyrHostXVAdaptorHasGetVideo): added this
24333    	  (ephyrHostXVAdaptorHasGetStill): ditto
24334    	  (ephyrHostXVPutVideo): added this
24335    	  (ephyrHostXVGetVideo): ditto
24336    	  (ephyrHostXVPutStill): ditto
24337    	  (ephyrHostXVGetStill): ditto
24338    	* hw/kdrive/ephyr/ephyrvideo.c:
24339    	  (ephyrPutVideo): implement this
24340    	  (ephyrGetVideo): ditto
24341    	  (ephyrPutStill): ditto
24342    	  (ephyrGetStill): ditto
24343    	  (ephyrXVPrivSetAdaptorsHooks): advertise GetVideo and GetStill
24344    	  when the host X supports it.
24345
24346commit 6f7961bc218169aaa0d10cfad0952adb7fac2f00
24347Author: Dodji Seketeli <dodji@openedhand.com>
24348Date:   Mon Aug 6 18:38:54 2007 +0200
24349
24350    advertise only the hooks implemented by host X
24351    
24352            * hw/kdrive/ephyr/ephyrhostvideo.c,h:
24353              (ephyrHostXVAdaptorHasPutVideo): detect if
24354              host X has the PutVideo call.
24355              (ephyrHostXVAdaptorHasPutStill): detect if
24356              host X has the PutStill call
24357              (ephyrHostXVAdaptorHasPutImage): detect if
24358              host X has the PutImage call
24359            * hw/kdrive/ephyr/ephyrvideo.c:
24360              (ephyrXVPrivQueryHostAdaptors): make sure to create
24361              atoms for attribute names otherwise subsequent
24362              calls to get/set attribute from clients won't work.
24363              (ephyrXVPrivSetAdaptorsHooks): don't hardwire advertising
24364              of the PutImage call. Instead, advertise the calls advertised
24365              by the host.
24366
24367commit 1de89239bdfa68ded2ef25fbb7d08369f527f7a9
24368Author: Dodji Seketeli <dodji@openedhand.com>
24369Date:   Sat Aug 4 01:13:38 2007 +0200
24370
24371    don't crash when hostX reports an error.
24372    
24373            * hw/kdrive/ephyr/ephyrhostvideo.c,h:
24374              (ephyrHostXVLogXErrorEvent): add this to
24375              log X error events. Heavily copied from libx11
24376              (ephyrHostXVErrorHandler): new x error handler that
24377              logs the error but does not exits.
24378              (ephyrHostXVInit): add this to be called at the beginning
24379              of xvideo lifetime. It sets an xerror handler that does not
24380              exit.
24381            * hw/kdrive/ephyr/ephyrvideo.c:
24382              (ephyrXVPrivIsAttrValueValid): this validates an attribute
24383              value.
24384              (ephyrSetPortAttribute): before setting an attribute,
24385              validate the new value so that we don't send a buggy
24386              request to host X.
24387            * hw/kdrive/ephyr/*.c: fix case in ephyrvideo code.
24388            * hw/kdrive/ephyr/ephyr.c: fix a typo
24389
24390commit 207714b60d18e94bbe2d755a431dbb29fe5677f7
24391Author: Dodji Seketeli <dodji@openedhand.com>
24392Date:   Fri Aug 3 01:10:39 2007 +0200
24393
24394    first implementation of putimage
24395    
24396            * hw/kdrive/ephyr/ephyrhostvideo.c,h:
24397              (EphyrHostXVPutImage): first implementation. does not
24398              support clipping regions yet.
24399            * hw/kdrive/ephyr/ephyrvideo.c:
24400              (DoSimpleClip): clip using a clipping box. Does not
24401               support regions yet.
24402              (EphyrPutImage): first implementation.
24403               Uses a simple clipping rectangle, no region yet.
24404            * hw/kdrive/ephyr/hostx.c:
24405              (hostx_get_window): added this to get the main
24406              window of the host x.
24407
24408commit aa478e09e25a1cb19b808e7e52b2ee155e34f03b
24409Author: Dodji Seketeli <dodji@openedhand.com>
24410Date:   Thu Aug 2 12:49:36 2007 +0200
24411
24412    make properties setting/query code work and hopefully complete.
24413    
24414            * hw/kdrive/ephyr/ephyrhostvideo.c,h:
24415             (EphyrHostXVQueryImageAttributes): add this call. It calls
24416             XvQueryBestSize xserver entry point. It uses the protocol
24417             level machinery because Xvlib does not expose that entry point
24418             as a C function.
24419             (EphyrHostXVQueryBestSize): added this wrapper around XvQueryBestSize().
24420             (EphyrHostGetAtom, EphyrHostGetAtomName): added this to get
24421              an atom or atom name from the host server
24422            * hw/kdrive/ephyr/ephyrvideo.c:
24423              (EphyrSetPortAttribute): convert the atom into an host server
24424              server atom before attacking the host server with it, because in
24425              in its current form, the input atom is only valid in xephyr.
24426              This fix makes this call work.
24427              (EphyrGetPortAttribute): ditto.
24428              (EphyrQueryBestSize): implement this.
24429              (EphyrQueryImageAttributes): implement this.
24430
24431commit 24c837c0be6f85a917582156ab61d6c9c69301f9
24432Author: Dodji Seketeli <dodji@openedhand.com>
24433Date:   Tue Jul 31 23:18:52 2007 +0200
24434
24435    implement setportattribute and getportattribute calls
24436
24437commit b8cd313be467fd14b8e5c9ba68e1a2029c1e888b
24438Author: Dodji Seketeli <dodji@seketeli.org>
24439Date:   Mon Jul 23 12:43:43 2007 +0200
24440
24441    make xvinfo work
24442    
24443            * hw/kdrive/ephyr/ephyrhostvideo.c:
24444              (EphyrHostXVAdaptorGetVideoFormats): properly get visual class instead of
24445                returning the visual id.
24446              (EphyrHostXVQueryEncodings): properly copy the fields because simple casting does
24447                truncate some fields.
24448               (EphyrHostAttributesDelete): XFree the whole array instead of trying to free invidial members.
24449            * hw/kdrive/ephyr/ephyrvideo.c:
24450              (ephyrInitVideo): fix a typo
24451              (EphyrXVPrivQueryHostAdaptors): set XvWindowMask mask to adaptors type.
24452               use host adaptor name. Don't forget to set nImages field.
24453              (EphyrXVPrivRegisterAdaptors): report an error when KdXVScreenInit() fails.
24454
24455commit aa2fae7b75f741e57bc4a9b754b5ea7518d78f47
24456Author: Dodji Seketeli <dodji@seketeli.org>
24457Date:   Sat Jul 21 23:56:13 2007 +0200
24458
24459    misc fixes.
24460    
24461            *(EphyrHostXVQueryAdaptors): return the queried adaptors list
24462            * (EphyrHostXVQueryPortAttributes): return port attributes number
24463
24464commit 2bf7f3c223fd32cd4922f98eadda2e3f06d9e119
24465Author: Dodji Seketeli <dodji@seketeli.org>
24466Date:   Sat Jul 21 17:55:12 2007 +0200
24467
24468    link and init xv
24469
24470commit 66b28532e533ff5688705c5286425e68d6403cee
24471Author: Dodji Seketeli <dodji@seketeli.org>
24472Date:   Sat Jul 21 12:08:39 2007 +0200
24473
24474    initial commit of xv support work
24475
24476commit 1e8f8b36a56a884092ee01a0bb3f40436e30fa42
24477Author: Dodji Seketeli <dodji@seketeli.org>
24478Date:   Sat Jul 21 18:22:20 2007 +0200
24479
24480    works with no adaptors
24481    
24482    Debug the early code to make work when the host has no video adaptors
24483
24484commit 50ff2377cac50ae25218be5b30612fb8bf6046a6
24485Author: Dodji Seketeli <dodji@seketeli.org>
24486Date:   Sat Jul 21 18:20:59 2007 +0200
24487
24488    add -verbosity <level> option to command line
24489
24490commit 8426eb2433f964ea19848f24dc99eb4588d10d1a
24491Author: Dodji Seketeli <dodji@seketeli.org>
24492Date:   Sat Jul 21 17:55:12 2007 +0200
24493
24494    link and init xv
24495
24496commit 50a64c84e1556ef7f8efcc7f8655e0c5e023ef4d
24497Author: Dodji Seketeli <dodji@seketeli.org>
24498Date:   Sat Jul 21 12:08:39 2007 +0200
24499
24500    initial commit of xv support work
24501
24502commit 95fadbd4022ec99f42ba78ec8a18a064903e8a7f
24503Author: Dodji Seketeli <dodji@seketeli.org>
24504Date:   Mon Jul 16 17:37:21 2007 +0200
24505
24506    Add basic Exa driver entry point validation.
24507    
24508    In exaDriverInit(), quickly check if the programmer forgot to set some
24509    mandadory driver hooks, in that case display a meaningful error message.
24510
24511commit e5e6514ffa0fd132e0cc1b15b94119e6e8755f43
24512Author: Andrew Christan <andrew.christian@nokia.com>
24513Date:   Tue Oct 2 13:25:51 2007 +0200
24514
24515    Xephyr: add "multiscreen" suport
24516    
24517    	* This patch adds multiscreen support to Xephyr. For instance,
24518    	  the command line : "Xephyr :4 -ac -screen 320x240 -screen 640x480"
24519    	  will launch with two "screens" - namely two main windows.
24520    	  The first main window represents a screen that has the number :4.0, with
24521    	  a geometry of 320x240 pixels, and the second one represents a screen
24522    	  that has the number :4.1 with a geometry of 640x480.
24523    	  The command line: "DISPLAY=:4.1 xclock" will launch the xclock program
24524    	  on the second screen, for intance.
24525    
24526    	*   this patch was edited by Dodji Seketeli <dodji@openedhand.com> for:
24527    	  - better style compliance with the rest of the Xephyr code
24528    	  - make sure Xephyr could be launched with no -screen option. By
24529    	    default that creates a default screen of 640x480 pixel like before
24530    	  - display full titles on the windows - with insctructions to grab
24531    	    keyboard and mouse - like before.
24532
24533commit 81692b628f41cb64329f3cccc0503fb216a2b8e3
24534Author: Dodji Seketeli <dodji@openedhand.com>
24535Date:   Tue Oct 2 13:11:28 2007 +0200
24536
24537    Fix #12650: "windows not receiving mouse events in multiple screens context"
24538    
24539    	* dix/events.c, include/dix.h:
24540    	  (UpdateSpriteForScreen): added this to update the mouse sprite context
24541    	   when we switch from a pScreen to another.
24542    	* mi/mipointer.c:
24543    	  (miPointerWarpCursor): as we are switching to a new pScreen,
24544    	   don't forget to update the mouse sprite context.
24545
24546commit f965a5f3454a95ddffb2faf9b291feff46305adf
24547Author: Peter Hutterer <peter@cs.unisa.edu.au>
24548Date:   Tue Oct 2 16:20:27 2007 +0930
24549
24550    dix: Ignore devices when deleting passive core grabs.
24551
24552commit dc90d500085dd74e90073be008fc514bd97b160a
24553Author: Dave Airlie <airlied@redhat.com>
24554Date:   Tue Oct 2 14:05:07 2007 +1000
24555
24556    exa: increase minor version number for pixmap allocation hooks
24557
24558commit f15af2ae60bb8503c336bc3cba0560bd314a34bc
24559Author: Kristian Høgsberg <krh@redhat.com>
24560Date:   Fri Aug 3 16:33:33 2007 +1000
24561
24562    exa: only setup offscreen allocator if driver doesn't provide CreatePixmap
24563
24564commit ffb58f4fa8d86e87f831430b8627f27d85f971a9
24565Author: Dave Airlie <airlied@redhat.com>
24566Date:   Tue Oct 2 14:03:39 2007 +1000
24567
24568    exa: add hooks for drivers to take over pixmap allocation
24569    
24570    This adds hooks for the driver to access Create/DestroyPixmap and ModifyPixmapHe
24571    ader.
24572    
24573    It allocates a 0 sized pixmap using fb and calls the driver routine to do
24574    work of allocating the actual memory.
24575    
24576    ModifyPixmapHeader is mainly required for hooking the screen pixmap which
24577    isn't create by normal methods
24578
24579commit 2b075e97ec913ebe19290181e36bb169410b820b
24580Author: Peter Hutterer <peter@cs.unisa.edu.au>
24581Date:   Tue Oct 2 13:28:40 2007 +0930
24582
24583    mi: switch core keyboard on XI events, not only on core events.
24584    
24585    We only get core events through the EQ in exceptional cases, so make sure we
24586    actually swap the core keymap for XI events as well. Gives us back the ability
24587    to have multiple keyboard layouts simultaneously.
24588
24589commit 31555af0005a0bc4d7ef785214696ac84681e29f
24590Author: Dave Airlie <airlied@redhat.com>
24591Date:   Tue Oct 2 13:32:57 2007 +1000
24592
24593    exa: add a pixmap private pointer for drivers to retrieve.
24594
24595commit 45ec6cd1fb242363c91ad8af1fd4a27a7f02621a
24596Author: Peter Hutterer <peter@cs.unisa.edu.au>
24597Date:   Tue Oct 2 13:19:07 2007 +0930
24598
24599    xfree86: fix DGA to use the correct devices.
24600    
24601    DGAStealXXXEvent modified to take in device argument.
24602    
24603    The evdev driver only sends one valuator when only one axis changed. We need
24604    to check for DGA either way (xf86PostMotionEventP), otherwise we lose purely
24605    horizontal/vertical movements.
24606    
24607    Note that DGA does not do XI events.
24608
24609commit 122ae65ed90195c584a770027b4d14ef65f72492
24610Author: Peter Hutterer <peter@cs.unisa.edu.au>
24611Date:   Tue Oct 2 10:50:59 2007 +0930
24612
24613    xfree86: xf86DGA: some cleanup to use the correct devices instead of VCP/VCK.
24614
24615commit 54ce7436b2579bb20728eab7c8d460b531c378af
24616Author: Peter Hutterer <peter@cs.unisa.edu.au>
24617Date:   Tue Oct 2 10:49:46 2007 +0930
24618
24619    xfree86: update all pointers when calling xf86SwitchMode
24620    
24621    Center the frame around the first pointer found and then update all pointers
24622    on the same screen to move to the edges (if necessary).
24623    
24624    Note: xf86WarpCursor needs to be modified, is using deprecated
24625    miPointerWarpCursor and will kill the server when called with
24626    inputInfo.pointer.
24627
24628commit 113011221a4fcbd70bc592930b35f20d55809f1e
24629Author: Peter Hutterer <peter@cs.unisa.edu.au>
24630Date:   Mon Oct 1 21:42:01 2007 +0930
24631
24632    Xi, xfree86: Remove leftovers of the XI wrapper code.
24633
24634commit 50551ec693f40b91652fe4814e9fe2e1f9ab6517
24635Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
24636Date:   Fri Sep 28 15:04:33 2007 -0400
24637
24638    xace: remove obsoleted DRAWABLE_ACCESS hook.
24639
24640commit 8b548657204000e18c7a38706a0071ae2f93159f
24641Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
24642Date:   Fri Sep 28 13:34:18 2007 -0400
24643
24644    xace: add hooks + new access codes: XKB extension.
24645    
24646    Removes "LookupKeyboardDevice" and "LookupPointerDevice" in favor of
24647    inputInfo.keyboard and inputInfo.pointer, respectively; all use cases
24648    are non-XI compliant anyway.
24649
24650commit 5c03d131815cfe2f78792277ab8352e69e830196
24651Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
24652Date:   Fri Sep 28 08:02:00 2007 -0400
24653
24654    xace: add new hooks + access controls: XInput extension.
24655    
24656    Introduces new dix API to lookup a device, dixLookupDevice(), which
24657    replaces LookupDeviceIntRec and LookupDevice.
24658
24659commit a511c445debbd13e8c48146ecd2d7c97e793f788
24660Author: Peter Hutterer <peter@cs.unisa.edu.au>
24661Date:   Fri Sep 28 18:46:41 2007 +0930
24662
24663    Remove generation of core events, long live XI!
24664    
24665    Let the drivers only generate XI events and put those into the event queue.
24666    When processing events, generate core events as needed. This fixes a number of
24667    problems with XKB and the DIX in general.
24668    
24669    The previous approach was to put core events and XI events as separate events
24670    into the event queue. When being processed, the server had no knowledge of
24671    them coming from the same device state change. Anything that would then change
24672    the state of the device accordingly was in danger of changing it twice,
24673    leading to some funny (i.e. not funny at all) results.
24674    
24675    Emulating core events while processing XI events fixes this, there is only one
24676    path that actually changes the device state now. Although we have to be
24677    careful when replaying events from synced devices, otherwise we may lose
24678    events.
24679    
24680    Note: XI has precedence over core for passive grabs, but core events are
24681    delivered to the client first.
24682    
24683    This removes the wrapping added in 340911d7243a7f1095d79b5b2dcfa81b145c2474
24684
24685commit be466d8df808c4e4067a7963617bc3f506768f2d
24686Author: Peter Hutterer <peter@cs.unisa.edu.au>
24687Date:   Thu Sep 27 22:23:05 2007 +0930
24688
24689    dix: GetPairedKeyboard() always returns a valid keyboard (VCK if necessary).
24690    
24691    We need it unconditionally in a few places, and the rest checked for NULL and
24692    then set it to VCK anyway. So, fixing up all callers to appreciate the defined
24693    return value.
24694
24695commit 53434edc3d306137d019d95189ecdf0dbff75205
24696Author: Peter Hutterer <peter@cs.unisa.edu.au>
24697Date:   Thu Sep 27 22:14:09 2007 +0930
24698
24699    dix: take paired keyboard instead of VCK (CoreProcessPointerEvents)
24700
24701commit 2d93e69690d2c5d4a89a795ede6423796528e5df
24702Author: Alan Coopersmith <alan.coopersmith@sun.com>
24703Date:   Thu Sep 27 16:47:06 2007 -0700
24704
24705    Rework local client id finding code to be more uniform
24706
24707commit c7ead3a68e5839cb92129e35b21f55007fba8445
24708Author: Alan Coopersmith <alan.coopersmith@sun.com>
24709Date:   Thu Sep 27 16:13:28 2007 -0700
24710
24711    xorgcfg needs $(DIX_CFLAGS) for pixman-1 include path
24712
24713commit 62a9fb4cda988a896909a5620a68c51e46d0e403
24714Author: Alan Coopersmith <alan.coopersmith@sun.com>
24715Date:   Thu Sep 27 16:12:29 2007 -0700
24716
24717    Fix PCI rework build on Solaris (copy what BSD does)
24718
24719commit cfe549d1ba28396c44af94133d8c1d323e3c7086
24720Author: Tilman Sauerbeck <tilman@code-monkey.de>
24721Date:   Thu Sep 27 22:36:52 2007 +0200
24722
24723    EXA: Added back the maxPitchPixels initialization code.
24724    
24725    This doesn't add real value yet, but it will be useful once I add code
24726    that splits large render operations into smaller parts if necessary.
24727
24728commit c11a27ef85674f1e77ffa7f083646b848e1dc0b8
24729Author: Alan Hourihane <alanh@tungstengraphics.com>
24730Date:   Thu Sep 27 14:54:40 2007 +0100
24731
24732    Add the FB_ACCESS_WRAPPER checks
24733
24734commit e0bb33b3d2e4f54cf20853cde9a1664a7dbd0dc7
24735Author: Alan Hourihane <alanh@tungstengraphics.com>
24736Date:   Thu Sep 27 14:50:28 2007 +0100
24737
24738    Fix bug #12286
24739
24740commit 6d5c1e0d896666bcb2b3c1de7bfa424f140be364
24741Author: Michel Dänzer <michel@tungstengraphics.com>
24742Date:   Thu Sep 27 13:04:41 2007 +0200
24743
24744    EXA: Remove bogus pitch checks.
24745    
24746    exaCreatePixmap should handle all cases correctly.
24747
24748commit 598698678b07cb3a9406a9ee98bd3186366949e7
24749Author: Michel Dänzer <michel@tungstengraphics.com>
24750Date:   Thu Sep 27 13:07:09 2007 +0200
24751
24752    EXA: Punt for all fallbacks in exaFillRegion*.
24753    
24754    Now that PaintWindow is gone, all callers already handle fallbacks.
24755
24756commit 006f6525057970a74382132237b2131286ad147c
24757Author: Michel Dänzer <michel@tungstengraphics.com>
24758Date:   Thu Sep 27 13:08:41 2007 +0200
24759
24760    EXA: Make sure tile offsets passed to drivers are never negative.
24761    
24762    Thanks to Björn Steinbrink for pointing out the problem on IRC.
24763
24764commit da7d9aa1fb60e13a59c9f842fed7aefc5b97c195
24765Author: Michel Dänzer <michel@tungstengraphics.com>
24766Date:   Thu Sep 27 13:08:40 2007 +0200
24767
24768    EXA: Tile offscreen pixmap coordinate offsets are always 0.
24769
24770commit d6f4764bf5f3a601a0034ded039857e8ea5563b2
24771Author: Michel Dänzer <michel@tungstengraphics.com>
24772Date:   Thu Sep 27 13:08:40 2007 +0200
24773
24774    EXA: Remove some clearly bogus code from exaCopyNtoN.
24775    
24776    Not sure what I was thinking when I wrote this... it would cause the box
24777    coordinates to be off for exaCopyNtoNTwoDir or fallbacks.
24778    
24779    Thanks to Tilman Sauerbeck for pointing out the problem on IRC and testing the
24780    fix.
24781
24782commit c7d6d1f589d729fa689d22d82fe30afbc6e1cacb
24783Author: Michel Dänzer <michel@tungstengraphics.com>
24784Date:   Thu Sep 27 13:08:40 2007 +0200
24785
24786    EXA: Punt on fallback case not handled correctly in exaFillRegionTiled.
24787    
24788    Fixes http://bugs.freedesktop.org/show_bug.cgi?id=12520 .
24789
24790commit 1d938a80fd4fa58d1791c146b6b5c2dfe148dce7
24791Author: Alan Coopersmith <alan.coopersmith@sun.com>
24792Date:   Wed Sep 26 19:42:46 2007 -0700
24793
24794    Remove unused pciAddrHostToBus functions from ix86Pci.c
24795    
24796    Matches linuxPci.c changes made in 8279444a54f38c5e2e5d4c2d936a10d74990e0be
24797    Fixes compiler errors:
24798     "ix86Pci.c", line 194: too many struct/union initializers
24799     "ix86Pci.c", line 204: too many struct/union initializers
24800     "ix86Pci.c", line 214: too many struct/union initializers
24801
24802commit de06a47d4ad9c845b098438d9492a5f42483a2ad
24803Author: Peter Hutterer <peter@cs.unisa.edu.au>
24804Date:   Thu Sep 27 11:45:03 2007 +0930
24805
24806    dix: GetMaximumEventsNum() needs to return 3 + MAX_VALUATOR_EVENTS.
24807    
24808    Raw events can be generated for pointer events, so 2 + MVE isn't enough.
24809
24810commit 32d0440c7f6e604807cb14dd32349df6f22c903b
24811Author: Peter Hutterer <peter@cs.unisa.edu.au>
24812Date:   Thu Sep 27 11:44:03 2007 +0930
24813
24814    xkb: xkbHandleActions: let wrapping take care of event delivery.
24815    
24816    This is hopefully better than hardcodey calling CoreProcessPointerEvent.
24817
24818commit 27612748e0ec20f3a23839f0a12e39f598dd722c
24819Merge: b614614 3b114f2
24820Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
24821Date:   Wed Sep 26 07:47:29 2007 -0400
24822
24823    Merge branch 'master' into XACE-SELINUX
24824    
24825    Conflicts:
24826    
24827    	dix/devices.c
24828
24829commit 3b114f2603fc2adeec7f5f8f20fe4870afb8dff1
24830Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
24831Date:   Tue Sep 25 07:55:17 2007 -0400
24832
24833    Input: Properly swap DevicePresenceNotify events.
24834
24835commit 31a7994ac7365562ef1d00e0a7b25f967a961a4e
24836Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
24837Date:   Mon Sep 24 13:33:01 2007 -0400
24838
24839    Input: Return errors to the dispatcher instead of sending them ourself.
24840    
24841    Also fixed two "unused variable: stuff" warnings.
24842
24843commit 56ffc381d32687242dd094395fcf2216339bab2a
24844Author: Tilman Sauerbeck <tilman@code-monkey.de>
24845Date:   Wed Sep 26 16:47:54 2007 +0200
24846
24847    EXA: Removed duplicated exaGetDrawablePixmap() calls.
24848
24849commit aa0325db7e8ab11d9418cae14f11c488f443ccaa
24850Author: Dodji Seketeli <dodji@openedhand.com>
24851Date:   Wed Sep 26 15:26:42 2007 +0200
24852
24853    Xephyr: fix compiler warnings
24854    
24855    	* hw/kdrive/ephyr/ephyr_draw.c:
24856    	  (ephyrDownloadFromScreen),
24857    	  (ephyrUploadToScreen): fix compiler warnings
24858
24859commit 8f9bf927e1beecf9b9ec8877131ec12c765e4d84
24860Author: Peter Hutterer <peter@cs.unisa.edu.au>
24861Date:   Wed Sep 26 18:04:59 2007 +0930
24862
24863    xkb: Unwrap properly in ProcessPointerEvent.
24864    
24865    Instead of hardcoding CoreProcessPointerEvent, actually try to unwrap properly
24866    and then call the unwrapped processInputProc. Seems to be a better idea,
24867    especially since it makes stuff actually work...
24868
24869commit 3342b5ad47be25c6838321c0aafc28c329c308b5
24870Author: Peter Hutterer <peter@cs.unisa.edu.au>
24871Date:   Wed Sep 26 18:03:21 2007 +0930
24872
24873    Xi: fix the wrapper code for processInputProc wrapping.
24874    
24875    Followup to [1].
24876    If a core grab causes the device to freeze, it overwrites the processInputProc
24877    of the device. [1] would then overwrite this while unwrapping, the device
24878    does not thaw anymore.
24879    Changing this to only re-wrap if the processInputProc hasn't been changed
24880    during the event handling.
24881    
24882    [1] 340911d7243a7f1095d79b5b2dcfa81b145c2474
24883
24884commit e2cb8515661b1f7826981931d82dee6e05529f04
24885Author: Peter Hutterer <peter@cs.unisa.edu.au>
24886Date:   Wed Sep 26 18:01:17 2007 +0930
24887
24888    xfree86: pass in the XKB event processing proc instead of the XI one.
24889    
24890    We need to pass ProcessPointerEvent or ProcessKeyboardEvent to
24891    XkbSetExtension, otherwise we lose the xkb layer.
24892
24893commit 27bc1a8fef2bfd3d62fb44f7c7eb0d463ed08632
24894Author: Peter Hutterer <peter@cs.unisa.edu.au>
24895Date:   Wed Sep 26 15:24:41 2007 +0930
24896
24897    xkb: XkbFilterEvents: Remove unused variable compiler warning.
24898
24899commit bfc89c035542a10594f5f0cbde1c7e28b7d024a7
24900Author: Peter Hutterer <peter@cs.unisa.edu.au>
24901Date:   Wed Sep 26 15:23:37 2007 +0930
24902
24903    xkb: unify ErrorFs. Prefix all with [xkb].
24904    
24905    Output for XkbUseMsg intentionally skipped.
24906
24907commit 8b508f5d6bd0d3995294d5ff300a856754442999
24908Author: Peter Hutterer <peter@cs.unisa.edu.au>
24909Date:   Wed Sep 26 15:19:53 2007 +0930
24910
24911    dix: unify ErrorFs. prepend all with [dix].
24912
24913commit 394f3c1dbee7270a1d930846d49278424c3072d4
24914Author: Peter Hutterer <peter@cs.unisa.edu.au>
24915Date:   Wed Sep 26 15:19:37 2007 +0930
24916
24917    dix: GetPointerEvents: remove unused variable compiler warning.
24918
24919commit 55fd50273ea67eb99a0c8a830349851931298387
24920Author: Peter Hutterer <peter@cs.unisa.edu.au>
24921Date:   Wed Sep 26 15:15:34 2007 +0930
24922
24923    Xi: unify ErrorFs. Prefix all with [Xi].
24924
24925commit 340911d7243a7f1095d79b5b2dcfa81b145c2474
24926Author: Peter Hutterer <peter@cs.unisa.edu.au>
24927Date:   Wed Sep 26 15:12:49 2007 +0930
24928
24929    Wrap core event handling through ProcessOtherEvents.
24930    
24931    When processing events from the EQ, _always_ call the processInputProc of the
24932    matching device. For XI devices, this proc is wrapped in three layers.
24933    Core event handling is wrapped by XI event handling, which is wrapped by XKB.
24934    A core event now passes through XKB -> XI -> DIX.
24935    
24936    This gets rid of a sync'd grab problem: with the previous code, core events
24937    did disappear during a sync'd device grab on account of mieqProcessInputEvents
24938    calling the processInputProc of the VCP/VCK instead of the actual device. This
24939    lead to the event being processed as normal instead of being enqueued for
24940    later replaying.
24941
24942commit b2a4883bd89d406713d4f808e72721ecc1456d67
24943Author: Peter Hutterer <peter@cs.unisa.edu.au>
24944Date:   Wed Sep 26 09:20:11 2007 +0930
24945
24946    dix: add comments to PlayReleasedEvents()
24947    
24948    Also stick another warning in, more changes needed for XGE if panoramix is
24949    active.
24950
24951commit 275dc77c2972147407584323b866b8acc1654ea0
24952Author: Peter Hutterer <peter@cs.unisa.edu.au>
24953Date:   Tue Sep 25 21:40:08 2007 +0930
24954
24955    dix: add comments to ComputeFreezes() and syncEvents struct.
24956
24957commit ae8b4f7dcf1291a2f5a0d0159f3e6089eea0578a
24958Author: Tilman Sauerbeck <tilman@code-monkey.de>
24959Date:   Mon Sep 24 22:06:52 2007 +0200
24960
24961    EXA: Added pitch limitations.
24962    
24963    Drivers can now specify the max pitches that the accelerator supports.
24964
24965commit b61461425eb15fcff2a58330d74fe5a5a1f226fc
24966Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
24967Date:   Tue Sep 25 09:56:00 2007 -0400
24968
24969    xace: add hooks + new access codes: XV extension.
24970    
24971    May need to revisit this extension in the future, depending on observed use.
24972
24973commit 9bd04055a2175ec16756d3bf73ae03b5e163a28a
24974Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
24975Date:   Tue Sep 25 09:33:51 2007 -0400
24976
24977    xace: change prototype of VALIDATE_DRAWABLE_AND_GC macro to allow access
24978    mode to be passed to dixLookupDrawable.
24979
24980commit 988f446fe00ac2b92c484a4440613dd82191eadd
24981Author: Eric Anholt <eric@anholt.net>
24982Date:   Mon Sep 24 20:23:35 2007 -0700
24983
24984    [EDID] Ignore reserved bits in deciding monitor vs detailed timing descriptor.
24985    
24986    Even though they're defined to zero by the spec, we've seen an EDID block
24987    where the (empty) ASCII strings were stuffed in a byte early, leading to the
24988    descriptor being considered a detailed timing instead.
24989
24990commit 5d9f6cf51becdeb1d2be9bdeec4bb5d0c4dd0e8b
24991Author: Peter Hutterer <peter@cs.unisa.edu.au>
24992Date:   Thu Sep 13 23:33:07 2007 +0930
24993
24994    dix: cosmetic change. Remove "pointer" variable, might as well use pDev.
24995
24996commit c4db4d1fcf7fa2ba802a208beee6b3adc83921f5
24997Author: Peter Hutterer <peter@cs.unisa.edu.au>
24998Date:   Thu Sep 13 23:27:07 2007 +0930
24999
25000    include: remove register keywords.
25001
25002commit 1c25c46f3d5f98be8dbf36684aad4302b220e163
25003Author: Peter Hutterer <peter@cs.unisa.edu.au>
25004Date:   Thu Sep 13 23:22:27 2007 +0930
25005
25006    dix: fix compiler warnings about unused variables.
25007
25008commit 68e0c4988e359e3c9da933946bc703cf8530bdbc
25009Author: Peter Hutterer <peter@cs.unisa.edu.au>
25010Date:   Wed Sep 12 20:48:48 2007 +0930
25011
25012    dix: fix "possible use of uninitialized variable" warning.
25013    
25014    The device passed through to UnrealizeCursor isn't used anyway, so setting it
25015    to NULL is enough.
25016
25017commit b484451eab261a919fe94c0c0f56877f7571fc9e
25018Author: Peter Hutterer <peter@cs.unisa.edu.au>
25019Date:   Wed Sep 12 18:34:51 2007 +0930
25020
25021    dix: don't try to access "time" field for GenericEvents in PlayReleasedEvent.
25022    
25023    GenericEvents can't be parsed to keyButtonPointer, and there's no guarantee
25024    that it has a time field anyway. PlayReleasedEvent needs to store the millis
25025    when we know it (core events, XI event) and just re-use them for GenericEvents.
25026    
25027    Yes, this is a hack. But it looks like the time has zero significance anyway.
25028
25029commit 1c38eac442a3ab9e8469e944f382251957996c5a
25030Author: Peter Hutterer <peter@cs.unisa.edu.au>
25031Date:   Wed Sep 12 18:09:57 2007 +0930
25032
25033    dix: fix comment for DeliverDeviceEvents.
25034    
25035    DDE is not always called, grabbed or focused devices go through
25036    Deliver{Grabbed|Focus}Event first.
25037    
25038    Thanks to Eamon Walsh for spotting it.
25039
25040commit 06188ce90d2a8146140773f9367f23404b464282
25041Author: Peter Hutterer <peter@cs.unisa.edu.au>
25042Date:   Wed Sep 12 18:00:03 2007 +0930
25043
25044    dix: Make EnqueueEvent aware of GenericEvents.
25045    
25046    GenericEvents can be > sizeof(xEvents), so we need to make sure we're
25047    allocating and copying enough memory for the event.
25048
25049commit 8840829ab93c4eb62eb58753c015da5307133fe5
25050Author: Peter Hutterer <peter@cs.unisa.edu.au>
25051Date:   Wed Sep 12 17:40:11 2007 +0930
25052
25053    dix: don't compress motion events from different devices (EventEnqueue)
25054
25055commit 27ad5d74c20f01516a1bff73be283f8982fcf0fe
25056Author: Daniel Stone <daniel@fooishbar.org>
25057Date:   Sun Sep 23 17:17:03 2007 +0300
25058
25059    Input: Generate XKB mapping changes for all core-sending devices (bug #12523)
25060    
25061    When we change the mapping on a core device, make sure we propagate this
25062    through to XKB for all extended devices as well.
25063
25064commit 0e800ca4651a947ccef239e6fe7bf64aab92257c
25065Author: Daniel Stone <daniel@fooishbar.org>
25066Date:   Sun Sep 23 12:43:31 2007 +0300
25067
25068    GetKeyboardEvents: Reject out-of-range keycodes (bug #12528)
25069    
25070    We can only deal with keycodes between 8 and 255, so make sure that we never
25071    accept anything out of this range.
25072
25073commit e1860f241b7322c54c109cf5727df45b54b73916
25074Author: Alex Deucher <alex@botch2.(none)>
25075Date:   Sat Sep 22 17:54:51 2007 -0400
25076
25077    Document xf86_crtc_clip_video_helper better.
25078
25079commit 19d30c1c771c0f5c9dfc0f4cfb084dd2e528d992
25080Author: Alex Deucher <alex@botch2.(none)>
25081Date:   Sat Sep 22 17:51:27 2007 -0400
25082
25083    Revert "Fix possible crash if Xv window is outside of either crtc"
25084    
25085    This reverts commit 92355314103d2193ca20786915eaf608922a36dc.
25086    
25087    This changes ABI.  False means there was a memory failure of some kind,
25088    not that the video shouldn't be displayed
25089
25090commit 92355314103d2193ca20786915eaf608922a36dc
25091Author: Michel Dänzer <daenzer@debian.org>
25092Date:   Sat Sep 22 14:25:02 2007 -0400
25093
25094    Fix possible crash if Xv window is outside of either crtc
25095
25096commit edd88170836ec985ab1a59179de69d50644b8dff
25097Author: Tilman Sauerbeck <tilman@code-monkey.de>
25098Date:   Sat Sep 22 13:02:08 2007 +0200
25099
25100    EXA: Check ABI compatibility earlier.
25101    
25102    If the driver isn't compatible to the server, all bets are off anyway wrt
25103    the contents of the fields that we're validating, which can lead to bogus
25104    error messages.
25105
25106commit abe0a51f3f790f8c055289465e130177c4b647cc
25107Author: Ben Byer <bbyer@bbyer.apple.com>
25108Date:   Fri Sep 21 17:07:36 2007 -0700
25109
25110    So, like, checking return codes of system calls (signal, etc) is good.
25111    Also, only restore an old signal handler if one was actually set
25112    (prevents the server from dying on OS X).
25113
25114commit eb82b19aa71333b46e927516cc228f25d3e05e4d
25115Author: Ben Byer <bbyer@bbyer.apple.com>
25116Date:   Thu Sep 20 19:55:48 2007 -0700
25117
25118    XDarwin: build fix for X11.app
25119
25120commit 5b08932bfbb7e4612733fffd2acc9682c6856d90
25121Author: Ben Byer <bbyer@bbyer.apple.com>
25122Date:   Thu Sep 20 19:27:31 2007 -0700
25123
25124    XDarwin:  pulling in Indirect GLX fixes from downstream
25125
25126commit 742d5d6adc4d4a1b6fceeb3443d7931e107462f7
25127Author: Ben Byer <bbyer@bbyer.apple.com>
25128Date:   Thu Sep 20 18:03:51 2007 -0700
25129
25130    XDarwin: Fixes to quartzKeyboard.c to prevent a crash using certain non-US keyboards
25131
25132commit 374bd88d1025835fe36ca0ff6620eb1d3b0a06b0
25133Author: Ben Byer <bbyer@bbyer.apple.com>
25134Date:   Thu Sep 20 16:50:49 2007 -0700
25135
25136    XDarwin: Merging misc changes from downstream.
25137    
25138    The only functional changes in this patch are a removal of use of
25139    Xtrans internals -- replaced by xcb, which doesn't seem to be used
25140    elsewhere in the server?  Pity.
25141    Also, a fix to make all X11 windows pop to the front of the display
25142    when the X11.app icon is clicked -- currently takes two clicks,
25143    not sure why.
25144
25145commit 3a965fdadccea7beff09a28c9c0ef4b4975eae38
25146Author: Aaron Plattner <aplattner@nvidia.com>
25147Date:   Thu Sep 20 16:22:24 2007 -0700
25148
25149    Don't segfault on shutdown if we never managed to connect to dbus.
25150
25151commit 50fa8722d35c12e5f0322cebe25faf99c39d4f50
25152Author: Aaron Plattner <aplattner@nvidia.com>
25153Date:   Thu Sep 20 14:00:33 2007 -0700
25154
25155    Set noCompositeExtension to TRUE when failing to initialize the extension (e.g. when Xinerama is enabled).
25156
25157commit a247886b082cea93fa8f8980616a9c388ba70111
25158Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
25159Date:   Thu Sep 20 13:06:38 2007 -0400
25160
25161    xace: add hooks + new access codes: XF86-Bigfont extension
25162
25163commit f6532a81eec5f096e27285687964b77c17987f72
25164Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
25165Date:   Thu Sep 20 12:17:17 2007 -0400
25166
25167    xace: add hooks + new access codes: APPGROUP extension
25168
25169commit 82f7195a628cc7ec94abc0cfe5bae2be8af443bc
25170Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
25171Date:   Thu Sep 20 09:17:09 2007 -0400
25172
25173    xace: modifications to ChangeWindowAttributes special case: separate
25174    Receive and SetAttr.  Refer to 963e69b8efc39369915e7f0c6f370ac0d5d2b60f
25175
25176commit 661b1328cf992d8855552677a94d60de1d8ce942
25177Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
25178Date:   Thu Sep 20 08:41:26 2007 -0400
25179
25180    xace: add hooks + new access codes: SYNC extension
25181    
25182    May need to revisit this extension in the future, depending on observed use.
25183
25184commit 90bacdef723e1e49c72775144916750758d3568c
25185Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
25186Date:   Thu Sep 20 06:53:51 2007 -0400
25187
25188    xace: add hooks + new access codes: MIT-SHM extension
25189
25190commit 12a18cc8903fac53c3c77b23dd8093187594a4f3
25191Author: David Nolden <david.nolden.git@art-master.de>
25192Date:   Fri Sep 14 22:42:19 2007 +0200
25193
25194    compilation-fix in debug mode
25195
25196commit e93cff52fed9074aa007c2e6ec6b578f69aef3cb
25197Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
25198Date:   Wed Sep 19 14:48:20 2007 -0400
25199
25200    xace: add hooks + new access codes: DOUBLE-BUFFER extension
25201
25202commit 082c0f7fb34458ebb303cf875d1d75686eca25e6
25203Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
25204Date:   Wed Sep 19 13:59:35 2007 -0400
25205
25206    devPrivates rework: move devPrivates field in drawable structure types
25207    to just below the DrawableRec.  Wish there were a better way to do this
25208    but it has to be in the same place for all drawable types.
25209
25210commit 5b36b64192517e2470766ce7ff1d4dc04c936fad
25211Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
25212Date:   Wed Sep 19 11:11:54 2007 -0400
25213
25214    xace: add missing argument to hook call.
25215
25216commit 963e69b8efc39369915e7f0c6f370ac0d5d2b60f
25217Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
25218Date:   Wed Sep 19 11:11:41 2007 -0400
25219
25220    xace: add special-case for just setting the event mask on a window,
25221    this should only check "receive" permission, not "setattr" permission.
25222
25223commit c140d20f4ade973496dcbbd06453402ef0c0e85c
25224Author: Ben Byer <bbyer@bbyer.local>
25225Date:   Wed Sep 19 05:58:22 2007 -0700
25226
25227    XDarwin:  mass change from using xorg-config.h to dix-config.h cuz we're not using the X.org ddx anymore
25228
25229commit bcb5e3e6276ce9ae7a4dae7434cf2247764da078
25230Author: Ben Byer <bbyer@bbyer.local>
25231Date:   Wed Sep 19 04:46:10 2007 -0700
25232
25233    XDARWIN: More fixes to Makefile.am
25234    
25235    At least on my system (10.5 with the latest and greatest modules),
25236    Xquartz now builds out of the box.  It doesn't quite work yet, but
25237    hey -- you have to start somewhere. ;)
25238
25239commit 97c150b61bbe436453b05d3c07cd2173870aac40
25240Merge: 57907e0 547ad21
25241Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
25242Date:   Wed Sep 19 07:25:55 2007 -0400
25243
25244    Merge branch 'master' into XACE-SELINUX
25245    
25246    Conflicts:
25247    
25248    	afb/afbpntwin.c
25249    	afb/afbscrinit.c
25250    	afb/afbwindow.c
25251    	cfb/cfb.h
25252    	cfb/cfballpriv.c
25253    	cfb/cfbscrinit.c
25254    	cfb/cfbwindow.c
25255    	configure.ac
25256    	fb/wfbrename.h
25257    	hw/xfree86/xf4bpp/ppcIO.c
25258    	hw/xfree86/xf4bpp/ppcPntWin.c
25259    	hw/xfree86/xf4bpp/ppcWindow.c
25260    	hw/xfree86/xf8_32bpp/cfbscrinit.c
25261    	mfb/mfb.h
25262    	mfb/mfbpntwin.c
25263    	mfb/mfbscrinit.c
25264    	mfb/mfbwindow.c
25265    	mi/miexpose.c
25266    
25267    Note: conflicts caused by devPrivates rework vs. paintwindow changes.
25268
25269commit 5e209b21f3d6b3268fa7dab1e8df892d8352cc08
25270Author: Ben Byer <bbyer@bbyer.local>
25271Date:   Wed Sep 19 03:44:46 2007 -0700
25272
25273    XNEST: removed obsolete hack to build under Darwin
25274
25275commit 378c7ebef444cdc9ae62ebf05c7111088a0c4bc1
25276Author: Ben Byer <bbyer@bbyer.local>
25277Date:   Wed Sep 19 03:43:40 2007 -0700
25278
25279    XVFB: Removed obsolete hack to build on Darwin
25280
25281commit 7813392d1c9a38d01cfff17732278bb7798eee5d
25282Author: Ben Byer <bbyer@bbyer.local>
25283Date:   Wed Sep 19 01:52:58 2007 -0700
25284
25285    XDarwin: changes to Makefile.am to use new conditionals
25286
25287commit 170fc77d9e73151f5c1c1f0f04598b3497db4284
25288Author: Dodji Seketeli <dodji@openedhand.com>
25289Date:   Wed Sep 19 09:54:09 2007 +0200
25290
25291    xserver: don't force DTRACE detection by default
25292    
25293            this fixes a breakage caused by 7a4ec34e256bf36b041c011a083916ad75a1d8bc.
25294            When running a non DTRACE aware system that is not darwin*, DTRACE was getting
25295            required. Now it is not anymore.
25296
25297commit 9b4f5157179a0d20756c16ea1f5130b171f72bb1
25298Author: Ben Byer <bbyer@bbyer.apple.com>
25299Date:   Tue Sep 18 21:40:32 2007 -0700
25300
25301    XDarwin:  We build many many different targets, let's break them out into autoconf conditionals
25302
25303commit 7a4ec34e256bf36b041c011a083916ad75a1d8bc
25304Author: Ben Byer <bbyer@bbyer.apple.com>
25305Date:   Tue Sep 18 20:37:09 2007 -0700
25306
25307    XDarwin:  Disable dtrace support on Darwin 9 (since it doesn't work ... yet ...)
25308
25309commit 3c19ec47b434d4ca84db58363cc053cc0b6aa413
25310Author: Ben Byer <bbyer@bbyer.apple.com>
25311Date:   Tue Sep 18 20:15:44 2007 -0700
25312
25313    XDarwin: changed XF86BigFont support default from yes to auto so XDarwin can disable it
25314
25315commit 547ad2125ece93bbe01f6d09a3baf176ebd16bb3
25316Author: Michel Dänzer <michel@tungstengraphics.com>
25317Date:   Mon Sep 17 20:33:56 2007 +0200
25318
25319    EXA: Make sure driver hooks get correct offscreen offsets from exaCopyDirty.
25320    
25321    This should ensure the driver UploadTo/DownloadFromScreen hooks can always
25322    work as intended.
25323
25324commit 56cc24ffb21f7fd41f9ea9e8f969aa85021b9f53
25325Author: Alan Hourihane <alanh@tungstengraphics.com>
25326Date:   Mon Sep 17 20:33:56 2007 +0200
25327
25328    EXA: Don't crash in ExaCheckPolyArc.
25329    
25330    See https://bugs.freedesktop.org/show_bug.cgi?id=12286 .
25331
25332commit 7ac89060e02c7a803018afd580720f8326561fd8
25333Author: Michel Dänzer <michel@tungstengraphics.com>
25334Date:   Mon Sep 17 20:33:55 2007 +0200
25335
25336    EXA: Don't crash in exaGetImage when swapped out.
25337
25338commit 3876c6c80534a6f7412ec806a2ba9ada22c5e505
25339Author: Tilman Sauerbeck <tilman@code-monkey.de>
25340Date:   Mon Sep 17 18:47:45 2007 +0200
25341
25342    EXA: Fixed compiler warnings.
25343
25344commit d5738ff2e0f93df4729c075ce31a1041d580e50e
25345Author: Tilman Sauerbeck <tilman@code-monkey.de>
25346Date:   Mon Sep 17 16:59:03 2007 +0200
25347
25348    EXA: Added missing exaPrepare/FinishAccess calls in ExaCheckPushPixels.
25349
25350commit a0dafd95e1e13a2f1b77ab9f82fd365a7be19de5
25351Author: Tilman Sauerbeck <tilman@code-monkey.de>
25352Date:   Mon Sep 17 16:45:20 2007 +0200
25353
25354    Removed hw/xwin/winpntwin.c from Makefile.am.
25355    
25356    winpntwin.c was removed in e4d11e58ce349dfe6af2f73ff341317f9b39684c.
25357
25358commit 7bd65577018a574970b767b67967b65fcd5c2bf0
25359Author: Tilman Sauerbeck <tilman@code-monkey.de>
25360Date:   Sat Sep 15 14:01:57 2007 +0200
25361
25362    Initialize output->pendingProperties.
25363
25364commit b9f7aeb20015290a8acf938a11bf9272bf3527cf
25365Merge: e4d11e5 06d27f8
25366Author: Eric Anholt <eric@anholt.net>
25367Date:   Thu Sep 13 00:15:45 2007 +0000
25368
25369    Merge remote branch 'origin/master' into paint-window
25370    
25371    Conflicts:
25372    
25373    	mi/miexpose.c
25374
25375commit e4d11e58ce349dfe6af2f73ff341317f9b39684c
25376Author: Eric Anholt <eric@anholt.net>
25377Date:   Wed Sep 12 13:58:46 2007 +0000
25378
25379    Remove the PaintWindow optimization.
25380    
25381    This was an attempt to avoid scratch gc creation and validation for paintwin
25382    because that was expensive.  This is not the case in current servers, and the
25383    danger of failure to implement it correctly (as seen in all previous
25384    implementations) is high enough to justify removing it.  No performance
25385    difference detected with x11perf -create -move -resize -circulate on Xvfb.
25386    Leave the screen hooks for PaintWindow* in for now to avoid ABI change.
25387
25388commit 06d27f8045966c1fb154eafaff308a01b93f265b
25389Author: Keith Packard <keithp@koto.keithp.com>
25390Date:   Wed Sep 12 23:57:30 2007 +0100
25391
25392    Try again to fix drawable and tile offsets in miPaintWindow
25393    
25394    Many coordinate spaces are hard. Let's go drinking.
25395
25396commit dd3992eb86377684a5dbe86fa19c756a9e53cda2
25397Author: Keith Packard <keithp@koto.keithp.com>
25398Date:   Wed Sep 12 22:39:31 2007 +0100
25399
25400    miPaintWindow draw to window for background.
25401    
25402    Instead of drawing to window pixmap for everything, draw to window for
25403    background as that works for Xnest and Xdmx; draw to pixmap for borders
25404    which neither of those X servers use.
25405
25406commit 6da39c67905500ab2db00a45cda4a9f756cdde96
25407Author: Eric Anholt <eric@anholt.net>
25408Date:   Wed Sep 12 13:23:13 2007 +0000
25409
25410    Fix build on FreeBSD after Popen changes.
25411
25412commit 257c8ed17f4f908e0d0d5e53aaf13aa3b1313f50
25413Author: Keith Packard <keithp@koto.keithp.com>
25414Date:   Wed Sep 12 12:11:49 2007 +0100
25415
25416    Rewrite miPaintWindow to draw to window pixmap.
25417    
25418    miPaintWindow was drawing to the root window, or (sometimes) drawing to the
25419    window after smashing the window clip list. This is losing, and easily fixed
25420    by just drawing to the window pixmap.
25421
25422commit 43dc41034735d84765233a78bd619f3f0e7ace75
25423Author: Brice Goglin <bgoglin@debian.org>
25424Date:   Wed Sep 12 01:43:37 2007 +0200
25425
25426    Replace a non-ascii char with the corresponding groff escape in exa.man.pre
25427
25428commit a5b8053606d6e786cdcf6734f271acc05f9cc588
25429Author: Adam Jackson <ajax@benzedrine.nwnk.net>
25430Date:   Tue Sep 11 11:37:06 2007 -0400
25431
25432    Ignore - not just block - SIGALRM around Popen()/Pclose().
25433    
25434    Because our "popen" implementation uses stdio, and because nobody's stdio
25435    library is capable of surviving signals, we need to make absolutely sure
25436    that we hide the SIGALRM from the smart scheduler.  Otherwise, when you
25437    open a menu in openoffice, and it recompiles XKB to deal with the
25438    accelerators, and you popen xkbcomp because we suck, then the scheduler
25439    will tell you you're taking forever doing something stupid, and the
25440    wait() code will get confused, and input will hang and your CPU usage
25441    slams to 100%.  Down, not across.
25442
25443commit 2e3e08d31e908ceadeef16d6069cdaf8c61d7ed1
25444Author: Dodji Seketeli <dodji@openedhand.com>
25445Date:   Tue Sep 11 08:50:41 2007 +0200
25446
25447    xserver: test presence of strlcpy in configure
25448    
25449            * configure.ac: define HAVE_STRLCPY when function strlcat is present
25450              this serves at least to unbreak libxtrans code compilation.
25451
25452commit e8c73ac697aa472e10b4d8c093a715df0bf545af
25453Author: Dodji Seketeli <dodji@openedhand.com>
25454Date:   Tue Sep 11 00:20:45 2007 +0200
25455
25456    Xephyr: fix compilation breakage.
25457    
25458            * hw/kdrive/ephyr/ephyr_draw.c:
25459              (exaDDXDriverInit): pExaScr->hideOffscreenPixmapData does not exist
25460              anymore, so don't set it.
25461
25462commit 321e0a21600e418bbeb164043a9a21a0ff80cbe9
25463Author: Ben Byer <bbyer@bbyer.local>
25464Date:   Sun Sep 9 16:28:41 2007 -0700
25465
25466    fixed cut-and-paste typo
25467
25468commit 0ff273fd1e2ea7242b3e6c5effb2a623ef32ec6f
25469Author: Ben Byer <bbyer@bbyer.apple.com>
25470Date:   Thu Sep 6 18:52:26 2007 -0700
25471
25472    XDARWIN: fixes to make Xquartz build again
25473
25474commit f8637137ab43818d45d249b337820cbf427a05ec
25475Author: Ben Byer <bbyer@bbyer.local>
25476Date:   Thu Sep 6 05:39:57 2007 -0700
25477
25478    XDARWIN: build fix for quartz/pseudoramiX.c
25479
25480commit e8093e15c7df7a3d5a9717bc9d7d7517b0743f29
25481Author: Michel Dänzer <michel@tungstengraphics.com>
25482Date:   Mon Sep 3 13:52:29 2007 +0200
25483
25484    EXA: Exclude bits that will be overwritten from migration in exaCopyNtoN.
25485    
25486    Also plug a region leak in exaPolyFillRect.
25487
25488commit e81af8ba643df3be53b0a46d9d4a0eaf21557c9e
25489Author: Michel Dänzer <michel@tungstengraphics.com>
25490Date:   Mon Sep 3 13:14:29 2007 +0200
25491
25492    EXA: exaFillRegion{Solid,Tiled} improvements.
25493    
25494    Use region to exclude bits that will be overwritten from migration.
25495    
25496    Also make exaFillRegionSolid use the same logic as exaFillRegionTiled.
25497
25498commit 5f7da4da8de7449e1c2a4c679632a0b2a5858b7e
25499Author: Michel Dänzer <michel@tungstengraphics.com>
25500Date:   Fri Aug 31 16:59:28 2007 +0200
25501
25502    EXA: Use exaShmPutImage for pushing glyphs to scratch pixmap in exaGlyphs.
25503
25504commit be922b30486abce3a8c13996d579b211a7b56f0e
25505Author: Michel Dänzer <michel@tungstengraphics.com>
25506Date:   Thu Aug 30 13:59:07 2007 +0200
25507
25508    EXA: exa(Shm)PutImage improvements.
25509    
25510    Improve exaShmPutImage performance and reuse its core in exaPutImage as it
25511    seems faster than the previous code when the driver doesn't provide an
25512    UploadToScreen hook.
25513    
25514    Make sure all damage records are notified of the damage incurred by actual
25515    ShmPutImage calls.
25516    
25517    Remove superfluous manual damage tracking for actual PutImage calls.
25518
25519commit ea92ea415665e294a1ba233e9a1d39b6daa0cee1
25520Author: Michel Dänzer <michel@tungstengraphics.com>
25521Date:   Thu Aug 30 13:54:18 2007 +0200
25522
25523    EXA: exaGetImage improvements.
25524    
25525    Use the new migration infrastructure to cache FB bits we need in the system
25526    copy, for the benefit of repeated calls.
25527
25528commit aa2ed73e0ec881947c969b67269e3206da4de359
25529Author: Michel Dänzer <michel@tungstengraphics.com>
25530Date:   Thu Aug 30 13:50:42 2007 +0200
25531
25532    EXA: Remove superfluous manual damage tracking.
25533    
25534    These should all be covered by damage wrappers.
25535
25536commit a634c9b03494ba80aeec28be19662ac96657cc23
25537Author: Michel Dänzer <michel@tungstengraphics.com>
25538Date:   Thu Aug 30 13:48:03 2007 +0200
25539
25540    EXA: RENDER improvements.
25541    
25542    Exclude bits that will be overwritten from migration.
25543    
25544    Use exaGlyphs even when Composite can't be accelerated, to avoid PolyFillRect
25545    roundtrip via offscreen memory.
25546    
25547    Initialize mask pixmap in exaGlyphs in FB in addition to system if the driver
25548    provides Composite hooks to avoid migration overhead.
25549    
25550    Remove manual damage tracking where superfluous.
25551
25552commit 1f457ff3db24178eefecfbbf177aaf6554adb204
25553Author: Michel Dänzer <michel@tungstengraphics.com>
25554Date:   Thu Aug 30 13:44:20 2007 +0200
25555
25556    EXA: Improvements for 1x1 pixmaps.
25557    
25558    Initialize system and FB copy in exaFillRegionSolid and adapt
25559    exaGetPixmapFirstPixel to the new migration infrastructure.
25560    
25561    This should mostly eliminate migration overhead for these, whether they are
25562    used for acceleration or fallbacks.
25563
25564commit 489bc7551ffc7360ba9648ca5c98b59c7e7a1fd1
25565Author: Michel Dänzer <michel@tungstengraphics.com>
25566Date:   Thu Aug 30 13:37:53 2007 +0200
25567
25568    EXA: exaImageGlyphBlt improvements.
25569    
25570    As we can't actually accelerate anything interesting here, just migrate out
25571    once and call fbSolidBoxClipped instead of taking a round trip via offscreen
25572    memory with exaSolidBoxClipped.
25573    
25574    Reuse pending damage region for extents and to prevent any actual migration of
25575    pixmap contents when we're overwriting the whole pending damage region.
25576    
25577    Remove superfluous manual damage tracking.
25578
25579commit 2e0895a4ba27c1308713022820444c8f57f7a69f
25580Author: Michel Dänzer <michel@tungstengraphics.com>
25581Date:   Thu Aug 30 13:30:03 2007 +0200
25582
25583    EXA: Improvements for trapezoids and triangles.
25584    
25585    Only migrate once in exaTrapezoids/Triangles instead of every time in
25586    exaRasterizeTrapezoid/AddTriangles. Adapt manual damage tracking to new
25587    infrastructure.
25588    
25589    Also move definition of NeedsComponent() closer to where it's used.
25590
25591commit 6c9d7ed61bc4a19d21c53717b8af3d90b5d82ca9
25592Author: Michel Dänzer <michel@tungstengraphics.com>
25593Date:   Thu Sep 6 13:10:16 2007 +0200
25594
25595    EXA: Hide pixmap pointer outside of exaPrepare/FinishAccess whenever possible.
25596    
25597    We finally want to catch all cases where the pixmap pointer is dereferenced
25598    outside of exaPrepare/FinishAccess.
25599    
25600    Also fix a couple of such cases exposed by this change.
25601
25602commit 962eddd7a2863a8475f5fd8107d3112df08d1172
25603Author: Michel Dänzer <michel@tungstengraphics.com>
25604Date:   Wed Aug 29 19:55:22 2007 +0200
25605
25606    EXA: Support partial migration of pixmap contents between Sys and FB.
25607    
25608    The initiator of migration can pass in a region that defines the relevant area
25609    of each source pixmap or the irrelevant area of the destination pixmap. By
25610    default, the pending damage region is assumed relevant for the destination
25611    pixmap, and everything for source pixmaps.
25612    
25613    Thanks to Jarno Manninen for reassuring me that my own ideas for this were
25614    feasible and for providing additional ideas.
25615
25616commit f27931bdd26fc9a1e6bb5173b5537e32c51a98b3
25617Author: Michel Dänzer <michel@tungstengraphics.com>
25618Date:   Wed Aug 29 19:41:52 2007 +0200
25619
25620    Add DamagePendingRegion.
25621    
25622    DamagePendingRegion returns a pointer to the region of a drawable that will
25623    be damaged by the current operation for damage records that chose to get damage
25624    reported only at the end of the operation.
25625
25626commit 5c7ee3f47fa0c067102a17dee3f75a51cc0bdb3a
25627Author: Michel Dänzer <michel@tungstengraphics.com>
25628Date:   Fri Aug 24 19:24:18 2007 +0200
25629
25630    EXA: Track valid bits in Sys and FB separately.
25631    
25632    Also consolidate exaCopyDirtyToFb/Sys.
25633
25634commit 8cfcf9973c765f11d1b45b95b8091ef7e01d7f01
25635Author: Michel Dänzer <michel@tungstengraphics.com>
25636Date:   Wed Sep 5 20:10:09 2007 +0200
25637
25638    EXA: Migrate out pixmap in exaPrepareAccess.
25639    
25640    Also fix exaFinishAccessGC not to use the same index for tile and stipple.
25641
25642commit e510a77ba4d65d5d6ead514cd698f1b1e3f8a2b6
25643Author: Dave Airlie <airlied@linux.ie>
25644Date:   Tue Jul 17 17:16:51 2007 +1000
25645
25646    EXA: Add a couple of missing exaPrepare/FinishAccess calls.
25647
25648commit 72b347e681f5667b68257822e7cec02ab4c9cb6d
25649Author: Peter Hutterer <peter@cs.unisa.edu.au>
25650Date:   Fri Sep 7 14:31:19 2007 +0930
25651
25652    dix: Enabling devices must not overwrite existing sprites/pairing.
25653    
25654    EnableDevices is (amongst others )called after a VT switch. We must not create
25655    a new sprite or re-pair the device, otherwise we lose the input device setup
25656    that we had before the VT switch.
25657    
25658    This requires the devices to be in exactly the same order as before
25659    the VT switch. Removing a device while on a different VT is probably a bad
25660    idea.
25661
25662commit 57907e0943da0c3fd3bf6c128d210b544629ce72
25663Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
25664Date:   Thu Sep 6 16:55:51 2007 -0400
25665
25666    devPrivates rework: register an offset for every resource type, use
25667    signed values so -1 actually works correctly, and provide a macro for
25668    adding an offset to a pointer.
25669
25670commit 84eb7e62248ddc2761af8cefe33d1b7147477528
25671Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
25672Date:   Thu Sep 6 13:36:37 2007 +0100
25673
25674    Fix Xdmx build
25675
25676commit 35ec8b89f4cdf5ec48b292d47b2dad42d2fb9534
25677Author: Ben Byer <bbyer@bbyer.local>
25678Date:   Thu Sep 6 05:34:14 2007 -0700
25679
25680    DDX changes for XDarwin
25681    
25682    Creating a real DDX section for XDarwin instead of
25683    stuffing it into the XORG section in a half-assed manner.
25684
25685commit d627061b48ae06d27b37be209d67a3f4f2388dd3
25686Author: Peter Hutterer <peter@cs.unisa.edu.au>
25687Date:   Thu Sep 6 18:57:00 2007 +0930
25688
25689    xfree86: wrap keyboard devices for XKB.
25690    
25691    Call ProcessOtherEvents first, then for all keyboard devices let them be
25692    wrapped by XKB. This way all XI events will go through XKB.
25693    
25694    Note that the VCK is still not wrapped, so core events will bypass XKB.
25695
25696commit 5ee409794ee604fcf84886f70429fc2d6b1ff4f1
25697Author: Peter Hutterer <peter@cs.unisa.edu.au>
25698Date:   Thu Sep 6 18:52:02 2007 +0930
25699
25700    dix: add XI event support to FixKeyState.
25701    
25702    FixKeyState needs to be able to handle XI events, otherwise we get "impossible
25703    keyboard events" on server zaps and other special key combos.
25704
25705commit 6334d4e7be18de5f237c12a6dc20f75aa23477d0
25706Author: Peter Hutterer <peter@cs.unisa.edu.au>
25707Date:   Thu Sep 6 18:49:57 2007 +0930
25708
25709    xkb: enable XI event processing for xkb.
25710    
25711    XI events can now take the same processing paths as core events, and should do
25712    the correct state changes etc.
25713    
25714    There's some cases where XKB will use KeyPress as type for an event to be
25715    delivered to the client. Stuck warnings in, not sure what the correct solution
25716    is yet.
25717
25718commit 49dbe9a757a3d7a0b9ab318242c6cc0cbd4dd1f0
25719Author: Peter Hutterer <peter@cs.unisa.edu.au>
25720Date:   Thu Sep 6 17:27:28 2007 +0930
25721
25722    dix: close virtual core devices after other devices.
25723    
25724    If a device is paired with the VCP, deleting the VCP before the device will
25725    segfault the server when the sprite should get updated.
25726
25727commit 03680a384aa423ece75b658f00b96db2628c39fa
25728Author: Peter Hutterer <peter@cs.unisa.edu.au>
25729Date:   Thu Sep 6 15:43:47 2007 +0930
25730
25731    dix: don't change the device struct while processing core events.
25732    
25733    The device state needs to be changed while processing the XI event. Core
25734    events are always processed after XI, so by then the device is already set up
25735    properly. However, we now rely on DeviceButtonMotionMask to be equal to
25736    ButtonMotionMask. It already is, but stick a big fat warning in so nobody
25737    attempts to change it.
25738    
25739    This commit disables XKB for the VCK, thus essentially for all devices.
25740    Temporarily anyway.
25741
25742commit f3f614cd01ae56d84d61b4f5c907c6edd7c8c6d3
25743Author: Ben Byer <bbyer@bbyer.local>
25744Date:   Wed Sep 5 20:34:00 2007 -0700
25745
25746    Revert "configure.ac: exclude pci-access dependency from XDarwin"
25747    
25748    This reverts commit 20c6677d1b5f8d77325dd878ffa3df1d0fb01864.
25749
25750commit bf1641b94cffa54b786e18eaeff3839d8790b9f2
25751Author: Ben Byer <bbyer@bbyer.local>
25752Date:   Wed Sep 5 20:33:43 2007 -0700
25753
25754    XDARWIN: Add launchd support
25755    
25756    This adds a bit of glue to configure.ac to support launchd detection;
25757    on OS X (or other platforms which choose to implement launchd), this allows
25758    the system to automagically start the Xserver as necessary to serve clients.
25759
25760commit 71c21dea748ea0dcad758679c40ee39192d170f9
25761Author: Ben Byer <bbyer@bbyer.apple.com>
25762Date:   Wed Sep 5 18:45:50 2007 -0700
25763
25764    added HAVE_LAUNCHD check to configure.ac (mostly for OSX)
25765
25766commit 81c28ffd2b13a83770eadcfd7829d35d319d637f
25767Author: Daniel Stone <daniel@fooishbar.org>
25768Date:   Wed Sep 5 17:46:23 2007 -0700
25769
25770    Fix key repeats during VT switch.
25771    
25772    Add keyc->postdown, which represents the key state as of the last mieqEnqueue
25773    call, and use it when we need to know the posted state, instead of the
25774    processed state (keyc->down).  Add small functions to getevents.c to query and
25775    modify key state in postdown and use them all through, eliminating previously
25776    broken uses.
25777
25778commit e332335241af28ef0ab66b102d0cbc4e5c73ac68
25779Merge: 7381e91 accd71b
25780Author: Ben Byer <bbyer@bbyer.apple.com>
25781Date:   Wed Sep 5 15:51:23 2007 -0700
25782
25783    Merge branch 'master' of ssh://git.freedesktop.org/git/xorg/xserver
25784
25785commit 7381e9149e3cbb7e672070781a16e3f096202be9
25786Author: Ben Byer <bbyer@bbyer.apple.com>
25787Date:   Wed Sep 5 15:51:11 2007 -0700
25788
25789    added an exclusion for setting XORG on darwin
25790
25791commit accd71bda6f958ea6892ad3a10879232d345774c
25792Author: Keith Packard <keithp@koto.keithp.com>
25793Date:   Wed Sep 5 14:19:19 2007 -0700
25794
25795    Deliver correct event when releasing keys on VT switch.
25796    
25797    In commit 41bb9fce47f6366cc3f7d45790f7883f74289b5a, the event delivery loop
25798    for Xinput enabled keyboards was changed and accidentally used the wrong
25799    index variable, causing random events to be delivered when returning from VT
25800    switch.
25801    
25802    In addition, in commit aeba855b07832354f59678e20cc29a085e42bd99,
25803    SIGIO was blocked during delivery of these events, but not for the entire
25804    period the xf86Events array was being used. Block SIGIO for the whole loop
25805    to avoid other event delivery from trashing the key release events.
25806    (cherry picked from commit aa7ed1f5f35cd043bc38d985500aa0a32e857e84)
25807
25808commit 8b77dc7e808f61f1ed10fe05cf898bb47459a76d
25809Author: Ben Byer <bbyer@bbyer.apple.com>
25810Date:   Wed Sep 5 14:48:38 2007 -0700
25811
25812    XDARWIN: build breakage fix
25813
25814commit 20c6677d1b5f8d77325dd878ffa3df1d0fb01864
25815Author: Ben Byer <bbyer@bbyer.apple.com>
25816Date:   Wed Sep 5 14:31:01 2007 -0700
25817
25818    configure.ac: exclude pci-access dependency from XDarwin
25819    
25820    XDarwin doesn't need any of this pci stuff since it doesn't talk directly to hardware,
25821    so it doesn't make sense to require it when building on OSX/Darwin.
25822
25823commit ff01e44e33fd072958fb0157dae072f1b1c88944
25824Merge: 8ba8c16 47300ed
25825Author: Ben Byer <bbyer@bbyer.apple.com>
25826Date:   Wed Sep 5 13:56:08 2007 -0700
25827
25828    Merge branch 'master' of ssh://git.freedesktop.org/git/xorg/xserver
25829
25830commit 8ba8c16af773ec83a0b1c0661a23d746b401944e
25831Author: Ben Byer <bbyer@bbyer.apple.com>
25832Date:   Wed Sep 5 13:46:30 2007 -0700
25833
25834    build fixes for XDarwin
25835
25836commit 47300ed2be59d0ba7ea9345b954bf3104877c095
25837Author: Eric Anholt <eric@anholt.net>
25838Date:   Wed Sep 5 12:34:29 2007 -0700
25839
25840    Fix server version reporting to be the server package version.
25841    
25842    Previously, the server version reported by xdpyinfo and Xorg -version would
25843    bear some vague resemblance to a X.Org katamari version, but in the presence
25844    of modularization (and client-server relationships with different katamari
25845    versions on each side) those numbers don't really make sense.  Instead, just
25846    report the package version.
25847    
25848    When branching a stable branch, master's version should be immediately updated
25849    to the endpoint of the stable branch plus a snapshot of 1 (for example,
25850    1.4.0.1 after server-1.4-branch).  The stable branch should then be changed to
25851    RC0 at that time (1.3.99.0, for example).
25852    
25853    This scheme was partially attempted for server 1.3, but lacked the appropriate
25854    master updates, thus why it had to be revisited now.  While here, we can also
25855    remove a lot of versioning complexity since everything is based on the package
25856    version.
25857
25858commit 6c89d1237c4fdce961b30a8eaee964af5d56565e
25859Author: Dodji Seketeli <dodji@openedhand.com>
25860Date:   Wed Sep 5 17:46:49 2007 +0200
25861
25862    Kdrive: unbreak kdrive linking
25863    
25864            * configure.ac: re-sort Kdrive libs so that symbols get properly resolved.
25865              Basically, all some libs are present in both $KDRIVE_LIBS and $XSERVER_LIBS,
25866              and some libs orders are not correct. So I made sure Kdrive servers don't have
25867              to link against $KDRIVE_LIBS  *and* $XSERVER_LIBS. They just have to link
25868              against $KDRIVE_LIBS now.
25869            * hw/kdrive/*/Makefile.am: update those makefile to reflect the change in configure.ac
25870
25871commit 0003ccfcdfae1b473aa024342304b84256d378b9
25872Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
25873Date:   Wed Sep 5 11:18:36 2007 -0400
25874
25875    xace: add new fields to resource access hook to allow parent resource objects
25876    to be passed in at create time.  Also added a missing devPrivates initializer.
25877
25878commit 28e48cd8e6e4c412a49d7177daad6d3c93c28e08
25879Author: Ben Byer <bbyer@bbyer.local>
25880Date:   Wed Sep 5 04:43:17 2007 -0700
25881
25882    Another pathname fix for event_status_driver.h
25883
25884commit b6c0697fd67323893a9ad3676c33f2f1ec48e15e
25885Author: Ben Byer <bbyer@bbyer.local>
25886Date:   Wed Sep 5 04:40:03 2007 -0700
25887
25888    fixed path for event_status_driver.h
25889    (The path currently used is deprecated on Tiger and invalid on Leopard.)
25890
25891commit c4fff050836feeef8390b7197f1de39af2997811
25892Author: Peter Hutterer <peter@cs.unisa.edu.au>
25893Date:   Wed Sep 5 16:19:45 2007 +0930
25894
25895    Revert "Input: Fix stuck modifiers (bug #11683)"
25896    
25897    This reverts commit 6b055e5d9751e3679ff98065e43225ec8a960053.
25898    
25899    MPX relies on the XI event being delivered before the core event. Device grabs
25900    break, amongst other things. I guess stuck modifiers need to be fixed some
25901    other way.
25902    
25903    Conflicts:
25904    
25905            dix/getevents.c
25906
25907commit bfe6b4d2d9952a80f8dbc63eec974ef894e5c226
25908Author: Peter Hutterer <peter@cs.unisa.edu.au>
25909Date:   Tue Sep 4 17:44:51 2007 +0930
25910
25911    xkb: Store the action filters per device in the XkbSrvInfoRec.
25912    
25913    Using a global array for action filters is bad. If two keyboard hit a modifier
25914    at the same time, releaseing the first one will deactivate the filter and
25915    thus the second keyboard can never release the modifier again.
25916
25917commit cc5c926267be099d793e6dfec17916f21c73c64d
25918Author: Peter Hutterer <peter@cs.unisa.edu.au>
25919Date:   Thu Aug 30 15:51:22 2007 +0930
25920
25921    randr: RRPointerScreenConfigured needs to move all pointers.
25922    
25923    Previous version only moved the VCP, causing "bogus pointer events" lateron.
25924    Now we run through the device list, updating each pointer separately if
25925    necessary.
25926    
25927    Also stick a big warning into RRPointerMoved, not sure what device we need to
25928    work on here.
25929
25930commit 136fde2c7b5ed590bc6c63d11ede31e92dc679a2
25931Author: Ademar de Souza Reis Jr <ademar@mandriva.com.br>
25932Date:   Tue Jul 3 13:44:28 2007 -0300
25933
25934    Add Xserver man section about catalogue:<dir> FPE
25935    
25936    catalogue:<dir> FPEs were introduced in libXfont 1.2.9
25937
25938commit eb6a933dc60bec5601260794eeb973e946af37b6
25939Author: Ademar de Souza Reis Jr <ademar@mandriva.com.br>
25940Date:   Tue Jul 3 13:44:03 2007 -0300
25941
25942    Add xorg.conf man section about catalogue:<dir> FPE
25943    
25944    catalogue:<dir> FPEs were introduced in libXfont 1.2.9
25945
25946commit 205183a733237ea418a25c7423b689fcc8eae628
25947Author: Eric Anholt <eric@anholt.net>
25948Date:   Tue Sep 4 16:19:22 2007 -0700
25949
25950    Fix driver build by including an appropriate Requires.private line on pixman.
25951    
25952    We'd previously been substituting PIXMAN_CFLAGS, but we've got a better tool
25953    now, plus I deleted the PIXMAN_CFLAGS substitution without noticing.
25954
25955commit d67e210f3458b62d7d4a6032aabfda0004d661c1
25956Author: Gerte Hoogewerf <g.hoogewerf@gmail.com>
25957Date:   Tue Sep 4 16:09:38 2007 -0700
25958
25959    Add stub symbols to make xprint build.
25960
25961commit f7f79724fdea0cc6fda0e90e56431df937d49335
25962Author: Eric Anholt <eric@anholt.net>
25963Date:   Tue Sep 4 15:10:49 2007 -0700
25964
25965    Increase despair by fixing xprint build after my _DEPENDENCIES changes.
25966
25967commit e89d16be07e45e487913509788a9e8cb1ee09bc7
25968Author: Ian Romanick <idr@us.ibm.com>
25969Date:   Tue Sep 4 14:49:49 2007 -0700
25970
25971    Revert part of 529acb175440969af9d7fa38aab8d7dea0dc2661 because libtool is smart.
25972
25973commit bf5948518763b5e21eff806a0a9abc5f7757fa10
25974Merge: 4062db4 735da3d
25975Author: Matthieu Herrb <matthieu@bluenote.herrb.com>
25976Date:   Tue Sep 4 22:40:31 2007 +0200
25977
25978    Merge branch 'master' of git+ssh://herrb@git.freedesktop.org/git/xorg/xserver
25979
25980commit 4062db4020c671fc0921a3a4e7fe5d8dc1be2e1d
25981Author: Matthieu Herrb <matthieu@bluenote.herrb.com>
25982Date:   Tue Sep 4 22:39:14 2007 +0200
25983
25984    typo in comment
25985
25986commit ce9e83d913511fe619da42f805d7bcd1a2a60d90
25987Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
25988Date:   Tue Sep 4 14:01:55 2007 -0400
25989
25990    xace: add hooks + new access codes: Damage extension
25991
25992commit 735da3dcd09f59c40f68eca8c9a91c2e826cd1b9
25993Author: Egbert Eich <eich@freedesktop.org>
25994Date:   Tue Sep 4 16:42:57 2007 +0200
25995
25996    Fixing xf86I2CGetScreenBuses(), now dereferencing the correct pointer.
25997
25998commit 7c5de093d499de63d39fe038d86da0a085262017
25999Author: Egbert Eich <eich@freedesktop.org>
26000Date:   Tue Sep 4 15:07:17 2007 +0200
26001
26002    Fixing sig11 in xf86I2CGetScreenBuses().
26003    
26004    Dereferencing a pointer once too often caused a
26005    sig11 in xf86I2CGetScreenBuses().
26006
26007commit 9adea807038b64292403ede982075fe1dcfd4c9a
26008Author: Hong Liu <hong.liu@intel.com>
26009Date:   Tue Sep 4 08:46:46 2007 +0100
26010
26011    bgPixel (unsigned long) is 64-bit on x86_64, so -1 != 0xffffffff
26012    
26013    This patch should fix bug 8080.
26014
26015commit 529acb175440969af9d7fa38aab8d7dea0dc2661
26016Author: Eric Anholt <eric@anholt.net>
26017Date:   Sun Sep 2 15:16:01 2007 -0700
26018
26019    Fix Xorg build by listing circular dependency libraries twice.
26020    
26021    One of these I introduced by listing dix and mi in the same library list to
26022    simplify other servers.  The other had been hacked around using libosandcommon,
26023    which is now gone.
26024
26025commit c56930e6ca90a61d2f4cbd845f7d0a51a66f83cb
26026Author: Eric Anholt <eric@anholt.net>
26027Date:   Fri Aug 31 18:27:41 2007 -0700
26028
26029    Remove backend.[ch] from neomagic to fix distcheck.
26030
26031commit f98dfec79dadb70fa7bba84e7335f92b3a73dc02
26032Author: Keith Packard <keithp@koto.keithp.com>
26033Date:   Sat Sep 1 21:14:22 2007 -0700
26034
26035    [COMPOSITE] Composite used for pixmap population on redirect. (Bug #7447)
26036    
26037    compNewPixmap copies bits from the parent window to the redirected child
26038    pixmap to populate the pixmap with reasonable data. It cannot always use
26039    CopyArea as that only works across matching depths. Use Composite when
26040    the depths do not match.
26041
26042commit 1afdf8b0a92437dffe84fa98b6083b3d8fd55e27
26043Author: Adam Jackson <ajax@redhat.com>
26044Date:   Fri Aug 31 22:11:13 2007 -0700
26045
26046    [RANDR] Don't mark Xinerama as active if no crtcs are enabled. (bug #11504).
26047    
26048    Clients expect any Xinerama-enabled screen to report at least one
26049    monitor, but with RandR, there may not be any enabled crtcs. In this case,
26050    tell the client that Xinerama is not active.
26051
26052commit 0dc2bb6101704d0fd25f36e2c3df79687f119f5b
26053Author: Marius Gedminas <mgedmin@b4net.lt>
26054Date:   Fri Aug 31 21:36:37 2007 -0700
26055
26056    [RANDR] Compare only milliseconds of config time. (Bug #6502)
26057    
26058    The timestamp transferred in the X protocol is a 32-bit number of
26059    milliseconds.
26060    
26061    The timestamp stored in the server is a structure that contains two fields:
26062    months (!) and milliseconds.
26063    
26064    When the server passes the config timestamp to the client, it discards the
26065    months part and sends only the milliseconds part.
26066    
26067    When the server receives the config timestamp from the client, it tries to
26068    guess the "months" part by looking at the current time and then maybe adding
26069    or
26070    subtracting one.  The guess is wrong after the server has been running long
26071    enough (several hours).
26072    
26073    I have added two ErrorF calls around the 'if' statement that returns
26074    RRSetConfigInvalidConfigTimestamp in randr/randr.c and my Xorg.0.log has
26075    this:
26076    
26077      randr request got good config time: 0:-2103495671
26078    
26079    for the first few successful xrandr calls, and
26080    
26081      randr request failed with RRSetConfigInvalidConfigTime: client passed
26082      1:-2103495671, server has 0:-2103495671
26083    
26084    when it fails.  The server has been running for 8 and a half hours.
26085    
26086    The obvious fix would be to ignore the months field and only compare the
26087    milliseconds.
26088
26089commit 07630d897ef37cad8b79d073d9edc891d5a7bddd
26090Author: Eric Anholt <eric@anholt.net>
26091Date:   Fri Aug 31 15:16:01 2007 -0700
26092
26093    Bug #7364: Require renderproto 0.9.3 on 64-bit, and fix build with it.
26094
26095commit ca82d4bddf235c9b68d51d68636bab40eafb9889
26096Author: Eric Anholt <eric@anholt.net>
26097Date:   Fri Aug 31 13:00:23 2007 -0700
26098
26099    Bug #7186: Fix an excessive request size limitation that broke big-requests.
26100    
26101    MAXBUFSIZE appears to be a leftover of some previous time.  Instead, just
26102    use maxBigRequestSize when bigreqs are available (limiting buffers to ~16MB).
26103    When bigreqs are not available, needed won't be larger than the maximum
26104    size of a non-bigreqs request (256kB).
26105
26106commit a02db0d500cac20d0f0f107d27c064a175018421
26107Author: Eric Anholt <eric@anholt.net>
26108Date:   Fri Aug 31 12:24:07 2007 -0700
26109
26110    Convert servers to using _DEPENDENCIES to ensure proper rebuilds.
26111    
26112    This cleans up server Makefile.ams a little bit, but also means that people
26113    messing with configure.ac need to be careful with whether they put libraries
26114    in the _LIBS or _SYS_LIBS targets.  Hopefully the comment in configure.ac will
26115    clarify the issues.
26116
26117commit c9ceb4878063ca22487c708d9d1f86e367f2cec8
26118Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
26119Date:   Fri Aug 31 11:03:54 2007 -0400
26120
26121    xace: add hooks + new access codes: Composite extension
26122
26123commit fd04b983db6a70bf747abe02ca07c1fbbaae6343
26124Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
26125Date:   Fri Aug 31 09:55:27 2007 -0400
26126
26127    xace: add hooks + new access codes: Render extension
26128
26129commit 3f42af8c0ef1e5379bc836f589e0cbee43c02ac5
26130Author: Peter Hutterer <peter@cs.unisa.edu.au>
26131Date:   Thu Aug 30 18:22:12 2007 +0930
26132
26133    config: Use [config/dbus] consistently for error messages.
26134
26135commit 0fcde83d94507eadd9f99d4e6a63584b221c989c
26136Author: Peter Hutterer <peter@cs.unisa.edu.au>
26137Date:   Thu Aug 30 18:20:20 2007 +0930
26138
26139    config: return BadValue to caller if add/remove doesn't have parameters.
26140    
26141    If message iterator cannot be created, the caller didn't supply any
26142    parameters. Return BadValue, instead of dying a horrible death while being
26143    stuck in an endless loop.
26144
26145commit 87495fc7064d5e0a7575a0713b6895a4172df0fa
26146Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
26147Date:   Thu Aug 30 21:57:41 2007 +0100
26148
26149    Allow yres_virtual to be greater for some kernel fbdev drivers.
26150    (temporary fix for older fbdev drivers)
26151
26152commit 1005b29cc6939851b40397cc9cd0de9476ad3046
26153Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
26154Date:   Thu Aug 30 14:48:24 2007 -0400
26155
26156    xace: Correct some access modes.
26157
26158commit d8ab2353cbd7694b556b7b9d550104dc8c460a1b
26159Author: Eric Anholt <eric@anholt.net>
26160Date:   Thu Aug 30 10:39:53 2007 -0700
26161
26162    Remove dead xf86GetPciSizeFromOS and xf86GetPciOffsetFromOS.
26163
26164commit c2d80529fc7f514d80cf3cbed6f580cb999aca1b
26165Author: Eric Anholt <eric@anholt.net>
26166Date:   Thu Aug 30 10:20:55 2007 -0700
26167
26168    Remove the now-dead PciAvoid symbol.
26169
26170commit 53f346b158fa8e10de5a8777fa6d8d86f918878b
26171Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
26172Date:   Thu Aug 30 13:20:04 2007 -0400
26173
26174    xace: add hooks + new access codes: SHAPE extension
26175
26176commit 766c693ef3637ee6fc402df594060ed2c1346761
26177Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
26178Date:   Thu Aug 30 13:06:28 2007 -0400
26179
26180    xace: add hooks + new access codes: MIT-SCREEN-SAVER extension
26181
26182commit cda92bbf12107865e93c03c71b901ef51466dc31
26183Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
26184Date:   Thu Aug 30 11:48:45 2007 -0400
26185
26186    xace: add hooks + new access codes: XFixes extension.
26187    
26188    Required a new name argument to the selection access hook to handle
26189    XFixesSelectSelectionInput.
26190
26191commit 47ab4d648b31ea1d5800e0bc84cf5f25025bffe3
26192Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
26193Date:   Thu Aug 30 11:40:39 2007 -0400
26194
26195    devPrivates rework: convert CursorRec and CursorBits over to new interface.
26196
26197commit 1d11e4bc4ccb169fb23fc18583f0b648f0a6a4e0
26198Author: Egbert Eich <eich@freedesktop.org>
26199Date:   Thu Aug 30 12:50:21 2007 +0200
26200
26201    Fixing a misleading comment which could suggest a GPL violation.
26202    
26203    The author of the int10 code looked at the VBIOS POSTing code
26204    in DOSEMU to get some initial idea on how to POST a VBIOS.
26205    To give credit to the DOSEMU Team for this inspiration a comment
26206    was added to the code which could suggest that code from the
26207    GPLed DOSEMU was directly incorporated into this code.
26208    This patch should clearify the situation.
26209
26210commit 45efe85003195bd45501630cef08349abb180c3a
26211Author: Eric Anholt <eric@anholt.net>
26212Date:   Wed Aug 29 16:05:51 2007 -0700
26213
26214    Remove stale changelogs from kdrive.
26215
26216commit 5aaf00190157114780ab51f7268b396459ed1cad
26217Author: Eric Anholt <eric@anholt.net>
26218Date:   Wed Aug 29 16:05:23 2007 -0700
26219
26220    Add more generated files to .gitignore.
26221
26222commit 87295b66a972a2bd194a79af6aa4f715018fcded
26223Author: Eric Anholt <eric@anholt.net>
26224Date:   Wed Aug 29 15:54:32 2007 -0700
26225
26226    Bug #9629: Remove badly-licensed neomagic kdrive files.
26227    
26228    Licensing issues of these files include:
26229    - They claim to be licensed under the GPL, yet we haven't allowed that in the
26230      xserver repository in the past.
26231    - They refer the user to the top of the tree for GPL license text, yet it isn't
26232      there.
26233    - They claim to be derived from the (MIT-licensed) ati kdrive code, yet don't
26234      follow the licensing terms of those files.
26235
26236commit 4795df62456b73c6790f271e0a20a83c60496490
26237Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
26238Date:   Wed Aug 29 14:40:10 2007 -0400
26239
26240    xace: add hooks + new access codes: TOG-CUP extension.
26241
26242commit e39694789e31e221fc8dec44ace9c697daf7acad
26243Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
26244Date:   Wed Aug 29 14:16:46 2007 -0400
26245
26246    xace: drop map-window checking hook, add new hooks for controlling the
26247    delivery of events to windows and clients.
26248    
26249    This is tentative.  It's likely that an additional last-resort hook will
26250    be necessary for code that calls TryClientEvents or WriteEventsToClient
26251    directly.  It's also possible that new xace machinery will be necessary
26252    to classify events and pull useful resource ID's out of them.
26253    
26254    The failure case also needs some thinking through.  Should event delivery
26255    "succeed" or should it report undeliverable?
26256    
26257    Finally, XKB appears to call WriteToClient to pass events.  Sigh.
26258
26259commit 41355a53c29bbf879da0c6ea562294fcc7ef89ff
26260Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
26261Date:   Tue Aug 28 15:10:20 2007 -0400
26262
26263    xace: add hooks + new access codes: core protocol input requests
26264
26265commit adf46b57ce6c69ab13a38b09a8104c802d54d052
26266Author: Eric Anholt <eric@anholt.net>
26267Date:   Tue Aug 28 10:08:38 2007 -0700
26268
26269    Replace BSD custom PCI code with a stub implementation thanks to pciaccess.
26270    
26271    Note that pciaccess doesn't yet have Net/OpenBSD support, but the relevant
26272    code should go there instead of disconnected code in the X Server.
26273    
26274    While here, remove the now-disabled INCLUDE_XF86_NO_DOMAIN from the headers,
26275    and un-disable xf8StdAccResFromOS for those OSes without domain support which
26276    will need it.
26277
26278commit 4017d3190234e189a0bbd33193a148d4d3c7556b
26279Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
26280Date:   Tue Aug 28 09:28:25 2007 -0400
26281
26282    devPrivates rework: since API is already broken, switch everything
26283    over to new system.
26284    
26285    Need to update documentation and address some remaining vestiges of
26286    old system such as CursorRec structure, fb "offman" structure, and
26287    FontRec privates.
26288
26289commit 85547073265ae9bc4ae3af920a6d3214fd1ca0c5
26290Merge: 860a09c 7d54399
26291Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
26292Date:   Tue Aug 28 07:25:21 2007 -0400
26293
26294    Merge branch 'master' into XACE-SELINUX
26295    
26296    Conflicts:
26297    
26298    	include/miscstruct.h
26299    	mi/mibstore.c
26300    	mi/midispcur.c
26301    	os/Makefile.am
26302
26303commit 3fe67d23edaae3ddde20cd5f349aa5dfde1d26a3
26304Author: Eric Anholt <eric@anholt.net>
26305Date:   Mon Aug 27 19:02:41 2007 -0700
26306
26307    Remove the BusAccWindows resource code which is now unused.
26308    
26309    This was a bunch of poorly defined resource ranges per OS/platform combination
26310    which were supposed to represent what regions could potentially have resources
26311    allocated into them.
26312
26313commit 9e2112b2b56af099a7f380ece9b5c1d25b20cce4
26314Author: Eric Anholt <eric@anholt.net>
26315Date:   Mon Aug 27 18:50:34 2007 -0700
26316
26317    Remove unused xf8GetBlock and xf86GetSparse entry points.
26318
26319commit 801c359574d08ff2d6ac75a3325ff522bc862e30
26320Author: Eric Anholt <eric@anholt.net>
26321Date:   Mon Aug 27 15:46:05 2007 -0700
26322
26323    Fix fbdevhwstub for pci-rework.
26324
26325commit 7d54399cfdaa7f54e28828267a76b89c4e8e798f
26326Author: Keith Packard <keithp@koto.keithp.com>
26327Date:   Sun Aug 26 22:11:45 2007 -0700
26328
26329    Add XSERVER_LIBPCIACCESS to xorg-server.h when using libpciaccess
26330
26331commit affda73a1d6e291516880dfbcb74b661374524c6
26332Author: Eugeniy Meshcheryakov <eugen@univ.kiev.ua>
26333Date:   Mon Aug 27 00:41:03 2007 +1000
26334
26335    Xprint: fix handling of TrueType font name
26336    
26337    Debian bug #272368
26338    http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=272368
26339    In certain locales, some characters from some TrueType fonts were not
26340    appearing in the Xprint postscript output due to the font not being
26341    identified in the postscript output.
26342
26343commit 6f44a2c8a8d6e8f95681ebc7b2dd5ad9c3a02c6e
26344Author: Adam Jackson <ajax@benzedrine.nwnk.net>
26345Date:   Sun Jul 29 14:16:10 2007 -0400
26346
26347    Refactor PictureInitIndexedFormats.
26348    
26349    The plural version is now static, which is fine since it was only ever called
26350    from within picture post-init anyway.  The body of the work is now done with
26351    a one-shot (public) function that operates on a single format at a time.
26352
26353commit ae7f71a8b3d6756161e55d998d6eec37d2695c98
26354Author: Adam Jackson <ajax@benzedrine.nwnk.net>
26355Date:   Sat Aug 25 15:08:20 2007 -0400
26356
26357    Implement core protocol backing store exclusively in terms of Composite.
26358    
26359    Composite's automatic redirection is a more general mechanism than the
26360    ad-hoc BS machinery, so it's much prettier to implement the one in terms
26361    of the other.  Composite now wraps ChangeWindowAttributes and activates
26362    automatic redirection for windows with backing store requested.  The old
26363    backing store infrastructure is completely gutted: ABI-visible structures
26364    retain the function pointers, but they never get called, and all the
26365    open-coded conditionals throughout the DIX layer to implement BS are gone.
26366    
26367    Note that this is still not a strictly complete implementation of backing
26368    store, since Composite will throw the bits away on unmap and therefore
26369    WhenMapped and Always hints are equivalent.
26370
26371commit bf0883ae5081bd75569115a3eb27c6d3d336c9f2
26372Author: David Nusinow <dnusinow@debian.org>
26373Date:   Sat Aug 25 14:53:17 2007 -0400
26374
26375    Fix bug in debugging info related to pci-rework merge
26376
26377commit 4eed88af8b7b6881b44ccf9f4a5c5875af6d2b78
26378Author: Ian Romanick <idr@us.ibm.com>
26379Date:   Fri Aug 24 18:06:50 2007 -0700
26380
26381    Remove files made obsolete by pci-rework.
26382
26383commit 1ab4b3e183d04bb20fb5039f7d2671752ab24cf6
26384Author: Aaron Plattner <aplattner@nvidia.com>
26385Date:   Fri Aug 24 16:00:31 2007 -0700
26386
26387    Bump video driver ABI for pci-rework.
26388
26389commit 91f358336f77c0e4f577be65cca977d17298e36c
26390Merge: b9a806f 8b6b40b
26391Author: Ian Romanick <idr@us.ibm.com>
26392Date:   Fri Aug 24 15:04:21 2007 -0700
26393
26394    Merge branch 'pci-rework'
26395
26396commit b9a806f0b3d495c7616b469281e5892ae7f3f6b3
26397Author: Michel Dänzer <michel@tungstengraphics.com>
26398Date:   Fri Aug 24 19:04:55 2007 +0200
26399
26400    exaPolyFillRect: pGC->alu doesn't matter with a single rectangle.
26401
26402commit d0f0d1092c7587a02404e1db07740e6334462ba6
26403Author: Michel Dänzer <michel@tungstengraphics.com>
26404Date:   Fri Aug 24 14:10:13 2007 +0200
26405
26406    exaGetImage: Don't migrate pixmap out of FB with no DownloadFromScreen hook.
26407    
26408    Based on the assumption that GetImage is relatively rare, so the overhead of
26409    the migration is probably bigger than any potential savings.
26410
26411commit 5d9e2c282145897008d7d941e2a0a3fdc71f2373
26412Author: Michel Dänzer <michel@tungstengraphics.com>
26413Date:   Fri Aug 24 14:03:14 2007 +0200
26414
26415    EXA: Improve ShmPutImage.
26416    
26417    Share as much code with exaPutImage as possible, and fall back to fbShmPutImage
26418    when that fails.
26419
26420commit 6085522d91e875c0e1ab8d4300e7378701c19b7c
26421Author: Michel Dänzer <michel@tungstengraphics.com>
26422Date:   Fri Aug 24 14:02:35 2007 +0200
26423
26424    Export fbShmPutImage to modules.
26425    
26426    To be used by EXA.
26427
26428commit c19f227b468d039c5ea136cc8a53c420da30263b
26429Author: Michel Dänzer <michel@tungstengraphics.com>
26430Date:   Fri Aug 24 13:05:52 2007 +0200
26431
26432    EXA: Only mark offscreen memory as used when it really is.
26433
26434commit 095850596114178119a8cc854716ce0cc6e05121
26435Author: Michel Dänzer <michel@tungstengraphics.com>
26436Date:   Fri Aug 24 13:04:48 2007 +0200
26437
26438    __glXDRIbindTexImage: Fail if no texture bound to pixmap's texture target.
26439    
26440    We would most likely crash somewhere in Mesa if we tried to continue in this
26441    case.
26442
26443commit 8b6b40b7271acd81a9548f502c18f46f3b640640
26444Merge: ab7a6d8 3305d17
26445Author: Ian Romanick <idr@us.ibm.com>
26446Date:   Thu Aug 23 18:19:17 2007 -0700
26447
26448    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into pci-rework
26449    
26450    Conflicts:
26451    
26452    	hw/xfree86/common/xf86.h
26453    	hw/xfree86/common/xf86Init.c
26454    	hw/xfree86/common/xf86pciBus.c
26455    	hw/xfree86/int10/generic.c
26456    	hw/xfree86/int10/helper_exec.c
26457    	hw/xfree86/loader/xf86sym.c
26458    	hw/xfree86/os-support/bus/Pci.c
26459    	hw/xfree86/os-support/bus/Pci.h
26460    	hw/xfree86/os-support/bus/linuxPci.c
26461    	hw/xfree86/os-support/linux/int10/linux.c
26462
26463commit 93ae6fe18c417a22f1fccb22add4890a20cae713
26464Author: Carl Worth <cworth@cworth.org>
26465Date:   Thu Aug 23 16:33:05 2007 -0700
26466
26467    Avoid leaking a Pixmap for every glyph
26468
26469commit 3305d17195e3a0a5555300555bd7703312fa489f
26470Author: Matthieu Herrb <matthieu@deville.herrb.com>
26471Date:   Thu Aug 23 22:48:19 2007 +0200
26472
26473    Fix indentation.
26474
26475commit a66c0f1dca2958835ff65a5b50579e3304ed316a
26476Author: Matthieu Herrb <matthieu@bluenote.herrb.com>
26477Date:   Thu Aug 23 22:11:56 2007 +0200
26478
26479    Remove an extra cast.
26480    
26481    Thou should not apply patches manually without testing.
26482
26483commit 12d27cf33c6d963eae77795c0d247175907162a5
26484Author: Otto Moerbeek <otto@openbsd.org>
26485Date:   Thu Aug 23 21:59:25 2007 +0200
26486
26487    A high resolution device that's moving fast can potentially generate
26488    an int overflow, making dx*dx+dy*dy negative. Now pow(negative,
26489    non-integer) yields NaN, so you loose.  Use fp math to avoid that.
26490
26491commit ff089e6cae634ac3eb509abd448a250bcbb17275
26492Author: Brian Paul <brian.paul@tungstengraphics.com>
26493Date:   Thu Aug 23 19:38:53 2007 +0200
26494
26495    glx: fix crash when freeing visuals
26496    
26497    Don't set screen->num_vis to a value greater than the actual number of visuals.
26498    
26499    X.Org Bug #10809 <http://bugs.freedesktop.org/show_bug.cgi?id=10809>
26500
26501commit 943dd6ad99670c283a6869ea6c5f751acbd73134
26502Author: Søren Sandmann Pedersen <sandmann@redhat.com>
26503Date:   Thu Aug 23 12:15:03 2007 -0400
26504
26505    Revert "Revert "Require pixman 0.9.5; Use pixman_image_set_source_clipping() to fix"" since the pixman changes have been pushed now.
26506    
26507    This reverts commit 57f7f2a5327a2d967a726bb4706e4f6b2f4b2cea.
26508
26509commit 13949f997289068354e83bc83e50d97b8232efb1
26510Author: Julien Cristau <jcristau@debian.org>
26511Date:   Thu Aug 23 11:27:33 2007 +0200
26512
26513    Get rid of the type1 font module.
26514    
26515    It is completely replaced by freetype these days.
26516
26517commit 88a9828ef906bba973debc191e35ea669b7ec271
26518Author: Peter Hutterer <peter@cs.unisa.edu.au>
26519Date:   Thu Aug 23 18:02:10 2007 +0930
26520
26521    dix: Only check device events for possible ACLs.
26522    
26523    We shouldn't be able to restrict events like Expose, etc. with device based
26524    ACLs. So we just ignore all non-input events when checking for permissions.
26525
26526commit 76bf3cd7b8c6189b6b08518cde00c8bd991bdfb7
26527Author: Dave Airlie <airlied@redhat.com>
26528Date:   Thu Aug 23 16:22:03 2007 +1000
26529
26530    randr: fixup crtc and output destroy
26531    
26532    if you are moving pointers, you want to move the pointers not just a byte
26533
26534commit 81f8b652d99ee0f7116c1e34aed0e585d23a91fb
26535Author: Alex Deucher <alex@botch2.(none)>
26536Date:   Wed Aug 22 19:26:34 2007 -0400
26537
26538    Add _X_EXPORT to exported functions in hw/xfree86/modes/*
26539    
26540    Also add missing exports to hw/xfree86/loader/xf86sym.c
26541
26542commit 57f7f2a5327a2d967a726bb4706e4f6b2f4b2cea
26543Author: Eric Anholt <eric@anholt.net>
26544Date:   Wed Aug 22 09:02:03 2007 -0700
26545
26546    Revert "Require pixman 0.9.5; Use pixman_image_set_source_clipping() to fix"
26547    
26548    The corresponding pixman code hasn't been pushed, so revert until the code is
26549    ready.
26550    
26551    This reverts commit 53941c8e68014619d3ded7f8bc0f07d9a38bb9b1.
26552
26553commit d0dc9698ae4324d44ed4c0482d6858d0b73bff33
26554Author: Eric Anholt <eric@anholt.net>
26555Date:   Wed Aug 22 09:00:45 2007 -0700
26556
26557    Revert "Fix <pixman.h> include to <pixman/pixman.h>"
26558    
26559    The pixman headers have been located under pixman-1/ instead of pixman/ since
26560    around 2007-08-06, and pixman-1.pc has the updated include paths to account
26561    for this.
26562    
26563    This reverts commit feb1b3e45513bd6eaa2e6a5ee536183f20d9cb68.
26564
26565commit bc2d516f16d94c805b4dfa8e5b9eef40ff0cbe98
26566Author: Eric Anholt <eric@anholt.net>
26567Date:   Fri Aug 17 12:14:16 2007 -0700
26568
26569    Fix overly-restrictive integer overflow check in EXA pixmap creation.
26570    
26571    The result was that at 32bpp, pixmaps of width 8192 or greater couldn't be
26572    created, due to treating a pitch value as a width.
26573
26574commit feb1b3e45513bd6eaa2e6a5ee536183f20d9cb68
26575Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
26576Date:   Wed Aug 22 16:54:29 2007 +0100
26577
26578    Fix <pixman.h> include to <pixman/pixman.h>
26579
26580commit b6a7c0112c42a3287e53647c38b2c0c5bf8fefa0
26581Merge: 53941c8 6ef4ecd
26582Author: Søren Sandmann Pedersen <sandmann@redhat.com>
26583Date:   Tue Aug 21 14:26:34 2007 -0400
26584
26585    Merge branch 'master' of ssh+git://sandmann@git.freedesktop.org/git/xorg/xserver
26586
26587commit 53941c8e68014619d3ded7f8bc0f07d9a38bb9b1
26588Author: Søren Sandmann Pedersen <sandmann@redhat.com>
26589Date:   Tue Aug 21 14:26:14 2007 -0400
26590
26591    Require pixman 0.9.5; Use pixman_image_set_source_clipping() to fix
26592    bug 11620 (reported by Jens Stroebel.
26593
26594commit 6ef4ecd82670c37a354243166750d76a97959c8b
26595Author: Julien Cristau <jcristau@debian.org>
26596Date:   Tue Aug 21 18:17:35 2007 +0200
26597
26598    config: fix default xkb model (pc105, not keyboard)
26599
26600commit 1834cfb4470341aace64a2fa47d04f85dbf98a47
26601Author: Adam Jackson <ajax@benzedrine.nwnk.net>
26602Date:   Tue Aug 21 10:44:37 2007 -0400
26603
26604    Fix an error message to not point to @xfree86.org.
26605
26606commit 265a633cf1fcbf497d6916d9e22403dffdde2e07
26607Author: Keith Packard <keithp@koto.keithp.com>
26608Date:   Sun Aug 19 20:29:37 2007 -0700
26609
26610    Screen size changing should leave FB alone when X is inactive.
26611    
26612    xf86RandR12ScreenSetSize must protect calls to EnableDisableFBAccess with
26613    suitable vtSema checks to avoid invoking driver code while the X server is
26614    inactive.
26615
26616commit 7dc8531548cc9573e28bb04363dcbb3af5864c9a
26617Author: Keith Packard <keithp@koto.keithp.com>
26618Date:   Sun Aug 19 20:28:05 2007 -0700
26619
26620    Ref count cursors used in hw/xfree86/modes code.
26621    
26622    The multi-crtc cursor code in hw/xfree86/modes holds a reference to the
26623    current cursor. This reference must be correctly ref counted so the cursor
26624    is not freed out from underneath this code.
26625
26626commit 1f6ddae003ec65d6bc567831bf32bf75dfefdd6c
26627Author: Alex Deucher <alex@botch2.com>
26628Date:   Tue Aug 21 00:37:33 2007 -0400
26629
26630    add xf86_crtc_clip_video_helper to xf86sym.c
26631
26632commit c839859d1bc35451923a2cbd5dfac4f3ca5eb3f9
26633Author: David Nusinow <dnusinow@debian.org>
26634Date:   Mon Aug 20 21:09:27 2007 -0400
26635
26636    Move module defaults from the header to the source file.
26637    
26638    This is where they should have been in the first place. All the rest of
26639    the code in the server defines such things in the source files, not the
26640    headers.
26641
26642commit 53c04351c462d2ae307684e50d5960debe1ee557
26643Author: Alex Deucher <alex@botch2.com>
26644Date:   Mon Aug 20 19:46:38 2007 -0400
26645
26646    move intel crtc xv clipping helper to the xserver
26647    
26648    The code is generic and can be used by any overlay-based card when
26649    adding randr 1.2 support.  Tested on radeon.
26650
26651commit a1fe36b772f7edc162ea97368f86588c0fb77148
26652Author: Julien Cristau <jcristau@debian.org>
26653Date:   Mon Aug 20 12:57:06 2007 +0200
26654
26655    xfree86: Fix build on Linux/alpha.
26656    
26657    A bunch of CFLAGS had gone missing, so the build failed with errors like:
26658    ../../../../../hw/xfree86/os-support/linux/lnx_ev56.c:7:19: error: input.h: No such file or directory
26659    ../../../../../hw/xfree86/os-support/linux/lnx_ev56.c:8:24: error: scrnintstr.h: No such file or directory
26660
26661commit 2c1431a76e7219e3bd14fd7f7888a8bc4fea0f58
26662Author: Peter Hutterer <peter@cs.unisa.edu.au>
26663Date:   Mon Aug 20 10:06:13 2007 +0930
26664
26665    dix: ProcChangeActivePointerGrab: make sure variable is initialised.
26666    
26667    Thanks to Ben Close for spotting it.
26668
26669commit 65a49f0ca198e0366175367729a101211388b16b
26670Author: Blair Sadewitz <blair.sadewitz@gmail.com>
26671Date:   Sun Aug 19 20:29:22 2007 +0200
26672
26673    Autoconfiguration of wsmouse for NetBSD.
26674
26675commit 3c448b0eb67337b56641e09a6d168aad6745e3ef
26676Author: Fredrik Höglund <fredrik@kde.org>
26677Date:   Sat Aug 18 19:02:18 2007 +0200
26678
26679    EXA: Fix a couple of logic errors in exaGetPixmapFirstPixel.
26680    
26681    The fb pointer would be left uninitialized when exaPixmapIsOffscreen
26682    returned false. When it returned true and the pixmap was damaged,
26683    fb would be initialized from the pixmap's devPrivate.ptr before the
26684    exaDoMigration and exaPrepareAccess calls, at which point
26685    devPrivate.ptr would still be pointing at offscreen memory.
26686
26687commit 23fbd5292d356067e85e1eec4eb4f743532b0503
26688Author: Alan Coopersmith <alan.coopersmith@sun.com>
26689Date:   Fri Aug 17 15:29:16 2007 -0700
26690
26691    Actually build Secure RPC authentication support (missed in modularization)
26692
26693commit 6a32a96d8df184c3ace4847beb48fdcb846d2286
26694Author: Aaron Plattner <aplattner@nvidia.com>
26695Date:   Thu Aug 16 17:43:29 2007 -0700
26696
26697    stride is in FbBits-sized chunks, but xoff is not.
26698    
26699    Fixes corruption problems with composite rendering to redirected windows in
26700    depth 16.
26701
26702commit 32666d77227fcd2c066de16bf3c07366f92b0457
26703Author: Aaron Plattner <aplattner@nvidia.com>
26704Date:   Thu Aug 16 14:57:18 2007 -0700
26705
26706    Bug #12015: Use the right offsets in the dst arguments of pixman_blt.
26707
26708commit daee59b1703ac07c2def9e9fecc479e59b93f761
26709Author: Fredrik Höglund <fredrik@kde.org>
26710Date:   Wed Aug 15 19:19:11 2007 +0200
26711
26712    EXA: Wrap Trapezoids to prevent excessive migration of the alpha pixmap.
26713    
26714    miTrapezoids creates an alpha pixmap and initializes the contents
26715    using PolyFillRect, which causes the pixmap to be moved in for
26716    acceleration. The subsequent call to RasterizeTrapezoid won't be
26717    accelerated by EXA, which causing the pixmap to be moved back out
26718    again.
26719    
26720    By wrapping Trapezoids and using ExaCheckPolyFillRect instead of
26721    PolyFillRect to initialize the pixmap, we avoid this roundtrip.
26722
26723commit 860a09cfb8afc0a293c7eb5e01762724eb86847a
26724Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
26725Date:   Thu Aug 16 16:10:44 2007 -0400
26726
26727    devPrivates rework: Nevermind, can't const due to return value warnings.
26728    
26729    This reverts commit 6fd0a0b08de912421718aca17fe34a55ae285ae7.
26730
26731commit 6fd0a0b08de912421718aca17fe34a55ae285ae7
26732Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
26733Date:   Thu Aug 16 16:01:42 2007 -0400
26734
26735    devPrivates rework: add const qualifier to key type.
26736
26737commit b2b7817497dd5da73d23ec9cc637c563041fc490
26738Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
26739Date:   Thu Aug 16 15:30:25 2007 -0400
26740
26741    devPrivates rework: use camelcase standard for name of key type.
26742
26743commit 0a994d4f859a4e48d41a90ed9d2a282bb528c555
26744Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
26745Date:   Thu Aug 16 12:54:35 2007 -0400
26746
26747    xace: add hooks + new access codes: core protocol selection requests
26748
26749commit 3ef2e9e623819c625a92f464fb14f1e5c181df42
26750Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
26751Date:   Thu Aug 16 12:27:48 2007 -0400
26752
26753    xace: add hooks + new access codes: core protocol pixmap requests
26754
26755commit be536b79f2a364399937314cfa6c88bf8188da9c
26756Author: Jeremy C. Reed <reed@glacier.reedmedia.net>
26757Date:   Thu Aug 16 11:23:28 2007 -0500
26758
26759    Update for support on NetBSD and DragonFly. From
26760    Joerg Sonnenberger and pkgsrc.
26761
26762commit 1d4bea6106d7a1c83e1dfe37fad8268589feaa0b
26763Author: Jeremy C. Reed <reed@glacier.reedmedia.net>
26764Date:   Thu Aug 16 11:20:12 2007 -0500
26765
26766    Add some more support for DragonFly. From Joerg Sonnenberger
26767    and pkgsrc.
26768
26769commit fe9bc481efb0821134e10760c23993c6a7386450
26770Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
26771Date:   Thu Aug 16 12:02:59 2007 -0400
26772
26773    xace: add hooks + new access codes: core protocol font requests
26774
26775commit e89301c8790df9fc49de13dd7c7f36e5340c0c31
26776Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
26777Date:   Thu Aug 16 10:57:49 2007 -0400
26778
26779    xace: add hooks + new access codes: core protocol client requests
26780
26781commit 5bee8db003a5d552ee1d85bb6c40a3cb93bd6b2b
26782Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
26783Date:   Thu Aug 16 10:44:51 2007 -0400
26784
26785    xace: drop background-none checking hook, add new hook for controlling
26786    access to other clients.
26787
26788commit b82557c9fb60f11fd2696c8fb2ae17b9dfd915ed
26789Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
26790Date:   Thu Aug 16 10:36:05 2007 -0400
26791
26792    xace: add hooks + new access codes: core protocol screensaver requests
26793
26794commit 568ae737d1d5d476a0bf85659d88910c4e0ef5e0
26795Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
26796Date:   Wed Aug 15 14:14:45 2007 -0400
26797
26798    xace: add hooks + new access codes: core protocol server requests
26799
26800commit 14c13b8d62eb37cba8a044daffcddec578ba1644
26801Author: Dave Jones <davej@redhat.com>
26802Date:   Thu Aug 16 09:46:27 2007 +0200
26803
26804    Kdrive: fix nasty thinko in TslibEnable()
26805
26806commit 026534f945ae5652592a090a9d41375ca37ab618
26807Author: Alan Coopersmith <alan.coopersmith@sun.com>
26808Date:   Wed Aug 15 16:47:53 2007 -0700
26809
26810    Update pci.ids to 2007-08-15 snapshot
26811    
26812    Remove nvidia ids in extrapci.ids that are now in pci.ids
26813
26814commit 6cef7b9611297cb1d93cefe3890b26b69c87bce2
26815Author: Alan Coopersmith <alan.coopersmith@sun.com>
26816Date:   Wed Aug 15 16:44:49 2007 -0700
26817
26818    Correct XErrorDB path and make it configurable (used by DTrace support)
26819
26820commit 3c9553ac2cac7f3a41966def44a50d722d7e645b
26821Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
26822Date:   Wed Aug 15 14:14:25 2007 -0400
26823
26824    xace: rename hostlist security hook to "server" as this hook will be used
26825    for other types of server access besides just the host list.
26826
26827commit dc84bb3418933297a8c005070902d9a91ed3d18f
26828Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
26829Date:   Wed Aug 15 14:13:53 2007 -0400
26830
26831    xace: add hooks + new access codes: core protocol cursor requests
26832
26833commit b424e01ec59d9600a02823f1522949325797268c
26834Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
26835Date:   Tue Aug 14 13:20:42 2007 -0400
26836
26837    xace: add hooks + new access codes: core protocol property requests
26838
26839commit 14d0397cded699378fa3c19f4e61dbab7d3a9b2c
26840Author: Peter Hutterer <peter@cs.unisa.edu.au>
26841Date:   Wed Aug 15 22:12:29 2007 +0930
26842
26843    dix: ProcUngrabKeyboard: make sure grab is initialized.
26844    
26845    This should fix the random segfaults with ProcUngrabKeyboard.
26846    
26847    Thanks to David Nolden for spotting it.
26848
26849commit 0f9e89b4e309e570d7d366489d250ca2143f0ad7
26850Author: Fredrik Höglund <fredrik@kde.org>
26851Date:   Tue Aug 14 22:47:49 2007 +0200
26852
26853    Fix the value comparisons in the IDLETIME wakeup handler.
26854    
26855    LessThan/GreaterThan comparisons were used in the wakeup handler,
26856    and LessOrEqual/GreaterOrEqual in the block handler.
26857    
26858    Change it to use LessOrEqual/GreaterOrEqual in both functions,
26859    since this is what XSyncNegativeComparison and
26860    XSyncPositiveComparison imply.
26861
26862commit 42d6112ec21949a336ee8b34469f2695273ee2d6
26863Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
26864Date:   Tue Aug 14 13:09:38 2007 -0400
26865
26866    xace: add hooks + new access codes: core protocol GC requests
26867
26868commit 9a183d7ba50e31afa133cc03aee7991517a283ea
26869Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
26870Date:   Tue Aug 14 11:39:26 2007 -0400
26871
26872    dix: remove caching of drawables and graphics contexts.  The security checks
26873    simply bypass the cached values so they are unused.
26874
26875commit 2763056ab5ae31bed422a0948198d98c6ace6d55
26876Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
26877Date:   Mon Aug 13 13:40:47 2007 -0400
26878
26879    xace: add hooks + new access codes: core protocol window requests
26880
26881commit 6a195e816b9d60f728d77cc1c23538e7af00a879
26882Author: Kristian Høgsberg <krh@redhat.com>
26883Date:   Mon Aug 13 10:43:48 2007 -0400
26884
26885    Revert "Implement damage tracking for AIGLX."
26886    
26887    This reverts commit 2243b30e54df07892f75e3d65b687abe5b183cf3.  The existing
26888    DRI interface doesn't let us get from a __DRIdrawable to the corresponding
26889    X drawable, and thus, we can't implement AIGLX damage tracking with the
26890    current interface.
26891
26892commit f367285fd5825e0adc271982a529c9904ad65c89
26893Merge: b1272ee ff4bd3a
26894Author: Peter Hutterer <peter@cs.unisa.edu.au>
26895Date:   Sun Aug 12 15:31:10 2007 +0930
26896
26897    Merge branch 'master' into mpx
26898    
26899    Conflicts:
26900    
26901    	Xi/exevents.c
26902    	dix/devices.c
26903    	dix/getevents.c
26904    	include/dix.h
26905    	mi/mieq.c
26906
26907commit 03f9da672466b9ab9a9814d784b8c44f1030587e
26908Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
26909Date:   Sun Aug 12 03:07:04 2007 +0200
26910
26911    xfree86: Improve default mouse handling on the Hurd
26912    
26913    Make /dev/mouse the default device.  This makes Xorg works with empty
26914    or missing InputDevice sections.
26915
26916commit c5741438a3a171f493e9da32a6b39f73403f6993
26917Author: Alan Coopersmith <alan.coopersmith@sun.com>
26918Date:   Fri Aug 10 16:13:55 2007 -0700
26919
26920    Only use evdev drivers in Xephyr #ifdef linux
26921
26922commit 59961e47df4ea621a6713a8c7d060555f8746c3a
26923Author: Alan Coopersmith <alan.coopersmith@sun.com>
26924Date:   Fri Aug 10 16:08:41 2007 -0700
26925
26926    xorgcfg needs PIXMAN_CFLAGS in order to build libc_wrapper.c
26927
26928commit 2243b30e54df07892f75e3d65b687abe5b183cf3
26929Author: Kristian Høgsberg <krh@redhat.com>
26930Date:   Fri Aug 10 15:53:05 2007 -0400
26931
26932    Implement damage tracking for AIGLX.
26933
26934commit ff4bd3addb48df3eacc4b121cc249a7f38eb981a
26935Author: Eric Anholt <eric@anholt.net>
26936Date:   Wed Aug 8 14:24:42 2007 -0700
26937
26938    Fix the swapped decode of the EDID DTD h/v sync polarity fields.
26939    
26940    As a result, we can remove the quirks that existed to flip the bits back around
26941    for us.  This is not confirmed in all cases due to lack of bugs containing EDID
26942    blocks associated with the quirks, but is likely true.
26943
26944commit 2926cf1da7e4ed63573bfaecdd7e19beb3057d9b
26945Author: Gustavo Pichorim Boiko <boiko@mandriva.com>
26946Date:   Thu Aug 2 18:09:52 2007 -0300
26947
26948    [PATCH] Allocate the right number of entries for saving crtcs
26949
26950commit b2dcfbca2441ca8c561f86a78a76ab59ecbb40e4
26951Author: Keith Packard <keithp@koto.keithp.com>
26952Date:   Wed Aug 8 12:16:12 2007 -0700
26953
26954    RRScanOldConfig cannot use RRFirstOutput before output is configured.
26955    
26956    RRFirstOutput returns the first active output, which won't be set until
26957    after RRScanOldConfig is finished running. Instead, just use the first
26958    output (which is the only output present with an old driver, after all).
26959
26960commit b1272eefd9a3e340d65c14903f337747ec82d021
26961Author: Peter Hutterer <peter@cs.unisa.edu.au>
26962Date:   Wed Aug 8 15:00:02 2007 +0930
26963
26964    Fix typo from last commit. Oh well.
26965
26966commit c02128532e910e813fba94983733942d30c2d5cb
26967Author: Peter Hutterer <peter@cs.unisa.edu.au>
26968Date:   Wed Aug 8 13:10:00 2007 +0930
26969
26970    dix: Allow flexible devices for passive core grabs.
26971    
26972    A passive core grab doesn't specify the device, and is thus created with the
26973    ClientPointer as device.  When this grab is activated later, don't actually
26974    activate the grab on the grab device, but rather change the device to the one
26975    that caused the grab to activate. Same procedure for keyboards.
26976    
26977    Makes core apps _A LOT_ more useable and reduces the need to set the
26978    ClientPointer.
26979    
26980    Only applies to core grabs!
26981
26982commit ab3f601149e15789edfb7c9a0c33387070279582
26983Author: Tiago Vignatti <tiagov@balalaika.(none)>
26984Date:   Tue Aug 7 23:17:32 2007 -0300
26985
26986    Updates some piece of the dead mouse evdev code under the new hotplug scheme.
26987    I exported the evdev driver to Xephyr server. I'm running it using something
26988    like:
26989        $ ./hw/kdrive/ephyr/Xephyr :1 -mouse evdev,,device=/dev/input/event4 -keybd \
26990        evdev,,device=/dev/input/event1,xkbmodel=abnt2,xkblayout=br
26991    
26992    It also closes /#5668.
26993
26994commit 7d1a749b210ba5b9f8d0e5a1feb9a9ef9fa4d992
26995Author: Tiago Vignatti <tiagov@balalaika.(none)>
26996Date:   Tue Aug 7 22:59:12 2007 -0300
26997
26998    Export device path key options to be called by the command line of server.
26999
27000commit aee3588a4a6829326770c84b860061f47f2cbcae
27001Author: Tiago Vignatti <tiagov@balalaika.(none)>
27002Date:   Tue Aug 7 22:49:07 2007 -0300
27003
27004    Update KdUseMsg() for completeness.
27005
27006commit 30259d5a4e95ff20b30807e5e207ab5995a3fdaf
27007Author: Daniel Stone <daniel@fooishbar.org>
27008Date:   Tue Aug 7 20:58:49 2007 +0300
27009
27010    Hotplug: HAL: Fix error handling
27011    
27012    Don't use our DBusError for property getting, because we simply don't care:
27013    this fixes D-Bus error spew to stderr.  Thanks Michel Dänzer for debugging
27014    and testing.
27015
27016commit aef255425a3521d66c3405d34f7787628a22703e
27017Author: Daniel Stone <daniel@fooishbar.org>
27018Date:   Tue Aug 7 16:37:42 2007 +0300
27019
27020    Config: HAL: Use input.xkb namespace
27021    
27022    Use an explicit input.xkb.foo namespace, not input.xkb_foo.
27023
27024commit 838e59c02ec06446fc180fb9d86fa8793c7b9903
27025Author: Daniel Stone <daniel@fooishbar.org>
27026Date:   Mon Aug 6 16:07:20 2007 +0300
27027
27028    configure.ac: Add $CONFIG_LIB to server libraries
27029    
27030    Make sure all DDXes get $CONFIG_LIB.  Build-tested with Xvfb and Xdmx.
27031
27032commit b4193a2eee80895c5641e77488df0e72a73a3d99
27033Author: Keith Packard <keithp@koto.keithp.com>
27034Date:   Tue Aug 7 12:45:53 2007 -0700
27035
27036    RRScanOldConfig wasn't getting crtcs set correctly
27037    
27038    The output crtc is set by RRCrtcNotify, which is called at the end of
27039    RRScanOldConfig. Several uses of output->crtc in this function were wrong.
27040
27041commit 2b93cbb5f8bac9b1b75f723baaa728430b5fefff
27042Author: Keith Packard <keithp@koto.keithp.com>
27043Date:   Tue Aug 7 12:44:19 2007 -0700
27044
27045    Decrement mode count when removing RandR output mode.
27046    
27047    Removing an output mode without decrementing the mode count scrambles the
27048    output mode array badly.
27049
27050commit fef4c7a6f1a1ef34233b36137bb66d9a657307fb
27051Author: Eric Anholt <eric@anholt.net>
27052Date:   Tue Aug 7 09:01:14 2007 -0700
27053
27054    Fix driver build after pixman changes.
27055
27056commit 1339e57485db5a285cfbecbe0bba7154458680ad
27057Author: Tiago Vignatti <tiagov@balalaika.(none)>
27058Date:   Tue Aug 7 04:24:34 2007 -0300
27059
27060    Fix typo.
27061
27062commit d9ee5f3e3a3a814ebcd257736c305b41139cc354
27063Author: Tiago Vignatti <tiagov@balalaika.(none)>
27064Date:   Tue Aug 7 04:22:26 2007 -0300
27065
27066    Clean a little bit the code.
27067
27068commit 7a5eb3e96b74daaaeb6babf46b13d698280aa3f6
27069Author: Tiago Vignatti <tiagov@balalaika.(none)>
27070Date:   Tue Aug 7 02:16:44 2007 -0300
27071
27072    Let xkb options be passed through command line in kdrive servers. I start my
27073    Xephyr using something like:
27074    
27075        ./hw/kdrive/ephyr/Xephyr :1 -fp /usr/share/fonts/X11/misc/ -mouse ephyr -keybd ephyr,,xkblayout=br,xkbmodel=abnt2
27076
27077commit 955d5f6c0d14fae63bfe7c4ab39ee0a708919479
27078Author: Tiago Vignatti <tiagov@balalaika.(none)>
27079Date:   Tue Aug 7 01:39:29 2007 -0300
27080
27081    When we call Xephyr with '-pointer' a new pointer is added inside the server
27082    and the Xephyr virtual mouse keeps alive. With this patch the semantic changes
27083    turning '-pointer' && 'Xephyr virtual mouse' always false.
27084    
27085    Now we can open a device pointer and pass its options in Xephyr's command line
27086    without having other pointer unused.
27087
27088commit b8abeaf74ee8296d4bc3164a5a253624f984a6d4
27089Author: Peter Hutterer <peter@cs.unisa.edu.au>
27090Date:   Tue Aug 7 12:32:46 2007 +0930
27091
27092    dix: get the paired keyboard for a passive grab (ProcGrabButton).
27093    
27094    Taking the VCK is only correct if no physical device is connected, and even
27095    then it's not really a good idea.
27096
27097commit a0b87f87fb8753955505958bf3d438eef191302d
27098Author: Peter Hutterer <peter@cs.unisa.edu.au>
27099Date:   Tue Aug 7 10:49:33 2007 +0930
27100
27101    dix: check for core event to determine if grab is a core grab (CreateGrab).
27102    
27103    Checking for VCP/VCK is simply not a safe way to check if a grab is a core grab.
27104
27105commit aa3c6aaaab213200591d29ddb2921adfb87ee5b4
27106Author: Søren Sandmann Pedersen <sandmann@redhat.com>
27107Date:   Mon Aug 6 19:00:59 2007 -0400
27108
27109    Require pixman-1 0.9.4, update pixman includes to new scheme
27110
27111commit 74feba4d77d74979a0ea478d666439ffc55001e5
27112Author: Aaron Plattner <aplattner@nvidia.com>
27113Date:   Wed Aug 1 14:30:03 2007 -0700
27114
27115    Don't unwrap too early in libwfb for Composite.
27116    
27117    Don't call fbFinishWrap until the pixman_image_t that stores the pointer is
27118    actually freed.  This prevents corruption or crashes caused by accessing a
27119    wrapped pointer after the wrapping is torn down.
27120
27121commit f6aa2200f2fb4f4d4bb51e67d68e86aabcac0c4b
27122Author: Roland "Test-tools" Bär <roland@verifysoft.de>
27123Date:   Mon Aug 6 12:37:52 2007 -0700
27124
27125    Probable off by one buffer overflow in .../xorgconfig/xorgconfig.c
27126    
27127    X.Org Bug #11858 <http://bugs.freedesktop.org/show_bug.cgi?id=11858>
27128    Patch #11005 <http://bugs.freedesktop.org/attachment.cgi?id=11005>
27129
27130commit d744df32a15103aa14237175f506350d25b2fec0
27131Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
27132Date:   Mon Aug 6 12:23:21 2007 -0400
27133
27134    xace: add hooks + new access codes: core protocol colormap requests
27135
27136commit acc9a42c926a3f84159780de12ecc1dc6186068a
27137Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
27138Date:   Mon Aug 6 12:16:59 2007 -0400
27139
27140    Temporarily disable Security and SELinux extensions
27141    while changes to XACE are being made.
27142
27143commit 102df4f9bac59d95963572d1a7f31d1a064ca4ca
27144Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
27145Date:   Mon Aug 6 09:16:30 2007 -0400
27146
27147    xace: drop site-policy and declare-extension-security hooks, add 2 new hooks
27148    for controlling access to screens and screen savers.
27149
27150commit 9eddede039f6cbcc323b7e3e4e841c43d3ed4f43
27151Author: Peter Hutterer <peter@cs.unisa.edu.au>
27152Date:   Mon Jul 16 18:01:00 2007 +0930
27153
27154    mieqEnqueue: Don't try to update the time for GenericEvents.
27155    
27156    Doing so may overwrite the event's length field and cause havoc. Also check if
27157    realloc'd memory did actually return valid pointer.
27158
27159commit e717eb82dc2e55f852919312d04f5cfc8ee55bc8
27160Author: Dave Airlie <airlied@redhat.com>
27161Date:   Thu Aug 2 10:50:01 2007 +1000
27162
27163    xserver: stop bcopy from going really slow
27164    
27165    The outport is most likely unnecessary on any currently used hardware,
27166    the byte copy is necessary from what I know on IA64 and friends so leave it.
27167    
27168    Add a new API entry point which lets a driver select the old behaviour if
27169    such a needs is ever found.
27170    
27171    This gives me ~20% speed up on startup on 945 hardware.
27172
27173commit 600ef07113caa7a901c7d486bc8ebd1ae47f885c
27174Author: Tiago Vignatti <tiagov@balalaika.(none)>
27175Date:   Fri Aug 3 15:33:41 2007 -0300
27176
27177    Fix kdrive command line parser.
27178
27179commit 375864cb74cced40ae688078b1f7750998972535
27180Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
27181Date:   Fri Aug 3 13:23:34 2007 -0400
27182
27183    security: drop support for XC-QUERY-SECURITY authorization method.
27184
27185commit d445d2f22b5c97fa010370f4ba9cb0555df4a853
27186Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
27187Date:   Fri Aug 3 10:56:18 2007 -0400
27188
27189    security: drop the "declare extension security" dix call.  Use the
27190    SecurityPolicy configuration file instead.
27191
27192commit 0a71e1542a07abc5e32501973a7cf6de3f641317
27193Author: Carl Worth <cworth@cworth.org>
27194Date:   Thu Aug 2 22:48:32 2007 -0700
27195
27196    Create a Picture as well as a Pixmap at the time of AllocateGlyph
27197    
27198    This avoids some inefficiency in creating a temporary Picture
27199    for every glyph at rendering time. My measurements with an i965
27200    showed the previous patch causing a 10-15% slowdown for NoAccel
27201    and XAA cases, (while providing an 18% speedup for EXA).
27202    
27203    With this change, the NoAccel and XAA performance regression is
27204    eliminated, and the overall EXA speedup, (before any of the
27205    glyphs-as-pixmaps work), is now 32%.
27206
27207commit a2af34d5a861982a03afad8e586bb0181b72bbd0
27208Author: Carl Worth <cworth@cworth.org>
27209Date:   Wed Aug 1 15:48:30 2007 -0700
27210
27211    Use per-screen Pixmaps for glyphs
27212    
27213    Instead of system-memory data which prevents accelerated
27214    compositing of glyphs, (at least without forcing an upload
27215    of the glyph data before compositing).
27216
27217commit 19b3b1fd8feb343a690331cafe88ef10b34b9d98
27218Author: Carl Worth <cworth@cworth.org>
27219Date:   Tue Jul 31 17:04:13 2007 -0700
27220
27221    Use strong hash (SHA1) for glyphs
27222    
27223    Using a cryptographically strong hash means that comparing the
27224    hash alone is sufficient for determining glyph equality (no need
27225    to compare the glyph bits directly). This will allow us to replace
27226    system-memory copies of the glyph bits, (which we've only been
27227    holding onto for comparisons), with Pixmaps.
27228
27229commit 516b96387b0e57b524a37a96da22dbeeeb041712
27230Author: Carl Worth <cworth@cworth.org>
27231Date:   Mon Jul 30 17:31:47 2007 -0700
27232
27233    ProcRenderAddGlyphs: Avoid allocating a glyph just to find it cached
27234    
27235    This is a cleanup without any real savings (yet). Previously, the
27236    implementation would allocate a new glyph, then (often) find it in
27237    the cache, and immediately discard the allocated object. This
27238    re-organization first uses a new FindGlyphByHash function and only
27239    allocates the glyph if nothing is found.
27240    
27241    This isn't a real savings yet, since FindGlyphByHash currently still
27242    does a temporary glyph allocation, but this is expected to be replaced
27243    immediately as we switch to an alternate hashing mechanism (SHA1).
27244
27245commit 4c6abe1c7c8abcf203572bbf86b21d97ea4e756f
27246Author: Carl Worth <cworth@cworth.org>
27247Date:   Mon Jul 30 21:43:20 2007 -0700
27248
27249    Split HashGlyph functionality out into HashGlyphInfoAndBits
27250    
27251    This is in preparation for a future change that will take advantage
27252    of being able to compute a hash for a separate xGlyphInfo and chunk
27253    of bits without a combined Glyph object.
27254
27255commit 363d764ea32b938f3dff35df7cf3370363c04d5c
27256Author: Carl Worth <cworth@cworth.org>
27257Date:   Mon Jul 30 15:10:11 2007 -0700
27258
27259    ProcRenderAddGlyphs: Take advantage of the for loops to simplify the code a bit
27260
27261commit dc8a528cd6b9a4da3e60fa31428c37f5b34a897f
27262Author: Carl Worth <cworth@cworth.org>
27263Date:   Wed Jul 25 14:57:13 2007 -0700
27264
27265    ProcRenderAddGlyphs: Convert while loops to for loops where more natural
27266
27267commit e34fcd2bf42dbd72ab6ce2df80f2dcaa13416e74
27268Merge: 32c0dcc f3955c0
27269Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
27270Date:   Thu Aug 2 14:27:03 2007 -0400
27271
27272    Merge branch 'master' into XACE-SELINUX
27273    
27274    Conflicts:
27275    
27276    	dix/devices.c
27277    	dix/property.c
27278    	include/dix.h
27279
27280commit f3955c0a020b39021050cd33c20a17f14fc4b579
27281Author: Arkadiusz Miskiewicz <arekm@maven.pl>
27282Date:   Wed Aug 1 21:04:22 2007 +0300
27283
27284    XFree86: xf1bpp: distclean generated files as well
27285    
27286    Make sure we clean up after ourselves: not sure why distcheck didn't flag
27287    this one.
27288
27289commit a04c95f4446e5c169dea71019321d790ab4fa139
27290Author: Julien Cristau <jcristau@debian.org>
27291Date:   Wed Aug 1 20:37:05 2007 +0300
27292
27293    configure.ac: Fix argument quoting for argv[]
27294    
27295    m4 quoting.  Yar boo sux.
27296
27297commit 99a88826e5e8cfa25c5f8a88c12799d33114729c
27298Author: Daniel Stone <daniel@fooishbar.org>
27299Date:   Wed Aug 1 20:34:58 2007 +0300
27300
27301    configure.ac: Actually use -lrt in monotonic clock test
27302    
27303    If we need -lrt to use clock_gettime, then make sure we link with it.
27304
27305commit 1c80e04f876e9254b93ef87eadfcff71234340c6
27306Author: Daniel Stone <daniel@fooishbar.org>
27307Date:   Wed Aug 1 20:08:31 2007 +0300
27308
27309    configure.ac: Disable D-Bus config API support by default
27310    
27311    This is problematic, so don't even bother with it unless someone wants it.
27312    respeclaration is dead, long live HAL.
27313
27314commit c46663367329615bd2c9b63e93c9534036e5a2ae
27315Author: Michel Dänzer <michel@tungstengraphics.com>
27316Date:   Wed Aug 1 18:32:09 2007 +0200
27317
27318    GLX/DRI: Remove some unused variables.
27319
27320commit 17cb4f64e3c39725e83b1e311c09422d7e1c0e52
27321Author: Michel Dänzer <michel@tungstengraphics.com>
27322Date:   Wed Aug 1 18:13:18 2007 +0200
27323
27324    GLX_EXT_texture_from_pixmap: Use client provided texture target when available.
27325    
27326    This prevents situations where the server doesn't use the target the
27327    client thinks it does, usually resulting in the texture being sampled as all
27328    white.
27329
27330commit a4197db9504adae6af005b2218eee36b8af0d98b
27331Author: Daniel Stone <daniel@fooishbar.org>
27332Date:   Wed Aug 1 14:04:51 2007 +0300
27333
27334    GL: GLX: Make sure glxbyteorder.h is distributed
27335
27336commit ad7421fc764e2b82e20d90f12225a03a1d636f18
27337Author: Daniel Stone <daniel@fooishbar.org>
27338Date:   Wed Aug 1 08:30:00 2007 +0300
27339
27340    Bump version to 1.3.99.1 for development
27341    
27342    This is not actually .1, just bumping for a different devel version.
27343
27344commit 43e71a54502d9ab28ece7f6296d1416d60948dad
27345Author: Daniel Stone <daniel@fooishbar.org>
27346Date:   Wed Aug 1 08:16:35 2007 +0300
27347
27348    XFree86: xf1bpp: Fix previous build system commit
27349    
27350    Amateur error.
27351
27352commit 6d6bc93b0a13c5356544561e326d4aedf33e61c2
27353Author: Daniel Stone <daniel@fooishbar.org>
27354Date:   Wed Aug 1 08:11:22 2007 +0300
27355
27356    Build system: Add missing files
27357    
27358    A couple of headers weren't added to the build.
27359
27360commit 505ec436af3a173e0ba32c6f14b4cf9837a553eb
27361Author: Daniel Stone <daniel@fooishbar.org>
27362Date:   Wed Aug 1 08:11:08 2007 +0300
27363
27364    XFree86: Properly clean up after ourselves
27365    
27366    CLEAN is not a useful variable.  CLEANFILES/DISTCLEANFILES, on the other hand,
27367    are useful variables.
27368
27369commit 1ace9770fed4a2ba354ff06a96189428beb36088
27370Author: Daniel Stone <daniel@fooishbar.org>
27371Date:   Wed Aug 1 08:10:38 2007 +0300
27372
27373    Build system: Non-dtrace distcheck hacks
27374    
27375    automake 1.10 really wants foo.c for foo.O, so give it some dummy files to
27376    deal with if it really needs them.
27377
27378commit cacbdf18ee771d43228c2e96e8ef9a32251ceb55
27379Author: Daniel Drake <d.drake@mmm.com>
27380Date:   Wed Aug 1 08:08:37 2007 +0300
27381
27382    Remove duplicated licenses
27383    
27384    Some files had two copies of the same license.
27385
27386commit bd49332e4772bd57ffb76c829f0e4770ab876057
27387Author: Daniel Drake <d.drake@mmm.com>
27388Date:   Wed Aug 1 08:07:08 2007 +0300
27389
27390    Add proper COPYING file
27391    
27392    I went through the entire xorg-server distribution and aggregated all
27393    the licenses I could find (except the questionable GPL files, see my
27394    last mail).
27395    
27396    There are many many permutations on essentially the same license terms,
27397    but I have been pedantic and treated slight differences as separate
27398    licenses.
27399    
27400    Here is a description of the process I used:
27401    
27402    tar xvjf /usr/portage/distfiles/xorg-server-1.1.1.tar.bz2
27403    
27404    cd xorg-server-1.1.1
27405    find -name '*.c' -o -name '*.h' | xargs gvim
27406    
27407    egrep -Rli "permission|copyright" * | grep -v "\.[ch]" \
27408            | grep -v "\.in$" | xargs gvim
27409    
27410    cd ..
27411    tar xvjf /usr/portage/distfiles/xorg-server-1.3.0.0.tar.bz2
27412    diff -urNp xorg-server-1.1.1 xorg-server-1.3.0.0
27413    
27414    git clone git://anongit.freedesktop.org/git/xorg/xserver
27415    cd xserver
27416    git diff xorg-server-1.3.0.0..
27417    
27418    For each file, licenses have been aggregated as follows:
27419    
27420    If 2 files have identical license text but different copyright notices,
27421    the copyright notices are aggregated and the license text
27422    is included only once.
27423    
27424    Note that by identical I mean really identical, i.e.:
27425     'AUTHOR(S)' is not the same as 'AUTHORS'
27426     'KEITH PACKARD DISCLAIMS' is not the same as 'KEITH PACKARD AND COMPAQ
27427    DISCLAIM'
27428    
27429    Otherwise, licenses and accompanying copyright notices have been
27430    stacked.
27431    
27432    When going through the changes from 1.1.1 to 1.3.0.0 then HEAD, licenses
27433    have been added and removed (so I have reflected this since the original
27434    version of my COPYING file). It's slightly concerning to see that even
27435    between 1.3.0.0 and HEAD, new license permutations are being added. I'd
27436    suggest that a primary license be chosen and this would be indicated at
27437    the top of this COPYING file.
27438
27439commit 51b735394f0aa9f953f9c320617c7a56028ec458
27440Author: Daniel Drake <dsd@gentoo.org>
27441Date:   Mon Apr 30 11:37:46 2007 -0400
27442
27443    [PATCH] xserver: Add COPYING terms
27444    
27445    I went through the entire xorg-server distribution and aggregated all
27446    the licenses I could find (except the questionable GPL files, see my
27447    last mail).
27448    
27449    There are many many permutations on essentially the same license terms,
27450    but I have been pedantic and treated slight differences as separate
27451    licenses.
27452    
27453    Here is a description of the process I used:
27454    
27455    tar xvjf /usr/portage/distfiles/xorg-server-1.1.1.tar.bz2
27456    
27457    cd xorg-server-1.1.1
27458    find -name '*.c' -o -name '*.h' | xargs gvim
27459    
27460    egrep -Rli "permission|copyright" * | grep -v "\.[ch]" \
27461    	| grep -v "\.in$" | xargs gvim
27462    
27463    cd ..
27464    tar xvjf /usr/portage/distfiles/xorg-server-1.3.0.0.tar.bz2
27465
27466commit 7fa58385724fa7f441107a1793b601ba3dcb1f4c
27467Author: Arkadiusz Miskiewicz <arekm@maven.pl>
27468Date:   Wed Aug 1 08:01:28 2007 +0300
27469
27470    XFree86: xf1bpp: Fix parallel build
27471    
27472    One of the constructs wasn't parallel-build safe: fix that.
27473
27474commit 18ab4d559409d4b682aab99fb75f8d861122eab6
27475Author: Daniel Stone <daniel@fooishbar.org>
27476Date:   Wed Aug 1 07:27:53 2007 +0300
27477
27478    Darwin: Remove missing file
27479    
27480    Xserver.m is missing and still hasn't been added, so just remove it for now.
27481
27482commit 0bd6fe7401b2524cf34793c0b0c642e3d32fae00
27483Author: Daniel Stone <daniel@fooishbar.org>
27484Date:   Wed Aug 1 07:27:30 2007 +0300
27485
27486    Config: Add missing include
27487
27488commit 48b3034d13bbbb69072eb11f4579389cc32b0850
27489Author: Daniel Stone <daniel@fooishbar.org>
27490Date:   Wed Aug 1 07:01:51 2007 +0300
27491
27492    Config: Add current FDI file
27493    
27494    Add the FDI file we're using at the moment, until it gets into upstream HAL.
27495
27496commit 82b720cf3e09d8a6adcd40b25c4d48b34ba1ae80
27497Author: Daniel Stone <daniel@fooishbar.org>
27498Date:   Wed Aug 1 06:57:11 2007 +0300
27499
27500    Config: Fix merge detritus
27501
27502commit 6b055e5d9751e3679ff98065e43225ec8a960053
27503Author: Daniel Stone <daniel@fooishbar.org>
27504Date:   Wed Aug 1 06:55:36 2007 +0300
27505
27506    Input: Fix stuck modifiers (bug #11683)
27507    
27508    Disclaimer: It's 6:51am.  I'm trying to be as understandable as possible.
27509    
27510    What was happening previously was this:
27511     * Press Alt
27512     * Extended event generated and processed: state is now Alt down once
27513     * Core event generated
27514       - keyboard switched: inherited state is Alt down once
27515       - event processed: Alt down twice
27516     * Release Alt
27517     * Extended event generated and processed: state is now null
27518     * Core event generated and processed: Alt down once
27519    
27520    If we switch the order:
27521     * Press Alt
27522     * Core event generated:
27523      - keyboard switched: inherited state is null
27524      - event processed: Alt down once
27525     * Extended event generated and processed: state is now Alt down once
27526     * Release Alt
27527     * Core event generated and processed: state is now null
27528     * Extended event generated and processed: state is now null
27529    
27530    When we carry over the previous state, it needs to be the _previous_ state
27531    (state and modifiersPerKey), assuming that we're going to catch now-core
27532    events for any of these.  For example, if Ctrl is held down as we pivot, we
27533    need to carry Ctrl over with a count of one, for which an extended + core
27534    release will then clear.  Carrying over the union of the previous state _and
27535    the state resulting from the immediate action_ was what broke things.
27536
27537commit 0e0174d45ecbeb7b6dddc4af53da9d6211038e0e
27538Author: Daniel Stone <daniel@fooishbar.org>
27539Date:   Wed Aug 1 03:30:07 2007 +0300
27540
27541    XFree86: Allow disabling of HAL
27542    
27543    If NoAutoAddDevices is given as a server flag, then no devices will be added
27544    from HAL events at all.  If NoAutoEnableDevices is given, then the devices will
27545    be added (and the DevicePresenceNotify sent), but not enabled, thus leaving
27546    policy up to the client.
27547
27548commit cd8e99e56ec5d02026e401cc15e0f8d75f2a4727
27549Author: Daniel Stone <daniel@fooishbar.org>
27550Date:   Wed Aug 1 03:29:12 2007 +0300
27551
27552    Input: Don't enable devices when we open them
27553    
27554    Thanks to Xi's braindead design, it's otherwise impossible to query input
27555    devices without enabling them.  Hurrah.
27556
27557commit 0a31db14b7c7c21ef550dbcc73a9f649f3613cbe
27558Author: Daniel Stone <daniel@fooishbar.org>
27559Date:   Wed Aug 1 02:54:14 2007 +0300
27560
27561    Config: D-Bus core: Fix hook removal
27562    
27563    Make sure we properly initialise the entire hook when adding it, and
27564    bust out when we're done removing.
27565
27566commit 89f628394f7d831f2ba1e45c5884c3983bef6031
27567Author: Daniel Stone <daniel@fooishbar.org>
27568Date:   Wed Aug 1 02:08:02 2007 +0300
27569
27570    XFree86: Input: Fix whitespace
27571
27572commit aec0d06469a2fa7440fdd5ee03dc256a68704e77
27573Author: Aaron Plattner <aplattner@nvidia.com>
27574Date:   Tue Jul 31 16:33:37 2007 -0700
27575
27576    Fix a crash when rotating the screen.
27577    
27578    Remember output->crtc before setting a NULL mode because RRCrtcNotify now sets
27579    output->crtc to NULL.  Use the saved crtc to set the new mode.
27580
27581commit a93033b0bc14ed0bb95c680ded26b63cfe5fd1d3
27582Author: Daniel Stone <daniel@fooishbar.org>
27583Date:   Wed Aug 1 01:53:08 2007 +0300
27584
27585    XFree86: Module: Bump input version
27586    
27587    config_info changes the size (and ordering) of DeviceIntRec, so bump the
27588    input major.
27589
27590commit 1150969b826e2bd6d8345fa245ed499f2e4cf101
27591Author: Daniel Stone <daniel@fooishbar.org>
27592Date:   Wed Aug 1 01:52:20 2007 +0300
27593
27594    Convert all my license statements to the standard form
27595    
27596    Convert all my license statements to the standard, accepted form:
27597    cf. <20070717142307.GD13478@fooishbar.org>
27598        http://lists.freedesktop.org/archives/xorg/2007-July/026451.html
27599    
27600    keithp's license on configure.ac changed with his verbal permission.
27601
27602commit 8658f5d923a69fb55b4cd9e1e84c2d271679f6e2
27603Author: Daniel Stone <daniel@fooishbar.org>
27604Date:   Wed Aug 1 01:10:50 2007 +0300
27605
27606    Hotplug: Add HAL support
27607    
27608    Add support for HAL-based hotplugging, in which we just get the list of
27609    input devices and properties from HAL.  Requires an FDI which is not yet
27610    in mainline HAL.
27611
27612commit aa75b3481724834da2f855d8dd2ff36074bd5706
27613Author: Daniel Stone <daniel@fooishbar.org>
27614Date:   Wed Aug 1 01:09:07 2007 +0300
27615
27616    Hotplug: D-Bus: Dispatch harder
27617    
27618    Dispatch until we've got nothing left to dispatch, since apparently
27619    dispatching will only ever fire a single message ...
27620
27621commit 4d238c5c67461ed747aa6c021d1532734f4c63fe
27622Author: Daniel Stone <daniel@fooishbar.org>
27623Date:   Wed Aug 1 01:08:26 2007 +0300
27624
27625    Input: GetPointerEvents: Deny events from devices without valuators
27626    
27627    For some reason, my keyboard has 25 mouse buttons, but zero valuators.  This
27628    causes GPE to blow up spectacularly, trying to get (and set) co-ordinates from
27629    devices without valuators.  For now, just prevent this from ever happening,
27630    and whack a dirty great FIXME in.
27631
27632commit 7c9e8fd56e1830f7a971187d14877ebbdf35c4b0
27633Author: Daniel Stone <daniel@fooishbar.org>
27634Date:   Wed Aug 1 00:19:14 2007 +0300
27635
27636    Input: Allow enabling and disabling of devices
27637    
27638    Add DEVICE_ENABLE to KDrive and XFree86 to allow us to enable and disable
27639    devices on the fly.
27640
27641commit 0afeb0241a83796575da827bd81375c99ff10af5
27642Author: Daniel Stone <daniel@fooishbar.org>
27643Date:   Sun Jul 8 20:48:57 2007 +0300
27644
27645    DIX: Clean up null root cursor handling
27646    
27647    Move the null root cursor handling out of main() and into CreateRootCursor.
27648
27649commit 62ec6d09b3adaea82ff52c8672e6f611c15ec56d
27650Author: Daniel Stone <daniel@fooishbar.org>
27651Date:   Sun Jul 8 20:47:28 2007 +0300
27652
27653    dix.h: Remove duplicate ffs() prototype.
27654
27655commit 4d3379d418a781938358e511fd41deb4115a032c
27656Author: Daniel Stone <daniel@fooishbar.org>
27657Date:   Sun Jul 8 14:31:35 2007 +0300
27658
27659    Fonts: Fix builtin fonts
27660    
27661    Make sure the font path is always 'built-ins' when we use built-in fonts,
27662    rather than having it as a fixed path for a while, then clobbering it
27663    halfway through startup.
27664
27665commit 9ac7e8a559fe6008cafc95e8264680c50e72ba19
27666Author: Daniel Stone <daniel@fooishbar.org>
27667Date:   Sun Jul 8 14:30:53 2007 +0300
27668
27669    Hotplug: D-Bus: API version 2
27670    
27671    Use uint32s instead of int32s where practical, and add an API version
27672    request.  Also, try to return all devices added, not just the first,
27673    and box device arguments.
27674
27675commit 1cdadc2f43d9069572814510d04b1a560c488fcb
27676Author: Daniel Stone <daniel@fooishbar.org>
27677Date:   Sun Jul 8 14:28:58 2007 +0300
27678
27679    Hotplug: Separate D-Bus into core and hotplug API components
27680    
27681    Break up D-Bus into two components: a D-Bus core that can be used by any
27682    part of the server (for the moment, just the D-Bus hotplug API, and the
27683    forthcoming HAL hotplug API), and the old D-Bus hotplug API.
27684
27685commit 8bfa41e1bf3f588780d7e9f6f900b1fde0570a7e
27686Author: Daniel Stone <daniel@fooishbar.org>
27687Date:   Sun Jul 8 04:29:43 2007 +0300
27688
27689    gitignore: Add automake lex/yacc wrapper
27690
27691commit 06dd2748da8b7af343f6cab409b9f351567de5f3
27692Author: Daniel Stone <daniel@fooishbar.org>
27693Date:   Sun Jul 8 00:27:40 2007 +0300
27694
27695    configure.ac: Properly check XFree86 proto modules
27696    
27697    Not sure why these are conditionals, anyway.  This one really needs
27698    revisiting, but at least causes configure, rather than the compilation,
27699    to bomb out.
27700
27701commit fd10312b4224197b937d9e696b53dc2a16c8912f
27702Author: Daniel Stone <daniel@fooishbar.org>
27703Date:   Sun Jul 8 00:26:26 2007 +0300
27704
27705    configure.ac: Fix KDrive VESA/fbdev conditionals
27706    
27707    Make sure we actually respect anything explicitly given on the configure
27708    line, instead of just stomping it with what we detect.
27709
27710commit f37612c6f2375ca904411e6caa0be19fa24f032c
27711Author: Nicolas Trangez <eikke@eikke.com>
27712Date:   Sun Jul 8 00:23:57 2007 +0300
27713
27714    Hotplug: Remove unused function definition from hotplug.h
27715    
27716    configDispatch hasn't been used in a long time.
27717
27718commit 951c058e7800308f7c472e77178c14400f45c1b3
27719Author: Aaron Plattner <aplattner@nvidia.com>
27720Date:   Tue Jul 31 14:23:58 2007 -0700
27721
27722    Don't fail compScreenInit if the driver added its own alternate visuals.
27723
27724commit 722d73a0ef54c2ebd8ef38c4a6afa0e7c5aa3e30
27725Author: Dave Airlie <airlied@redhat.com>
27726Date:   Tue Jul 31 10:34:56 2007 +1000
27727
27728    Revert "Fix RandR 1.2 conversion of two colour to ARGB cursor on MSB first platforms."
27729    
27730    This reverts commit 0f057ebb272f0ee0b51b9ab37d4b07da0924fec4.
27731    
27732    This screws my cursor up just starting a bare X server on Intel,
27733    I get the X more like <> than ><..
27734
27735commit 57b5b97a0710fc043b8a1c01d756cdb73dfe4567
27736Author: Adam Jackson <ajax@benzedrine.nwnk.net>
27737Date:   Sun Jul 29 11:02:47 2007 -0400
27738
27739    ReduceCompositeOp returns a Render op, not a boolean.
27740
27741commit f62beb6f3609e8b6e61325ac89017590811bbd07
27742Author: Adam Jackson <ajax@benzedrine.nwnk.net>
27743Date:   Fri Jul 27 13:23:15 2007 -0400
27744
27745    Remove all trace of Option "BiosLocation".
27746    
27747    This code was deeply dangerous.  If anyone actually had a use for this code,
27748    we should find a better way of doing it.
27749
27750commit 486fd4145aed93093d1f1655de40c0a8582bb8b1
27751Author: Adam Jackson <ajax@benzedrine.nwnk.net>
27752Date:   Fri Jul 27 13:10:39 2007 -0400
27753
27754    exaGetPixmapFirstPixel: avoid framebuffer readbacks if possible.
27755    
27756    If the pixel in framebuffer memory isn't modified since we uploaded it, we
27757    can just read from the system memory copy, wihch avoids both a readback and
27758    an accelerator stall.
27759    
27760    In principle this function is still wrong, and all the framebuffer pixel
27761    access should be going through (w)fb so we can get pixel layout corrections.
27762
27763commit 50cb6c7e4419e067c1f080d1de940811d21fc725
27764Author: Kristian Høgsberg <krh@redhat.com>
27765Date:   Fri Jun 15 15:29:00 2007 -0400
27766
27767    Don't map the front buffer in libdri if the ddx driver doesn't set the size.
27768    
27769    This lets drivers map the front buffer themselves
27770    by setting dontMapFramebuffer.
27771
27772commit cec793ef7a6dac9fa2a6538683e363a72672cde9
27773Author: Aaron Plattner <aplattner@nvidia.com>
27774Date:   Thu Jul 26 11:49:46 2007 -0700
27775
27776    Include picturestr.h in xf86Crtc.h to pick up definition of PictTransform.
27777
27778commit 27845fe197b74bf453d99f352e83513e201fdaae
27779Author: Adam Jackson <ajax@benzedrine.nwnk.net>
27780Date:   Thu Jul 26 09:32:16 2007 -0400
27781
27782    libconfig shouldn't be an installed library.
27783
27784commit 276f8e2ca42eec982d16b86d67217d68ff98f81d
27785Author: Alan Coopersmith <alan.coopersmith@sun.com>
27786Date:   Wed Jul 25 17:42:23 2007 -0700
27787
27788    Include comment/copyright/license for AC_DEFINE_DIR in acinclude.m4
27789
27790commit eba2be448bdd298ff2f7b8603bd9e976da1fdf72
27791Author: Brice Goglin <Brice.Goglin@ens-lyon.org>
27792Date:   Wed Jul 25 20:53:45 2007 +0200
27793
27794    Minor fixes in cvt and gtf manpages
27795    
27796    Reported by "A. Costa" <agcosta@gis.net> in
27797    http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=432065
27798
27799commit 8d230319040f0a7f72231da2bf5ec97dc3612e21
27800Author: Gustavo Pichorim Boiko <boiko@mandriva.com>
27801Date:   Tue Jul 24 16:19:19 2007 -0300
27802
27803    Fix the output->crtc initialization in the old randr setup
27804
27805commit 0f057ebb272f0ee0b51b9ab37d4b07da0924fec4
27806Author: Michel Dänzer <michel@tungstengraphics.com>
27807Date:   Wed Jul 25 17:04:04 2007 +0200
27808
27809    Fix RandR 1.2 conversion of two colour to ARGB cursor on MSB first platforms.
27810    
27811    Doesn't seem necessary to do anything here...
27812
27813commit 5b424b562eee863b11571de4cd0019cd9bc5b379
27814Author: Gustavo Pichorim Boiko <boiko@mandriva.com>
27815Date:   Mon Jul 23 18:27:41 2007 -0300
27816
27817    Set the crtc before the output change is notified
27818    
27819    Set the new randr crtc of the output before the output change notification is
27820    delivered to the clients.
27821    Remove RROutputSetCrtc as it is not really necessary. All we have to do is set
27822    the output's crtc on RRCrtcNotify
27823
27824commit 7da38bb6a15247948c90e00a59230453fcf13cbd
27825Author: Adam Jackson <ajax@benzedrine.nwnk.net>
27826Date:   Sat Jul 21 15:27:40 2007 -0400
27827
27828    Partial redundancy elimination in PropertyNotify generation.
27829
27830commit 0f91abd5c68eb044d09733d18ef0f6b8ed128200
27831Author: Julien Cristau <jcristau@debian.org>
27832Date:   Thu Jul 19 20:37:26 2007 -0400
27833
27834    Fix alpha build failures
27835    
27836    Don't include <asm/pci.h> in os-support/linux/lnx_axp.c, use "lnx.h" and
27837    <unistd.h> instead
27838
27839commit dc9c5196282ba61bd542e198dfe0d53d93181591
27840Author: Keith Packard <keithp@neko.keithp.com>
27841Date:   Thu Jul 19 13:28:00 2007 -0700
27842
27843    Make PreferredMode option in config file override EDID mode preferences.
27844    
27845    When the PreferredMode option is selected in the config file, remove the
27846    M_T_PREFERRED bit from all other preferred modes to force the config file
27847    mode to be selected.
27848
27849commit 73a93c5a6b68f7ba21f9e75f50b1032603a3b39e
27850Author: Keith Packard <keithp@neko.keithp.com>
27851Date:   Thu Jul 19 13:26:36 2007 -0700
27852
27853    Query modes on disabled (but not ignored) outputs.
27854    
27855    Code that disabled mode detection on disabled outputs would confuse
27856    applications by listing said outputs as connected but without any modes.
27857    This makes the disabled state in the config file affect only the initial
27858    configuration and not subsequent modifications by RandR.
27859
27860commit 9fc36a391c11170cde1a28f548a2cae5f6f20d5b
27861Author: Keith Packard <keithp@neko.keithp.com>
27862Date:   Sat Jul 14 12:36:15 2007 -0700
27863
27864    Make pending property changes trigger mode setting.
27865    
27866    The DDX code was ignoring pending properties for computing when mode setting
27867    was required. This meant that configurations differing only in property
27868    values would not cause the mode to be set.
27869
27870commit aed6569309223ecc7e26fa84e4d430e422455607
27871Author: Adam Jackson <ajax@benzedrine.nwnk.net>
27872Date:   Sat Jul 14 15:21:46 2007 -0400
27873
27874    Refactor how Composite adds visuals to the screen.
27875    
27876    Besides being slightly simpler to read, it's now trivial to add a depth-16
27877    visual to a depth-24 screen just by adding a line for it in the alternate
27878    visual list.  Visuals for indexed depths are slightly tricky still.
27879
27880commit 21bbd7d64b5f74915afd7a312e589654442f3461
27881Author: Adam Jackson <ajax@benzedrine.nwnk.net>
27882Date:   Tue Feb 6 21:42:50 2007 -0500
27883
27884    Delete some pre-dlloader debugging scaffolding.
27885    
27886    If your loader is as bad as elfloader, then it makes sense for the
27887    server to have some stubs for you to assign to / break on.  However it
27888    is no longer 1996.
27889
27890commit 1f71f0c0574bafb36da20fec669f9a1138c69a47
27891Author: Adam Jackson <ajax@benzedrine.nwnk.net>
27892Date:   Tue Feb 6 21:28:03 2007 -0500
27893
27894    Remove (long-)deprecated xf86EnablePciBusMaster.
27895
27896commit 0a63d874e9c2f4fe4b38839a744461f9d41040b2
27897Author: Adam Jackson <ajax@benzedrine.nwnk.net>
27898Date:   Tue Feb 6 21:22:49 2007 -0500
27899
27900    Always normalize the module name.
27901
27902commit 9a1c6afd12caf0143483f72bfbba0c4c3daaa6ff
27903Author: Adam Jackson <ajax@benzedrine.nwnk.net>
27904Date:   Tue Feb 6 21:19:50 2007 -0500
27905
27906    Remove dead code for screen crossing.
27907
27908commit 8ca2fe8914af1a67bf597f99025e5cbe9b08da57
27909Author: Adam Jackson <ajax@benzedrine.nwnk.net>
27910Date:   Tue Feb 6 21:11:13 2007 -0500
27911
27912    Delete dead module test code.
27913
27914commit e2413cc7cae4e578b8e9b408ea85bef596b03ea3
27915Author: Adam Jackson <ajax@benzedrine.nwnk.net>
27916Date:   Tue Feb 6 21:07:37 2007 -0500
27917
27918    Remove MEMDEBUG
27919    
27920    This existed (but may not have worked) in the monolith, but is gone now.
27921
27922commit d1d65a84150dfbc3a4dbe108f237a85ab6e09bbb
27923Author: Adam Jackson <ajax@benzedrine.nwnk.net>
27924Date:   Tue Feb 6 21:01:08 2007 -0500
27925
27926    Dead ifdefs for BITMAP_SCANLINE_UNIT == 64
27927    
27928    This appears to be a legacy of cfb24 not being smart enough to deal with this
27929    case.  But since cfb24 unexists, die die die.
27930
27931commit cbe74394a5ed21ed80c0aab6eefd2716122cce11
27932Author: Adam Jackson <ajax@benzedrine.nwnk.net>
27933Date:   Tue Feb 6 20:44:34 2007 -0500
27934
27935    Nuke dead X -configure code.
27936
27937commit 5657fb065cc79ba3ca5a836f45637ba9894f9abf
27938Author: Dodji Seketeli <dodji@seketeli.org>
27939Date:   Tue Jul 17 12:12:02 2007 +0200
27940
27941    exaDriverInit: Fail if pScreenInfo or a member of it is invalid.
27942    
27943    EXA may attempt to use the invalid value and crash otherwise.
27944
27945commit bbe7ce10fa93017374d7a4611427b70a22d7507a
27946Author: Alan Coopersmith <alan.coopersmith@sun.com>
27947Date:   Mon Jul 16 17:25:59 2007 -0700
27948
27949    Update pci.ids to 2007-07-16 snapshot
27950    
27951    Remove nvidia ids in extrapci.ids that are now in pci.ids
27952    Add nvidia ids to extrapci.ids that are in xf86-video-nv but not pci.ids
27953
27954commit ac979c165128704116cd40086320b6edc79018e2
27955Author: Keith Packard <keithp@neko.keithp.com>
27956Date:   Sat Jul 14 12:13:17 2007 -0700
27957
27958    MakeAtom needs length without trailing NUL. sizeof("string") includes NUL.
27959    
27960    I made a mistake in some new code using MakeAtom, passing the size of the
27961    string instead of the length of the string. Figuring there might be other
27962    such mistakes, I reviewed the server code and found four bugs of the same
27963    form.
27964
27965commit 393171034c15d8a1b82232b8f9455a358035e932
27966Author: Keith Packard <keithp@neko.keithp.com>
27967Date:   Sat Jul 14 09:03:40 2007 -0700
27968
27969    Add RandR reflection support.
27970    
27971    Replace the ad-hoc transformation mechanisms with matrices.
27972    Prepares for more general transformation as well.
27973
27974commit 8773ad023eb28950eb0f802d2ca31a67f84adddc
27975Author: Keith Packard <keithp@neko.keithp.com>
27976Date:   Sat Jul 14 08:47:50 2007 -0700
27977
27978    Screen size bounds check in ProcRRSetCrtcConfig not masking out reflections.
27979    
27980    When checking how to validate the selected mode and position against the
27981    current screen size, the test against 90/270 rotation did not mask out
27982    reflection, so that when reflection was specified, the 90/270 test would
27983    never succeed. This caused incorrect bounds checking and would return
27984    an error to the user instead of rotating the screen.
27985
27986commit 881a620b4d6ea7a54af14c8f8fbe6924c9aa9291
27987Author: Keith Packard <keithp@neko.keithp.com>
27988Date:   Sat Jul 14 08:45:10 2007 -0700
27989
27990    When sync'ing logfile, also flush it.
27991    
27992    When the logfile is set to sync, the actual sync occurs whenever the log
27993    file is flushed. If the log file is not also set to flush, no syncing
27994    occurs.
27995
27996commit 031b009ea678809bf1ddca883c2082b304c408c9
27997Author: Alan Coopersmith <alan.coopersmith@sun.com>
27998Date:   Fri Jul 13 14:54:45 2007 -0700
27999
28000    Use %S instead of %s for strftime seconds when printing build time
28001
28002commit c0e91777a9874fe2cd9a7e9180263f512c1e8f8d
28003Author: Alan Coopersmith <alan.coopersmith@sun.com>
28004Date:   Thu Jul 12 16:37:11 2007 -0700
28005
28006    Add __SOL8__ to xorg-server.h.in since xf86-input-kbd needs it to build
28007
28008commit 6b4231e3b5b49b731c9a00930ae465fff8539831
28009Author: Alan Coopersmith <alan.coopersmith@sun.com>
28010Date:   Thu Jul 12 16:36:27 2007 -0700
28011
28012    Use kbd driver when xorg.conf specifies "keyboard" or "Keyboard" (bug #11301)
28013    
28014    X.Org Bug #11301 <https://bugs.freedesktop.org/show_bug.cgi?id=11301>
28015    Sun Bug #6560332 <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6560332>
28016
28017commit 9fcb30ebf7b7b2137955f759e95c1d58c4f27a11
28018Author: Alan Coopersmith <alan.coopersmith@sun.com>
28019Date:   Thu Jul 12 13:00:32 2007 -0700
28020
28021    Make SOLARIS_INOUT_ARCH substitutions work better with automake-1.10
28022
28023commit 7c0ca27f6dd0a800dc27429a33dbc8e133f9a9c1
28024Author: Alan Coopersmith <alan.coopersmith@sun.com>
28025Date:   Wed Jul 11 17:15:29 2007 -0700
28026
28027    "fbpict.c", line 215: void function cannot return value
28028
28029commit 0a4e9311158ed3ecda0722640f860ace2f87a97e
28030Author: Hanno Boeck <hanno@gentoo.org>
28031Date:   Thu Jul 12 10:17:07 2007 +1000
28032
28033    xnest: fix linking since dbus
28034    
28035    Fixes bug 8955
28036
28037commit b2f9ca6ac400d426d7a1ef0162f7e7ce28288dd1
28038Author: Keith Packard <keithp@neko.keithp.com>
28039Date:   Tue Jul 10 21:33:34 2007 -0700
28040
28041    Redirect fix: Manual + Automatic - Manual = Automatic
28042    
28043    A window with redirect manual *and* redirect automatic which loses the
28044    manual redirecting client becomes redirect automatic.
28045
28046commit 561989f2f0fc31e3d3bf8df978a9cb3d4c85af59
28047Author: Keith Packard <keithp@neko.keithp.com>
28048Date:   Tue Jul 10 21:06:51 2007 -0700
28049
28050    Generate ChangeLog file for make dist.
28051    
28052    Copy Makefile.am snippet which generates a complete git change history to
28053    the ChangeLog file during the distribution generation process.
28054
28055commit e316fa59fea8b7b18cdf3a227890351a9567ec65
28056Author: Adam Jackson <ajax@benzedrine.nwnk.net>
28057Date:   Tue Jul 10 14:20:55 2007 -0400
28058
28059    Add per-monitor config file option for maximum pixel clock.
28060
28061commit ffdf8f3e452638e6b050fccabee465d6c0300f45
28062Author: Peter Hutterer <peter@cs.unisa.edu.au>
28063Date:   Tue Jul 10 13:56:38 2007 +0930
28064
28065    DeliverEventsToWindow: ensure that genericMask has a defined value.
28066
28067commit 161624a5a45808fd56141dc2c64be729944f03ed
28068Author: Michel Dänzer <michel@tungstengraphics.com>
28069Date:   Tue Jul 10 09:02:40 2007 +0200
28070
28071    GLX: Only build code dealing with GLXPixmap damage field when DRI is enabled.
28072
28073commit 4abd00dab7e648dab8172f6009371e4e63d0c521
28074Author: Michel Dänzer <michel@tungstengraphics.com>
28075Date:   Tue Jul 10 09:02:08 2007 +0200
28076
28077    Make sure DRI drawables are cleaned up when client dies.
28078    
28079    The previous scheme didn't work when the client didn't create the core drawable,
28080    e.g. the root or composite overlay window. Use refcounting via special client
28081    resources to fix that.
28082
28083commit 583e988b9f7cfb9293144c8309023c0dd1766715
28084Author: Peter Hutterer <peter@cs.unisa.edu.au>
28085Date:   Tue Jul 10 09:19:02 2007 +0930
28086
28087    Install geext.h, otherwise drivers won't build.
28088
28089commit 9809715afaafee9baf2aef348c1ebda7e8b3f076
28090Author: Peter Hutterer <peter@cs.unisa.edu.au>
28091Date:   Mon Jul 9 10:42:03 2007 +0930
28092
28093    Change CheckMotion to ignore non-pointer events but acknowledge XI events.
28094    
28095    Call CheckMotion from ProcessOtherEvents() to make sure absolute XI events
28096    update the sprite before an event is sent.
28097
28098commit 62efc3951a96648cf975302aa6651cb67b87fa64
28099Author: Peter Hutterer <peter@cs.unisa.edu.au>
28100Date:   Fri Jul 6 17:00:20 2007 +0930
28101
28102    DeliverGrabbedEvent: stop segfault when gemask == NULL.
28103
28104commit 3312e4dd5e055b2cb445b5d5c617aa7a611eedc1
28105Author: Peter Hutterer <peter@cs.unisa.edu.au>
28106Date:   Fri Jul 6 16:41:52 2007 +0930
28107
28108    Call CheckMotion for all core events.
28109    
28110    We need to do this to update the sprites x/y coordinate before we assemble a
28111    button event. Absolute devices may send a buttonEvent with valuators attached.
28112    If we don't update the sprite before assembling the event, the valuators are
28113    lost and the button press is delivered to the previous position of the device.
28114    Doesn't have any effect on relative devices.
28115
28116commit c1a6841a64576b7e688e9ca0d3e0db8acf52d4ae
28117Author: Paulo Ricardo Zanoni <prz05@c3sl.ufpr.br>
28118Date:   Tue Jul 10 10:08:44 2007 +0930
28119
28120    ProcX{Change|Query}WindowAccess: change device list from char* to XID*.
28121
28122commit 5957aa6fdc580ccad4557eeefa0636ffad823f33
28123Author: Michel Dänzer <michel@tungstengraphics.com>
28124Date:   Mon Jul 9 08:47:05 2007 +0200
28125
28126    Fix regression from recent composite changes.
28127    
28128    One pWin->redirectDraw test was converted incorrectly, causing incorrect
28129    rendering in some cases.
28130
28131commit 5ccc09b18244f91a06b3bea20b02a97280d1a229
28132Author: Peter Hutterer <peter@cs.unisa.edu.au>
28133Date:   Fri Jul 6 15:43:08 2007 +0930
28134
28135    Use the same struct for generic event masks throughout the code.
28136    Renaming those structs too.
28137    
28138    Previously grabs were using a different struct than windows, which was
28139    reasonably stupid.
28140
28141commit bcb23527421578bd4c9397d4c2c19cbefa22fc59
28142Author: Adam Jackson <ajax@benzedrine.nwnk.net>
28143Date:   Thu Jul 5 15:56:25 2007 -0400
28144
28145    Clean up unused #ifdefs from fb.
28146
28147commit 9ff7ff2fda30f334515b16ef0867c1500c41bc0f
28148Author: Keith Packard <keithp@neko.keithp.com>
28149Date:   Wed Jul 4 23:38:27 2007 -0700
28150
28151    Fix MEMORY SMASH in XkbCopyKeymap.
28152    
28153    XkbCopyKeymap reallocates the destination keymap when it is not large enough
28154    to hold the source data. When reallocating the map->types data, it needs to
28155    zero out the new entries. The computation for where to start bzero'ing was
28156    accounting for the size of the data type twice, once implicitly in the
28157    pointer arithmetic, and once explicitly with '* sizeof (XkbKeyTypeRec)'.
28158    This would often lead to random memory corruption when the destination
28159    keymap had existing map->types data.
28160
28161commit 9131d560a0d42067cc4e726e445e060216c9acdc
28162Author: Tiago Vignatti <vignatti@c3sl.ufpr.br>
28163Date:   Thu Jul 5 02:47:34 2007 -0300
28164
28165    Postpone options variable assignment to fix segfault when we got a device but
28166    its driver is incorrect. Also if (!ki && !pi) can never be true.
28167    
28168    This one also adds the device option field.
28169
28170commit 41b485d5507821e41c3281c3c565647ae7582101
28171Author: Tiago Vignatti <vignatti@c3sl.ufpr.br>
28172Date:   Thu Jul 5 02:40:07 2007 -0300
28173
28174    kdrive must to know that devices are unplugged.
28175
28176commit a92dc6b5295e4f352115fed2856169929819863f
28177Author: Tiago Vignatti <vignatti@c3sl.ufpr.br>
28178Date:   Thu Jul 5 02:28:14 2007 -0300
28179
28180    Remove redundant linking in kdrive. Fix configure.ac variable name and clean
28181    it up a little.
28182
28183commit 41b5155c8be75c4e171c0f64616cc09598b8ec54
28184Author: Tiago Vignatti <vignatti@c3sl.ufpr.br>
28185Date:   Thu Jul 5 01:57:41 2007 -0300
28186
28187    For each kdrive server put a dependencie on its own libraries.
28188
28189commit 16e429bcbf2f62cfc58162ab2857afb7376dda41
28190Author: Jonathan Lim <jlim@sgi.com>
28191Date:   Wed Jul 4 20:08:49 2007 +0200
28192
28193    Bug 5000: Fix domain support for SGI Altix
28194
28195commit f106c04b627d9f57b38627971dc79c75129e66d6
28196Author: Keith Packard <keithp@neko.keithp.com>
28197Date:   Tue Jul 3 14:47:19 2007 -0700
28198
28199    Have Composite always report server version.
28200    
28201    It was reporting the lessor of the server and client versions, which doesn't
28202    make sense with the 0.4 semantic change in clipping.
28203
28204commit 4f88d68bdb90cc7d12170355105b4fd020acd306
28205Author: Keith Packard <keithp@neko.keithp.com>
28206Date:   Tue Jul 3 14:43:17 2007 -0700
28207
28208    Force advertised Composite version to 0.4 instead of using header version.
28209    
28210    Installed protocol header version may be newer than the server code base.
28211    Use internal version number for Composite extension to make sure the server
28212    doesn't advertise capabilities it doesn't support.
28213
28214commit 866f092ca0160a366add01b48ad03438926c4d16
28215Author: Keith Packard <keithp@neko.keithp.com>
28216Date:   Tue Jul 3 14:29:11 2007 -0700
28217
28218    Make Composite manual redirect windows not clip their parent.
28219    
28220    This patch changes the semantics of manual redirect windows so that they no
28221    longer affect the clip list of their parent. Doing this means the parent can
28222    draw to the area covered by the child without using IncludeInferiors. More
28223    importantly, this also means that the parent receives expose events when
28224    that region is damaged by other actions.
28225
28226commit 2a75c774975b50dd4e71b7dbea7bd65ca2984a43
28227Author: Dodji Seketeli <dodji@seketeli.org>
28228Date:   Tue Jul 3 11:00:29 2007 +0200
28229
28230    ExaOffscreenMarkUsed: Don't crash when there's no offscreen memory.
28231
28232commit 0ede39a25cf5b0b6c2c89677f810c21ce42b95df
28233Author: Michel Dänzer <michel@tungstengraphics.com>
28234Date:   Tue Jul 3 10:55:13 2007 +0200
28235
28236    Fix build when int10 doesn't use x86emu.
28237
28238commit 028a00bc518dc6908839e8ce7c50ab1837100945
28239Author: Adam Jackson <ajax@benzedrine.nwnk.net>
28240Date:   Mon Jul 2 18:41:55 2007 -0400
28241
28242    Make x86emu's I/O cycle tracing more useful.
28243    
28244    Print debug messages only when the appropriate debug bit is set in the
28245    8086 state vector, so you can focus in on the call you're actually
28246    interested in.
28247
28248commit 00e8295b7e0c7c0ba97707903004272818e3d87d
28249Author: Gero Mudersbach <geroxp@web.de>
28250Date:   Mon Jul 2 11:40:11 2007 -0700
28251
28252    Bug #10814: Add needed quirk for Samsung 225BW like the 226BW.
28253
28254commit 667e95f2e8389d9f23c50446d6d664eddd16d260
28255Author: Eric Anholt <eric@anholt.net>
28256Date:   Mon Jul 2 11:36:11 2007 -0700
28257
28258    Correct the xf86EdidModes.c file description.
28259
28260commit 3de1f0d03b329b01856f664651db23ffefb58646
28261Author: Eric Anholt <eric@anholt.net>
28262Date:   Tue May 29 10:08:58 2007 -0700
28263
28264    Fix documentation of association of outputs to monitor sections in xorg.conf(5)
28265
28266commit c1a16bdcfe7aa907fe78f27dc606a8e5a2699952
28267Author: Peter Hutterer <peter@cs.unisa.edu.au>
28268Date:   Wed Jun 27 18:08:03 2007 +0930
28269
28270    Add 'evfill' field to GEExtensions.
28271    We need this to allow extensions to fill in extra data for an event before it
28272    is sent to the client. This is probably to be used like
28273    FillUpEventsFromWindow().
28274
28275commit 4d76075dbb618a47ff9fc15c4be2e2d34210fa8d
28276Author: Adam Jackson <ajax@benzedrine.nwnk.net>
28277Date:   Fri Jun 29 14:06:52 2007 -0400
28278
28279    Death to RCS tags.
28280
28281commit 2691c05fd647d9fa10f791ac397ecb9c423a076f
28282Author: Peter Hutterer <peter@cs.unisa.edu.au>
28283Date:   Fri Jun 29 11:56:18 2007 +0930
28284
28285    Make sure window->optional is allocated before assigning it.
28286    
28287    DeletePassiveGrabFromList() may remove the window optional, so we need to
28288    re-alloc it if it isn't there anymore.
28289    
28290    Thanks to Colin Harrison for spotting the bug.
28291
28292commit f7f3fe7fe7233a2ffc43106c48f44cbbd82b7c19
28293Author: Adam Jackson <ajax@benzedrine.nwnk.net>
28294Date:   Thu Jun 28 18:59:05 2007 -0400
28295
28296    Remove the remnants of OS/2 support.
28297    
28298    This has never worked in any modular server release, and as far as I know
28299    was never tested in 6.7 through 6.9.
28300
28301commit 8a06ff9ffa4816d192e58e43e7fe569b97b4dd7c
28302Author: Adam Jackson <ajax@benzedrine.nwnk.net>
28303Date:   Thu Jun 28 16:41:28 2007 -0400
28304
28305    Fix another usage of MAX_PCI_DEVICES.
28306    
28307    Fixes cases where the VGA device is above the 128th device on the system.
28308
28309commit 928836a5abd85466e920eb487fab9ccb295e0c5b
28310Author: Adam Jackson <ajax@benzedrine.nwnk.net>
28311Date:   Thu Jun 28 16:29:28 2007 -0400
28312
28313    Bug #10770: "Inputdevs" isn't a valid config file keyword.
28314
28315commit 62f43d8b33f67d8f3d0bd65787ffae9e6b634d65
28316Author: Tiago Vignatti <vignatti@c3sl.ufpr.br>
28317Date:   Wed Jun 27 16:24:42 2007 -0300
28318
28319    Relink properly all kdrive servers when changes happen.
28320
28321commit 3860996d5666b76600b1537e2cbd58e36b086308
28322Author: Tiago Vignatti <vignatti@c3sl.ufpr.br>
28323Date:   Wed Jun 27 16:06:12 2007 -0300
28324
28325    Remove double-defined.
28326
28327commit 1e189ed1daab58c1de67d387306fde0a9e7984a4
28328Author: Aaron Plattner <aplattner@nvidia.com>
28329Date:   Wed Jun 27 10:16:40 2007 -0700
28330
28331    Handle tileStride > 1 in fbEvenTile.
28332    
28333    Patch courtesy of James Jones.
28334
28335commit bf1ad1aa4270dccf1540943d97e80b317c0adb56
28336Author: Adam Jackson <ajax@benzedrine.nwnk.net>
28337Date:   Wed Jun 27 09:19:28 2007 -0400
28338
28339    Add VBE PanelID support.
28340    
28341    Originally found only in the i810 driver.
28342
28343commit d73835efda4995a310188537233a984f4b73628d
28344Author: Tiago Vignatti <vignatti@c3sl.ufpr.br>
28345Date:   Wed Jun 27 03:34:13 2007 -0300
28346
28347    More janitor work. Remove 'defined but not used' warnings from kdrive and some minor cosmetic.
28348
28349commit 38f8e536684193c3f70b23be22d818053c676072
28350Author: Tiago Vignatti <vignatti@c3sl.ufpr.br>
28351Date:   Wed Jun 27 03:19:37 2007 -0300
28352
28353    Janitor work. Remove 'defined but not used' warnings from xorg and other cosmetic.
28354
28355commit 1340f34ec98c41781164018d43bd7bb858d8132b
28356Author: Tiago Vignatti <vignatti@c3sl.ufpr.br>
28357Date:   Wed Jun 27 03:04:55 2007 -0300
28358
28359    Fix kdrive XKB.
28360
28361commit 08779c62ba2f4cbfa47e3cf738daf8abd74b60cf
28362Author: Peter Hutterer <peter@cs.unisa.edu.au>
28363Date:   Wed Jun 27 11:16:55 2007 +0930
28364
28365    Reset grab->next to NULL when we're creating a grab.
28366    
28367    This is definitely necessary in CheckDeviceGrabAndHintWindow (thanks to Paulo
28368    Zanoni for spotting it). We're resetting it everywhere else too, just to be
28369    save.
28370
28371commit 49136d3e9fe2d065090ee90c18a49f65fb027c9f
28372Author: Peter Hutterer <peter@cs.unisa.edu.au>
28373Date:   Tue Jun 26 19:43:54 2007 +0930
28374
28375    mieqEnqueue: use modulo for queue tail wrapping.
28376    
28377    This was previously committed by Michael Daenzer, but was lost during a pull.
28378
28379commit 8396bf7c8b4eb6b8f2d1e1ef19887064c69591da
28380Author: Peter Hutterer <peter@cs.unisa.edu.au>
28381Date:   Tue Jun 26 12:58:37 2007 +0930
28382
28383    Init genericMasks to 0, make sure list is NULL terminated.
28384
28385commit 9725516b4274ceaf9d6caf372c5439b4c9db2316
28386Author: Alan Coopersmith <alan.coopersmith@sun.com>
28387Date:   Fri Jun 22 17:05:21 2007 -0700
28388
28389    Split checks for dtrace & getpeerucred()
28390
28391commit edb9ccf3ecb4e35a840aa13815979c5fbd73f32d
28392Author: Michel Dänzer <michel@tungstengraphics.com>
28393Date:   Mon Jun 25 10:51:38 2007 +0200
28394
28395    Make sure DRIScreenPrivIndex is -1 when no DRI screen private is allocated.
28396    
28397    Fixes https://bugs.freedesktop.org/show_bug.cgi?id=11340 .
28398
28399commit c4e850a781e3b85631cb386d24efcca2a835d4c9
28400Author: Peter Hutterer <peter@cs.unisa.edu.au>
28401Date:   Mon Jun 25 13:38:25 2007 +0930
28402
28403    Quickfix to stop core key events from doubling up.
28404
28405commit 4c601b904ee6fb01da3343ff9ef00d36f1341fcb
28406Author: Peter Hutterer <peter@cs.unisa.edu.au>
28407Date:   Mon Jun 25 10:53:05 2007 +0930
28408
28409    configFiles(): don't return anything when declared as void.
28410
28411commit bec4e47d128ec40b58a2c9aae475f6a6fc4323c3
28412Author: Peter Hutterer <peter@cs.unisa.edu.au>
28413Date:   Mon Jun 25 10:51:42 2007 +0930
28414
28415    NULL-terminate device list when synthesizing core devices.
28416    
28417    This fix is required for 93ca526892c0d22afa05cce6496198c652043a19 to work.
28418
28419commit 8e5102b9f01821048e72e7f068193a0b3e1816f9
28420Author: Peter Hutterer <peter@cs.unisa.edu.au>
28421Date:   Thu Jun 21 15:47:48 2007 +0930
28422
28423    Set the detail field for DeviceKeyEvents to the keycode.
28424    
28425    (cherry picked from commit 0c33dc152e372cdc8ae59d9a5696b0774bcd03b7)
28426
28427commit 87564543d92c1ee1f8cb6fb9716a15d693e08cf5
28428Author: Peter Hutterer <peter@cs.unisa.edu.au>
28429Date:   Tue Jun 19 18:20:05 2007 +0930
28430
28431    Only decrement buttonsDown when the button count is greater than 0.
28432    
28433    Device drivers flush their buttons on device init and cause a button down
28434    event to be generated. If we unconditionally decrease the buttons, we won't be
28435    able to ever get a passive device grab.
28436    
28437    Format documentation for CheckDeviceGrabs to make it readable.
28438    (cherry picked from commit 3e894974cdd6a75683d4601f71622d1da7ec4395)
28439    
28440    Conflicts:
28441    
28442    	Xi/exevents.c
28443
28444commit 24ee89fd60f489f2d3af0399e0d667057df74d02
28445Author: Peter Hutterer <peter@cs.unisa.edu.au>
28446Date:   Tue Jun 19 15:31:56 2007 +0930
28447
28448    Add a few comments to devices.c
28449
28450commit 93ca526892c0d22afa05cce6496198c652043a19
28451Author: Peter Hutterer <peter@cs.unisa.edu.au>
28452Date:   Wed Jun 13 15:28:15 2007 +0930
28453
28454    Split up memory for devices configured in the config file.
28455    
28456    If we're using a continuous block here, we segfault when a device removal
28457    triggers an xfree call.
28458
28459commit b141b85c254afff3ce2221d899787fab3dc295bd
28460Author: Peter Hutterer <peter@cs.unisa.edu.au>
28461Date:   Wed Jun 13 15:26:03 2007 +0930
28462
28463    Check for identical grabs when adding a new passive grab. If an identical grab
28464    
28465    exists, remove the old one and prepend the new one.
28466    
28467    X.org Bug 2738 <https://bugs.freedesktop.org/show_bug.cgi?id=2738>
28468
28469commit 19cde59c41cf167cc609debfee75bfc015beac12
28470Author: Søren Sandmann Pedersen <sandmann@redhat.com>
28471Date:   Fri Jun 22 00:38:50 2007 -0400
28472
28473    In fbFill() make sure the drawable is validated when pixman_fill() succeeds.
28474    
28475    In fbSolidBoxClipped() don't return when pixman_fill() succeeds.
28476
28477commit d2177c80915f2fe2e8a5c948d4ba2fa51dbfbea2
28478Author: Keith Packard <keithp@neko.keithp.com>
28479Date:   Fri Jun 22 02:08:21 2007 +0100
28480
28481    Skip driver mode detection/configuration when !vtSema.
28482    
28483    When the server is not active, make sure the driver functions related to
28484    mode setting are not called.
28485
28486commit 32c0dcc8c0d1edba5d7e418fd2dc916847a4f069
28487Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
28488Date:   Thu Jun 21 15:39:19 2007 -0400
28489
28490    xselinux: adjust the config file format to that expected by libselinux.
28491    
28492    This file will eventually be moved out of the X source tree.
28493
28494commit 2030e9e5395be43bd8eab15b65c21ca4c2f1e619
28495Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
28496Date:   Thu Jun 21 15:37:18 2007 -0400
28497
28498    xselinux: use new libselinux support for context labeling.
28499    
28500    Remove all the config file parsing code and use the new lookup interface
28501    instead.
28502
28503commit 4d5df14f2c4a3108a8c8adfcf4766c0d1a9daad2
28504Author: Peter Hutterer <peter@cs.unisa.edu.au>
28505Date:   Thu Jun 21 18:24:30 2007 +0930
28506
28507    Save processInputProc before wrapping it and restore it later, instead of
28508    using a hardcoded ProcessKeyboardEvent. Otherwise we lose the ability to
28509    process DeviceKeyEvents after the first key press.
28510    
28511    This should be the correct fix now.
28512
28513commit f6f3322fc7562dbfccaf798b05d42ea222860ba8
28514Author: Peter Hutterer <peter@cs.unisa.edu.au>
28515Date:   Thu Jun 21 18:16:21 2007 +0930
28516
28517    Revert "Save processInputProc before wrapping it and restore it later, instead of"
28518    Mixed up source trees, this was a very bad fix.
28519    
28520    This reverts commit 8431f6083076cf1e701366767d8f8d32a628200f.
28521
28522commit 8431f6083076cf1e701366767d8f8d32a628200f
28523Author: Peter Hutterer <peter@cs.unisa.edu.au>
28524Date:   Thu Jun 21 17:00:41 2007 +0930
28525
28526    Save processInputProc before wrapping it and restore it later, instead of
28527    using a hardcoded ProcessKeyboardEvent. Otherwise we lose the ability to
28528    process DeviceKeyEvents after the first key press.
28529
28530commit 0c33dc152e372cdc8ae59d9a5696b0774bcd03b7
28531Author: Peter Hutterer <peter@cs.unisa.edu.au>
28532Date:   Thu Jun 21 15:47:48 2007 +0930
28533
28534    Set the detail field for DeviceKeyEvents to the keycode.
28535
28536commit e523859a952d49b20f3d10152cc0ef695d2c12a1
28537Author: Alan Coopersmith <alan.coopersmith@sun.com>
28538Date:   Wed Jun 20 17:54:38 2007 -0700
28539
28540    Include module name in "already built-in" message
28541
28542commit 5138f710a1574fef6f553f3fe2fccac0620d2584
28543Author: Arcady Goldmints-Orlov <arcadyg@nvidia.com>
28544Date:   Wed Jun 20 16:31:55 2007 -0700
28545
28546    Fixed fbSolidBoxClipped() to fill the right place.
28547    
28548    Changed an X2 to a Y1.
28549    
28550    Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
28551
28552commit c9b79a355845c895aca8303a39798264d80b6212
28553Author: Michel Dänzer <michel@tungstengraphics.com>
28554Date:   Wed Jun 20 18:56:06 2007 +0200
28555
28556    exaPolyFillRect: Don't track damage explicitly.
28557    
28558    All callers should already do it.
28559    
28560    Also don't leak pReg.
28561
28562commit 87966c5d2889873cea6cbc16b7e4399490dfaec1
28563Author: Michel Dänzer <michel@tungstengraphics.com>
28564Date:   Wed Jun 20 18:42:00 2007 +0200
28565
28566    exaGetImage: Don't migrate or try to accelerate for 1x1.
28567    
28568    This is mainly to avoid wasting effort for XSync(), but just reading a single
28569    pixel directly is probably faster than DownloadFromScreen anyway. Though in
28570    light of the latter, even larger thresholds might be useful.
28571    
28572    Also move the swappedOut check before the migration checks because migration
28573    can't actually occur when swapped out.
28574
28575commit 1f97a7647606226cde61d6ad7a94f2b0b571a06c
28576Merge: 5dee64f 2e7fef7
28577Author: Peter Hutterer <peter@cs.unisa.edu.au>
28578Date:   Tue Jun 19 17:20:52 2007 +0930
28579
28580    Merge branch 'master' into mpx
28581    
28582    Conflicts:
28583    
28584    	dix/devices.c
28585    	hw/xfree86/common/xf86Xinput.c
28586    	hw/xfree86/loader/xf86sym.c
28587    	mi/mieq.c
28588
28589commit 40f27a2df4906d9ceb1c78f6163a62c497321535
28590Author: Michel Dänzer <michel@tungstengraphics.com>
28591Date:   Tue Jun 19 09:11:16 2007 +0200
28592
28593    mieqEnqueue: Make local queue tail variables unsigned.
28594    
28595    So the modulo arithmetic actually works as intended... thanks to Peter Hutterer
28596    for pointing out the problem.
28597
28598commit 5dee64fc99f34e091abce65d47c4b6f026ab4849
28599Author: Peter Hutterer <peter@cs.unisa.edu.au>
28600Date:   Tue Jun 19 11:31:22 2007 +0930
28601
28602    Add a few comments to ProcXGrabDevice.
28603
28604commit 9e257029c760883c4ea0715d4fd06476f3fe8053
28605Author: Peter Hutterer <peter@cs.unisa.edu.au>
28606Date:   Tue Jun 19 11:28:07 2007 +0930
28607
28608    Add implicitGrab field to GrabInfoRec.
28609    Is set when passive grab is implicit as result of a ButtonPress event. If this
28610    is the case, we need to store the XI mask as well as the core mask to ensure
28611    delivery of XI events during the grab's lifetime.
28612    
28613    Remove all core grabs on other devices when client issues a GrabPointer or
28614    GrabKeyboard request. Let's assume that the client really only wants one
28615    device to interact, so this seems like a reasonable solution.
28616
28617commit ab7a6d860d4a275a810a64b1ba7b13726ed10575
28618Merge: e9130b8 2e7fef7
28619Author: Ian Romanick <idr@us.ibm.com>
28620Date:   Mon Jun 18 16:51:13 2007 -0700
28621
28622    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into pci-rework
28623    
28624    Conflicts:
28625    
28626    	hw/xfree86/os-support/bus/Pci.c
28627    	hw/xfree86/os-support/bus/linuxPci.c
28628
28629commit 2e7fef7d0837939e822c40b6ac77e7f0e66d57bd
28630Author: Adam Jackson <ajax@benzedrine.nwnk.net>
28631Date:   Mon Jun 18 12:08:39 2007 -0400
28632
28633    Make xf86{En,Dis}ableInterrupts no-ops on Linux.
28634
28635commit 831d3b7f8d053aba649c8d04af3bef96376bdc3a
28636Author: Lennart Buytenhek <buytenh@wantstofly.org>
28637Date:   Mon Jun 18 12:05:55 2007 -0400
28638
28639    Compile fixes for Linux ARM platforms.
28640
28641commit 562ca3f2f9005e7c5ed0a24b0759051ded2173e9
28642Author: Zephaniah E. Hull <warp@agamemnon.b5>
28643Date:   Mon Jun 18 12:00:49 2007 -0400
28644
28645    In NewInputDeviceRequest, only call EnableDevice if xf86Screens[0]->vtSema is
28646    true, preventing unwanted behavior in the case where a device is added while
28647    the user is in a different VT.
28648
28649commit 3e894974cdd6a75683d4601f71622d1da7ec4395
28650Author: Peter Hutterer <peter@cs.unisa.edu.au>
28651Date:   Fri Jun 15 17:16:16 2007 +0930
28652
28653    Only decrement buttonsDown when the button count is greater than 0.
28654    Device drivers flush their buttons on device init and cause a button down
28655    event to be generated. If we unconditionally decrease the buttons, we won't be
28656    able to ever get a passive device grab.
28657    
28658    Format documentation for CheckDeviceGrabs to make it readable.
28659
28660commit 42c2e14b254f6f882b3e79444360ab855db43e27
28661Author: Matthieu Herrb <matthieu@deville.herrb.com>
28662Date:   Fri Jun 15 00:14:02 2007 +0200
28663
28664    swap xOrigin and yOrigin in SProcRenderSetPictureClipRectangles.
28665    
28666    Fixes Xrender clipping rectangles when X server and client are of
28667    different endianness, shown by xterm 225 among others.
28668
28669commit 0aaf51546666f71e8d1711978bc7988ec2ecc7d9
28670Author: Peter Hutterer <peter@cs.unisa.edu.au>
28671Date:   Tue Jun 12 16:55:26 2007 +0930
28672
28673    Zero deviceMask and genericMask when creating a grab via CreateGrab().
28674
28675commit 78179ae827bb5d19abb1340084362bc51ad5c1e5
28676Author: Søren Sandmann Pedersen <sandmann@redhat.com>
28677Date:   Mon Jun 11 22:46:42 2007 -0400
28678
28679    Remove fbmmx.[ch] files
28680
28681commit eb2d7fe02f9cbca57b462bba05498e2d59316fbc
28682Author: Søren Sandmann Pedersen <sandmann@redhat.com>
28683Date:   Mon Jun 11 22:43:01 2007 -0400
28684
28685    Replace fbFillmmx() with pixman_fill() and remove fbmmx.[ch]
28686
28687commit f52ae237d3eec79ccd64cdd77271aeacc37af70c
28688Author: Søren Sandmann Pedersen <sandmann@redhat.com>
28689Date:   Mon Jun 11 22:02:39 2007 -0400
28690
28691    Require pixman 0.9.2
28692
28693commit d1d85c04e248f46b1cf1b1d25fdd56aa69b8f0ee
28694Author: Søren Sandmann Pedersen <sandmann@redhat.com>
28695Date:   Mon Jun 11 21:25:42 2007 -0400
28696
28697    Delete fbBltmmx().
28698
28699commit e2a720c9a17dc860ee0a858c2b21fd71e86cdcd0
28700Merge: 878cac7 3f9adb1
28701Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
28702Date:   Mon Jun 11 15:29:11 2007 -0400
28703
28704    Merge branch 'master' into XACE-SELINUX
28705    
28706    Conflicts:
28707    
28708    	dix/dixutils.c
28709
28710commit 3f9adb18f127318d054f30a57e3a77176e14c692
28711Author: Søren Sandmann Pedersen <sandmann@redhat.com>
28712Date:   Mon Jun 11 15:19:27 2007 -0400
28713
28714    Port a few forgotten fbSolidFillmmx()'es to fbFillmmx(). Use pixman_blt() instead of fbBltmmx()
28715    in fbCopyNToN().
28716
28717commit 878cac71aa0018deee861b297638c0744dba631b
28718Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
28719Date:   Mon Jun 11 14:19:37 2007 -0400
28720
28721    xselinux: use new libselinux support for private Flask definitions.
28722    
28723    Removes indirect dependency on kernel headers.
28724
28725commit d06099b38e8445e6e31f5178ffefcc31a71080ef
28726Author: Søren Sandmann Pedersen <sandmann@redhat.com>
28727Date:   Mon Jun 11 13:28:24 2007 -0400
28728
28729    Remove fbCopyAreammx() and fbSolidFillmmx()
28730
28731commit d4a034370c8ae71b2cc4fe824ceee58b19624f35
28732Author: Søren Sandmann Pedersen <sandmann@redhat.com>
28733Date:   Mon Jun 11 13:26:24 2007 -0400
28734
28735    Split fbSolidFillmmx() into a new FbFillmmx() function. Call that from fbFill().
28736
28737commit 3210902a7334f3d8d6c18a34a3cb3f55803b0043
28738Author: Søren Sandmann Pedersen <sandmann@redhat.com>
28739Date:   Mon Jun 11 13:14:50 2007 -0400
28740
28741    Split fbCopyAreammx() into a new fbBltmmx() function; call this
28742    
28743    function from fbCopyNToN().
28744
28745commit 8d5f4368eac1b259db3e61f877a4cc10f04efa2f
28746Author: Clark Rawlins <clark.rawlins@escient.com>
28747Date:   Mon Jun 11 16:53:38 2007 +0200
28748
28749    Really make sure BUILD_TIME doesn't have a leading zero.
28750    
28751    date +'%k%M%S' still gives a leading zero in the hour after midnight...
28752    
28753    Add a leading 1 and remove it in xf86PrintBanner().
28754
28755commit 54e023cec07aa7e392da36e11d0a4667b8341370
28756Author: Søren Sandmann Pedersen <sandmann@redhat.com>
28757Date:   Mon Jun 11 09:16:46 2007 -0400
28758
28759    Don't pass regions to pixman_image_composite() anymore.
28760
28761commit 5cbec267b6426960c90f6bcff1d051af5084538c
28762Author: Michel Dänzer <michel@tungstengraphics.com>
28763Date:   Mon Jun 11 12:38:41 2007 +0200
28764
28765    Make sure BUILD_TIME doesn't have a leading zero.
28766    
28767    It causes the compiler to treat it as an octal constant instead of decimal as
28768    intended, which could even cause a build failure in the cases of 08 and 09.
28769    
28770    Thanks to Clark Rawlins for pointing out the problem.
28771
28772commit 1aceec61ff203848576c47a1eab13f90a67d7176
28773Author: Michel Dänzer <michel@tungstengraphics.com>
28774Date:   Mon Jun 11 09:23:19 2007 +0200
28775
28776    DRI: Clip cliprects obtained from DRIGetDrawableInfo to screen dimensions.
28777    
28778    This is to avoid issues with redirected windows which are located partly or
28779    fully outside of a screen edge, resulting in unusual cliprects which the 3D
28780    drivers generally can't handle. The symptoms in such cases would be incorrect
28781    rendering or even crashes or hangs.
28782
28783commit 5d896e43fd056d935935b4eb66562791edc247a1
28784Author: Michel Dänzer <michel@tungstengraphics.com>
28785Date:   Mon Jun 11 09:23:19 2007 +0200
28786
28787    DRITreeTraversal: Stop walking tree when we've seen all DRI windows.
28788
28789commit 0fb44c6f9a0415184818ba8357a21ff920e907dc
28790Author: Michel Dänzer <michel@tungstengraphics.com>
28791Date:   Mon Jun 11 09:23:19 2007 +0200
28792
28793    DRI: Fix build warning.
28794
28795commit 644f7ddc0cb029e2ebca43742fd8a46a1a3f4c9f
28796Author: Michel Dänzer <michel@tungstengraphics.com>
28797Date:   Mon Jun 11 09:23:18 2007 +0200
28798
28799    dixLookupClient: Use access parameter.
28800
28801commit 30a3297fed9af3a594aba0875a8f58a0a38b33fc
28802Author: Michel Dänzer <michel@tungstengraphics.com>
28803Date:   Mon Jun 11 09:23:18 2007 +0200
28804
28805    mieq queue handling cleanups.
28806    
28807    In particular, fix handling of wraparounds in mieqEnqueue.
28808
28809commit c1a49a9269f14b6975a1a2c751bb179757373f11
28810Author: Adam Jackson <ajax@benzedrine.nwnk.net>
28811Date:   Sun Jun 10 22:14:57 2007 -0400
28812
28813    GNU is wrong and ` is not left-quote.
28814
28815commit 67a0a4da1a225ee3bd6bbd1846f8141fe333c884
28816Author: Dave Airlie <airlied@linux.ie>
28817Date:   Mon Jun 11 11:55:11 2007 +1000
28818
28819    update xproto dependency to at least 7.0.9
28820
28821commit c079cce9d884ab03f305b3fba4a4e1247c023480
28822Author: Daniel Ciocea <daniel.ciocea@eosystems.ro>
28823Date:   Fri Jun 8 18:12:21 2007 -0700
28824
28825    Fix sync polarity on Samsung SyncMaster 205BW monitor.
28826    
28827    need to use standard VESA sync polarity instead of the
28828    EDID provided -hsync -vsync values.
28829
28830commit 9c47b86bd9a4633fda5fd305a09ac8623187efa0
28831Author: Aaron Plattner <aplattner@nvidia.com>
28832Date:   Thu Jun 7 13:57:12 2007 -0700
28833
28834    Add new fb symbols to wfbrename.h.
28835    
28836    Avoids crashes when wfbComposite calls the wrong image_from_pict.
28837
28838commit 567b5bf765254a4ae9cc7711bb6acfa89a9fd61c
28839Author: Søren Sandmann Pedersen <sandmann@redhat.com>
28840Date:   Tue Jun 5 20:26:49 2007 -0400
28841
28842    Delete fbCompositeCopyAreammx()
28843
28844commit 49ed31c0b323dd8c5887a803c199875e6f2330d8
28845Author: Søren Sandmann Pedersen <sandmann@redhat.com>
28846Date:   Tue Jun 5 17:44:21 2007 -0400
28847
28848    Remove most of the fast-path MMX operations from fbmmx. fbCopyAreammx
28849    
28850    and fbSolidFillmmx are still needed by other code.
28851
28852commit dfbe32b5b828cc4e3da36a0e2e6ad641164eaa5e
28853Author: Adam Jackson <ajax@benzedrine.nwnk.net>
28854Date:   Mon Jun 4 18:07:00 2007 -0400
28855
28856    Remove the old Kerberos 5 authentication code.
28857    
28858    Before you complain, this code hasn't seen material change since at least
28859    X11R6.  It certainly does not build with any modern version of Kerberos.
28860    Anybody wanting krb5 auth to their X server should probably be using
28861    GSSAPI instead of internal krb5 API anyway.
28862
28863commit 793470a8356976ddd427280a738dfb6e1c0e4e70
28864Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
28865Date:   Mon Jun 4 12:33:49 2007 -0400
28866
28867    dix: fix null pointer dereference in new resource lookup function.
28868
28869commit 75dece08fb72803d5116e6776e9f1534ff20e37b
28870Author: Zephaniah E. Hull <warp@agamemnon.b5>
28871Date:   Mon Jun 4 09:09:20 2007 -0400
28872
28873    xf86PostMotionEvents[P] calls xf86SendDragEvents, xf86SendDragEvents
28874    unconditionally checks device->button->buttonsDown.
28875    
28876    Let's make it possible to have a device with motion, but no buttons.
28877    
28878    Without segfaulting.
28879
28880commit fbb9b203950e9d0e82574cde5b3e006b0e6b404f
28881Author: Zephaniah E. Hull <warp@agamemnon.b5>
28882Date:   Mon Jun 4 06:59:42 2007 -0400
28883
28884    Let's not do a calloc and a free on every call to xf86PostMotionEvents.
28885
28886commit 3f4295e643ca56c40f33af7966e8efd367ef8749
28887Author: Zephaniah E. Hull <warp@agamemnon.b5>
28888Date:   Mon Jun 4 06:48:06 2007 -0400
28889
28890    Add xf86PostMotionEventP, takes a pointer instead of a variable number of
28891    arguments.
28892    
28893    Bump input ABI to 1.1 since we export this.
28894
28895commit a4f3473c88370b8411e016ebab619cffd33e58f9
28896Author: Zephaniah E. Hull <warp@agamemnon.b5>
28897Date:   Mon Jun 4 06:39:02 2007 -0400
28898
28899    Fully init the AbsoluteClassRec in InitAbsoluteClassDeviceStruct.
28900    (Specificly, we were missing the screen field.)
28901
28902commit 0cbc3a4da2ddb6e4f30f60d2bc7f405d31aa554a
28903Author: Zephaniah E. Hull <warp@agamemnon.b5>
28904Date:   Mon Jun 4 02:03:44 2007 -0400
28905
28906    Print the build time as well as the date if we can.
28907
28908commit 9a7aaeb3f6ff79af60fde91cd0575a54ba0b9587
28909Author: Daniel Stone <daniel@fooishbar.org>
28910Date:   Mon May 28 13:54:16 2007 +0300
28911
28912    XFree86: Input: Assume core events per default
28913    
28914    Assume that a device will be sending core events, unless explicitly
28915    specified otherwise.
28916
28917commit 94361cbba7f866144691f6f5e9251a550e0e0cb8
28918Author: Daniel Stone <daniel@fooishbar.org>
28919Date:   Mon May 28 13:54:47 2007 +0300
28920
28921    XFree86: Input: Perform case-insensitive comparisons on option names
28922
28923commit e5ce982381c4092252d6b55fcefcc9a3cd21e656
28924Author: Benjamin Herrenschmidt <benh@kernel.crashing.org>
28925Date:   Sun Jun 3 09:40:37 2007 +1000
28926
28927    Include pixman.h from fb.h or compile of some files will fail
28928    
28929    Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
28930
28931commit 90eb22656c34d2d08a8dccaf05e6d081c56bd7f3
28932Author: Adam Jackson <ajax@benzedrine.nwnk.net>
28933Date:   Sat Jun 2 16:49:26 2007 -0400
28934
28935    Minor cleanup/robustification to config parsing.
28936
28937commit f6a983533bdc84752562ef0be25b320678bf08a1
28938Author: Adam Jackson <ajax@benzedrine.nwnk.net>
28939Date:   Sat Jun 2 16:37:39 2007 -0400
28940
28941    Don't warn about default behaviour when autoconfigging.
28942
28943commit 21e8f4eb02842f877336db08c332d8ee4a381ee0
28944Author: Adam Jackson <ajax@benzedrine.nwnk.net>
28945Date:   Sat Jun 2 16:13:01 2007 -0400
28946
28947    Don't print lack of DRI support as an error in AIGLX init.
28948
28949commit 0e1384d8318637f75d04d3d1b7600f7cad40117e
28950Author: Adam Jackson <ajax@benzedrine.nwnk.net>
28951Date:   Sat Jun 2 16:07:20 2007 -0400
28952
28953    Delete VDIF support; it was never used anyway.
28954
28955commit 66702f3c1c6c884e83744c72da173cc32f22b2f4
28956Author: Henry Zhao <henryz@localhost.localdomain>
28957Date:   Fri Jun 1 23:55:40 2007 -0700
28958
28959    Need to use minPitch in miScanLineWidth() to get the shrinked
28960    linePitch.
28961
28962commit 26b21157cf934ae387b15faa9ebb060120e6a0d6
28963Author: Peter Hutterer <peter@cs.unisa.edu.au>
28964Date:   Thu May 31 17:05:14 2007 +0930
28965
28966    Add a deviceMask to the GrabRec and don't interfere with passiveGrabs.
28967    
28968    This quickfixes event delivery problems with XI events when a grab was on.
28969    deviceMask is only used when the grab was from a ButtonPress to preserve
28970    potential XI event masks.
28971    
28972    This is not an ideal solution but it works until I have time to work on
28973    PassiveGrabs.
28974
28975commit fa877d7ff25c4ec45288e1fea70d4f5e1baf3ef3
28976Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
28977Date:   Wed May 30 13:06:45 2007 +0100
28978
28979    Fix mode validation against the maximum X/Y values configured
28980    at server startup, and not against the virtual X/Y parameters
28981    as they can change.
28982    
28983    This fixes an issue when canGrow is TRUE and modes get dropped
28984    when using the virtual X/Y parameters.
28985
28986commit 182ab3a3d5b28daa86e6d6155e76ce759687ae6d
28987Author: Peter Hutterer <peter@cs.unisa.edu.au>
28988Date:   Wed May 30 17:44:31 2007 +0930
28989
28990    Fix up comments for event.c
28991
28992commit b5db863945fa8045995b3bf742c44e40f2650f04
28993Author: Paulo Ricardo Zanoni <prz05@c3sl.ufpr.br>
28994Date:   Wed May 30 16:15:15 2007 +0930
28995
28996    Allow value None for windows when setting ClientPointer.
28997    
28998    We need this for clients that need to set the ClientPointer but don't have a
28999    window on display yet. If used, it will set the device as the ClientPointer
29000    for the requesting client.
29001
29002commit 99eae8bea6724a24477375ad5b2d31cc4883cf6b
29003Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
29004Date:   Tue May 29 22:04:36 2007 -0400
29005
29006    I/O enable/disable update for the Hurd
29007
29008commit 3c6f1428489c1f71acd41066ea73ef4ae7c60f17
29009Author: Julien Cristau <jcristau@debian.org>
29010Date:   Tue May 29 22:01:30 2007 -0400
29011
29012    Make sure that the ramdac symbols are present in the server
29013    
29014    The former ramdac module is now built into the server, so its symbols need to
29015    be explicitly exported to drivers (Debian #423129).
29016
29017commit ee20c481eede0954f4a8bef5113979b101863c32
29018Author: Matthieu Herrb <matthieu@deville.herrb.com>
29019Date:   Tue May 29 14:54:27 2007 -0600
29020
29021    Remove wscons keyboard handling stuff that doesn't belong there anymore.
29022
29023commit 60de6c7ef9bdcee043f63e8e0d493e6feba6a9d0
29024Merge: 3a6549a 2f13b7c
29025Author: Matthieu Herrb <matthieu@deville.herrb.com>
29026Date:   Tue May 29 12:14:49 2007 -0600
29027
29028    Merge branch 'master' of ssh://herrb@git.freedesktop.org/git/xorg/xserver
29029
29030commit 3a6549a163aba26bf4ac58b050c493fba0df14c6
29031Author: Matthieu Herrb <matthieu@deville.herrb.com>
29032Date:   Tue May 29 12:14:23 2007 -0600
29033
29034    Make this build on OpenBSD
29035
29036commit 2f13b7c113c17239e382dd3640e9c29201d8ab1f
29037Author: Drew Parsons <dparsons@debian.org>
29038Date:   Wed May 30 02:13:36 2007 +1000
29039
29040    Update Xprint build for pixman.
29041    
29042    Xprt links libfb, which now uses pixman.  Update configure.ac to
29043    require module $PIXMAN for XPRINT.
29044    Also, use $(top_builddir) to reference libfb.la and other local
29045    libraries, rather than using the relative reference ../..
29046
29047commit ba0b7d47ab0c24d5a29228f8af583044060464bd
29048Author: David Nusinow <dnusinow@debian.org>
29049Date:   Mon May 28 21:57:04 2007 -0400
29050
29051    Fix for GNU/kFreeBSD
29052
29053commit 2267bf48b385c93243e26c3bb84ebb04c7fdb39f
29054Author: Bastian Blank <waldi@debian.org>
29055Date:   Mon May 28 21:55:05 2007 -0400
29056
29057    Fixes for s390
29058
29059commit 857ddbb660a21cad1c16f4fb2dc8a904d6655304
29060Author: Eugene Konev <ejka@imfi.kspu.ru>
29061Date:   Mon May 28 21:53:02 2007 -0400
29062
29063    Allow configurable serverconfigdir for security policy location
29064    Allow the location of the SERVERCONFIGdir variable to be defined at
29065    compile-time. This allows us to specify where the security policy will be
29066    located (Debian uses this to put it in /etc). The default is to the
29067    previous location.
29068
29069commit 78d01d1008973899d931ef44b47d5f0b5f220b0d
29070Author: Gerhard Tonn <gt@debian.org>
29071Date:   Mon May 28 21:48:58 2007 -0400
29072
29073    Miscellaneous fixes for S/390.
29074
29075commit d98bd4bf908c2c51fcfd3a4c3230de17f2567244
29076Author: Branden Robinson <branden@debian.org>
29077Date:   Mon May 28 21:44:59 2007 -0400
29078
29079    Overhaul xorg.conf manpage
29080    
29081    Major stylistic cleanups, greatly expanded cross-reference ("SEE ALSO")
29082    section and some typo fixes.
29083    
29084    This patch by Branden Robinson. Forward-ported by Fabio M. Di Nitto.
29085
29086commit 6bf8d5019313ee2251a44dfb7ad3435a3c6db7eb
29087Author: David Nusinow <dnusinow@debian.org>
29088Date:   Mon May 28 21:42:10 2007 -0400
29089
29090    Read ROM in chunks
29091    This patch speeds up reads of the ROM by reading in large chunks rather
29092    than one byte at a time. This patch was by Dann Frazier.
29093
29094commit 6fdd134a0c3e6fdde9b089100e8783705c9cc6ac
29095Author: David Nusinow <dnusinow@debian.org>
29096Date:   Mon May 28 21:39:12 2007 -0400
29097
29098    Fix up xnest manpage
29099    I believe this patch was originally by Branden Robinson
29100
29101commit 6a870992d81a6bacfa9d313c15784fdb281d474f
29102Author: Keith Packard <keithp@dulcimer.keithp.com>
29103Date:   Fri May 25 20:33:08 2007 -0700
29104
29105    xf86XVFillKeyHelper assumed root clip never changed.
29106    
29107    When the root window changed size, xf86XVFillKeyHelper would not revalidate
29108    the GC, leaving the clip at the old size causing lossage (and possibly
29109    memory corruption if the screen and frame buffer shrank).
29110    
29111    Fixed by just using a scratch GC; saving memory, eliminating bugs and
29112    shrinking the code.
29113
29114commit 3c982bc1a49509dda7bc469b0eced44df02755b3
29115Author: Luo Jie <luojie@nlsde.buaa.edu.cn>
29116Date:   Thu May 24 11:13:03 2007 -0700
29117
29118    Reinstate an apparently mis-deleted ';' from a for loop with no body.
29119    
29120    Fixes an error returning "No core keyboard" with multiple keyboards.
29121
29122commit 4d7469f75fadfc4a59664e88e18eb304203670f4
29123Author: Luo Jie <luojie@nlsde.buaa.edu.cn>
29124Date:   Thu May 24 11:04:06 2007 -0700
29125
29126    Fix a typo in using memcpy in xwin.
29127
29128commit 0b988450462ddb005311e68502357baf272e6371
29129Author: Luo Jie <luojie@nlsde.buaa.edu.cn>
29130Date:   Thu May 24 11:02:28 2007 -0700
29131
29132    Fix os/utils.c compile with mingw.
29133
29134commit 1f48995d66c0072caa7e5ce2845be642221dd56d
29135Author: Luo Jie <luojie@nlsde.buaa.edu.cn>
29136Date:   Thu May 24 11:01:15 2007 -0700
29137
29138    Fix build of composite, dix, and randr when Xinerama is disabled.
29139
29140commit 8f98be7db303bc3db650054efb86843c70114451
29141Author: Eric Anholt <eric@anholt.net>
29142Date:   Thu May 24 11:00:04 2007 -0700
29143
29144    Fix bswap detection on BSD (mis-added '_' in function names).
29145
29146commit 9616a042855399f0ee9c6489ea824621ea5fee18
29147Author: Matthias Drochner <drochner@netbsd.org>
29148Date:   Tue Apr 10 16:15:40 2007 -0700
29149
29150    Fix build on NetBSD/amd64.
29151
29152commit ddb26bccd275f4fc011f7a2be685d1ce58555a00
29153Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
29154Date:   Thu May 24 12:20:24 2007 -0400
29155
29156    dix: Add a bunch of new access codes.
29157    
29158    These were determined through an analysis of the core protocol and 35 of
29159    the most common protocol extensions.  There remain four bits for future
29160    use.
29161
29162commit 649e7f82d8d4333443493056b81eb20d6cf022bc
29163Author: Michel Dänzer <michel@tungstengraphics.com>
29164Date:   Thu May 24 12:10:05 2007 +0200
29165
29166    Consolidate portPriv->pDraw assignments into xf86XVEnlistPortInWindow.
29167    
29168    This avoids a crash in xf86XVReputVideo and also cleans up the code slightly.
29169
29170commit 047bf3349bb697c73c95729a8bbf15f72605901f
29171Author: Soren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com>
29172Date:   Wed May 23 16:56:05 2007 -0400
29173
29174    Delete trapezoid rendering code; replace with pixman calls
29175
29176commit 9d87ef4e0dff40ea39f1b209c67b90079fc79065
29177Author: Soren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com>
29178Date:   Wed May 23 15:50:25 2007 -0400
29179
29180    - Make image_from_pict() non-static
29181    - Delete fbedge.c and fbedgeimp.h
29182    - Use pixman_rasterize_edges() in fbtrap.c
29183
29184commit 2a960c442bd7560630f52b55d82ec0517542ee5a
29185Author: Soren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com>
29186Date:   Wed May 23 13:08:26 2007 -0400
29187
29188    Port renderedge.c to pixman
29189
29190commit 3ba3ede9bbdfc6376b6f6e0b6ce8280a05e6584d
29191Author: Soren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com>
29192Date:   Wed May 23 12:56:04 2007 -0400
29193
29194    Add missing offsets for window coordinates - reported by Colin Harrison
29195
29196commit 2a4aa63a23ddd816b647b851a01865861827a7eb
29197Merge: 9cee4ec cc648e6
29198Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
29199Date:   Tue May 22 14:50:26 2007 -0400
29200
29201    Merge branch 'master' into XACE-SELINUX
29202    
29203    Conflicts:
29204    
29205    	include/miscstruct.h
29206
29207commit cc648e609d472472bac4a2e568eb3598b3690ba3
29208Author: Michel Dänzer <michel@tungstengraphics.com>
29209Date:   Tue May 22 10:51:56 2007 +0200
29210
29211    EXA: Export ExaOffscreenMarkUsed.
29212    
29213    Can be used to inform EXA that an offscreen area is used outside of EXA.
29214
29215commit e6a7198e7cd96f1fe0654cc6811a977821579258
29216Author: Adam Jackson <ajax@benzedrine.nwnk.net>
29217Date:   Tue May 22 10:51:55 2007 +0200
29218
29219    Bug #8991: Add glXGetDrawableAttributes dispatch; fix texture format therein.
29220    
29221    Adapted to master branch by Michel Dänzer <michel@tungstengraphics.com>.
29222
29223commit 6324bfc468f7a645d2fee59f1c921a4328a4639f
29224Author: Michel Dänzer <michel@tungstengraphics.com>
29225Date:   Tue May 22 10:51:53 2007 +0200
29226
29227    AIGLX: Zero-copy texture-from-pixmap.
29228    
29229    When available, use the 2D driver texOffsetStart hook and the 3D driver
29230    setTexOffset hook to save the overhead of passing the pixmap data to
29231    glTex(Sub)Image.
29232    
29233    The basic idea is to update the driver specific 'offset' for bound pixmaps
29234    before dispatching a GLX render request and to flush immediately afterwards
29235    if there are any pixmaps bound. This should ensure that the 3D driver can
29236    use pixmaps for texturing directly regardless of the X server moving them
29237    around.
29238
29239commit 5006d08d7fc56d3d380cc6b75297f94e8594eb54
29240Author: Michel Dänzer <michel@tungstengraphics.com>
29241Date:   Tue May 22 10:51:52 2007 +0200
29242
29243    DRI: Add TexOffset driver hooks.
29244    
29245    To be used by AIGLX for GLX_EXT_texture_from_pixmap without several data copies.
29246    
29247    The texOffsetStart hook must make sure that the given pixmap is accessible by
29248    the GPU for texturing and return an 'offset' that can be used by the 3D
29249    driver for that purpose.
29250    
29251    The texOffsetFinish hook is called when the pixmap is no longer being used for
29252    texturing.
29253
29254commit ff2eae86b6a8760befbbc5d605debebe7b024c05
29255Author: David Nusinow <dnusinow@debian.org>
29256Date:   Mon May 21 19:50:04 2007 -0400
29257
29258    Fix boolean thinko that prevented working without a server layout
29259
29260commit 56fd92715567cd32e4b725b3791de9ac4e3879aa
29261Author: Soren Sandmann Pedersen <sandmann@redhat.com>
29262Date:   Mon May 21 20:00:25 2007 -0400
29263
29264    Remove fast path code from fbpict.c
29265    
29266    Remove the various fast path functions from fbpict, and instead use
29267    pixman_image_composite().
29268
29269commit d0e8f474099dea40bbea555427772724ccb787d1
29270Author: Peter Hutterer <peter@cs.unisa.edu.au>
29271Date:   Mon May 21 13:06:21 2007 +0930
29272
29273    Change GrabDevice's parameter name back to "coreGrab".
29274    Was changed during a global search/replace for
29275    5c680e94938c16e04a4349715cf11796b80400db.
29276    
29277    Otherwise people like me introduce bugs (e.g. in
29278    333bab4b235801efd2b2de5b60df5b0c44048d3e)
29279
29280commit 167e1773de0fb566559d4362ff929eedcdb6d055
29281Author: Peter Hutterer <peter@cs.unisa.edu.au>
29282Date:   Mon May 21 10:45:10 2007 +0930
29283
29284    Remove unused include "gestr.h"
29285
29286commit 7e2c935920cafadbd87c351f1a3239932864fb90
29287Author: Fredrik Höglund <fredrik@kde.org>
29288Date:   Fri May 18 20:06:14 2007 +0200
29289
29290    Add a new IDLETIME system sync counter.
29291    
29292    This counter exposes the time in milliseconds since the last
29293    input event. Clients such as screen savers and power managers
29294    can set an alarm on this counter to find out when the idle time
29295    reaches a certain value, without having to poll the server.
29296
29297commit 756acea23a0cc56c470bcd77c6f5638d923ab3d1
29298Author: Soren Sandmann Pedersen <sandmann@redhat.com>
29299Date:   Fri May 18 13:39:12 2007 -0400
29300
29301    Use pixman_image_set_indexed() to make 8 bit work
29302
29303commit 7916419a0092b8bf9713c0840f9e969950d7aa85
29304Author: Soren Sandmann Pedersen <sandmann@redhat.com>
29305Date:   Fri May 18 11:58:24 2007 -0400
29306
29307    Comment out setup of general MMX code
29308
29309commit 998164bac648756e5b5254aa36e075ae360d3972
29310Author: Soren Sandmann Pedersen <sandmann@redhat.com>
29311Date:   Fri May 18 11:36:20 2007 -0400
29312
29313    Move fbCompositeGeneral() to fbpict.c and remove fbcompose.c
29314
29315commit a2e3614eb8f0fa198615df492b03ff36bc9c1121
29316Author: Soren Sandmann Pedersen <sandmann@redhat.com>
29317Date:   Fri May 18 11:33:11 2007 -0400
29318
29319    Break image_from_pict() into a few subfunctions.
29320
29321commit c5ef84c325440af5fbdf9f44c3781d99a0392df9
29322Author: Soren Sandmann Pedersen <sandmann@redhat.com>
29323Date:   Thu May 17 21:31:08 2007 -0400
29324
29325    Make the general compositing code create a pixman image and call
29326    
29327    pixman_image_composite(). Leave the general code commented out for now.
29328
29329commit 076d070e186afeb416976ae74fbfd50c86db10c5
29330Author: Keith Packard <keithp@neko.keithp.com>
29331Date:   Thu May 17 20:24:18 2007 -0700
29332
29333    Use Screen block handler for rotation to draw under DRI lock.
29334    
29335    DRI uses a non-screen block/wakeup handler which will be executed after the
29336    screen block handler finishes. To ensure that the rotation block handler is
29337    executed under the DRI lock, dynamically wrap the screen block handler for
29338    rotation.
29339
29340commit 915563eba530c5e2fdc2456cf1c7c3cc09b3add0
29341Author: Keith Packard <keithp@neko.keithp.com>
29342Date:   Thu May 17 20:22:43 2007 -0700
29343
29344    Disable all outputs and crtcs at startup.
29345    
29346    Leaving devices enabled during server startup can cause problems during the
29347    initial mode setting in the server, especially when they are used for
29348    different purposes by the X server than by the BIOS. Disabling all of them
29349    before any mode setting is attempted provides a stable base upon which the
29350    remaining mode setting operations can be built.
29351
29352commit 0375009a97c2ab7f0e0f0265463d45c0580388c6
29353Author: Soren Sandmann Pedersen <sandmann@redhat.com>
29354Date:   Thu May 17 12:59:24 2007 -0400
29355
29356    Remove excessive unrolling in fbCompositeSrc_x888x8x8888() and fix bug where
29357    the source alpha was used instead of 0xff.
29358
29359commit 0b4db74922299df785e6273fdb1bf65c38d36070
29360Author: Peter Hutterer <peter@cs.unisa.edu.au>
29361Date:   Thu May 17 18:00:07 2007 +0930
29362
29363    Squish the flags into the upper bits of the mode field for EnterLeave events.
29364    This way we have enough space for the detail field.
29365
29366commit 333bab4b235801efd2b2de5b60df5b0c44048d3e
29367Author: Peter Hutterer <peter@cs.unisa.edu.au>
29368Date:   Thu May 17 17:59:02 2007 +0930
29369
29370    Clean up, correct some comments.
29371    Send event type down with the RawEvents.
29372
29373commit bc334286b060bc8d0c829b18acebadf24fbdaf19
29374Author: Peter Hutterer <peter@cs.unisa.edu.au>
29375Date:   Thu May 17 10:36:46 2007 +0930
29376
29377    Init device axis with -1,-1 minimum values.
29378    
29379    This is needed to be able to cross to screens located east/north of the
29380    current active screen.
29381
29382commit 546465ee6aa6584780aec6357f32d205c807ae71
29383Author: Soren Sandmann Pedersen <sandmann@redhat.com>
29384Date:   Wed May 16 17:42:04 2007 -0400
29385
29386    Make fbFetch_b8g8r8() actually write the read value to the buffer
29387
29388commit 0fcd17c9181901c419cc32bc24c07fe5a6934d81
29389Author: Soren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com>
29390Date:   Tue May 15 17:59:13 2007 -0400
29391
29392    Use pixman short formats, revert the gradient_stop change
29393
29394commit f4c1d5fc28a5a7fe2592505350f9e2331f6049b7
29395Author: Soren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com>
29396Date:   Tue May 15 17:12:22 2007 -0400
29397
29398    Use pixman types for transforms and vectors
29399
29400commit f2e30e7d0a1d075e7e83c5b5ceca9e4752951138
29401Author: Soren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com>
29402Date:   Tue May 15 16:51:21 2007 -0400
29403
29404    Use the pixman fixed point types and macros
29405
29406commit 3da842bf930d7875599ca0c06cb4a09cfa987ac5
29407Author: Soren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com>
29408Date:   Tue May 15 14:57:14 2007 -0400
29409
29410    Revert various fast path functions to their pre-pixman-merge state
29411    since they fail rendercheck. Remove their associated macros.
29412    
29413    See bug 10903.
29414
29415commit 1568b6b6a0d7337f29c7b87cc46ae64b3b0f8fdf
29416Author: Soren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com>
29417Date:   Sat May 12 20:33:23 2007 -0400
29418
29419    Port large amounts of the region code to pixman
29420
29421commit dde0ceac4ea7639d0096bfd26f37c5851778854c
29422Author: Soren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com>
29423Date:   Sat May 12 17:41:47 2007 -0400
29424
29425    Add new InitRegions() function called from dix/main
29426
29427commit e037052ac522150786abf44d3a04c813cc490050
29428Author: Soren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com>
29429Date:   Sat May 12 16:58:54 2007 -0400
29430
29431    Turn boxes and regions into typedefs for pixman types
29432
29433commit 8e56f5be4b70773c899f01b9ccd2e88d523327e4
29434Author: Soren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com>
29435Date:   Fri May 11 11:45:37 2007 -0400
29436
29437    Add dependency on pixman 0.9.0
29438
29439commit a8c56372ba8aa36bac09877c478ff53ea5358df7
29440Author: Peter Hutterer <peter@cs.unisa.edu.au>
29441Date:   Tue May 15 10:24:22 2007 +0930
29442
29443    Revert "Allow events to grabWindows event if the device is not grabbed."
29444    
29445    This reverts commit 339b73e710a0920608a3fbcb20b406f0f6c4e0f6.
29446    Allowing those events can lead to race conditions.
29447    
29448    Conflicts:
29449    
29450    	dix/events.c
29451
29452commit 81fc6a128b64ad412064405ed45db0175398e3f0
29453Author: Peter Hutterer <peter@cs.unisa.edu.au>
29454Date:   Mon May 14 18:12:56 2007 +0930
29455
29456    Add ungrab support to ExtendedGrabDeviceRequest handling.
29457    Polish the code a bit.
29458
29459commit 5c680e94938c16e04a4349715cf11796b80400db
29460Author: Peter Hutterer <peter@cs.unisa.edu.au>
29461Date:   Mon May 14 12:34:53 2007 +0930
29462
29463    Remove double-grab option. We only want one grab per device.
29464
29465commit 4dc973f08c54294e06bc831bd2839fd3aa24ecfb
29466Author: Peter Hutterer <peter@cs.unisa.edu.au>
29467Date:   Mon May 14 10:42:03 2007 +0930
29468
29469    Add ExtendedGrabDevice handling.
29470    Add XGE handling in DeliverGrabbedEvent.
29471    
29472    We can now grab something selecting XGE events, but the current code is a
29473    bit messy and doesn't work too well yet.
29474
29475commit a277f04ab08514462b7f10b4dd92eb326af85501
29476Author: Adam Jackson <ajax@benzedrine.nwnk.net>
29477Date:   Wed May 9 22:03:12 2007 -0400
29478
29479    Remove mfb and cfb from include paths where they're not needed.
29480
29481commit 20c5250e487e032d392e2e4624021fccb1bfb72c
29482Author: Adam Jackson <ajax@benzedrine.nwnk.net>
29483Date:   Wed May 9 21:49:44 2007 -0400
29484
29485    Use system copy of cbrt() if available.
29486    
29487    Also move the replacement inline into miarc.c, since that's the only user.
29488
29489commit 8dcc37520d5e8c8b52cee81faa67fd5205548377
29490Author: Adam Jackson <ajax@benzedrine.nwnk.net>
29491Date:   Wed May 9 18:57:05 2007 -0400
29492
29493    Use _X_INLINE instead of ad-hoc #defines.
29494
29495commit 6ff239cb4e67c0a2ea497a1714e5585c1d941af3
29496Author: Adam Jackson <ajax@benzedrine.nwnk.net>
29497Date:   Wed May 9 18:38:33 2007 -0400
29498
29499    Make the use of ICEIL slightly less ugly.
29500
29501commit 178d426311bb3c7160f72b5d95b0a137eda09ba9
29502Author: Colin Harrison <colin.harrison-at-virgin.net>
29503Date:   Fri May 11 10:08:42 2007 +0100
29504
29505    Missing piece from bug 9808
29506
29507commit ebaa6c920c82401952a0ccc991b94574306449bd
29508Author: Matthias Hopf <mhopf@suse.de>
29509Date:   Thu May 10 15:25:31 2007 +0200
29510
29511    Disable Simba PCI bridge routing code (Bug #8020).
29512    
29513    The code in hw/xfree86/os-support/bus/sparcPci.c:simbaCheckBus()
29514    is trying to mimmick VGA routing by disabling I/O space responses
29515    behind the Simba PCI-PCI controller.
29516    
29517    Unfortunately, doing this also happens to disable access to the
29518    IDE controller I/O space registers, thus crashing the system.  The
29519    granularity of the I/O disabling in the Simba controller is not
29520    fine enough to disable VGA without also disabling the IDE controller
29521    registers.
29522
29523commit 86c4941727f7c673ae6bb88c67443fa25935c7f5
29524Author: Colin Harrison <colin.harrison-at-virgin.net>
29525Date:   Wed May 9 16:55:27 2007 +0100
29526
29527    fix an occasional crash in GetWindowName() (bug: 9798)
29528
29529commit be44018a3c6172caf3e91c36ea321420d104e79f
29530Author: Colin Harrison <colin.harrison-at-virgin.net>
29531Date:   Wed May 9 16:55:09 2007 +0100
29532
29533    Fix bad use of hwnd (bug: 9808)
29534
29535commit d3248b66a650c6c629cd66240e25004869217d2e
29536Author: Colin Harrison <colin.harrison-at-virgin.net>
29537Date:   Wed May 9 16:54:46 2007 +0100
29538
29539    Migrate some code to the new mi apis
29540
29541commit 021e5df85d7c9373a2fed55512751d16e08128db
29542Author: David Nusinow <dnusinow@debian.org>
29543Date:   Mon May 7 21:03:40 2007 -0400
29544
29545    Add more informative logging for module default loading
29546    
29547    When the modules section is parsed, if a module is set to be loaded by
29548    default, this will be logged. If it is redundantly specified in xorg.conf,
29549    this will also be noted. None of this logging will happen if the xorg.conf
29550    lacks a modules section.
29551
29552commit 1b3a0508a7aee1c7b14cd62216b4727fcc9181d4
29553Author: Jesse Barnes <jbarnes@jbarnes-mobile.amr.corp.intel.com>
29554Date:   Sun May 6 01:30:59 2007 -0700
29555
29556    Fix documentation for Copy hook -- it can copy memory to the scanout
29557    buffer too.
29558
29559commit 030a578391c634bc68add6ada3f251cf3f8c3069
29560Author: David Nusinow <dnusinow@debian.org>
29561Date:   Thu May 3 22:51:07 2007 -0400
29562
29563    Provide UseDefaultFontPath option
29564    
29565    This provides a new option, UseDefaultFontPath. This option is enabled by
29566    default, and causes the X server to always append the default font path
29567    (defined at compile time) to the font path for the server. This will allow
29568    people to specify additional font paths if they want without breaking
29569    their font path, thus hopefully avoiding ye olde "fixed front" problem.
29570    
29571    Because this option is a ServerFlag option, the ServerFlags need to be
29572    processed before the files section of the config file, so swap the order
29573    that they are processed.
29574
29575commit e91b9ddc7aa95abc2d4d314e8db204860771a099
29576Author: David Nusinow <dnusinow@debian.org>
29577Date:   Thu May 3 22:00:23 2007 -0400
29578
29579    Improve modules loading defaults
29580    
29581    Provide default modules that may be overrided easily. Previously the
29582    server would load a set of default modules, but only if none were
29583    specified in the xorg.conf, or if you didn't have a xorg.conf at all. This
29584    patch provides a default set and you can add only the "Load" instructions
29585    to xorg.conf that you want without losing the defaults. Similarly, if you
29586    don't want to load a module that's loaded by default, you can add "Disable
29587    modulename" to your xorg.conf (see man xorg.conf in this release for
29588    details). This allows for a minimal "Modules" section, where the user only
29589    need specify what they want to be different. See bug #10541 for more.
29590    
29591    The list of default modules is taken from the set loaded by default when
29592    there was a xorg.conf containing no "Modules" section.
29593    
29594    A potential problem for some users is that some users disable a module,
29595    most notably DRI, by commenting out the "Load" line in their xorg.conf.
29596    This needs to be changed to an uncommented "Disable" line, as DRI is
29597    loaded by default.
29598
29599commit d2f813f7db157fc83abc4b3726821c36ee7e40b1
29600Author: Soren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com>
29601Date:   Wed May 2 19:10:22 2007 -0400
29602
29603    New fbWalkCompositeRegion() function
29604    
29605    This new function walks the composite region and calls a rectangle
29606    compositing function on each compositing rectangle. Previously there
29607    were buggy duplicates of this code in fbcompose.c and
29608    miext/rootles/safealpha/safeAlphaPicture.c.
29609
29610commit e0959adcd8df2c61e98e76e708fceef9c7cd54eb
29611Author: Soren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com>
29612Date:   Tue May 1 13:41:48 2007 -0400
29613
29614    Add fbCompositeRect() as another special case in the switch of doom in fbpict.c
29615    
29616    This is phase one of getting the two region walkers in fbcompose.c and
29617    fbpict.c merged together.
29618
29619commit cb22bdbe678a9948eda75d464d6701a729664ef0
29620Author: Peter Hutterer <peter@cs.unisa.edu.au>
29621Date:   Thu May 3 10:05:58 2007 +0930
29622
29623    Add selected RamDac functions to xfree86LookupTab.
29624    
29625    Adding those makes drivers for s3 and tga work again.
29626
29627commit c1e1d6b98a6708860e5b5f6e21d8d5b1d8ce9075
29628Author: Brian <brian@yutani.localnet.net>
29629Date:   Wed May 2 15:55:40 2007 -0600
29630
29631    In __glXCreateARGBConfig(), insert the new GL mode at the _end_ of the linked list.
29632    
29633    Previously, the new mode was added at the head of the list.  This caused the
29634    positional correspondence between modes and the XMesaVisuals array to be off
29635    by one.  The net result was GLX clients failing when they tried to use the
29636    last GLX mode/visual.
29637    
29638    We still have the problem of DRI drivers not being able to use the extra
29639    mode/visual introduced by __glXCreateARGBConfig().  glXCreateContext fails
29640    with BadAlloc if it's attempted.  This is also the source of the often-
29641    seen warning "libGL warning: 3D driver claims to not support visual xxx"
29642    Look into fixing that someday...
29643
29644commit bd0abb2844ef9faf28703e592cfebb886004234c
29645Author: Tilman Sauerbeck <tilman@code-monkey.de>
29646Date:   Wed May 2 17:20:48 2007 +0200
29647
29648    Bug #10823: Fixed default OSNAME value.
29649    
29650    We try to get OSNAME from uname by default now.
29651
29652commit 71fc5b3e9309182978ead676965d65ca93a4e3b9
29653Author: Keith Packard <keithp@keithp.com>
29654Date:   Wed May 2 11:41:11 2007 +0200
29655
29656    Fix for a divide by zero that can be triggered by a malicious client.
29657    
29658    Problem reported by Derek Abdine of rapid7.com. Thanks.
29659
29660commit c03d9a7217f9895feed8cfed3ede4752faf6187c
29661Author: Peter Hutterer <peter@cs.unisa.edu.au>
29662Date:   Wed May 2 18:16:40 2007 +0930
29663
29664    Cleaning up a bit.
29665    
29666    Register correct event in EventSwapVector.
29667    Fix up event swap for GE events, register XI's swap function at GE.
29668
29669commit e6fd4a24ebd205013b41e44aacbbfb847709d2fd
29670Author: Peter Hutterer <peter@cs.unisa.edu.au>
29671Date:   Wed May 2 17:49:20 2007 +0930
29672
29673    Add handling for FakeDeviceEvent request.
29674    Fix a stupid bug from last commit, mask names were wrong.
29675
29676commit af25720598bb35d9d953ac8d9a07528289ebfb4a
29677Author: Peter Hutterer <peter@cs.unisa.edu.au>
29678Date:   Wed May 2 13:51:16 2007 +0930
29679
29680    Add missing files for ProcXiSelectEvent.
29681    
29682    Should have been a part of 5e439109292e54b5c4d1a7bc7b6ac0e42ee285f7. Oh well.
29683
29684commit 58c0fd29272fb6c2f193cff82fb0b0573c607eec
29685Author: Peter Hutterer <peter@cs.unisa.edu.au>
29686Date:   Wed May 2 13:50:09 2007 +0930
29687
29688    Adjust EQ to support long events.
29689    Add RawDeviceEvent (pointers only for now).
29690    
29691    This commit changes the event queue to use EventLists instead of xEvent
29692    arrays. Only EQ is affected, event delivery still uses xEvent* (look for
29693    comment in mieqProcessInputEvent).
29694    
29695    RawDeviceEvents deliver driver information to the client, without clipping or
29696    acceleration.
29697
29698commit 0214d0b96a9b900a8cf5c7f2183add3a411441f3
29699Author: Peter Hutterer <peter@cs.unisa.edu.au>
29700Date:   Tue May 1 15:49:41 2007 +0930
29701
29702    Start devices after windows are initialized.
29703    
29704    This fixes the hotplug segfault introduced with the multihead changes and
29705    cleans up the code a bit as well.
29706
29707commit 11d0e2109b699714055e263e8963f2c39eded28b
29708Author: Peter Hutterer <peter@cs.unisa.edu.au>
29709Date:   Tue May 1 14:16:36 2007 +0930
29710
29711    Correct enterleave semaphore value for root window.
29712
29713commit 8b42ba64e169a35df2a90528dcb0cd06be0f67a1
29714Author: Peter Hutterer <peter@cs.unisa.edu.au>
29715Date:   Tue May 1 12:12:58 2007 +0930
29716
29717    Send PointerKeyboardPairingChangedNotifyEvent using XGE.
29718    
29719    Needs updated inputproto and libXi.
29720
29721commit 325380adb20ec2b82e176d75599fd4bc97a3b918
29722Author: Peter Hutterer <peter@cs.unisa.edu.au>
29723Date:   Tue May 1 11:02:05 2007 +0930
29724
29725    Check and re-set paired devices when initializing sprites.
29726    
29727    If we don't do this, a device that is paired before a sprite has been
29728    initialized for the paired device will not actually get the right sprite and
29729    segfault the server on focus events. Happens for the VCK.
29730
29731commit b043a184509cfe5c4c4691ecde1a4a065e53d575
29732Author: Peter Hutterer <peter@cs.unisa.edu.au>
29733Date:   Tue May 1 09:54:33 2007 +0930
29734
29735    Check VCP's and VCK's ids when searching for a new device id.
29736    
29737    Both VCP and VCK are not in the inputInfo.devices list anymore, so we need to
29738    check them separately. If we don't do this, we end up re-using ids 0 and 1,
29739    causing all sorts of grief for clients.
29740
29741commit 873ef75b1e8c94d39670c981c4d830ab8bcc018b
29742Author: Colin Guthrie <gmane@colin.guthr.ie>
29743Date:   Mon Apr 30 10:33:12 2007 -0600
29744
29745    fix __glXErrorCallBack() proto
29746
29747commit 6b33459bf5aac23c3ecc7002d091c02f327d907a
29748Merge: 18252a5 3c91a99
29749Author: Brian <brian@yutani.localnet.net>
29750Date:   Mon Apr 30 10:26:19 2007 -0600
29751
29752    Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/xorg/xserver
29753
29754commit 5e439109292e54b5c4d1a7bc7b6ac0e42ee285f7
29755Author: Peter Hutterer <peter@cs.unisa.edu.au>
29756Date:   Mon Apr 30 12:57:42 2007 +0930
29757
29758    Add GenericEvent extension to Xext.
29759    
29760    This adds (unconditional) support for the GE extension. Anything from now on
29761    that sends events in MPX will have to use the GE extension. No GE, no MPX
29762    events. GE is not actually used yet from anywhere with this commit.
29763    
29764    You will need to update x11proto, xextproto, libX11, libXext and xcb to the
29765    matching xge branches. Things will _NOT_ work without the updated protocol
29766    headers and libraries.
29767
29768commit 3c91a993e8c752002adf85c317216e1487c20780
29769Author: Michel Dänzer <michel@tungstengraphics.com>
29770Date:   Sun Apr 29 23:49:41 2007 +0200
29771
29772    EXA: Fix OffscreenValidate build with DEBUG_OFFSCREEN enabled.
29773
29774commit a261e1325057974d58440812b93c00c0caa4423a
29775Author: Michel Dänzer <michel@tungstengraphics.com>
29776Date:   Sun Apr 29 23:49:35 2007 +0200
29777
29778    EXA: Remove DrawableDirty.
29779    
29780    Convert the remaining callers to PixmapDirty.
29781
29782commit b1b6674a919943a8ac37e54d02e8d0d23a642b1d
29783Author: Michel Dänzer <michel@tungstengraphics.com>
29784Date:   Sun Apr 29 23:49:28 2007 +0200
29785
29786    EXA: FillSpans improvements.
29787    
29788    * Don't need to track damage.
29789    * Always migrate for fallbacks.
29790
29791commit 584697a2231ac782f362a925e1489c15483a8791
29792Author: Michel Dänzer <michel@tungstengraphics.com>
29793Date:   Sun Apr 29 23:49:09 2007 +0200
29794
29795    EXA: SolidBoxClipped improvements.
29796    
29797    * Centralize handling of fallbacks and damage tracking.
29798    * Always migrate for fallbacks.
29799
29800commit 982d7c2c0b948ba04c8eefa475d660981e6ed9f9
29801Author: Michel Dänzer <michel@tungstengraphics.com>
29802Date:   Sun Apr 29 23:48:59 2007 +0200
29803
29804    EXA: CopyNtoN improvements.
29805    
29806    * Centralize handling of fallbacks and damage tracking.
29807    * Always migrate for fallbacks.
29808
29809commit d2245386eed200e77a8c84bdda36ab29e39fd593
29810Author: Michel Dänzer <michel@tungstengraphics.com>
29811Date:   Sun Apr 29 23:48:31 2007 +0200
29812
29813    EXA: GetImage improvements.
29814    
29815    Only migrate when appropriate. In particular, don't migrate to offscreen in the
29816    no-fallback case as copying from system memory should usually be as fast if not
29817    faster than DownloadFromScreen, in particular if the bits need to be uploaded
29818    to offscreen first.
29819
29820commit 0880aaac9c83019fec2e3d32871f74c7a407f8b3
29821Author: Michel Dänzer <michel@tungstengraphics.com>
29822Date:   Sun Apr 29 23:48:19 2007 +0200
29823
29824    EXA: PutImage improvements.
29825    
29826    * Migrate for fallbacks when appropriate.
29827    * Add damage tracking in ExaCheckPutImage.
29828
29829commit 7fca16901187ade48e83e6a2684ef464b1912357
29830Author: Michel Dänzer <michel@tungstengraphics.com>
29831Date:   Sun Apr 29 23:48:11 2007 +0200
29832
29833    EXA: ImageGlyphBlt improvements.
29834    
29835    * Don't waste effort on invisible glyphs.
29836    * Only track damage for bounding box instead of each glyph separately.
29837    * Always migrate for fallbacks.
29838
29839commit a8d6ebdf9338dc2f6ff9a532e6fec460a70d3b1e
29840Author: Michel Dänzer <michel@tungstengraphics.com>
29841Date:   Sun Apr 29 23:47:53 2007 +0200
29842
29843    EXA: Defer to FillRegionTiled in Composite when possible.
29844    
29845    Committed separately as this case is hard to hit and has only been tested
29846    lightly.
29847
29848commit 81b055605c34b5823f6c5f63cc0f92f43c6b7252
29849Author: Michel Dänzer <michel@tungstengraphics.com>
29850Date:   Sun Apr 29 23:47:43 2007 +0200
29851
29852    EXA: Composite improvements.
29853    
29854    * Defer to simpler hooks in more cases (inspired by XAA behaviour).
29855    * Move damage tracking from lower to higher level functions.
29856    * Always migrate for fallbacks.
29857
29858commit ce317a5b76c053f449122c46e1372bf8e067cb4c
29859Author: Michel Dänzer <michel@tungstengraphics.com>
29860Date:   Sun Apr 29 23:47:16 2007 +0200
29861
29862    EXA: Glyphs improvements.
29863    
29864    * Don't waste effort on invisible glyphs.
29865    * Add damage tracking where necessary.
29866    * Always migrate for fallbacks.
29867
29868commit 0c8905ebc91cf654facef84ee52231a358deec5c
29869Author: Michel Dänzer <michel@tungstengraphics.com>
29870Date:   Sun Apr 29 23:47:08 2007 +0200
29871
29872    EXA: PolyFillRect improvements.
29873    
29874    * Convert rects to region and use it for damage tracking.
29875    * When possible, defer to exaFillRegion{Solid,Tiled} using converted region.
29876    * Always migrate for fallbacks.
29877    * Move damage tracking out of ExaCheckPolyFillRect.
29878
29879commit 567f18a09bfb05f448be40c7ebe0f210f955601c
29880Author: Michel Dänzer <michel@tungstengraphics.com>
29881Date:   Sun Apr 29 23:46:49 2007 +0200
29882
29883    EXA: FillRegion{Solid,Tiled} improvements.
29884    
29885    * Support planemasks, different ALUs and arbitrary tile origin.
29886    * Leave damage tracking and non-trivial fallbacks to callers.
29887    * Always migrate for fallbacks.
29888    
29889    This is in preparation for using these from more other functions.
29890
29891commit e869573b52fac69fb88cea120daaeec59c7a3461
29892Author: Michel Dänzer <michel@tungstengraphics.com>
29893Date:   Sun Apr 29 23:45:48 2007 +0200
29894
29895    EXA: exaAssertNotDirty improvements.
29896    
29897    * Return early if the valid region is empty or the pixmap is pinned.
29898    * Fix loop for several cliprects.
29899
29900commit d3f8667341bfe6dc7d0258c4ad69377f37d88d95
29901Author: Michel Dänzer <michel@tungstengraphics.com>
29902Date:   Sun Apr 29 23:44:27 2007 +0200
29903
29904    EXA: Fix exaEnableDisableFBAccess for nested disables and enables.
29905
29906commit 5e4b3232dafe3b0dec65bf639bebaba4774210b7
29907Author: Michel Dänzer <michel@tungstengraphics.com>
29908Date:   Sun Apr 29 23:38:22 2007 +0200
29909
29910    Fix fbCompositeTrans_0888xnx0888 build for wfb on big endian.
29911
29912commit 2866e0bac9b8dd3892c5e68abcfc6c97cebaf88a
29913Author: Michel Dänzer <michel@tungstengraphics.com>
29914Date:   Sun Apr 29 23:38:13 2007 +0200
29915
29916    Fix a couple of picture repeat fields incorrectly compared to RepeatNormal.
29917
29918commit 78a20455356ccc310f73cfc65ad65a7677eee7e5
29919Author: Soren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com>
29920Date:   Fri Apr 27 15:20:24 2007 -0400
29921
29922    Pixman merging
29923    
29924    More msvc++ porting
29925
29926commit 6c4f1826bf2c5f30f5fe6e489a02b6375478b380
29927Author: Soren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com>
29928Date:   Fri Apr 27 08:13:08 2007 -0400
29929
29930    Bug fix in fbCompositeIn_nx8x8888
29931    
29932    Make sure both halves of the dst word is set to zero when the masks
29933    are both 0.
29934
29935commit f28eea0647f007c2e2415ecc6fceef46201faad4
29936Merge: 339b73e ae04f2c
29937Author: Peter Hutterer <peter@cs.unisa.edu.au>
29938Date:   Fri Apr 27 16:34:36 2007 +0930
29939
29940    Merge branch 'master' into mpx
29941    
29942    Conflicts:
29943    
29944    	dix/devices.c
29945    	dix/events.c
29946
29947commit 339b73e710a0920608a3fbcb20b406f0f6c4e0f6
29948Author: Peter Hutterer <peter@cs.unisa.edu.au>
29949Date:   Fri Apr 27 13:24:27 2007 +0930
29950
29951    Allow events to grabWindows event if the device is not grabbed.
29952    
29953    This kinda makes popup windows useable if the WM doesn't set the
29954    ClientPointer. Kinda.
29955
29956commit ae04f2cb0a068cdc1e519627bf745de0c9e4a85a
29957Author: Adam Jackson <ajax@benzedrine.nwnk.net>
29958Date:   Thu Apr 26 15:28:04 2007 -0400
29959
29960    Fix the 'relink' target for kdrive servers.
29961
29962commit 6c8152d6ee9eeb21a68a8bbfed1540939e5bcd1f
29963Author: Adam Jackson <ajax@benzedrine.nwnk.net>
29964Date:   Thu Apr 26 14:59:04 2007 -0400
29965
29966    Remove old edid_modes.c, it lives in hw/xfree86/modes/ now.
29967
29968commit 2208c6087d6bffcb24a30891a56430e28735874c
29969Author: Soren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com>
29970Date:   Thu Apr 26 14:40:30 2007 -0400
29971
29972    Change expand_alpha_rev to expand_alpha in mmxSaturateU
29973
29974commit a300ef84cee26febfbe08c497d0d063588130bdd
29975Author: Soren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com>
29976Date:   Thu Apr 26 14:37:53 2007 -0400
29977
29978    Fix typo in previous commit
29979
29980commit 0ebe48be59368b55c618f60d4656300bd7f52ed9
29981Author: Soren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com>
29982Date:   Thu Apr 26 14:36:32 2007 -0400
29983
29984    Pixman merge
29985    
29986    - Changes to support MS Visual C++
29987    
29988    - use inline instead of __inline__
29989    
29990    - Fix rounding errors (Billy Biggs, from xserver via pixman)
29991
29992commit 4fe918b38553133c27e5ae672e5c43984a9bbaea
29993Author: Soren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com>
29994Date:   Thu Apr 26 12:41:01 2007 -0400
29995
29996    Fix bug 8871 - scrolling corruption with a compositing manager
29997    
29998    Call miHandleExposures() in CopyArea/CopyPlane explicitly in cw to
29999    generate GraphicsExposes correctly.
30000
30001commit 0ff7c94fcf6497ee8575f81cf97eeeb3a857739e
30002Author: Soren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com>
30003Date:   Thu Apr 26 10:56:02 2007 -0400
30004
30005    Pixman merge
30006    
30007    Make use of fbCompositeSrcAdd_8888x8x8mmx
30008
30009commit 701ccb4a22cfd646ccb7f19b7b3a476aeb5ce2da
30010Author: Soren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com>
30011Date:   Thu Apr 26 10:49:06 2007 -0400
30012
30013    Pixman merge
30014    
30015    - Remove stray default label
30016    
30017    - Integrate new MMX ops SolidMaskSrc_nx8x8888mmx, In_8x8mmx, and
30018      In_nx8x8mmx
30019    
30020    - Formatting changes to reduce diff noise
30021
30022commit a54ef54db19dcd36ed86b33cff2bc369f9690a15
30023Author: Soren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com>
30024Date:   Thu Apr 26 10:24:25 2007 -0400
30025
30026    Pixman merge
30027    
30028    Make sure fbCompositeSrc_x888x8x8888mmx and fbCompositeSrc_8888x8x8888mmx
30029    are used when possible.
30030
30031commit 3571b8e65b0857322d12e291305cfe29ea497c3c
30032Author: Soren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com>
30033Date:   Thu Apr 26 09:45:11 2007 -0400
30034
30035    More pixman merging
30036    
30037    - Move some code around to minimize diff noise
30038    
30039    - Add mmx ops from pixman that never made it into X
30040    
30041    - Merge Jeff Muizelaar's bugfixes to fbCompositeSrc_8888x8x8888mmx and
30042      fbCompositeSrc_x888x8x8888mmx.
30043
30044commit cfc01115af4136b2dad8218ba6b389513a356a2e
30045Author: Peter Hutterer <peter@cs.unisa.edu.au>
30046Date:   Thu Apr 26 22:18:35 2007 +0930
30047
30048    Fix cursor rendering for multi-head.
30049    
30050    Before putting anything on the screen, check if the GC was made for the
30051    ScreenRec we want to render to. If not, toss the GC and create a new one. This
30052    is not the best solution but it does the job for now. Same thing for ARGB
30053    cursors except that it's even uglier.
30054    
30055    Also remember the screen the cursor was rendered to and check for the right
30056    screen in the BlockHandler, SourceValidate and a few others. Only remove or
30057    restore the cursor if we are rendering to the same screen, otherwise we get
30058    artefacts that are both funky and really annoying.
30059
30060commit 82f97e1c0cc15b050edc82a8f3b9a423d6cf5fe7
30061Author: Paulo Ricardo Zanoni <prz05@c3sl.ufpr.br>
30062Date:   Thu Apr 26 15:58:50 2007 +0930
30063
30064    Enable event delivery for multiple heads.
30065    
30066    Requires moving the spriteTrace into the DeviceIntRec and adjusting a few
30067    functions to take in device argument, most notably XYToWindow().
30068    
30069    Cursor rendering on the second screen is busted.
30070
30071commit c0346e57e6d3857994f7af76060c502c2fdea294
30072Author: Peter Hutterer <peter@cs.unisa.edu.au>
30073Date:   Thu Apr 26 12:02:45 2007 +0930
30074
30075    Require inputproto 1.4.2.
30076    
30077    Requirement was introduced with c7e2ba0c9b9b1fc1aed8f91f86471c4c8e650b78.
30078
30079commit 67347739b0571b2978468e8088480b105f505ad2
30080Author: Soren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com>
30081Date:   Wed Apr 25 14:19:39 2007 -0400
30082
30083    Don't treat convolution filters as transformations.
30084    
30085    Some rearrangement of code to get it closer to pixman.
30086
30087commit c056ce95d89ef1df57edf47149fc34cd3925496e
30088Author: Soren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com>
30089Date:   Wed Apr 25 13:21:47 2007 -0400
30090
30091    Port MSVC++ CPU detection code from pixman. (Vladimir Vukicevic).
30092
30093commit c19ece1d8c32dc81740a4036a642661f54064e75
30094Author: Soren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com>
30095Date:   Wed Apr 25 12:34:19 2007 -0400
30096
30097    Integrate optimization from xserver from David Reveman where repeats
30098    
30099    get handled by fbFetchTransformed() rather than in the region walking
30100    code.
30101
30102commit 48c73dfc369fdf8f6023436ebe82bb604f76bb80
30103Author: Soren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com>
30104Date:   Wed Apr 25 12:09:22 2007 -0400
30105
30106    Add function fbCompositeSrcAdd_8888x8x8(), and fix a bug where
30107    
30108    srcRepeat = FALSE would be set in the wrong place.
30109
30110commit 66ba3d758a368bf83d75bab8b08bdb6b34925e40
30111Author: Soren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com>
30112Date:   Wed Apr 25 10:31:38 2007 -0400
30113
30114    Various fixes from xserver via pixman (Billy Biggs)
30115
30116commit c09e68ce30dabd6b7068b163b9d2382d85d0d0bc
30117Author: Adam Jackson <ajax@benzedrine.nwnk.net>
30118Date:   Wed Apr 25 16:46:26 2007 -0400
30119
30120    Paper over a crash at exit during GLX teardown.
30121
30122commit 9c80eda826448822328bb678a7d284cc43fffb17
30123Author: Adam Jackson <ajax@benzedrine.nwnk.net>
30124Date:   Wed Apr 25 16:35:04 2007 -0400
30125
30126    Disable RANDR's fake Xinerama protocol when there's more than one screen.
30127    
30128    ... in the protocol sense.  Xinerama doesn't have any provision for more
30129    than one protocol screen each with its own geometry.
30130    
30131    Red Hat bug #231257.
30132
30133commit d322608dc929d5f8cda07a53143a4f28423e0460
30134Author: Adam Jackson <ajax@benzedrine.nwnk.net>
30135Date:   Wed Apr 25 16:29:48 2007 -0400
30136
30137    Fix a buffer overrun on machines with excessively large PCI busses.
30138    
30139    Formerly we sized an array with a compile time constant, then initialized
30140    its size to the same constant, but the Linux PCI init code would increase
30141    that "constant".  So if you happened to have more than 128 PCI devices,
30142    you'd happily scribble into whatever variables happened to be in .bss
30143    after that array.
30144    
30145    Only really fixed for Linux atm.  Other OSes will simply (still) fail to
30146    work on video devices above the 128th PCI device.
30147
30148commit 3ba1e8ab6d69566e1a3f8f0eb4605631aeffc8e5
30149Author: Aaron Plattner <aplattner@nvidia.com>
30150Date:   Tue Apr 24 17:20:14 2007 -0700
30151
30152    Include xf86Rename.h in xf86RandR12.h.
30153
30154commit 0a2fe443d25b1ca25349aba3f748df986952e20f
30155Author: Soren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com>
30156Date:   Tue Apr 24 19:02:44 2007 -0400
30157
30158    Use READ/WRITE macros for new functions introduced in previous commits.
30159
30160commit 7e16da7b78c422f96387502b9cc29eaa1741543f
30161Author: Soren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com>
30162Date:   Tue Apr 24 18:15:34 2007 -0400
30163
30164    Remove #if 0'ed blocks
30165
30166commit 18252a515d4989b983a3b7389636045e06d0f246
30167Author: Brian <brian@yutani.localnet.net>
30168Date:   Tue Apr 24 14:10:09 2007 -0600
30169
30170    bump release date to reflect input code updates
30171
30172commit 2d9a7a768747ca39a800475f12c424c298018dc6
30173Author: Soren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com>
30174Date:   Tue Apr 24 14:46:59 2007 -0400
30175
30176    From pixman (Jeff Muizelaar)
30177    
30178        Fix up the fast-path compositing operators; those are useful for
30179        sources without alpha, but can't be used for sources with
30180        alpha. Also, replaced fbCompositeSrcSrc_nxn with call to fbBlt as
30181        this function must handle 1, 4, 8, 16, 24, 32 bpp objects. Would
30182        be nice to optimize fbBlt for common cases involving 8, 16, 24 and
30183        32bpp.
30184    
30185        From Keith Packard.
30186
30187commit fde4a5adf02d3067a064ebf6bdd666aa5784cfe9
30188Author: Soren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com>
30189Date:   Tue Apr 24 13:30:43 2007 -0400
30190
30191    From xserver via pixman (Jeff Muizelaar)
30192    
30193         Add some optimizations from jaymz. Also adds some compile
30194         warnings that will hopefully go awa y as we continue merging.
30195
30196commit 13e1d5ea55b0a3b7729316c8e37d3d8fca2075b5
30197Author: Soren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com>
30198Date:   Tue Apr 24 12:59:18 2007 -0400
30199
30200    Fix format vs formatCode in previous commit
30201
30202commit 077a5d4555676d5775e990468a697b6890c6d609
30203Author: Soren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com>
30204Date:   Tue Apr 24 12:57:55 2007 -0400
30205
30206    Add functions fbCompositeSrcSrc_nxn() and fbCompositeTrans_0565xnx0565
30207    from xserver via pixman. Add READ/WRITE and fbFinishAccess as
30208    appropriate.
30209
30210commit 09436fb7c38a9819bde770c4c21143591671c4d7
30211Author: Peter Hutterer <peter@cs.unisa.edu.au>
30212Date:   Tue Apr 24 22:52:33 2007 +0930
30213
30214    Disable devices before removing, remove unrecoverable devices.
30215
30216commit c7e2ba0c9b9b1fc1aed8f91f86471c4c8e650b78
30217Author: Peter Hutterer <peter@cs.unisa.edu.au>
30218Date:   Tue Apr 24 21:34:47 2007 +0930
30219
30220    Use DevicePresence events to tell the client about enabled/disabled devices.
30221    
30222    Include the device id in the event sent to the client.
30223
30224commit ce099a9b78195540ec251a6a3dbe26019c1a686d
30225Author: Brian <brian@yutani.localnet.net>
30226Date:   Mon Apr 23 12:34:01 2007 -0600
30227
30228    fix bug in which maxKeysPerModifier wasn't getting set
30229
30230commit b5e1f7869b2f12a1c2baa7f699ae609fc9ad50aa
30231Author: Soren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com>
30232Date:   Mon Apr 23 14:16:30 2007 -0400
30233
30234    Remove #if 0'ed merge leftovers
30235
30236commit 84838268b34661d598f8e4856fab355f414930d9
30237Author: Soren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com>
30238Date:   Mon Apr 23 13:19:54 2007 -0400
30239
30240    Gradient fixes
30241    
30242    * Port fix for bug 7685 from pixman. Patch by Carl Worth
30243    
30244    * Add projective version of radial gradient code.
30245    
30246    * Make sure that all Pict*Gradient types have PictGradient as prefix,
30247      since code in various places relies on that.
30248
30249commit 38d14e858980a1b0c087344d24bf6aebf755663c
30250Author: Aaron Plattner <aplattner@nvidia.com>
30251Date:   Sun Apr 22 18:04:27 2007 -0700
30252
30253    Adjust the screen pixmap's dimensions in xf86RandR12ScreenSetSize.
30254
30255commit ca784df84e07227a4cc0a1add079884f557b7a00
30256Author: Aaron Plattner <aplattner@nvidia.com>
30257Date:   Sun Apr 22 16:26:01 2007 -0700
30258
30259    Fix unbalanced fbGetDrawable added in commit 0a9239ec.
30260
30261commit 55bd8668e7d4100579bcd6c16a804d9f25267070
30262Author: Soren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com>
30263Date:   Fri Apr 20 14:53:37 2007 -0400
30264
30265    Remove #if 0'ed leftovers from merge
30266
30267commit 41dd7ab067adde8f66cd9f74c5a6570c325518a5
30268Author: Soren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com>
30269Date:   Fri Apr 20 14:51:40 2007 -0400
30270
30271     Fix gradient walker to not reset needlessly
30272    
30273        Previously the gradient walker was doing excessive resets, (such
30274        as on every pixel in constant-colored regions or outside the
30275        gradient with CAIRO_EXTEND_NONE). Don't do that.
30276    
30277        Carl Worth, from pixman
30278
30279commit c1b73f0f2acd56b423b91a04f1e1b3cdcad0069f
30280Author: Soren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com>
30281Date:   Fri Apr 20 14:34:13 2007 -0400
30282
30283    Fixing gradient repeat mode computations in previous patch. From David
30284    
30285    Turner.
30286
30287commit 38f718799c68995c2d9a1680355bd55fd925009e
30288Author: Soren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com>
30289Date:   Fri Apr 20 13:59:11 2007 -0400
30290
30291    Remove a few memory references in fbFetchTransformed
30292
30293commit 9c4b14d4f6a1fe018acd64789434216cd1560a4a
30294Author: Soren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com>
30295Date:   Fri Apr 20 13:23:58 2007 -0400
30296
30297    Integrate David Turner's gradient optimizations from pixman
30298
30299commit cd2c1714eb4946bf7b1fc194fe074f8024a2ec23
30300Author: Brian <brian@yutani.localnet.net>
30301Date:   Sat Apr 21 12:40:51 2007 -0600
30302
30303    add slang_mem.c
30304
30305commit 67545333ec0b08db783e94e9e3ec55873dea19a3
30306Author: Brian <brian@yutani.localnet.net>
30307Date:   Sat Apr 21 12:40:33 2007 -0600
30308
30309    replace occlude.c w/ queryobj.c
30310
30311commit 39bc8bb0fdc854dcf9bbc0857fec84d50fa4f3b2
30312Author: Aaron Plattner <aplattner@nvidia.com>
30313Date:   Fri Apr 20 14:22:42 2007 -0700
30314
30315    Don't call xf86RandR12TellChanged if it doesn't exist. Add some exports to xf86Rename.h.
30316
30317commit 3daa5c1a991d659b1386a09e33b044470d489cb3
30318Author: Soren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com>
30319Date:   Fri Apr 20 09:43:16 2007 -0400
30320
30321    Fix pixman bug 5777, patch by David Reveman
30322
30323commit 9c2e955f6792e80fb84f848ed9e6ebbfd79f7130
30324Author: Brian <brian@yutani.localnet.net>
30325Date:   Fri Apr 20 07:21:19 2007 -0600
30326
30327    regenerated to add GL_CLIENT_ATTRIB_STACK_DEPTH (bug 9823)
30328
30329commit 96ef0f78438b60436c3940817980a3ab4070c7e8
30330Author: Keith Packard <keithp@neko.keithp.com>
30331Date:   Thu Apr 19 17:39:51 2007 -0700
30332
30333    Disable SourceValidate in rotation to capture cursor.
30334    
30335    SourceValidate is used exclusively by the software cursor code to pull the
30336    cursor off of the screen before using the screen as a source operand. This
30337    eliminates the software cursor from the frame buffer while painting the
30338    rotated image though. Disabling this function by temporarily setting the
30339    screen function pointer to NULL causes the cursor image to be captured.
30340    (cherry picked from commit 05e1c45ade9c558820685bfd2541617a2e8de816)
30341
30342commit 7ca4baffb5569ea12b578a4a3f69e93d272d6c6d
30343Author: Keith Packard <keithp@neko.keithp.com>
30344Date:   Thu Apr 19 17:37:18 2007 -0700
30345
30346    Was accidentally disabling rotation updates in mode set.
30347    
30348    Setting a mode on an unrotated CRTC was causing all of the rotation updates
30349    to be disabled; the loop looking for active rotation wasn't actually looking
30350    at each crtc, it was looking at the modified crtc many times.
30351    (cherry picked from commit 8b217dee3a6c46b13fc9571a4a9a95bc55686cdb)
30352
30353commit 806a537e644d8cc9e53f3ac52efb49453e5aa1fb
30354Author: Keith Packard <keithp@neko.keithp.com>
30355Date:   Thu Apr 19 17:49:34 2007 -0700
30356
30357    Revert "Suppress software cursor removal during rotated shadow buffer drawing."
30358    
30359    This reverts commit 999b681cf3973af4191506e49cde06963b11a774.
30360    Replacing this with simpler code that just disables SourceValidate
30361    during rotation redisplay.
30362
30363commit 0a9239ec258828ec1da6c208634a55fc4053d7da
30364Author: Soren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com>
30365Date:   Thu Apr 19 18:19:34 2007 -0400
30366
30367    Merge David Reveman's gradient optimization patch from pixman
30368
30369commit d0e55774e0da641ba85c5173f27f68de27372747
30370Author: Thomas Hellstrom <thomas-at-tungstengraphics-dot-com>
30371Date:   Thu Apr 19 11:39:53 2007 +0200
30372
30373    libdri: Make sure the new DRIInfo keepFDOpen member is honoured.
30374
30375commit e1f0b3e70b696d7ea4cf9e6ed30d751e7fdbc577
30376Author: Peter Hutterer <peter@cs.unisa.edu.au>
30377Date:   Thu Apr 19 12:00:24 2007 +0930
30378
30379    config: Return errors as negative numbers, device ids as positive numbers.
30380    Update dbus-api documentation.
30381
30382commit c6972c893359f8fa7631ae674330f3f4f7010ba0
30383Author: Peter Hutterer <peter@cs.unisa.edu.au>
30384Date:   Wed Apr 18 12:10:05 2007 +0930
30385
30386    Change dbus 'listDevices' call to not require an argument.
30387    Update dbus-api documentation, plug memory leak on dbus reply error.
30388
30389commit d61ed6c8a2823a3532439d5cb9f355129c93f523
30390Author: Peter Hutterer <peter@cs.unisa.edu.au>
30391Date:   Thu Apr 19 18:08:55 2007 +0930
30392
30393    Check for NULL devices in CloseDevice().
30394
30395commit 9c30f7422121a0443c8d612d06181e17d8af9730
30396Author: Peter Hutterer <peter@cs.unisa.edu.au>
30397Date:   Thu Apr 19 12:00:24 2007 +0930
30398
30399    config: Return errors as negative numbers, device ids as positive numbers.
30400    Update dbus-api documentation.
30401
30402commit 999b681cf3973af4191506e49cde06963b11a774
30403Author: Eric Anholt <eric@anholt.net>
30404Date:   Wed Apr 18 14:33:27 2007 -0700
30405
30406    Suppress software cursor removal during rotated shadow buffer drawing.
30407
30408commit 28bb34eec63bf3c98f38ba7fc044f6419aaa3307
30409Author: Eric Anholt <eric@anholt.net>
30410Date:   Wed Apr 18 13:48:28 2007 -0700
30411
30412    Belatedly bump XORG_VERSION for 7.2.
30413
30414commit 5d8e8a7f4b3226bffd9e4d6d9326688f475b0183
30415Author: Eric Anholt <eric@anholt.net>
30416Date:   Wed Apr 18 13:22:26 2007 -0700
30417
30418    Remove libminimi build.
30419    
30420    It appears to have been a leftover of a previous incarnation of the build
30421    system that didn't handle miinitext.c well.
30422
30423commit 53fb42e65c2b2ff58a4a324b7f05cff8a587720a
30424Author: Erik Andrén <erik.andren@gmail.com>
30425Date:   Tue Apr 17 21:34:47 2007 -0700
30426
30427    Syncmaster 226 monitor needs 60Hz refresh (#10545).
30428    
30429    I've managed to solve my own bug (#10545) by applying the following
30430    patch to the xserver.
30431    
30432    Please apply.
30433    
30434    <Conspiracy mode on>
30435    This monitor is "Vista Certified". I wonder if this is a pure coincidence...
30436    <Conspiracy mode off>
30437    
30438    With kind regards
30439    Erik Andrén
30440    (cherry picked from commit a63704f14a1d97b9a00fef6fa290e74e51b9732b)
30441
30442commit ae75afcb1b5419102c5be10b8826ceed50d2ef5d
30443Author: Peter Hutterer <peter@cs.unisa.edu.au>
30444Date:   Wed Apr 18 12:10:05 2007 +0930
30445
30446    Change dbus 'listDevices' call to not require an argument.
30447    Update dbus-api documentation, plug memory leak on dbus reply error.
30448
30449commit 9cee4ec5e6e06d23aafb302494b082c77ade4623
30450Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
30451Date:   Tue Apr 17 16:01:56 2007 -0400
30452
30453    xace: change the semantics of the return value of XACE hooks to allow
30454    arbitrary X status codes instead of just TRUE/FALSE.
30455    
30456    The dix layer in most cases still does not propagate the return value of
30457    XACE hooks back to the client, however.  There is more error propagation
30458    work to do.
30459
30460commit 47bd311e3dcc501cbb202ce79a55ac32e9db50f2
30461Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
30462Date:   Tue Apr 17 13:46:55 2007 -0400
30463
30464    security: remove debugging code.
30465
30466commit 1f06d32ef58749d0f0c062193d237ee98f60e90f
30467Merge: cf962a8 fc162c6
30468Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
30469Date:   Tue Apr 17 12:10:22 2007 -0400
30470
30471    Merge branch 'master' into XACE-SELINUX
30472    
30473    Conflicts:
30474    
30475    	dix/privates.c
30476
30477commit b6aec7f6f906a18d13586d63afabf1ee4fbb11c3
30478Author: Peter Hutterer <peter@cs.unisa.edu.au>
30479Date:   Tue Apr 17 16:51:16 2007 +0930
30480
30481    Change FocusIn/Out semantics to match Enter/Leave semantics.
30482
30483commit 451d5464b4e8a2516b8a4598b3c4eb14656be90e
30484Author: Peter Hutterer <peter@cs.unisa.edu.au>
30485Date:   Tue Apr 17 11:17:04 2007 +0930
30486
30487    Change enter/leave semantics for events with detail Notify{Nonlinear}Virtual.
30488    
30489    Core enter/leave events with detail Notify{Ancestor|Inferior|Nonlinear} are
30490    only sent for the first/last pointer to enter/leave. Events with detail
30491    Notify{Nonlinear}Virtual are sent at all times, but not to those windows that
30492    currently have one or more pointers inside their boundaries.
30493
30494commit fc162c6cfa06f0b012743d6d79cef45cf0166229
30495Author: Keith Packard <keithp@neko.keithp.com>
30496Date:   Mon Apr 16 09:55:58 2007 -0700
30497
30498    Allow outputs to be explicitly enabled in config, overriding detect.
30499    
30500    Option "Enable" "True" will force the server to enable an output at startup
30501    time, even if the output is not connected. This also causes the default
30502    modes to be added for this output, allowing even sync ranges to be used to
30503    pick out standard modes.
30504    (cherry picked from commit a3d73ba2cb7e13a6d129cd88d6a7f7d756e2ced2)
30505
30506commit c41e3bd713206c0bbd8ab8cef4c83eb7ba7e1c3c
30507Author: Keith Packard <keithp@neko.keithp.com>
30508Date:   Mon Apr 16 09:53:42 2007 -0700
30509
30510    Use default screen monitor for one of the outputs.
30511    
30512    By default, use the screen monitor section for output 0, however, a driver
30513    can change which output gets the screen monitor by calling
30514    xf86OutputUseScreenMonitor.
30515    (cherry picked from commit f4a8e54caf6b9431711383a39f55a18e7fd654f4)
30516
30517commit 97a2c2579c56c304705c934f3b536473645747df
30518Author: Keith Packard <keithp@neko.keithp.com>
30519Date:   Mon Apr 16 09:39:47 2007 -0700
30520
30521    Using wrong log level in extension to built-in message
30522    
30523    was: typo in built-in module log message
30524    (cherry picked from commit 00cfd1f765895b4d1b2234f3203727a8871b64b0)
30525
30526commit deda7791dfa34d0563c8d7fa2a0660ac27e6858c
30527Author: Brian <brian@yutani.localnet.net>
30528Date:   Mon Apr 16 11:35:22 2007 -0600
30529
30530    remove sources deleted in Mesa
30531
30532commit 02d42f344ce020c9b84723671cb9c68d5c064933
30533Author: Thomas Hellstrom <thomas-at-tungstengraphics-dot-com>
30534Date:   Mon Apr 16 17:24:53 2007 +0200
30535
30536    Changes for single-entity multi-screen DRI.
30537    
30538    The entity (device) has a locking SAREA and a master file descriptor
30539    that optionally isn't closed between server generation.
30540    
30541    The locking SAREA contains the device hardware lock.
30542    Each DRI screen creates an new SAREA containing the drawable lock,
30543    drawable-and private info, the drawable SAREA.
30544    
30545    The first screen optionally shares its drawable SAREA with the
30546    device SAREA.
30547    
30548    Default is to close the master descriptor between server generations,
30549    and to share the drawable SAREA of the first screen with the device locking
30550    SAREA. Thus we should (hopefully) have full backwards compatibility.
30551    
30552    Mesa changes to support single-device multiple screens are pending.
30553
30554commit b5823ea3e1ed5a0449d44da05165a46719dcf287
30555Author: Keith Packard <keithp@neko.keithp.com>
30556Date:   Sun Apr 15 22:59:19 2007 -0300
30557
30558    RandR 1.2 spec says CRTC info contains screen-relative geometry.
30559    
30560    Was reporting mode size instead of adjusting for rotation.
30561    (cherry picked from commit e2e7c47a528447e90cff6cf10d2ce457742ef48d)
30562
30563commit cc4eb1c7ea1bace7ed69cfd80c99d22933282ae1
30564Author: Keith Packard <keithp@neko.keithp.com>
30565Date:   Fri Apr 13 15:04:29 2007 -0300
30566
30567    Add quirk for Acer AL1706 monitor to force 60hz refresh.
30568    
30569    This Acer monitor reports support for 75hz refresh via EDID, and yet when
30570    that rate is delivered, the monitor does not sync and reports out of range.
30571    Use the existing 60hz quirk for this monitor.
30572    (cherry picked from commit 1328a288e9030a472a915077160f090d1afd4126)
30573
30574commit eba81a0a01f8a61151d8bf9f3d83bda85ca26e73
30575Author: George Sapountzis <gsap7@yahoo.gr>
30576Date:   Sat Apr 14 18:30:09 2007 +0300
30577
30578    glx: move __glXMesaProvider from GLcore module to glx module.
30579    
30580    This treats the GLcore provider similar to DRI provider, using a subset of
30581    XMesa as the GLcore interface.
30582
30583commit 6b040b79f0e247b6f2da8f7d239443743e96de67
30584Author: George Sapountzis <gsap7@yahoo.gr>
30585Date:   Sat Apr 14 18:29:52 2007 +0300
30586
30587    glx: drop xmesaP.h include from xf86glx.c
30588    
30589    The declarations for the xfree86-specific XMesa functions were moved up to
30590    xmesa.h, requires Mesa as of 2007-04-13.
30591
30592commit 2c833f60acb3dc358815a99cd295ef7fc695c45d
30593Author: George Sapountzis <gsap7@yahoo.gr>
30594Date:   Sat Apr 14 18:29:25 2007 +0300
30595
30596    glx: drop stray CAPI define.
30597    
30598    SI imports/exports were dropped from Mesa.
30599
30600commit ea27b09d3a973d9a4943f205b24940b8624cf405
30601Author: Peter Hutterer <peter@cs.unisa.edu.au>
30602Date:   Fri Apr 13 17:15:22 2007 +0930
30603
30604    Deliver FocusIn/FocusOut events for all devices.
30605    Don't use VCK in SetInputFocus and DeliverFocusedEvent.
30606
30607commit 7ccebc50b98ac175fdbdfaab081bcead62e60ee3
30608Author: Peter Hutterer <peter@cs.unisa.edu.au>
30609Date:   Fri Apr 13 13:08:44 2007 +0930
30610
30611    Documentation for events.c.
30612
30613commit 2bb3c81fc1ca98c909309f3af7e9c8ca6b695657
30614Author: Peter Hutterer <peter@cs.unisa.edu.au>
30615Date:   Thu Apr 12 16:35:43 2007 +0930
30616
30617    Use paired kbd instead of VCK for EnterLeaveEvents, sanitize variable naming.
30618
30619commit e7b47b1758ed20e75ee267b3a09e91bf2861f6fd
30620Author: Peter Hutterer <peter@cs.unisa.edu.au>
30621Date:   Thu Apr 12 16:24:42 2007 +0930
30622
30623    Change core enter/leave semantics for multiple pointers.
30624    
30625    Send EnterNotify when first device enters the window, LeaveNotify when the
30626    last device leaves the window. Additional devices will not cause additional
30627    Enter/LeaveNotifies.
30628
30629commit 547d720938b3668666d60110d79b150b1e9325c6
30630Author: Peter Hutterer <peter@cs.unisa.edu.au>
30631Date:   Thu Apr 12 11:16:19 2007 +0930
30632
30633    Remove workaround for a NULL core pointer in ProcessInputEvents.
30634    
30635    This workaround is obsolete with 33a5d9605e3e282f6aa1921d7321a2a12ef02c42
30636
30637commit d4dad6f84f82a4ade5005c3aa93511c1295875b8
30638Merge: f1f8b56 33a5d96
30639Author: Peter Hutterer <peter@cs.unisa.edu.au>
30640Date:   Thu Apr 12 11:11:03 2007 +0930
30641
30642    Merge branch 'master' into mpx
30643    
30644    Conflicts:
30645    
30646    	configure.ac
30647    	dix/events.c
30648    	hw/xfree86/common/xf86Xinput.c
30649
30650commit 33a5d9605e3e282f6aa1921d7321a2a12ef02c42
30651Author: Daniel Stone <daniel@fooishbar.org>
30652Date:   Wed Apr 11 18:28:57 2007 +0300
30653
30654    XFree86: DGA: Don't call ProcessInputEvents from CloseScreen
30655    
30656    By the time CloseScreen gets called, we can't call ProcessInputEvents, as
30657    the event queue will get unhappy.  So just unregister our hooks instantly,
30658    and hope that they don't get called.
30659
30660commit 0910540e4322bba72a2fa0a907072eab2547a7b6
30661Author: Remigiusz Marcinkiewicz <enleth@enleth.com>
30662Date:   Wed Apr 11 01:09:26 2007 +0300
30663
30664    Config: Extend D-BUS API
30665    
30666    Return device ID where available.
30667    Add listDevices call, which does what it says on the box.
30668
30669commit aecbc712144dd1aaf462bd758821438b1d22d957
30670Author: Remigiusz Marcinkiewicz <enleth@enleth.com>
30671Date:   Wed Apr 11 00:38:16 2007 +0300
30672
30673    Input: Allow a pointer to a device to be returned in NIDR
30674    
30675    Allow a pointer to the first device added to be returned, so we know which
30676    device(s) were added by the NIDR call.
30677
30678commit 4f05f9591e5492c72f3856bd7a2ff13378f59f2b
30679Author: Magnus Vigerlöf <Magnus.Vigerlof@home.se>
30680Date:   Tue Apr 10 23:57:48 2007 +0300
30681
30682    Input: Always add devices with first available ID
30683    
30684    Scan the device list when adding a new device, and make sure we can use
30685    the first available ID, instead of always incrementing.
30686
30687commit 20674dcbb2373a0af287883bc008fb6fb23d4466
30688Author: Magnus Vigerlöf <Magnus.Vigerlof@home.se>
30689Date:   Tue Apr 10 23:55:36 2007 +0300
30690
30691    Config: Fix memory leaks
30692    
30693    Fix memory leaks that could occur along the error path.
30694
30695commit 82962bbae2b4fda274625d1712ef839ce1ab9dc8
30696Author: Magnus Vigerlöf <Magnus.Vigerlof@home.se>
30697Date:   Tue Apr 10 23:54:32 2007 +0300
30698
30699    Input: Add DeleteInputDeviceRequest
30700    
30701    Add DIDR, which asks the DDX to remove a device, analogous to
30702    NewInputDeviceRequest.  Only implemented for XFree86 at the moment.
30703
30704commit 7b82a836c66ba88566255052caff63577e1a0384
30705Author: Magnus Vigerlöf <Magnus.Vigerlof@home.se>
30706Date:   Tue Apr 10 23:52:08 2007 +0300
30707
30708    XFree86: Fix memory leaks, option parsing, in NewInputDeviceRequest
30709    
30710    Plugged some possible memory leaks, and added some more checks on the
30711    options, particular for driver/identifier.  Added an unwind.
30712
30713commit 4771fa8747791498e504d73afccfb5833499a38b
30714Author: Magnus Vigerlöf <Magnus.Vigerlof@home.se>
30715Date:   Tue Apr 10 23:48:00 2007 +0300
30716
30717    XFree86: Fix memory leak in option parsing
30718    
30719    Fix option parsing functions and callers thereof to not leak memory.
30720
30721commit 07c56abf84080c020a3e7b7703a447c7f996975c
30722Author: Magnus Vigerlöf <Magnus.Vigerlof@home.se>
30723Date:   Tue Apr 10 23:43:58 2007 +0300
30724
30725    Input: Plug memory leak in device free
30726    
30727    Remember to also free the motion history, if we're using the DIX-managed
30728    history.
30729
30730commit e92743bc9839c36914a44f3e5bc8cd85773ac794
30731Author: Daniel Stone <daniel@fooishbar.org>
30732Date:   Sun Apr 8 14:02:02 2007 +0300
30733
30734    getevents: Copy modifier state from extended to core devices
30735    
30736    Make core events carry the same modifier state as the extended events, so
30737    that holding down Ctrl on keyboard A and pressing Q on keyboard B won't
30738    cause your app to quit.
30739
30740commit e49f836d6fa2768cd6d2a6d0227b5dbf516013dc
30741Author: Daniel Stone <daniel@fooishbar.org>
30742Date:   Sun Apr 8 13:56:41 2007 +0300
30743
30744    mieq: Use larger default queue size
30745    
30746    Use a default queue size of 512 rather than 256, else Xephyr is too slow
30747    without a host cursor, so events get stuck in the queue.
30748
30749commit 4aae2de74b9224bac2b2e2522637dac09abc3837
30750Author: Jared D. McNeill <jmcneill@netbsd.org>
30751Date:   Tue Apr 10 12:57:15 2007 -0700
30752
30753    Add a real xf86EnableIO/xf86DisableIO for NetBSD/PPC.
30754
30755commit f77a8ea849d171a8ca00b2b7334866ace1ffbf73
30756Author: Keith Packard <keithp@neko.keithp.com>
30757Date:   Mon Apr 9 14:29:46 2007 -0700
30758
30759    Rotate screen size as needed from RandR 1.1 change requests.
30760    
30761    Screen size must reflect rotated mode size when setting rotated mode using
30762    RandR 1.1 SetScreenConfig request.
30763    (cherry picked from commit efcec7dbd3c2736c7b421d29c4d37e231aa681d2)
30764
30765commit bcf17df69a232e5e84609abacdca36274316e170
30766Author: Keith Packard <keithp@neko.keithp.com>
30767Date:   Mon Apr 9 14:12:27 2007 -0700
30768
30769    Disable CRTC when SetSingleMode has no matching mode. Update RandR as well.
30770    
30771    xf86SetSingleMode tries to resize all crtcs to match the selected mode. When
30772    a CRTC has no matching mode, it now disables the CRTC (instead of crashing).
30773    
30774    Also, poke the RandR extension when xf86SetSingleMode is done so that
30775    appropriate events can be delivered, and so that future RandR queries return
30776    correct information.
30777    (cherry picked from commit dc6c4f6989f87149d8605604f4514f5cbf11de67)
30778
30779commit 67e1c98895a566f927e1ae2384d56cfca104f971
30780Author: Adam Jackson <ajax@benzedrine.nwnk.net>
30781Date:   Mon Apr 9 19:08:52 2007 -0400
30782
30783    Look for the PCI ROM file elsewhere in sysfs.
30784    
30785    /sys/devices reflects the bus topology, and we don't care that much.
30786    Easier (and more reliable) to just look in /sys/bus/pci/devices, which
30787    is a flat view.
30788
30789commit a08d5157f70567a0aa9583d4a15e62437340cf34
30790Author: Adam Jackson <ajax@benzedrine.nwnk.net>
30791Date:   Mon Apr 9 19:04:56 2007 -0400
30792
30793    VT activate or waitactive are fatal if they fail.
30794    
30795    Also, be sure to waitactive on the way down, to make sure we're off the VT
30796    before exiting.
30797
30798commit 72b477f964c748a1ab668781643cc11877f19738
30799Author: Adam Jackson <ajax@benzedrine.nwnk.net>
30800Date:   Mon Apr 9 18:59:01 2007 -0400
30801
30802    Don't write out empty sections from the parser.
30803
30804commit 1f6741db19d4c91b1eacb497dff1814acb1bf0c3
30805Author: Stefan Huehner <stefan@huehner.org>
30806Date:   Mon Apr 9 14:33:15 2007 -0700
30807
30808    Bug #10560: Code-Cleanup: function declarations () -> (void)
30809    
30810    X.Org Bugzilla #10560: <https://bugs.freedesktop.org/show_bug.cgi?id=10560>
30811    Patch #9511 <https://bugs.freedesktop.org/attachment.cgi?id=9511>
30812
30813commit f24391dbfd12a84253dfec794ee7884afd52e197
30814Author: Keith Packard <keithp@neko.keithp.com>
30815Date:   Mon Apr 9 12:30:31 2007 -0700
30816
30817    In AIGLX EnterVT processing, invoke driver EnterVT before resuming glx.
30818    
30819    As the driver EnterVT function generally re-enables the hardware and
30820    prepares it for rendering, it must be called before any gl functions are
30821    called which could touch the hardware.
30822
30823commit 4c2e28b0916b5f75cfefb6df9fa0a7a09675539a
30824Author: Keith Packard <keithp@neko.keithp.com>
30825Date:   Mon Apr 9 12:28:53 2007 -0700
30826
30827    Add setrlimit call in -core option to make dumps occur.
30828    
30829    Default core size limit for most environments is 0, which disables core
30830    dumps. Add code in the -core option processing path to set the core limit to
30831    the maximum value.
30832
30833commit f1f8b562aaaa6ec32ab0d0697f964d92d6d536a4
30834Author: Peter Hutterer <peter@cs.unisa.edu.au>
30835Date:   Mon Apr 9 19:31:59 2007 +0930
30836
30837    Alloc sprite memory in devices' devPrivates, allow undisplaying cursors.
30838    
30839    Improve memory usage by allocating the sprite's memory only to devices that
30840    actually have a sprite and provide means to remove a device's cursor from the
30841    screen (more hotplugging, yay!).
30842    This commit breaks ScreenRec's ABI.
30843
30844commit 7cef789fa13ae53bfba6dc7b5a7928b7362b2522
30845Author: Peter Hutterer <peter@cs.unisa.edu.au>
30846Date:   Mon Apr 9 18:37:48 2007 +0930
30847
30848    Close down virtual core devices when closing all devices.
30849
30850commit 6081b8c76f7d934bd4e9584a2f6d55636c5289d2
30851Author: Peter Hutterer <peter@cs.unisa.edu.au>
30852Date:   Mon Apr 9 18:35:47 2007 +0930
30853
30854    Don't explicitly init sprite for VCP, EnableDevice() will take care of that.
30855
30856commit 00b1d52f4103a07568dcebcdaa860b9b51f19b4d
30857Author: Peter Hutterer <peter@cs.unisa.edu.au>
30858Date:   Mon Apr 9 18:32:00 2007 +0930
30859
30860    Adding some comments to devices.c.
30861
30862commit aa77ffb510abe004802ab9acc6996e4c6fe3ebb2
30863Author: Peter Hutterer <peter@cs.unisa.edu.au>
30864Date:   Mon Apr 9 18:27:22 2007 +0930
30865
30866    Fix: pick new ClientPointer when device is closed.
30867
30868commit 4beeab8424774ea4c3142f29b90e33f1fc7cb154
30869Author: Daniel Stone <daniel@fooishbar.org>
30870Date:   Sun Apr 8 13:39:06 2007 +0300
30871
30872    XFree86: Treat evdev and vmmouse as mouse drivers (bug #10512, #10559)
30873    
30874    When we see an evdev or vmmouse section, assume that it's a mouse, and
30875    don't add a default mouse device.  This will break users who have an
30876    evdev keyboard section but no mouse, and want the mouse to get added
30877    by default.
30878
30879commit 0a6ac992363343487dfe0a0fc985ea55bd448382
30880Author: Brian <brian@yutani.localnet.net>
30881Date:   Sat Apr 7 12:41:57 2007 -0600
30882
30883    regenerated to fix bug 10371
30884
30885commit 7e385598613778de14c0feea0d32f17d7aa66a8e
30886Author: George Sapountzis <gsap7@yahoo.gr>
30887Date:   Fri Apr 6 13:38:12 2007 +0300
30888
30889    GLcore: fix after moving xf86glx_util.[hc] to Mesa.
30890
30891commit cf962a849db2b259ca558c6265ea7e3328a4d312
30892Merge: 5ad5625 5a804f2
30893Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
30894Date:   Thu Apr 5 14:41:39 2007 -0400
30895
30896    Merge branch 'master' into XACE-SELINUX
30897    
30898    Conflicts:
30899    
30900    	configure.ac
30901
30902commit 5ad562565ac8ef9257da3afb0de1ae4f90f80fe9
30903Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
30904Date:   Thu Apr 5 14:18:05 2007 -0400
30905
30906    devPrivates rework: properly free devPrivates on compatibility structures,
30907    type pixmap.  Requires ddx'es to call the free function from DestroyPixmap.
30908
30909commit 5a804f2e97ab59745482660a635b801ac2b9e769
30910Author: George Sapountzis <gsap7@yahoo.gr>
30911Date:   Thu Apr 5 19:14:31 2007 +0300
30912
30913    configure: minor cosmetic, move GLX extension options together.
30914
30915commit a4e2fc703484fffed8dd50c1b4b24c564be4d3cd
30916Author: George Sapountzis <gsap7@yahoo.gr>
30917Date:   Thu Apr 5 19:13:47 2007 +0300
30918
30919    glx: Remove stray __GLinterface.
30920    
30921    __GLinterface was droped from glcore.h
30922
30923commit 38ca7d388c47c4800c74442172d6595a9b3dfcc7
30924Author: George Sapountzis <gsap7@yahoo.gr>
30925Date:   Thu Apr 5 19:13:14 2007 +0300
30926
30927    glx: fix symlink, glcontextmodes.c was moved to mesa/src/glx/
30928
30929commit 1d550bb2c5cb5b3e588f0e0b68a421dc1cb8bd7c
30930Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
30931Date:   Thu Apr 5 12:12:58 2007 -0400
30932
30933    devPrivates rework: minor fix; use calloc and avoid initialization.
30934
30935commit 5c4deb71a1cb981ea7e2e25d2b3a1179f27efa5a
30936Author: Peter Hutterer <peter@cs.unisa.edu.au>
30937Date:   Thu Apr 5 14:21:46 2007 +0930
30938
30939    Synthesize WarpPointer events for the actual device rather than the VCP.
30940
30941commit ed75b056511ccb429c48c6c55d14dc7ae79e75a3
30942Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
30943Date:   Wed Apr 4 12:00:15 2007 -0400
30944
30945    dix: add new, combined resource lookup function.  Move all dix lookup API
30946    deprecated so far to a new file dix/deprecated.c.  Remove the deprecation
30947    warnings for the time being.
30948
30949commit 63e46e4fc3e98751f2edbed9c79ef3d5dc2dadc6
30950Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
30951Date:   Wed Apr 4 15:59:51 2007 -0400
30952
30953    devPrivates rework: properly free devPrivates on compatibility structures,
30954    excluding pixmap.
30955
30956commit f8482967ae8080f49dd1bbb0b79cc65020df679f
30957Author: Thomas Hellstrom <thomas-at-tungstengraphics-dot-com>
30958Date:   Wed Apr 4 12:28:48 2007 +0200
30959
30960    Add an EXA driver callback to determine whether a pixmap is
30961    
30962    "offscreen" in exa terms, which means accessible to the GPU.
30963    Bump exa minor. The change is backwards-compatible.
30964
30965commit 7f36ba57062096e9c67889d5b7dd64e2fb0004e7
30966Author: Peter Hutterer <peter@cs.unisa.edu.au>
30967Date:   Wed Apr 4 17:38:10 2007 +0930
30968
30969    Allow for multiple animated cursors.
30970
30971commit 676188531b2bd7679ee1831b5c517df3e6d215c5
30972Author: Peter Hutterer <peter@cs.unisa.edu.au>
30973Date:   Wed Apr 4 17:35:06 2007 +0930
30974
30975    Unrealize cursor only once, not per device.
30976
30977commit c10df5b967d4da4e11786520317e2917de5541fa
30978Author: Aaron Plattner <aplattner@nvidia.com>
30979Date:   Tue Apr 3 15:47:01 2007 -0700
30980
30981    Swap RRScreenChangeNotifyEvent dimensions when the screen has one crtc and it's rotated.
30982    
30983    RandR 1.1 clients expect the size fields in this event to be the unrotated
30984    dimensions of the screen.  This behavior is "weird", but that's the way the old
30985    code worked so we need to be bug-compatible with it.
30986
30987commit 1cb84768f376b477a08a558854609b0743f2bd29
30988Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
30989Date:   Tue Apr 3 15:31:16 2007 -0400
30990
30991    security: rewrite to use new devPrivates support.
30992
30993commit 14aea12cadef647369e44639ff5024dd7034570a
30994Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
30995Date:   Tue Apr 3 15:23:56 2007 -0400
30996
30997    xace: forgot one of the hook call arguments.  Add it.
30998
30999commit 353e19fd5e18ad55a0dd12a7b63f6af9df7bfe6b
31000Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
31001Date:   Tue Apr 3 14:06:02 2007 -0400
31002
31003    devPrivates rework: zero out newly allocated private space.
31004
31005commit e1dea151db6405e12d991feacba9446320739ee8
31006Author: Brian <brian@yutani.localnet.net>
31007Date:   Tue Apr 3 11:21:50 2007 -0600
31008
31009    Implement a minor hack in dmxCheckFunctionKeys() to detect special keys.
31010    
31011    Keep track of status of (left) alt/ctrl keys so that ctrl-alt-q to exit
31012    can be detected.  Not ideal, but works for now.
31013
31014commit 0ee40c935750e25a9e178cdd70f6b2c667e79344
31015Author: Brian <brian@yutani.localnet.net>
31016Date:   Tue Apr 3 09:31:00 2007 -0600
31017
31018    s/intead/instead/
31019
31020commit 23974f20bf0e0c2786cc75af026af5484f6dc331
31021Author: Brian <brian@yutani.localnet.net>
31022Date:   Tue Apr 3 09:30:24 2007 -0600
31023
31024    add DDXRingBell() stub to solve link problem
31025
31026commit a240c039c47c0be22ea5e100692307b26d938747
31027Author: Brian <brian@yutani.localnet.net>
31028Date:   Tue Apr 3 09:27:57 2007 -0600
31029
31030    Split the xserver/fb/fbcmap.c file into two files.
31031    
31032    Now, fbcmap_mi.c contains the fb functions which just wrap mi functions.
31033    Previously, these were in fbcmap.c and compiled when XFree86Server was defined.
31034    Now, clients of fbcmap should either use fbcmap.c or fbcmap_mi.c and not worry
31035    about setting the XFree86Server symbol.
31036
31037commit 1cc8db72816cd079f30255046e10043c350bf683
31038Merge: 645d87c a39f297
31039Author: Matthieu Herrb <matthieu@roadrock.(none)>
31040Date:   Tue Apr 3 16:04:45 2007 +0200
31041
31042    Merge branch 'master' of ssh://herrb@git.freedesktop.org/git/xorg/xserver
31043
31044commit 645d87cf8ef724d4591614f9994cdc4d7549a7a8
31045Author: Matthieu Herrb <matthieu@roadrock.(none)>
31046Date:   Tue Apr 3 15:47:18 2007 +0200
31047
31048    CVE-2007-1003: XC-MISC Extension ProcXCMiscGetXIDList() Memory Corruption
31049
31050commit 207f710d16337839c2427aa16fad70a49834153e
31051Author: Peter Hutterer <peter@cs.unisa.edu.au>
31052Date:   Tue Apr 3 19:02:14 2007 +0930
31053
31054    Delete all grabs from all devices when deleting a window.
31055
31056commit 5f382c9c7fbda6eccf8e76c28a90b55ff2f0aef3
31057Merge: 9b0b340 f09ee16
31058Author: Peter Hutterer <peter@cs.unisa.edu.au>
31059Date:   Tue Apr 3 15:07:18 2007 +0930
31060
31061    Merge branch 'master' into mpx
31062
31063commit f09ee168e234d0a9416e15f2916726b975cad293
31064Author: Peter Hutterer <peter@cs.unisa.edu.au>
31065Date:   Tue Apr 3 15:07:00 2007 +0930
31066
31067    Revert "o fix minor error in comment for GetPointerEvents()"
31068    
31069    This reverts commit 96ce17aa94413c4b8bcb61cae71167050130a307.
31070
31071commit 9b0b3406682b5a3161e6c3895771523214c37207
31072Author: Peter Hutterer <peter@cs.unisa.edu.au>
31073Date:   Tue Apr 3 15:06:26 2007 +0930
31074
31075    Make GrabDevice differ between core grabs and device grabs.
31076
31077commit a39f297ada4fa87c858395ae2aacefac5f8fba05
31078Author: Keith Packard <keithp@viola.jf.intel.com>
31079Date:   Mon Apr 2 14:15:36 2007 -0700
31080
31081    Don't erase current crtc for outputs on CloseScreen
31082    
31083    Erasing this variable causes some outputs (SDVO on intel) to fail
31084    to be correctly reset at server reset time.
31085    (cherry picked from commit 56262a4ee943f328d089a8eb4aa70b9a4bd5d135)
31086
31087commit 11797ffdcc22160317a5ebbc9291472570a51c6d
31088Author: Eric Anholt <eric@anholt.net>
31089Date:   Mon Apr 2 18:21:58 2007 -0700
31090
31091    Move modes/ debugging output under Option "ModeDebug" in the Device section.
31092
31093commit e44f106ffc796c025abdfb66717c06db8b12b4e4
31094Author: Brian <brian@yutani.localnet.net>
31095Date:   Mon Apr 2 16:26:15 2007 -0600
31096
31097    clean-up, debug code
31098
31099commit 8d8bc8927760fad631bef83fa2841b455ff6d511
31100Author: Brian <brian@yutani.localnet.net>
31101Date:   Mon Apr 2 16:21:57 2007 -0600
31102
31103    fix formatting
31104
31105commit 3e482de7b145a5eed79b81c30c359fe43647824a
31106Author: Brian <brian@yutani.localnet.net>
31107Date:   Mon Apr 2 15:38:15 2007 -0600
31108
31109    checkpoint: more clean-up
31110
31111commit 76a7a5ca1f068c27c9b5fbd49d5a1da80ed6f488
31112Author: Brian <brian@yutani.localnet.net>
31113Date:   Mon Apr 2 15:24:05 2007 -0600
31114
31115    formatting fixes
31116
31117commit 69baad321d35dae0bfa535be0c6ed2131fed1e60
31118Author: Brian <brian@yutani.localnet.net>
31119Date:   Mon Apr 2 15:21:22 2007 -0600
31120
31121    clean-up dmxCoreMotion() dmxCoreMotion2()
31122
31123commit 44eb15adeee3b299677070f39625daa53679bd13
31124Author: Brian <brian@yutani.localnet.net>
31125Date:   Mon Apr 2 15:12:04 2007 -0600
31126
31127    checkpoint clean-up
31128
31129commit 0f873a9d4f02b399c37b4058c6a9a2e21aa205e8
31130Author: Brian <brian@yutani.localnet.net>
31131Date:   Mon Apr 2 14:51:38 2007 -0600
31132
31133    remove some debug code
31134
31135commit 3a0ce1084a18e17a3c8a009d99c228652b8763a9
31136Author: Brian <brian@yutani.localnet.net>
31137Date:   Mon Apr 2 14:51:21 2007 -0600
31138
31139    for completeness, init dummy's min/maxval[1] values (vertical axis)
31140
31141commit 12016f20f7f5365f30cfbeb05568b3fb89759e5a
31142Author: Brian <brian@yutani.localnet.net>
31143Date:   Mon Apr 2 14:50:48 2007 -0600
31144
31145    As for normal mouse device, init valuator maxval[] to real values, not zero.
31146
31147commit 0aaf28e5633a59563b89a2e42d19fabc84adc3ed
31148Author: Brian <brian@yutani.localnet.net>
31149Date:   Mon Apr 2 12:41:30 2007 -0600
31150
31151    In dmxBackendMouGetInfo() initialize the info->minval[], maxval[] arrays to the size of the backend display.
31152    
31153    It seems that the changes to X input exposed a problem that wasn't detected
31154    before.  The axis clipping code in GetPointerEvents() uses those limits to
31155    constrain the pointer's coordinate range.  The max was zero so the pointer
31156    couldn't move.
31157
31158commit 0013bf6ddb3867c9a504603434d8c2ec83f3f3bc
31159Author: Brian <brian@yutani.localnet.net>
31160Date:   Mon Apr 2 12:39:04 2007 -0600
31161
31162    undo 1280 valuator hack
31163
31164commit 08a88d1803f672555141011e082fbc0edeedcf05
31165Author: Brian <brian@yutani.localnet.net>
31166Date:   Mon Apr 2 12:28:14 2007 -0600
31167
31168    Pass num_valuators=0 for ButtonPress/Release. This seems to fix the button coordinate problem
31169
31170commit 70683e338dacc48e3adf489d66ec33b29dfc3b77
31171Author: Brian <brian@yutani.localnet.net>
31172Date:   Mon Apr 2 12:26:27 2007 -0600
31173
31174    formatting fixes
31175
31176commit e8777a91f37d828b9df839bf3d9cf2f954bdddb0
31177Merge: a120547 96ce17a
31178Author: Peter Hutterer <peter@cs.unisa.edu.au>
31179Date:   Mon Apr 2 15:36:26 2007 +0930
31180
31181    Merge branch 'master' into mpx
31182    
31183    Conflicts:
31184    
31185    	Xi/closedev.c
31186    	Xi/exevents.c
31187    	Xi/extinit.c
31188    	Xi/listdev.c
31189    	dix/window.c
31190    	hw/xfree86/common/xf86Xinput.c
31191    	include/extinit.h
31192    	mi/mipointer.c
31193
31194commit 96ce17aa94413c4b8bcb61cae71167050130a307
31195Author: Peter Hutterer <peter@cs.unisa.edu.au>
31196Date:   Wed Nov 15 17:50:02 2006 +1030
31197
31198    o fix minor error in comment for GetPointerEvents()
31199
31200commit a12054757d21edacc1c24c3077b9214726652829
31201Author: Peter Hutterer <peter@cs.unisa.edu.au>
31202Date:   Mon Apr 2 11:20:44 2007 +0930
31203
31204    Xi:     fix ProcXListInputDevices to include the virtual core devices.
31205
31206commit f2808005f4ee72c5fd7f5f3dcca181306485113e
31207Author: Alberto Mardegan <mardy@users.sourceforge.net>
31208Date:   Sat Mar 31 16:51:24 2007 +0200
31209
31210    Bug #6620: Fixed a missing 'else' in ATIPseudoDMAInit().
31211    
31212    Before this, we'd write some registers twice on R200 hardware and also
31213    possibly end up with a bad value in atis->cce_pri_size.
31214
31215commit 5257b32e492bd2082bef6a4cd0fea03ce093c0f8
31216Author: Aaron Plattner <aplattner@nvidia.com>
31217Date:   Wed Mar 28 15:51:24 2007 -0700
31218
31219    Bump video driver ABI to 2.0 for cw change (commit 6ed08949af4f7ac09170d3d9581e4092b24a84ee).
31220
31221commit 73fdc16bc4f4e21ff604b3f9ded23b40398fb1b6
31222Author: Brian <brian@yutani.localnet.net>
31223Date:   Fri Mar 30 16:07:26 2007 -0600
31224
31225    formatting fixes
31226
31227commit ebdc8ce5c108dc3b6b0004e7c7939d1a5bef8676
31228Author: Brian <brian@yutani.localnet.net>
31229Date:   Fri Mar 30 16:05:46 2007 -0600
31230
31231    Checkpoint DMX updates: things are working much better now, but still not 100% right.
31232    
31233    Use new dmxCoreMotion2() function which enqueues motion events with
31234    GetPointerEvents()/mieqEnqueue().
31235    The clipAxis() code in GetPointerEvents() is causing some grief.  The
31236    limits seem to have always been (0,0) according to the original calls
31237    to InitValuatorAxisStruct() in dmxinputinit.c.
31238    Terrible hack for now: Call InitValuatorAxisStruct() with hard-coded max
31239    values of 1280 (my screen width).
31240
31241commit e9130b8bac73a0843d5ff6b2216eccfb3e094a48
31242Merge: 2c6d471 92e8cdb
31243Author: Ian Romanick <idr@us.ibm.com>
31244Date:   Fri Mar 30 13:39:15 2007 -0700
31245
31246    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into pci-rework
31247
31248commit 3c7413e0c2f87e154aa8aa4a83bd585a6d1091e8
31249Author: Brian <brian@yutani.localnet.net>
31250Date:   Fri Mar 30 14:07:04 2007 -0600
31251
31252    Tweak some parameters, etc.  Things seem a little better now, but still a ways to go.
31253
31254commit 7989dacdcb1449b10d7733dda11cd96e260e9fae
31255Author: Brian <brian@yutani.localnet.net>
31256Date:   Fri Mar 30 13:44:24 2007 -0600
31257
31258    num_valuators=1 for GetPointerEvents(), hack ButtonPress/Release position
31259
31260commit 1ea842960fddbc6363cc6e7f914d70ba45525a6b
31261Author: Brian <brian@yutani.localnet.net>
31262Date:   Fri Mar 30 13:43:15 2007 -0600
31263
31264    more debug
31265
31266commit 92e8cdbd32b0d86cabd4ad88e3240bf90c018b9a
31267Author: Brian <brian@yutani.localnet.net>
31268Date:   Fri Mar 30 13:19:33 2007 -0600
31269
31270    Checkpoint fixes to DMX for X input changes.
31271    
31272    Xdmx builds and runs now.
31273    Keyboard seems OK, and mouse pointer moves, but everything else is flakey.
31274    Something is still seriously wrong.
31275
31276commit d92da3d5f309392ac398c0975ef17bb04312d5e2
31277Author: Brian <brian@yutani.localnet.net>
31278Date:   Fri Mar 30 12:56:34 2007 -0600
31279
31280    more formatting fixes
31281
31282commit 44acb2517d9fb07790d9d799aa9cc727d1b7d35c
31283Author: Brian <brian@yutani.localnet.net>
31284Date:   Fri Mar 30 12:54:22 2007 -0600
31285
31286    Fix some bad formatting.
31287    
31288    Doing this:
31289        if (something) stmt;
31290    is evil if you're debugging and want to break on stmt!
31291
31292commit 9f24798af50896cc3262c1201f75c10a688f2a83
31293Author: Brian <brian@yutani.localnet.net>
31294Date:   Fri Mar 30 12:49:34 2007 -0600
31295
31296    ompile fbcmap.c w/ -DXFree86Server instead of linking libfbcmap.a.
31297    
31298    The former works, the later doesn't (DMX blows up on visuals/pixel formats).
31299    This undos Daniel's patch, which undid my prev patch.  Revisit someday.
31300
31301commit 76756f27561c6386cba0d338441e8ec7b98500ce
31302Author: George Sapountzis <gsap7@yahoo.gr>
31303Date:   Thu Nov 30 04:20:32 2006 +0200
31304
31305    Make xf86glx.c unaware of Mesa internals
31306    
31307    Use newly added XMesaCopyContext() and drop the GlxSetRenderTables() call
31308    for Xgl, as this is now done inside XMesaForceCurrent(). This leaves xmesaP.h
31309    but only for the declarations of the three XMesa/XFree86 functions. Also,
31310    GlxSetRenderTables() stays but is only used in hw/xgl/glxext/ .
31311    
31312    Also drop xf86glxint.h, no longer used.
31313    
31314    Depends on mesa commit 7439a36785b6a2783e80a40a96c09db8f56dc2bc of 2007-03-30.
31315
31316commit 63d8f01819ef44ea3bf0d4fb20ba1d698ae91cd2
31317Author: Peter Hutterer <peter@cs.unisa.edu.au>
31318Date:   Fri Mar 30 14:59:43 2007 +0930
31319
31320    dix:    Fix wrong cursor refcount.
31321    
31322            Calloc cursor struct to ensure devPrivates are zeroed out and don't
31323            increase the refcnt for devices automatically when allocating a new
31324            cursor. Use new DeviceIsPointerType() to detect if device is a pointer
31325            _before_ device has been activated and can thus be identified and set
31326            up grab functions accordingly. This way we can increase the refcnt
31327            when we get a pointer grab.
31328
31329commit 20e4314b178e1a093bce85e93329d4bcfb4f4210
31330Author: Peter Hutterer <peter@cs.unisa.edu.au>
31331Date:   Thu Mar 29 19:12:32 2007 +0930
31332
31333    dix:    Try to get closer to the correct refcnt for cursors.
31334    
31335            This commit introduces a memory leak, as the refcnt never seems to get
31336            down to 0 and thus cursors will not be freed. Solves the problems with
31337            GNOME segfaulting every 30 seconds though.
31338
31339commit 307d2b57bbfcc281656011533627bea6ab98189e
31340Author: Peter Hutterer <peter@cs.unisa.edu.au>
31341Date:   Thu Mar 29 15:23:41 2007 +0930
31342
31343    Xi:     remove 'register' keywords.
31344
31345commit 0c607f4b1902f993597e09ea7a2c83bc1cca9b96
31346Author: Peter Hutterer <peter@cs.unisa.edu.au>
31347Date:   Thu Mar 29 14:43:50 2007 +0930
31348
31349    dix:    Pick keyboard instead of using virtual keyboard in Grab/UngrabKey.
31350
31351commit 82a8b99a6c46018885600011913267d8af9dfe13
31352Author: Adam Jackson <ajax@benzedrine.nwnk.net>
31353Date:   Wed Mar 28 15:17:02 2007 -0400
31354
31355    Move the XAA private indices to be static.
31356    
31357    Technically this is an ABI break, if you aren't smart enough to be using the
31358    getter functions.  Cope.
31359
31360commit 8c7f56d92d8471ee059c14d322af5f7f555dd5c6
31361Author: Tomas Janousek <tomi@nomi.cz>
31362Date:   Wed Mar 28 14:46:30 2007 -0400
31363
31364    Bug #10296: Fix timer rescheduling.
31365
31366commit 327bc332a61294209d39286228199f54bdde73d1
31367Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
31368Date:   Wed Mar 28 13:00:03 2007 -0400
31369
31370    xace: minor comment fixes.
31371
31372commit 299ff4c82998d2a32204bfbecde4993dfbd3d4a5
31373Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
31374Date:   Wed Mar 28 12:57:11 2007 -0400
31375
31376    xace: provide creation-time resource hook call in CreateWindow().
31377
31378commit 99b220969f2f8ba829bc8294b27ca90fd9311be4
31379Merge: 728ad64 82a8b99
31380Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
31381Date:   Wed Mar 28 12:54:04 2007 -0400
31382
31383    Merge branch 'master' into XACE-SELINUX
31384
31385commit 5ba4d9eedf1b4ce4795bf910cd184872e2d9b3fc
31386Author: Adam Jackson <ajax@benzedrine.nwnk.net>
31387Date:   Wed Mar 28 12:03:19 2007 -0400
31388
31389    Refuse to create tiny modes from EDID detailed timing.
31390
31391commit 2c6d47108880584f1221ff86c6c8947627f9f607
31392Merge: c4fe1bc 8522044
31393Author: Ian Romanick <idr@us.ibm.com>
31394Date:   Wed Mar 28 08:08:04 2007 -0700
31395
31396    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into pci-rework
31397    
31398    Conflicts:
31399    
31400    	hw/xfree86/Makefile.am
31401    	hw/xfree86/dri/dri.c
31402
31403commit 85220446359a75ea2c359b418b4051c04eea739c
31404Author: Daniel Stone <daniel@fooishbar.org>
31405Date:   Wed Mar 28 13:03:32 2007 +0300
31406
31407    GL: Update for Mesa changes
31408    Added s_fragprog.c to fix the build.
31409
31410commit 1af2ef0b25fd8017a3271e624a5f1548f02b09f9
31411Author: Eric Anholt <eric@anholt.net>
31412Date:   Tue Mar 27 13:13:45 2007 -0700
31413
31414    Enable Composite by default now that it disables itself in the known bad cases.
31415
31416commit 0bfc3cc22db94ec6867596606fe93228e315c847
31417Author: Eric Anholt <eric@anholt.net>
31418Date:   Tue Mar 27 13:12:21 2007 -0700
31419
31420    Disable composite when Xinerama is active.
31421    
31422    It will likely take a decent bit of work to make that work right.
31423
31424commit 5e7936371c9e1ac48e19bf1e9e3f71f037fd9b5d
31425Author: Eric Anholt <eric@anholt.net>
31426Date:   Mon Mar 26 20:18:18 2007 -0700
31427
31428    Disable Composite when the screen's visual is pseudocolor.
31429    
31430    Rendering fails badly in this case, and I don't care enough to fix it.
31431
31432commit 8afc7e2eb3ebec48d3879bf269143259c8bc18c8
31433Author: Eric Anholt <eric@anholt.net>
31434Date:   Mon Mar 26 15:55:38 2007 -0700
31435
31436    Refuse to initialize Composite if Render is not present.
31437    
31438    Composite relies on the presence of Render, in particular for the automatic
31439    compositing.
31440
31441commit 6ed08949af4f7ac09170d3d9581e4092b24a84ee
31442Author: Eric Anholt <eric@anholt.net>
31443Date:   Tue Mar 27 17:31:28 2007 -0700
31444
31445    Move libcw setup to the only renderer requiring it (XAA).
31446    
31447    Additionally, protect libcw setup behind checks for Render, to avoid
31448    segfaulting if Render isn't available (xnest).
31449    
31450    The previous setup was an ABI-preserving dance, which is better nuked now.
31451    Now, anything that needs libcw must explicitly initialize it, and
31452    miDisableCompositeWrapper (previously only called by EXA and presumably binary
31453    drivers) is gone.
31454
31455commit e76b6349516d5d1c8f7167d6f5419e0d06a546c3
31456Author: Eric Anholt <eric@anholt.net>
31457Date:   Mon Mar 26 16:04:50 2007 -0700
31458
31459    Fix indentation of fakexa help text.
31460
31461commit 728ad64d979fd9e5cca28e8c15118c18d707c431
31462Merge: 0331c6a 6a0bed1
31463Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
31464Date:   Tue Mar 27 13:16:40 2007 -0400
31465
31466    Merge branch 'master' into XACE-SELINUX
31467
31468commit 6a0bed16e80a91891cee6c7033c90875bc2af193
31469Author: Michel Dänzer <michel@tungstengraphics.com>
31470Date:   Tue Mar 27 16:51:12 2007 +0200
31471
31472    Fix typo in GL/mesa/shader/slang/Makefile.am.
31473
31474commit b8f846a9dfc6697d59ad5482ba7c9d738875318e
31475Author: Dave Airlie <airlied@linux.ie>
31476Date:   Tue Mar 27 14:17:40 2007 +1000
31477
31478    gl: oops dodgy s appeared pointed out by jcristau on irc..
31479
31480commit a63ee90bc2d490f6c5c1802c164391963cf6c1d9
31481Author: Dave Airlie <airlied@pegasus.(none)>
31482Date:   Tue Mar 27 11:05:52 2007 +1000
31483
31484    gl: update for latest mesa glsl-compiler merge
31485
31486commit d387a3ddf76716791e5e8b8f0954ca0df3c579d6
31487Author: Dave Airlie <airlied@pegasus.(none)>
31488Date:   Tue Mar 27 11:00:13 2007 +1000
31489
31490    fix loading of GLcore after recent loading changes
31491
31492commit 92ba435bd9aa7b6eca9aef8e5193576ef62fc9db
31493Author: Eric Anholt <eric@anholt.net>
31494Date:   Mon Mar 26 12:44:58 2007 -0700
31495
31496    Update xorg.conf manpage for new RandR 1.2 monitor options.
31497
31498commit 0331c6a8fcba1dc27ef45aaf5f694799d0085413
31499Merge: 84a066c f7c5aa0
31500Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
31501Date:   Mon Mar 26 10:28:05 2007 -0400
31502
31503    Merge branch 'master' into XACE-SELINUX
31504
31505commit f7c5aa0dc0fa3569a2ee412c4f996960f936b6ed
31506Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
31507Date:   Mon Mar 26 10:21:44 2007 -0400
31508
31509    Remove dead NEED_DBE_BUF_BITS code.
31510
31511commit 2e3cc861f90415f200826bc71dab6298d759c42b
31512Author: Adam Jackson <ajax@benzedrine.nwnk.net>
31513Date:   Sun Mar 25 22:01:34 2007 -0400
31514
31515    Since ddc, i2c, and ramdac are in core now, remove their ModuleData stubs.
31516
31517commit e88fa75c9b468b88bb7b87b1da235c6eb2fe8164
31518Author: Adam Jackson <ajax@benzedrine.nwnk.net>
31519Date:   Sun Mar 18 17:39:08 2007 -0400
31520
31521    Static cleanup on Xi/
31522
31523commit 4b5802ddbd45271be3cadeae0a83a6742df2515b
31524Author: Adam Jackson <ajax@benzedrine.nwnk.net>
31525Date:   Sun Mar 25 17:57:54 2007 -0400
31526
31527    General DIX static and dead code cleanup.
31528
31529commit 04b87d6dfae02e4ecdb5216d12c6cdafd1e8c2b4
31530Author: Adam Jackson <ajax@benzedrine.nwnk.net>
31531Date:   Sun Mar 25 17:57:22 2007 -0400
31532
31533    Static and dead code cleaup for Xext/
31534
31535commit af769892a91c9af59de53ca3bcd77fc4967daffb
31536Author: Adam Jackson <ajax@benzedrine.nwnk.net>
31537Date:   Sun Mar 25 17:56:32 2007 -0400
31538
31539    Static and dead code cleanup from mi/
31540
31541commit 62224e39727fd6f1cf11a461983662f615a9fea1
31542Author: Adam Jackson <ajax@benzedrine.nwnk.net>
31543Date:   Sun Mar 25 17:55:15 2007 -0400
31544
31545    Static cleanup for xf86 ddx.
31546
31547commit e8bc1988d9ff10b65717574175f70df3c4d6334d
31548Author: Adam Jackson <ajax@benzedrine.nwnk.net>
31549Date:   Sun Mar 25 15:13:05 2007 -0400
31550
31551    Un-staticise VTSwitchEnabled, since kbd wants it apparently.
31552
31553commit 70e493d223b1e943e652191150bd0b7e1a6ebcfb
31554Author: Adam Jackson <ajax@benzedrine.nwnk.net>
31555Date:   Sun Mar 25 14:55:28 2007 -0400
31556
31557    Static and dead code cleanup over afb/
31558
31559commit f36bf1a3e4ce9465ea4a6159c209924a3cafbe58
31560Author: Adam Jackson <ajax@benzedrine.nwnk.net>
31561Date:   Sun Mar 25 12:28:13 2007 -0400
31562
31563    Delete a dead file.
31564
31565commit 9a0f25de7ca3c68af867b38936103d17daa92ac6
31566Author: Adam Jackson <ajax@benzedrine.nwnk.net>
31567Date:   Sun Mar 25 12:27:01 2007 -0400
31568
31569    Static cleanups, dead code deletion.
31570
31571commit ac2356843e38b3400142bc54b65393c12976fc07
31572Author: Peter Hutterer <peter@cs.unisa.edu.au>
31573Date:   Sun Mar 25 09:41:33 2007 +0930
31574
31575    dix: Increase allocation size for core keyboard keymap to avoid buffer overrun when copying keymap from extension devices.
31576
31577commit 5f9c10e8da0d9d96cc00a38cdf9a8c3030063e03
31578Author: Peter Hutterer <peter@cs.unisa.edu.au>
31579Date:   Sun Mar 25 15:00:03 2007 +0930
31580
31581    Clean up DeviceIntPtr, prepare for Server 1.4 ABI. Move sprite-related
31582    information into a new SpriteInfoRec, remove isMPDev flag.
31583
31584commit e54311395e1e7ae458c8ce59da0914706c4a04f6
31585Author: Peter Hutterer <peter@cs.unisa.edu.au>
31586Date:   Sun Mar 25 09:41:33 2007 +0930
31587
31588    dix:    Increase allocation size for core keyboard keymap to avoid buffer
31589            overrun when copying keymap from extension devices.
31590
31591commit 1072b88a8f352484e70bc749e300c936e5600480
31592Author: Dave Airlie <airlied@linux.ie>
31593Date:   Sun Mar 25 10:06:00 2007 +1000
31594
31595    loader: fix already built-in message
31596
31597commit 804080a7096347d48c686f2c8fbfd06326bce400
31598Author: Keith Packard <keithp@neko.keithp.com>
31599Date:   Fri Mar 23 23:41:36 2007 -0700
31600
31601    Make pending properties force mode set. And, remove AttachScreen calls.
31602    
31603    Yes, two changes in one commit. Sorry 'bout that.
31604    
31605    The first change ensures that when pending property values have been
31606    changed, a mode set to the current mode will actually do something, rather
31607    than being identified as a no-op. In addition, the driver no longer needs to
31608    manage the migration of pending to current values, that is handled both
31609    within the xf86 mode setting code (to deal with non-RandR changes) as well
31610    as within the RandR extension itself.
31611    
31612    The second change eliminates the two-call Create/AttachScreen stuff that was
31613    done in a failed attempt to create RandR resources before the screen
31614    structures were allocated. Merging these back into the Create function is
31615    cleaner.
31616    (cherry picked from commit 57e87e0d006cbf1f5b175fe02eeb981f741d92f0)
31617    
31618    Conflicts:
31619    
31620    	randr/randrstr.h
31621    	randr/rrcrtc.c
31622    
31623    I think master and server-1.3-branch are more in sync now.
31624
31625commit 1f77120775dc05fc84a00dd55190af2fa50ae509
31626Author: Keith Packard <keithp@neko.keithp.com>
31627Date:   Fri Mar 23 14:39:10 2007 -0700
31628
31629    Ensure that crtc desired values track most recent mode.
31630    
31631    desiredX and desiredY were not recorded during xf86InitialConfiguration.
31632    desiredX, desiredY and desiredRotation were not recorded during
31633    xf86SetSingleMode.
31634    (cherry picked from commit 36e5227215e0912ddf8a010db042467f00efe0fc)
31635
31636commit 84a066cc88fe4326ddacd04ab5e1158a80571c33
31637Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
31638Date:   Fri Mar 23 10:33:53 2007 -0400
31639
31640    xace: pass serverClient as default argument to dixChangeWindowProperty
31641    instead of NullClient.
31642
31643commit 476f2b5aefa518262b69e487555e6094818d857a
31644Author: Keith Packard <keithp@guitar.keithp.com>
31645Date:   Fri Mar 23 01:17:14 2007 -0700
31646
31647    Incorrect extra memory copy in RRChangeOutputProperty.
31648    
31649    Left over from previous version of the code, this memmove will break when
31650    the mode is not Replace.
31651    (cherry picked from commit 945aa0aa556429b50dea8e8ebc0008304b093eb7)
31652
31653commit 7093367c3976bef5b9d219d9f2a7dc7dd3eeb091
31654Author: Keith Packard <keithp@guitar.keithp.com>
31655Date:   Fri Mar 23 01:05:55 2007 -0700
31656
31657    Fix Pending property API, adding RRPostPendingProperty.
31658    
31659    Pending Properties take effect when the driver says they do, so provide an
31660    API to tell DIX when a property effect is made. Also, allow driver
31661    to reject property values in RRChangeOutputProperty.
31662    (cherry picked from commit 8eb288fbd69e2ffd02521d2c6a964c8180d08ec8)
31663
31664commit 86d76390eb182f271f5fa5dc19205e97a867f7e7
31665Author: Keith Packard <keithp@guitar.keithp.com>
31666Date:   Fri Mar 23 01:03:40 2007 -0700
31667
31668    Make sure RandR events are delivered from RRCrtcSet.
31669    
31670    Some paths were skipping the event delivery stage.
31671    (cherry picked from commit 9ca7ba5d6012295a77ed773c656e786440da973d)
31672
31673commit 510eaa346e68fd82c852c7b41fb0e2c5be12da78
31674Author: Keith Packard <keithp@guitar.keithp.com>
31675Date:   Fri Mar 23 00:59:11 2007 -0700
31676
31677    Clean up xf86CrtcRec and xf86OutputRec objects at CloseScreen.
31678    
31679    Erase pointers to structures which are freed at server reset time.
31680    (cherry picked from commit 492c768065f49306a2194a88edf96b85de0ff4ff)
31681
31682commit 479b2be4badab0a67b1f091feb83c1364e27d783
31683Author: Keith Packard <keithp@guitar.keithp.com>
31684Date:   Fri Mar 23 00:57:18 2007 -0700
31685
31686    Clear allocated RandR screen private structure.
31687    
31688    Use xcalloc instead of xalloc when allocating this structure to ensure
31689    consistent contents at startup.
31690    (cherry picked from commit 16f4c0c1750824f2e5a001cef82a4122a7a2beb0)
31691
31692commit b63e0d2545bb75e14d9de019a88f31e20a2f7377
31693Author: Keith Packard <keithp@guitar.keithp.com>
31694Date:   Tue Mar 20 07:17:27 2007 -0700
31695
31696    Clean up Rotate state on server reset.
31697    
31698    The rotation state is stored in the xf86_config structure which is not
31699    re-initialized at server reset time. Clean it up at CloseScreen time.
31700    (cherry picked from commit f8db7665dcd7af78ca4db2461e0bf787ec662cb1)
31701
31702commit e1cc68add0bcdd5e0e4e15cf6ee8a3da136d3534
31703Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
31704Date:   Thu Mar 22 17:33:16 2007 -0400
31705
31706    xace: drop the name argument from the property callback.
31707
31708commit c9fb8a35332d101897607d8f06ed5a6512eac7cf
31709Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
31710Date:   Thu Mar 22 17:23:26 2007 -0400
31711
31712    dix: move access codes to separate header file, add DixCreateAccess.
31713
31714commit 1b766ffc0647d5e9a9bf6938d33548d977b5535e
31715Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
31716Date:   Thu Mar 22 15:55:35 2007 -0400
31717
31718    dix: reorganize property code to better support xace hook; requires new API for
31719    changing a property, dixChangeWindowProperty, taking an additional client argument.
31720
31721commit 1b58304ac837735920747ed0f0d10ba331bdaeb7
31722Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
31723Date:   Thu Mar 22 13:06:50 2007 -0400
31724
31725    xace: add new argument to property hook for property structure itself.
31726
31727commit 5486be4898766205149fadce71529724eb78fbf3
31728Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
31729Date:   Thu Mar 22 10:59:21 2007 -0400
31730
31731    dix: devPrivates support for PropertyRec.
31732
31733commit f8cd19bd1692d12a6047c088a626a6ae715d469d
31734Author: Peter Hutterer <peter@cs.unisa.edu.au>
31735Date:   Thu Mar 22 17:47:01 2007 +1030
31736
31737    Xi:     add GetClientPointer and GetPointerPairing requests.
31738    
31739    dix:    use PickKeyboard for ProcSetInputFocus and ProcGetInputFocus instead
31740            of the core keyboard.
31741
31742commit a3296d111dc4d76aa3afa7e338cbab93eb390ec4
31743Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
31744Date:   Wed Mar 21 17:01:26 2007 -0400
31745
31746    xace: add access_mode argument to selection hook.
31747
31748commit 4c1fb8069d5dd30a73277698503e9dcc2e9d64c6
31749Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
31750Date:   Wed Mar 21 16:17:14 2007 -0400
31751
31752    dix: add new selection fields supporting redirection.
31753    This is a minor ABI break.
31754
31755commit 4fa482b4be1150bcffeabb64d018c00ac5951e41
31756Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
31757Date:   Wed Mar 21 14:49:56 2007 -0400
31758
31759    xace: bump major version since the hooks have changed.
31760
31761commit 9c144f8ac5cea25deaa543767dbaf371d029c608
31762Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
31763Date:   Wed Mar 21 14:39:00 2007 -0400
31764
31765    xace: add XACE_SELECTION_ACCESS hook for selection redirection/access.
31766
31767commit 3e9f7a5504ab41d845e88f293d8498c963d8a7d8
31768Author: Daniel Stone <daniel@fooishbar.org>
31769Date:   Wed Mar 21 02:35:31 2007 +0200
31770
31771    XFree86 DGA: Guard against NULL pointer dereferences.
31772    Ass, u, me ...
31773
31774commit f292de2ef13dc994a38029cee9e2642576893332
31775Author: Daniel Stone <daniel@fooishbar.org>
31776Date:   Wed Mar 21 02:04:12 2007 +0200
31777
31778    XKB: Fix size_syms calculation bug
31779    
31780    Apparently it needed to be nSyms*15/10, not *12/10; make it match the
31781    other allocation code.
31782
31783commit f34b9a20b0181d3c2641c305e91180711afbd4b9
31784Author: Daniel Stone <daniel@fooishbar.org>
31785Date:   Wed Mar 21 02:03:37 2007 +0200
31786
31787    XKB: Be a tiny bit more conservative with type allocation
31788    
31789    Make sure size_types will _always_ be 0 if we don't have any types.
31790
31791commit 021fc5cb2cb4a7972b4a6fcb570c1da92787d68d
31792Author: Adam Jackson <ajax@benzedrine.nwnk.net>
31793Date:   Sun Mar 18 16:31:19 2007 -0400
31794
31795    Static markup and dead code cull over xkb/.
31796    
31797    The former <X11/extensions/XKBsrv.h> has been pulled into the server now as
31798    include/xkbsrv.h, and the world updated to look for it in the new place,
31799    since it made no sense to define server API in an extension header.  Any
31800    further work along this line will need to do similar things with XKBgeom.h
31801    and friends.
31802
31803commit 9398d62f27ee1b287e4458fd8b011c10f7b59efd
31804Author: Daniel Stone <daniel@fooishbar.org>
31805Date:   Wed Mar 21 00:18:24 2007 +0200
31806
31807    XFree86 input: Add backwards compatibility for motion history
31808    Add the old motion history API back, as a shim around the new mi API.
31809
31810commit 0f75c47e0c5f4b2778930a6fabf894fc1dffd9d3
31811Author: Daniel Stone <daniel@fooishbar.org>
31812Date:   Wed Mar 21 00:12:02 2007 +0200
31813
31814    xfree86 input: Re-enable DGA support
31815    Re-enable DGA support for relative mouse motion.
31816
31817commit 80d29475b9a2ebbb303a8e324e09a15c528d5556
31818Author: Daniel Stone <daniel@fooishbar.org>
31819Date:   Wed Mar 21 00:10:38 2007 +0200
31820
31821    mieq: Allow event handlers for arbitrary events to be set
31822    Allow arbitrary events to use mieq by letting custom handlers be set.
31823
31824commit b8df961843a95b29258ae9c5d46ccfc620d8de1c
31825Author: Alan Coopersmith <alan.coopersmith@sun.com>
31826Date:   Mon Mar 19 18:03:26 2007 -0700
31827
31828    Define XF86PM on Solaris x86 builds now that we have sun_apm.c
31829
31830commit 2945deba1d4a7dce4f6dd0c568297a1c537fdfb4
31831Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
31832Date:   Mon Mar 19 17:09:10 2007 -0400
31833
31834    xace: drop XACE_WINDOW_INIT hook, it has been superseded by ResourceStateCallback.
31835
31836commit 78c962da76efe644b8d485265f1ecdda84b45d27
31837Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
31838Date:   Mon Mar 19 17:04:51 2007 -0400
31839
31840    xselinux: use the new ResourceStateCallback instead of the XACE_WINDOW_INIT hook.
31841
31842commit 6a89106e9c963a495fd40427d242ba0abd44f764
31843Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
31844Date:   Mon Mar 19 16:51:29 2007 -0400
31845
31846    xselinux + security: remove confusing CALLBACK macro.
31847
31848commit 0acf993e2878d0866fd4e2db8252c1ea6841e494
31849Author: Peter Hutterer <peter@cs.unisa.edu.au>
31850Date:   Mon Mar 19 16:11:01 2007 +1030
31851
31852    dix:    Move sprite initalization/pairing from ActivateDevice to
31853            EnableDevice.
31854            zero out spriteTrace, otherwise GetCurrentRootWindow() may return
31855            invalid data.
31856    
31857            Evdev adds previously hotplugged devices on its own when rescanning,
31858            and ActivateDevice does not get called for those devices. Sprites need
31859            to be initialized or paired before the device gets started, so the
31860            safest place to do so is EnableDevice (which actually does get called
31861            by the evdev driver).
31862
31863commit 015d728bcde5b16a72a976579755421e3023626b
31864Merge: 65b0eb6 b167583
31865Author: Peter Hutterer <peter@cs.unisa.edu.au>
31866Date:   Mon Mar 19 09:42:56 2007 +1030
31867
31868    Merge branch 'master' into mpx
31869    
31870    Conflicts:
31871    
31872    	dix/devices.c
31873    	dix/events.c
31874    	mi/misprite.c
31875
31876commit 720f302d241e88e6e9f2962207da1aa9a79728b7
31877Author: Keith Packard <keithp@neko.keithp.com>
31878Date:   Sat Mar 17 20:14:05 2007 -0700
31879
31880    Slow down DDC I2C bus using a RiseFallTime of 20us for old monitors.
31881    
31882    This time value makes the bus run slowly enough for even the least reliable
31883    of monitors. Thanks to Pavel Troller for finding the necessary change.
31884
31885commit b5a8a71e64c76b8dd42962cbd7984215c6ce4aa8
31886Author: Keith Packard <keithp@neko.keithp.com>
31887Date:   Sat Mar 17 17:26:11 2007 -0700
31888
31889    Remove extra (and wrong) I2C ByteTimeout setting in DDC code.
31890    
31891    The DDC code sets the I2C timeouts to VESA standards, except that it had an
31892    extra setting of the ByteTimeout value which was wrong (off by a factor of
31893    50). Removing this should help DDC work on many more monitors. Note that the
31894    Intel driver duplicated these settings, along with the error. Yay for cult
31895    and paste coding.
31896
31897commit 2489dae9f7def788910eee5733931392df83a0d6
31898Author: Keith Packard <keithp@guitar.keithp.com>
31899Date:   Thu Mar 15 20:26:07 2007 -0700
31900
31901    Correct ref counting of RRMode structures
31902    
31903    RRModes are referenced by the resource db, RROutput and RRCrtc structures.
31904    Ensure that the mode reference count is decremented each time a reference is
31905    lost from one of these sources. The missing destroys were in
31906    RRCrtcDestroyResource and RROutputDestroyResource, which only happen at
31907    server reset time, so modes would be unavailable in subsequent server
31908    generations.
31909
31910commit 9d0c3b52f25df89738fb1a62ccffda8c8cbb4689
31911Author: Keith Packard <keithp@guitar.keithp.com>
31912Date:   Tue Feb 20 23:04:26 2007 -0800
31913
31914    Eliminate RRModeRec devPrivate field.
31915    
31916    The xf86 mode setting code was mis-using this field to try and store a
31917    pointer to a DisplayModeRec, however, each output has its own copy of every
31918    DisplayModeRec leaving the one in in the RRModeRec devPrivate field pointing
31919    at a random DisplayModeRec.
31920    
31921    Instead of attempting to rectify this, eliminating the devPrivate entirely
31922    turned out to be very easy; the DDX code now accepts an arbitrary RRModeRec
31923    structure and set that to the hardware, converting it on the fly to a
31924    DisplayModeRec as needed.
31925    (cherry picked from commit 3506b9376c2b0db09bfff58d64e07af88a6e8195)
31926
31927commit 2c93083edd29a65e73bb2e8eff9d353e92845c9b
31928Author: Keith Packard <keithp@guitar.keithp.com>
31929Date:   Sun Feb 18 23:49:38 2007 -0800
31930
31931    Add support for user-defined modelines in RandR.
31932    
31933    The RandR protocol spec has several requests in support of user-defined
31934    modes, but the implementation was stubbed out inside the X server. Fill out
31935    the DIX portion and start on the xf86 DDX portion. It might be necessary to
31936    add more code to the DDX to insert the user-defined modes into the output
31937    mode list.
31938    (cherry picked from commit 63cc2a51ef87130c632a874672a8c9167f14314e)
31939    
31940    Conflicts:
31941    
31942    	randr/randrstr.h
31943    
31944    Updated code to work in master with recent security API changes.
31945
31946commit b167583fe234a536aa6187e17f21da85be4f0b7f
31947Author: Peter Hutterer <peter@cs.unisa.edu.au>
31948Date:   Wed Nov 15 17:50:02 2006 +1030
31949
31950    o fix minor error in comment for GetPointerEvents()
31951
31952commit 65b0eb60b0b9e6405aa2e3d4c712ec4d2f0da070
31953Author: Peter Hutterer <peter@cs.unisa.edu.au>
31954Date:   Fri Mar 16 15:52:24 2007 +1030
31955
31956    Xi:     move IsPointerDevice into dix.
31957    dix:    IsPointerDevice and IsKeyboardDevice, use same ways to identify type
31958            of device as XI does for the XListInputDevices reply.
31959            Autopair each non-pointer device with VCP when activating, pair with
31960            real device after activation.
31961            Don't return non-keyboard devices when calling GetPairedKeyboard or
31962            PickKeyboard, otherwise we segfault for 'evdev brain'.
31963
31964commit 3bffb281260476d2f74f0bf451d85d2f7cacd6c4
31965Author: Keith Packard <keithp@neko.keithp.com>
31966Date:   Thu Mar 15 16:16:16 2007 -0700
31967
31968    Don't wedge when rotating more than one CRTC.
31969    
31970    Rotation block handler was re-registering the rotation damage structure,
31971    creating an infinite loop in the damage code. Track registration of the
31972    damage structure to avoid this.
31973    (cherry picked from commit b14f003b0ed1252766c9e3b1c086ea2809521047)
31974
31975commit 9562b6abe1da566cf73a08c4f4c4339fb67fbc71
31976Author: Keith Packard <keithp@neko.keithp.com>
31977Date:   Thu Mar 15 10:50:45 2007 -0700
31978
31979    Allow xf86_reload_cursors during server init.
31980    
31981    xf86_reload_cursors is supposed to be called from the crtc mode setting
31982    commit hook; as that happens during server initialization, check for this
31983    case.
31984    (cherry picked from commit 5b77bf2d020b1ee56c1c5f2db089a8f7f64a76a6)
31985
31986commit 3b71b0f89f1db837da91650baa0ef4bb7ef2e98f
31987Author: Eric Anholt <eric@anholt.net>
31988Date:   Thu Mar 15 13:21:00 2007 -0700
31989
31990    Set the RandR version returned, rather than just passing the proto's version.
31991
31992commit 2fe74ef339c3a4902ae8214f5a0454662895422c
31993Author: Matthias Hopf <mhopf@suse.de>
31994Date:   Thu Mar 15 16:56:01 2007 +0100
31995
31996    Fix calculations in x86 emulator for the long long case (Andreas Schwab).
31997
31998commit 456f429ad655ab4d80e30c58291d801966a613b2
31999Author: Peter Hutterer <peter@cs.unisa.edu.au>
32000Date:   Thu Mar 15 21:48:19 2007 +1030
32001
32002    dix:    fix: don't return when device is same as argument.
32003            fix: set access default rule to 0 on init.
32004
32005commit ae75019ccf1edac9e8be31b6a96293624f672ccb
32006Author: Keith Packard <keithp@guitar.keithp.com>
32007Date:   Wed Mar 14 23:59:29 2007 -0700
32008
32009    Create driver-independent CRTC-based cursor layer.
32010    
32011    This moves most of the cursor management code out of the intel driver and
32012    into the general server code. Of course, the hope is that this code will be
32013    useful for other driver writers as well.
32014    
32015    Check out xf86Crtc.h for the usage information, making sure you add the
32016    needed hooks to the crtc funcs structure for your driver.
32017    (cherry picked from commit 4d81c99a4660a0bf9014f789de55edabd185bd14)
32018
32019commit c5b07fb717289f61b54d7b093421bcb92124b839
32020Author: Peter Hutterer <peter@cs.unisa.edu.au>
32021Date:   Wed Mar 14 17:42:30 2007 +1030
32022
32023    kdrive: update kdrive to new mi API with additional device argument. Includes
32024            an update of ati_cursor.c and i810_cursor.c
32025
32026commit c3eb248cf93a3afd9168acfb88254606beddd7a8
32027Author: Peter Hutterer <peter@cs.unisa.edu.au>
32028Date:   Wed Mar 14 13:21:33 2007 +1030
32029
32030    dix:    fix: don't skip first item in list when seeking for a device cursor.
32031
32032commit ce9409acebd994cf1809050f2cc8e1db66130f12
32033Author: Peter Hutterer <peter@cs.unisa.edu.au>
32034Date:   Tue Mar 13 19:16:56 2007 +1030
32035
32036    dix:    Get the state from the paired device and the real device to fill the
32037            state field in the event, rather than using the virtual devices.
32038            ProcessPointerEvent: name argument "device" instead of "other".
32039            Add GetPairedKeyboard().
32040
32041commit 4bf1b280f7cb676ec2b172f26dd2ad9bac2eb2ca
32042Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
32043Date:   Fri Mar 9 14:18:14 2007 +0000
32044
32045    Set pScreen on context
32046
32047commit c366b82bd50066019cf82b3464445d5bc27d6f9f
32048Author: Jay Estabrook <Jay.Estabrook@hp.com>
32049Date:   Fri Mar 9 12:26:55 2007 +0000
32050
32051    Ensure domain is stripped from the bus ID.
32052
32053commit 577464af4362e5a32cf7165b5128655dd86c6200
32054Author: Peter Hutterer <peter@cs.unisa.edu.au>
32055Date:   Fri Mar 9 17:13:05 2007 +1030
32056
32057    dix:    restore commit b3b2a6a0d43d1724e04d69588f8a55c3270e5523 that for some
32058            reason got wiped.
32059            fix ProcGrabKeyboard to use PickKeyboard
32060            fix PickKeyboard to actually work.
32061
32062commit 07806f4081f8dcd3b5733b590eb6e5b4cae734ad
32063Author: Peter Hutterer <peter@cs.unisa.edu.au>
32064Date:   Fri Mar 9 15:45:25 2007 +1030
32065
32066    Xi:     Add SetClientPointer request handling.
32067
32068commit 405483496538f1c82cbd7fe1e76c5d94e1a90525
32069Author: Peter Hutterer <peter@cs.unisa.edu.au>
32070Date:   Fri Mar 9 14:16:23 2007 +1030
32071
32072    mi: remove 'register' keywords.
32073
32074commit fe05ba75a10ec080e7ec34bff6936103185586b3
32075Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
32076Date:   Thu Mar 8 12:14:30 2007 -0500
32077
32078    devPrivates rework: pass address of pointer to private callbacks instead of
32079    the pointer itself.
32080
32081commit 18339375cd332f0ab1cbdade3dcd9140212ce1ca
32082Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
32083Date:   Thu Mar 8 12:14:06 2007 -0500
32084
32085    xselinux: remove context validation function for now.
32086
32087commit b9cff1670f29949a5bc41afc19aca443f434febb
32088Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
32089Date:   Thu Mar 8 12:13:52 2007 -0500
32090
32091    Add ResourceStateCallback similar in function to ClientStateCallback.
32092
32093commit 2fcb45eb5dc1803b372df8b5765f6a43bea83611
32094Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
32095Date:   Thu Mar 8 12:13:36 2007 -0500
32096
32097    devPrivates rework: redo field offset registration, drop RC_PRIVATES class.
32098
32099commit 947f8d249bac61beb10669d935888c4c280b5062
32100Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
32101Date:   Thu Mar 8 12:13:18 2007 -0500
32102
32103    devPrivates rework: redo interface again, dropping parent and type parameters
32104    as well as preallocation routine.
32105
32106commit c45f6762080ef00b41d9f73441a9f0e605253008
32107Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
32108Date:   Wed Mar 7 11:22:42 2007 -0500
32109
32110    devPrivates rework: hook up new mechanism in backwards-compatibility mode
32111    on existing structures that support devPrivates.
32112
32113commit b3b2a6a0d43d1724e04d69588f8a55c3270e5523
32114Author: Peter Hutterer <peter@cs.unisa.edu.au>
32115Date:   Thu Mar 8 22:16:17 2007 +1030
32116
32117    dix:    Check if client has a grab on any other device before mouse/kbd
32118            event is delivered to the client. Client's don't cope well with
32119            receiving core events from other devices when having a grab on a
32120            pointer or keyboard.
32121
32122commit 63169ce52d354b4345dcfc46b89f0ea88379718f
32123Author: Peter Hutterer <peter@cs.unisa.edu.au>
32124Date:   Thu Mar 8 17:50:19 2007 +1030
32125
32126    dix: remove 'register' keyword for all variables.
32127
32128commit ceca5670fee99b5feceaa2453f1ac32d1bfe7dcd
32129Author: Peter Hutterer <peter@cs.unisa.edu.au>
32130Date:   Thu Mar 8 17:17:23 2007 +1030
32131
32132    dix:    Each device needs to differ between a core grab and an XI grab,
32133            otherwise a Xi grab may overwrite or release a core grab.
32134            Replace grab and associates with coreGrab and deviceGrab structures,
32135            adjust rest of dix/Xi/etc to compile.
32136    
32137    xfree86: Don't check for core devices, we'll have the virtual ones anyway.
32138             If we check, the first mouse device is duplicated and sends
32139             double events.
32140
32141commit 40ae4f246d8818410490236ab183204a84765629
32142Author: Keith Packard <keithp@guitar.keithp.com>
32143Date:   Wed Mar 7 20:52:31 2007 -0800
32144
32145    Remove stale monitor data when output becomes disconnected.
32146    
32147    Remove parsed EDID and EDID property from disconnected outputs.
32148    (cherry picked from commit ae9d5aa479dd50cc81b755079fcf96a0d02f135a)
32149
32150commit b5fde366e2e21234ac0b81222fd5c42ca3e49cba
32151Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
32152Date:   Wed Mar 7 12:29:55 2007 -0500
32153
32154    Properly free device devPrivates - memory leak fix.
32155
32156commit a3d2c5d622d9ca36d6fa2966aff09524e3ea39ac
32157Author: Adam Jackson <ajax@benzedrine.nwnk.net>
32158Date:   Wed Mar 7 11:02:47 2007 -0500
32159
32160    XORG_VERSION_CURRENT, not XF86_VERSION_CURRENT.
32161    
32162    If only this was the least wrong thing in this code.
32163
32164commit aaef4d6a4121d9341b670a0ce8fabc3b491049cf
32165Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
32166Date:   Wed Mar 7 09:57:02 2007 -0500
32167
32168    devPrivates rework: move reset functions into a single call.
32169
32170commit bb111291d854b4329e47367ce3c67e8a2785e6e9
32171Merge: 74175e0 e9bfb2b
32172Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
32173Date:   Wed Mar 7 09:03:46 2007 -0500
32174
32175    Merge branch 'master' into XACE-SELINUX
32176
32177commit 537bc2ead4d154552cbdc3a19e335f82af63792c
32178Author: Peter Hutterer <peter@cs.unisa.edu.au>
32179Date:   Wed Mar 7 18:19:20 2007 +1030
32180
32181    Xi:    Don't deactivate core grabs from non-core button/key releases.
32182    
32183    dix:    set coreGrab flag for grabs caused by GrabPointer and button presses.
32184            remove virtual core devices from device list, only real devices are in
32185            the list now.
32186            Auto-pair each keyboard with a real pointer if one is available,
32187              provides multiple keyboards automatically after startup if devices
32188              are configured.
32189            fix GuessFreePointerDevice() to do what it's supposed to do.
32190    
32191    mi:     fix: call miPointerMove from miPointerWarpCursor.
32192            fix: remove unused id field from miCursorInfoRec
32193            don't update sprite for virtual core pointer.
32194
32195commit e9bfb2b3d7dfaafd90d2ad0fa3d0e1acced4380b
32196Author: Keith Packard <keithp@neko.keithp.com>
32197Date:   Tue Mar 6 23:19:30 2007 -0800
32198
32199    Add hw/xfree86/docs/README.modes, documenting new mode setting APIs.
32200    
32201    This document covers both API and xorg.conf usage of the new mode setting
32202    APIs.
32203    (cherry picked from commit a59c31b0f7b94ed1f395c7586c37ef5fe7ba2a25)
32204
32205commit 72a23d88d73a8c72ed18847b004db05092d3e7be
32206Author: Keith Packard <keithp@guitar.keithp.com>
32207Date:   Tue Mar 6 23:15:34 2007 -0800
32208
32209    Add xf86CrtcScreenInit to share initialization across drivers.
32210    
32211    xf86CrtcScreenInit performs initialization that needs to happen at
32212    ScreenInit time.
32213    (cherry picked from commit 558a4f5588ad2ec11254e0b5d6ce9515b137369e)
32214
32215commit 81526232bc0119d2ec7b8590be4f78cf066ae359
32216Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
32217Date:   Tue Mar 6 17:19:11 2007 -0500
32218
32219    remove PIXPRIV check as this flag is always set.
32220
32221commit a7cd53deb99957dec27a55ffd75e548b322ae0ce
32222Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
32223Date:   Tue Mar 6 15:32:13 2007 -0500
32224
32225    remove PIXPRIV checks as this flag is always set.
32226
32227commit 024bbc7cbb924daaf3e305ddfc8e74509acd1e15
32228Author: Eric Anholt <eric@anholt.net>
32229Date:   Tue Mar 6 16:18:59 2007 -0800
32230
32231    Bug #9931: Fix linear allocations with a non-1-byte granularity.
32232    
32233    This was introduced in 83080809f9a1c1d24b0318e54632f25f5940da25.  Instead of
32234    aligning the offset, it doubled it.  Results were appropriately spectacular.
32235
32236commit 9d94c137596d3f9d9118ec70455b7a30b3582046
32237Author: Ben Byer <bbyer@apple.com>
32238Date:   Tue Mar 6 11:09:30 2007 -0800
32239
32240    updated todo list
32241
32242commit 81d581e655fc989da3be4256b83849a63b8607b7
32243Merge: a05ffca d5aba03
32244Author: Ben Byer <bbyer@bbyer.(none)>
32245Date:   Tue Mar 6 10:37:29 2007 -0800
32246
32247    Merge branch 'master' of git+ssh://bbyer@git.freedesktop.org/git/xorg/xserver
32248
32249commit a05ffca8dd0da9bdb5c1bf4c481028aeabf21e34
32250Author: Ben Byer <bbyer@bbyer.(none)>
32251Date:   Tue Mar 6 10:36:51 2007 -0800
32252
32253    rewrote event handling, Xquartz now has working mouse and keyboard. use it\!
32254
32255commit d5aba03feff41722c72b4c6193f09d141cbf1678
32256Author: Drew Parsons <dparsons@debian.org>
32257Date:   Tue Mar 6 23:53:23 2007 +1100
32258
32259    Xprint: shorten font filename to fit in tar length limit
32260    
32261    The length of the Xprint font file NewCenturySchlbk-BoldItalic.pmf
32262    pushes the full path over the traditional 100 character limit for
32263    tarballs (when module version number is included).  Shorten it to
32264    NewCentSchlbk-BoldItal.pmf to get back below the limit and rename
32265    other font files in that family to match.
32266
32267commit 3206e9225897989638ad553e1f392b918ac4d21f
32268Author: Ben Byer <bbyer@bbyer.(none)>
32269Date:   Tue Mar 6 02:31:59 2007 -0800
32270
32271    moved new event-handling code from X11Application.m to darwinEvents.c in preparation for making all Darwin servers use it
32272
32273commit 0ccd1443fd6db397b42e5b99ce733ce1316c785e
32274Merge: ec1ef8a 9b6bb06
32275Author: Ben Byer <bbyer@bbyer.(none)>
32276Date:   Tue Mar 6 01:04:50 2007 -0800
32277
32278    Merge branch 'master' of git+ssh://bbyer@git.freedesktop.org/git/xorg/xserver
32279
32280commit ec1ef8a56d6217ca2b04899043874ce0bcad9784
32281Author: Ben Byer <bbyer@bbyer.(none)>
32282Date:   Tue Mar 6 00:57:23 2007 -0800
32283
32284    Fixed Darwin's Makefile.am to fix a problem building X11.app
32285
32286commit 9b6bb06f13a71f6078f762b4a78fa516faccb638
32287Author: Keith Packard <keithp@guitar.keithp.com>
32288Date:   Mon Mar 5 23:49:35 2007 -0800
32289
32290    Allow relative positions to use output names or monitor identifiers.
32291    
32292    Previous version used monitor identifiers if present, otherwise output
32293    names. That caused existing working configurations to break when additional
32294    information was added to the configuration file.
32295    (cherry picked from commit 3f5cedf00a82f08a433c95ffbb7f8ac69dcf6a50)
32296
32297commit bed76caa6caaea6a6598755b82a54425a9d9f73e
32298Author: Keith Packard <keithp@guitar.keithp.com>
32299Date:   Mon Mar 5 23:36:00 2007 -0800
32300
32301    Use EDID data to set screen physical size at server startup.
32302    
32303    Screen physical size is set to a random value before the RandR code gets
32304    control, override that and reset it to a value based on the compat_output
32305    physical size (if available). If that output has no physical size, just use
32306    96dpi as the default resolution and set the physical size as appropriate.
32307    (cherry picked from commit 843077f23a1b49bd712d931421753e3a09d4008c)
32308
32309commit 47f8361c3a64834587e54507653d8d5b258c2530
32310Author: Keith Packard <keithp@guitar.keithp.com>
32311Date:   Mon Mar 5 22:07:01 2007 -0800
32312
32313    Add xf86SetDesiredModes to apply desired modes to crtcs.
32314    
32315    xf86SetDesiredModes applies the desired modes to each crtc (as selected by
32316    xf86InitialConfiguration initially and modified by successful mode settings
32317    afterwards). For crtcs without a desired mode, pScrn->currentMode is used to
32318    select something workable.
32319    (cherry picked from commit bcade98ccaa18298d844a606cb44271f0254c185)
32320
32321commit 33d2cf93fb50464941e74efe246b10aee212223a
32322Author: Keith Packard <keithp@neko.keithp.com>
32323Date:   Sat Mar 3 23:10:31 2007 -0800
32324
32325    Move xf86SetSingleMode into X server from intel driver.
32326    
32327    This function applies a single mode to the screen (as from RandR 1.1,
32328    XFree86-VidModeExtension or XFree86-DGA) using a policy that selects one
32329    output to reconfigure to the requested mode and then makes all other outputs
32330    fit within that size.
32331    (cherry picked from commit 5a595c1f767a8d666348b845d18934aee0cfe38f)
32332
32333commit 689d52b6242434507a64a8fff27b01607628c393
32334Author: Jens Granseuer <jensgr@gmx.net>
32335Date:   Mon Mar 5 15:31:44 2007 -0800
32336
32337    Bugzilla #7145: fix build with gcc 2.95
32338    
32339    Bugzilla #7145: <http://bugs.freedesktop.org/show_bug.cgi?id=7145>
32340    Patch #8987: <http://bugs.freedesktop.org/attachment.cgi?id=8987>
32341
32342commit 74175e0af74c530cb712a6772d3c5d61d1be9748
32343Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
32344Date:   Mon Mar 5 12:34:37 2007 -0500
32345
32346    devPrivates rework: remove some debugging code from dixFreePrivates.
32347
32348commit 23fc429aad5b2721911862617772c314e1036bb0
32349Merge: e684824 fe7b8f4
32350Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
32351Date:   Mon Mar 5 12:18:54 2007 -0500
32352
32353    Merge branch 'master' into XACE-SELINUX
32354
32355commit e684824709fa8ffe03dde3c8dfbc58c267515a4f
32356Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
32357Date:   Thu Mar 1 15:00:02 2007 -0500
32358
32359    devPrivates rework: redo interface and implementation.
32360
32361commit fe7b8f4237874e3e45fe25a6bf06faddfa1ab8e1
32362Author: Ben Byer <bbyer@bbyer.(none)>
32363Date:   Mon Mar 5 03:48:27 2007 -0800
32364
32365    began to factor out code to move to darwinEvents.c
32366
32367commit 537dc5ecde46d0525c503d1d2b39b6eb89a1298e
32368Author: Ben Byer <bbyer@bbyer.(none)>
32369Date:   Mon Mar 5 02:30:56 2007 -0800
32370
32371    started moving new input code into darwinEvents.c so that it may be shared by the three servers
32372
32373commit 39aa79177196e21bcdbaf8e44adead9ef91e6ee5
32374Author: Peter Hutterer <peter@cs.unisa.edu.au>
32375Date:   Mon Mar 5 15:31:16 2007 +1030
32376
32377    dix:    Add GuessFreePointerDevice(). Runs through device list and tries to
32378            find a pointer that hasn't been paired yet.
32379    
32380    xfree86:  Use GuessFreePointerDevice() for newly connected non-sprite devices.
32381
32382commit 8ba5e8d82014b774a52f3e050ddbbb8bde4e0933
32383Author: Dave Airlie <airlied@linux.ie>
32384Date:   Mon Mar 5 13:46:41 2007 +1100
32385
32386    add a standard connector type and name for us as an output property
32387
32388commit 2e31872e05c2408d53ba0182bcddc5dabb3615fe
32389Author: Dave Airlie <airlied@linux.ie>
32390Date:   Mon Feb 26 09:40:00 2007 +1100
32391
32392    modes: add commit/prepare hooks
32393
32394commit 1f0075786fedde538a95e2f39681052e25021d88
32395Merge: 57aa5e9 12175b6
32396Author: Peter Hutterer <peter@cs.unisa.edu.au>
32397Date:   Mon Mar 5 12:37:17 2007 +1030
32398
32399    Merge branch 'master' into mpx
32400    
32401    Conflicts:
32402    
32403    	configure.ac
32404    	dix/getevents.c
32405    	hw/xfree86/ramdac/xf86Cursor.c
32406    	mi/mipointer.c
32407    	xkb/xkbUtils.c
32408
32409commit 06b01186f6ae17aafdd1f628c306466ddea9e065
32410Author: Keith Packard <keithp@neko.keithp.com>
32411Date:   Sun Mar 4 17:15:24 2007 -0800
32412
32413    Remove debugging ErrorF from rotation code.
32414    (cherry picked from commit e6af7569f201842b4754aec6e72b30dc2daefdfb)
32415
32416commit c14507b6837387d867792a24778786311b2b38d5
32417Author: Keith Packard <keithp@neko.keithp.com>
32418Date:   Sun Mar 4 17:06:37 2007 -0800
32419
32420    Handle non-zero origin rotated crtc. Damage crtc area on re-rotate.
32421    
32422    Box transformation from source to dest area was broken, leaving the wrong
32423    areas painted when the crtc origin was non-zero.
32424    
32425    When rotating from left to right, the pixmap doesn't get reallocated, and so
32426    no damage was left in the pixmap from xf86RotatePrepare. Separately damage
32427    the whole crtc area when this occurs to repaint the area.
32428    (cherry picked from commit 2a50ca2160bc05af1c24421ec079e902ff730277)
32429
32430commit 97978b515b7af5fbaaa32b1729e835f3bfb9f5c6
32431Author: Drew Parsons <drew@pug.localdomain>
32432Date:   Sun Mar 4 16:28:54 2007 +1100
32433
32434    Xprint: fix font symlinks
32435    
32436    Change symlinks to Xprint base fonts in model/PSdefault using local
32437    relative links.  This facilitates moving the Xprint config files, for
32438    instance for FHS compliance placing data files in /usr/share rather
32439    than /usr/lib.  Also ensures NewCenturySchlbk-BoldItalic.pmf is
32440    installed.
32441
32442commit 215e3691b76a63e6af19865790193b20b105ec5a
32443Author: Ben Byer <bbyer@xyzzy.local>
32444Date:   Sat Mar 3 21:52:56 2007 -0800
32445
32446    stopped using XTrans internals in X11.app because they're apparently no longer public
32447
32448commit ea8dcc458ea8870126cf8d3e21cab9d63d094c5e
32449Author: Ben Byer <bbyer@xyzzy.local>
32450Date:   Sat Mar 3 21:51:20 2007 -0800
32451
32452    Makefile fix for X11.app
32453
32454commit 18508212599bf0964c450c69b9790208e5d428be
32455Author: Ben Byer <bbyer@xyzzy.local>
32456Date:   Sat Mar 3 21:41:33 2007 -0800
32457
32458    fixed X11.xcodeproj to get CFLAGS and LDFLAGS from autoconf script
32459
32460commit 7f2b9f3790456044d01bf8e6404f9a1239b41da6
32461Author: Ben Byer <bbyer@xyzzy.local>
32462Date:   Sat Mar 3 19:27:53 2007 -0800
32463
32464    autoconf fixes for XDarwin (created DARWIN_LIBS)
32465
32466commit 12175b668a94e23994f724b366a691ec312cce69
32467Author: Peter Hutterer <peter@cs.unisa.edu.au>
32468Date:   Wed Nov 15 17:50:02 2006 +1030
32469
32470    o fix minor error in comment for GetPointerEvents()
32471
32472commit ea1a72946d1aa4c256e6afb9d834c582ba4ac3a1
32473Author: Aaron Plattner <aplattner@nvidia.com>
32474Date:   Wed Feb 28 14:26:47 2007 -0800
32475
32476    Add a canGrow argument to xf86InitialConfiguration.
32477    
32478    canGrow indicates to the DDX that the driver can enlarge the desktop via the
32479    xf86_config->funcs->resize hook.  If so, xf86InitialConfiguration will set
32480    virtual[XY] to match the configuration it chooses and will leave the crtc config
32481    size ranges alone.  If FALSE, it will bloat the screen to fit the largest probed
32482    mode and also set the crtc config max size to limit the desktop to the initial
32483    virtual[XY] size.
32484
32485commit 04d15da95d608766c7832a7aa881be499c1395ba
32486Author: Aaron Plattner <aplattner@nvidia.com>
32487Date:   Wed Feb 28 13:36:58 2007 -0800
32488
32489    Add a screen resize hook to xf86CrtcConfigRec.
32490    
32491    This hook is called when the DDX needs to resize the screen.  The driver is
32492    responsible for changing virtualX and virtualY, along with any other related
32493    screen properties (devPrivate.ptr, devKind, displayWidth, etc.).
32494    
32495    Use the size range from the crtc config instead of randrp->virtual[XY] when
32496    reporting the min and max screen sizes to the DDX.
32497
32498commit b11dfac287d65de7b83f63749087cba4e8ddaf4a
32499Author: Matthias Hopf <mhopf@suse.de>
32500Date:   Fri Mar 2 12:30:26 2007 +0100
32501
32502    Legacy framebuffer support wasn't compiled if Xorg wasn't explicitly enabled.
32503
32504commit 57aa5e908dc11d5d8c27ed705c526f1416c1e8ad
32505Author: Peter Hutterer <peter@cs.unisa.edu.au>
32506Date:   Fri Mar 2 17:14:37 2007 +1030
32507
32508    dix, Xext, Xtrap, Xi: replace inputInfo.pointer with PickPointer where
32509                          possible. More replacements to come.
32510
32511commit e43b8a4e40991ca6e545bda4cf9b9bd7a2bf22e2
32512Author: Peter Hutterer <peter@cs.unisa.edu.au>
32513Date:   Fri Mar 2 15:21:46 2007 +1030
32514
32515    dix:    Add ClientPointer to client, used for picking which pointer to use in
32516            ambiguious request. PickPointer and PickKeyboard are used for getting
32517            the appropriate pointer when situation is unclear.
32518            Fix some issues with InitializeSprite.
32519    
32520    dix, xfree86: Remove last traces of InitSprite.
32521
32522commit 2dafc46e3d814e02b25e5a2fa2e931f0257402a8
32523Author: Ben Byer <bbyer@bbyer.apple.com>
32524Date:   Thu Mar 1 17:44:39 2007 -0800
32525
32526    Fixed pointer events in Xquartz -- Keyboard events work, but
32527    the keycodes are incorrect.
32528
32529commit 74f1de1de9633119c2cf26086875717181c8a6f7
32530Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
32531Date:   Thu Mar 1 12:07:33 2007 -0500
32532
32533    devPrivates rework: unhook resource system; will try a different approach.
32534
32535commit 39ecd6fff4f946deebe310b4b26b171c842db223
32536Author: Ben Byer <bbyer@bbyer.(none)>
32537Date:   Thu Mar 1 01:45:19 2007 -0800
32538
32539    Rewrote parts of the Xquartz event-handling code (thanks daniels and whot!)
32540    It should still be considered a work in progress, but mouse events almost work.
32541
32542commit ed7ccc481ad1caaa518cafe944c2327a5d0b6c65
32543Author: Ben Byer <bbyer@bbyer.(none)>
32544Date:   Thu Mar 1 00:51:10 2007 -0800
32545
32546    AIGLX support for Darwin -- works well enough to run
32547    glxgears and glxinfo, but still needs more testing.
32548
32549commit 43bd35fcf85b51b7e5714844bade90184dbd746f
32550Author: Peter Hutterer <peter@cs.unisa.edu.au>
32551Date:   Thu Mar 1 17:19:37 2007 +1030
32552
32553    dix:    Remove InitSprite, work can be done by InitializeSprite.
32554            Free sprite struct if a spriteOwner is paired.
32555    
32556    xfree86: Use PairDevices instead of passing booleans around when creating a
32557             sprite.
32558    
32559    Xext:    Switch back to using LookupPointer/KeyboardDevice instead of
32560             inputInfo.xyz.
32561
32562commit 90ca76ba28fcd8bed945e33cf9674784fa2eb533
32563Author: Jay Cotton <jay.cotton@sun.com>
32564Date:   Wed Feb 28 17:40:58 2007 -0800
32565
32566    Add sun_apm.c for Suspend-and-Resume support on Solaris
32567    
32568    <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6205248>
32569
32570commit 06c3021aec720837bef432656e88ae9b4e35101d
32571Author: Aaron Plattner <aplattner@nvidia.com>
32572Date:   Wed Feb 28 16:09:11 2007 -0800
32573
32574    Don't crash setting a NULL mode with a randr classic DDX. Also remember to update the screen size during modesets.
32575
32576commit 68c64ad7b1eea79c786b5a7f3459076780163a47
32577Author: Peter Hutterer <peter@cs.unisa.edu.au>
32578Date:   Thu Mar 1 09:51:20 2007 +1030
32579
32580    Xext: Update device's lastx/lasty when sending a motion event with XTest.
32581
32582commit 8b245758845523d5f8f017bb9d0e9aa57b616c28
32583Author: Aaron Plattner <aplattner@nvidia.com>
32584Date:   Mon Feb 26 17:45:40 2007 -0800
32585
32586    Return BadMatch if a client tries to clone non-cloneable outputs.
32587
32588commit 2a35d44b6d87f96a7ce90dc8f0142f48cc176e95
32589Author: Peter Hutterer <peter@cs.unisa.edu.au>
32590Date:   Wed Feb 28 15:43:06 2007 +1030
32591
32592    Update device valuators on XTest motion event, otherwise the cursor jumps
32593    between coordinates stored in device and coordinates sent by the event.
32594
32595commit d9bcb22d199e8444b9762a35754e04d327dd5915
32596Merge: 272d934 c16343a
32597Author: Ben Byer <bbyer@bbyer.apple.com>
32598Date:   Tue Feb 27 16:28:20 2007 -0800
32599
32600    Merge branch 'master' of git+ssh://bbyer@git.freedesktop.org/git/xorg/xserver
32601
32602commit 272d9341d0f7c3e9e0c9b9a8c0d4d8779cdcc5cf
32603Author: Ben Byer <bbyer@bbyer.apple.com>
32604Date:   Tue Feb 27 16:27:26 2007 -0800
32605
32606    fix for hw/darwin/Makefile.am to properly use XSERVER_LIBS
32607
32608commit c16343ac2ca18391b21022b2edd02ad9f413d2b3
32609Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
32610Date:   Tue Feb 27 14:14:47 2007 -0500
32611
32612    Make mfb, cfb, and afb support configurable at build-time.
32613
32614commit 5680efc0d2baf0a9451e82e490e3690fc23dda0f
32615Author: Alan Coopersmith <alan.coopersmith@sun.com>
32616Date:   Tue Feb 27 09:55:48 2007 -0800
32617
32618    Sun bug 6529003: Xorg should not be including <sys/immu.h> on Solaris
32619    
32620    <sys/immu.h> was removed from the latest Solaris Nevada build, but it's
32621    been useless to Xorg for a long time (it only declared a couple of kernel
32622    variables)
32623    <http://bugs.opensolaris.org/view_bug.do?bug_id=6529003>
32624
32625commit ab0fc8c1ad7ea2dc3389a4a4bb1c45bbded5e7ad
32626Author: Ben Byer <bbyer@bbyer.(none)>
32627Date:   Tue Feb 27 00:14:35 2007 -0800
32628
32629    verbiage corrected per daniels
32630
32631commit cdd4c84572cc3bdd004f8dca6d8b64e710344ac0
32632Author: Ben Byer <bbyer@bbyer.(none)>
32633Date:   Mon Feb 26 23:57:02 2007 -0800
32634
32635    added hw/darwin/README.apple file with some todo items and props.
32636
32637commit 776d4d6587c57f94bca8732f915d07a0d4e137c8
32638Author: Ben Byer <bbyer@bbyer.(none)>
32639Date:   Mon Feb 26 23:40:00 2007 -0800
32640
32641    X11.app now builds correctly
32642
32643commit 154d2c13f4ec22b7e6332808bbcd049d63784891
32644Author: Ben Byer <bbyer@bbyer.apple.com>
32645Date:   Mon Feb 26 19:39:26 2007 -0800
32646
32647    more changes for X11.app
32648
32649commit fa06e11f972e2a75c84b2f1586997ffc1239cbd9
32650Author: Ben Byer <bbyer@bbyer.apple.com>
32651Date:   Mon Feb 26 17:06:53 2007 -0800
32652
32653    added hw/darwin/apple directory, which contains source and data files to build
32654    a version of the X11.app shipped with Mac OS X, using the X.org server.
32655
32656commit a16360733ea393ec1fc267e88fc604d9d7534484
32657Author: Jay Estabrook <Jay.Estabrook@hp.com>
32658Date:   Sun Feb 25 19:58:26 2007 +0000
32659
32660    Fix root bus/domain selection on alpha
32661
32662commit 566610680c4e1cab3e7fc7146adbeaba52fdd0ad
32663Author: Adam Jackson <ajax@benzedrine.nwnk.net>
32664Date:   Fri Feb 23 15:20:35 2007 -0500
32665
32666    Don't install libi2c.a
32667
32668commit 81372f9096b952f4be545654b0b44ac37ef4f2c2
32669Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
32670Date:   Fri Feb 23 13:23:12 2007 -0500
32671
32672    devPrivates rework: hook up new interface in resource system; add new
32673    resource-adding function that takes an additional ScreenPtr argument.
32674
32675commit 16f2b8892d9ebcef6410a675d10549043223f617
32676Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
32677Date:   Fri Feb 23 13:20:43 2007 -0500
32678
32679    devPrivates rework: add new interface implementation.
32680
32681commit 779faccfb78648a9f7e70b77dcfa9f6e19559772
32682Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
32683Date:   Fri Feb 23 13:19:53 2007 -0500
32684
32685    devPrivates rework: add dix header file containing new interface.
32686
32687commit bc4ae25433e38a25a2012f9f233d500665172a4b
32688Author: Peter Hutterer <peter@cs.unisa.edu.au>
32689Date:   Fri Feb 23 12:06:51 2007 +1030
32690
32691    xfree86: Don't initialize sprites for devices that don't own a sprite (stops
32692             keyboard hotplug segfaults)
32693
32694commit af550ea91c451cf4f831c2413266a19d1f211d0e
32695Author: Alan Coopersmith <alan.coopersmith@sun.com>
32696Date:   Thu Feb 22 14:38:40 2007 -0800
32697
32698    Move SecurityPolicy file format from Xserver(1) to it's own man page
32699    
32700    Don't make users looking for Xserver information page through pages of
32701    details only interesting to the handful of people writing security policies.
32702
32703commit b1142cdbce76fed8cb22ba6d7ac027751dd56a76
32704Author: Brice Goglin <brice.goglin@ens-lyon.org>
32705Date:   Thu Feb 22 12:26:04 2007 -0800
32706
32707    Bug #10034: 'man Xserver' typos: s/dqoute/dquote/
32708    
32709    Bugzilla #10034: <http://bugs.freedesktop.org/show_bug.cgi?id=10034>
32710    Patch #8780: <http://bugs.freedesktop.org/attachment.cgi?id=8780>
32711
32712commit 4b8b0e377a27ec904b2028c89aed11c6416af26c
32713Author: Peter Hutterer <peter@cs.unisa.edu.au>
32714Date:   Thu Feb 22 20:00:59 2007 +1030
32715
32716    Xi: 	Add access control request handling.
32717    
32718    dix:	New file access.c to handle all access control for devices.
32719
32720commit 9a3eb0357e779d5d5f76858f23667956c4c5d721
32721Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
32722Date:   Fri Feb 16 19:30:03 2007 -0500
32723
32724    devPrivates rework: add RC_PRIVATES class, make ResourceRec visible in
32725    the API, and add extra fields and structure supporting private storage.
32726
32727commit cd0af7a7856e8246e27acc5513d219a094211625
32728Author: Peter Hutterer <peter@cs.unisa.edu.au>
32729Date:   Wed Feb 21 10:08:41 2007 +1030
32730
32731    Xi, dix: Only one client at a time can change the pointer-keyboard pairing,
32732             using xRegisterPairingClient request.
32733
32734commit 3344a4eda704edc7dc30037f095de277a60a70bb
32735Author: Michel Dänzer <michel@tungstengraphics.com>
32736Date:   Thu Feb 15 16:27:50 2007 +0100
32737
32738    DRI: Make sure number of DRI windows is accurate in driver ClipNotify hook.
32739    
32740    Always call DRI{De,In}creaseNumberVisible (which in turn calls
32741    DRIDriverClipNotify) after updating pDRIPriv->nrWindows.
32742
32743commit 3c7a27dc77595ad018bb7c4f7cef6bc178268cb6
32744Author: Michel Dänzer <michel@tungstengraphics.com>
32745Date:   Wed Feb 14 16:17:18 2007 +0100
32746
32747    DRI: New ClipNotify driver hook.
32748    
32749    The hook is called whenever the clipList of any DRI window changes, be it via
32750    DRIClipNotify, DRICreateDrawable or DRIDrawablePrivDelete. This allows the
32751    driver to keep track of which DRI windows are visible where.
32752
32753commit eedf148e5a1273ebbf4dc8dcac9c435712fc00ea
32754Author: Michel Dänzer <michel@tungstengraphics.com>
32755Date:   Fri Feb 2 18:27:40 2007 +0100
32756
32757    Track number of visible DRI windows separately for transitions.
32758    
32759    This allows e.g. doing page flipping with multiple DRI windows as long as
32760    only one of them is visible.
32761
32762commit 8a42af6a935b1cf0e15102e986bb527f4fab31a8
32763Author: Keith Packard <keithp@neko.keithp.com>
32764Date:   Mon Feb 19 15:28:37 2007 -0800
32765
32766    Check for clientGone before sending events from XFixes (bug #1753).
32767    
32768    Freeing resources during client closedown can cause cursor changes which
32769    attempt to send cursor events through the XFixes extension; a client in the
32770    process of closing down has no file to send events to, causing a crash when
32771    this path is hit.
32772
32773commit 4660eaaffb36f526f71d5847ae1309c10ee133c6
32774Author: Ben Byer <bbyer@bbyer.(none)>
32775Date:   Sun Feb 18 14:09:51 2007 -0800
32776
32777    configure fixes for darwin
32778
32779commit 5631a67f648f5f151a849a918ee12871c71c32e9
32780Author: Keith Packard <keithp@neko.keithp.com>
32781Date:   Fri Feb 16 10:06:22 2007 -0800
32782
32783    Don't set subpixel order during startup; the screen won't be ready.
32784    
32785    in xf86CrtcSetMode, scrn->pScreen will be NULL during server startup time,
32786    so don't try to set the subpixel order. subpixel order will be set in the
32787    randr initialization anyways.
32788    (cherry picked from commit 5f6f8616d862ce4a37f6d3df4bdbc44fd21cc82a)
32789
32790commit 096965ec9c7514f0c9fc0d17e5166f2d26781f87
32791Author: Keith Packard <keithp@guitar.keithp.com>
32792Date:   Fri Feb 16 02:17:11 2007 -0800
32793
32794    Ensure drivers can use new modes header files.
32795    
32796    New modes header files required a few minor changes to be used by external
32797    drivers, the most notable of which is the publication of the config file
32798    parser header files.
32799
32800commit 55797dd252382d35ebab5d9e18a5e0e77872d775
32801Author: Keith Packard <keithp@guitar.keithp.com>
32802Date:   Fri Feb 16 00:56:00 2007 -0800
32803
32804    Respect rotation in initial screen size computation.
32805
32806commit e4507825bf0328ea59673f2bbe652de3a9105c86
32807Author: Keith Packard <keithp@guitar.keithp.com>
32808Date:   Fri Feb 16 00:41:29 2007 -0800
32809
32810    Enable startup-time rotation; change rotation pixmap creation API.
32811    
32812    Add monitor "Rotate" option taking one of "normal", "left", "inverted" or
32813    "right". However, because initial mode selection is made before the screen
32814    is completely initialized, we cannot create the shadow pixmap object at this
32815    point. Pend the shadow pixmap creation until the block handler.
32816    
32817    Note that this code is not completely functional yet.
32818
32819commit 8606aeb9b2ab2dafc11e64436db4d3a7e67dbcc0
32820Author: Keith Packard <keithp@guitar.keithp.com>
32821Date:   Thu Feb 15 22:23:16 2007 -0800
32822
32823    RRConfigureOutputProperty is a variable length request.
32824    
32825    Replace REQUEST_SIZE_MATCH with REQUEST_AT_LEAST_SIZE
32826
32827commit a88844eccb0e423e71d4fcb286866a026308babd
32828Author: Daniel Stone <daniel@fooishbar.org>
32829Date:   Sat Feb 17 20:35:07 2007 +0200
32830
32831    configure.ac: disable dmx per default
32832    
32833    Disable DMX until it gets ported to the new input API.
32834
32835commit e9a2cc7d9fcc73e16576be2522522cce675dc3f3
32836Author: Daniel Stone <daniel@fooishbar.org>
32837Date:   Sat Feb 17 16:17:48 2007 +0200
32838
32839    config: error message cleanup
32840    
32841    Demote failure to connect from ErrorF to DebugF.
32842
32843commit 81876bc5ddc2f3eda5078fe4bd101917fb32e586
32844Author: Ben Byer <bbyer@apple.com>
32845Date:   Sat Feb 17 04:07:11 2007 -0800
32846
32847    oops, missed a spot
32848
32849commit d287b76471f66c9aea54f969d050b35643cb2501
32850Author: Ben Byer <bbyer@apple.com>
32851Date:   Sat Feb 17 03:47:42 2007 -0800
32852
32853    cleaned up some linking ugliness in hw/darwin/quartz
32854
32855commit 81444486be4f182dde778bac6f7edcbfc4368482
32856Author: Ben Byer <bbyer@apple.com>
32857Date:   Sat Feb 17 02:23:11 2007 -0800
32858
32859    autoconf goodness for XDarwin, courtesy of pogma
32860
32861commit cf4994b0db2fef4c10ce8804adef766bc5118daf
32862Author: Ben Byer <bbyer@apple.com>
32863Date:   Sat Feb 17 01:21:43 2007 -0800
32864
32865    dix mods for Darwin
32866
32867commit cece0601571f6304e392a3a40505664544b249f3
32868Author: Ben Byer <bbyer@apple.com>
32869Date:   Sat Feb 17 01:00:13 2007 -0800
32870
32871    build fix for configure.ac / BUILD_DARWIN, oops
32872
32873commit 00b0657b815b95964401c3e36eed54063afbd003
32874Author: Ben Byer <bbyer@bbyer.(none)>
32875Date:   Sat Feb 17 00:55:32 2007 -0800
32876
32877    glx fixes for XDarwin
32878
32879commit 93777c7b96e560da087963040e372aecbfca7bbc
32880Author: Ben Byer <bbyer@bbyer.(none)>
32881Date:   Sat Feb 17 00:22:39 2007 -0800
32882
32883    more patches to make the Quartz part of XDarwin work again
32884    (thanks Peter and Torrey!)
32885
32886commit 612144c811fdf06b7c03cf48a321388fe411acd4
32887Author: Ben Byer <bbyer@bbyer.(none)>
32888Date:   Sat Feb 17 00:09:58 2007 -0800
32889
32890    More build fixes / updates for XDarwin:
32891       quartz/cr: "Cocoa Rootless" support (deprecated in favor of xpr?)
32892       quartz/fullscreen: Fullscreen support using Xplugin (not yet functional)
32893
32894commit 68d39d8571d8717d26cedc84015d537549520a14
32895Author: Daniel Stone <daniel@fooishbar.org>
32896Date:   Fri Feb 16 23:02:13 2007 +0200
32897
32898    kdrive/ephyr: fix keysym type confusion once and for all
32899    
32900    Take keysyms in as an XID in hostx_load_keymap() and explicitly
32901    convert them to CARD32 for loading into the server.  Fixes Xephyr on
32902    AMD64, wa-hey.
32903
32904commit 5507cb885d861e974be240120ada2ace2a980a72
32905Author: Daniel Stone <daniel@fooishbar.org>
32906Date:   Fri Feb 16 23:01:27 2007 +0200
32907
32908    kdrive: delete input debugging, yet again ...
32909    
32910    I have no idea how this keeps on coming back.
32911
32912commit 2534f5a9027c196f677923aaa38fa9ed9917f73d
32913Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
32914Date:   Fri Feb 16 15:33:48 2007 -0500
32915
32916    Remove nasty function pointer type from DevUnion, return to documented type.
32917
32918commit 84efe23ae834dd3a4d3f3e08832b69469c7382aa
32919Author: Ben Byer <bbyer@bbyer.(none)>
32920Date:   Fri Feb 16 04:37:38 2007 -0800
32921
32922    updated darwin/quartz/xpr (libXplugin interface for Mac OS X) support
32923
32924commit 5e7f7436a755a33e48ab91831cc6af710a8344ef
32925Author: Ben Byer <bbyer@bbyer.(none)>
32926Date:   Fri Feb 16 04:12:26 2007 -0800
32927
32928    merged in miext/rootless changes for XDarwin support
32929
32930commit f350909d1696fcfda87e8f12c729254d762313c9
32931Author: Keith Packard <keithp@guitar.keithp.com>
32932Date:   Thu Feb 15 21:50:48 2007 -0800
32933
32934    Kludge around duplicate code added in hw/xfree86/modes.
32935    
32936    Code added in hw/xfree86/modes came from the server-1.3-branch.
32937    Portions of this code had previously been integrated into xf86Mode.c
32938    and edid_modes.c.
32939    
32940    To preserve hw/xfree86/modes as much as possible, the duplicate code from
32941    the other files has been disabled; a more careful review would figure out
32942    where that code actually belonged.
32943
32944commit 258beebc77510f84fbea66d6ebf29c5097bd11db
32945Author: Keith Packard <keithp@guitar.keithp.com>
32946Date:   Thu Feb 15 20:13:15 2007 -0800
32947
32948    Report correct RandR 1.0 sizeID. Report correct subpixel order.
32949    
32950    RandR 1.0 sizeID must be computed the same way every time, so when reporting
32951    it in the ScreenChangeNotify event, just construct the usual 1.0 data block
32952    and use that.
32953    
32954    subpixel geometry information can be computed by looking at the connected
32955    outputs and finding any with subpixel geometry and using one of those for
32956    the global screen subpixel geometry. This might be improved by reporting
32957    None if more than one screen has information and they conflict.
32958
32959commit ef6b1235fd7d6dc422e8a150c089496a8e648067
32960Author: Keith Packard <keithp@guitar.keithp.com>
32961Date:   Thu Feb 15 11:27:35 2007 -0800
32962
32963    Allow new modes code to build inside drivers as well as server.
32964    
32965    Use config.h for driver builds where xorg-config.h isn't available.
32966
32967commit 3dbe8f6b6ea32a9a137ad6e9235f74009b095bd8
32968Author: Tilman Sauerbeck <tilman@code-monkey.de>
32969Date:   Thu Feb 15 17:51:01 2007 +0100
32970
32971    Distribute hw/xfree86/modes.
32972
32973commit d4eb4d065032112a38444e36f791cb468a5ca8f4
32974Author: Keith Packard <keithp@guitar.keithp.com>
32975Date:   Thu Feb 15 20:36:20 2007 -0800
32976
32977    Merge crtc/output-based mode selection code.
32978    
32979    This code comes from the intel driver, so there's no history in this tree.
32980    
32981    As the crtc/output-based mode selection code uses ddc, the ddc and i2c
32982    modules have been merged into the server. Attempts to load them are safely
32983    ignored now.
32984
32985commit 37fe4c49dc3a5faf2d3d56112b6bd78453045f6a
32986Author: Peter Hutterer <peter@cs.unisa.edu.au>
32987Date:   Fri Feb 16 09:57:57 2007 +1030
32988
32989    mi:     Move WarpPointer event generation to miPointerMove to avoid duplicate
32990            events, cache event array allocation.
32991
32992commit c2f3f705f1db8ca78292912544a7e416116175f3
32993Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
32994Date:   Thu Feb 15 14:38:24 2007 -0500
32995
32996    Bug #6988: Change behavior of Security extension per user feature request.
32997
32998commit 811675733e97416c990e6dc9c19271b43d96248d
32999Author: Daniel Stone <daniel@fooishbar.org>
33000Date:   Thu Feb 15 19:09:00 2007 +0200
33001
33002    os: fix client privates leak
33003    Minor leak here.  Oops.
33004
33005commit 8f6961d385bda92703f18090cff551409d2710c9
33006Author: Daniel Stone <daniel@fooishbar.org>
33007Date:   Thu Feb 15 19:08:46 2007 +0200
33008
33009    configure.ac: add xdarwin stubs
33010    Add stub AM_CONDITIONALs to at least fix the build.
33011
33012commit a3b62623b8aac56b219633bdb2c2f6de19b0580b
33013Author: Daniel Stone <daniel@fooishbar.org>
33014Date:   Thu Feb 15 17:07:42 2007 +0200
33015
33016    change versioning for new server version scheme
33017    See:
33018    http://xorg.freedesktop.org/wiki/XDC2007Notes#head-2719037a1905516c45cf74f0e155c8703221e446
33019
33020commit f452507ca9209598401d15da0039aaa4e1fed1a3
33021Merge: 0463283 8116757
33022Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
33023Date:   Thu Feb 15 09:47:20 2007 -0500
33024
33025    Merge branch 'master' into my-XACE-SELINUX
33026
33027commit 04632835b7402456fdcf6c8fa01970cd2804e27c
33028Merge: 88f89b9 9ecf79c
33029Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
33030Date:   Thu Feb 15 09:27:05 2007 -0500
33031
33032    Merge branch 'master' into my-XACE-SELINUX
33033
33034commit 0f6dd4aea6176507dbe1c90c950d332fecbcaacb
33035Author: Daniel Stone <daniel@fooishbar.org>
33036Date:   Thu Feb 15 16:14:57 2007 +0200
33037
33038    kdrive/ephyr: free screen struct
33039    Free screen->driver on screenFini, instead of just leaking it.
33040
33041commit 9ecf79ca0111dd899ca88dd54156f71013220fcc
33042Author: Ben Byer <bbyer@apple.com>
33043Date:   Thu Feb 15 05:22:21 2007 -0800
33044
33045    Beginnings of an update Darwin driver
33046
33047commit 136bb4874aadf4a731d7eb8671e8bb641f9980a7
33048Author: Ben Byer <bbyer@apple.com>
33049Date:   Thu Feb 15 05:14:38 2007 -0800
33050
33051    iokit support for XDarwin
33052
33053commit 3ead1afe78d2913f08c8144cb2d3813c6b159488
33054Author: Ben Byer <bbyer@apple.com>
33055Date:   Thu Feb 15 05:09:29 2007 -0800
33056
33057    Beginning of patches to add XDarwin support to the modular tree;
33058    special thanks to Torrey Lyons and Peter O'Gorman for making this possible.
33059    
33060    This is the automake framework for the XDarwin.app interface files.
33061
33062commit f6c3b9fa97ccf85e96f15435d564a1c261e40532
33063Author: Peter Hutterer <peter@cs.unisa.edu.au>
33064Date:   Thu Feb 15 13:51:20 2007 +1030
33065
33066    xfree86: mouse and keyboard hotplugging support. New mouse devices will get
33067             new cursors,  keyboard devices use VCP's focus until paired.
33068
33069commit d570ff7c81858a3174686b46a088f67563b4a2d5
33070Author: Peter Hutterer <peter@cs.unisa.edu.au>
33071Date:   Wed Feb 14 17:09:33 2007 +1030
33072
33073    fix: WarpCursor needs to send MotionNotify.
33074
33075commit c4fe1bcce1c1e4822e688959b331b47a051d6e0a
33076Merge: e540d57 d570ff7
33077Author: Ian Romanick <idr@us.ibm.com>
33078Date:   Wed Feb 14 15:39:52 2007 -0800
33079
33080    Merge branch 'master' of ssh+git://idr@git.freedesktop.org/git/xorg/xserver into pci-rework
33081
33082commit e540d572c5acba877b3ce01e7b31e399dac2d44a
33083Author: Ian Romanick <idr@us.ibm.com>
33084Date:   Wed Feb 14 15:38:10 2007 -0800
33085
33086    Merge fix missed on previous commit.
33087
33088commit 81aa7f059d3cfd8d28420b7932b8ff7e06d67979
33089Author: Eric Anholt <eric@anholt.net>
33090Date:   Wed Feb 14 12:48:15 2007 -0800
33091
33092    Add missing dirty marking in a couple of fallback cases in the exaGlyphs path.
33093
33094commit a5f19c5150a7b3dc2ff3ad759ee1a6ab0ad8925c
33095Author: Eric Anholt <eric@anholt.net>
33096Date:   Wed Feb 14 10:39:46 2007 -0800
33097
33098    Mark sync when UploadToScreen succeeds in exaGlyphs().
33099
33100commit a492d494f51caf15a5cb979dc335387486c105d1
33101Author: Alan Coopersmith <alan.coopersmith@sun.com>
33102Date:   Tue Feb 13 18:32:59 2007 -0800
33103
33104    Update Xvfb man page: remove monolith build instructions, use /var/tmp instead of /usr/tmp
33105
33106commit 25104ed2e6050f86691104b34eeaf3147eb83c4a
33107Author: Peter Hutterer <peter@cs.unisa.edu.au>
33108Date:   Wed Feb 14 11:26:53 2007 +1030
33109
33110    dix:    fix typo in condition.
33111
33112commit 33ef546b942977bb2573156eaba5269350d16f99
33113Author: Peter Hutterer <peter@cs.unisa.edu.au>
33114Date:   Wed Feb 14 11:18:43 2007 +1030
33115
33116    dix:    Clean up GetPointerEvents. If pDev == inputInfo.pointer, assume that
33117            we do not want Xi events.
33118    
33119    mi:     Remove POINTER_CORE_ONLY flag.
33120
33121commit a23b0b069cac8a48e2b306b2095515d75f647705
33122Author: Adam Jackson <ajax@benzedrine.nwnk.net>
33123Date:   Mon Feb 12 17:50:00 2007 -0500
33124
33125    Typo fix.
33126
33127commit d21c95f80bdba2f29eedd57fb0b00e580391c08e
33128Author: Adam Jackson <ajax@benzedrine.nwnk.net>
33129Date:   Mon Feb 12 17:22:39 2007 -0500
33130
33131    Hook up --with-builderstring for vendor build identification.
33132
33133commit 46784d24c11767455a4986449a8037295912dcee
33134Author: Adam Jackson <ajax@benzedrine.nwnk.net>
33135Date:   Mon Feb 12 17:18:29 2007 -0500
33136
33137    Remove spurious LIBADD from xf4bpp
33138
33139commit 16eb7254f861465f988ae3861ac3449c2c966062
33140Merge: 3814862 c4b7e9d
33141Author: Ian Romanick <idr@us.ibm.com>
33142Date:   Fri Feb 9 12:38:49 2007 -0800
33143
33144    Merge branch 'master' of ssh+git://idr@git.freedesktop.org/git/xorg/xserver into pci-rework
33145
33146commit c4b7e9d1c16797c3e4b1200b40aceab5696a7fb8
33147Author: Aaron Plattner <aplattner@nvidia.com>
33148Date:   Tue Feb 6 14:57:22 2007 -0800
33149
33150    Add an RDTSC implementation to the x86 emulator.
33151    
33152    This instruction is being used in some debug VBIOSes.  This implementation
33153    doesn't even try to be accurate.  Instead, it just increments the counter by a
33154    fixed amount every time an rdtsc instruction in encountered, to avoid divides by
33155    zero.
33156
33157commit 262b9b104a04e55969593ef96a16004e53ecd00a
33158Author: Soren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com>
33159Date:   Tue Feb 6 17:30:22 2007 -0500
33160
33161    Use the new 8888x0565mmx function in fbpict.c
33162
33163commit 876b806ec09d5ff0c6cd19df91006c4eefedfaa6
33164Author: Soren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com>
33165Date:   Tue Feb 6 17:16:23 2007 -0500
33166
33167    Reapply patch to fix AMD CPU detection
33168
33169commit 13568d2aa43da4216bbcb46e1125ff28c323ac54
33170Author: Soren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com>
33171Date:   Tue Feb 6 17:12:01 2007 -0500
33172
33173    Revert "Fix for AMD cpu detection. Bug 9614, Dan Williams."
33174    
33175    This reverts commit b2cd3b133748cc5aa541905a703a6fdb1cbbb1e6 since
33176    unrelated changes in fbpict.c broke the build.
33177
33178commit 5a3334410367a2186b2c667fa1eb6cf0baf93e95
33179Author: Soren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com>
33180Date:   Tue Feb 6 17:11:01 2007 -0500
33181
33182    Add new fbCompositeSrc_8888x0565mmx() function, based on patch by Dan
33183    Williams. Bug 9682.
33184
33185commit b2cd3b133748cc5aa541905a703a6fdb1cbbb1e6
33186Author: Soren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com>
33187Date:   Tue Feb 6 16:43:37 2007 -0500
33188
33189    Fix for AMD cpu detection. Bug 9614, Dan Williams.
33190    
33191    Credit for the fixes in this patch goes to:
33192    
33193    Marco Gritti <mpg at redhat dot com>
33194    Jordan Crouse <jordan dot crouse at amd dot com>
33195
33196commit 7cd73b00a29469d37a7f526cc9b35cc927a13ae2
33197Author: Peter Hutterer <peter@cs.unisa.edu.au>
33198Date:   Mon Feb 5 14:48:48 2007 +1030
33199
33200    dix:    If POINTER_CORE_ONLY is set, GetPointerEvents() only creates a core event
33201    
33202    mi:	fix: Create motion event in miPointerMoved
33203
33204commit 760a38c4c7ab66ae653d3acb92f5cda4bd44edd6
33205Author: Daniel Stone <daniel@fooishbar.org>
33206Date:   Mon Feb 5 03:39:36 2007 +0200
33207
33208    XkbCopyKeymap: fix copy-and-waste accident
33209    
33210    When we reallocated modmap, we accidentally clobbered syms with the
33211    result, leaving syms definitely too small, and modmap also potentially too
33212    small (as well as not actually allocated anymore).
33213
33214commit 17d85387d1e6851d35474b65929e268ca64ef65b
33215Author: Daniel Stone <daniel@fooishbar.org>
33216Date:   Thu Jan 18 15:23:57 2007 +1100
33217
33218    dmx, vfb, xnest: fix fbcmap compilation
33219    
33220    Don't always define XFree86Server, but only for damn fbcmap.c.
33221    Split fbcmap.c into its own library to achieve this.
33222
33223commit a309c936bb79e2fea04a96ce33c7da99ed902484
33224Author: Peter Hutterer <peter@cs.unisa.edu.au>
33225Date:   Mon Feb 5 11:38:44 2007 +1030
33226
33227    xkb:	Daniel's patch to stop evdev keyboard segfaults.
33228    
33229    mi:	Remove quickfix from ba547d4f6a2707f51f0d826389d2d418fb62367a
33230
33231commit 236f04b638e7d4d1656c6bedd8a6e8d7cec285ec
33232Author: Dave Airlie <airlied@linux.ie>
33233Date:   Mon Feb 5 09:09:12 2007 +1100
33234
33235    remove array_cache from everywhere
33236
33237commit eb228e8d1eaa78911541b2fec5d04a74c1299718
33238Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
33239Date:   Sun Feb 4 22:06:59 2007 +0000
33240
33241    clean up more of the vbo fallout
33242
33243commit fb1bc1c65b88527b42a0e4abed23e5ddaae711b7
33244Author: Dave Airlie <airlied@linux.ie>
33245Date:   Sun Feb 4 18:39:58 2007 +1100
33246
33247    add vbo to .gitignore
33248
33249commit d8e148ec841d340327e6813127b0e0ffc4db712d
33250Author: Dave Airlie <airlied@linux.ie>
33251Date:   Sun Feb 4 18:39:04 2007 +1100
33252
33253    update xserver for vbo code in mesa
33254
33255commit 5dcad9e9d7d9993d65f989219bee94a060bbf476
33256Author: Alan Coopersmith <alan.coopersmith@sun.com>
33257Date:   Fri Feb 2 14:44:55 2007 -0800
33258
33259    Fix bus error on startup in 64-bit Xephyr
33260    
33261    hostx_get_visual_masks takes unsigned long * arguments, but was being
33262    passed pointers to CARD32's.
33263
33264commit 170a55022ebc7b148bff93886eda152a0d5ce79a
33265Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
33266Date:   Fri Feb 2 20:56:12 2007 +0000
33267
33268    remove file
33269
33270commit e6a505be84f5f72349d6860dc5a5058367516019
33271Author: Dan Nicholson <dan@conor.dwcab.com>
33272Date:   Fri Feb 2 20:53:01 2007 +0000
33273
33274    The array_cache sources don't exist anymore in the Mesa tree,
33275    so we shouldn't try to build them.
33276
33277commit af20485ec370801f2aabfaeae17bbd030a849bd1
33278Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
33279Date:   Fri Feb 2 19:14:46 2007 +0000
33280
33281    Remove array_cache for recent Mesa changes
33282
33283commit cf5b29d75dad7c74543f49f010c817623a3df747
33284Author: George Sapountzis <gsap7@yahoo.gr>
33285Date:   Fri Feb 2 12:57:38 2007 +0200
33286
33287    dmx: drop leftover __GLXdrawablePrivateRec struct.
33288
33289commit 4f2f3233c808fd86bf9f6c09937feda9e0b367fd
33290Author: Eric Anholt <eric@anholt.net>
33291Date:   Thu Feb 1 15:10:29 2007 -0800
33292
33293    Fix the size expectations of xRRSetCrtcGamma.
33294    
33295    It was using REQUEST_SIZE_MATCH (client request length must equal request size)
33296    rather than REQUEST_AT_LEAST_SIZE (client request length must be at least
33297    big enough for request size), and this request has data following the request
33298    structure.
33299
33300commit 8274ea6aa97b06a56b7468c3908894c0ff72b687
33301Author: Eric Anholt <eric@anholt.net>
33302Date:   Thu Feb 1 12:15:54 2007 -0800
33303
33304    Set the Damage version supported in the server, instead of using damageproto.
33305    
33306    This was caught by distributions upgrading damageproto to 1.1, before the
33307    server they had supported it.  The server then advertised the new version
33308    without supporting the protocol.
33309
33310commit 8bce182568f14edfb03911d8c5d791fd83bb6222
33311Author: Eric Anholt <eric@anholt.net>
33312Date:   Mon Jan 29 17:30:59 2007 -0800
33313
33314    Restore a few important lines killed in the previous commit.
33315    
33316    Typical results were failure to sync, and a black screen.
33317
33318commit 3814862a869ee83d307eb01225d5949039f435d8
33319Merge: a216de9 31f2d4a
33320Author: Ian Romanick <idr@us.ibm.com>
33321Date:   Mon Jan 29 15:14:31 2007 -0800
33322
33323    Merge branch 'master' of ssh+git://idr@git.freedesktop.org/git/xorg/xserver into pci-rework
33324    
33325    Conflicts:
33326    
33327    	hw/xfree86/os-support/bus/linuxPci.c
33328
33329commit 31f2d4a57e04f5ea635fbb50c508405c4fc37b65
33330Author: Eric Anholt <eric@anholt.net>
33331Date:   Mon Jan 29 09:39:33 2007 -0800
33332
33333    Bug #9680: Remove bogus blank length limiting in xf86SetModeCrtc().
33334    
33335    Our modes typically come from EDID or default modes, and when the monitor
33336    asks for a specific mode, deciding to tweak it usually results in incorrect
33337    display.  And if the user is specifying a mode by hand, tweaking it then is
33338    still pretty rude.
33339    
33340    Reviewed by: ajax
33341
33342commit 4aaaa70d1b52346213fad46777c006a93c4ece5d
33343Author: Peter Hutterer <peter@cs.unisa.edu.au>
33344Date:   Mon Jan 29 18:23:24 2007 +1030
33345
33346    Xi:	Adding ChangePointerKeyboardPairing request
33347    	Adding PointerKeyboardPairingChanged event
33348    	Correct error values for XWarpDevicePointer
33349    
33350    dix:	Adding device argument to SendMappingNotify
33351    	Adding spriteOwner flag to devices
33352
33353commit f3418b52dcf2ab4982504856ab9fae3e726ee6d2
33354Author: Peter Hutterer <peter@cs.unisa.edu.au>
33355Date:   Mon Jan 29 16:10:03 2007 +1030
33356
33357    mi:     Fix cursor rendering issues.
33358
33359commit 15a81b6325d359990017b8e9f17ce18a7eff1354
33360Merge: 3759254 cc3d66d
33361Author: Peter Hutterer <peter@cs.unisa.edu.au>
33362Date:   Sun Jan 28 17:18:57 2007 +1030
33363
33364    Merge branch 'master'
33365
33366commit cc3d66d4a53fee8f1d940bb8c7f032c94b9c25f6
33367Author: Peter Hutterer <peter@cs.unisa.edu.au>
33368Date:   Wed Nov 15 17:50:02 2006 +1030
33369
33370    o fix minor error in comment for GetPointerEvents()
33371
33372commit 3759254c0967ae83bdcbf097d9e8a58733c8e6f9
33373Merge: ba547d4 ca5ebe3
33374Author: Peter Hutterer <peter@cs.unisa.edu.au>
33375Date:   Sun Jan 28 17:05:55 2007 +1030
33376
33377    Merge branch 'master'
33378
33379commit 1627af54497bee659ea30f2850b39cbbf576e22d
33380Author: Jonathan Lim <jlim@sgi.com>
33381Date:   Fri Jan 26 13:00:45 2007 +0100
33382
33383    Call linuxPciOpenFile() for r/w access if applicable.
33384    
33385    Currently, the call to linuxPciOpenFile() is always made for read
33386    only access which causes the subsequent mmap call to fail when the
33387    memory is mapped read/write.
33388    
33389    Xorg #9692
33390
33391commit a216de9b7ff55e2b73c487d037f248f00bd2e63b
33392Merge: 24506ea cf7ca9d
33393Author: Ian Romanick <idr@us.ibm.com>
33394Date:   Thu Jan 25 10:17:32 2007 -0800
33395
33396    Merge branch 'master' of ssh+git://idr@git.freedesktop.org/git/xorg/xserver into pci-rework
33397
33398commit cf7ca9d09cba14d107152a5179de38e5ef7bd784
33399Author: Alan Coopersmith <alan.coopersmith@sun.com>
33400Date:   Wed Jan 24 20:20:48 2007 -0800
33401
33402    Plug memory leak in doLoadModule()
33403
33404commit 5abd50e37ceda134897891ed32e05215db67e0b4
33405Author: Alan Coopersmith <alan.coopersmith@sun.com>
33406Date:   Wed Jan 24 18:54:38 2007 -0800
33407
33408    Correct help lines for configure's --with-vendor-name flags
33409
33410commit b32a40817fc0e2ac2edf2fa22a8813087fce2e7b
33411Author: Alan Coopersmith <alan.coopersmith@sun.com>
33412Date:   Wed Jan 24 16:29:49 2007 -0800
33413
33414    Correct variable descriptions in comment for SecurityCheckResourceIDAccess
33415
33416commit 24506ea65be4cb29c5e1486aa0a529a40ce5c230
33417Author: Ian Romanick <idr@us.ibm.com>
33418Date:   Wed Jan 24 15:33:49 2007 -0800
33419
33420    Move xf86ReadLegacyBIOS to the one place that uses it.
33421    
33422    xf86ReadLegacyBIOS is only used by one function in int10/generic.c.
33423    Move a generic implementation of that function there, rename it to
33424    read_legcay_BIOS, and delete all remnants of it from all other places.
33425
33426commit fdb3a0798f0d17e72ec7293d59a7a81b5ffdf95b
33427Merge: 39b51e1 a53586e
33428Author: Ian Romanick <idr@us.ibm.com>
33429Date:   Wed Jan 24 14:49:39 2007 -0800
33430
33431    Merge branch 'master' of ssh+git://idr@git.freedesktop.org/git/xorg/xserver into pci-rework
33432
33433commit a53586eebc166e35c1f48942205832810061daee
33434Author: Eric Anholt <eric@anholt.net>
33435Date:   Wed Jan 24 13:36:25 2007 -0800
33436
33437    Warning fix for RRCrtcSetRotations().
33438
33439commit 7a12952fd437b105ea0d013d680f9c3a775a183c
33440Author: Eric Anholt <eric@anholt.net>
33441Date:   Wed Jan 24 13:34:29 2007 -0800
33442
33443    Bug #7639: Only swap out pixmaps (rather than everything) on VT switch in EXA.
33444    
33445    This is a new behavior for version 2.1 of EXA, and only takes effect if the
33446    driver has requested that.  Otherwise, the previous behavior remains the same.
33447
33448commit b6b855932109b4bc3454f07bef8cb079d79ca369
33449Author: Keith Packard <keithp@keithp.com>
33450Date:   Thu Jan 25 00:29:20 2007 +0800
33451
33452    Make Xinearama screen information reflect CRTC rotation.
33453
33454commit 39b51e1bfc4924fc3bda4342ef9c6c0125d9f4fa
33455Merge: 637b19b 788cfce
33456Author: Ian Romanick <idr@us.ibm.com>
33457Date:   Tue Jan 23 13:25:56 2007 -0800
33458
33459    Merge branch 'master' of ssh+git://idr@git.freedesktop.org/git/xorg/xserver into pci-rework
33460
33461commit 788cfce911793a26aed16f38f30678ecee82c873
33462Author: Michel Dänzer <michel@tungstengraphics.com>
33463Date:   Tue Jan 23 10:15:22 2007 +0100
33464
33465    Bump video driver ABI version to 1.2.
33466    
33467    This is necessary because server-1.2-branch bumped to 1.1 for xf86CVTMode and
33468    we have xf86XVFillKeyHelperDrawable on top of that.
33469
33470commit 637b19b3ee7345c2d449ce94ceabe998d817c02e
33471Author: Ian Romanick <idr@us.ibm.com>
33472Date:   Mon Jan 22 09:58:33 2007 -0800
33473
33474    Eliminate pciControlBridge, pciGetBridgeBuses, and pciGetBridgeResources.
33475
33476commit a232e4ae938fa3a68f7614995676eda7929260db
33477Author: Ian Romanick <idr@us.ibm.com>
33478Date:   Mon Jan 22 09:16:45 2007 -0800
33479
33480    Convert xf86GetPciHostConfigFromTag to get_parent_bridge.
33481    
33482    Convert xf86GetPciHostConfigFromTag to a new function called
33483    get_parent_bridge.  This name better represents what
33484    xf86GetPciHostConfigFromTag is used for:  walking up the lists of PCI
33485    bridges from a device.
33486
33487commit 844560a02fa6c4ce18ea2af3ec27beaa60b7af11
33488Author: Ian Romanick <idr@us.ibm.com>
33489Date:   Mon Jan 22 09:13:59 2007 -0800
33490
33491    Elminiate ARCH_PCI_OS_INIT.
33492    
33493    Never, ever use the ix86Pci stuff on Linux.  This renders the whole
33494    ARCH_PCI_OS_INIT mechanism useless.  Remove it.
33495
33496commit 7dfb3cea913b02a6b36c308d1330bd40abe6b41f
33497Merge: c279d5f 2dc8662
33498Author: Ian Romanick <idr@us.ibm.com>
33499Date:   Mon Jan 22 08:44:36 2007 -0800
33500
33501    Merge branch 'master' of ssh+git://idr@git.freedesktop.org/git/xorg/xserver into pci-rework
33502
33503commit 2dc866252c84ed0e7b3afa25e8a5312f448d405b
33504Author: Eric Anholt <eric@anholt.net>
33505Date:   Mon Jan 22 08:41:50 2007 +0800
33506
33507    Really fix optimized render cases being hit when they shouldn't.
33508    
33509    I don't know how this define slipped in there.  Fixes
33510    6fdfd9dad91d7b7aa292f8c4d268dd27c34de8d3.
33511
33512commit 88f89b9ac1b92a0916c46488350ff68c3ffdd490
33513Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
33514Date:   Fri Jan 19 19:15:49 2007 -0500
33515
33516    Policy updates: use x prefix in property and ext types.
33517
33518commit 2fb8b7f8199c35ae0870cb54b40ee28a4e01d479
33519Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
33520Date:   Fri Jan 19 19:14:51 2007 -0500
33521
33522    Split ObjectSIDByLabel into two functions since property labeling now
33523    involves an additional compute_create lookup.
33524
33525commit 0d6d373af95d0004d33b987d14ad7e04dd5d2003
33526Author: Alan Coopersmith <alan.coopersmith@sun.com>
33527Date:   Fri Jan 19 14:52:23 2007 -0800
33528
33529    Update Xserver man page to match commit ed33c7c98ad0c542e9e2dd6caa3f84879c21dd61
33530    
33531        Remove unused -xkbdb and -noloadxkb options. Rename -ar1 and -ar2 to
33532        -ardelay and -arinterval, respectively.
33533
33534commit c279d5fdc53612a90f33fafe9e9c59ced008dd51
33535Merge: 88f248e 14d6a9b
33536Author: Ian Romanick <idr@us.ibm.com>
33537Date:   Fri Jan 19 12:59:54 2007 -0800
33538
33539    Merge branch 'master' of ssh+git://idr@git.freedesktop.org/git/xorg/xserver into pci-rework
33540
33541commit 700fccf863593cbea1691789f1f1cafc08a32fee
33542Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
33543Date:   Fri Jan 19 14:56:38 2007 -0500
33544
33545    Remove the root window context line from the configuration file.
33546    This context will be derived through a type_transition rule instead.
33547
33548commit 3a9791b456f35adb252a9059b19265c6c447f1ba
33549Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
33550Date:   Fri Jan 19 14:53:09 2007 -0500
33551
33552    Policy updates.
33553
33554commit 14d6a9b327381a6bb2dac59c62728e5fd0f0bcfb
33555Author: Michel Dänzer <michel@tungstengraphics.com>
33556Date:   Fri Jan 19 18:30:21 2007 +0100
33557
33558    fbdevhw: Only deal with RGB weight if default visual is True- or DirectColor.
33559
33560commit 27a01e100bff21ac0b70c6d72071d7226fc91264
33561Author: Michel Dänzer <michel@tungstengraphics.com>
33562Date:   Fri Jan 19 18:28:05 2007 +0100
33563
33564    fbdevhw: Consider mode set equal to mode requested if virtual width is larger.
33565
33566commit 65f4690ecb4576f60396fcccff8e5bd5d4b6645f
33567Author: Michel Dänzer <michel@tungstengraphics.com>
33568Date:   Fri Jan 19 17:54:03 2007 +0100
33569
33570    __glXDRIscreenProbe: Use drmOpen/CloseOnce.
33571    
33572    Fixes https://bugs.freedesktop.org/show_bug.cgi?id=9275 . Based on patch from
33573    Alan Swanson.
33574
33575commit 8b3a591cd39f2d51209dc71b641cac79663e1b16
33576Author: Alan Coopersmith <alan.coopersmith@sun.com>
33577Date:   Thu Jan 18 16:03:30 2007 -0800
33578
33579    Update pci.ids to 2007-01-18 snapshot
33580    
33581    (includes a whole bunch of ATI device id updates)
33582
33583commit 0f0c321adf2850b3d7aafe281362bfe424cb0ca1
33584Author: Alan Coopersmith <alan.coopersmith@sun.com>
33585Date:   Thu Jan 18 15:31:53 2007 -0800
33586
33587    Make xf1bpp build correctly with compilers that don't support -include
33588
33589commit a811e92104028ae60ba69f73e32ee1e0533b088c
33590Author: Eric Anholt <eric@anholt.net>
33591Date:   Thu Jan 18 14:28:01 2007 -0800
33592
33593    Account for CRTC rotation in the cursor containment code.
33594
33595commit df147c10ce597c56c16cbca552e8a3e3ecb3cdaa
33596Author: Alan Coopersmith <alan.coopersmith@sun.com>
33597Date:   Wed Jan 17 16:47:07 2007 -0800
33598
33599    Xserver man page: remove bc, add -wr
33600
33601commit 2dfd1aab244a2c8da3b62b522b9a8434e474af17
33602Author: Alan Coopersmith <alan.coopersmith@sun.com>
33603Date:   Wed Jan 17 14:39:28 2007 -0800
33604
33605    Always include compiler.h in cfbmskbits.h instead of checking #ifdef XFREE86
33606
33607commit 42a48786acf54f83167de4f561526986d4e27033
33608Author: Eric Anholt <eric@anholt.net>
33609Date:   Wed Jan 17 14:34:42 2007 -0800
33610
33611    Add a setter for randr_crtc->rotations.
33612
33613commit 88f248e67143175532cbafd6faf8fc6df97c7894
33614Author: Ian Romanick <idr@us.ibm.com>
33615Date:   Wed Jan 17 14:04:43 2007 -0800
33616
33617    Replace PciBusId with 'struct pci_device *'
33618    
33619    There's no need to store the slot information for a PCI device as its
33620    ID.  Instead, skip the middle man and just store a pointer to the
33621    pci_device structure.
33622
33623commit 0361611080267727f570e17f2212aaa890223f6e
33624Author: Ian Romanick <idr@us.ibm.com>
33625Date:   Wed Jan 17 13:06:04 2007 -0800
33626
33627    Convert xf86IsolateDevice to a 'struct pci_slot_match'.
33628    
33629    This change was accidentally not committed on the previous commit.
33630
33631commit c1808f148405a28256e0480d6f8714691b0e964e
33632Author: Ian Romanick <idr@us.ibm.com>
33633Date:   Wed Jan 17 13:02:27 2007 -0800
33634
33635    Convert xf86IsolateDevice to a 'struct pci_slot_match'.
33636
33637commit d2f8c42c48ecc398d224d9e3b280a66042e68664
33638Author: Ian Romanick <idr@us.ibm.com>
33639Date:   Wed Jan 17 12:59:17 2007 -0800
33640
33641    Convert xf86FindPrimaryDevice to use a static buffer and snprintf.
33642    
33643    Rather than allocate a 9 byte buffer on each invocation, use a static
33644    16 byte buffer.  Use snprintf for safety.  This commit should probably
33645    be cherry-picked to the trunk.
33646
33647commit 28976bebec8b6475d0703f8356edd116e25d40b2
33648Author: Ian Romanick <idr@us.ibm.com>
33649Date:   Wed Jan 17 12:15:09 2007 -0800
33650
33651    Eliminate unused fields in pciAccRec.
33652
33653commit f36a447d20c0a89b78c5899eeb303cab568ebac6
33654Author: Ian Romanick <idr@us.ibm.com>
33655Date:   Tue Jan 16 14:49:19 2007 -0800
33656
33657    Eliminate use of Tag field.
33658    
33659    The Tag field was removed from the int10 structures in commit
33660    ca9c41e09ddb72d150d86f5d372eb07eeca7c1a2.  This file was over looked.
33661
33662commit cde17015dff1ced2aabb8b76c08f9110237821a5
33663Author: Eric Anholt <eric@anholt.net>
33664Date:   Tue Jan 16 13:01:03 2007 -0800
33665
33666    When changing a non-pending property, call the screen rrOutputSetProperty hook.
33667
33668commit e3add7c8ecbb2a0a662860f208f6ae7d1857c717
33669Author: Eric Anholt <eric@anholt.net>
33670Date:   Tue Jan 16 12:59:34 2007 -0800
33671
33672    Don't forget to add the property we configure to the properties list.
33673
33674commit 780b55ec6f97864b50f00170b201e93eba188f1b
33675Author: Ian Romanick <idr@us.ibm.com>
33676Date:   Mon Jan 15 15:30:16 2007 -0800
33677
33678    Fix accidental commit (bug) in linuxOpenLegacy.
33679
33680commit 31bd8d150749c548eb70404395b4a52d46412f43
33681Author: Ian Romanick <idr@us.ibm.com>
33682Date:   Mon Jan 15 15:19:30 2007 -0800
33683
33684    Fix domain insanity.
33685    
33686    Eliminate xf86GetPciDomain.  The domain from libpciaccess is the
33687    domain.  Period.  This means that 0 is a valid domain.  Make sure that
33688    INCLUDE_XF86_NO_DOMAIN is *not* set.  Always run in "domain mode,"
33689    even if the only domain possible is 0.
33690
33691commit 079a6a55a516778871a8b2f8e9c8dd9162105a76
33692Author: Ian Romanick <idr@us.ibm.com>
33693Date:   Mon Jan 15 11:39:24 2007 -0800
33694
33695    Convert to new pci_device_cfg_write_u* interface.
33696
33697commit d8bd0c41de11d12976a5ea9f185b7ac6c7060b71
33698Author: Ian Romanick <idr@us.ibm.com>
33699Date:   Mon Jan 15 11:38:22 2007 -0800
33700
33701    Convert to new pci_device_cfg_write_u* interface.
33702
33703commit a87af8218f97da76433a5192d5e51aca0d5c3ed0
33704Author: Ian Romanick <idr@us.ibm.com>
33705Date:   Mon Jan 15 11:21:37 2007 -0800
33706
33707    Remove unnecessary files from the sources list.
33708
33709commit 1c326bf75fc0d2c39507834d159d031291eddac4
33710Author: Ian Romanick <idr@us.ibm.com>
33711Date:   Fri Jan 12 12:07:19 2007 -0800
33712
33713    Eliminate unused INCLUDE_XF86_MAP_PCI_MEM define.
33714
33715commit 3936caa00535d0b7543be5a4b315562111a6b3ab
33716Author: Ian Romanick <idr@us.ibm.com>
33717Date:   Fri Jan 12 10:59:35 2007 -0800
33718
33719    Refactor pciTagConvertRange2Host and pciConvertRange2Host.
33720
33721commit 1a493509e30412a0f6c6f8f8e47a446678dbbc1a
33722Author: Ian Romanick <idr@us.ibm.com>
33723Date:   Fri Jan 12 10:58:59 2007 -0800
33724
33725    Fix typos in conditionally compiled code.
33726
33727commit 8279444a54f38c5e2e5d4c2d936a10d74990e0be
33728Author: Ian Romanick <idr@us.ibm.com>
33729Date:   Fri Jan 12 10:41:03 2007 -0800
33730
33731    Eliminate unused pciAddrHostToBus infrastructure.
33732
33733commit e32fa10a04a15ce1b15c6faa7a64e68ee3906d59
33734Author: Ian Romanick <idr@us.ibm.com>
33735Date:   Fri Jan 12 10:33:17 2007 -0800
33736
33737    Remove prototype for pciGetBaseSize.
33738
33739commit 7411f5c389db73a6731d853d603029b8cf0a66ba
33740Author: Ian Romanick <idr@us.ibm.com>
33741Date:   Fri Jan 12 10:32:04 2007 -0800
33742
33743    Eliminate pciHostAddrToBusAddr from interface.
33744    
33745    pciHostAddrToBusAddr is no longer used anywhere in the tree.  Remove
33746    it with extreme prejudice.
33747
33748commit 60c5e023e8ddaae8e011f80736e7cc3e8c12583d
33749Author: Ian Romanick <idr@us.ibm.com>
33750Date:   Fri Jan 12 10:24:03 2007 -0800
33751
33752    Eliminate some dead code.
33753
33754commit dd12a94885bad9c9d064dcf7e0d9a7a7114ae3e6
33755Author: Ian Romanick <idr@us.ibm.com>
33756Date:   Fri Jan 12 10:21:25 2007 -0800
33757
33758    Eliminate xf86GetPciEntity from public interface.
33759    
33760    xf86GetPciEntity was folded into the only place (xf86CheckPciSlot) in
33761    the tree that still called it.
33762
33763commit c3016a29964761478305cf2f5241c563ff3eab0a
33764Author: Ian Romanick <idr@us.ibm.com>
33765Date:   Fri Jan 12 09:56:00 2007 -0800
33766
33767    Missed file from previous commit.
33768    
33769    Convert xf86ReadLegacyVideoBIOS to take a 'struct pci_device *'
33770    parameter instead of a PCITAG.
33771
33772commit ca9c41e09ddb72d150d86f5d372eb07eeca7c1a2
33773Author: Ian Romanick <idr@us.ibm.com>
33774Date:   Thu Jan 11 21:09:20 2007 -0800
33775
33776    Convert int10 and vgaHW to use 'struct pci_device' instead of PCITAG.
33777    
33778    Convert all uses of PCITAG in int10 and vgaHW to 'struct pci_device'.
33779    This allows the conversion of xf86ReadLegacyVideoBIOS and
33780    xf86MapDomainMemory to 'struct pci_device' from PCITAG.
33781
33782commit ba547d4f6a2707f51f0d826389d2d418fb62367a
33783Author: Peter Hutterer <peter@cs.unisa.edu.au>
33784Date:   Fri Jan 12 14:42:02 2007 +1030
33785
33786    mi:     Quick fix to stop segfault on non-core keyboards.
33787
33788commit 5e2f8dee6331645fcbd2734c43698eb4f9c5b116
33789Author: Peter Hutterer <peter@cs.unisa.edu.au>
33790Date:   Thu Jan 11 14:05:39 2007 +1030
33791
33792    mi:	remove core pointer special handling. No event has core pointer as
33793    	device now.
33794    
33795    dix:    zero pSprite memory, stop segfaults on server restart.
33796
33797commit 7fccec91c46baac4f8d2965180dc535b4eb7d65c
33798Author: Eric Anholt <eric@anholt.net>
33799Date:   Wed Jan 10 13:10:43 2007 -0800
33800
33801    Bug #9555: Always define _GNU_SOURCE in glibc environments.
33802    
33803    This keeps us from having to define _POSIX_C_SOURCE, _BSD_SOURCE, and
33804    _XOPEN_SORUCE to get the C environment we want in different places.  It also
33805    fixes the build on linux due to RTLD_DEFAULT having not been defined.
33806
33807commit 78f9592c112d4245f6119b98c244bbb4cae3e5aa
33808Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
33809Date:   Wed Jan 10 16:04:20 2007 +0000
33810
33811    lnx_ev56.c has to be built with -mcpu=ev56. Fix it.
33812
33813commit ea82333dc1799a7e013205adbc89874bc8d273cb
33814Author: Peter Hutterer <peter@cs.unisa.edu.au>
33815Date:   Wed Jan 10 14:52:13 2007 +1030
33816
33817    Xi:     add missing call for SProcXChangeDeviceCursor
33818    	add DeviceEnterNotify and DeviceLeaveNotify
33819    	fix: QueryDevicePointer crashed if called with keyboard device
33820
33821commit 6a2fb2928714ce77ee342cdc23a1178e5e766cf2
33822Author: Eric Anholt <eric@anholt.net>
33823Date:   Tue Jan 9 16:34:40 2007 -0800
33824
33825    Track rename of DamagePost -> DamageAdd.
33826
33827commit da09964a931cc64d05ab571bf545fdad35a6d395
33828Merge: e1f73d2 e3aa6ad
33829Author: Ian Romanick <idr@us.ibm.com>
33830Date:   Tue Jan 9 15:27:34 2007 -0800
33831
33832    Merge branch 'origin' into pci-rework
33833    
33834    Conflicts:
33835    
33836    	hw/xfree86/int10/generic.c
33837
33838commit e3aa6ad201eb20862c11c000e76206e317a96dc9
33839Author: Matthieu Herrb <matthieu@blues.laas.fr>
33840Date:   Tue Jan 9 14:14:19 2007 +0100
33841
33842    Multiple integer overflows in dbe and render extensions
33843    CVE IDs: CVE-2006-6101 CVE-2006-6102 CVE-2006-6103
33844
33845commit 359d20532bdcef6a540a551578d000afbb609c2d
33846Author: Michel Dänzer <michel@tungstengraphics.com>
33847Date:   Tue Jan 9 09:53:45 2007 +0100
33848
33849    Require glproto >= 1.4.8 for GLX.
33850    
33851    It builds against 1.4.7 as well, but it hardcodes the GLX_EXT_tfp tokens that
33852    were finalized in 1.4.8, so GLX_EXT_tfp breaks if the client side was built
33853    against an older glproto. This will hopefully alert people to rebuild other
33854    components (in particular Mesa) against the new glproto as well.
33855
33856commit 88740c4855babedbea420b5e1b35ae105d1f1026
33857Author: Alan Coopersmith <alan.coopersmith@sun.com>
33858Date:   Mon Jan 8 17:36:07 2007 -0800
33859
33860    Use PKG_CHECK_EXISTS(libdrm) to determine if DRI should be enabled on Solaris
33861
33862commit 282a4dcaabc5f0cd6f7d3819aa648333b93b265e
33863Author: Michel Dänzer <michel@tungstengraphics.com>
33864Date:   Mon Jan 8 19:22:41 2007 +0100
33865
33866    Attempt to fix drawable type checks in dixLookupDrawable().
33867    
33868    Not sure this is 100% correct either, but it fixes at least one reproducible
33869    crasher where it returned a pixmap to dixLookupWindow().
33870
33871commit a7ab7932938820a795bb6fb8e0444e0824433b99
33872Author: Peter Hutterer <peter@cs.unisa.edu.au>
33873Date:   Mon Jan 8 17:31:16 2007 +1030
33874
33875    xfree86:  fix XI86_SHARED_POINTER flag setting
33876
33877commit 95e1a88050dde61e9b2407428042a43e47b46e18
33878Author: Peter Hutterer <peter@cs.unisa.edu.au>
33879Date:   Mon Jan 8 12:31:18 2007 +1030
33880
33881    Xi:     Adding ChangeDeviceCursor request
33882
33883commit 0b73a7eb17fd848c6bdc6a65ba835aa2cbfc3cfd
33884Author: Eric Anholt <eric@anholt.net>
33885Date:   Fri Jan 5 18:12:04 2007 -0800
33886
33887    Add support for the DamagePost (XDamage 1.1) request.
33888    
33889    This makes damageproto >= 1.1 a requirement to build.
33890
33891commit dfb2c10413e22afd8d486a982870f874326d5ef4
33892Author: Ian Romanick <idr@us.ibm.com>
33893Date:   Fri Jan 5 10:15:09 2007 -0800
33894
33895    Add missing #else from previous commits.
33896
33897commit f90c3e226b105bf77beb94723fc08bdff14834be
33898Author: Ian Romanick <idr@us.ibm.com>
33899Date:   Thu Jan 4 15:38:16 2007 -0800
33900
33901    Re-regenerate from Mesa scripts.
33902    
33903    DO NOT HAND EDIT THESE FILES!  For cryin' out loud, there's even a
33904    comment to that effect in the file's header...
33905
33906commit b7ca5d14ce7ba410b0dab5c2289f6d7b75e763df
33907Author: Ian Romanick <idr@us.ibm.com>
33908Date:   Thu Jan 4 15:37:33 2007 -0800
33909
33910    Incorporate new byte-order related configure changes.
33911
33912commit 8dd5771a1b91c331860b667fb18e484452000aad
33913Merge: 45aa26c 7d2ec92
33914Author: Ian Romanick <idr@us.ibm.com>
33915Date:   Thu Jan 4 15:01:38 2007 -0800
33916
33917    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver
33918    
33919    Conflicts:
33920    
33921    	GL/glx/indirect_dispatch_swap.c
33922    	GL/glx/swap_interval.c
33923
33924commit 45aa26ccb4f61c2919ce2475d0907c6e1b177da2
33925Author: Ian Romanick <idr@us.ibm.com>
33926Date:   Thu Jan 4 14:55:51 2007 -0800
33927
33928    Regenerate from Mesa scripts.
33929    
33930    Regenerate source files from Mesa scripts.  This causes the generated
33931    files to use glxbyteorder.h.
33932
33933commit 6d603bb47ff9d238637adbf30c6e9697e6e7e6fa
33934Author: Ian Romanick <idr@us.ibm.com>
33935Date:   Thu Jan 4 14:49:26 2007 -0800
33936
33937    Add new header file containing byte-order wrappers.
33938    
33939    Move the byte-order related wrappers out of the individual source
33940    files into a dedicated header file.  Modify the single hand-coded
33941    source file that uses the byte-order wrappers to use the new header
33942    file.
33943
33944commit 7d2ec92170ebbdfa10a05734cb7cfaac97d19d65
33945Author: Eric Anholt <eric@anholt.net>
33946Date:   Thu Jan 4 12:24:48 2007 -0800
33947
33948    Keep track of how many visuals we set up for GLcore, to avoid an invalid free.
33949    
33950    The proper fix would involve actually setting up the ARGB visual for GLcore,
33951    but I just want the server to not crash at exit.
33952
33953commit aab2ca204279b638c7e5bb6b8427c58be9704c57
33954Author: Eric Anholt <eric@anholt.net>
33955Date:   Thu Dec 21 09:16:19 2006 -0800
33956
33957    Try dlsym(RTLD_DEFAULT) first when finding symbols.
33958    
33959    The previous mechanism failed when finding drm symbols now that libdrm has
33960    moved to being linked by libdri instead of being linked into the server.
33961
33962commit 2fd4626fa6969b84d8e2f9db16d6e2d44c4bc499
33963Author: Alan Coopersmith <alan.coopersmith@sun.com>
33964Date:   Wed Jan 3 15:44:55 2007 -0800
33965
33966    Make GLX byteswap macros more portable
33967    
33968    - Use autoconf tests instead of platform-specific #ifdef's to decide
33969      which macros to use.
33970    - Provide fallbacks for platforms like Solaris that don't provide any
33971      of the existing known forms.
33972
33973commit 66fa87292ef26bd0f464481287f3af992cd5741c
33974Author: Aaron Plattner <aplattner@nvidia.com>
33975Date:   Wed Jan 3 10:27:07 2007 -0800
33976
33977    Fix BSF and BSR instructions in the x86 emulator.
33978    
33979    Patch courtesy of Michael Yaroslavtsev.
33980
33981commit 3b5b7ef5c2ab1d196806f6359e0972fd78d204dd
33982Author: Fredrik Höglund <fredrik@kde.org>
33983Date:   Wed Jan 3 21:05:35 2007 +0100
33984
33985    Move the code for resetting the DPMS mode in response to input events,
33986    from WaitForSomething to mieqProcessInputEvents.
33987    
33988    mieqProcessInputEvents already handles resetting the screen saver.
33989
33990commit 953a9ef949b4c57d28daeec57031fe1ce368c27c
33991Author: Keith Packard <keithp@guitar.keithp.com>
33992Date:   Thu Dec 21 23:50:39 2006 -0800
33993
33994    Track physical screen size and send out updates when that changes.
33995    
33996    Events and internal data structures need to be updated whenever the physical
33997    or pixel size of the screen changes. The code was ignoring the physical
33998    size, so changing only that would not be registered anywhere.
33999    (cherry picked from f42e3cea236fa0091ed398a818fc8e17b0e1b3df commit)
34000
34001commit e79602fca2f2cced66136729cdda4d356b0bdda0
34002Author: Keith Packard <keithp@neko.keithp.com>
34003Date:   Sat Dec 30 21:52:22 2006 -0800
34004
34005    Use RRScreenSetSizeRange in 1.0 compat. Check RRGetInfo for error.
34006    
34007    The RRScreenSizeSetRange function is used externally for 1.2 API drivers,
34008    but can also be used in the 1.0 compatibility code. This also ensures that
34009    the right changed bits are set so that clients are correctly notified when
34010    the range changes.
34011    
34012    RRGetInfo can return an error, use that to return BadAlloc to clients
34013    instead of blindly going on with various requests.
34014    (cherry picked from f05dd384d38c76dd9662933a03625dfef5b1c81f commit)
34015
34016commit dc5eb4523298f966bd5fd9ae6672160034b5e82c
34017Author: Michel Dänzer <michel@tungstengraphics.com>
34018Date:   Sun Dec 31 17:59:44 2006 +0100
34019
34020    fbdevhw: Override RGB offsets and masks after setting initial mode.
34021    
34022    This is a hack, but it should be a NOP for all the setups that worked before
34023    and actually seems to fix some others...
34024    
34025    Based on a patch by Peter Teichmann from
34026    http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=338241 .
34027
34028commit d077c0da470ab7291e8d838eaace57b066477d6f
34029Author: Michel Dänzer <michel@tungstengraphics.com>
34030Date:   Sun Dec 31 17:23:31 2006 +0100
34031
34032    fbdevhw: Use displayWidth for fbdev virtual width when appropriate.
34033    
34034    The fbdev API doesn't allow setting the pitch explicitly, so we have to set
34035    the virtual width to the pitch we're using for drawing. This fixes corruption
34036    after changing the virtual width with RandR.
34037
34038commit c385bcf0bde38dd869f7065f859dd4b4126f5690
34039Author: Michel Dänzer <michel@tungstengraphics.com>
34040Date:   Sat Dec 30 16:44:31 2006 +0100
34041
34042    fbdevhw: Fix some issues with the previous commit.
34043    
34044    Fix a TRACE_ENTER typo and only update the internal fbdev mode state cache
34045    after actually setting a mode.
34046
34047commit f6815cb68b0f6698497348fc6e4214dacef33b95
34048Author: Michel Dänzer <michel@tungstengraphics.com>
34049Date:   Sat Dec 30 10:18:28 2006 +0100
34050
34051    fbdevhw: Consolidate modeset ioctl calling, report failure if it modifies mode.
34052    
34053    The fbdev API allows the driver to 'accept' modes it doesn't really support by
34054    modifying it to the nearest supported mode. Without this check, e.g. vesafb
34055    would appear to accept all modes, even though it actually can't set any modes
34056    other than the bootup mode at all.
34057
34058commit 083b790515faaf134a78abc4b0a7ef0d6ea5db75
34059Author: Eric Anholt <eric@anholt.net>
34060Date:   Thu Dec 28 13:21:25 2006 -0800
34061
34062    Switch the default migration heuristic for EXA to "always".
34063    
34064    This has been what has been used the most successfully post-damagetrack.
34065    The current thinking is that:
34066    1) We should be able to accelerate basically everything.  So we don't need to
34067       try to migrate trees of pixmaps permanently out of framebuffer to speed
34068       CPU drawing up.
34069    2) Migration is cheaper in the thrashing case, so we don't want to go to a lot
34070       of effort to try (and fail badly) to find a working set.
34071
34072commit cfbc7379f0232bb336461f6d2a8496d3d0763e7e
34073Author: Eric Anholt <eric@anholt.net>
34074Date:   Thu Dec 28 13:15:11 2006 -0800
34075
34076    Export exaMove{In,Out}Pixmap().
34077
34078commit 683ca3f7afaf15fd3ca7918f6175b5a9e4a6f05b
34079Merge: 05f9150 9563b2e
34080Author: Eric Anholt <eric@anholt.net>
34081Date:   Wed Dec 27 16:11:31 2006 -0800
34082
34083    Merge branch 'exa-damagetrack'
34084
34085commit 05f915050cad72d4fb39cbb886be57beeac18749
34086Author: Peter Hutterer <peter@cs.unisa.edu.au>
34087Date:   Wed Dec 27 16:38:06 2006 +0000
34088
34089    dix/events: take screen number, not pointer, in PostSyntheticMotion
34090    Since we were using PostSyntheticMotion incorrectly anyway, update the
34091    declared API to match.
34092
34093commit c1674660a7115ebf993dcde78f4e45f756e4c951
34094Author: Daniel Stone <daniel@fooishbar.org>
34095Date:   Sun Dec 24 06:28:44 2006 +0200
34096
34097    os: test for userland, not kernel
34098    
34099    It doesn't matter which kernel we're running on, the relevant part when
34100    dealing with includes is what our userland is.
34101
34102commit 83080809f9a1c1d24b0318e54632f25f5940da25
34103Author: Marc Aurele La France <tsi@ualberta.ca>
34104Date:   Sun Dec 24 06:28:21 2006 +0200
34105
34106    xfree86: deal with pitch that isn't a multiple of the granularity
34107    
34108    When the pitch isn't a multiple of the granularity, allocate more space to
34109    compensate.
34110
34111commit 329f6417275bb1201ba66c29b202028eeab3a355
34112Author: Daniel Stone <daniel@fooishbar.org>
34113Date:   Sat Dec 9 22:51:59 2006 +0200
34114
34115    XkbCopyKeymap: make sure sym_interpret is always valid
34116    
34117    Make sure we're not copying sym_interpret across from an empty source.
34118
34119commit 43a4376bd72ef1b6486cddb60ad57b2d6169292a
34120Merge: 4b1c9ac d9e079d
34121Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
34122Date:   Fri Dec 22 13:53:55 2006 -0500
34123
34124    Merge branch 'master' into my-XACE-SELINUX
34125
34126commit d9e079d2a385203fdd18d958cfc19d759cab4ba8
34127Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
34128Date:   Fri Dec 22 13:07:09 2006 -0500
34129
34130    Zero out client devPrivates on allocation.
34131
34132commit 4b1c9ac3d13767e395b47e76b37f9f3a569e7be1
34133Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
34134Date:   Fri Dec 22 13:04:50 2006 -0500
34135
34136    Policy updates.
34137
34138commit cd71e861830081807e5b93ae89c73c17986c6330
34139Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
34140Date:   Wed Dec 20 13:45:24 2006 -0500
34141
34142    Naming change: Security*Access -> Dix*Access.
34143    Clarify some error message strings.
34144
34145commit 9fd2f167ec02ee170b87f02ddca89eba0b2e2389
34146Author: Peter Hutterer <peter@cs.unisa.edu.au>
34147Date:   Wed Dec 20 16:30:36 2006 +1030
34148
34149    xfree86: fix xf86ProcessCommonOptions() core and shared pointer assignment
34150    
34151    TAG: mpx-0.3.0
34152
34153commit 056c919d849a78c8d507bfcecfa74c0b0165751a
34154Author: Peter Hutterer <peter@cs.unisa.edu.au>
34155Date:   Wed Dec 20 14:49:17 2006 +1030
34156
34157    removing MPX extension files
34158
34159commit b55e1239ac3b2962a33d8af1f911cc0f01f40f23
34160Author: Peter Hutterer <peter@cs.unisa.edu.au>
34161Date:   Wed Dec 20 14:43:38 2006 +1030
34162
34163    xfree86:  fix xf86ActivateDevice(): only set to MP device if not a keyboard
34164
34165commit 202b46eb6bf0d5f94973c2bf1e4ebe9d154eadbf
34166Author: Peter Hutterer <peter@cs.unisa.edu.au>
34167Date:   Wed Dec 20 13:05:53 2006 +1030
34168
34169    xfree86: Changing "IsMPDevice" to "SharedPointer" option. Devices will default
34170    	 to MP devices.
34171    
34172    Xi:	Adding QueryDevicePointer request/reply
34173    	Adding WarpDevicePointer request/reply
34174
34175commit e437f357b6850a6c87ca6696870b3abd40e5b8ed
34176Author: Alan Coopersmith <alan.coopersmith@sun.com>
34177Date:   Tue Dec 19 16:38:34 2006 -0800
34178
34179    xorg.conf man page should say "XFree86-DGA", not "Xorg-DGA"
34180
34181commit a81dbaae0597492f0245080c6f5af7158e05e2d0
34182Merge: fb6d676 d442998
34183Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
34184Date:   Tue Dec 19 16:11:19 2006 -0500
34185
34186    Merge branch 'master' into my-XACE-SELINUX
34187
34188commit d442998e39611be6805ea261f2286a2fd00f49b1
34189Author: Eric Anholt <eric@anholt.net>
34190Date:   Fri Dec 8 13:35:36 2006 -0800
34191
34192    Only do the _POSIX_C_SOURCE hackery on linux where it's required.
34193    
34194    On other OSes, the nasty hack was resulting in prototypes being hidden, so just
34195    don't do it.
34196
34197commit 228b9f77696190e47d4c96d6e0809bf645751557
34198Author: Eric Anholt <eric@anholt.net>
34199Date:   Fri Dec 8 13:32:22 2006 -0800
34200
34201    Include sys/select.h to get FD_ISSET.
34202
34203commit 9563b2eea2f61246b6a9e14e00c701f693efa4e1
34204Author: Michel Dänzer <michel@tungstengraphics.com>
34205Date:   Tue Dec 19 18:57:22 2006 +0100
34206
34207    EXA: Lots of damage tracking fixes.
34208    
34209    Mostly due to exaDrawableDirty() now calculating the backing pixmap coordinates
34210    internally, for cases where they aren't trivially known. There's a new
34211    exaPixmapDirty() function for the other cases.
34212
34213commit 467c00cf450826e0bf06fe94470ec193af625d68
34214Author: George Sapountzis <gsap7@yahoo.gr>
34215Date:   Tue Dec 19 18:45:25 2006 +0100
34216
34217    exaGlyphs: mark dirty for software path also.
34218    
34219    This affects drivers with no UploadToScreen or UploadToScreen failures.
34220
34221commit 4334860e69e7d5b156082bd05c7a86708e5bad4c
34222Merge: 7e47176 fdcc22c
34223Author: Michel Dänzer <michel@tungstengraphics.com>
34224Date:   Tue Dec 19 16:29:26 2006 +0100
34225
34226    Merge branch 'master' into exa-damagetrack
34227    
34228    Conflicts:
34229    
34230    	exa/exa_accel.c
34231    	exa/exa_migration.c
34232
34233commit fdcc22ca1704d3519156c66804528c21b04fea65
34234Author: Michel Dänzer <michel@tungstengraphics.com>
34235Date:   Tue Dec 19 16:11:17 2006 +0100
34236
34237    exaCopyNtoN: Fix usage of 'dx' and 'dy' instead of 'reverse' and 'upsidedown'.
34238
34239commit 67c2a86e59e915d9a5681e9d233478cfea3e51ed
34240Author: Michel Dänzer <michel@tungstengraphics.com>
34241Date:   Tue Dec 19 15:44:18 2006 +0100
34242
34243    EXA: Compare backing pixmaps instead of drawables against driver limits.
34244    
34245    The driver operations are always contained within the backing pixmaps, it
34246    doesn't matter if the drawables are bigger.
34247
34248commit 6b1e354dbb6e8ed9f2c654bbe7f8bbf241843d1c
34249Author: Eric Anholt <eric@anholt.net>
34250Date:   Tue Dec 19 15:24:19 2006 +0100
34251
34252    EXA: Disable SHM pixmaps.
34253    
34254    See https://bugs.freedesktop.org/show_bug.cgi?id=6772 .
34255
34256commit ca5ebe3971d8ebcfed00c5ebcd026cdd0ce0c6ba
34257Merge: 4d07b50 1b029fd
34258Author: Peter Hutterer <peter@cs.unisa.edu.au>
34259Date:   Tue Dec 19 10:51:01 2006 +1030
34260
34261    Merge branch 'master' of git://anongit.freedesktop.org/git/xorg/xserver
34262
34263commit 2d0a63126b3d3a17005b7e122617ee0c5f44a55b
34264Merge: d8b5394 1b029fd
34265Author: Peter Hutterer <peter@cs.unisa.edu.au>
34266Date:   Tue Dec 19 10:31:40 2006 +1030
34267
34268    Merge branch 'master' of git://anongit.freedesktop.org/git/xorg/xserver
34269
34270commit 1b029fd896b76096905c516925ce0214fe14632c
34271Author: Alan Coopersmith <alan.coopersmith@sun.com>
34272Date:   Mon Dec 18 14:51:04 2006 -0800
34273
34274    Xorg & Xserver man page updates for 1.2 release
34275    
34276    - Added -extension & +extension to Xserver man page
34277    - Changed Xorg synopsis from X11R6 to X11R7
34278    - Clarified Xorg ancestry description
34279    - Moved Solaris to free/Open Source OS list
34280    - Removed references to MetroLink module loader & getconfig
34281    - Converted (1) to (__appmansuffix__) in a few more places
34282    - Replaced http://www.freedesktop.org/cvs/ with http://gitweb.freedesktop.org/
34283
34284commit d8b5394eda9d92b7193004931caa6c24a337b2e6
34285Author: Peter Hutterer <peter@cs.unisa.edu.au>
34286Date:   Mon Dec 18 17:35:34 2006 +1030
34287
34288    Cleaning up ifdef MPX from remaining files, removing it from configure.ac.
34289    Removing building mpx extension from Makefile.am
34290
34291commit 03c554283e49e449fd1282cf32564d15d9fd2c77
34292Author: Peter Hutterer <peter@cs.unisa.edu.au>
34293Date:   Mon Dec 18 15:33:54 2006 +1030
34294
34295    mi:     removing MPX ifdefs
34296    	global sprite renaming in mipointer and misprite
34297    	fixed: multiple remove cursor call in miSpriteInstallColormap
34298    	fixed: wrong core pointer usage in miSpriteStoreColors
34299    
34300    dix:    bugfix in CheckCursorConfinement
34301    	removing MPX ifdefs
34302    	removing MPX event generation (using Xi solely now)
34303    	bugfix GrabDevice: uninitialized field in grab struct caused segfault
34304    
34305    xfree86: removing MPX fdefs
34306    
34307    Xi:     removing MPX protocol events
34308
34309commit a5fcf1e5e7452c9be82f63b6c2be2a25c4109523
34310Author: James Steven Supancic III <arrummzen@arrummzen.net>
34311Date:   Sat Dec 16 12:02:38 2006 -0500
34312
34313    Fix RENDER issues (bug #7555) and implement RENDER add/remove screen
34314    support (bug #8485).
34315
34316commit c92f7bef54fa737766d65fe32c200f405f39228c
34317Author: Kevin E Martin <kem@freedesktop.org>
34318Date:   Sat Dec 16 12:01:49 2006 -0500
34319
34320    For Xvfb, Xnest and Xprt, compile fbcmap.c with -DXFree86Server
34321
34322commit 012807356883128fde58bb2d4f91dd356d6418fc
34323Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
34324Date:   Fri Dec 15 18:27:16 2006 -0500
34325
34326    Add loud warnings to deprecated lookup functions.
34327    Hopefully this will alert external driver maintainers.
34328
34329commit ab1d5b0c31a1cfce95ab6b1d06f209f2c44e19ac
34330Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
34331Date:   Fri Dec 15 17:26:58 2006 -0500
34332
34333    Convert callers of LookupClient() to dixLookupClient().
34334
34335commit f11dafaafc68f5cff1a1538d9566907786d8ab72
34336Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
34337Date:   Fri Dec 15 16:51:58 2006 -0500
34338
34339    Convert callers of SecurityLookupDrawable() to dixLookupDrawable().
34340
34341commit 10aabb729d1586db344f9c1abdf1cf45e7ddaa7a
34342Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
34343Date:   Fri Dec 15 16:36:29 2006 -0500
34344
34345    Convert callers of LookupDrawable() to dixLookupDrawable().
34346
34347commit 25d5e0a629f82d95bd71daf9a920a70e095b5188
34348Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
34349Date:   Fri Dec 15 15:50:46 2006 -0500
34350
34351    Convert callers of SecurityLookupWindow() to dixLookupWindow().
34352
34353commit 04c721854fbf1bd6379c165a53fab2bdc09961c0
34354Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
34355Date:   Fri Dec 15 14:11:40 2006 -0500
34356
34357    Convert callers of LookupWindow() to dixLookupWindow().
34358
34359commit 670bbb87310503fcc17203cecfa6f4f2f5db51d2
34360Author: Keith Packard <keithp@neko.keithp.com>
34361Date:   Wed Dec 13 01:21:32 2006 -0800
34362
34363    RandR 1.2 rotation code must adjust width/height.
34364    
34365    Mode lines reflect the monitor mode, not the projected size into the frame
34366    buffer. Flip width/height around so that the dimensions are oriented
34367    correctly.
34368    (cherry picked from 612a8e61803da8db0e305cbb093696b8e4284572 commit)
34369
34370commit 6c6901434ab469dd03b79fc98cd4a2b64d339305
34371Author: Keith Packard <keithp@mandolin.keithp.com>
34372Date:   Wed Dec 13 00:58:54 2006 -0800
34373
34374    RandR 1.0 refresh rates unscrambled. SetScreenConfig uses RRCrtcSet right.
34375    
34376    RandR 1.0 refresh rates were scrambled when working with a 1.2 driver that
34377    returned sizes in a mixed order. SetScreenConfig was treating RRCrtcSet as
34378    returning an RandR status instead of a Bool.
34379    (cherry picked from 6dc711833d7387372012fdff1ce1df3aefa2d234 commit)
34380
34381commit 628c7daeb12713d28e85e6b49fa037a7748dff83
34382Author: Keith Packard <keithp@guitar.keithp.com>
34383Date:   Tue Dec 12 22:59:03 2006 -0800
34384
34385    RandR: config time updates when hardware config changes.
34386    
34387    The config time in the RandR protocol reflects when the hardware state has
34388    changed. It was getting changed anytime the driver changed the usage
34389    of the hardware as well.
34390    (cherry picked from 98d18a6578130adb411ca4bcc776fcb7e07f189f commit)
34391
34392commit d742025f435f3eb7458cf8284d59300bc9a850aa
34393Author: Keith Packard <keithp@guitar.keithp.com>
34394Date:   Tue Dec 12 20:16:49 2006 -0800
34395
34396    RandR mode list needs both output and crtc modes.
34397    
34398    When an output no longer reports the current mode, it must still be included
34399    in the list advertised by the X server. Walk the crtcs to ensure it is
34400    included.
34401    (cherry picked from 78689d0d6630afcbcd3ce5394d12c2564a489f45 commit)
34402
34403commit 9e32bf98bc9ab17a137664d01f59a8f426f7ff3b
34404Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
34405Date:   Thu Dec 14 19:31:58 2006 -0500
34406
34407    Remove now-unused macro definitions from dix.h.
34408
34409commit 00f0705b3bb444ac934fc902cd23130f1777eab2
34410Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
34411Date:   Thu Dec 14 19:15:21 2006 -0500
34412
34413    Remove instances of macros SECURITY_VERIFY_GEOMETRABLE and SECURITY_VERIFY_GC.
34414
34415commit 5e334f06a1ef89891f9df2a371e4662340bec26b
34416Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
34417Date:   Thu Dec 14 18:27:09 2006 -0500
34418
34419    Remove instances of macros VERIFY_GEOMETRABLE and VERIFY_GC.
34420
34421commit 51b69ff499c05f59cb1e577c4e8abf6f7f283b3e
34422Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
34423Date:   Thu Dec 14 17:53:43 2006 -0500
34424
34425    Remove instances of macro SECURITY_VERIFY_DRAWABLE.
34426
34427commit 0cf75e74322e2b6a6efc7acf892e04365fde503b
34428Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
34429Date:   Thu Dec 14 17:27:12 2006 -0500
34430
34431    Remove instances of macros LOOKUP_DRAWABLE and VERIFY_DRAWABLE.
34432
34433commit ab1886df73b73360fa3bd7ce8e01affc074cbc8d
34434Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
34435Date:   Thu Dec 14 15:42:19 2006 -0500
34436
34437    Add new, combined dix lookup functions (tweak).
34438
34439commit 60cdc592fe042c03ceb5d4c3344acfbbf5d8ae28
34440Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
34441Date:   Thu Dec 14 14:46:03 2006 -0500
34442
34443    Add new, combined dix lookup functions.
34444
34445commit 6c46645cfc1afda8aeabfe0ed4d9342673b702f1
34446Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
34447Date:   Thu Dec 14 14:45:42 2006 -0500
34448
34449    Naming change: Security*Access -> Dix*Access
34450
34451commit a96788058e48f3e97c66da6dafd58828f0c2ce53
34452Author: Peter Hutterer <peter@cs.unisa.edu.au>
34453Date:   Thu Dec 14 10:50:18 2006 +1030
34454
34455    mi:     removing MPX ifdefs
34456    	global sprite renaming in mipointer and misprite
34457    	fixed: multiple remove cursor call in miSpriteInstallColormap
34458    	fixed: wrong core pointer usage in miSpriteStoreColors
34459    
34460    dix:    bugfix in CheckCursorConfinement
34461    	removing MPX ifdefs
34462    	removing MPX event generation (using Xi solely now)
34463
34464commit b88ad820fac81d0dfd557a384bf0406e8893e7af
34465Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
34466Date:   Wed Dec 13 12:13:11 2006 +0000
34467
34468    Set Int10Current->Tag for the linux native int10 module
34469    Fixes bug #9296
34470    (cherry picked from 731952c561a3972d09d1315f4fd31466e459ccb9 commit)
34471
34472commit fb6d676de5aa606d943715437a12a68d9a41f386
34473Author: Eamon Walsh <ewalsh@moss-huskies.epoch.ncsc.mil>
34474Date:   Tue Dec 12 16:17:51 2006 -0500
34475
34476    Add xserver object class to list of object classes.
34477
34478commit 7b90944258eba66b61328480759833ad7589bcca
34479Author: Eamon Walsh <ewalsh@moss-huskies.epoch.ncsc.mil>
34480Date:   Tue Dec 12 15:59:38 2006 -0500
34481
34482    Change MLS levels in config file contexts to more sane defaults.
34483
34484commit 568c09481e5d62091d032837171a36f409f39379
34485Author: Eamon Walsh <ewalsh@moss-huskies.epoch.ncsc.mil>
34486Date:   Tue Dec 12 15:59:08 2006 -0500
34487
34488    Split AssignClientState() into two routines, new routine is server-specific.
34489
34490commit 62e7722ebd8d341a23eb56cb330eeb00e6a975a6
34491Merge: e124806 f3c6090
34492Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
34493Date:   Tue Dec 12 13:54:33 2006 -0500
34494
34495    Merge branch 'XACE-SELINUX' into my-XACE-SELINUX
34496
34497commit e124806994675e16ca8e3937388f2cadeb529fc3
34498Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
34499Date:   Tue Dec 12 13:35:22 2006 -0500
34500
34501    Remove trailing whitespace (whitespace police).
34502
34503commit ca77c121075a9de1f47d42f6aaf91c20185231de
34504Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
34505Date:   Tue Dec 12 13:26:52 2006 -0500
34506
34507    Naming change: Security*Operation -> Xace*Operation
34508
34509commit a60da1db7cced28c07960a713eb18deb45beb432
34510Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
34511Date:   Wed Nov 29 22:19:57 2006 -0500
34512
34513    Add required root window context to config file.
34514
34515commit 5719afe6d3a246985709e6f045617c1e16a7da51
34516Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
34517Date:   Thu Oct 26 20:20:57 2006 -0400
34518
34519    Change symbol in libaudit library test.
34520
34521commit 354c80da66af141e8ba6d75fed75a0f482987956
34522Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
34523Date:   Thu Oct 5 16:07:26 2006 -0400
34524
34525    Improve error handling, messages during initialization.
34526
34527commit 3714d9149928754afcd6b2466a1371ca32e17985
34528Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
34529Date:   Wed Oct 4 16:23:35 2006 -0400
34530
34531    Experimental window property holding security context.
34532
34533commit 7f16c38ae2b47b195609d8fedefb7b28f612b2d4
34534Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
34535Date:   Fri Sep 8 15:31:18 2006 -0400
34536
34537    Add SELinux extension configure-time support.
34538
34539commit a7f4bbea87ada1d699bfd9e3b6a98f06191650f6
34540Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
34541Date:   Fri Sep 8 15:17:01 2006 -0400
34542
34543    Add SELinux extension to the module/extension loader.
34544
34545commit 28e80cd65b1207b123c02f895851bb6d207aa3c1
34546Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
34547Date:   Fri Sep 8 15:15:19 2006 -0400
34548
34549    Add SELinux extension configure-time support.
34550
34551commit 83aad2be8a80890f349c2f9caf84786333f7cc8c
34552Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
34553Date:   Fri Sep 8 15:11:04 2006 -0400
34554
34555    Add SELinux extension source files.
34556
34557commit 81281cb298a5825bc7a2e692375a86199293bbbe
34558Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
34559Date:   Tue Dec 12 11:28:24 2006 +0000
34560
34561    Fix bad commit
34562
34563commit 792e0f71c6a435b2e28f8a4cdcc790f3b982e62c
34564Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
34565Date:   Mon Dec 11 14:54:49 2006 +0000
34566
34567    Fix Xming fails to use xkb bug
34568    bug #5049 (Colin Harrison)
34569
34570commit 27d4b84f268ac21601f7f52a7e257f70753396b3
34571Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
34572Date:   Mon Dec 11 14:50:08 2006 +0000
34573
34574    Fix Tooltip from minimized clients
34575    
34576    Bug #3678 (Colin Harrison)
34577
34578commit ae3c24da34cd8eeb77a6389861856fd51e0841f5
34579Author: Peter Hutterer <peter@cs.unisa.edu.au>
34580Date:   Mon Dec 11 18:09:59 2006 +1030
34581
34582    dix:    Moving SpriteRec into DeviceIntRec
34583    	removing global sprite structure
34584    	beginning to remove MPX ifdefs
34585    
34586    xnest:  Fix to make xnest compile again
34587
34588commit fb8364bca30fe9268e807b0a9a3ebf875ee1fce2
34589Author: Adam Jackson <ajax@benzedrine.nwnk.net>
34590Date:   Sun Dec 10 11:24:05 2006 -0500
34591
34592    Accept EDID > 1.3 but < 2.0 if we find it, assume it's compatible.
34593
34594commit e1f73d220873fa091695e46b7fcd008663a95a6f
34595Merge: 27d682f d56249a
34596Author: Ian Romanick <idr@us.ibm.com>
34597Date:   Fri Dec 8 17:24:15 2006 -0800
34598
34599    Merge branch 'master' of ssh+git://idr@git.freedesktop.org/git/xorg/xserver into pci-rework
34600    
34601    Conflicts:
34602    
34603    	hw/xfree86/common/xf86Configure.c
34604    	hw/xfree86/common/xf86Helper.c
34605    	hw/xfree86/common/xf86pciBus.c
34606    	hw/xfree86/int10/helper_exec.c
34607    	hw/xfree86/os-support/bus/Pci.c
34608    	hw/xfree86/os-support/bus/linuxPci.c
34609    	hw/xfree86/os-support/linux/lnx_pci.c
34610    	hw/xfree86/scanpci/Makefile.am
34611    	hw/xfree86/utils/pcitweak/Makefile.am
34612    	hw/xfree86/utils/scanpci/Makefile.am
34613
34614commit d56249a15ead51ad4d2117d5538ada24af05b693
34615Merge: f1f8df1 ec84f72
34616Author: Jeremy C. Reed <reed@glacier.reedmedia.net>
34617Date:   Fri Dec 8 15:52:37 2006 -0600
34618
34619    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver
34620
34621commit f1f8df1889ab656bb57596e2f85408f15f42cd5d
34622Author: Jeremy C. Reed <reed@glacier.reedmedia.net>
34623Date:   Fri Dec 8 15:51:44 2006 -0600
34624
34625    For MANDEFS, also replace __mandir__ for $(mandir) which includes
34626    the prefix. Noticed wrong path to man pages on both Ubuntu and on
34627    NetBSD with pkgsrc.
34628
34629commit ec84f72d077eaf2e7768a1f5398f65a5e1714d08
34630Author: Daniel Stone <daniel@fooishbar.org>
34631Date:   Fri Dec 8 21:31:47 2006 +0200
34632
34633    XkbCopyKeymap: always initialise map and preserve
34634    
34635    If we don't have map or preserve in the source map, make sure the
34636    destination is initialised to NULL, and freed if it's a valid type.
34637
34638commit e59aeac1ff13ea53f44dba1ac7800f37f4532ca1
34639Author: Daniel Stone <daniel@fooishbar.org>
34640Date:   Wed Dec 6 23:44:06 2006 +0200
34641
34642    xfree86: remove stray debug line
34643
34644commit 729fca33a417ae3dfb180caf0ea8946ef9eee1df
34645Author: Michel Dänzer <michel@tungstengraphics.com>
34646Date:   Thu Dec 7 12:09:18 2006 +0100
34647
34648    Revert "xfree86 DDX: Delete DDX screens in ddxGiveUp()."
34649    
34650    This reverts commit a6381e69845f58d2b3282992b1f881015190f1bc.
34651    
34652    See https://bugs.freedesktop.org/show_bug.cgi?id=9224 .
34653
34654commit 4ea6dfb984063117eef5c2f931205b1c3eb3108b
34655Author: Daniel Stone <daniel@fooishbar.org>
34656Date:   Wed Dec 6 23:24:39 2006 +0200
34657
34658    whitespace police
34659
34660commit 4cba1a1ebfbdd7ab489b1b1ffb6656cbe88eb61e
34661Author: Daniel Stone <daniel@fooishbar.org>
34662Date:   Wed Dec 6 23:21:38 2006 +0200
34663
34664    config: bus reconnect support
34665    
34666    Add support for reconnecting to the bus when it restarts.
34667
34668commit 0c5dab5c8eaa174f28054b9d20244a709c015210
34669Author: Daniel Stone <daniel@fooishbar.org>
34670Date:   Wed Dec 6 23:21:15 2006 +0200
34671
34672    config: move config.h to hotplug.h
34673    
34674    Also, move configInitialise to after OsInit, since the next commit will
34675    make it use a timer.
34676
34677commit 72e7f2ac6cf0db474d0defa7918f2a3ba76c0e46
34678Author: Daniel Stone <daniel@fooishbar.org>
34679Date:   Wed Dec 6 23:18:52 2006 +0200
34680
34681    GetPointerEvents: always send valuator events for MotionNotify
34682    
34683    Always chase a DeviceMotionNotify event with a DeviceValuator, which is
34684    not required in the spec, but will silently break the lib if you don't
34685    include.
34686
34687commit c458a70d650bd62b8f4706f022d1f3f347636db1
34688Author: Daniel Stone <daniel@fooishbar.org>
34689Date:   Wed Dec 6 20:30:44 2006 +0200
34690
34691    GetPointerEvents: fix typo
34692    
34693    Fix typo that resulted in inverted axes when using an absolute positioning
34694    device that didn't report y, and thus relied on the previous value.
34695
34696commit edabf45425f9ed79547f918cc0dfff4c268de386
34697Author: Daniel Stone <daniel@fooishbar.org>
34698Date:   Sat Dec 2 16:37:19 2006 +0200
34699
34700    configure.ac: add CONFIG_LIB to Xvfb
34701
34702commit 8724af248cd6c93182fecd060fed09a556361080
34703Author: Daniel Stone <daniel@fooishbar.org>
34704Date:   Sat Dec 2 16:20:34 2006 +0200
34705
34706    kdrive/mga: fix compiler warning
34707    
34708    Change a case that only made one test for an if, preventing the compiler
34709    warning about all other PICT_* types being unsupported.
34710
34711commit 2f0a800ffdc881cdb3adf84f1ed97bbb63cba34c
34712Author: Daniel Stone <daniel@fooishbar.org>
34713Date:   Mon Nov 27 22:22:53 2006 +0200
34714
34715    config: move to block/wakeup handler
34716
34717commit 99378b58dbc63160382ad9c41f9cb0dd2a24e9d1
34718Author: Daniel Stone <daniel@fooishbar.org>
34719Date:   Mon Nov 27 22:22:33 2006 +0200
34720
34721    kdrive/tslib: remove vendor-specific hacks
34722    
34723    Parts of the KDrive merge accidentally contained a bunch of
34724    vendor-specific hacks; sorry.
34725
34726commit 8884a73a3f4efa8276c5e38b9573201574c4f1f6
34727Author: Daniel Stone <daniel@fooishbar.org>
34728Date:   Mon Nov 27 22:39:56 2006 +0200
34729
34730    xfree86/input: re-add support for disabling drag events
34731
34732commit f2903c12bb4bb0b7c94b96c55af8fa55507f9d7d
34733Author: Daniel Stone <daniel@fooishbar.org>
34734Date:   Tue Nov 7 11:13:32 2006 +0200
34735
34736    SyntheticMotion: don't dereference sprite.screen when not using Xinerama
34737    
34738    (cherry picked from aa052e43c6c293e14f78837e00c6b7581f9713bb commit)
34739
34740commit d17ec01e8395a8f14b75a10c8bf082b3f5a4fb36
34741Author: Daniel Stone <daniel@fooishbar.org>
34742Date:   Fri Dec 1 00:41:41 2006 +0200
34743
34744    remove CID support (bug #5553)
34745    
34746    Remove CID from all our fontpaths.
34747    (cherry picked from 69820a10e33e4582c192360996e866007114639d commit)
34748
34749commit abe5e079af715713097ab0daad29a3e9f523c398
34750Author: Alan Coopersmith <alan.coopersmith@sun.com>
34751Date:   Wed Dec 6 07:58:03 2006 -0800
34752
34753    Update pci.ids to 2006-12-06 from pciids.sf.net
34754
34755commit 724f9cb578086e8483a2d0636dd6eb05d664d31c
34756Author: Aaron Plattner <aplattner@nvidia.com>
34757Date:   Tue Dec 5 13:44:05 2006 -0800
34758
34759    Bug #9219: Use pWin->viewable instead of pWin->realized to catch InputOnly windows too.
34760
34761commit 3690de9b1b0902d395bc7d071fc05ebc8f75be2b
34762Author: Aaron Plattner <aplattner@nvidia.com>
34763Date:   Tue Dec 5 12:42:12 2006 -0800
34764
34765    Bug #9219: Return BadMatch when trying to name the backing pixmap of an unrealized window.
34766    
34767    Before this change, ProcCompositeNameWindowPixmap would name the screen pixmap
34768    if !pWin->realized.
34769
34770commit eb1d9f51af19dab20a95c2830ca1c508d8ee66bb
34771Author: Peter Hutterer <peter@cs.unisa.edu.au>
34772Date:   Tue Dec 5 18:50:19 2006 +1030
34773
34774    Ironing some glitches caused by the merge
34775
34776commit 3c8f166022a2d19af14eb670fa382503ba1451cd
34777Merge: 2a51149 f9f7d7f
34778Author: Peter Hutterer <peter@cs.unisa.edu.au>
34779Date:   Tue Dec 5 18:28:33 2006 +1030
34780
34781    Merge branch 'master' of git://anongit.freedesktop.org/git/xorg/xserver into mpx
34782    
34783    Conflicts:
34784    
34785    	dix/events.c
34786
34787commit 2a511492f9a235d3f5390ab87b6c643cbea92d88
34788Author: Peter Hutterer <peter@cs.unisa.edu.au>
34789Date:   Tue Dec 5 15:45:18 2006 +1030
34790
34791    Xi:     adding MPX checks to ProcessOtherEvents
34792    
34793    mpx:    adding QueryPointer request and reply
34794    	adjusting names of requests to Xlib compatible naming (xMPX*** instead of
34795    	mpx***)
34796
34797commit f9f7d7f3be53c808abb5eaceb7a1abc55744a210
34798Author: Alan Coopersmith <alan.coopersmith@sun.com>
34799Date:   Mon Dec 4 13:36:30 2006 -0800
34800
34801    Check for __sparc as well as __sparc__ for compatibility with Sun cc
34802    
34803    (gcc defines __sparc__, Sun cc defines __sparc)
34804
34805commit ac90ce58ba1da3ed605adf75f4d54c34b578c402
34806Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
34807Date:   Fri Dec 1 21:12:21 2006 -0500
34808
34809    Naming change: Security*Operation -> Xace*Operation
34810
34811commit f44f14fe564d834568a0afefba944223a73ea0f5
34812Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
34813Date:   Fri Dec 1 20:48:15 2006 -0500
34814
34815    Define calls away when not building XACE, allowing ifdef's to be removed.
34816
34817commit a5d6499d666fea4a9988118ddd3a5e4c9cfcc32c
34818Author: Alan Coopersmith <alan.coopersmith@sun.com>
34819Date:   Fri Dec 1 16:42:37 2006 -0800
34820
34821    Fix syntax error in configure check for SYSV_IPC that broke with Sun cc
34822
34823commit 89b2aa9be81613cb1a06bd535bf50ecf2a00208d
34824Author: Keith Packard <keithp@guitar.keithp.com>
34825Date:   Mon Nov 27 21:40:24 2006 -0800
34826
34827    Destroying RandR crtc or output overwrites memory.
34828    
34829    RRCrtcDestroyResource and RROutputDestroyResource had matching
34830    bugs that would overwrite memory past the end of the storage
34831    of the crtc or output arrays. Oops.
34832    (cherry picked from 4202b23ed86405a4cebfdcf239df1b023c1d10ca commit)
34833
34834commit 23ba72323af785516db6cbcf6c1b2fa907a8232f
34835Author: Keith Packard <keithp@ukulele.keithp.com>
34836Date:   Thu Nov 30 23:16:42 2006 -0800
34837
34838    RandR ListOutputProperties has nAtoms element, not nProperties
34839    
34840    Earlier RandR 1.2 encoding revisions used 8-bit nProperties field.
34841    Final RandR 1.2 spec uses 16-bit nAtoms field instead.
34842    (cherry picked from 66b6358a393972946f16394918db2401c51dc5ed commit)
34843
34844commit 416f1bb99a6d4557f2863ae941868e47e11bbb3b
34845Author: Peter Hutterer <peter@cs.unisa.edu.au>
34846Date:   Fri Dec 1 15:56:52 2006 +1030
34847
34848    mpx:    SelectEvents and GetEventBase requests.
34849    	Some renaming and cleaning up in extinit.c
34850    	MPXLastEvent added
34851    
34852    Xi:	ShouldFreeInputMask() from XI is not static any more, used in mpx
34853    
34854    dix:	GetPointerEvents() allocates MPX event for MPX devices.
34855    	DeliverDeviceEvents() caters for MPX devices.
34856
34857commit ccd804c6c01cdfffe938fa5336be9b5668a6f0c0
34858Merge: 9423ac1 82912ad
34859Author: Drew Parsons <drew@pug.localdomain>
34860Date:   Fri Dec 1 15:21:57 2006 +1100
34861
34862    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver
34863
34864commit 9423ac134a2a9800787c4978d384827cc4e61fc8
34865Author: Drew Parsons <drew@pug.localdomain>
34866Date:   Fri Dec 1 15:21:05 2006 +1100
34867
34868    GNU/FreeBSD support in GLX: include byteswap.h for FreeBSD systems
34869    defining __GLIBC__, as done already for Linux and Hurd (cf. bug #5613).
34870    Also includes some more __GNU__ checks on top of those made in
34871    commit ade4bf09076d13dbf3549c0a2d987a0afe76d5c1.
34872    Thanks Petr Salinger (Debian bug #400869).
34873
34874commit 82912ad7709e8cf4a5f8a9fa6b47f789842a3fe9
34875Author: Alan Coopersmith <alan.coopersmith@sun.com>
34876Date:   Thu Nov 30 20:13:52 2006 -0800
34877
34878    Make solaris version of xf86OSRingBell return void like other OS'es
34879
34880commit 8956f63a941bf0a5f157d47b33e6221601a75040
34881Author: Alan Coopersmith <alan.coopersmith@sun.com>
34882Date:   Thu Nov 30 19:53:29 2006 -0800
34883
34884    Tell automake to STFU about the *.O files
34885    
34886    automake will not stop whining about the *.O files not being in normal library
34887    name format, so just tell automake they are PROGRAMS so it builds them without
34888    bitching.
34889
34890commit f3c60900e575e65254cd2576cc6c90b97c8f63ae
34891Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
34892Date:   Wed Nov 29 22:19:57 2006 -0500
34893
34894    Add required root window context to config file.
34895
34896commit 143558500a89a5c887c75c03798bae68c953cac9
34897Merge: e3d3d29 ee9bdd3
34898Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
34899Date:   Wed Nov 29 20:41:41 2006 -0500
34900
34901    Merge branch 'master' into my-XACE-SELINUX
34902
34903commit ee9bdd3f4a14a42fb0747acc420966f0f669129b
34904Author: Aaron Plattner <aplattner@nvidia.com>
34905Date:   Wed Nov 29 12:01:43 2006 -0800
34906
34907    Add DIX_CFLAGS to util builds.
34908    
34909    Fixes a build breakage when $(top_srcdir) != $(top_builddir) because
34910    -I$(top_srcdir)/include is missing for the cvt, ioport, pcitweak, and scanpci
34911    builds.
34912    
34913    Signed-off-by: Adam Jackson <ajax@nwnk.net>
34914
34915commit a6381e69845f58d2b3282992b1f881015190f1bc
34916Author: Michel Dänzer <michel@tungstengraphics.com>
34917Date:   Wed Nov 29 19:25:09 2006 +0100
34918
34919    xfree86 DDX: Delete DDX screens in ddxGiveUp().
34920    
34921    This allows video drivers to clean up in the FreeScreen hook things they set up
34922    in the PreInit hook.
34923
34924commit afd6af65510b0147f16f08314045b3506bfa9d89
34925Author: Peter Hutterer <peter@cs.unisa.edu.au>
34926Date:   Wed Nov 29 17:55:15 2006 +1030
34927
34928    mpx:    Infrastructure for MPX extension, GetExtensionVersion request works.
34929
34930commit b0c8558b9d9a9984c0067960392e28f5a7622b29
34931Author: Keith Packard <keithp@neko.keithp.com>
34932Date:   Sun Nov 26 19:31:48 2006 -0800
34933
34934    Ensure RandR resource types are registered before resources are created.
34935    
34936    Now that resources can be created during server initialization, make sure
34937    the crtc, output and mode resource types are created before attempting to
34938    create associated resources.
34939    (cherry picked from commit ec83d674167e7045d5317b179c9998e3172a26dc)
34940
34941commit 6245e9dd4719c5dc15ff45d49cf626123794038b
34942Author: Keith Packard <keithp@neko.keithp.com>
34943Date:   Tue Nov 21 16:52:28 2006 -0800
34944
34945    Allocate correct size for RRPropertyRec (oops).
34946    
34947    Neglected to change the allocation size from sizeof (PropertyRec) to
34948    sizeof (RRPropertyRec). Lots of fun crashes this way.
34949    (cherry picked from commit 0626eb8e5c9fa05de6bdc9aa0c654f5148bf7cff)
34950
34951commit 24abce8032940e96bb2ccf9e463a7fff6f36283a
34952Author: Keith Packard <keithp@neko.keithp.com>
34953Date:   Tue Nov 21 01:15:26 2006 -0800
34954
34955    Change RandR property datatype to include pending/valid values.
34956    
34957    This patch tracks the protocol changes which introduce more complex
34958    semantics for RandR output properties including pending and valid value
34959    information.
34960    (cherry picked from commit af55c65bea40669fdc038aa34c6a1ec9ecb33e87)
34961
34962commit f62ac3ec39c6593df476985c630e499864c19c72
34963Author: Eric Anholt <eric@anholt.net>
34964Date:   Tue Nov 28 10:31:40 2006 -0800
34965
34966    Separate DDC mode list creation from MonPtr creation.
34967    
34968    This will be used by the intel driver, and likely other RandR 1.2 drivers.
34969
34970commit fbd09443385c533416fa530399d54f130afaf985
34971Author: Eric Anholt <eric@anholt.net>
34972Date:   Tue Nov 28 10:15:51 2006 -0800
34973
34974    Replace bad mode name-setting code with xf86SetModeDefaultName().
34975
34976commit 4ad0bde661be2af4a17771d66066d49736e85cbe
34977Author: Eric Anholt <eric@anholt.net>
34978Date:   Tue Nov 28 10:12:02 2006 -0800
34979
34980    Clean up a bunch of long lines and trailing whitespace.
34981
34982commit 05778432dc6e688bc0beff0c20ffd7e27b74888e
34983Author: Eric Anholt <eric@anholt.net>
34984Date:   Tue Nov 28 10:07:57 2006 -0800
34985
34986    Move code to get a mode list from EDID data from ddcProperty.c to edid_modes.c.
34987
34988commit 38ecc66cd9c61346a46697bbf1d8319f4f6f9800
34989Author: Eric Anholt <eric@anholt.net>
34990Date:   Tue Nov 28 10:06:15 2006 -0800
34991
34992    Typo that was missed in testing.
34993
34994commit 834e4b079866594b50be64ae79f3cb2a5baa2070
34995Author: Matthias Hopf <mhopf@suse.de>
34996Date:   Tue Nov 28 18:57:13 2006 +0100
34997
34998    Fix potential NULL pointer access in timer code.
34999    
35000    https://bugzilla.novell.com/show_bug.cgi?id=223718
35001
35002commit bdf718907b3202815a04ec28a868689708f43da9
35003Author: Peter Hutterer <peter@cs.unisa.edu.au>
35004Date:   Tue Nov 28 18:06:34 2006 +1030
35005
35006    dix:	missing parameter to SetCursorPosition in CheckMotion ifndef MPX
35007    
35008    mi:	missing include in misprite.c ifndef MPX
35009
35010commit e88bc0e55a6937ff0b47fe38f60bfa8991196578
35011Author: Peter Hutterer <peter@cs.unisa.edu.au>
35012Date:   Tue Nov 28 14:34:36 2006 +1030
35013
35014    mi:     Bugfix: FreeCursor ignores negative refcounts.
35015    
35016    mieq:   Bugfix: Motion notifies did overwrite DeviceMotionNotifies
35017
35018commit 5dbcd34a0a6c0d10dbfea8fdc9d7dfe7a0261b19
35019Author: Eric Anholt <eric@anholt.net>
35020Date:   Mon Nov 27 16:26:14 2006 -0800
35021
35022    Register dependency on new RandR protocol.
35023
35024commit 16f8f10dc2106bc6253b2d89a1f8efee8d80e2ba
35025Author: Eric Anholt <eric@anholt.net>
35026Date:   Mon Nov 27 16:21:31 2006 -0800
35027
35028    Move mode handling helpers from ddcProperty.c to xf86Mode.c.
35029
35030commit b4b0d901d98371a8aa7b17d195e18e83e2a6a618
35031Merge: 64de3ba d6cd031
35032Author: Eric Anholt <eric@anholt.net>
35033Date:   Mon Nov 27 15:43:15 2006 -0800
35034
35035    Merge branch 'randr-1.2'
35036    
35037    Conflicts:
35038    
35039    	dix/events.c
35040    	dix/getevents.c
35041    	hw/xfree86/common/xf86Mode.c
35042    	hw/xfree86/dri/Makefile.am
35043    	hw/xfree86/os-support/drm/xf86drm.c
35044    	hw/xfree86/os-support/xf86drm.h
35045
35046commit d6cd0313c7f23f32c9c7dda00ff739e772bf7db3
35047Author: Eric Anholt <eric@anholt.net>
35048Date:   Mon Nov 27 14:46:50 2006 -0800
35049
35050    Add some mode helper functions from the intel driver.
35051    
35052    This also removes static from some other functions that had been copied out
35053    to at least the intel driver, but perhaps others that were doing mode list
35054    handling.
35055
35056commit 85ea408e38f452bcf9109f14fd1016d159692a99
35057Author: Peter Hutterer <peter@cs.unisa.edu.au>
35058Date:   Mon Nov 27 18:07:16 2006 +1030
35059
35060    mi:     malloc checks for misprite and midispcur, code cleanup
35061    	removed IsMPDev()
35062
35063commit 023da4e804ad260eaf0c50d2ec7213dd514e2113
35064Author: Peter Hutterer <peter@cs.unisa.edu.au>
35065Date:   Mon Nov 27 15:54:33 2006 +1030
35066
35067    mi:     mipointer.c cleanup, reducing code duplication, using MPHasCursor()
35068    	instead of IsMPDev()
35069
35070commit a2340a73687dfd93affb6de28a33d73fd808c96b
35071Author: Peter Hutterer <peter@cs.unisa.edu.au>
35072Date:   Mon Nov 27 14:47:23 2006 +1030
35073
35074    mi:     free allocated memory in miDCCloseScreen and in miDCInitialize in case
35075    	of errors.
35076    	Some copyright notices.
35077    	misprite.c passes DeviceIntPtr around and down to DC (previously
35078    	miCursorInfoPtr and the plain device id).
35079    	Large cleanup in misprite.c to avoid code duplication.
35080
35081commit 1c7568b8a1417257fa67c7fca69aa253099b9461
35082Author: Peter Hutterer <peter@cs.unisa.edu.au>
35083Date:   Thu Nov 23 17:15:14 2006 +1030
35084
35085    mi:	closing memory leak, miPointer is freed in miPointerCloseScreen
35086    	bugfix: uninitialized pPointer in miPointerGetPosition ifndef MPX
35087    	adding DeviceIntPtr parameter to ScreenRec's cursor functions.
35088    	cleanup of miPointer code to use same scheme in each function
35089    
35090    dix:	MPHasCursor() function determines checking whether to invoke
35091    	cursor rendering.
35092    
35093    animcur: adding DeviceIntPtr parameter to cursor functions but animcur relies
35094    	 on the core pointer right now.
35095    
35096    xfixes: adding DeviceIntPtr parameter to cursor functions but xfixes relies on
35097    	the core pointer right now.
35098    
35099    rac:	adding DeviceIntPtr parameter to cursor functions but RAC relies on
35100    	the core pointer right now.
35101    
35102    ramdac:	adding DeviceIntPtr parameter to cursor functions but ramdac relies on
35103    	the core pointer right now.
35104
35105commit 64de3baf85f6df274f71f736016f0848567cd9f6
35106Author: Aaron Plattner <aplattner@nvidia.com>
35107Date:   Wed Nov 22 14:46:51 2006 -0800
35108
35109    Add a -showDefaultLibPath option.
35110    
35111    A corollary to the previous change, this option prints $libdir.
35112
35113commit 0a2a6e4070718b90af7ca0e047f028e0cabdfb9d
35114Author: Aaron Plattner <aplattner@nvidia.com>
35115Date:   Fri Nov 17 18:27:23 2006 -0800
35116
35117    Add a -showDefaultModulePath option.
35118    
35119    As discussed on the mailing list, people would rather have an X command-line
35120    option to print the module path so installers can know where to put modules,
35121    rather than the installers using `pkg-config --variable=moduledir xorg-server`,
35122    since some distros choose not to install xorg-server.pc.
35123
35124commit 61832cb94c8a4d62cddb92188caeed86519e9d62
35125Author: Brian <brian@i915.localnet.net>
35126Date:   Wed Nov 22 09:16:43 2006 -0700
35127
35128    Regenerated from Mesa w/ latest gl_API.xml file
35129
35130commit 61863f09d22935406371e92bb75173d55ff9b29f
35131Author: Brian <brian@i915.localnet.net>
35132Date:   Wed Nov 22 09:16:17 2006 -0700
35133
35134    Regenerated from Mesa, fixes glMap* protocol problem (bug 8899)
35135
35136commit f52d53e060d0468b658a565688d1f92c156405c7
35137Author: Peter Hutterer <peter@cs.unisa.edu.au>
35138Date:   Wed Nov 22 17:58:57 2006 +1030
35139
35140    dix:	DeliverEventsToWindow adjusted for MPX
35141    
35142    mi:     sprite debugging disabled
35143
35144commit 8c16f21d5df08b028e93440d632939a5fdbf5876
35145Author: Peter Hutterer <peter@cs.unisa.edu.au>
35146Date:   Wed Nov 22 17:06:47 2006 +1030
35147
35148    dix	GetSpriteWindow() adjusted for MPX
35149    	added device dependency for MPX to DoEnterLeaveEvents,
35150    	EnterLeaveEvents, EnterNotifies, LeaveNotifies and
35151    	FixUpEventFromWindow.
35152
35153commit 70383105de279df553874efa56b37a7b3e426ea1
35154Author: Peter Hutterer <peter@cs.unisa.edu.au>
35155Date:   Wed Nov 22 15:27:16 2006 +1030
35156
35157    mi:     added DevToSprite() conversion function
35158            fixed miSpriteRealize to use passed pDev argument instead of looping.
35159    
35160    dix:    changed sprite dependency and added MPX functionality to parts of
35161            events.c (XineramaChangeToCursor, XineramaCheckPhysLimits,
35162            XineramaConstrainCursor)
35163    
35164    Xi:	fix: accessing other->buttons for keyboard segfaulted the server
35165
35166commit 33ff4cec5ff7533ec725f71d357c096dfb0acb79
35167Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
35168Date:   Tue Nov 21 21:23:17 2006 +0000
35169
35170    Issue CloseDownDevices() in os/log.c and remove from dix/main.c.
35171    
35172    This ensures that all calls to FatalError() will shutdown the input devices.
35173
35174commit efd4f3c6ffec804c68ba5df17cc117da264fb7c4
35175Author: Peter Hutterer <peter@cs.unisa.edu.au>
35176Date:   Tue Nov 21 20:31:30 2006 +1030
35177
35178    dix:	WindowsRestructured() calls CheckMotion() on all devices
35179    
35180    mi:	core pointer was checked twice in miSpriteReportDamage,
35181    	miSpriteInstallColormap, miSpriteStoreColors, miSpriteSaveDoomedAreas
35182    	and miSpriteRealiseCursor
35183    	using damage bug (see comment in file) to avoid artefacts
35184
35185commit 9db851c22d4befb95bfb074b96620261d8e32ac9
35186Author: Peter Hutterer <peter@cs.unisa.edu.au>
35187Date:   Tue Nov 21 18:15:04 2006 +1030
35188
35189    dix:    moved sprite from static to be pointer of type SpritePtr
35190    	added SpriteRecs for MPX devices
35191    	changed sprite dependency and added MPX functionality to parts
35192    	of events.c (ConfineToShape, PostNewCursor, XineramaCheckMotion,
35193    	CheckMotion, XineramaChangeToCursor, ChangeToCursor, CheckPhysLimits,
35194    	PointerConfinedToScreen)
35195    	added DeviceIntRec param to GetSpritePosition(). This required some
35196    	minor changes in ddx, xtest, xkb and xfixes.
35197    
35198    mi:	changed miPointer to pointer instead of static struct.
35199
35200commit fd8b9a6eaee28a453a00af14195b81ef1890a577
35201Author: Peter Hutterer <peter@cs.unisa.edu.au>
35202Date:   Tue Nov 21 15:24:43 2006 +1030
35203
35204    TAG:   MPX_BEFORE_DIX_API_BREAK
35205
35206commit 447efdc01d4f8922205ba26e52c9e5ff9f5cb90e
35207Author: Peter Hutterer <peter@cs.unisa.edu.au>
35208Date:   Tue Nov 21 14:46:00 2006 +1030
35209
35210    mi:	constrain MPX cursors to screen
35211
35212commit 1107d8bea22eea26f7b666f1c00a53360b7d237e
35213Author: Peter Hutterer <peter@cs.unisa.edu.au>
35214Date:   Tue Nov 21 14:00:46 2006 +1030
35215
35216    mi:     added device ID to miSpriteCursorFuncRec functions
35217            added MPX code to midispcur.c
35218    
35219    BUG:   Core pointer changes whenever MPX cursor changes shape.
35220
35221commit 3bad452d12d620df91b1f37d06c650ded96bfafe
35222Author: Peter Hutterer <peter@cs.unisa.edu.au>
35223Date:   Tue Nov 21 11:26:21 2006 +1030
35224
35225    mi:     added MPX to miSpriteReportDamage
35226            added id field to miCursorInfoPtr, required to pass through to miDC
35227            core pointer uses mpCursors array as well.
35228            added miDCBufferRec for future use with MPX
35229    
35230    TAG: MPX_BEFORE_MIDC_API_BREAK
35231
35232commit b1bbdf464d2f8799fa3429c1c27ca998c5f3e94a
35233Author: Peter Hutterer <peter@cs.unisa.edu.au>
35234Date:   Mon Nov 20 17:58:30 2006 +1030
35235
35236    mi:     added MPX to miSprite functions.
35237    
35238    NOTE: This version will render multiple cursors but with an artefact each time
35239    when devices alternate.
35240
35241commit 7b4b619d4c268804199f9f4775eb56604f0b80e8
35242Author: Peter Hutterer <peter@cs.unisa.edu.au>
35243Date:   Mon Nov 20 13:10:07 2006 +1030
35244
35245    mi:     moved core pointer information from miSpriteScreenRec into a
35246            miCursorInfoRec.
35247            bugfix in mipointer, semicolon after preprocessor statement
35248
35249commit ca2874b273232d9f51881b1cd754ed6847bfaf47
35250Merge: c9a5f9d e2f6dac
35251Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
35252Date:   Sat Nov 18 19:56:32 2006 +0000
35253
35254    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver
35255
35256commit c9a5f9d3911c2e6a8f81b0721c9eb914fb7719b5
35257Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
35258Date:   Sat Nov 18 19:55:42 2006 +0000
35259
35260    Shutdown input devices if FatalError occurs during startup.
35261    Fixes Xdmx problems when the input device has been initialized
35262    and the keyboard map has been destroyed.
35263
35264commit e2f6dacc736527790ed8e304698678afc17f71c6
35265Author: Dave Airlie <airlied@linux.ie>
35266Date:   Sat Nov 18 11:26:55 2006 +1100
35267
35268    dri: setup libdrm hooks as early as possible.
35269    
35270    This is due to radeon doing drm stuff before DRI extension gets initialised
35271
35272commit 90bea69dfdd63f58ee326887359ad1b35a31cb5f
35273Author: Peter Hutterer <peter@cs.unisa.edu.au>
35274Date:   Fri Nov 17 18:03:43 2006 +1030
35275
35276    mi:
35277            added miCursorInfoRec to contain info of the MPX cursors.
35278            calling miUpdatePointerSprite() from event queue for MPX devices.
35279            adding device-specific processing to miPointer*() functions.
35280    
35281    dix:    Call to SetCursorPosition in CheckMotion() temporarily disabled.
35282    
35283    xfree86/common: call to miPointerUpdateSprite() disabled, is done from the EQ
35284    
35285    NOTE: This build will not display cursor images.
35286    BUG: The second mouse does to take correct x coordinates.
35287
35288commit 94e106a898c44daeb228bcb031b85f996ddc96b0
35289Author: Peter Hutterer <peter@cs.unisa.edu.au>
35290Date:   Fri Nov 17 15:10:37 2006 +1030
35291
35292    dix:    moved isMPdev field to end of _DeviceIntRec structure
35293    
35294    mi:
35295            added miMPPointers array to mipointer.c
35296            added DeviceIntPtr to all miPointerSpriteFuncs. Coming from miPointer
35297            we use inputInfo.pointer as standard value. ABI BREAK!
35298    
35299    ramdac:
35300            forcing failed HW Cursor initialisation. MPX needs software rendering.
35301            changes to use new miPointerSpriteFunc (this required externing
35302            inputInfo, should probably be fixed at a later point).
35303    
35304    RAC: changes to use new miPointerSpriteFuncs.
35305
35306commit ef47d9c3ba63e9a6243fe5c81ccc60c8246352b4
35307Author: Keith Packard <keithp@neko.keithp.com>
35308Date:   Thu Nov 16 13:50:48 2006 -0800
35309
35310    Reduce calls to RRGetInfo.
35311    
35312    RRGetInfo can be expensive. Don't invoke it when quering Xinerama
35313    information or setting a new CRTC configuration.
35314    (cherry picked from commit b5aa9eb8e6eda36856a075f4b008c33f6c706bad)
35315
35316commit 07b26e690cd9a4fc626132feed0702515cbe5a88
35317Author: Keith Packard <keithp@neko.keithp.com>
35318Date:   Thu Nov 16 09:48:33 2006 -0800
35319
35320    Remove RandR output options.
35321    
35322    RandR output options are now expected to be handled by properties instead.
35323    (cherry picked from commit 8b2a7e94a1dc2776ab2cfaaebb309be02502602a)
35324
35325commit f17e3c34dfd1f1418440bdebf45764e4dbf550f0
35326Author: George Sapountzis <gsap7@yahoo.gr>
35327Date:   Thu Nov 16 02:18:03 2006 +0200
35328
35329    Fix GL context destruction with AIGLX.
35330    
35331    The logic for freeing GL contexts introduced by "Fix AIGLX VT switching." is
35332    inverted. As it is now, GL context destruction is deferred for glxDRIEnterVT().
35333
35334commit ae3c9ad4abe66784d7ee474455003d2745699286
35335Author: Bjorn Helgaas <bjorn.helgaas@hp.com>
35336Date:   Thu Nov 16 17:29:06 2006 +0100
35337
35338    Bug 9041: Check the return code in xf86MapDomainMemory().
35339
35340commit 5388423eb05daefcc71067b6ab96b6e57c44ef5c
35341Author: Peter Hutterer <peter@cs.unisa.edu.au>
35342Date:   Thu Nov 16 20:43:27 2006 +1030
35343
35344    mieq:  EQ processing handles MP devices
35345    
35346    global: MPX define added to xorg-server.h.in
35347    
35348    xfree86/common: small fix to avoid byte overflow
35349
35350commit c957a16180810fbd58526e1a670d82384fb4a61d
35351Author: Peter Hutterer <peter@cs.unisa.edu.au>
35352Date:   Thu Nov 16 15:11:14 2006 +1030
35353
35354    dix:    added isMPdev field to _DeviceIntRec, is used in GetPointerEvents()
35355    
35356    mieq:   avoid merging events from different devices in mieqEnqueue()
35357    
35358    xfree86/common
35359            isMPdev field used from xf86ActivateDevice(), xf86PostMotionEvent()
35360            and xf86PostButtonEvent()
35361
35362commit 7ce2dc57844872cc340b60387d4d1cb3d982633e
35363Author: Peter Hutterer <peter@cs.unisa.edu.au>
35364Date:   Thu Nov 16 12:51:08 2006 +1030
35365
35366    dix:
35367            merge with code cleanup from master
35368            GetPointerEvents treats events in the same way as XINPUT devices when flag
35369            has POINTER_MULTIPOINTER set.
35370    
35371    xfree86/common:
35372        added XI86_MP_DEVICE flag and parsing in xf86ProcessCommonOptions
35373        added POINTER_MULTIPOINTER define. Is used in xf86PostMotionEvent and
35374        xf86PostButtonEvent for the flags that are passed into GetPointerEvents()
35375    
35376    global:
35377        added flags to configure.ac to enable/disable MPX define
35378        added flags to dix-config.h.in to define MPX
35379
35380commit 4d07b503727ba86315b90d6f45b06ed6185724b2
35381Author: Peter Hutterer <peter@cs.unisa.edu.au>
35382Date:   Thu Nov 16 10:55:15 2006 +1030
35383
35384    dix: cleaned up GetPointerEvents() to avoid code duplication.
35385
35386commit 6ff7f2ad6a5e2e769244590578e6809974b5235d
35387Author: Eric Anholt <eric@anholt.net>
35388Date:   Tue Nov 7 13:13:53 2006 -0800
35389
35390    Fix build on FreeBSD after input-hotplug.
35391    (cherry picked from commit 4e6e4baead6c565363abbcd9e06cc685be121596)
35392
35393commit bffb1f9b67c8d3d264c0c3fd703cf7e57dcdf7b7
35394Author: Peter Hutterer <peter@cs.unisa.edu.au>
35395Date:   Wed Nov 15 17:53:13 2006 +1030
35396
35397    removed unused variables drag and local from xf86PostMotionEvent
35398
35399commit f737cd925efe452787443b039ae65b8d85081bb3
35400Author: Peter Hutterer <peter@cs.unisa.edu.au>
35401Date:   Wed Nov 15 17:50:02 2006 +1030
35402
35403    o fix minor error in comment for GetPointerEvents()
35404
35405commit 2eab230d9bd3f73ffe1b5a42111f89e85904ee11
35406Author: Jeremy C. Reed <reed@glacier.reedmedia.net>
35407Date:   Tue Nov 14 16:37:18 2006 -0600
35408
35409    For NetBSD, define PCVT_SUPPORT (System has PCVT console).
35410    
35411    Noticed by Joerg Sonnenberger.  This fixes problem with console
35412    switching.
35413    
35414    This was in original imake NetBSD.cf.
35415
35416commit 26d2e45bdb0cf4d18ba7b0365425da49d60b3d5c
35417Author: Matthias Hopf <mhopf@suse.de>
35418Date:   Tue Nov 14 15:33:07 2006 +0100
35419
35420    Bug #9023: Only check mice for "mouse" or "void" if identifier is != NULL.
35421
35422commit a724b7f1302ba7a59f140b521f13d2ddf0fcf9bf
35423Merge: 6facd95 f80a8ae
35424Author: Jeremy C. Reed <reed@glacier.reedmedia.net>
35425Date:   Mon Nov 13 20:32:26 2006 -0600
35426
35427    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver
35428
35429commit 6facd958c2e7098cb68eac2810a88b8cd40f19c0
35430Author: Jeremy C. Reed <reed@glacier.reedmedia.net>
35431Date:   Mon Nov 13 20:23:06 2006 -0600
35432
35433    On DragonFLy, default to /dev/sysmouse (just like on FreeBSD).
35434    
35435    TODO: use autoconf to handle this so the code is not platform
35436    based but feature based.
35437
35438commit f80a8ae6e6820378ea70ac0849cee8bf3055e0e8
35439Author: Adam Jackson <ajax@benzedrine.nwnk.net>
35440Date:   Mon Nov 13 18:26:05 2006 -0500
35441
35442    Disable Xprt server build by default.
35443
35444commit 5bfe7f4dfc6ab51b6790d74faf11574385234423
35445Author: George Sapountzis <gsap7@yahoo.gr>
35446Date:   Mon Nov 13 01:54:32 2006 +0200
35447
35448    DRI: call drmSetServerInfo() before drmOpen().
35449    
35450    Also, remove some libdrm remnants.
35451
35452commit acb5ff4c73ac4d52201d7c421f488e2ead5c8b9c
35453Author: Jurij Smakov <jurij@wooyd.org>
35454Date:   Sat Nov 11 14:09:15 2006 +0200
35455
35456    ffs: handle 0 argument (bug #8968)
35457    
35458    Handle an argument of 0 in ffs(), instead of looping indefinitely.
35459    Add an ffs prototype to dix.h, and add includes to ffs.c.
35460    (cherry picked from 34164e551e4c3909322d50b09835ca4ac1d49d68 commit)
35461
35462commit ca094684196886a4a1c10273049fae0705a3edc2
35463Author: Alan Coopersmith <alan.coopersmith@sun.com>
35464Date:   Fri Nov 10 18:02:05 2006 -0800
35465
35466    Correct symlink-mesa.sh usage message
35467
35468commit 28337cc1060bc08adef81c304dd9ed02d0a0e37b
35469Author: Eric Anholt <eric@anholt.net>
35470Date:   Thu Nov 9 19:51:17 2006 -0800
35471
35472    Fix typo before the last commit.
35473
35474commit e1720b1089328af80ca0cb85e5289ced05263f95
35475Author: Eric Anholt <eric@anholt.net>
35476Date:   Thu Nov 9 18:53:37 2006 -0800
35477
35478    Bug #8868: Remove drm from SUBDIRS now that the directory is gone.
35479
35480commit 0dee48b8af3e054228aef0d15c1cb1c9e23790cc
35481Author: Keith Packard <keithp@mandolin.keithp.com>
35482Date:   Wed Nov 8 23:17:55 2006 -0800
35483
35484    Add RRInit function to create resource types for RR objects.
35485    
35486    To allow RandR objects to be created before the screen object exists,
35487    the resource types must be registered with the resource database.
35488    A driver wishing to create RandR objects must call RRInit before doing so.
35489    
35490    Also, fix a segfault when setting Output data before it is associated with a
35491    screen.
35492
35493commit ec77a95a02329a2ee3a94d7de9d2a234aecb9ca0
35494Author: Keith Packard <keithp@mandolin.keithp.com>
35495Date:   Wed Nov 8 21:36:35 2006 -0800
35496
35497    Allow RandR objects to be created before the associated ScreenRec.
35498    
35499    xf86 drivers need to create RandR object in the PreInit stage,
35500    before the ScreenRec is allocated. Changing the RandR DIX code
35501    to permit this required the addition of functions that later associate the
35502    objects with the related screen.
35503    
35504    An additional change is that modes are now global, and no longer associated
35505    with a specific screen. This change actually makes mode management cleaner
35506    as there is no more per-screen list of modes to deal with.
35507    
35508    This changes the RandR 1.2 ABI/API for drivers.
35509
35510commit fd91630b73100e9d77ccb492c52807448bc772a5
35511Author: Dave Airlie <airlied@linux.ie>
35512Date:   Thu Nov 9 09:30:33 2006 +1100
35513
35514    make X server use system libdrm - this requires libdrm >= 2.3.0
35515    
35516    This patch blacklists the load "drm" line, moves some functions in dri module
35517    links dri module against libdrm, and removes the X copy of libdrm
35518
35519commit 0409e1627a167db2efc1355f292d3c02a6989ffc
35520Author: Adam Jackson <ajax@benzedrine.nwnk.net>
35521Date:   Wed Nov 8 16:17:20 2006 -0500
35522
35523    'make dist' fixes.
35524
35525commit 7e0aeebb8f8a5dff3cb4d88756e535dd70edeec4
35526Author: Adam Jackson <ajax@benzedrine.nwnk.net>
35527Date:   Wed Nov 8 12:03:37 2006 -0500
35528
35529    Bug #6786: Use separate defines for server's Fixes support level.
35530
35531commit b5d09d4adb8088719ff494a4281a793717046576
35532Author: Rich Coe <Richard.Coe@med.ge.com>
35533Date:   Wed Nov 8 18:10:14 2006 +0200
35534
35535    CheckConnections: don't close down the server client (bug #7876)
35536    When an appgroup is shutting down, the list of clients can change, so make
35537    sure we're not trying to shut the server down.
35538
35539commit 0567a6337b84fa045b5732e98203f488274aa2a2
35540Author: Bram Verweij <amverweij@gmail.com>
35541Date:   Wed Nov 8 18:00:52 2006 +0200
35542
35543    xfree86/linux acpi: fix tokenising
35544    Split on a space, rather on the 'video' string, as strtok takes a char,
35545    not a string.
35546
35547commit e7900d68c3ee657158813f0650886d680c0a9a3c
35548Author: Daniel Stone <daniel@fooishbar.org>
35549Date:   Wed Nov 8 15:36:47 2006 +0200
35550
35551    remove trailing whitespace
35552    Whitespace police in full effect.
35553
35554commit 2035f115b7db3c4b7deabeab0d814b3107d6ef30
35555Author: Daniel Stone <daniel@fooishbar.org>
35556Date:   Wed Nov 8 15:28:10 2006 +0200
35557
35558    xfree86: remove xf86Keymap.h
35559
35560commit 809e2841aaa54662a42498aacec558bc813bba1c
35561Author: Daniel Stone <daniel@fooishbar.org>
35562Date:   Wed Nov 8 15:27:58 2006 +0200
35563
35564    xfree86: add general handler, port ACPI to it (bug #5665)
35565    
35566    Add 'general' handler registration, which will not trigger DPMS when an
35567    event comes in.
35568    Make ACPI use this.
35569
35570commit b5438f7fb2879e0226b578f60b22a490e73c3a83
35571Author: Daniel Stone <daniel@fooishbar.org>
35572Date:   Wed Nov 8 15:24:58 2006 +0200
35573
35574    Get*Events: massive reorganisation
35575    
35576    Reorganise the code logically, and put more comments in.
35577    Clip valuators in proximity calls.
35578
35579commit b0a7443ca8bd224994f98c1c1e25de88f2573224
35580Author: Daniel Stone <daniel@fooishbar.org>
35581Date:   Wed Nov 8 15:23:52 2006 +0200
35582
35583    configure.ac: axe redundant SDL test
35584
35585commit 332f179db7c38310db1f752d45f51b6d8301fd30
35586Author: Daniel Stone <daniel@fooishbar.org>
35587Date:   Wed Nov 8 15:23:35 2006 +0200
35588
35589    kdrive/sdl: fix compilation
35590
35591commit 988757a44197c91027109076e2e33ff6510ed71d
35592Author: Daniel Stone <daniel@fooishbar.org>
35593Date:   Wed Nov 8 14:06:51 2006 +0200
35594
35595    config: error messages non-fatal, and before we free them
35596    
35597    Move error messages before we free the error structure, and make them all
35598    non-fatal.
35599
35600commit e2b78df5800fb4e3f0ed01b38a1974ba3577949c
35601Author: Daniel Stone <daniel@fooishbar.org>
35602Date:   Tue Nov 7 11:13:56 2006 +0200
35603
35604    xkb: warning fix
35605
35606commit b55007d8cc9d20baa23d5de67683e414c827d3e5
35607Author: Daniel Stone <daniel@fooishbar.org>
35608Date:   Tue Nov 7 11:13:32 2006 +0200
35609
35610    SyntheticMotion: don't dereference sprite.screen when not using Xinerama
35611
35612commit f93d10ce9bb4a6de83b561f44fb7b046def16234
35613Author: Daniel Stone <daniel@fooishbar.org>
35614Date:   Mon Nov 6 18:33:45 2006 +0200
35615
35616    dix: remove staggeringly broken vendor workarounds
35617    
35618    Dear SGI,
35619    No.
35620    
35621    Scant regards,
35622    Daniel
35623
35624commit 389275d240e4ba19d62fda0f138a45c7ecb245ff
35625Author: Daniel Stone <daniel@fooishbar.org>
35626Date:   Sun Nov 5 02:47:59 2006 +0200
35627
35628    XkbCopyKeymap: don't iterate broken types, or dereference null pointers
35629    
35630    Don't iterate invalid destination types (>= num_types) when coping key
35631    types.
35632    Don't free key_aliases if it's NULL (theoretical, but sure).
35633    Make sure dst's label_font gets allocated if it's NULL.
35634    (Thanks, Chris Lee.)
35635
35636commit d585b4189aff8d7952847f75b19b4f092ab3b88b
35637Author: Daniel Stone <daniel@fooishbar.org>
35638Date:   Sat Nov 4 21:47:55 2006 +0200
35639
35640    xkb: fix uninitialised warning
35641    
35642    Fix uninitialised warning with memset(); we never actually use it
35643    uninitialised, but gcc doesn't know that.
35644
35645commit b6d7b537ed8975363ad0f7c4180a62822358e418
35646Author: Daniel Stone <daniel@fooishbar.org>
35647Date:   Sat Nov 4 21:43:22 2006 +0200
35648
35649    os: fix sun extensions test
35650    
35651    'else if' is not very valid, plus the logic is kind of broken, so just
35652    move it outside the ifdef in the first place.
35653
35654commit 8ba0c7b62c78dead722b0c8aa414f37bac4414b7
35655Author: Daniel Stone <daniel@fooishbar.org>
35656Date:   Sat Nov 4 21:41:03 2006 +0200
35657
35658    xace: avoid 'unused variable pScreen'
35659    
35660    Initialise pScreen explicitly, as REGION_* macros ignore pScreen.
35661
35662commit c3ea1f7db494365032526dc06a7283384bd0ecd1
35663Author: Daniel Stone <daniel@fooishbar.org>
35664Date:   Sat Nov 4 21:38:31 2006 +0200
35665
35666    dix/mi: still more warning fixes
35667    
35668    Fix up prototypes for PrintChildren and PrintWindowTree in the dix.
35669    Make miPrintRegion be unconditionally defined, and move the prototype into
35670    regionstr.h.
35671    Change a bunch of ScreenPtr pScreen = foo; to
35672    ScreenPtr pScreen; pScreen = foo; in window.c, so we avoid unused variable
35673    references (as inline REGION_* doesn't reference pScreen).
35674
35675commit 3a9b96425851b495503bd2eb0fd0d01c08f6a097
35676Author: Daniel Stone <daniel@fooishbar.org>
35677Date:   Sat Nov 4 21:33:09 2006 +0200
35678
35679    dix: add missing prototypes
35680    
35681    Add missing prototype for ffs, and include headers from ffs.c.
35682    Move PostSyntheticMotion prototype to input.h.
35683
35684commit 6716488fa256798070017232405b107d5c985479
35685Author: Daniel Stone <daniel@fooishbar.org>
35686Date:   Sat Nov 4 21:30:23 2006 +0200
35687
35688    dix: remove unused debug code
35689
35690commit 51813d77bfb84609a58a98e678efe9b6c0bf5503
35691Author: Daniel Stone <daniel@fooishbar.org>
35692Date:   Sat Nov 4 21:29:05 2006 +0200
35693
35694    dix: remove unused variable
35695
35696commit 844090a5b557705dd0adce2b7ed98813b5104d85
35697Author: Daniel Stone <daniel@fooishbar.org>
35698Date:   Sat Nov 4 21:21:29 2006 +0200
35699
35700    xfree86/xf86misc: warning fixes
35701
35702commit 61b570d0c1eb448f0aa08b4598118f0d43bc7345
35703Author: Daniel Stone <daniel@fooishbar.org>
35704Date:   Sat Nov 4 21:21:09 2006 +0200
35705
35706    xfree86/os-support: update prototype for OSRingBell
35707
35708commit c51fadc07d938f6a3edfd5620170fcb7d6486a11
35709Author: Daniel Stone <daniel@fooishbar.org>
35710Date:   Sat Nov 4 21:20:45 2006 +0200
35711
35712    mieq: annotate with some more comments
35713
35714commit 578899139f133746634a7bf8845e25362b5dfca2
35715Author: Daniel Stone <daniel@fooishbar.org>
35716Date:   Sat Nov 4 20:35:55 2006 +0200
35717
35718    RemoveGeneralSocket: don't touch EnabledDevices
35719    
35720    RemoveGeneralSocket.  Harmless, but.
35721
35722commit ae58d349c1cf5d63ad3616c485baa858350978d5
35723Author: Laurence Withers <l@lwithers.me.uk>
35724Date:   Sat Nov 4 19:34:37 2006 +0200
35725
35726    CreateColormap: fix return value (bug #7083)
35727    
35728    Return BadMatch when an unsupported visual type is given, not BadValue --
35729    this is correct according to the spec.
35730
35731commit 96f78e3886791b723ccd9ba40bea701603537b0c
35732Author: Erik Andren <erik.andren@gmail.com>
35733Date:   Sat Nov 4 19:29:49 2006 +0200
35734
35735    remove XFree86 changelogs (bug #7262)
35736    
35737    Without being able to tie these to specific commits, the text changelog is
35738    useless, as well as being huge.
35739
35740commit 5a40448f2d0ac2c86c617bebe3fb649174bf0d7f
35741Author: Eric Anholt <eric@anholt.net>
35742Date:   Tue Nov 7 15:48:05 2006 -0800
35743
35744    A couple more cases of error message before freeing strings.
35745
35746commit 05f1c302460a14c8fa9a943a12d69adcd3c30d58
35747Merge: 3e7e0e3 46af6d1
35748Author: Adam Jackson <ajax@benzedrine.nwnk.net>
35749Date:   Tue Nov 7 18:42:54 2006 -0500
35750
35751    Merge branch 'autoconfig-for-7.2'
35752
35753commit 3e7e0e35094d09e0e764818ed125314be75be01a
35754Author: Eric Anholt <eric@anholt.net>
35755Date:   Tue Nov 7 14:13:23 2006 -0800
35756
35757    Report the error before freeing the error strings.
35758
35759commit 4e6e4baead6c565363abbcd9e06cc685be121596
35760Author: Eric Anholt <eric@anholt.net>
35761Date:   Tue Nov 7 13:13:53 2006 -0800
35762
35763    Fix build on FreeBSD after input-hotplug.
35764
35765commit 20e9144c0746943624ff77a61791b8596f3f8458
35766Author: Keith Packard <keithp@neko.keithp.com>
35767Date:   Tue Nov 7 12:49:28 2006 -0800
35768
35769    Add $(DIX_CFLAGS) to remaining Makefile.am files
35770
35771commit 5e946dd853a4ebc2722ae023429ce5797de3d7a6
35772Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
35773Date:   Tue Nov 7 13:50:19 2006 -0500
35774
35775    Bug #8937: Extension setup functions not called on server resets
35776
35777commit 1dcda4f3c56214464c0b6123fea6daa69aae69fc
35778Author: Keith Packard <keithp@neko.keithp.com>
35779Date:   Tue Nov 7 01:29:51 2006 -0800
35780
35781    Avoid dereferencing sprite.screen when Xinerama is not running. (#8925)
35782    
35783    With Xinerama support built into the X server but not in use,
35784    sprite.screen is NULL and yet the SyntheticMotion
35785    macro would dereference it. Avoid that by just passing sprite.screen
35786    to PostSyntheticMotion which can then dereference it when Xinerama is
35787    enabled.
35788    
35789    Also, define PostSyntheticMotion in dixevents.h and include dixevents.h in
35790    getevents.c
35791
35792commit c20d3bf7533da0bf26beaf7d8c359d18edbd70e8
35793Merge: 028bbdc 3d39c02
35794Author: Keith Packard <keithp@neko.keithp.com>
35795Date:   Tue Nov 7 01:21:28 2006 -0800
35796
35797    Merge branch 'origin' into randr-1.2
35798
35799commit 3d39c02fe6aaa602c52f1d4f0ea6cd3bd000cf9f
35800Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
35801Date:   Mon Nov 6 21:25:52 2006 -0500
35802
35803    More work on Bug #8875: revert previous fix and try using client argument
35804    instead of serverClient.  Also don't use totalClientSize as it is not
35805    initialized until after the first call to InitClient.
35806
35807commit 75fe0670eb1f71144246f1c20759d58788bbee00
35808Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
35809Date:   Mon Nov 6 15:30:25 2006 -0500
35810
35811    whitespace adjust
35812
35813commit 0539d9cf2423fc0bed6f5c413beba3080f8abd85
35814Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
35815Date:   Mon Nov 6 15:29:17 2006 -0500
35816
35817    Bug #8875: Security extension causes Xorg to core dump on server reset
35818
35819commit aa0261a98e9d5b1349b33e2639bd83c556dd4000
35820Author: Juliusz Chroboczek <jch@pps.jussieu.fr>
35821Date:   Mon Nov 6 02:29:49 2006 +0100
35822
35823    Improve vm86 error handling in Xvesa.
35824
35825commit 6b2c65fdd169037c6ede250d4a8fec3d29a080ae
35826Author: Juliusz Chroboczek <jch@pps.jussieu.fr>
35827Date:   Mon Nov 6 00:30:09 2006 +0100
35828
35829    Fix typo in Xvesa: incorrect reporting of DAC capabilities.
35830
35831commit 028bbdc0417173803695808ba9f48498519273a3
35832Merge: 50504c6 8deaaa3
35833Author: Keith Packard <keithp@neko.keithp.com>
35834Date:   Sat Nov 4 17:46:26 2006 -0800
35835
35836    Merge master back to randr-1.2
35837
35838commit 50504c68e1d407232cf83465981b235e542ef31f
35839Merge: 8b87ce1 cde8806
35840Author: Keith Packard <keithp@neko.keithp.com>
35841Date:   Sat Nov 4 17:43:19 2006 -0800
35842
35843    Merge branch 'randr-1.2-origin' into randr-1.2
35844
35845commit 8b87ce19741753eafbd99e7093bc3dea8f26e838
35846Author: Keith Packard <keithp@neko.keithp.com>
35847Date:   Sat Nov 4 17:41:25 2006 -0800
35848
35849    Allow X server to build against libdrm 2.1
35850
35851commit 7ffbe9d232e3a4621a204448d67e434736465cbe
35852Author: Keith Packard <keithp@neko.keithp.com>
35853Date:   Sat Nov 4 17:41:09 2006 -0800
35854
35855    Add DIX_CFLAGS to hw/vfb/Makefile.am
35856
35857commit 2db62bce0725ba2d88cbe40fc440b6bda45046f3
35858Author: Keith Packard <keithp@neko.keithp.com>
35859Date:   Sat Nov 4 17:40:34 2006 -0800
35860
35861    Define fbHasVisualTypes in fb.h as it is exported
35862
35863commit 8deaaa312ad7f9b492a2ae8ad17d74650112c25c
35864Author: Bernhard Rosenkraenzer <bero@arklinux.org>
35865Date:   Sat Nov 4 18:59:39 2006 +0200
35866
35867    automake: avoid use of reserved _SOURCES keyword (bug #8866)
35868    Avoid using _SOURCES unless we're directly referencing a program or
35869    library to be built; use _SRCS instead.  Shuts automake 1.10 up.
35870
35871commit f72927d26cd112d321f7bf187df3c740b3129d22
35872Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
35873Date:   Sat Nov 4 19:00:57 2006 +0200
35874
35875    xfree86/hurd: remove OsMouseProc (bug #5613)
35876    Remove OsMouseProc, let the mouse driver deal with it.
35877
35878commit 0273610578485564c3c0be11b336b6554cc31b43
35879Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
35880Date:   Sat Nov 4 19:02:04 2006 +0200
35881
35882    xfree86/hurd: add bell support, remove SERVER/LOADER defines (bug #5613)
35883    Add no-op bell ringing support, and remove obsolete @SERVER_DEFINES@ and
35884    @LOADER_DEFINES@ from CFLAGS.
35885
35886commit ade4bf09076d13dbf3549c0a2d987a0afe76d5c1
35887Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
35888Date:   Sat Nov 4 19:03:13 2006 +0200
35889
35890    mesa/indirect: include byteswap.h on GNU userland (bug #5613)
35891    Include byteswap.h on all GNU-userland systems (including with the Hurd
35892    and FreeBSD kernels), not just Linux.
35893
35894commit 412e93349e1656c9650115328af4be0e59a66f74
35895Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
35896Date:   Sat Nov 4 19:05:02 2006 +0200
35897
35898    kdrive: make building of Linux support conditional (bug #5613)
35899    Only try to build Linux support on Linux.  We should probably disable all
35900    OS-dependent DDXes if we don't have a workable OS (and only build
35901    Xephyr/Xfake), but that's future work.
35902
35903commit cde8806c2930788ba8076e94651d391e45f3ccdb
35904Author: Eric Anholt <eric@anholt.net>
35905Date:   Fri Nov 3 16:36:34 2006 -0800
35906
35907    Don't bump the refcnt if the new mode is NULL.
35908
35909commit 97fd471a627be185bee8cda3f709cfccea3fa12d
35910Author: Aaron Plattner <aplattner@nvidia.com>
35911Date:   Fri Oct 27 12:36:56 2006 -0700
35912
35913    Fix standard VESA modes.
35914    
35915    The built-in mode timings were off slightly for the 640x480@60, 640x480@72,
35916    and 1024x768@75 modes.
35917
35918commit 22ee2e4e1f1d9fd9ca9f25c9bf25370034b771d4
35919Merge: 49a2668 bd0c829
35920Author: Alan Coopersmith <alan.coopersmith@sun.com>
35921Date:   Fri Nov 3 12:54:56 2006 -0800
35922
35923    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver
35924
35925commit 49a26681b2bdd95ed65c425f1fa1441d2f092a6e
35926Author: Alan Coopersmith <alan.coopersmith@sun.com>
35927Date:   Fri Nov 3 12:54:43 2006 -0800
35928
35929    Add DTrace probe points for X server <-> client communications
35930    
35931    See http://people.freedesktop.org/~alanc/dtrace/ for more details
35932
35933commit bd0c829654903ca45543dfa59cda967c4fafd8ac
35934Author: Bjorn Helgaas <bjorn.helgaas@hp.com>
35935Date:   Fri Nov 3 18:54:06 2006 +0100
35936
35937    Do not map full 0-1MB legacy range
35938    
35939    If we're mapping something in the "legacy range" (0-1Mb), we shouldn't
35940    expand the requested range to the entire 0-1Mb range.  Typically this
35941    is for mapping the VGA frame buffer, and some platforms support mmap of
35942    the frame buffer but not the entire 0-1Mb range.
35943    
35944    For example, HP sx1000 and sx2000 ia64 platforms can have memory from
35945    0-0x9ffff, VGA frame buffer from 0xa0000-0xbffff, and memory from
35946    0xc0000-0xfffff.  On these platforms, we can't map the entire 0-1Mb
35947    range with the same attribute because the memory only supports WB,
35948    while the frame buffer supports only UC.  But an mmap of just the
35949    frame buffer should work fine.
35950
35951commit c1828a8ff51c8db326c47e6710f4f42fab94fb6d
35952Author: Egbert Eich <eich@freedesktop.org>
35953Date:   Fri Nov 3 18:32:48 2006 +0100
35954
35955    Fixing mach64 driver bailing out on ia64
35956    
35957    Mach64 driver bails out on ia64 because it cannot map device
35958    memory. It turns out that some bogus and unneeded code attempts
35959    to find the root bridge of the device and fails to do so proberly
35960    as there this host-to-pci bridge is not existant. This code has
35961    been around for years although it completely unclear what it had
35962    been intended for. Fixing this by eliminating the bogus code.
35963
35964commit d50fc413b39f52663b46084c28e81fc4933a7b49
35965Author: Matthias Hopf <mhopf@suse.de>
35966Date:   Thu Nov 2 18:53:41 2006 +0100
35967
35968    Fix device path in altixPCI.c to be domain aware.
35969
35970commit 1d731fc54a2cf5d3f353d8ee1c7c4989df27f011
35971Author: Matthias Hopf <mhopf@suse.de>
35972Date:   Thu Nov 2 18:50:15 2006 +0100
35973
35974    Add domain support to linuxPciOpenFile().
35975    
35976    Loosely based on patch from David S. Miller <davem@davemloft.net>
35977    See also bug #2368.
35978
35979commit caaa113acf4144fd47a1ac93ca440d78d1983e54
35980Author: Matthias Hopf <mhopf@suse.de>
35981Date:   Thu Nov 2 18:38:45 2006 +0100
35982
35983    Fixing domain support for ia64
35984    
35985    ia64 specific functions + defines.
35986    Still uses /proc interface for some scaning code.
35987    Based on code from Egbert Eich <eich@freedesktop.org>.
35988
35989commit 16c5043fc0c84b14323cd211c2645106455ac320
35990Author: Matthias Hopf <mhopf@suse.de>
35991Date:   Thu Nov 2 18:22:09 2006 +0100
35992
35993    Fix 2 warnings.
35994
35995commit 072c022e731c3aadf34096f16364e29df47280d2
35996Author: Matthias Hopf <mhopf@suse.de>
35997Date:   Thu Nov 2 17:58:19 2006 +0100
35998
35999    Fix obviously wrong boundary checks + cleanup unused vars.
36000    
36001    Also disable compilation of code that is no longer used anywhere in the whole
36002    Xserver tree.
36003
36004commit 5afc6c1a14fea2966017493b045fa7209faeb8eb
36005Author: Matthias Hopf <mhopf@suse.de>
36006Date:   Thu Nov 2 15:42:03 2006 +0100
36007
36008    Added linux 2.6 compatible domain aware device scanning code.
36009    
36010    Additional scanning code uses the /sys interface of 2.6 kernels.
36011    Cleaned up the use of tags and already split domain/bus/dev/fn.
36012
36013commit 6319f7d713971f70f06166480f069eca3bcace36
36014Author: Egbert Eich <eich@freedesktop.org>
36015Date:   Thu Nov 2 12:50:52 2006 +0100
36016
36017    Make int10 fully domain aware.
36018
36019commit f4dd2665b0f9aa9c00a5152c73bc72cb7514eeb5
36020Author: Matthias Hopf <mhopf@suse.de>
36021Date:   Thu Nov 2 12:36:12 2006 +0100
36022
36023    Added missing domain stripping in already domain aware code.
36024
36025commit 46901063e8edc82b67989f4e5eec39d17c67dc98
36026Author: Matthias Hopf <mhopf@suse.de>
36027Date:   Thu Nov 2 12:25:03 2006 +0100
36028
36029    Build with -D_PC on ix86 only.
36030
36031commit 543b397277d1f03b8091e44812010abcd5d80102
36032Merge: 4056e6e 645d057
36033Author: Keith Packard <keithp@neko.keithp.com>
36034Date:   Thu Nov 2 19:00:35 2006 -0800
36035
36036    Merge branch 'origin' into randr-1.2
36037
36038commit 037f23e6f8fbe6e6fc8e71ed21958fc553df72d0
36039Author: Alan Coopersmith <alan.coopersmith@sun.com>
36040Date:   Thu Nov 2 18:30:58 2006 -0800
36041
36042    Convert Xprt DDX to new motion history api
36043
36044commit 7dc54a40e900cbea1e509620623b091d54a3c2d1
36045Author: Alan Coopersmith <alan.coopersmith@sun.com>
36046Date:   Thu Nov 2 16:38:47 2006 -0800
36047
36048    Remove references to xf86Info.kbd* from solaris code
36049
36050commit e46f7f78b362e76f5a553184e3f5ec7e109aa39d
36051Author: Alan Coopersmith <alan.coopersmith@sun.com>
36052Date:   Thu Nov 2 16:38:12 2006 -0800
36053
36054    sun_bell.c needs to #include "xf86_OSlib.h"
36055
36056commit 58bf9a142d1957f4d77038ee4ce7b1116b1f7955
36057Author: Alan Coopersmith <alan.coopersmith@sun.com>
36058Date:   Thu Nov 2 14:43:02 2006 -0800
36059
36060    PostSyntheticMotion needs to be extern, not static, since it's in getevents.c
36061
36062commit 1ecd45fb8e4250fb51daa2bdf1a960af0f8b53fb
36063Author: Daniel Stone <daniel@fooishbar.org>
36064Date:   Thu Nov 2 04:51:03 2006 +0200
36065
36066    Makefile.am: add config to DIST_SUBDIRS as well
36067
36068commit 01afa533aa872d1a101a41153f95d800e68fea3e
36069Author: Daniel Stone <daniel@fooishbar.org>
36070Date:   Thu Nov 2 04:32:37 2006 +0200
36071
36072    xfree86/os-support: axe more unused files
36073
36074commit 57c1409151cb1f6e0e528fb92ebda58f86f12c1a
36075Author: Daniel Stone <daniel@fooishbar.org>
36076Date:   Thu Nov 2 04:21:06 2006 +0200
36077
36078    xfree86/os-support: remove unused file from dist
36079
36080commit de5a4c63747a417cdece919f4fb5a4004a3ee7bb
36081Author: Daniel Stone <daniel@fooishbar.org>
36082Date:   Thu Nov 2 04:18:33 2006 +0200
36083
36084    xkb: note that we allow full xi interaction
36085    We now allow maps to be set (etc) on different keyboards, so stop putting
36086    XkbXI_KeyboardsMask in unsupported.
36087
36088commit 1d65429a9e03871969552d0c31b022546cc46b12
36089Author: Daniel Stone <daniel@fooishbar.org>
36090Date:   Thu Nov 2 04:12:55 2006 +0200
36091
36092    xfree86: don't attempt to enable and disable non-DIX devices
36093    Don't try to enable and disable devices with no entry in the DIX, such as
36094    the evdev brain.
36095
36096commit 64139c1950ea825c0a0124abc5f88499e91f797f
36097Author: Daniel Stone <daniel@fooishbar.org>
36098Date:   Thu Nov 2 03:22:09 2006 +0200
36099
36100    bump to 1.2.99.0
36101
36102commit 18c246a13b887b865de6a17e6cd1c259b9bc383d
36103Merge: 794f2e7 4843d82
36104Author: Daniel Stone <daniel@fooishbar.org>
36105Date:   Thu Nov 2 03:21:37 2006 +0200
36106
36107    Merge branch 'input-hotplug'
36108
36109commit 4843d823f4d38d8bd468ce3a8feddbff229ed416
36110Merge: ba9f513 a7b944f
36111Author: Daniel Stone <daniel@fooishbar.org>
36112Date:   Thu Nov 2 03:18:13 2006 +0200
36113
36114    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug
36115
36116commit ba9f5138fc32a7a7b97bcf941bc92751b7c6c2c0
36117Author: Daniel Stone <daniel@fooishbar.org>
36118Date:   Thu Nov 2 03:16:10 2006 +0200
36119
36120    xfree86: allow starting with no input devices
36121    Add a server flag (AllowEmptyInput), which will inhibit adding the
36122    standard keyboard and mouse drivers, if there are no input devices in the
36123    config file.
36124
36125commit be291a6d9764cf29a7d9a8114d47d9f41ce856e9
36126Merge: a2d6242 6fdfd9d
36127Author: Daniel Stone <daniel@fooishbar.org>
36128Date:   Thu Nov 2 03:15:25 2006 +0200
36129
36130    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug
36131
36132commit a7b944f0d96c3e0e15e75378a04def1ac96089fb
36133Author: Alan Coopersmith <alan.coopersmith@sun.com>
36134Date:   Wed Nov 1 16:17:49 2006 -0800
36135
36136    If getpeerucred() is available, include pid & zoneid in audit messages too
36137
36138commit fbfb35189ef6666707097704b43e052cb2f919ae
36139Author: Alan Coopersmith <alan.coopersmith@sun.com>
36140Date:   Wed Nov 1 15:11:48 2006 -0800
36141
36142    Bug #1997: AUDIT messages should contain uid for local accesses
36143    
36144    <https://bugs.freedesktop.org/show_bug.cgi?id=1997>
36145
36146commit a2d6242106bb3a440faa9cad157e0120dbfa7b6e
36147Author: Daniel Stone <daniel@fooishbar.org>
36148Date:   Thu Nov 2 00:46:33 2006 +0200
36149
36150    kdrive:remove Change{Keyboard,Pointer}Device
36151    This was removed in the DIX, so just axe it.
36152
36153commit d9a5e3e964b6c91fbca88b50674fce9660b972a4
36154Author: Daniel Stone <daniel@fooishbar.org>
36155Date:   Thu Nov 2 00:45:23 2006 +0200
36156
36157    XkbCopyKeymap: be more careful with levels, allocate compat/geom
36158    Take various extra precautions with copying levels across (thanks Chris
36159    Lee for a gdb session), including allocating when we don't already have a
36160    coherent map.
36161    Only free type components if they're present.
36162    Allocate geometry and compat components if we don't already have them in
36163    the dest map.
36164
36165commit 6fdfd9dad91d7b7aa292f8c4d268dd27c34de8d3
36166Author: Eric Anholt <eric@anholt.net>
36167Date:   Wed Nov 1 14:29:59 2006 -0800
36168
36169    Fix several cases where optimized paths were hit when they shouldn't be.
36170    
36171    This fixes a number of rendercheck cases.
36172
36173commit 40f84793bca40dcc6883d51aefa1bda44bd1ac61
36174Author: Alan Coopersmith <alan.coopersmith@sun.com>
36175Date:   Wed Nov 1 14:34:46 2006 -0800
36176
36177    Propogate $LIBS for xtrans, clock_gettime, libm, etc. to libs used for each server
36178
36179commit d7d931abe01a8cf555b027f2bcfcccd5e9053e52
36180Author: Daniel Stone <daniel@fooishbar.org>
36181Date:   Wed Nov 1 23:48:58 2006 +0200
36182
36183    configure.ac: remove check for rate/period
36184    Keyboard stuff is now handled in the kbd driver.
36185
36186commit 81728558a044fdde0e1d63da7b6314755f77296e
36187Author: Daniel Stone <daniel@fooishbar.org>
36188Date:   Wed Nov 1 23:10:26 2006 +0200
36189
36190    input: add non-keyboard bell ringing function
36191    Add a generic 'ring the bell' function (console bell on Linux and BSD,
36192    /dev/audio on Solaris), and add DDX functions for this.  Make this the
36193    core keyboard's bell.
36194    Port Xvfb and Xnest to this.
36195    Port XFree86 to this, with OS-specific hooks for Linux, BSD, and Solaris
36196    taken from foo_io.c in the old layer.
36197
36198commit 3df454719f9cbf6a046cb7458019ec621b3b42ee
36199Author: Daniel Stone <daniel@fooishbar.org>
36200Date:   Wed Nov 1 23:02:57 2006 +0200
36201
36202    kdrive: add KdRingBell prototype
36203
36204commit 4056e6e79a4e37101d298ae29139c83d3816368b
36205Author: Keith Packard <keithp@mandolin.keithp.com>
36206Date:   Wed Nov 1 00:29:46 2006 -0800
36207
36208    Move physical size from mode to output.
36209    
36210    Modes can be shared across different sized monitors this way.
36211    
36212    Also caught some missing byteswapping and an incorrect return type.
36213
36214commit c03311a1e78daa291477a67b1bb7206772108c5d
36215Author: Alan Coopersmith <alan.coopersmith@sun.com>
36216Date:   Tue Oct 31 16:05:48 2006 -0800
36217
36218    Fix automake error: BUILT_SOURCES was defined multiple times on Solaris
36219
36220commit a2434ec5f3c9dc79d1f05c2d704a82a766718ed4
36221Author: Alan Coopersmith <alan.coopersmith@sun.com>
36222Date:   Tue Oct 31 15:57:59 2006 -0800
36223
36224    Make _POSIX_C_SOURCE hack work with Solaris headers
36225    
36226    Solaris headers are very literal - if you ask for POSIX_C_SOURCE 199309L,
36227    they limit to only the functions in that standard and no more, unless you
36228    also specify __EXTENSIONS__ to allow functions beyond the standard base.
36229
36230commit 645d0576205532a3610ae351267d5b84d76236bd
36231Author: Matthieu Herrb <matthieu.herrb@laas.fr>
36232Date:   Sun Oct 29 18:19:56 2006 +0100
36233
36234    Handle building in a separate objdir
36235
36236commit 59584c375f4e4b2670a92002ecb7a78a0bc50cce
36237Author: Matthieu Herrb <matthieu.herrb@laas.fr>
36238Date:   Sun Oct 29 17:49:46 2006 +0100
36239
36240    kill GNU-make'ism.
36241
36242commit 0107320fac0913aae2cb169992e31c670b4bd2f7
36243Merge: 06b6b97 a34446f
36244Author: Thomas Hellstrom <thomas-at-tungstengraphics-dot-com>
36245Date:   Sun Oct 29 15:23:35 2006 +0100
36246
36247    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver
36248
36249commit 06b6b971d065226b983ba25da7ea8236ec37df04
36250Author: Thomas Hellstrom <thomas-at-tungstengraphics-dot-com>
36251Date:   Sun Oct 29 15:22:37 2006 +0100
36252
36253    Make sure we have 64-bit file-offsets in libdrm.
36254
36255commit 644ee2434a4e09f5baea00a486911f8c24b9a261
36256Author: Daniel Stone <daniel@fooishbar.org>
36257Date:   Sun Oct 29 03:52:11 2006 +0300
36258
36259    kdrive: avoid null dereferences
36260    Avoid jumping into NULL pointers for OS or card functions which do not
36261    exist.
36262
36263commit 738d2e88171bcce8782d670a1cda9a1d941d7977
36264Author: Daniel Stone <daniel@fooishbar.org>
36265Date:   Sun Oct 29 03:48:02 2006 +0300
36266
36267    kdrive: move bell ringing into an OS function
36268    Move the bell into an OS function, and use that if it's declared; else,
36269    fall back to using the driver's function.
36270    Remove the Linux keyboard bell function; just move it into the OS layer.
36271    Use named initialisers when converting the old structures, and eliminate
36272    unused functions.
36273
36274commit 96e32805d12fc36f0fa0926dbfb0dd8a5cadb739
36275Author: Daniel Stone <daniel@fooishbar.org>
36276Date:   Sun Oct 29 03:43:34 2006 +0300
36277
36278    Xi: disallow changing core keyboard and pointer
36279    Just short-circuit the change core keyboard/pointer requests.
36280
36281commit 68f595ca6c7883e030947b7f95c50e92aa733f2b
36282Author: Daniel Stone <daniel@fooishbar.org>
36283Date:   Sun Oct 29 03:41:34 2006 +0300
36284
36285    GetTimeInMillis: use correct units for clock_gettime
36286    Make sure we're treating the nanoseconds as a long, not an int, so we
36287    don't overflow.
36288
36289commit 51a06b3c44509c72279b5cfcf2b52b9a35c461b0
36290Author: Daniel Stone <daniel@fooishbar.org>
36291Date:   Sun Oct 29 03:40:57 2006 +0300
36292
36293    WaitForSomething: only rewind when delta is more than 250ms
36294    Only rewind time when we're more than (original delta + 250ms) away from
36295    executing the timer.
36296    When we're walking the timer list, use a goto to iterate all of them from
36297    the start again, since timers may drop out of the list.
36298    Don't bother trying to be smart in TimerSet, we'll pick it up in
36299    WaitForSomething anyway.
36300
36301commit a34446f5b3d90714969a90583c49cb1eae1c9651
36302Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
36303Date:   Fri Oct 27 13:43:43 2006 -0400
36304
36305    Add missing file to list in Makefile.am
36306
36307commit 92d04e746bd9b8ad3ee217c165ace20468e079cf
36308Author: Thomas Hellstrom <thomas-at-tungstengraphics-dot-com>
36309Date:   Fri Oct 27 18:26:30 2006 +0200
36310
36311    Import libdrm functions for the drm memory manager.
36312
36313commit e3d3d29db5eef057b4e8294377c9c3147436bc2f
36314Merge: 92387e9 004d00e
36315Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
36316Date:   Thu Oct 26 20:21:16 2006 -0400
36317
36318    Merge branch 'master' into my-XACE-SELINUX
36319
36320commit 92387e99d085b0b081fcedb2f20304eb0ac536b1
36321Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
36322Date:   Thu Oct 26 20:20:57 2006 -0400
36323
36324    Change symbol in libaudit library test.
36325
36326commit 196c5836f463c28f633bbba847f59acd5935359d
36327Author: Daniel Stone <daniel@fooishbar.org>
36328Date:   Fri Oct 27 01:27:31 2006 +0300
36329
36330    CoreKeyboardProc: annotate with FIXME
36331    Setting an empty keymap by default isn't wildly useful.
36332
36333commit f9a1e456f8a4eaa1a9c71fd0fe5231140975c22d
36334Author: Daniel Stone <daniel@fooishbar.org>
36335Date:   Fri Oct 27 01:25:39 2006 +0300
36336
36337    CoreKeyboardProc: don't leak keymap and modmap
36338    SetKeySymsMap does a copy here, so try not to leak them.
36339
36340commit a5be65401769fabcb5001dc63035c69f9e4a2712
36341Author: Daniel Stone <daniel@fooishbar.org>
36342Date:   Fri Oct 27 01:25:21 2006 +0300
36343
36344    mieqEnqueue: only compare DEVICE_BITS of deviceid
36345    Only compare DEVICE_BITS of the two deviceids, so we don't decide that
36346    a valuator event isn't for us, because (id | MORE_EVENTS) != id.
36347
36348commit 85212eb504f860b054eb0f0a5029fed86cb8d1c0
36349Author: Daniel Stone <daniel@fooishbar.org>
36350Date:   Fri Oct 27 01:23:58 2006 +0300
36351
36352    getValuatorEvents: make sure we put MORE_EVENTS in the right places
36353    Make sure we put MORE_EVENTS in with the device id if there are, in fact,
36354    more valuator events coming.
36355
36356commit 794f2e7291ccb4e48f9fbfc8f08302e3aac0f79f
36357Author: Myron Stowe <myron.stowe@hp.com>
36358Date:   Thu Oct 26 20:38:58 2006 +0300
36359
36360    xfree86: re-enable chipset-specific drivers for Linux/ia64
36361    Re-enable chipset-specific support for Linux/ia64, by linking in
36362    lnx_ia64.c.
36363
36364commit 8c0556e7cb1de8c387ddd886a03a8f8afff1fd0e
36365Merge: cdc8a4b 004d00e
36366Author: Daniel Stone <daniel@fooishbar.org>
36367Date:   Thu Oct 26 15:21:22 2006 +0300
36368
36369    Merge branch 'master' into input-hotplug
36370
36371commit 004d00e6689f452fc9fdf91f5ffc6d6aed697d54
36372Author: Daniel Stone <daniel@fooishbar.org>
36373Date:   Thu Oct 26 01:10:08 2006 +0300
36374
36375    GetTimeInMillis: simplify monotonic test
36376    We don't actually need to get the CPU clock ID, which means we don't need
36377    the monotonic_usable test.  Since there's now only one branch, the
36378    compiler will treat that as likely, so we don't need xproto 7.0.9 anymore.
36379    
36380    The fallthrough to gettimeofday() is preserved.
36381
36382commit cdc8a4b7b2f099b8860a54c5c9f488e6f7c4913a
36383Merge: 3da918a d285833
36384Author: Daniel Stone <daniel@fooishbar.org>
36385Date:   Thu Oct 26 00:28:30 2006 +0300
36386
36387    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug
36388
36389commit d285833290316cb5dd1e7f1e52c96be3e9cf21cd
36390Author: Daniel Stone <daniel@fooishbar.org>
36391Date:   Wed Oct 25 23:57:00 2006 +0300
36392
36393    GetTimeInMillis: spuport monotonic clock
36394    Add support for CLOCK_MONOTONIC from clock_gettime, and use that in
36395    GetTimeInMillis() if available, falling back to the old gettimeofday()
36396    implementation.
36397    
36398    This is _slightly_ faster on some 64-bit architectures, and _slightly_
36399    slower on others (though barely measurable).
36400
36401commit d3e57faffee63df1424a209d0418d3a712f91ae6
36402Author: Daniel Stone <daniel@fooishbar.org>
36403Date:   Wed Oct 25 23:55:43 2006 +0300
36404
36405    WaitForSomething: allow time to rewind
36406    If time rewinds dramatically, reset all the timers to fix their expiry.
36407
36408commit e21604914dccece6bc64c69b55512d1f1a969235
36409Author: Keith Packard <keithp@neko.keithp.com>
36410Date:   Wed Oct 25 09:48:23 2006 -0700
36411
36412    Merge master back in and clean up some unfinished code (closes 8745)
36413
36414commit becbda6d519a11c2c211afb8d46f9ea1a2676bc3
36415Author: Michel Dänzer <michel@tungstengraphics.com>
36416Date:   Wed Oct 25 11:39:27 2006 +0200
36417
36418    Fix test for Option "IgnoreABI".
36419    
36420    This option has plenty of potential for wasting the time of bug triagers
36421    without pretending it's always on.
36422
36423commit 59511974db843fa7e11133894cfc10c20fdaf60f
36424Merge: 054f8cd 598ac7a
36425Author: Keith Packard <keithp@neko.keithp.com>
36426Date:   Tue Oct 24 17:26:20 2006 -0700
36427
36428    Merge branch 'master' into randr-1.2
36429
36430commit 598ac7a83698327b607084abaebcbd22f8d25fbb
36431Merge: 828c34e 948a97b
36432Author: Keith Packard <keithp@neko.keithp.com>
36433Date:   Tue Oct 24 17:23:12 2006 -0700
36434
36435    Merge branch 'origin'
36436
36437commit 828c34e83ccdf3bcd2844d5af8b0cac4164b04ab
36438Author: Keith Packard <keithp@neko.keithp.com>
36439Date:   Tue Oct 24 17:23:02 2006 -0700
36440
36441    Byte swap RRSelectInput enable flags.
36442
36443commit 3da918a16c8908fdfaf89f2a1bcaec19e01528a9
36444Author: Daniel Stone <daniel@fooishbar.org>
36445Date:   Wed Oct 25 02:22:07 2006 +0300
36446
36447    mipointer: remember to update pointer location
36448    Update pointer location so it doesn't get quickly reset by the next
36449    pointer update.
36450
36451commit aabc087998e680c2fcf0ebc1c5022c1fe8f58f0c
36452Author: Daniel Stone <daniel@fooishbar.org>
36453Date:   Wed Oct 25 02:21:39 2006 +0300
36454
36455    GetPointerEvents: always ensure correct number of events
36456    Ensure correct number of valuator events are returned, and that we always
36457    increment events correctly.
36458
36459commit 65cd5aa4d754624566c2263015f1a018d137fce1
36460Author: Daniel Stone <daniel@fooishbar.org>
36461Date:   Wed Oct 25 01:12:45 2006 +0300
36462
36463    kdrive/input: remove unnecessary #ifdef XINPUTs
36464    Xi is now mandatory, so don't bother with the ifdefs.
36465
36466commit 0514d53e10b3521bb708a9cbde4bab525248eadb
36467Author: Daniel Stone <daniel@fooishbar.org>
36468Date:   Wed Oct 25 01:10:44 2006 +0300
36469
36470    xfree86: remove motion history handling
36471    Remove motion history handling, as we now deal with this in the DIX.
36472
36473commit b1debebf8fe20ded20ba27e871fd1a6a9de029e3
36474Author: Daniel Stone <daniel@fooishbar.org>
36475Date:   Wed Oct 25 01:10:20 2006 +0300
36476
36477    mi: remove mi motion history
36478    This is now unneeded as we do motion history in the DIX.
36479
36480commit b9e180e632d04bf685ade9e32bd0b20882794486
36481Author: Daniel Stone <daniel@fooishbar.org>
36482Date:   Wed Oct 25 01:09:19 2006 +0300
36483
36484    port all users to the new DIX motion history API
36485    Port KDrive, Xvfb, and Xnest, as well as the virtual core devices, to the
36486    new motion history API.  Make GetPointerEvents also update the history.
36487
36488commit 5b38eb69cdaa154791c7f74e35dbe4d3256b19bd
36489Author: Daniel Stone <daniel@fooishbar.org>
36490Date:   Wed Oct 25 01:08:29 2006 +0300
36491
36492    dix: add motion history support
36493    Add motion history support (sort of based on the XFree86 DDX's
36494    implementation) to the DIX.
36495
36496commit 11fb58be77ac163844e494b2b0a260cf28a7ecd1
36497Author: Daniel Stone <daniel@fooishbar.org>
36498Date:   Wed Oct 25 01:07:36 2006 +0300
36499
36500    miscellaneous warning fixes
36501    Use the correct type for time, and fix the mi prototype of EnqueueEvent.
36502
36503commit 2a74b8a91da1a98669993078f7fe9081f2d743ce
36504Author: Daniel Stone <daniel@fooishbar.org>
36505Date:   Wed Oct 25 01:04:53 2006 +0300
36506
36507    xfree86: re-bump input abi to 1.0, yet again
36508
36509commit 37d1fffe79c35ada056ce9a56292c000014fe48a
36510Author: Daniel Stone <daniel@fooishbar.org>
36511Date:   Tue Oct 24 23:06:57 2006 +0300
36512
36513    inputstr: try to keep device structs the same size
36514    Try to make sure DeviceIntRec and friends stay the same size,
36515    regardless of whether or not XKB is enabled.
36516
36517commit 9f9ac01a819ee96fb5be5d7d346c91f461bf3979
36518Author: Daniel Stone <daniel@fooishbar.org>
36519Date:   Tue Oct 24 23:01:05 2006 +0300
36520
36521    inputstr: fix indentation
36522
36523commit 27d682fa030501611a5b52f41f29738134b45c0b
36524Author: Ian Romanick <idr@us.ibm.com>
36525Date:   Tue Oct 24 09:04:14 2006 -0700
36526
36527    Fix from HEAD accidentally reverted during merge.
36528
36529commit 8b909135664abb69ada522e8e39495d9eca717ac
36530Merge: 21291d6 948a97b
36531Author: Ian Romanick <idr@us.ibm.com>
36532Date:   Tue Oct 24 08:57:59 2006 -0700
36533
36534    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into pci-rework
36535    
36536    Conflicts:
36537    
36538    	hw/xfree86/Makefile.am
36539    	hw/xfree86/common/xf86.h
36540    	hw/xfree86/common/xf86DoScanPci.c
36541    	hw/xfree86/os-support/bus/linuxPci.c
36542    	hw/xfree86/scanpci/extrapci.ids
36543    	hw/xfree86/scanpci/pci.ids
36544    	hw/xfree86/scanpci/pciid2c.pl
36545    	hw/xfree86/scanpci/xf86PciStdIds.h
36546
36547commit 0cd6a3d8efb5cc1ce4f85ab95bcdf4fb66c7245d
36548Author: Daniel Stone <daniel@fooishbar.org>
36549Date:   Mon Oct 23 06:56:07 2006 +0300
36550
36551    xfree86/input: add proximity support, free valuators
36552    Re-add support for proximity events, and remember to both va_end our
36553    varargs, and free our valuators.
36554
36555commit cccf7ae0ff24d0c84b5144c457f3f86bbbc36e12
36556Author: Daniel Stone <daniel@fooishbar.org>
36557Date:   Mon Oct 23 06:55:21 2006 +0300
36558
36559    GetProximityEvents: add (untested) function
36560    Add untested first guess at what GetProximityEvents should look like.
36561
36562commit 35fa4ac12b3da33f81e2a12bc9661ed075f323ed
36563Author: Daniel Stone <daniel@fooishbar.org>
36564Date:   Mon Oct 23 06:23:45 2006 +0300
36565
36566    GetPointerEvents: break into separate functions
36567    Break out clipAxis, clipValuators, and getValuatorEvents, into
36568    separate functions, to be used by the proximity event code.
36569
36570commit a7c2d9a15dc2ff253bb69c3b0738ad993521b9c7
36571Author: Daniel Stone <daniel@fooishbar.org>
36572Date:   Mon Oct 23 06:08:27 2006 +0300
36573
36574    kdrive: numerous warning fixes
36575
36576commit c8f76fb3a473a022d497bd0acd6c84f58fc6efbe
36577Author: Daniel Stone <daniel@fooishbar.org>
36578Date:   Mon Oct 23 05:12:15 2006 +0300
36579
36580    xfree86/input: disallow pointer device changes, fix drag event calculation
36581    Don't allow users to change the core pointer.
36582    Fix xf86SendDragEvents to check the device button state, not the core
36583    pointer's.
36584    Remove unused xf86CheckButton.
36585
36586commit c5b5b046e86b159a9d32451308f38246cc4587f7
36587Merge: fab1d37 948a97b
36588Author: Daniel Stone <daniel@fooishbar.org>
36589Date:   Mon Oct 23 02:58:30 2006 +0300
36590
36591    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug
36592
36593commit fab1d37ecbeee9777ad1485b0cc62b55042d5014
36594Author: Daniel Stone <daniel@fooishbar.org>
36595Date:   Mon Oct 23 02:57:00 2006 +0300
36596
36597    xfree86/options: don't blindly dereference NULL pointers
36598    Sure, conf_idev should be initialised, but if it's not, try to make the
36599    best of a bad situation.
36600
36601commit 523fe64ba16cf7a40f4095432d81300726d83e8d
36602Author: Daniel Stone <daniel@fooishbar.org>
36603Date:   Mon Oct 23 02:56:28 2006 +0300
36604
36605    kdrive/lots of DDXes: make stubs use KdOsAddInputDrivers()
36606    In theory, removing LinuxPciScan should make these drivers OS-independent.
36607
36608commit 57f98e2b72d5c7fea93a9f6da86228ffb4856bf3
36609Author: Daniel Stone <daniel@fooishbar.org>
36610Date:   Mon Oct 23 02:55:41 2006 +0300
36611
36612    kdrive/tslib: port to new absolute API, remove debugging
36613    Port to new absolute device (not touchscreen) API, and remove some
36614    leftover debugging.
36615
36616commit a6dc629052f0ad509cfa30e98217043a63c09552
36617Author: Daniel Stone <daniel@fooishbar.org>
36618Date:   Mon Oct 23 02:54:59 2006 +0300
36619
36620    kdrive/os: add KdOsAddInputDrivers
36621    Add KdOsAddInputDrivers, which adds all relevant input drivers.
36622    
36623    Could possibly be refactored to KdAddInputDrivers, which called through
36624    OsFuncs to a new function, if it existed.
36625
36626commit ac240b00ff6fc354c1aa641406ae8b49244c0b8b
36627Author: Daniel Stone <daniel@fooishbar.org>
36628Date:   Mon Oct 23 02:54:07 2006 +0300
36629
36630    kdrive/input: use Absolute instead of Touchscreen
36631    Adjust to suit Zepheniah's new absolute device API.
36632
36633commit b1ba4b3e8ad427af1fa8618b0bd839f741ec2ce3
36634Author: Daniel Stone <daniel@fooishbar.org>
36635Date:   Mon Oct 23 02:53:15 2006 +0300
36636
36637    kdrive/neomagic: include vesa.h, use DebugF
36638
36639commit 29f28dd1a8a7ed07e945a67946e3510f4b32d12a
36640Author: Daniel Stone <daniel@fooishbar.org>
36641Date:   Mon Oct 23 02:52:52 2006 +0300
36642
36643    configure.ac: add XSERVER_LIBS to XNEST_LIBS
36644
36645commit 2f33f4065d89ae2b6fdda43c7105d72f89920cae
36646Author: Daniel Stone <daniel@fooishbar.org>
36647Date:   Mon Oct 23 02:52:35 2006 +0300
36648
36649    Xnest: port to new input API
36650    Port Xnest to Get{Pointer,Keyboard}Events, plus the new mieq API.
36651
36652commit 08928afb0500d46b0caa0a1d1244dee2ed80e6a0
36653Author: Daniel Stone <daniel@fooishbar.org>
36654Date:   Mon Oct 23 02:51:52 2006 +0300
36655
36656    Xnest: disable XKB, reshuffle code
36657    Disable XKB, as we can't yet use it; move Composite disabling to
36658    ddxInitGlobals, along with XKB.
36659
36660commit cd3b16a57efaf89108054f18a94c91e2dd74fafa
36661Author: Daniel Stone <daniel@fooishbar.org>
36662Date:   Mon Oct 23 02:51:13 2006 +0300
36663
36664    Xvfb: port to new mieq API
36665
36666commit bf4df9b73f0c1a84093aaf9a2e2cbc56fb341c60
36667Author: Daniel Stone <daniel@fooishbar.org>
36668Date:   Mon Oct 23 02:50:53 2006 +0300
36669
36670    include: move POINTER_* flags from inputstr.h to input.h
36671    Given they're just numeric constants, they should be included in
36672    input.h, not inputstr.h.
36673
36674commit 4dd91c45abea9fb561a5acb10290e29487df6722
36675Author: Daniel Stone <daniel@fooishbar.org>
36676Date:   Mon Oct 23 02:50:03 2006 +0300
36677
36678    miinitext: Xi and XKB are not hardware-only extensions
36679    Xi is now a required extension, and XKB can be used without hardware,
36680    so include them both when NO_HW_ONLY_EXTS is defined.
36681
36682commit 562096a012f4bb8f44d5ec6320a32f4010c189e4
36683Author: Daniel Stone <daniel@fooishbar.org>
36684Date:   Mon Oct 23 02:49:22 2006 +0300
36685
36686    XkbCopyKeymap: increment shapes and outlines when copying
36687    Remember to increment the source and destination shapes when copying,
36688    instead of just endlessly copying the first one.
36689
36690commit eec182259112fba240751f974f7e5ca09fce8b9d
36691Author: Daniel Stone <daniel@fooishbar.org>
36692Date:   Mon Oct 23 02:48:30 2006 +0300
36693
36694    dix/getevents: move SyntheticMotion to getevents.c
36695    Mostly, this is just a cheesy hack to ensure that getevents.o gets
36696    included when linking.  Sigh.
36697
36698commit bc701a14292da5abfb601e3a040651a74f46df8f
36699Author: Daniel Stone <daniel@fooishbar.org>
36700Date:   Mon Oct 23 00:08:32 2006 +0300
36701
36702    dix/getevents: cosmetic cleanups, remove keymap copy from GKVE
36703    Remove keymap copy from GetKeyboardValuatorEvents, as
36704    SwitchCoreKeyboard now takes care of this for us.
36705    Remove unused variable and function prototype.
36706    Update comments to be as informative as possible.
36707
36708commit b03e2f7029506640a8fe5cb88818b329c23503ff
36709Author: Daniel Stone <daniel@fooishbar.org>
36710Date:   Sun Oct 22 19:56:49 2006 +0300
36711
36712    xi: fix NIDR return yet again
36713    For a one-line function, it was pretty broken.
36714
36715commit 90de7ce25a84cfe6c6790f9af2bc2399d25b9b9c
36716Author: Daniel Stone <daniel@fooishbar.org>
36717Date:   Sun Oct 22 19:54:36 2006 +0300
36718
36719    xi: fix return type for NIDR
36720
36721commit f46dc272913ffb6b5b234a7ec6f4ba5cae44a831
36722Author: Daniel Stone <daniel@fooishbar.org>
36723Date:   Sun Oct 22 19:51:35 2006 +0300
36724
36725    xi: add NewInputDeviceRequest to stubs
36726
36727commit 31a6307b7ba5adaa96deb8101ddfcda0262f537d
36728Author: Daniel Stone <daniel@fooishbar.org>
36729Date:   Sun Oct 22 19:49:31 2006 +0300
36730
36731    xi: change DEVICE_TOUCHSCREEN to ABS_{AREA_CALIB} for stubs
36732
36733commit eae6594d03a606ddf1f433b5897b5938aa940c1e
36734Author: Daniel Stone <daniel@fooishbar.org>
36735Date:   Sun Oct 22 16:39:44 2006 +0300
36736
36737    Xi: swap control in DevicePresenceNotify
36738
36739commit be21630164e865eca72ff2a686a38ae4e30fd79c
36740Author: Daniel Stone <daniel@fooishbar.org>
36741Date:   Sun Oct 22 16:33:02 2006 +0300
36742
36743    dix, Xi: make use of deviceid in DevicePresenceNotify
36744    Use the deviceid and control fields in DevicePresenceNotify since
36745    the last push to inputproto to send a DPN whenever a control changes
36746    on a device.
36747
36748commit f08b6b2367705cb5b60e996e6328197430bf1919
36749Author: Daniel Stone <daniel@fooishbar.org>
36750Date:   Sun Oct 22 12:30:02 2006 +0300
36751
36752    kdrive: change DEVICE_TOUCHSCREEN to DEVICE_ABS_{CALIB,AREA}
36753
36754commit 77e724585f6c53feb55475b94d8cfcb6acf1159b
36755Author: Daniel Stone <daniel@fooishbar.org>
36756Date:   Fri Oct 20 00:44:46 2006 +0300
36757
36758    minor formatting fixes
36759
36760commit 948a97b97e93cee05a23f1f1ae699c5e181bc8ce
36761Author: Drew Parsons <dparsons@debian.org>
36762Date:   Sat Oct 21 23:09:22 2006 +1000
36763
36764    Minor typo fix to xorg.conf man page.
36765
36766commit 04554a3adcddc32de5fdb0b3122da0bcdd4c24a9
36767Author: Drew Parsons <dparsons@debian.org>
36768Date:   Sat Oct 21 22:06:43 2006 +1000
36769
36770    Minor typos in Xserver man page.
36771
36772commit e26a494f417c3c700636ee68892c3015b2e0f27a
36773Merge: 736b0d5 aeba855
36774Author: Zephaniah E. Hull <warp@agamemnon.b5>
36775Date:   Sat Oct 21 04:26:14 2006 -0400
36776
36777    Merge branch 'input-hotplug' of git+ssh://git.freedesktop.org/git/xorg/xserver
36778
36779commit 736b0d5078597abbda80444deef852879260af90
36780Author: Zephaniah E. Hull <warp@agamemnon.b5>
36781Date:   Sat Oct 21 04:24:49 2006 -0400
36782
36783    DEVICE_TOUCHSCREEN becomes DEVICE_ABS_CALIB.
36784    
36785    Update the DEVICE_ABS_CALIB stuff to include the new elements.
36786    
36787    New DEVICE_ABS_AREA support.
36788    
36789    dev->touchscreen becomes dev->absolute, with _CALIB and _AREA stuff in it.
36790    
36791    Update xfree86 to compile with this, kdrive needs an update too.
36792
36793commit edd5f1745461f995670969cb736d1569ca94643f
36794Author: Carl Switzky <Carl.Switzky@Sun.COM>
36795Date:   Thu Oct 19 17:30:54 2006 -0700
36796
36797    Add ast driver/device info to Xorg server & config utilities
36798
36799commit aeba855b07832354f59678e20cc29a085e42bd99
36800Author: Daniel Stone <daniel@fooishbar.org>
36801Date:   Fri Oct 20 00:30:28 2006 +0300
36802
36803    move keymap copy to event processing, from enqueuing
36804    
36805    Move the keymap copying to event processing time (in
36806    ProcessInputEvents), instead of being at event enqueuing time.
36807    Break SetCore{Pointer,Keyboard} out into separate functions.
36808    Change mieqEnqueue to take a device pointer, that asks for the
36809    _original_ device associated with this event.
36810
36811commit a8d3dad9d9f2b9053843e655abe463a68ba8dcb7
36812Author: Daniel Stone <daniel@fooishbar.org>
36813Date:   Fri Oct 20 00:28:40 2006 +0300
36814
36815    xi: add DEVICE_ENABLE control
36816    
36817    Add DEVICE_ENABLE control, which allows runtime enabling and disabling
36818    of specific devices.
36819
36820commit b0780312d80ea4af0136227f90fdd7ada3db71c5
36821Author: Alan Coopersmith <alan.coopersmith@sun.com>
36822Date:   Thu Oct 19 13:51:53 2006 -0700
36823
36824    Pre-release message should tell users to check git, not CVS, for updates
36825
36826commit c5dc997baf57ffa08025efadbbaf761296ce4bc4
36827Author: Joshua Baergen <joshuabaergen@gentoo.org>
36828Date:   Thu Oct 19 11:14:26 2006 -0700
36829
36830    Create xorg.conf.example (Gentoo bug #138623).
36831
36832commit d029c8f1b72019446a5c873f55ffa43504b03dfb
36833Author: Alan Coopersmith <alan.coopersmith@sun.com>
36834Date:   Wed Oct 18 18:11:06 2006 -0700
36835
36836    Use getisax() instead of asm code to determine available x86 ISA extensions on Solaris
36837
36838commit a8a0abdbea0573c861a5af9d58f3ce66790455ca
36839Author: Daniel Stone <daniel@fooishbar.org>
36840Date:   Wed Oct 18 10:59:07 2006 +0300
36841
36842    config/dbus: always unref the connection, not close
36843
36844commit 80642f37d40216035786eaf490952d16f6b5f597
36845Author: Adam Jackson <ajax@benzedrine.nwnk.net>
36846Date:   Tue Oct 17 14:53:28 2006 -0400
36847
36848    Stop building xorgcfg by default.
36849
36850commit 5e17cde27b064174584d478130b0f95dcef78deb
36851Author: Matthias Hopf <mhopf@suse.de>
36852Date:   Tue Oct 17 17:06:44 2006 +0200
36853
36854    StorePixels() macro could create invalid *x++=*x... code - fixed.
36855
36856commit 205c6788d7a34704e36b23f1a93d89e9b986266a
36857Author: Daniel Stone <daniel@fooishbar.org>
36858Date:   Mon Oct 16 23:48:09 2006 +0300
36859
36860    config/dbus: properly initialise vtable
36861    
36862    Properly initialise the vtable, so we don't end up with an unregister_function
36863    pointing to god knows where.
36864
36865commit 85ac2f16abe9f6e88b4e71609da334d336a9a600
36866Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
36867Date:   Mon Oct 16 12:39:05 2006 +0100
36868
36869    Small modification to blocking signals when switching modes.
36870
36871commit 0901eec87ee9f3a2a067695bdbd569ff42149879
36872Author: Michel Dänzer <michel@tungstengraphics.com>
36873Date:   Sun Oct 15 16:57:09 2006 +0200
36874
36875    Fix __glXDRIbindTexImage() for 32 bpp on big endian platforms.
36876
36877commit a232693c8c2a206aac47c07b133c071938204e0b
36878Author: Michel Dänzer <michel@tungstengraphics.com>
36879Date:   Sun Oct 15 16:48:59 2006 +0200
36880
36881    Add per-drawable Xv colour key helper function.
36882    
36883    This allows overlay Xv adaptors to work slightly better with compositing
36884    managers.
36885    
36886    Bump the video driver ABI minor so drivers only need to check for this at build
36887    time.
36888
36889commit 5563861ab7e56ec891cfce6b34af43fec53ccee3
36890Author: Alan Coopersmith <alan.coopersmith@sun.com>
36891Date:   Fri Oct 13 19:05:28 2006 -0700
36892
36893    Make sure xorgcfg files are included even when dist made with --disable-xorgcfg
36894
36895commit e1dd1904c6c7ce33f347d822272831d54a6497c8
36896Author: Alan Coopersmith <alan.coopersmith@sun.com>
36897Date:   Thu Oct 19 13:51:53 2006 -0700
36898
36899    Pre-release message should tell users to check git, not CVS, for updates
36900
36901commit 62d24097932708fbbb62a23614fe63b4b7acf3bd
36902Author: Joshua Baergen <joshuabaergen@gentoo.org>
36903Date:   Thu Oct 19 11:14:26 2006 -0700
36904
36905    Create xorg.conf.example (Gentoo bug #138623).
36906
36907commit 357b37b3826fa6e9878c0bd895164259c2ed3c0d
36908Author: Alan Coopersmith <alan.coopersmith@sun.com>
36909Date:   Wed Oct 18 18:11:06 2006 -0700
36910
36911    Use getisax() instead of asm code to determine available x86 ISA extensions on Solaris
36912
36913commit 1b1698af41b9038d9f9dbf521737d0baab5a2237
36914Author: Zephaniah E. Hull <warp@agamemnon.b5>
36915Date:   Wed Oct 18 04:57:22 2006 -0400
36916
36917    Pass SetDeviceValuators down to the driver.
36918    NOTE: This changes the LocalDeviceRec struct, which breaks input drivers.
36919
36920commit 5eca750fe2f3f243fb352271ad8da196af0cb16a
36921Author: Adam Jackson <ajax@benzedrine.nwnk.net>
36922Date:   Tue Oct 17 14:53:28 2006 -0400
36923
36924    Stop building xorgcfg by default.
36925
36926commit df979b75c8cd8a7e0566aea58031bb9b8f5cd3d3
36927Author: Matthias Hopf <mhopf@suse.de>
36928Date:   Tue Oct 17 17:06:44 2006 +0200
36929
36930    StorePixels() macro could create invalid  *x++=*x...  code - fixed.
36931
36932commit d430e76a161c963169067875c3654f5fd8f42b19
36933Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
36934Date:   Mon Oct 16 12:39:05 2006 +0100
36935
36936    Small modification to blocking signals when switching modes.
36937
36938commit 6dd4fc4652f942724039dc2317c560ea7276ab59
36939Author: Daniel Stone <daniel@fooishbar.org>
36940Date:   Mon Oct 16 00:22:00 2006 +0300
36941
36942    xkb: fix virtual modmap size computation
36943    Compute virtual modmap size bounded by nVModMapKeys-1, rather than
36944    nVModMapKeys.
36945    
36946    This is sort of a best guess.  The other way seems a little more
36947    logical, but also leads to segfaults pretty quickly if you hammer
36948    GetMap hard enough.  So let's try this one.
36949
36950commit a484ba15277e66e7ef9b21b238dcbf760695bc63
36951Author: Daniel Stone <daniel@fooishbar.org>
36952Date:   Sun Oct 15 23:47:34 2006 +0300
36953
36954    XkbCopyKeymap: copy server vmods, and name atoms
36955    Copy server->vmods, and all the atoms in names.
36956
36957commit ad355fecee3965be576596aeed5da54d776edf1d
36958Author: Daniel Stone <daniel@fooishbar.org>
36959Date:   Sun Oct 15 21:59:06 2006 +0300
36960
36961    xkb: make sure we set the map on the right device, not necessarily core
36962    Forgot that all XKB requests took a device spec: the comparison of
36963    'if working on the core keyboard, does this device send core events; or,
36964    is this device the core keyboard?' was broken.  Instead, what we want is
36965    'if working on the core keyboard, does this device send core events; or,
36966    is this device the one we're working on?'.
36967
36968commit 4ae7745a0dc86de6346409a69c1e396e0b954514
36969Author: Daniel Stone <daniel@fooishbar.org>
36970Date:   Sun Oct 15 21:48:01 2006 +0300
36971
36972    xfree86 input: always open devices on NewInputDeviceRequest
36973
36974commit acd8419948003032056a56d46adbef7c35e7739c
36975Author: Daniel Stone <daniel@fooishbar.org>
36976Date:   Sun Oct 15 20:42:31 2006 +0300
36977
36978    config: unref connection, don't close it
36979    Just unref the connection instead of explicitly closing it (thanks, Rob
36980    McQueen).
36981    Add a commented-out unregister_object_path call: unfortunately, when we
36982    call it, libdbus segfaults.  But if we don't unregister the path, we
36983    can't register it again.  So regenerations are broken either way, but a
36984    little less violently like this.
36985
36986commit fc9b5f84b244ea08480b73bd15ac919b875800fb
36987Author: Daniel Stone <daniel@fooishbar.org>
36988Date:   Sun Oct 15 20:01:01 2006 +0300
36989
36990    dix/devices: add devices in proper forward order
36991    Add devices in forward order with the normal linked list convention.
36992    Previously, AddInputDevice would add all the devices in reverse order to
36993    off_devices, before they were added again in reverse order to devices with
36994    EnableDevice.
36995    This just makes both work in forward order, which provides the ordering as
36996    you'd expect when hotplugging devices (i.e. adds them to the head, not the
36997    tail).
36998
36999commit ec35e7198debf938f1115f584e675ce5995743e3
37000Author: Daniel Stone <daniel@fooishbar.org>
37001Date:   Sun Oct 15 19:44:49 2006 +0300
37002
37003    config: add replies and dbus api documentation
37004    Add replies, which use standard X error values, to the two currently-supported
37005    input configuration requests.
37006    Document the D-BUS API we use.
37007    Make sure we free everything when we encounter an error.
37008    Add a _source option to all incoming requests, noting that it came from a
37009    client.
37010    Reject all requests to add a device where an option name contains an
37011    underscore.
37012
37013commit 7e4717683d6c08d1e490a60b7493a94bbc57bf8d
37014Author: Michel Dänzer <michel@tungstengraphics.com>
37015Date:   Sun Oct 15 18:12:28 2006 +0200
37016
37017    exaDrawableDirty: Fix initialization of BoxRec.
37018    
37019    This will hopefully fix the partial window corruption experienced by some
37020    people.
37021
37022commit 3ad1642f1bbaa5f96558cdf3384b40f7122f8781
37023Author: Michel Dänzer <michel@tungstengraphics.com>
37024Date:   Sun Oct 15 16:57:09 2006 +0200
37025
37026    Fix __glXDRIbindTexImage() for 32 bpp on big endian platforms.
37027
37028commit f9bfee50981006a2c58d3f73e2b0d123bb2a41b7
37029Author: Michel Dänzer <michel@tungstengraphics.com>
37030Date:   Sun Oct 15 16:48:59 2006 +0200
37031
37032    Add per-drawable Xv colour key helper function.
37033    
37034    This allows overlay Xv adaptors to work slightly better with compositing
37035    managers.
37036    
37037    Bump the video driver ABI minor so drivers only need to check for this at build
37038    time.
37039
37040commit a05044cfc14a8bc6cc31236dcecada60bec09924
37041Author: Daniel Stone <daniel@fooishbar.org>
37042Date:   Sat Oct 14 22:14:56 2006 +0300
37043
37044    xkb: better support of XkbDfltXIId
37045    XKB.h specifies that XkbDfltXIId should be used where the client doesn't
37046    care about the device identifier.  We take this to mean core devices,
37047    where practical.
37048
37049commit 4d8030076ed1a7680bdfcb7b89af1045bdc40304
37050Author: Daniel Stone <daniel@fooishbar.org>
37051Date:   Sat Oct 14 22:14:07 2006 +0300
37052
37053    dix: move GetKeyboardEvents/GetPointerEvents to a new file, export symbols
37054    Move GKE and GPE to a separate file, to help stem the events.c explosion.
37055    Mark GKE/GKVE/GPE as _X_EXPORT.
37056
37057commit 6afc7c284690b1e2bb7544b5bc4f31a3f6a05519
37058Author: Daniel Stone <daniel@fooishbar.org>
37059Date:   Sat Oct 14 15:54:35 2006 +0300
37060
37061    dix/devices: remove XACE merge debris
37062
37063commit 93302452e737bd91a893eb495592538d40d921e5
37064Author: Daniel Stone <daniel@fooishbar.org>
37065Date:   Sat Oct 14 15:54:12 2006 +0300
37066
37067    XkbCopyKeymap: add geometry support
37068    Add a first cut at geometry support, which seems to generally work.
37069
37070commit b9108a13fc126d97c0393f911a1d9292563444ce
37071Author: Alan Coopersmith <alan.coopersmith@sun.com>
37072Date:   Fri Oct 13 19:05:28 2006 -0700
37073
37074    Make sure xorgcfg files are included even when dist made with --disable-xorgcfg
37075
37076commit 054f8cd2675a80b14bc1ce266377fcfee2335cee
37077Author: Keith Packard <keithp@neko.keithp.com>
37078Date:   Fri Oct 13 17:34:53 2006 -0700
37079
37080    Limit pointer to valid crtc areas. Add event swapping. Fix change tracking.
37081    
37082    Add function to keep pointer within valid crtc areas.
37083    Finish event delivery and swapping code.
37084    Separate configuration from layout changes to send correct events.
37085
37086commit 335b503c5e7041bb0c44611e496d1c46f554e630
37087Merge: bd3d93b cf948b7
37088Author: Daniel Stone <daniel@fooishbar.org>
37089Date:   Fri Oct 13 18:10:45 2006 +0300
37090
37091    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug
37092
37093commit cf948b7b04dfeb61a294889027b9a54f6b9b478e
37094Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
37095Date:   Fri Oct 13 14:48:10 2006 +0100
37096
37097    Block IO on switchmode just as we do for VT switching
37098    to avoid cursor movements signalling io.
37099
37100commit 4b53a5e4b147ab748b28dffc1d330b7148d8efa6
37101Merge: 23f6f08 042d4a4
37102Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
37103Date:   Wed Oct 11 20:50:31 2006 -0400
37104
37105    Merge branch 'master' into my-XACE-SELINUX
37106
37107commit a6df780e4d3f90cc699b0b864bade03d6f15afd7
37108Author: Ian Romanick <idr@us.ibm.com>
37109Date:   Wed Oct 11 15:41:22 2006 -0700
37110
37111    Fix bug #8608.
37112    
37113    Regenerate files based on recent commits to Mesa (that fix Mesa bug
37114    that return pixel data.
37115
37116commit 042d4a407d0eca9131d0420b0b9189559aac326d
37117Author: Aaron Plattner <aplattner@nvidia.com>
37118Date:   Mon Oct 9 16:32:11 2006 -0700
37119
37120    Bug #8459: Don't forget to include AM_CFLAGS in libfb_la_CFLAGS on non-MMX platforms.
37121    
37122    Reported by Edgar Toernig.
37123
37124commit 1b94c117e0f294ef2f89bf24d45ba7a8e45efe35
37125Author: Matthias Hopf <mhopf@suse.de>
37126Date:   Tue Oct 10 19:37:22 2006 +0200
37127
37128    Fixing probably long-standing bug in domain support.
37129
37130commit 6776c0f0e9677a65ec36ceef9618ff701b99596c
37131Author: Alan Coopersmith <alan.coopersmith@sun.com>
37132Date:   Mon Oct 9 17:24:37 2006 -0700
37133
37134    Use bash on Solaris to run symlink-mesa.sh
37135    
37136    symlink-mesa.sh won't run with Solaris Bourne Shell (/bin/sh) so explicitly
37137    run it with /usr/bin/bash instead
37138    (cherry picked from cde68728860179dc84e615ccb378ce992513fd62 commit)
37139
37140commit bd3d93be82d91e4cf35ae317dfd658d1706257ea
37141Author: Daniel Stone <daniel@fooishbar.org>
37142Date:   Sun Oct 8 23:21:12 2006 +0300
37143
37144    xkb: remove random broken vendor workarounds
37145
37146commit 33406da096b4ae21134484113b280e07d0c8f0d9
37147Author: Daniel Stone <daniel@fooishbar.org>
37148Date:   Sun Oct 8 23:20:56 2006 +0300
37149
37150    GetKeyboardEvents: add first_valuator argument to GKVE
37151
37152commit ef7e05e9de57b9c9c27ed3307eede6d8fc6c1af3
37153Author: Daniel Stone <daniel@fooishbar.org>
37154Date:   Sun Oct 8 21:42:15 2006 +0300
37155
37156    xfree86/xinput: pass first_valuator params, don't clip to first screen bound
37157    Pass first_valuator to GetPointerEvents/GetKeyboardValuatorEvents.
37158    Don't clip axis bounds to that of screen 0 when initialising axes.
37159
37160commit 1546a398144619a14ff06aaf84ebc1bf293eac66
37161Author: Daniel Stone <daniel@fooishbar.org>
37162Date:   Sun Oct 8 21:40:53 2006 +0300
37163
37164    GetKeyboardValuatorEvents: also take first_valuator param
37165    Take a first_valuator parameter, which specifies the first valuator.
37166
37167commit b05a11478edc7e6d1e38ef7f8d6788c7bd917493
37168Author: Daniel Stone <daniel@fooishbar.org>
37169Date:   Sun Oct 8 21:23:12 2006 +0300
37170
37171    doc/extensions: rename to c-extensions
37172    The old name could be somewhat confusing.
37173
37174commit 41bb9fce47f6366cc3f7d45790f7883f74289b5a
37175Author: Daniel Stone <daniel@fooishbar.org>
37176Date:   Sun Oct 8 20:34:32 2006 +0300
37177
37178    mipointer: take device arguments, split miPointerAbsoluteCursor
37179    Update mipointer API to take a device argument to (almost) all functions,
37180    and split miPointerAbsoluteCursor into a couple of separate functions.
37181    Remove miPointerAbsoluteCursor call from mieq, as we now deal with it in
37182    GetPointerEvents.
37183    Make miPointerSetPosition (successor of miPointerAbsoluteCursor) take
37184    pointers to x and y, so it can return the clipped values.
37185    Modify callers of miPointer*() functions to generally use the new
37186    functions.
37187    This should fix things with multi-head setups.
37188
37189commit be8dfafd1d58b27bbfd953fc1216311523353db1
37190Author: Daniel Stone <daniel@fooishbar.org>
37191Date:   Sun Oct 8 20:32:16 2006 +0300
37192
37193    warning cleanups
37194    Fix still more warnings.
37195
37196commit ca474e0920dd29ebe7ccf346cddc526732ad01ba
37197Author: Daniel Stone <daniel@fooishbar.org>
37198Date:   Sun Oct 8 20:30:49 2006 +0300
37199
37200    Xi: move SendEventToAllWindows and FindInterestedChildren to exevents
37201    Move SendEventToAllWindows and FindInterestedChildren from chgptr to exevents,
37202    so the DIX can more easily use it.
37203    Clean up two warnings (type mismatch, unused variable) in exevents.c.
37204
37205commit c2fab469b66f2796c541e911202faa411d116b04
37206Author: Daniel Stone <daniel@fooishbar.org>
37207Date:   Sun Oct 8 18:26:26 2006 +0300
37208
37209    dix/devices: clean up debugging
37210
37211commit 4493acb88c59721f7807093a3ed3c39396c2076d
37212Author: Daniel Stone <daniel@fooishbar.org>
37213Date:   Sun Oct 8 17:51:03 2006 +0300
37214
37215    xkb: add FIXMEs to procedures which need to act on all core devices
37216    Add FIXME comments above request handlers which need to act on all core-sending
37217    devices if called on the core keyboard.
37218
37219commit ef68273f5bdb27a492ec0b69548ec4fbede46c08
37220Author: Daniel Stone <daniel@fooishbar.org>
37221Date:   Sun Oct 8 17:44:37 2006 +0300
37222
37223    mi/mipointer: deprecate functions which don't take a device
37224    Deprecate all mi pointer functions which don't take a device argument, and
37225    replace them with versions which do, in preparation for MPX.
37226
37227commit 6eab4c55890660089067da0e944256b1ed3a8c67
37228Author: Daniel Stone <daniel@fooishbar.org>
37229Date:   Sun Oct 8 17:24:33 2006 +0300
37230
37231    doc/extensions: document C extension use in the X server
37232
37233commit 80cdd26581508dd17c5d0a5739cd540113996bbb
37234Author: Daniel Stone <daniel@fooishbar.org>
37235Date:   Sun Oct 8 17:23:54 2006 +0300
37236
37237    mi/pointer: mark public pointer functions as deprecated
37238    Deprecate miPointer functions which don't take a device pointer.  Pointer
37239    movement should be handled through GetPointerEvents, and functions which
37240    take a device as an argument (e.g. miPointerPosition) will be added.
37241
37242commit 97030b6c6b0fb6ff629ae31e483704d0a2207a53
37243Author: Daniel Stone <daniel@fooishbar.org>
37244Date:   Sun Oct 8 17:07:05 2006 +0300
37245
37246    config: fix compilation
37247    Accidentally built with --disable-config, didn't notice that the previous
37248    commit to clean up the debugging broke things horribly.
37249
37250commit 14b157bdb1f2cd5feba03ba0815d7c5b2dd6633f
37251Author: Daniel Stone <daniel@fooishbar.org>
37252Date:   Sun Oct 8 17:04:12 2006 +0300
37253
37254    include: actually declare DebugF
37255    DebugF is ErrorF when DEBUG is defined, else a no-op.
37256
37257commit 9e37de193f5d7412ffd8de76d5eed0158c0a3609
37258Author: Daniel Stone <daniel@fooishbar.org>
37259Date:   Sun Oct 8 16:32:15 2006 +0300
37260
37261    configure.ac: reactivate warnings when building with gcc
37262    We were inadvertently stomping XSERVER_CFLAGS after adding the warnings, so
37263    move them after we do that.
37264
37265commit b559cbb1601f93cb03ea3dcfb2c5ca94ee6b73bb
37266Author: Daniel Stone <daniel@fooishbar.org>
37267Date:   Sun Oct 8 16:23:14 2006 +0300
37268
37269    dix/CoreProcessKeyboardEvent: remove debugging for every key event
37270    Also change #ifdef DEBUG/ErrorF/#endif to DebugF in FixKeyState.
37271
37272commit 3ae4d250185e71a0a218c062426f92b9b1adbf05
37273Author: Daniel Stone <daniel@fooishbar.org>
37274Date:   Sun Oct 8 16:20:42 2006 +0300
37275
37276    xfree86 Xinput: remove still more excessive debugging
37277    There isn't any more debugging left for input events in the XFree86 DDX.
37278
37279commit 58314756aeecbb8fb04706c3e04d98e9ac531a02
37280Author: Daniel Stone <daniel@fooishbar.org>
37281Date:   Sun Oct 8 16:18:05 2006 +0300
37282
37283    GetPointerEvents: add first_valuator parameter
37284    Add a first_valuator parameter.  Looks correct by inspection, but untested
37285    with first_valuator != 0 as yet.
37286
37287commit 84f5d2291c1fe92fd8358e999e909bf3aab86c98
37288Author: Daniel Stone <daniel@fooishbar.org>
37289Date:   Sun Oct 8 15:30:24 2006 +0300
37290
37291    GetPointerEvents: fix relatively harmless typo
37292    Change !(cp->button || !cp->valuator) to (!cp->button || !cp->valuator).
37293
37294commit cfc3e9ede2dc83741bd38bf3df13f096ecb8adc0
37295Author: Daniel Stone <daniel@fooishbar.org>
37296Date:   Sun Oct 8 15:27:52 2006 +0300
37297
37298    config: remove excessive debugging
37299
37300commit 8d8e7f8bae4099f9e90ef9aac687607dae1d32bf
37301Author: Daniel Stone <daniel@fooishbar.org>
37302Date:   Sun Oct 8 15:26:54 2006 +0300
37303
37304    kdrive/input: remove excessive debugging in NIDR
37305
37306commit 22a836fafd39a8ef413826dc2c94bc5f96990e2d
37307Author: Daniel Stone <daniel@fooishbar.org>
37308Date:   Sat Oct 7 14:16:51 2006 +0300
37309
37310    xfree86/loader: bump input major ABI version
37311    Bump input major ABI version to 1.0, since we removed the OS keyboard
37312    layer.
37313
37314commit 4c342246300e06bdf5c9c62cc1d2f6aa57a524db
37315Merge: 8382234 49a70c8
37316Author: Alan Coopersmith <alan.coopersmith@sun.com>
37317Date:   Fri Oct 6 18:01:13 2006 -0700
37318
37319    Merge branch 'XACE-modular'
37320
37321commit 3686cd0fbf56d883f2f3b3fda11ffba1058b74e4
37322Author: Daniel Stone <daniel@fooishbar.org>
37323Date:   Fri Oct 6 17:20:42 2006 +0300
37324
37325    xkb: make XkbSetControls work on all core-sending devices
37326
37327commit 7b4dc171b036107cfba87a1a16bf692b982005a5
37328Author: Daniel Stone <daniel@fooishbar.org>
37329Date:   Fri Oct 6 16:26:54 2006 +0300
37330
37331    xkb: remove unused #ifndef
37332
37333commit ab56f0c5b516269bb99ae8b5f479e49e61a3af76
37334Author: Daniel Stone <daniel@fooishbar.org>
37335Date:   Fri Oct 6 16:12:36 2006 +0300
37336
37337    xkb: simplify core device loop in GetKeyboardByName
37338
37339commit 4b6e2f12f7296e17b2850f36b3adcf8156125cbe
37340Author: Daniel Stone <daniel@fooishbar.org>
37341Date:   Fri Oct 6 16:08:21 2006 +0300
37342
37343    xkb: make LatchLockGroup work on all core-sending devices
37344    Apply the settings to all devices sending core events, if we're working on the
37345    core keyboard.
37346
37347commit ebf9b3bbbb04acb78cdf8a84e47a96755fbfe854
37348Author: Daniel Stone <daniel@fooishbar.org>
37349Date:   Fri Oct 6 14:17:59 2006 +0300
37350
37351    xkb: update all core-sending keyboards on GetKeyboardByName
37352    Update the keymaps of all keyboards which send core events on
37353    GetKeyboardByName; still a few other procedures which need this treatment.
37354
37355commit 1178796a4dff5ebf0bd9fb3cacb35be9709b41e5
37356Author: Keith Packard <keithp@neko.keithp.com>
37357Date:   Thu Oct 5 22:31:35 2006 -0700
37358
37359    Add preferred modes for each output. Round vrefresh. Deliver crtc events.
37360
37361commit 23f6f08b7b5c9a4297fd223d232a7e9f45376550
37362Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
37363Date:   Thu Oct 5 16:07:26 2006 -0400
37364
37365    Improve error handling, messages during initialization.
37366
37367commit de63a469dcd0a8ae98554bca540ac0106cccf2a5
37368Merge: 9c7440b 8382234
37369Author: Daniel Stone <daniel@fooishbar.org>
37370Date:   Thu Oct 5 20:29:19 2006 +0300
37371
37372    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug
37373
37374commit b4659faf9b455b44ac8e691cc7a8fc00a967c80b
37375Merge: c4f30c6 8382234
37376Author: Keith Packard <keithp@neko.keithp.com>
37377Date:   Wed Oct 4 14:46:04 2006 -0700
37378
37379    Merge branch 'master' into randr-1.2
37380
37381commit df351f1efbcc95f94c719fcf993c480155c511e9
37382Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
37383Date:   Wed Oct 4 16:23:35 2006 -0400
37384
37385    Experimental window property holding security context.
37386
37387commit c4f30c63538e1451f15ed1991439869127d9b148
37388Author: Keith Packard <keithp@guitar.keithp.com>
37389Date:   Tue Oct 3 21:06:11 2006 -0700
37390
37391    Add mode origins and output options. Fix memmoves in resource free funcs.
37392    
37393    Output options and mode origins both affected driver ABI.  memmove mistakes
37394    were causing 'Freeing resource which isn't there' messages.
37395    
37396    Prune unused non-user defined modes from available list now.
37397
37398commit 8382234a7f318057de66490299d63807cefb5201
37399Author: Alan Coopersmith <alan.coopersmith@sun.com>
37400Date:   Tue Oct 3 17:49:48 2006 -0700
37401
37402    Update pci.ids to Tue 2006-10-03 daily snapshot
37403
37404commit 96edf7b853c1045d12d957a2957a11879100a2de
37405Author: Alan Coopersmith <alan.coopersmith@sun.com>
37406Date:   Tue Oct 3 17:48:50 2006 -0700
37407
37408    Don't insert RCS tag into generated pci id header files
37409
37410commit 75e0cc41b201b9ceb2615e7cec0dd5b4c136b343
37411Merge: 6926776 20c0cee
37412Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
37413Date:   Tue Oct 3 13:58:03 2006 -0400
37414
37415    Merge branch 'my-XACE-modular' into my-XACE-SELINUX
37416
37417commit df800d87e04ce984a8a9ab4252ac6478ab1e4426
37418Author: Alan Coopersmith <alan.coopersmith@sun.com>
37419Date:   Mon Oct 2 11:28:47 2006 -0700
37420
37421    Add (void) casts to clear compiler errors about ?: results having type mismatch
37422
37423commit 9c7440bdf5a4ecd113e102004c804a2ba354c422
37424Author: Daniel Stone <daniel@fooishbar.org>
37425Date:   Mon Oct 2 20:58:33 2006 +0300
37426
37427    xkb: remove the world's most staggeringly broken vendor workaround
37428    Certain versions of LynxOS needed to sleep up to five seconds for closing a
37429    pipe to actually, y'know, be useful.
37430
37431commit d7c89c7c1c8c1e110345d9d8d300adbf5fe5804a
37432Author: Daniel Stone <daniel@fooishbar.org>
37433Date:   Mon Oct 2 02:15:36 2006 +0300
37434
37435    symlink-mesa.sh: expand *.{c,h}
37436
37437commit d6ea96b13e2ea01c51998c41ae2a3677bdedf61c
37438Author: Ivan Pascal <pascal@info.tsu.ru>
37439Date:   Mon Oct 2 02:17:14 2006 +0300
37440
37441    xkb: fix wrapping when switching between groups
37442    Use XkbCharToInt as that's what we're doing.
37443
37444commit 3c98cebb6e954855528794fec46830f456cbdec1
37445Merge: fa1ac94 2cf1098
37446Author: Daniel Stone <daniel@fooishbar.org>
37447Date:   Mon Oct 2 02:18:17 2006 +0300
37448
37449    Merge branch 'input-hotplug' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug
37450
37451commit fa1ac94178cf976d4c8dae9a4dc8703303a62d4b
37452Author: Ivan Pascal <pascal@info.tsu.ru>
37453Date:   Mon Oct 2 02:17:14 2006 +0300
37454
37455    xkb: fix wrapping when switching between groups
37456    Use XkbCharToInt as that's what we're doing.
37457
37458commit c31672e6aab168262bd7824a8082ecdf841fc3c0
37459Author: Daniel Stone <daniel@fooishbar.org>
37460Date:   Mon Oct 2 02:15:36 2006 +0300
37461
37462    symlink-mesa.sh: expand *.{c,h}
37463
37464commit 2cf1098436d6b4382d9ed3f6b88214d37bdd8ddb
37465Author: Daniel Stone <daniel@fooishbar.org>
37466Date:   Sat Sep 30 17:05:46 2006 +0300
37467
37468    dix/events, mi/eq: remove utterly ridiculous debugging
37469    Remove debugging which can cause long-lived Xorg logs to grow well above 1GB
37470    if built with --enable-debug.
37471
37472commit 20c0ceedfbce9ae5c70703900b52973917ac4cd0
37473Merge: 49a70c8 84eb2c0
37474Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
37475Date:   Fri Sep 29 15:37:00 2006 -0400
37476
37477    Merge branch 'master' into my-XACE-modular
37478
37479commit 518db35ca3f569e7cb95dbddeddb93f3691de498
37480Merge: 5d99e05 84eb2c0
37481Author: Daniel Stone <daniel@fooishbar.org>
37482Date:   Fri Sep 29 00:35:21 2006 +0300
37483
37484    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug
37485
37486commit 5d99e05f05a42a82a9f02844df9bfebaa673759d
37487Merge: ad631af 5893375
37488Author: Daniel Stone <daniel@fooishbar.org>
37489Date:   Fri Sep 29 00:35:07 2006 +0300
37490
37491    Merge branch 'input-hotplug' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug
37492
37493commit ad631afcf3fbc74024cddaaacd05d38addc047a2
37494Author: Daniel Stone <daniel@fooishbar.org>
37495Date:   Fri Sep 29 00:34:23 2006 +0300
37496
37497    make core keyboard/pointer map functions act on all core-sending devices
37498    Make Set{Keyboard,Modifier,Pointer}Mapping act on all devices which send core
37499    events.
37500    Change LegalModifier to accept a DeviceIntPtr.
37501
37502commit 84eb2c0a06de60e88e14bb03fabe661d7cd8f1d3
37503Author: Brian <brian@yutani.localnet.net>
37504Date:   Thu Sep 28 15:09:40 2006 -0600
37505
37506    Replace hard-coded filesnames with loops (all .c and .h files).
37507    Should fix problems with Mesa adding/removing source files, for the most part.
37508    Patch by Dan Nicholson.
37509
37510commit 4bc5dc2854e33bf343cdea44a3c3b4c41f6f4145
37511Merge: cf6e968 f9542e7
37512Author: Aaron Plattner <aplattner@nvidia.com>
37513Date:   Thu Sep 28 13:27:13 2006 -0700
37514
37515    Merge branch 'wfb'
37516
37517commit f9542e749544c7a3084fd72ecc6642ca3262f7c7
37518Author: Aaron Plattner <aplattner@nvidia.com>
37519Date:   Thu Sep 28 13:26:54 2006 -0700
37520
37521    Restore the global xx* symbols and add them to wfbrename.h.
37522    
37523    I don't think they're ever used, but it's best to just leave them alone for ABI
37524    compatibility.
37525
37526commit cf6e9687ffcc52af0d64e9098186570719a575a2
37527Author: Jeff Smith <whydoubt@yahoo.com>
37528Date:   Thu Sep 28 15:34:17 2006 -0400
37529
37530    Bug #8449: Yet another Mesa symlink script resync.
37531
37532commit a5d639cd87f30f9b3d765352d27253940f33b2b7
37533Author: Daniel Stone <daniel@fooishbar.org>
37534Date:   Wed Sep 27 16:15:27 2006 +0300
37535
37536    remove merge detritus
37537
37538commit 2206a92a97901977910a6e39b4174ca805f9f4a7
37539Author: Michel Dänzer <michel@tungstengraphics.com>
37540Date:   Wed Aug 30 19:15:55 2006 +0200
37541
37542    Push information about cliprects of DRI windows to the DRM.
37543
37544commit 54d371e7a4ebab79a0f616669e2f601d8370cef3
37545Author: Michel Dänzer <michel@tungstengraphics.com>
37546Date:   Wed Aug 30 19:12:17 2006 +0200
37547
37548    Add wrapper for new ioctl to update drawable information in the DRM.
37549
37550commit ad321fad4b9ab3a2c70cfff37ca6c8faaa5cce9c
37551Merge: 5e9d33f f7c1d94
37552Author: Daniel Stone <daniel@fooishbar.org>
37553Date:   Sun Sep 24 17:56:43 2006 +0300
37554
37555    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug
37556
37557commit f7c1d942416db8d0d4c5a21f5ece1ccacb926b69
37558Author: Brian <brian@yutani.localnet.net>
37559Date:   Sat Sep 23 10:38:10 2006 -0600
37560
37561    Check for visual==NULL in dmxBECreateColormap() before calling XCreateColormap()
37562    to prevent potential segfault.
37563
37564commit 945b7c63946f5257d0f9b0dcf2f8f4882fb2c6f8
37565Author: Brian <brian@yutani.localnet.net>
37566Date:   Sat Sep 23 10:35:25 2006 -0600
37567
37568    The fbcmap.c file used by Xdmx _must_ be compiled with XFree86Server defined.
37569    Otherwise, Xdmx generates a slew of protocol errors.
37570
37571commit 891e9c3e6cbd0869a57395b96c8e18ff522c2bb4
37572Author: Brian <brian@yutani.localnet.net>
37573Date:   Sat Sep 23 10:28:24 2006 -0600
37574
37575    Replace broken DMXDBG3() with DMXDBG2()
37576
37577commit a10039a100dfe5f87e29e9cc4fa656176e0890f9
37578Author: David Nusinow <dnusinow@debian.org>
37579Date:   Thu Sep 21 23:58:32 2006 -0400
37580
37581    Allow the xfree86 ddx utils to be optionally built. Patch by Eugene Konev.
37582
37583commit ce78b0cd2b1c35d60eb5683a1d00222aa4797c79
37584Author: Adam Jackson <ajax@benzedrine.nwnk.net>
37585Date:   Thu Sep 21 20:42:47 2006 -0400
37586
37587    Close with Pclose() that which we open with Popen().
37588
37589commit c1655f0fd457f9bdf0857c5e0904639925bb01f1
37590Author: Aaron Plattner <aplattner@nvidia.com>
37591Date:   Thu Sep 21 14:45:17 2006 -0700
37592
37593    Bug 8386: Grow parser buffers to fit an entire line if it's longer than CONFIG_BUF_LEN.
37594
37595commit b36fde9257263fa502147df37e8331184c323e14
37596Author: Keith Packard <keithp@guitar.keithp.com>
37597Date:   Thu Sep 21 09:52:04 2006 -0700
37598
37599    When no mode is specified, don't validate mode-specific parameters.
37600
37601commit 8b4ed47c5d39f219866e3c72fa973c6fc4c70f18
37602Author: Drew Parsons <dparsons@debian.org>
37603Date:   Thu Sep 21 22:19:44 2006 +1000
37604
37605    * Install Xprint's Xsession script to $(sysconfdir)/X11/Xsession.d
37606    * Removing outdated references to CDE and dt, rename script to
37607      92xprint-xpserverlist.
37608
37609commit 219546fd76750f358ffb6738f17b9237c58c15a6
37610Author: Keith Packard <keithp@guitar.keithp.com>
37611Date:   Wed Sep 20 22:43:05 2006 -0700
37612
37613    Steal Xinerama code from SiS driver. Add missing files.
37614    
37615    Provide a Xinerama implementation when DIX version isn't enabled. This
37616    version exposes each crtc as a separate 'screen' and reports the size of
37617    that patch. The extension also sends ConfigureNotify events to the root
37618    window whenever crtcs change so that applications will re-fetch xinerama
37619    information. This actually works for metacity.
37620
37621commit bde0a4c12cb393a6d7f1552b067624da1b0502ae
37622Author: Keith Packard <keithp@guitar.keithp.com>
37623Date:   Wed Sep 20 19:42:34 2006 -0700
37624
37625    RRSetCrtcConfig status fix. RRGetScreenResources timestamp fix.
37626    
37627    RRSetCrtcConfig was returning the wrong status values.
37628    RRGetScreenResources was always returning currentTime.
37629
37630commit d812f486a01a6276aed7b4ebd3cd8eb8ddfe10d3
37631Author: Donnie Berkholz <donnie@supernova.(none)>
37632Date:   Wed Sep 20 15:39:39 2006 -0700
37633
37634    Really fix sparc on 64-bit kernel/32-bit userland.
37635    
37636    Commit b3a3020fd018df8bc5a8193d36e1a1c7ae8af8ba used a sparc64 ifdef instead of
37637    sparc. But for 32-bit userland, __sparc64__ is not defined so the wrong code is
37638    used.
37639
37640commit 09f7499851bd2f2eba1e30460c61c7a82ed9e853
37641Author: Keith Packard <keithp@guitar.keithp.com>
37642Date:   Wed Sep 20 13:15:20 2006 -0700
37643
37644    typo
37645
37646commit 9f870e0aa1ada238d6a0cd099996e8c47f6ba1d9
37647Author: Keith Packard <keithp@guitar.keithp.com>
37648Date:   Wed Sep 20 13:14:53 2006 -0700
37649
37650    When setting output state, leave output unchanged when setting to current.
37651
37652commit d16e83413e7e06adebd629d04de57bbedd8c3765
37653Author: Aaron Plattner <aplattner@nvidia.com>
37654Date:   Wed Sep 20 12:47:17 2006 -0700
37655
37656    Hide or rename more global symbols to avoid clashes with libfb.
37657    
37658    Rename composeFunctions, xxSetup, and xxPrintVisuals.  Hide the other xx*
37659    symbols by making them static.
37660
37661commit d08718d8fd31477e90f13b9e122504c515b46ee0
37662Author: Keith Packard <keithp@guitar.keithp.com>
37663Date:   Wed Sep 20 12:05:52 2006 -0700
37664
37665    Avoid calling xalloc(0). Change rrScreenSizeSet to rrScreenSetSize.
37666
37667commit ef1f3248cb5fff0a02c0059f865c4d931eba23a6
37668Author: Keith Packard <keithp@guitar.keithp.com>
37669Date:   Tue Sep 19 22:48:54 2006 -0700
37670
37671    Split out 1.0-style info and new property routines to their own files.
37672
37673commit 07112adb0802d28488de5a495aa61bb3cfc280b6
37674Author: Keith Packard <keithp@guitar.keithp.com>
37675Date:   Tue Sep 19 00:46:27 2006 -0700
37676
37677    RRGetScreenResources and RRGetOutputInfo are working now.
37678    
37679    Removed separate id field in RRModeRec.
37680    Pull screen subpixel order from Render extension.
37681    Implement RGetScreenResources and RRGetOutputInfo
37682
37683commit afe5e9483b352ed06075ed68a6ffa50799194e2d
37684Author: Keith Packard <keithp@guitar.keithp.com>
37685Date:   Mon Sep 18 12:18:22 2006 -0700
37686
37687    RandR working with old clients and old API.
37688
37689commit 2be1ac15aee592782d7693b8de2c3815478a094e
37690Author: Keith Packard <keithp@guitar.keithp.com>
37691Date:   Mon Sep 18 12:11:18 2006 -0700
37692
37693    Remove smashing of CFLAGS from server build.
37694    
37695    CFLAGS is a user variable, extracted from the environment at configure time
37696    and settable by the user at build time. We must not override this variable.
37697
37698commit bf07893947cfca945598e194ed416fda6162b11c
37699Author: Keith Packard <keithp@neko.keithp.com>
37700Date:   Sun Sep 17 23:03:23 2006 -0700
37701
37702    Split out RandR dispatch code from randr.c to rr*dispatch.c.
37703    
37704    More disassembly to ease ongoing development.
37705
37706commit 3e745745fecef1cb59e53bde52ded311b51e1dac
37707Author: Keith Packard <keithp@neko.keithp.com>
37708Date:   Sat Sep 16 23:21:37 2006 -0700
37709
37710    Split RandR implementation into separate files.
37711    
37712    RandR is getting too big to live in one file; split into one file per object
37713    type (crtc, mode, screen), leaving the rest of the code in randr.c.
37714    
37715    Code is slowly approaching the point where it will drop-in as a replacement
37716    for the old 1.0 implementation.
37717
37718commit d17fb9672e238a089e463ac74cc4cd3325b67e1f
37719Author: Keith Packard <keithp@neko.keithp.com>
37720Date:   Sat Sep 16 21:44:42 2006 -0700
37721
37722    Start moving to new randr 1.2 definition
37723
37724commit 8dec74321d916f204f8182f1b93a65defbe50e78
37725Author: Keith Packard <keithp@neko.keithp.com>
37726Date:   Mon Jul 17 14:43:07 2006 -0400
37727
37728    Successful legacy RandR API/Protocol emulation for query.
37729    
37730    These changes clean up minor errors to make it possible to list the
37731    available modes for a monitor using legacy APIs in both the X server DDX and
37732    RandR protocol. Setting modes is untested, so it probably doesn't work.
37733
37734commit cab3a0145f2483fe43b5db5f5dd2076db9757fe5
37735Author: Keith Packard <keithp@neko.keithp.com>
37736Date:   Mon Jul 17 01:21:11 2006 -0400
37737
37738    RandR: New data structure, old API. At least it compiles now
37739
37740commit d95c758630f4aacec339a7ec80d2c4a9d7de1e4a
37741Author: Keith Packard <keithp@neko.keithp.com>
37742Date:   Sat Jul 1 19:46:38 2006 -0700
37743
37744    Preliminary RandR 1.2 work
37745
37746commit f057de4f73fa593fa3fc5f05f65b89e76273b158
37747Author: Adam Jackson <ajax@benzedrine.nwnk.net>
37748Date:   Sat Sep 16 03:49:11 2006 -0400
37749
37750    Don't install librac.a.
37751    
37752    Thanks, automake.
37753
37754commit 6926776f0ecd1e8e81c5c40ccd3a97227bc44dcb
37755Merge: 6950267 49a70c8
37756Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
37757Date:   Fri Sep 15 15:28:13 2006 -0400
37758
37759    Merge branch 'my-XACE-modular' into my-XACE-SELINUX
37760
37761commit 49a70c8570b03aff8239324a2474918a6fbc52a0
37762Merge: d1110c5 05231e3
37763Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
37764Date:   Fri Sep 15 15:26:57 2006 -0400
37765
37766    Merge branch 'master' into my-XACE-modular
37767
37768commit 46af6d1e953f1eefb6edbba3d29fb9700e42c2bb
37769Author: Adam Jackson <ajax@benzedrine.nwnk.net>
37770Date:   Thu Sep 14 19:28:44 2006 -0400
37771
37772    Always believe the monitor when it reports a reduced-blanking mode.
37773    
37774    CVT reduced blanking modes are typically only seen on digital connections to
37775    LCDs, but there are some monitors that report them as supported over the
37776    VGA connector too, which is perfectly legitimate, electrically speaking.
37777
37778commit 63acf18b7e4ce3a9f7deab3a9088a1c41cab0191
37779Author: Adam Jackson <ajax@benzedrine.nwnk.net>
37780Date:   Thu Sep 14 19:26:37 2006 -0400
37781
37782    In xf86MatchPciInstances, fail gracefully when there's no PCI device at all.
37783    
37784    This allows the autoconfig logic to fall through sanely on non-PCI machines,
37785    which importantly includes Xen virtual machines.
37786
37787commit a8f9936f55c5364bb02e8c3187507eb1f70e2ef2
37788Author: Adam Jackson <ajax@benzedrine.nwnk.net>
37789Date:   Thu Sep 14 19:24:41 2006 -0400
37790
37791    Prefer driver-provided modes when matching name strings to modelines.
37792    
37793    Well, kinda.  Strictly we prefer M_T_BUILTIN strongest since those are modes
37794    where the driver has said it absolutely can't do anything else (VBE).  Then
37795    we look for user-defined modes, ie, modelines from the config file.  Then
37796    we consider modes reported by the monitor via EDID.  Finally if nothing has
37797    matched yet we consider the default mode pool.
37798    
37799    Within each of the above-mentioned classes, modes with the M_T_PREFERRED bit
37800    take priority over other modes in the same class.
37801    
37802    This logic ensures that the timings sent to the monitor exactly match the
37803    timings it reported as supported, which occasionally don't match the numbers
37804    you might get for that mode from CVT or GTF.
37805
37806commit 81ef1b6d6063c20db4963abf7b7848e235aa4ebb
37807Author: Adam Jackson <ajax@benzedrine.nwnk.net>
37808Date:   Thu Sep 14 19:18:58 2006 -0400
37809
37810    Mark EDID modes as driver modes.  Infer virtual size from driver modes.
37811    
37812    This allows the server to guess an appropriate initial virtual size and
37813    resolution.  The heuristic is to select the largest driver-reported mode
37814    that matches the monitor's physical aspect ratio.  We revalidate this
37815    estimate after mode validation, since we may have filtered away all
37816    modes that would fill that size.
37817    
37818    Also, the EDID preferred timing is now marked as M_T_PREFERRED as well.
37819
37820commit 43d9edd31e31b33b9da4a50d8ab05004881c8d5a
37821Author: Adam Jackson <ajax@benzedrine.nwnk.net>
37822Date:   Thu Sep 14 19:09:02 2006 -0400
37823
37824    Attempt to add the 'mouse' driver in more situations.
37825    
37826    Always add a mouse driver instance configured to send core events, unless
37827    a core pointer already exists using either the mouse or void drivers.  This
37828    handles the laptop case where the config file only specifies, say,
37829    synaptics, which causes the touchpad to work but not the pointing stick.
37830    We don't double-instantiate the mouse driver to avoid the mouse moving twice
37831    as fast, and we skip this logic when the user asked for a void core pointer
37832    since that probably means they want to run with no pointer at all.
37833
37834commit 739224d05eb4f356c9cab9dcb8a44a8d78287765
37835Author: Adam Jackson <ajax@benzedrine.nwnk.net>
37836Date:   Thu Sep 14 19:03:32 2006 -0400
37837
37838    Load the default module set when no Module section is given in the config.
37839    
37840    Also, synchronize that list with the list for the pseudoconfig file used
37841    when starting with no config file.  These really need to be better unified.
37842
37843commit beac2bf1e48e6b77dbf7d95f086abc5abcd90cf0
37844Author: Adam Jackson <ajax@benzedrine.nwnk.net>
37845Date:   Thu Sep 14 19:01:13 2006 -0400
37846
37847    Expand the default sync ranges to be large enough for 800x600@60.
37848
37849commit 71a15a7d5721073eccb3a275f353b3aa584c0d68
37850Author: Adam Jackson <ajax@benzedrine.nwnk.net>
37851Date:   Thu Sep 14 19:00:10 2006 -0400
37852
37853    Publish the raw EDID block as a property on the root window.
37854    
37855    This was removed in the patch for bug #5386, but is still useful.
37856
37857commit 7939c8dfb7c7bed4febcdc12922fb2e17619ea36
37858Author: Adam Jackson <ajax@benzedrine.nwnk.net>
37859Date:   Thu Sep 14 18:57:57 2006 -0400
37860
37861    Bump the default pixel depth to 24, and default bpp to 32.
37862
37863commit 72af975f9c8de0ff6796f1ce4b76dcf841d21e99
37864Author: Adam Jackson <ajax@benzedrine.nwnk.net>
37865Date:   Thu Sep 14 18:56:34 2006 -0400
37866
37867    Fix up EDID blocks where the max pixclock exceeds the preferred mode clock.
37868    
37869    Base EDID only lets you specify the maximum dotclock in tens of MHz, which
37870    is too fuzzy for some monitors.  1600x1200@60 is just over 160MHz, but if
37871    the monitor really can't handle any mode at 170MHz, then 160 is more
37872    correct.  Fix up the EDID block before the driver can see it in this case,
37873    so we don't spuriously reject modes.
37874
37875commit d05e0a97bb704a4986cf638487205da759c4ce17
37876Author: Adam Jackson <ajax@benzedrine.nwnk.net>
37877Date:   Thu Sep 14 18:49:12 2006 -0400
37878
37879    Enable DPMS by default.
37880
37881commit 334f7db9f653113d5d46236911d7de2ec4173f28
37882Author: Adam Jackson <ajax@benzedrine.nwnk.net>
37883Date:   Thu Sep 14 18:46:10 2006 -0400
37884
37885    Allow hsync and vsync ranges to be overridden independently again.
37886
37887commit ced46e17777b635df9371c4cfaec3f8968b4dbcf
37888Author: Adam Jackson <ajax@benzedrine.nwnk.net>
37889Date:   Thu Sep 14 18:41:59 2006 -0400
37890
37891    Record all standard timings from EDID as modes, instead of just the first five.
37892
37893commit d89fee68d0e49211871cd9eb3893ed55c1d478a6
37894Author: Adam Jackson <ajax@benzedrine.nwnk.net>
37895Date:   Thu Sep 14 18:41:15 2006 -0400
37896
37897    Record the maximum dot clock of the monitor, and filter by it.
37898
37899commit fa8ef7166839a7435e0017683f3e3c7f7904b285
37900Author: Adam Jackson <ajax@benzedrine.nwnk.net>
37901Date:   Thu Sep 14 18:33:00 2006 -0400
37902
37903    Don't translate monitor gamma to X gamma.
37904    
37905    The X gamma is used to set the output ramp of the card.  Setting a 2.2 output
37906    gamma going into a 2.2 monitor gives an effective gamma of 4.84, which is
37907    very much not what you want.
37908
37909commit 511c60bc7399b07c267d686a969880e5ec92408a
37910Author: Luc Verhaegen <libv@skynet.be>
37911Date:   Thu Sep 14 18:30:36 2006 -0400
37912
37913    Bug #5386: Synthesize modelines from EDID data.
37914
37915commit 05231e336db8f959c15dda518641976f061df1a6
37916Author: Ian Romanick <idr@us.ibm.com>
37917Date:   Thu Sep 14 14:13:39 2006 -0700
37918
37919    Use correct opcodes for GLX_EXT_texture_from_pixmap.
37920    
37921    Regenerate from glX_API.xml 1.3 from Mesa.  The glproto package and libGL
37922    (from Mesa) must also be updated.
37923
37924commit 0a62840e2ce25e5c2554e7e5ab4c9c5b96899e2d
37925Author: Bill Nottingham <notting@redhat.com>
37926Date:   Wed Sep 13 15:40:23 2006 -0700
37927
37928    Bug 7641: fix comment written to Xorg.conf (s/VertSync/VertRefresh/)
37929    
37930    X.Org Bugzilla #7641 <https://bugs.freedesktop.org/show_bug.cgi?id=7641>
37931    Patch #6349 <https://bugs.freedesktop.org/attachment.cgi?id=6349>
37932
37933commit 182e5e0f4ba4c98a34bc52bdf4032ba315fe80ad
37934Author: Drew Parsons <dparsons@debian.org>
37935Date:   Tue Sep 12 14:30:46 2006 +1000
37936
37937    Xprint: revert installation of /etc/X11/Xsession.d/cde_xsessiond_xprint.sh
37938    pending resolution of #8232.
37939
37940commit 594d4019c613b0f4bf8f48cc074ecc3c8366f1d7
37941Author: Tilman Sauerbeck <tilman@code-monkey.de>
37942Date:   Tue Sep 12 01:15:40 2006 +0200
37943
37944    transformIsIdentity() now doesn't accept a zero matrix as the identity.
37945    
37946    Added a non-zero test for one of the diagonal values.
37947
37948commit fc30370d14125f86ee1192890a184881fa139546
37949Author: Tilman Sauerbeck <tilman@code-monkey.de>
37950Date:   Mon Sep 11 19:43:09 2006 +0200
37951
37952    Bug #8226: Fixed SetPictureTransform()'s handling of the argument matrix.
37953    
37954    It now recognizes scaled variants of the identity matrix, too.
37955
37956commit 2b357e9a2f9038cf9cd07da908e3103a3d0965c9
37957Author: Donnie Berkholz <dberkholz@gentoo.org>
37958Date:   Sun Sep 10 22:17:20 2006 -0700
37959
37960    If we're installing libxf86config, install headers needed to build against it.
37961
37962commit 58933757862c458e2da39bd464e50d9c0e41b313
37963Author: Zephaniah E. Hull <warp@agamemnon.b5>
37964Date:   Sun Sep 10 15:50:51 2006 -0400
37965
37966    Warning fix, and a syntax fix in a #if 0 section of code.
37967
37968commit 0a3740a0000191e3039fe183ae51b938d0548340
37969Author: Zephaniah E. Hull <warp@agamemnon.b5>
37970Date:   Sun Sep 10 15:49:25 2006 -0400
37971
37972    Typo correction, 'i' is not a '1', so no longer crash on some Xi requests.
37973
37974commit 8d709f0280b458515b32c2b87938749428e5c149
37975Author: Zephaniah E. Hull <warp@agamemnon.b5>
37976Date:   Sun Sep 10 15:48:35 2006 -0400
37977
37978    Remove a merge artifact so that we can compile.
37979
37980commit b3a3020fd018df8bc5a8193d36e1a1c7ae8af8ba
37981Author: Jesse Barnes <jbarnes@nietzche.virtuousgeek.org>
37982Date:   Sun Sep 10 11:13:18 2006 -0700
37983
37984    the new PCI mapping routines are broken on sparc64 (in fact they look
37985    broken for any 32 bit X server running on a 64 bit kernel) so #ifdef
37986    them out for now.  the PCI rework tree will make all this crap go away,
37987    so I think we can tolerate the extra #ifdef for the next release.
37988
37989commit 60db190ecfce52cbfa888c0af3210634f9186bed
37990Merge: 5e9d33f 6525610
37991Author: Zephaniah E. Hull <warp@agamemnon.b5>
37992Date:   Sun Sep 10 03:49:17 2006 -0400
37993
37994    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver
37995
37996commit 65256109bb8f5a26704ed960e1dd113981df5787
37997Author: Drew Parsons <dparsons@debian.org>
37998Date:   Sun Sep 10 17:40:37 2006 +1000
37999
38000    * Define XPSERVERLIST with `/etc/init.d/xprint get_xpserverlist`
38001      instead of `/bin/sh /etc/init.d/xprint get_xpserverlist`
38002    	- allows the initscript to set its own different shell under #!
38003    	- allows disabling of XPSERVERLIST by making the script non-executable
38004    * Allow files to be installed by using dist_*_DATA instead of EXTRA_DIST.
38005      Also, use dist_*_SCRIPTS to install scripts.
38006    * Fix minor typos in man pages.
38007
38008commit 6950267dd690ef8e29b1c32a157dd64c9b79c06d
38009Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
38010Date:   Fri Sep 8 15:31:18 2006 -0400
38011
38012    Add SELinux extension configure-time support.
38013
38014commit fb34c02861ab3629c1c85c156e73b158518db7c7
38015Merge: 9c503f0 d1110c5
38016Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
38017Date:   Fri Sep 8 15:30:12 2006 -0400
38018
38019    Merge branch 'my-XACE-modular' into my-XACE-SELINUX
38020
38021commit d1110c5c83a7f439158f369ab2f3ae614fa9d2a5
38022Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
38023Date:   Fri Sep 8 15:28:48 2006 -0400
38024
38025    Generalize the handling of configuration files that ship with extensions.
38026
38027commit 9deb579dc9366590203afe0576bf88643ab36c89
38028Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
38029Date:   Fri Sep 8 15:25:17 2006 -0400
38030
38031    Zero out newly created ExtensionEntry structures, but only after the
38032    devPrivates have been initialized.
38033
38034commit cec392656cda1c938d5462e1949e6eef489f9168
38035Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
38036Date:   Fri Sep 8 15:24:23 2006 -0400
38037
38038    Zero out newly allocated ClientRec structures.
38039    This is required to initialize the devPrivates to a known state.
38040
38041commit 0fba09cdfcc78161f5c92bef6cca53e5309656bd
38042Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
38043Date:   Fri Sep 8 15:23:06 2006 -0400
38044
38045    Include dix-config.h.
38046
38047commit c93877100eb98647c5b6b8556730d54677f730b6
38048Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
38049Date:   Fri Sep 8 15:21:57 2006 -0400
38050
38051    Don't need to allocate memory now that devPrivates are being used.
38052
38053commit 9c503f09ce78d952d0ece77c424e42b6df3fa9ad
38054Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
38055Date:   Fri Sep 8 15:17:01 2006 -0400
38056
38057    Add SELinux extension to the module/extension loader.
38058
38059commit 9aa44e3e4c321f42d8e64f83c7f0932470593c26
38060Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
38061Date:   Fri Sep 8 15:15:19 2006 -0400
38062
38063    Add SELinux extension configure-time support.
38064
38065commit 150eabc4c8a08c81c48493583f922a1240b7e91c
38066Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
38067Date:   Fri Sep 8 15:11:04 2006 -0400
38068
38069    Add SELinux extension source files.
38070
38071commit 86450998da616e3d00d4d6293acc35eccc2061e7
38072Author: Kristian Høgsberg <krh@redhat.com>
38073Date:   Thu Sep 7 15:35:16 2006 -0400
38074
38075    Fix AIGLX VT switching.
38076    
38077    See https://bugs.freedesktop.org/show_bug.cgi?id=7916
38078    
38079    There may be a simpler, less intrusive fix that involves just rearranging
38080    DRI locking between 2D and 3D drivers around VT switch.
38081
38082commit 5e9d33fe87f9d24e55c468d4b2bb761c9efdb26a
38083Merge: 629798c 64479ff
38084Author: Daniel Stone <daniel@fooishbar.org>
38085Date:   Thu Sep 7 15:43:31 2006 +0300
38086
38087    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug
38088
38089commit 629798c73ad76a77fa6a55bc6403fd9b95ade2bb
38090Author: Daniel Stone <daniel@fooishbar.org>
38091Date:   Thu Sep 7 15:17:04 2006 +0300
38092
38093    XkbCopyKeymap/SrvXkbCopyKeymap: free geom harder, add cheery comments
38094    Unconditionally free geometry when copying the keymap (so we have none on
38095    core, oh well), add a couple of heartening comments.
38096
38097commit 64479fffa22581cc7d753065c33eda5520b7db9a
38098Author: Ian Romanick <idr@us.ibm.com>
38099Date:   Wed Sep 6 16:13:21 2006 -0700
38100
38101    Remove prototypes and externs for non-existant functions and variables.
38102
38103commit a0179281a6522ec59830e8f2549633741bc56e10
38104Author: Ian Romanick <idr@us.ibm.com>
38105Date:   Wed Sep 6 15:45:48 2006 -0700
38106
38107    Remove prototypes for non-existant functions.
38108
38109commit 8356be492c6b46abdffa08b13836571ed872e16f
38110Author: Michel Dänzer <michel@tungstengraphics.com>
38111Date:   Wed Sep 6 15:20:55 2006 +0200
38112
38113    Make sure _XSERVER64 is defined when it should be and gets tested.
38114
38115commit f6ce0839ba5b73247097826d28f7388fe248ec0c
38116Author: Michel Dänzer <michel@tungstengraphics.com>
38117Date:   Wed Sep 6 13:18:02 2006 +0200
38118
38119    Fix #include paths for fontcacheproto headers.
38120
38121commit f39fd4242902eaa862321d39337f429dd14ebacf
38122Author: Aaron Plattner <aplattner@nvidia.com>
38123Date:   Tue Sep 5 15:23:54 2006 -0700
38124
38125    (unsigned long)(1 << 31) = bad news on x86_64.
38126    (cherry picked from 410e5b1d738ba47b36778e6cbed44023a27ce259 commit)
38127
38128commit 410e5b1d738ba47b36778e6cbed44023a27ce259
38129Author: Aaron Plattner <aplattner@nvidia.com>
38130Date:   Tue Sep 5 15:23:54 2006 -0700
38131
38132    (unsigned long)(1 << 31) = bad news on x86_64.
38133
38134commit 0b81fccd2ee4e054e5cffb739de07460ff2c13f7
38135Merge: 20c4ac6 c281351
38136Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
38137Date:   Tue Sep 5 18:03:25 2006 -0400
38138
38139    Merge branch 'master' into my-XACE-modular
38140    
38141    Conflicts:
38142    
38143    	configure.ac
38144
38145commit c2813514cf7b1a36caa848cbc2ceef99cf2eb769
38146Author: Ian Romanick <idr@us.ibm.com>
38147Date:   Thu Aug 31 15:36:13 2006 -0700
38148
38149    Add missing file from previous commit.
38150
38151commit 0f9cfb2f752a9010ff07f4b2bd891db0cc30b8e6
38152Author: Ian Romanick <idr@us.ibm.com>
38153Date:   Thu Aug 31 13:54:10 2006 -0700
38154
38155    Implement GLX_SGI_swap_control.
38156    
38157    Regenerate from glX_API.xml 1.2.  Add infrastructure to support
38158    GLX_SGI_swap_control for AIGLX when the DRI driver enables it.  Tested
38159    with R300.
38160
38161commit a9ef5862919313582f72fc0cfb5ab0af4df6507e
38162Author: Ian Romanick <idr@us.ibm.com>
38163Date:   Thu Aug 31 13:47:50 2006 -0700
38164
38165    Fix problems with vertex program protocol
38166    
38167    There were two sets of bugs in the vertex program (ARB and NV)
38168    protocol.  First, several of the ARB functions were missing the
38169    'doubles_in_order="true"' annotation.  Second, after the ARB decided
38170    that glVertexAttrib*ARB functions must not alias fixed-function state
38171    for GLSL, Nvidia re-assigned GLX protocol opcodes for
38172    glVertexAttrib*NV (circa Septeber 2004).  For some reason gl_API.xml
38173    was never updated to reflect this, and the updated version of the
38174    GL_NV_vertex_program spec never made into the registry.
38175    
38176    This is just a server-side regeneration from gl_API.xml version 1.68.
38177
38178commit 69d5becce4ca2cfc8f8de53672ed54a47de62164
38179Author: Matthew Allum <mallum@openedhand.com>
38180Date:   Thu Aug 31 17:30:24 2006 +0100
38181
38182    Fix previous commit breaking other kdrives pulling in fbdev.a
38183
38184commit fd609956f27d76ee76ac8623787f0fc8633a5546
38185Author: Matthew Allum <mallum@openedhand.com>
38186Date:   Thu Aug 31 17:18:57 2006 +0100
38187
38188    Add framebuffer device command line switch for Xfbdev
38189
38190commit 2fb7b8795a9a36cce61f6449f6ca26ffd1b071f0
38191Author: Ian Romanick <idr@us.ibm.com>
38192Date:   Tue Aug 29 16:35:32 2006 -0700
38193
38194    Minor extension tweaks.
38195    
38196    GLX_EXT_texture_from_pixmap should always be enabled.
38197    GLX_SGI_video_sync is only for direct rendering and should never
38198    appear in the server's string.
38199
38200commit 1c8851ad491dd02d1c79e620b46384956838ed42
38201Merge: d59b52f 5ddbf4b
38202Author: Ian Romanick <idr@us.ibm.com>
38203Date:   Tue Aug 29 16:34:04 2006 -0700
38204
38205    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver
38206
38207commit d59b52fc08f2d80b38993e383e61c3eeb0bb0763
38208Author: Ian Romanick <idr@us.ibm.com>
38209Date:   Tue Aug 29 14:40:13 2006 -0700
38210
38211    Make sure unsupported extensions are disabled.
38212    
38213    GLX protocol isn't supported for GLX_SGI_swap_control or
38214    GLX_SGI_video_sync.  Remove them from the list of available extensions
38215    until they are supported.
38216
38217commit db6d04d4b87fd9b6409a3ddf0479a88440c2eda1
38218Author: Ian Romanick <idr@us.ibm.com>
38219Date:   Tue Aug 29 14:35:08 2006 -0700
38220
38221    Add support for AIGLX drivers to enable GLX extensions that they support.
38222
38223commit 5ddbf4bcd46fe0d3d682668c2748c712fea410ae
38224Author: Matthew Allum <mallum@openedhand.com>
38225Date:   Tue Aug 29 22:07:15 2006 +0100
38226
38227    Re-add support for tslib (1.0 release) and Xcalibrate extension.
38228
38229commit 4524a2bf6f22c871ed109b027a065f0262137dc5
38230Author: Daniel Stone <daniel@fooishbar.org>
38231Date:   Tue Aug 29 23:49:26 2006 +0300
38232
38233    configure.ac: move tslib from KDRIVE_PURE_LIBS to KDRIVE_LIBS
38234    Yeah.  That was dumb.
38235
38236commit 942b4369990a255257f66835caf8671432c405a3
38237Merge: 77d315b 393dc0a
38238Author: Ian Romanick <idr@us.ibm.com>
38239Date:   Tue Aug 29 13:30:37 2006 -0700
38240
38241    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver
38242
38243commit 77d315bd2fd2f9014c831d313efbe5821189177c
38244Author: Ian Romanick <idr@us.ibm.com>
38245Date:   Tue Aug 29 13:30:20 2006 -0700
38246
38247    Remove __glXNoSuchRenderOpcode because it is no longer used.
38248
38249commit 260c3f32b69c98f8fc5360f860f69d32c19f04a7
38250Author: Daniel Stone <daniel@fooishbar.org>
38251Date:   Tue Aug 29 23:18:12 2006 +0300
38252
38253    configure.ac: fix XSDL test
38254
38255commit 393dc0a3388d56186181b2bd9bcc1d267747e709
38256Author: Daniel Stone <daniel@fooishbar.org>
38257Date:   Tue Aug 29 22:53:54 2006 +0300
38258
38259    kdrive: remove @KDRIVE_LIBS@ from Xfoo_DEPENDENCIES
38260
38261commit cff23616fe45e10c6786a303c8dcfc0a80463a53
38262Author: Daniel Stone <daniel@fooishbar.org>
38263Date:   Tue Aug 29 22:44:09 2006 +0300
38264
38265    configure.ac: allow disabling of XSDL
38266
38267commit 89d272bb183e85715d8e6047929fb2d912033d82
38268Author: Daniel Stone <daniel.stone@nokia.com>
38269Date:   Tue Aug 29 15:05:31 2006 +0300
38270
38271    [PATCH] kdrive/linux keyboard: remove more debugging spew
38272
38273commit bd6f539ff9409aa7d9056fabe120b457b0a15997
38274Author: Daniel Stone <daniel.stone@nokia.com>
38275Date:   Tue Aug 29 13:21:58 2006 +0300
38276
38277    [PATCH] kdrive/linux keyboard: silence excessive debugging noise
38278
38279commit 5436fce09003e20744a388fa4ae49007c9cf8ede
38280Author: Daniel Stone <daniel.stone@nokia.com>
38281Date:   Tue Aug 29 13:21:40 2006 +0300
38282
38283    [PATCH] GetKeyboardValutorEvents: be even more careful
38284    
38285    Don't accept devices without a keyboard feedback class.
38286
38287commit 0eb7299f445455a7bcacf2410e83227b23259675
38288Author: Daniel Stone <daniel.stone@nokia.com>
38289Date:   Tue Aug 29 13:19:12 2006 +0300
38290
38291    [PATCH] XkbCopyKeymap: still more range fixes
38292    
38293    Make sure we don't stomp preserve if it doesn't already exist, and fix a
38294    couple of range-related thinkos in level name copying.
38295
38296commit 7fa3383e3c8eea7d1eb0e556393f2431cf8e6ed2
38297Merge: 8d77d44 ebbdc13
38298Author: Daniel Stone <daniel@fooishbar.org>
38299Date:   Tue Aug 29 15:16:01 2006 +0300
38300
38301    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug
38302
38303commit ebbdc1342a243b301723390696f742dc91f59764
38304Author: Adam Jackson <ajax@benzedrine.nwnk.net>
38305Date:   Mon Aug 28 18:17:32 2006 -0400
38306
38307    Remove calls to LoaderCheckUnresolved(), since it's now a stub.
38308
38309commit 8d77d44fda3aacbae62864a3620e09095b79e92d
38310Merge: d6f36bd 2fde560
38311Author: Daniel Stone <daniel@fooishbar.org>
38312Date:   Sun Aug 27 23:08:49 2006 +0300
38313
38314    Merge branch 'origin' into input-hotplug
38315
38316commit 20c4ac6e038607ebbf6c04639670514c016d8597
38317Merge: 13c6713 8d4f21a
38318Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
38319Date:   Fri Aug 25 18:49:46 2006 -0400
38320
38321    Merge branch 'my-XACE-SELINUX' into my-XACE-modular
38322
38323commit 13c6713c82763a85c725c998b37ad02156d803ba
38324Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
38325Date:   Fri Aug 25 18:17:01 2006 -0400
38326
38327    Add four new XACE hooks: auditing, key event notification, window init
38328
38329commit 2fde560bbb9c1148f26fd969dc30c4e736672b7c
38330Author: Ian Romanick <idr@umwelt.(none)>
38331Date:   Fri Aug 25 13:01:51 2006 -0700
38332
38333    Enable GL_EXT_texture_filter_anisotropic and GL_EXT_blend_equation_separate.
38334    
38335    Re-generate from gl_API.xml 1.65.  This provides the missing bits for
38336    GL_EXT_texture_filter_anisotropic and GL_EXT_blend_equation_separate.
38337    Enable those extensions.
38338
38339commit e2d529963ed40b5f113cf82c17809d241cd4aac1
38340Author: Ian Romanick <idr@umwelt.(none)>
38341Date:   Fri Aug 25 12:05:16 2006 -0700
38342
38343    Enable vertex and fragment programs.
38344    
38345    Implement glGetProgramStringARB and glGetProgramStringNV.  With these
38346    functions implemented, GL_ARB_{vertex,fragment}_program,
38347    GL_NV_{vertex,fragment}_program, and related extensions can be enabled.
38348
38349commit 21291d6ca7188e5733ed0c93215ee0f1f0f90cc9
38350Merge: 1a5561c cd2da4e
38351Author: Ian Romanick <idr@umwelt.(none)>
38352Date:   Fri Aug 25 09:34:21 2006 -0700
38353
38354    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into pci-rework
38355
38356commit d6f36bd28009881ef7f7a20cdadb3808d808ed97
38357Author: Daniel Stone <daniel@fooishbar.org>
38358Date:   Fri Aug 25 12:43:17 2006 +0300
38359
38360    xfree86/parser: use 'kbd' driver when 'keyboard' specified
38361    Now that we've completely ditched the old driver, we should probably make a
38362    best-effort attempt to keep configs working.
38363
38364commit 7c4167f0d6b33c9c602b04fcfd246fd3aeddd709
38365Merge: 393f834 cd2da4e
38366Author: Daniel Stone <daniel@fooishbar.org>
38367Date:   Fri Aug 25 11:15:33 2006 +0300
38368
38369    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug
38370
38371commit 393f8347edcccfc24d8902a86ea9def7ada2537b
38372Author: Daniel Stone <daniel@fooishbar.org>
38373Date:   Fri Aug 25 10:46:32 2006 +0300
38374
38375    xorgconf.cpp: kbd, not keyboard
38376
38377commit c33e39c86be2010b169ffbd8adbe53b93222dc5f
38378Author: Ian Romanick <idr@umwelt.(none)>
38379Date:   Thu Aug 24 20:33:57 2006 -0700
38380
38381    Finish support for GL_ARB_texture_compression.
38382    
38383    Fill in __glXDisp_GetCompressedTexImageARB and
38384    __glXDispSwap_GetCompressedTexImageARB to finish support for
38385    GL_ARB_texture_compression.  With this extension (and the related
38386    compression extensions), the server-side GLX supports all of the
38387    protocol for GL 1.4.  w00t!
38388    
38389    The bad news is that this has received only minimal testing, and Mesa
38390    does not contain any good tests for GL_ARB_texture_compression.
38391
38392commit cd2da4e41eae233b50f8830d9a8f5d1d916a5a1b
38393Author: Ian Romanick <idr@umwelt.(none)>
38394Date:   Thu Aug 24 18:00:16 2006 -0700
38395
38396    Remove GL/glx/g_disptab.c, GL/glx/g_disptab_EXT.c, and
38397    GL/glx/g_disptab_EXT.h.  Unfortunately GL/glx/g_disptab.h has to be
38398    kept around a bit longer.
38399
38400commit a29e6dd2d2d45c18c52737bb3b7945aafcea5032
38401Author: Ian Romanick <idr@umwelt.(none)>
38402Date:   Thu Aug 24 17:58:52 2006 -0700
38403
38404    Add some missing bits of GL_SGI_color_table.
38405
38406commit ae608b2071d882966e9c7ede71f846b1ecec0b23
38407Merge: 2c86527 b879356
38408Author: Ian Romanick <idr@umwelt.(none)>
38409Date:   Thu Aug 24 14:56:33 2006 -0700
38410
38411    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver
38412
38413commit 2c865277fe1d056981d1020e1af001d2319252c0
38414Author: Ian Romanick <idr@umwelt.(none)>
38415Date:   Thu Aug 24 14:54:49 2006 -0700
38416
38417    Regenerate from gl_API.xml 1.63.  Enable extensions.
38418    
38419    gl_API.xml 1.63 corrects some problems with GLX protocol for
38420    GL_EXT_paletted_texture and GL_SGI_color_table.  Regenerate from that
38421    file, and enable those extensions and GL_EXT_shared_texture_palette.
38422
38423commit 7d5de5c6657304246473d7ddd5c29bb0c7a3bc34
38424Author: Ian Romanick <idr@umwelt.(none)>
38425Date:   Thu Aug 24 14:49:46 2006 -0700
38426
38427    Regenerate from gl_API.xml 1.62.  Functions move, no real changes.
38428
38429commit 3a36b0a24aa9e9e238faa7f00100f59800f5142b
38430Merge: db1ab1b b879356
38431Author: Daniel Stone <daniel@fooishbar.org>
38432Date:   Thu Aug 24 23:35:28 2006 +0300
38433
38434    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug
38435
38436commit db1ab1bdb2f79eca593fe247056309a16ebd29c6
38437Author: Daniel Stone <daniel@fooishbar.org>
38438Date:   Thu Aug 24 23:33:59 2006 +0300
38439
38440    XkbCopyKeymap: fix various range issues
38441    Fix a bunch of range issues caused by incorrect assumptions (e.g. that the
38442    design was at least halfway sensible), and copy types by hand, instead of
38443    just blindly memcpy()ing the lot, since it itself cleverly contains a ton
38444    of allocated pointers.
38445
38446commit 5fb8d947bb88d715b9b236342885c445cb5a9387
38447Author: Daniel Stone <daniel@fooishbar.org>
38448Date:   Thu Aug 24 23:16:43 2006 +0300
38449
38450    configure.ac: more thinkos
38451    Fix auto tests for vidmode and xf86dga.  I win at life.
38452
38453commit 4e37c07ba6e5d299d4f8922dc6cf054c814f7baf
38454Author: Daniel Stone <daniel@fooishbar.org>
38455Date:   Thu Aug 24 23:16:17 2006 +0300
38456
38457    config: clean up debugging messages, make failure to acquire name fatal
38458    Bomb with FatalError when we can't acquire the bus and name.
38459    Clean up a bunch of debugging ErrorFs to be hidden behind #ifdef DEBUG.
38460
38461commit b879356ce96929d02bcb75b9aa24b17ac7e28125
38462Author: Adam Jackson <ajax@benzedrine.nwnk.net>
38463Date:   Thu Aug 24 15:50:15 2006 -0400
38464
38465    More #ifdef USE_DEPRECATED_KEYBOARD_DRIVER.
38466
38467commit 4ed311cf1c29090c53e474a3001c5702ff8409df
38468Merge: 73e58ad b29b236
38469Author: Matthias Hopf <mhopf@suse.de>
38470Date:   Thu Aug 24 20:17:10 2006 +0200
38471
38472    Merge branch 'master' of git://anongit.freedesktop.org/git/xorg/xserver
38473
38474commit b29b236d88789fd45d823a55dbedb393bb134c5b
38475Author: Lukáš Turek <8an@centrum.cz>
38476Date:   Thu Aug 24 15:57:09 2006 +0200
38477
38478    Adapt to Mesa header name change.
38479
38480commit ce4a0a4ddafd3833d7025f83ed3729915c8aba70
38481Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
38482Date:   Thu Aug 24 13:56:22 2006 +0100
38483
38484    Apply patch in bug #7919, blit improvements in
38485    multiwindow mode for Xming/CygwinX
38486
38487commit 866ca1f929c95689bac9f0a0b3478f7b4d77214b
38488Author: Daniel Stone <daniel@fooishbar.org>
38489Date:   Thu Aug 24 15:46:44 2006 +0300
38490
38491    configure.ac: fix XF86VidMode test
38492
38493commit 2b06c69c8feaf3bdc065635ee711efa45b3033b3
38494Author: Daniel Stone <daniel@fooishbar.org>
38495Date:   Thu Aug 24 14:51:26 2006 +0300
38496
38497    GKVE: pass correct arguments to XkbCopyKeymap
38498    Fix horrendous thinko.  Indicators now work perfectly.
38499
38500commit 4adf9af313c9f63b6ad734e174efe1d36ddb5813
38501Merge: 33af05d 67bd672
38502Author: Daniel Stone <daniel@fooishbar.org>
38503Date:   Thu Aug 24 10:59:33 2006 +0300
38504
38505    Merge branch 'master' into input-hotplug
38506
38507commit 67bd672c880869ef625ae0c0163c3ec1eba46abf
38508Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
38509Date:   Thu Aug 24 08:47:06 2006 +0100
38510
38511    Fix typo
38512
38513commit 733c4beb16c2c4ad9e9a4ea9a85b09fc5062a775
38514Author: David Nusinow <dnusinow@debian.org>
38515Date:   Wed Aug 23 22:39:42 2006 +0000
38516
38517    Add xorg.conf IgnoreABI option which does the same thing as -ignoreABI
38518
38519commit b983773d446cef6a0948ca264ed48126e404ae9a
38520Merge: 0623d36 d9a8656
38521Author: Ian Romanick <idr@umwelt.(none)>
38522Date:   Wed Aug 23 17:16:50 2006 -0700
38523
38524    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver
38525
38526commit 0623d3643fc28ebc514b2ca872c985d0cf0c753a
38527Author: Ian Romanick <idr@umwelt.(none)>
38528Date:   Wed Aug 23 17:16:02 2006 -0700
38529
38530    Fix the sorting of the extension string.  Add a few extensions that
38531    are supported by the new code.  A few of these were actually supported
38532    before but weren't advertised.
38533
38534commit 5d2caacff570dd68bb3fb05e776e02515b2a9da0
38535Author: Ian Romanick <idr@umwelt.(none)>
38536Date:   Wed Aug 23 16:47:00 2006 -0700
38537
38538    Refector __glXDisp_Render and __glXDispSwap_Render to DoRender.
38539    Refector __glXDisp_RenderLarge and __glXDispSwap_RenderLarge to
38540    DoRenderLarge.
38541
38542commit 866bb3f34046045c9fa0744db1d76e035b3da9c7
38543Author: Ian Romanick <idr@umwelt.(none)>
38544Date:   Wed Aug 23 16:41:53 2006 -0700
38545
38546    Memo to myself: Whenever a Makefile.am changes, autogen.sh must be
38547    re-run.  This is especially true if the change is to remove a source
38548    file.
38549    
38550    Fix RenderLarge to actually use the new protocol decode tables.
38551
38552commit d9a86566c21afd7985673f3ed851b055d9dac46f
38553Author: Alan Coopersmith <alan.coopersmith@sun.com>
38554Date:   Wed Aug 23 16:15:19 2006 -0700
38555
38556    Add LOCALCONN to dix-config.h template for xtrans
38557
38558commit f6fd7d8f8393f93705e76b2b2777a0d9bcafa991
38559Author: Ian Romanick <idr@umwelt.(none)>
38560Date:   Wed Aug 23 16:05:37 2006 -0700
38561
38562    Convert protocol decode tabels for Render and RenderLarge to use nice,
38563    compact N-way search trees generated by scripts in Mesa.
38564
38565commit 7ae82b5fc8721be78b43a322bbf2c46aac08b8cf
38566Author: Ian Romanick <idr@umwelt.(none)>
38567Date:   Wed Aug 23 16:00:48 2006 -0700
38568
38569    Fix __glXDispatchInfo::dispatch_functions and
38570    __glXDispatchInfo::size_table.  dispatch_functions had the const in
38571    the wrong place, and size_table was declared as an array of two
38572    pointers to int_fast16_t instead of a pointer to an array of 2
38573    int_fast16_t.  cdecl to the rescue!
38574
38575commit 39a620d17809dc71fb5ad61a955fe3c442f90a05
38576Author: Ian Romanick <idr@umwelt.(none)>
38577Date:   Wed Aug 23 14:24:34 2006 -0700
38578
38579    Rename __glXDrawArraysSize to __glXDrawArraysReqSize.  This makes its
38580    name match the pattern of all the other functions in
38581    __glXRenderSizeTable.
38582
38583commit 86406455f0e5fc977431948611e9bb5fda1e1d46
38584Author: Ian Romanick <idr@umwelt.(none)>
38585Date:   Wed Aug 23 13:30:59 2006 -0700
38586
38587    Re-generated files after a fix to glX_API.xml (in Mesa).
38588
38589commit d7a7f12361d31001bbd9394a57de029ef0b934b8
38590Author: Ian Romanick <idr@umwelt.(none)>
38591Date:   Wed Aug 23 13:30:13 2006 -0700
38592
38593    Convert protocol decode tables for Single, VendorPrivate, and
38594    VendorPrivateWithReply message to use nice, compact N-way search trees
38595    generated by scripts in Mesa.
38596    
38597    The Render protocol decode tables are next...
38598
38599commit bdec9680fa74dd23cf319d09af1940f8cf71a5b1
38600Author: Adam Jackson <ajax@benzedrine.nwnk.net>
38601Date:   Wed Aug 23 14:43:23 2006 -0400
38602
38603    Make sure Composite is never enabled for Xnest.
38604
38605commit 9f2a108051aad9b024ab737b45fc12290a113e37
38606Author: Adam Jackson <ajax@benzedrine.nwnk.net>
38607Date:   Wed Aug 23 14:38:34 2006 -0400
38608
38609    Make 'Xvfb -render' also disable Composite, lest we segfault on startup.
38610
38611commit 33af05d58f1f4f021036e9ce4b60fd76dbaebe73
38612Author: Daniel Stone <daniel@fooishbar.org>
38613Date:   Wed Aug 23 19:05:50 2006 +0300
38614
38615    XkbCopyKeymap: use correct range for MapNotify
38616    We haven't copied {min,max}_key_code by the time the notifies run, so use
38617    src instead of dst to determine number of keys, et al.
38618
38619commit 6323a11d0db4d3cf0317af83f0362730142f5325
38620Author: Daniel Stone <daniel@fooishbar.org>
38621Date:   Wed Aug 23 18:53:04 2006 +0300
38622
38623    XkbCopyKeymap: optionally send NewKeyboardNotify/MapNotify events
38624    Optionally send a NewKeyboardNotify or MapNotify event when copying the
38625    keymap; modify GetKeyboardValuatorEvents to make use of this.
38626
38627commit 728fbadd16a748b45c80bc2c65c46f82cf803578
38628Author: Daniel Stone <daniel@fooishbar.org>
38629Date:   Wed Aug 23 14:33:59 2006 +0300
38630
38631    gitignore: ignore vi swap files
38632
38633commit 8f8487ff997670a4af0293fed77ff920cfc39fb1
38634Author: Daniel Stone <daniel@fooishbar.org>
38635Date:   Wed Aug 23 14:33:41 2006 +0300
38636
38637    xkb/gkve: copy XKB map, not pointer-assign
38638    Write a new function to copy an XKB map (does everything but geometry at
38639    the moment), and use that instead of nasty pointer assignments.
38640
38641commit 52ba722e4c89c052609b4fc62e965d92778aa2dd
38642Merge: 9138d5a 0554125
38643Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
38644Date:   Mon Aug 21 18:49:31 2006 -0400
38645
38646    Merge branch 'XACE-modular' into my-XACE-modular
38647
38648commit 05541259bdb0dfaab015a01caa3722b7a1b782e2
38649Merge: c2535f6 a1ac044
38650Author: Alan Coopersmith <alan.coopersmith@sun.com>
38651Date:   Mon Aug 21 13:07:41 2006 -0700
38652
38653    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into XACE-modular
38654
38655commit a56b98bb047003a05e26ca9365c212a2da7ac200
38656Author: Daniel Stone <daniel.stone@nokia.com>
38657Date:   Fri Aug 18 18:03:41 2006 +0300
38658
38659    dix: enable null root cursor
38660    
38661    Enable a blank root cursor, selectable with --enable-null-root-cursor at
38662    configure time.
38663
38664commit 0704bb298cc826cd117815898c6bc015a693c2c9
38665Merge: c140369 a1ac044
38666Author: Daniel Stone <daniel@fooishbar.org>
38667Date:   Fri Aug 18 17:30:14 2006 +0300
38668
38669    Merge branch 'master' into input-hotplug
38670
38671commit a1ac0440bba690368aa4226468ce571be1a09d95
38672Author: Daniel Stone <daniel@fooishbar.org>
38673Date:   Fri Aug 18 17:30:00 2006 +0300
38674
38675    dix: fix whiteroot thinko
38676    Note to self: run git update-index _after_ testing, not just before.
38677
38678commit c14036977fef7b8787c0b68f5262fa0b6a2834f5
38679Author: Daniel Stone <daniel@fooishbar.org>
38680Date:   Fri Aug 18 17:24:34 2006 +0300
38681
38682    input.h: add InitCoreDevices prototype
38683
38684commit 1c2cb30cd88ba4453f9da339025f8ff39f7f5412
38685Merge: 633b6a6 70ddd0f
38686Author: Daniel Stone <daniel@fooishbar.org>
38687Date:   Fri Aug 18 17:05:50 2006 +0300
38688
38689    Merge branch 'origin' into input-hotplug
38690
38691commit 19f673b7788d32c220e7e06734f1074b0e4a999c
38692Merge: cb0a565 70ddd0f
38693Author: Daniel Stone <daniel@fooishbar.org>
38694Date:   Fri Aug 18 17:05:41 2006 +0300
38695
38696    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver
38697
38698commit cb0a565d2b2cf8823abbd77b4426cc2237731dc1
38699Author: Daniel Stone <daniel@fooishbar.org>
38700Date:   Fri Aug 18 17:04:48 2006 +0300
38701
38702    dix: add whiteroot flag
38703    Add a -wr option to use a white root window, and use a BackPixel rather
38704    than BackPixmap for both white and black root windows.
38705
38706commit 70ddd0f39d5118db72a1a4e473cbfb502f1ed9ec
38707Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
38708Date:   Fri Aug 18 14:43:10 2006 +0100
38709
38710    Fix bug #5735, Serious flaw in CygwinX clipboard
38711    integration prevents paste from X to Windows apps
38712    (Brett Stahlman & Colin Harrison)
38713
38714commit 708b225689b5a4ba9ffe3372b584b715ef9eacdc
38715Merge: e1f4565 ee5e2cb
38716Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
38717Date:   Fri Aug 18 09:13:52 2006 +0100
38718
38719    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver
38720
38721commit e1f4565be5ce80be4655e81f77f4073fa3fbf8d0
38722Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
38723Date:   Fri Aug 18 09:11:48 2006 +0100
38724
38725    Fix bug #7302, make Xn.hosts work from the
38726    Microsoft Windows install directory on Xming.
38727    (Colin Harrison)
38728
38729commit 1880defe4eaba02f9585b154d0883235eabc6d11
38730Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
38731Date:   Fri Aug 18 09:09:53 2006 +0100
38732
38733    Fix bug #7281, clipboard viewer should not
38734    call SetClipboard viewer when bogus in Xming/CygwinX
38735    (Colin Harrison)
38736
38737commit a1a8e4f7f5917f537eb3dd51d3d6fa3e129236ce
38738Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
38739Date:   Fri Aug 18 09:08:12 2006 +0100
38740
38741    Fix bug #7280, round title corner background
38742    should be transparent not black in Xming/CygwinX
38743    (Colin Harrison)
38744
38745commit ee5e2cbd2bee610a95facc6b486c4a5070973099
38746Author: Adam Jackson <ajax@benzedrine.nwnk.net>
38747Date:   Thu Aug 17 17:29:32 2006 -0400
38748
38749    Un-cut-and-paste the mode rejection message.
38750
38751commit 43e42eef1f5a22703eb64fc9cffecde036ea38e0
38752Author: Adam Jackson <ajax@benzedrine.nwnk.net>
38753Date:   Thu Aug 17 16:22:07 2006 -0400
38754
38755    Fix default mouse device on Linux, again.
38756    
38757    It would be really nice if we only did this in one place instead of 40.
38758
38759commit 633b6a69f560c0a77dcff78fdef5fcf0041e2e04
38760Merge: 95dbfcf 7da5144
38761Author: Daniel Stone <daniel@fooishbar.org>
38762Date:   Thu Aug 17 21:25:14 2006 +0300
38763
38764    Merge branch 'master' into input-hotplug
38765
38766commit 7da51447eaab34292e14077fb5a48e6b2e587781
38767Author: Daniel Stone <daniel@fooishbar.org>
38768Date:   Thu Aug 17 21:24:07 2006 +0300
38769
38770    events.c: fix tiny XEvIE thinko
38771    Make sure xeviehot gets updated after the ConfineToShape() call.
38772
38773commit 5d082f05632906c29296a44ef5c3a4962c0cbe62
38774Author: Daniel Stone <daniel@fooishbar.org>
38775Date:   Thu Aug 17 21:18:18 2006 +0300
38776
38777    events.c: make XEvIE a little less verbose
38778    Change a lot of:
38779     #ifdef XEVIE
38780     xeviehot.x =
38781     #endif
38782     sprite.hot.x = ...
38783     #ifdef XEVIE
38784     xeviehot.y =
38785     #endif
38786     sprite.hot.y = ...
38787    to one single
38788     #ifdef XEVIE
38789     xeviehot.x = sprite.hot.x;
38790     xeviehot.y = sprite.hot.y;
38791     #endif
38792    at the end of the functions.
38793
38794commit 95dbfcf8828c041c218145afc87d21a6c9c7bc02
38795Author: Daniel Stone <daniel@fooishbar.org>
38796Date:   Thu Aug 17 21:18:18 2006 +0300
38797
38798    events.c: make XEvIE a little less verbose
38799    Change a lot of:
38800     #ifdef XEVIE
38801     xeviehot.x =
38802     #endif
38803     sprite.hot.x = ...
38804     #ifdef XEVIE
38805     xeviehot.y =
38806     #endif
38807     sprite.hot.y = ...
38808    to one single
38809     #ifdef XEVIE
38810     xeviehot.x = sprite.hot.x;
38811     xeviehot.y = sprite.hot.y;
38812     #endif
38813    at the end of the functions.
38814
38815commit c6c39afde3e5f43b623ca6b52162b83c98a28d45
38816Author: Daniel Stone <daniel@fooishbar.org>
38817Date:   Thu Aug 17 21:13:09 2006 +0300
38818
38819    dix/events.c: add YAFIXME
38820    Add another FIXME to the cacaphony of XXX and FIXMEs in this file.
38821
38822commit f9624e0109cf12b6af43fb4235aaa0b54340a4bb
38823Author: Daniel Stone <daniel@fooishbar.org>
38824Date:   Thu Aug 17 16:09:51 2006 +0300
38825
38826    kdrive/input: verify SIGIO with --enable-debug
38827
38828commit 73e58adda96c1d1b5176d819107faa7697c3eb94
38829Author: Matthias Hopf <mhopf@suse.de>
38830Date:   Wed Aug 16 18:17:58 2006 +0200
38831
38832    Fixed segfault w/ broken Xinerama configs.
38833
38834commit cd3f744b1f983f71476db99c050045d981c5f5b2
38835Author: Daniel Stone <daniel@fooishbar.org>
38836Date:   Tue Aug 15 15:54:13 2006 +0300
38837
38838    fix missing brace, trim unused variables
38839
38840commit 5d073697adb3864133fa3221b82ab8d2f4a59758
38841Author: Daniel Stone <daniel@fooishbar.org>
38842Date:   Tue Aug 15 15:37:10 2006 +0300
38843
38844    kdrive/input: minor warning cleanups
38845    And also a compiler error fix when VERIFY_SIGIO is defined.
38846
38847commit 47c1c948e69cfba950ad37a3133fa2db0bd0ff2c
38848Author: Daniel Stone <daniel@fooishbar.org>
38849Date:   Tue Aug 15 15:25:16 2006 +0300
38850
38851    kdrive/input: only run special key behaviours on non-XKB
38852    Only attempt to manually deal with special key behaviours (e.g. terminating
38853    the server) when not using XKB, and leave locking behaviour up to GKVE.
38854
38855commit 34228d8b280ef105a0c60b8de5dacf70a5ce24b5
38856Author: Daniel Stone <daniel@fooishbar.org>
38857Date:   Tue Aug 15 15:23:53 2006 +0300
38858
38859    GPE: fix absolute button events / GKVE: (non-XKB) don't repeat lock keys
38860    Fix absolute button events in GPE, where we would previously send valuator
38861    events without bumping numEvents accordingly, causing the core event to
38862    go missing.
38863    In the non-XKB path in GKVE, implement proper lock behaviour (one press to
38864    enable, one press to disable, discard releases).
38865    Fix debug_events prototype.
38866
38867commit d003bada3352ec7d734498c4c732904876a9d1e2
38868Merge: d6433be a815b9b
38869Author: Daniel Stone <daniel@fooishbar.org>
38870Date:   Sat Aug 12 22:48:55 2006 +0300
38871
38872    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug
38873
38874commit a815b9b990e068f02d9cbba2b17f2cc3a30a9310
38875Merge: 37943e2 984babe
38876Author: George Sapountzis <gsap7@yahoo.gr>
38877Date:   Sat Aug 12 21:58:33 2006 +0300
38878
38879    Merge branch 'master' of git+ssh://gsap7@git.freedesktop.org/git/xorg/xserver
38880
38881commit d6433be3cca807dd78fbb1f45d9ba0212283083d
38882Merge: 2bf9e3d 984babe
38883Author: Daniel Stone <daniel@fooishbar.org>
38884Date:   Sat Aug 12 21:50:52 2006 +0300
38885
38886    Merge branch 'master' into input-hotplug
38887
38888commit 2bf9e3dc1ec5fd7bf84a4a96899e5663a721d4a4
38889Author: Daniel Stone <daniel@fooishbar.org>
38890Date:   Sat Aug 12 21:50:39 2006 +0300
38891
38892    make DIX more tolerant of devices without a CtrlProc (Debian #269860)
38893    Return BadDevice on client requests for devices without a CtrlProc, instead
38894    of tanking horribly.
38895
38896commit 984babe86bf82002b4d6589b2750c7b5a5489bd5
38897Author: Daniel Stone <daniel@fooishbar.org>
38898Date:   Sat Aug 12 21:43:38 2006 +0300
38899
38900    remove obsolete vendor defines
38901    Remove random behaviour changes for SGI and MetroLink.
38902
38903commit 37943e2f1abc6709ff739000372b0394d5cd18c5
38904Author: George Sapountzis <gsap7@yahoo.gr>
38905Date:   Sat Aug 12 20:54:33 2006 +0300
38906
38907    Call exaTryComponentAlphaHelper() for solid src also.
38908    
38909    Also, rename to exaTryMagicTwoPassCompositeHelper() as it is now called for
38910    non-component-alpha masks also, and add function description from
38911    http://anholt.livejournal.com/32058.html.
38912
38913commit f7919c287936f55569c2301ebb1b5f52358e70fa
38914Author: Bastian Blank <waldi@debian.org>
38915Date:   Sat Aug 12 20:43:25 2006 +0300
38916
38917    xfree86: don't do legacy IO on ARM or S/390 (Debian #362641)
38918    Don't attempt to poke legacy IO ranges on ARM or S/390.
38919
38920commit 59dcc62906d8ee597cd43aa307f414cb47995cea
38921Author: Daniel Stone <daniel@fooishbar.org>
38922Date:   Sat Aug 12 20:39:08 2006 +0300
38923
38924    xfree86: remove Xqueue support completely
38925
38926commit e641000b98e7c2e92e3c801eaa42aa15d5c16ad0
38927Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
38928Date:   Sat Aug 12 19:41:59 2006 +0300
38929
38930    xfree86: add Hurd support (#5613)
38931    Add support for GNU/Hurd.
38932
38933commit 5a3488ccac8e5dabd9fc98bc41ef178ead1b2faf
38934Author: Daniel Stone <daniel@fooishbar.org>
38935Date:   Sat Aug 12 19:25:06 2006 +0300
38936
38937    configure.ac: fix execinfo.h test (Debian #363218)
38938    Define HAVE_EXECINFO_H as well as HAVE_BACKTRACE, when we find execinfo.h.
38939
38940commit 26c3cd1c9e3f52548389817a6d89a377e20c4269
38941Merge: 008aa7e c4951e0
38942Author: Daniel Stone <daniel@fooishbar.org>
38943Date:   Sat Aug 12 18:58:18 2006 +0300
38944
38945    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug
38946
38947commit 008aa7eb6ed090384e6c44f861410e317c78a1cd
38948Author: Daniel Stone <daniel@fooishbar.org>
38949Date:   Sat Aug 12 18:56:05 2006 +0300
38950
38951    completely remove OS keyboard layer
38952    Completely axe the keyboard layer from os-support.
38953
38954commit c4951e0a6b6cf3eeee710cc5cda1d9bc929ee3d7
38955Author: Adam Jackson <ajax@benzedrine.nwnk.net>
38956Date:   Thu Aug 10 20:49:06 2006 -0400
38957
38958    Fix a mode sanity check to not break reduced-blanking setups (LCDs).
38959
38960commit e1921f014b102e3eecf3b41972f8672cf23264d6
38961Author: Adam Jackson <ajax@benzedrine.nwnk.net>
38962Date:   Thu Aug 10 20:43:15 2006 -0400
38963
38964    Rename some mode tokens to better reflect their use.
38965    
38966    Per #5386, M_T_EDID -> M_T_DRIVER, since it's really for any driver-detected
38967    mode.  Also add M_T_PREFERRED bit, to select a 'best' mode out of a set.
38968
38969commit c2535f67923bde0bfb0e72363467110806e2f40f
38970Merge: c0cb8d1 db82e12
38971Author: Alan Coopersmith <alan.coopersmith@sun.com>
38972Date:   Thu Aug 10 10:37:59 2006 -0700
38973
38974    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into XACE-modular
38975
38976commit 9525c2709ea3245c6518d4c3b5a0a4afff37181d
38977Author: Daniel Stone <daniel@fooishbar.org>
38978Date:   Thu Aug 10 20:29:57 2006 +0300
38979
38980    configure.ac: fix xephyr conditionals
38981    Fix Xephyr build conditions, allowing it to actually be disabled.
38982
38983commit 6d8d4abaaacf08140b673472d985117d448a62e7
38984Author: Daniel Stone <daniel@fooishbar.org>
38985Date:   Thu Aug 10 20:28:06 2006 +0300
38986
38987    configure.ac: allow conditional building of XF86{DGA,Misc,VidMode}
38988    Allow conditional building of the above three extensions, defaulting to
38989    auto.
38990
38991commit 1a5561c4ecccaf32b03c41373adf376100d457aa
38992Merge: 190f229 db82e12
38993Author: Ian Romanick <idr@umwelt.(none)>
38994Date:   Thu Aug 10 10:20:37 2006 -0700
38995
38996    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into pci-rework
38997
38998commit cec284f2b3e948deb9e56a1a8519fddf693ab952
38999Author: Daniel Stone <daniel@fooishbar.org>
39000Date:   Thu Aug 10 18:03:58 2006 +0300
39001
39002    kdrive: properly ifdef composite enabling
39003
39004commit 45bce556e8665412b9f6e89f88ed5bedb41de1ba
39005Author: Daniel Stone <daniel@fooishbar.org>
39006Date:   Thu Aug 10 18:02:47 2006 +0300
39007
39008    GetMaximumEventsNum: be more conservative
39009    Be slightly more conservative in our maximum event count if we're using
39010    XKB (and thus don't need to count the extra repeat events).
39011
39012commit 172d45b9b75f95c997d1e9358040eead496e2a06
39013Merge: 3832a3d db82e12
39014Author: Daniel Stone <daniel@fooishbar.org>
39015Date:   Thu Aug 10 14:14:54 2006 +0300
39016
39017    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug
39018
39019commit 3832a3d7db0f3b5d7167e3b3b5ea6d6b3d96351a
39020Author: Daniel Stone <daniel@fooishbar.org>
39021Date:   Thu Aug 10 14:13:51 2006 +0300
39022
39023    GKVE: don't repeat modifiers when using XKB
39024    Make sure we don't ever repeat modifiers (previously was repeating when
39025    using XKB); only do explicit KP/KR repeats in the non-XKB case.  XKB will
39026    take care of repeating when we're using it.
39027
39028commit 9f188416bb6b4837d4c3f8773053d5eee0ff0ee1
39029Author: Daniel Stone <daniel@fooishbar.org>
39030Date:   Thu Aug 10 14:00:34 2006 +0300
39031
39032    core devices: clear devicePrivates on close
39033
39034commit 539d1f33475484d35fb5a377efc76dba2d868e3f
39035Author: Daniel Stone <daniel@fooishbar.org>
39036Date:   Thu Aug 10 14:00:14 2006 +0300
39037
39038    GKVE/GPE: have DDX allocate events
39039    Don't allocate events on every GKE/GKVE/GPE call, just have the DDX manage
39040    it instead.  Introduce GetMaximumEventsNum(), which is the maximum number
39041    of events these functions will ever produce.
39042
39043commit db82e12fac5eaa16a39fc1bd0bc31ad95089dc95
39044Author: Adam Jackson <ajax@benzedrine.nwnk.net>
39045Date:   Wed Aug 9 14:55:17 2006 -0400
39046
39047    Remove TargetRefresh option from the autoconfig logic.
39048    
39049    The default target of 75Hz is almost always wrong for LCDs.
39050
39051commit fcd4167e8913f77bdf9e17a6955d0f2a9f4eeb10
39052Author: Adam Jackson <ajax@benzedrine.nwnk.net>
39053Date:   Wed Aug 9 14:48:51 2006 -0400
39054
39055    Remove the bc flag from the -help text, since it's gone.
39056
39057commit 767f372dd02232469f9fd804b811a17eaf762e1e
39058Merge: c4f5de6 462bb61
39059Author: Tilman Sauerbeck <tilman@code-monkey.de>
39060Date:   Wed Aug 9 20:23:30 2006 +0200
39061
39062    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver
39063
39064commit c4f5de6cc3b935025829af971b0b8010c1ecfedb
39065Author: Tilman Sauerbeck <tilman@code-monkey.de>
39066Date:   Wed Aug 9 20:21:52 2006 +0200
39067
39068    Sanitized glxdri's Block/Wakeuphandler calling.
39069    
39070    __glXDRIleaveServer() and _enterServer() used to call DRIDoBlockHandler
39071    (resp DRIDoWakeupHandler) directly. They are now calling DRIBlockHandler
39072    (resp DRIWakeupHandler) to account for driver specific block/wakeup
39073    hooks.
39074
39075commit 5506b4ad200745236f997c121e8200179c47b749
39076Merge: 4be9abb 462bb61
39077Author: Daniel Stone <daniel@fooishbar.org>
39078Date:   Wed Aug 9 07:21:01 2006 +0300
39079
39080    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug
39081
39082commit 4be9abb8504b3761b5f3a01851e4eb3da86c76e2
39083Author: Daniel Stone <daniel@fooishbar.org>
39084Date:   Wed Aug 9 07:20:16 2006 +0300
39085
39086    kdrive: remove ddx_DEPENDENCIES
39087    Remove foo_DEPENDENCIES as they weren't guaranteed to just be libs,
39088    and loader arguments (-lfoo, -Lfoo) might've crept in.
39089
39090commit 462bb61b0fe968fae1b99cf98ec6f7de09105dcd
39091Author: Aaron Plattner <aplattner@nvidia.com>
39092Date:   Tue Aug 8 18:07:22 2006 -0700
39093
39094    Add CompositeRegisterAlternateVisuals.
39095    
39096    This provides drivers the ability to add their own alternate visuals and then
39097    register them with Composite for implicit redirection.
39098
39099commit 190f229ed77d87797e0f2f6762c86b3ad3a3dcbe
39100Author: Ian Romanick <idr@umwelt.(none)>
39101Date:   Tue Aug 8 16:47:32 2006 -0700
39102
39103    Make xf86PciVideoInfo static since it is only used within this file.
39104    
39105    Dummy out all of the PCI bus and device access control functions.  We
39106    need a better way to do this, and that will probably be in
39107    libpciaccess and / or the kernel.
39108    
39109    Refactor xf86GetPciInfoForEntity to use pci_device_find_by_slot.
39110    
39111    Refector xf86CheckPciSlot to use xf86GetPciEntity.
39112    
39113    Eliminate disablePciBios and the one place that calls it.
39114
39115commit 5508f7646f9754b054e961a1025b7a52913b563b
39116Author: Ian Romanick <idr@umwelt.(none)>
39117Date:   Tue Aug 8 16:43:31 2006 -0700
39118
39119    Remove prototypes from some functions that were previously removed.
39120
39121commit 9df53d903ed68073bf7d2c2a275b6f6556a85c0f
39122Author: Ian Romanick <idr@umwelt.(none)>
39123Date:   Tue Aug 8 16:42:23 2006 -0700
39124
39125    Rename xf86ReadDomainMemory to xf86ReadLegacyVideoBIOS, since that's
39126    what it is actually used for.  Modify a few routines in linuxPci.c to
39127    take pci_device structures as parameters in stead of PCITAGs.
39128
39129commit fe351a711ef55c3ae1e784d4551147c080eda109
39130Author: Daniel Stone <daniel@fooishbar.org>
39131Date:   Tue Aug 8 14:54:10 2006 +0300
39132
39133    GKVE: send XkbMapNotify, not XkbNewKeyboardNotify
39134    Sending MapNotify is more correct in this case than NKN, so do that.
39135
39136commit 31089816317f27c668b12a15c74fdd226a8df9f7
39137Merge: ab3ebfe 12dbd8a
39138Author: Daniel Stone <daniel@fooishbar.org>
39139Date:   Tue Aug 8 12:01:12 2006 +0300
39140
39141    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug
39142
39143commit ab3ebfefdb7d21aba72a5030f6f93bf4fafed709
39144Author: Tiago Vignatti <tv02@c3sl.ufpr.br>
39145Date:   Tue Aug 8 12:00:34 2006 +0300
39146
39147    xorgcfg: fix compilation error
39148    Add missing parentheses to IS_KBDDRIV macros.
39149
39150commit 12dbd8a02f797ad57a1be683a02a1fcb1ca35438
39151Author: Daniel Stone <daniel@fooishbar.org>
39152Date:   Mon Aug 7 23:43:40 2006 +0300
39153
39154    remove optional R3 backwards compatibility
39155    Remove the permitOldBugs flag, which enabled backwards compatbility with
39156    broken R2/R3 era clients.
39157
39158commit 7721ee308fbbb6fc9c969f15fe04b3346c04f843
39159Author: Daniel Stone <daniel@fooishbar.org>
39160Date:   Mon Aug 7 23:03:02 2006 +0300
39161
39162    config client: fix minor race with event queue
39163    Fix a small race whereby you could remove a device while events from it
39164    were still in the queue, by calling ProcessInputEvents immediately before
39165    RemoveDevice, to (hopefully) flush the event queue.
39166
39167commit 458c63a84110f64c7fce397a531a3a779c2239a2
39168Author: Daniel Stone <daniel@fooishbar.org>
39169Date:   Mon Aug 7 23:02:17 2006 +0300
39170
39171    enable adding devices after removal of a middle device
39172    Allow new devices to be added after a device that _wasn't_ the last on the
39173    list was removed, by ensuring inputInfo.numDevices always increases, and
39174    never decreases.
39175
39176commit a31d11a7a8485cdc799f76c4d407d3b7f7c9b350
39177Author: Daniel Stone <daniel@fooishbar.org>
39178Date:   Mon Aug 7 23:01:23 2006 +0300
39179
39180    GKVE: get rid of bogus double-release check
39181    Get rid of a bogus double-release check which broke non-XKB servers.
39182
39183commit bedc4ecf23c7150e3156e0d24602ed3bc3977225
39184Author: Daniel Stone <daniel@fooishbar.org>
39185Date:   Mon Aug 7 23:00:45 2006 +0300
39186
39187    xephyr: aid input debugging
39188    Add the 'ephyr' mouse and keyboard drivers to the driver list so we can
39189    re-add devices.
39190    Set the names properly in Ephyr{Keyboard,Mouse}Init, not in InitInput.
39191
39192commit baf93b3abe1e88d82ee6a3d6939f50f96ded271a
39193Author: Daniel Stone <daniel@fooishbar.org>
39194Date:   Mon Aug 7 21:12:45 2006 +0300
39195
39196    kdrive: move map initialisation to KdNewPointer
39197    Do a linear n -> n initialisation on the map up until KD_MAX_BUTTON in
39198    KdNewPointer, moving it out of both KdParsePointer, and KdPointerProc.
39199    Also remove dead pointer acceleration code.
39200
39201commit ccb53340b66a778abf10182fd88a7d699207fb84
39202Author: Daniel Stone <daniel@fooishbar.org>
39203Date:   Mon Aug 7 21:12:00 2006 +0300
39204
39205    ephyr: cleanup
39206    Remove extraneous KdAddPointerDriver call.
39207
39208commit d1c18af27e0aed73104743afb4bf4b8d3d1186cf
39209Author: Daniel Stone <daniel@fooishbar.org>
39210Date:   Mon Aug 7 21:11:38 2006 +0300
39211
39212    GPE: use button map for DBP/DBR, not just BP/BR
39213    Make sure we use the button map for extended events, not just core.
39214
39215commit 9b7ecbd1dd8d092221897e29c85f3306c7367716
39216Author: Daniel Stone <daniel@fooishbar.org>
39217Date:   Mon Aug 7 21:09:32 2006 +0300
39218
39219    kdrive: prevent overrun in map
39220    We actually need n + 1 elements for the mouse button map, not n.
39221
39222commit eb6e8d4042252b13328dbb122e0e6186796a80ac
39223Author: Daniel Stone <daniel@fooishbar.org>
39224Date:   Mon Aug 7 21:05:37 2006 +0300
39225
39226    kdrive: increase maximum number of buttons
39227    Increase KD_MAX_BUTTONS to 32.
39228
39229commit 1c72290cdf4d9b214e1b9c0526cb7cb8641051f3
39230Author: Aaron Plattner <aplattner@nvidia.com>
39231Date:   Mon Aug 7 09:57:58 2006 -0700
39232
39233    Use DrawablePtrs instead of PixmapPtrs for Prepare/Finish access.
39234    
39235    Also, define some wfb functions even if FB_ACCESS_WRAPPER is not defined.  This allows a client to use libfb and libwfb at the same time.
39236
39237commit afcad4ad99bbfc8bdcd0f4fdd70e072108410d30
39238Author: Daniel Stone <daniel@fooishbar.org>
39239Date:   Mon Aug 7 18:11:05 2006 +0300
39240
39241    xfree86 ddx: always free GKE/GPE events
39242    free() events we get passed back from GKE and GPE so we don't just, er,
39243    leak them all.  *cough*.
39244
39245commit 98fdf874eeadd5b37413922d8afba8415d0c56bb
39246Author: Daniel Stone <daniel@fooishbar.org>
39247Date:   Mon Aug 7 16:51:39 2006 +0300
39248
39249    move all autorepeat logic to DIX
39250    Move core autorepeat logic for keyboards down to the DIX, remove it from
39251    KDrive.
39252
39253commit 5c7001fef8ffc6e3d8585a37d3f79a9495be8ed0
39254Author: Daniel Stone <daniel@fooishbar.org>
39255Date:   Mon Aug 7 16:51:09 2006 +0300
39256
39257    memcpy() events in
39258    memcpy events into our event structure instead of doing pointer assignment.
39259
39260commit c85e64cba1d2d88f676ca7cf23b52a6f8219e90e
39261Merge: a406f6b f54b71b
39262Author: Daniel Stone <daniel@fooishbar.org>
39263Date:   Mon Aug 7 15:54:55 2006 +0300
39264
39265    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug
39266
39267commit f54b71b772a1f587394ae3968782b611e52f0e2d
39268Author: David Nusinow <david@nee.(none)>
39269Date:   Sun Aug 6 18:11:00 2006 +0000
39270
39271    Document enable/disable flag for AIGLX in xorg.conf manpage.
39272
39273commit a406f6bfeaa46e3236f7ab46813fe6c30b936a35
39274Author: Daniel Stone <daniel@fooishbar.org>
39275Date:   Fri Aug 4 12:40:19 2006 +0300
39276
39277    mieq: don't leak events
39278    free all events posted through mieqEnqueue.
39279
39280commit 997ba45b192f21810099ed888792a45f1677a9ce
39281Author: Daniel Stone <daniel@fooishbar.org>
39282Date:   Fri Aug 4 11:18:16 2006 +0300
39283
39284    fix incorrect button test
39285    Test for n (1..nButtons) being under nButtons, not button (1..(1<<nButtons)).
39286
39287commit 9138d5a51e411f598bc0e75a3e73d2c16187a518
39288Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
39289Date:   Thu Aug 3 18:24:04 2006 -0400
39290
39291    Make SecurityLookupIDBy* part of the base functionality.
39292
39293commit 45c229f526bf1dafb5e81b50d700449ba4e1613d
39294Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
39295Date:   Thu Aug 3 14:26:06 2006 -0400
39296
39297    Remove LBX code.
39298
39299commit 96e45626c43b7674b66e0258b0b1730d5ce71357
39300Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
39301Date:   Wed Aug 2 20:29:59 2006 -0400
39302
39303    Rebase Security extension to use devPrivates for storing security state.
39304
39305commit 83ebf61ec03ff31005375900bee1e55e0e694c4b
39306Author: Ian Romanick <idr@umwelt.(none)>
39307Date:   Wed Aug 2 13:33:33 2006 -0700
39308
39309    Eliminate the last few places outside xf86pciBus.c that use
39310    xf86PciVideoInfo.  In all cases this means converting the code to use
39311    the pci_device_iterator interfaces.
39312
39313commit 5bfb2ee9652e5ef6d076ef8b6df54baaa43b8e0c
39314Author: Ian Romanick <idr@umwelt.(none)>
39315Date:   Wed Aug 2 13:29:21 2006 -0700
39316
39317    Remove the last remants of the pci{Read,Write}{Long,Word,Byte}
39318    functionality.  This also allows the removal of PCI_CPU, PCI_CPU16,
39319    and a few other dangling bits of cruft.
39320
39321commit a0f2e1cae46f189ed97e2d92b485d315b3d2627a
39322Author: Ian Romanick <idr@umwelt.(none)>
39323Date:   Wed Aug 2 10:54:41 2006 -0700
39324
39325    Move xf86FindPciDeviceVendor and xf86FindPciClass from xf86pciBus.c to
39326    xf86int10.c.  Refactor common code from those functions to do_find.
39327
39328commit de8234606f87ce79d016f7ddeabdf57c4ad212f3
39329Author: Ian Romanick <idr@umwelt.(none)>
39330Date:   Wed Aug 2 10:44:11 2006 -0700
39331
39332    Modify xf86FindPciDeviceVendor and xf86FindPciClass to use the
39333    pci_interator interface instead of the xf86PciVideoInfo array.
39334
39335commit 3c23dec5962b8b81ae838fe0ee2c7b0a789f5386
39336Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
39337Date:   Wed Aug 2 13:39:49 2006 -0400
39338
39339    Call ClientStateCallback on serverClient devPrivates initialization.
39340
39341commit 23f44df9009023e77508f03ac4a7595c7e3d40cb
39342Author: Ian Romanick <idr@umwelt.(none)>
39343Date:   Wed Aug 2 09:55:32 2006 -0700
39344
39345    Remove pciConfigPtr and all of the associated cruft.
39346
39347commit 966ebd3d2d84b440e89504d055a0e937303ed11d
39348Merge: a941766 39169fd
39349Author: Ian Romanick <idr@umwelt.(none)>
39350Date:   Wed Aug 2 08:14:58 2006 -0700
39351
39352    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into pci-rework
39353
39354commit ee02e647882a4be29e1130bd79904ee79ed6b802
39355Author: Aaron Plattner <aplattner@nvidia.com>
39356Date:   Tue Aug 1 13:45:43 2006 -0700
39357
39358    Wrap libwfb memory access.
39359    
39360    Use the READ and WRITE macros to wrap memory accesses that could be in video
39361    memory.  Add MEMCPY_WRAPPED and MEMSET_WRAPPED macros to wrap memcpy and
39362    memset, respectively.
39363
39364commit 39169fd373b97f34923f6494d697d9429d0b8aa3
39365Author: Matthew Allum <mallum@polystyrene.(none)>
39366Date:   Tue Aug 1 13:39:22 2006 +0100
39367
39368    Back out 'mystery' spurious host window hints.
39369
39370commit f737cc38baea6af8bf284c9e207e60a7d90eebe1
39371Author: Eamon Walsh <ewalsh@moss-uranus.epoch.ncsc.mil>
39372Date:   Mon Jul 31 19:58:42 2006 -0400
39373
39374    Adding devPrivates support to the ExtensionEntry structure.
39375
39376commit b04d64854712678701d5243aacf5cc93444cfadc
39377Author: Eamon Walsh <ewalsh@moss-uranus.epoch.ncsc.mil>
39378Date:   Mon Jul 31 19:35:08 2006 -0400
39379
39380    Added devPrivates support to the ExtensionEntry structure.
39381
39382commit a94176627cdd6122ffadb618995f9bcec872609a
39383Author: Ian Romanick <idr@umwelt.(none)>
39384Date:   Mon Jul 31 14:33:58 2006 -0700
39385
39386    Eliminate all uses of the businfo field of pciDevice / pciConfigPtr.
39387
39388commit a69335dc299be6de8b82ed34de1cb30f1255feb4
39389Author: Aaron Plattner <aplattner@nvidia.com>
39390Date:   Mon Jul 31 14:15:55 2006 -0700
39391
39392    Make ReadMemoryProcPtr take a const pointer.
39393    
39394    Fixes some warnings when using READ with a const pointer.
39395
39396commit 26c9587f90806cce1c0d2a98e656e9c311a34ee5
39397Author: Ian Romanick <idr@umwelt.(none)>
39398Date:   Mon Jul 31 13:54:36 2006 -0700
39399
39400    Build fixes for last pull from HEAD.
39401
39402commit 65dc25d8f86b962f2adc765a9ff327419f98092b
39403Merge: 69533fc b74c845
39404Author: Ian Romanick <idr@umwelt.(none)>
39405Date:   Mon Jul 31 12:30:30 2006 -0700
39406
39407    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into pci-rework
39408
39409commit b74c845a1233f78b841ff8840272c50873300c20
39410Merge: 3112a6c 02daa6b
39411Author: Ian Romanick <idr@umwelt.(none)>
39412Date:   Mon Jul 31 10:26:06 2006 -0700
39413
39414    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver
39415
39416commit 3112a6c4f26d5e9258b8def7ce4109b4bd408c67
39417Author: Ian Romanick <idr@umwelt.(none)>
39418Date:   Mon Jul 31 10:25:31 2006 -0700
39419
39420    Noting uses libdummy.a, so don't build it.  Only libdummy-nonserver.a
39421    is actually used.
39422
39423commit 02daa6bb103e53e5a33db2bb6acbe57d0bf2c30e
39424Author: Matthew Allum <mallum@polystyrene.(none)>
39425Date:   Mon Jul 31 17:32:05 2006 +0100
39426
39427    Improve XRes to;
39428     - Better estimate general pixmap memory usage.
39429     - Account for pixmaps shared between clients.
39430     - Account for window background and border pixmaps,
39431       and GC stripple and tile pixmaps.
39432
39433commit 69533fc04f38c67fd424776c5191a4ba57ba8c8f
39434Merge: ef1aeca 24051ef
39435Author: Ian Romanick <idr@umwelt.(none)>
39436Date:   Mon Jul 31 09:26:04 2006 -0700
39437
39438    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into pci-rework
39439    
39440    Conflicts:
39441    
39442    	hw/xfree86/Makefile.am
39443    	hw/xfree86/common/xf86AutoConfig.c
39444
39445commit 24051ef97406f28c102cf46a78223400b61fdae2
39446Author: Daniel Stone <daniel@fooishbar.org>
39447Date:   Sun Jul 30 12:15:33 2006 +0300
39448
39449    remove filename that's too long for tar
39450
39451commit ecb7d43a76d507d04891ab7f189b23be5eccda51
39452Author: Daniel Stone <daniel@fooishbar.org>
39453Date:   Sun Jul 30 11:52:41 2006 +0300
39454
39455    add sym.h to sources
39456
39457commit bf2d7499c84c94f228d03b21448f5688b3cda1a8
39458Author: Daniel Stone <daniel@fooishbar.org>
39459Date:   Sun Jul 30 11:17:02 2006 +0300
39460
39461    add securitysrv.h
39462
39463commit e87e68634d8eb66ab783e2802e2d5d12ff1031be
39464Author: Daniel Stone <daniel@fooishbar.org>
39465Date:   Sun Jul 30 11:11:59 2006 +0300
39466
39467    remove .cvsignores from EXTRA_DIST
39468
39469commit ed0c807de9f07468385fcbd2e8a9c0737759a461
39470Author: Daniel Stone <daniel@fooishbar.org>
39471Date:   Sun Jul 30 11:08:54 2006 +0300
39472
39473    bump to 1.1.99.3
39474
39475commit a68dc013a33d867e65a7e76b3eec5947b862a5b4
39476Author: Daniel Stone <daniel@fooishbar.org>
39477Date:   Sun Jul 30 11:08:47 2006 +0300
39478
39479    remove README (which doesn't exist) from EXTRA_DIST
39480
39481commit 87fe85f38b6f781bf0e2eb555526e3d77779f9fa
39482Merge: 3518e2d 654619d
39483Author: Daniel Stone <daniel@fooishbar.org>
39484Date:   Sun Jul 30 10:51:34 2006 +0300
39485
39486    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug
39487
39488commit 654619d76c779606f2315782fc01d1410399fa3b
39489Author: Kevin E Martin <kem@freedesktop.org>
39490Date:   Fri Jul 28 17:16:32 2006 -0400
39491
39492    Revert xkb changes that broke XkbGetKeyboard()
39493
39494commit 79016d4036786b091a9b9d1133a6cdfedd6c277d
39495Author: Luc Verhaegen <libv@skynet.be>
39496Date:   Fri Jul 28 16:02:02 2006 -0400
39497
39498    Bug #5386 (partial): Move CVT mode generator from cvt(1) to server core, and
39499    export it from the X server to modules.
39500
39501commit e6ae1612be519ee6224d354244d076d85d44a750
39502Author: Aaron Plattner <aplattner@nvidia.com>
39503Date:   Thu Jul 27 18:24:59 2006 -0700
39504
39505    Add fbHasVisualTypes and fbSetVisualTypesAndMasks to wfbrename.h and include -DXFree86Server.
39506
39507commit 2a4ceb09ed5a09dc5763754ab865ec23df91ac9f
39508Author: Adam Jackson <ajax@benzedrine.nwnk.net>
39509Date:   Wed Jul 26 19:39:17 2006 -0400
39510
39511    Remove dead function prototypes.
39512
39513commit 990a4009057e068f41d20b95aa0c59357185650d
39514Author: Adam Jackson <ajax@benzedrine.nwnk.net>
39515Date:   Wed Jul 26 19:03:39 2006 -0400
39516
39517    Remove getconfig horrorshow.  Replace with a static built-in rule list for now.
39518
39519commit 377a581ddf5e428a368efb1b59fcb317666fecdd
39520Author: Aaron Plattner <aplattner@nvidia.com>
39521Date:   Tue Jul 25 15:27:31 2006 -0700
39522
39523    Switch to using void* pointers.
39524    
39525    Pass the size of the data pointed to by src or dst as an argument to
39526    wfb{Read,Write}Memory.  This allows one set of macros to be used with any size
39527    pointer.  Assumes that sizeof(FbBits) >= sizeof(FbStip).
39528
39529commit a4005c15fbb48231cb958c32b2c791a2d23a135a
39530Author: Aaron Plattner <aplattner@nvidia.com>
39531Date:   Mon Jul 10 18:58:09 2006 -0700
39532
39533    Add framebuffer access wrapper infrastructure.
39534    
39535    Create fbPrepareAccess macros to call into the driver to set up the
39536    wfbReadMemory and wfbWriteWemory pointers.  Call these from fbGetDrawable and
39537    fbGetStipDrawable.
39538    
39539    Add the READ and WRITE macros, which expand to simple memory accesses for fb,
39540    and calls through the function pointers for wfb.
39541    
39542    Add fbFinishAccess macro to give the driver an opportunity to clean up.  Add
39543    calls to this in the appropriate places.
39544
39545commit 319efac445cebda5a2ac1db67efebe54bc47ba9d
39546Author: Aaron Plattner <aplattner@nvidia.com>
39547Date:   Fri Jul 7 18:45:30 2006 -0700
39548
39549    Prefix all of the exported symbols in libwfb.so with "wfb".
39550    
39551    For now, just #define all of the exported symbols in wfbrename.h.  Later,
39552    we should add FBPREFIX() around the exported symbols and use -fvisiblity=hidden
39553    to hide the rest.
39554
39555commit 7608a63ff7409f399c9a26962a304b84196a1868
39556Author: Aaron Plattner <aplattner@nvidia.com>
39557Date:   Thu Jul 6 17:05:21 2006 -0700
39558
39559    Build infrastructure for libwfb.so.
39560    
39561    Builds fb/* twice, defining FB_ACCESS_WRAPPER for libwfb.la.  Define a macro,
39562    FBPREFIX(X) which expands to fbX for libfb.la and wfbX for libwfb.la.  Use the
39563    macro on [w]fbModuleData so the new module loads.
39564
39565commit 39158e98acb29e97a2682d4a37385f9141b484c4
39566Author: Adam Jackson <ajax@benzedrine.nwnk.net>
39567Date:   Wed Jul 26 18:39:28 2006 -0400
39568
39569    Remove another latent PowerMAX hunk.
39570    
39571    All your favorite running jokes of 2005, today!
39572
39573commit ef1aecaaf6cd7e9e4f9d0c6373664e774500bc13
39574Author: Ian Romanick <idr@umwelt.(none)>
39575Date:   Wed Jul 26 13:25:13 2006 -0700
39576
39577    Pass correct pointer to xf86MapLegacyIO.
39578
39579commit 3518e2d0debc97e2bacdefe604b280e7fdfdd216
39580Merge: eb7733a 3821f6a
39581Author: Daniel Stone <daniel@fooishbar.org>
39582Date:   Wed Jul 26 11:29:21 2006 +0300
39583
39584    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug
39585
39586commit eb7733a48a92405660d5d2ab60913b62c30daaed
39587Author: Daniel Stone <daniel@fooishbar.org>
39588Date:   Wed Jul 26 11:28:45 2006 +0300
39589
39590    kdrive: drop excessive NewInputDeviceRequest debugging
39591
39592commit 3821f6aeaa714582ee0a631de96c6e7cfd96303e
39593Author: Kristian Høgsberg <krh@redhat.com>
39594Date:   Wed Jul 26 01:56:02 2006 -0400
39595
39596    Unlibc-wrap DMX glxscreens.c and fix tag-removal typo.
39597
39598commit 28ba8d56912ae56d7b9835188f621b0a491add30
39599Author: Ian Romanick <idr@umwelt.(none)>
39600Date:   Tue Jul 25 15:38:09 2006 -0700
39601
39602    Gut anything having to do with the PciBusPtr (or PciBusRec) type.
39603    Bump required version of libpciaccess to 0.5.0 so that
39604    pci_device_get_bridge_buses can be used.
39605
39606commit 380b51d605a82c98082a2cebd70a0d1d0735eaa7
39607Merge: 82f6b7e 8977b07
39608Author: Ian Romanick <idr@umwelt.(none)>
39609Date:   Tue Jul 25 11:30:04 2006 -0700
39610
39611    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into pci-rework
39612    
39613    Conflicts:
39614    
39615    	hw/xfree86/common/xf86Init.c
39616    	hw/xfree86/int10/pci.c
39617    	hw/xfree86/scanpci/xf86PciData.h
39618    	hw/xfree86/scanpci/xf86PciStdIds.h
39619    	hw/xfree86/scanpci/xf86PciStr.h
39620    	hw/xfree86/scanpci/xf86ScanPci.h
39621    	hw/xfree86/utils/pcitweak/pcitweak.c
39622    	hw/xfree86/utils/scanpci/scanpci.c
39623    
39624    Re-removed most of the conflicting files.
39625
39626commit 4ea475924c557ad0819b796f5369e5e669465709
39627Author: Daniel Stone <daniel@fooishbar.org>
39628Date:   Tue Jul 25 20:00:48 2006 +0300
39629
39630    re-add OpenedHand copyright
39631    Ae-add OpenedHand copyright, accidentally dropped in KDrive new world
39632    order patch.  Sorry guys.
39633
39634commit 82f6b7e75e04e3fb951ab71ad3c553c8b34ea995
39635Author: Ian Romanick <idr@umwelt.(none)>
39636Date:   Mon Jul 24 13:52:58 2006 -0700
39637
39638    Don't re-look-up pointers that are already stored in structures.
39639
39640commit 2fd6b995ff927c8ca7267c201f535564b82e691f
39641Author: Ian Romanick <idr@umwelt.(none)>
39642Date:   Mon Jul 24 13:33:34 2006 -0700
39643
39644    Global s/xf86MapDomainIO/xf86MapLegacyIO/.  Let's call a duck a duck,
39645    okay?  Since xf86MapLegacyIO is called from only one place, cut the
39646    parameter list down to the one parameter that actually conveys some
39647    information:  the one that gives a PCI device.  Change from using a
39648    PCITAG to a pci_device.
39649
39650commit aed6fe0bb12c68b94e564252bc03594728ed8c5b
39651Author: Ian Romanick <idr@umwelt.(none)>
39652Date:   Mon Jul 24 13:13:05 2006 -0700
39653
39654    Refactor linuxGetSizesStruct to take a pci_device pointer instead of a
39655    PCITAG.  Modify xf86BusAccWindowsFromOS and xf86AccResFromOS to call
39656    linuxGetSizesStruct directly with a pci_device pointer.  Remove
39657    linuxGetSizes.
39658
39659commit e48762799248eb7e16ea2c0df1561ae1430f2112
39660Author: Ian Romanick <idr@umwelt.(none)>
39661Date:   Mon Jul 24 12:23:23 2006 -0700
39662
39663    Modify xf86BusAccWindowsFromOS and xf86AccResFromOS to use the
39664    libpciaccess interfaces.
39665
39666commit 4b474cbc1a0fe17da2438a15291f04ee67ea28f8
39667Author: Ian Romanick <idr@umwelt.(none)>
39668Date:   Mon Jul 24 12:17:27 2006 -0700
39669
39670    The functions xf86PciBusAccWindowsFromOS and xf86BusAccWindowsFromOS
39671    are identical.  Just have one call the other.
39672
39673commit 7dff8d98a9ed11f92806cb8c4b3f10e01c5d063f
39674Author: Ian Romanick <idr@umwelt.(none)>
39675Date:   Mon Jul 24 11:56:37 2006 -0700
39676
39677    Remove source files that have been dead since day-1 of this branch.
39678
39679commit eb95128f615e2f3fab17dcafd4fc260c6d4d0644
39680Author: Ian Romanick <idr@umwelt.(none)>
39681Date:   Mon Jul 24 11:53:37 2006 -0700
39682
39683    Changes that were missed on the previous commit.  Perhaps oddness
39684    caused by doing git-update-index at the wrong time.
39685
39686commit 05f8b772aec2b05d92078bb60a07bd8413386363
39687Author: Ian Romanick <idr@umwelt.(none)>
39688Date:   Mon Jul 24 11:23:03 2006 -0700
39689
39690    ScanPciDisplayPCICardInfo now uses pci_device interface for PCI
39691    scanning.  Log messages simplified to make the code shorter and less
39692    convoluted.  ScanPciDisplayPCICardInfo is now void since it was only
39693    called from one place with a constant parameter.
39694
39695commit ca3f4fc1b0c21a0620ab1eb35c199cd55d795095
39696Author: Daniel Stone <daniel@fooishbar.org>
39697Date:   Sun Jul 23 19:02:12 2006 -0400
39698
39699    add fallback ChangeDeviceControl, allow XOpenDevice on closed device
39700    Add a fallback ChangeDeviceControl, which allows the attributes we know about
39701    so far.
39702    Allow XOpenDevice on closed devices.
39703
39704commit e73e5e2a4d8f22889d840a7719479f9af686cb9c
39705Merge: a73cef1 8977b07
39706Author: Daniel Stone <daniel@fooishbar.org>
39707Date:   Sat Jul 22 13:56:30 2006 -0400
39708
39709    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug
39710
39711commit 8977b07434d75ca396d236dc1324f0c862b633c7
39712Author: Dave Airlie <airlied@linux.ie>
39713Date:   Sun Jul 23 03:36:47 2006 +1000
39714
39715    glx: fix typo from tag removal
39716
39717commit a73cef1f005ca66db18e952e676ee5a21b829700
39718Merge: 672ca15 70869fc
39719Author: Daniel Stone <daniel@fooishbar.org>
39720Date:   Sat Jul 22 12:07:22 2006 -0400
39721
39722    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug
39723
39724commit 70869fc6777f87cd05794446caa739e3d9a91ffe
39725Author: Adam Jackson <ajax@theobromine.nwnk.net>
39726Date:   Fri Jul 21 23:39:37 2006 -0400
39727
39728    Yet more dead code.
39729
39730commit 7c1b2ee7a8238c267bc97e78bbff204dc7723dd3
39731Author: Adam Jackson <ajax@theobromine.nwnk.net>
39732Date:   Fri Jul 21 23:35:13 2006 -0400
39733
39734    static markup, more dead code.
39735
39736commit 1c4f90b1d05d4c49279f3224a6dd94850a6bd8d0
39737Author: Adam Jackson <ajax@theobromine.nwnk.net>
39738Date:   Fri Jul 21 23:03:21 2006 -0400
39739
39740    Open-coded path checks make baby Jesus cry.
39741
39742commit 114264584ca43091a5e07282566a30a6378a1502
39743Author: Adam Jackson <ajax@theobromine.nwnk.net>
39744Date:   Fri Jul 21 22:55:41 2006 -0400
39745
39746    Remove a useless open() of the module we're about to load.
39747
39748commit 985611d5cd079f97da700c7b8e898d33da004be0
39749Author: Adam Jackson <ajax@theobromine.nwnk.net>
39750Date:   Fri Jul 21 22:37:59 2006 -0400
39751
39752    Delete some long-unused testing code.
39753
39754commit 525257eb98b46209c69c8576daa6bd7afc1f48a9
39755Author: Ian Romanick <idr@umwelt.(none)>
39756Date:   Fri Jul 21 19:16:38 2006 -0700
39757
39758    Fix stupid typos.
39759
39760commit 672ca156bfb11440e6e234650bfba9d38e1edb52
39761Merge: d14d91f 6cf844a
39762Author: Daniel Stone <daniel@fooishbar.org>
39763Date:   Fri Jul 21 19:58:42 2006 -0400
39764
39765    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug
39766
39767commit 6cf844ab69926b6d23619a12c97734af3881ba67
39768Author: Daniel Stone <daniel@fooishbar.org>
39769Date:   Fri Jul 21 19:57:28 2006 -0400
39770
39771    loader: walk directory paths with readdir(), don't stat() everything
39772    Walk the directories with readdir, and don't stat everything we can
39773    find.  Thanks to davej for the public humiliation reminding me to go back
39774    and re-fix this one.
39775
39776commit d14d91f094c3897c889f6aafb66d738820dae0aa
39777Author: Daniel Stone <daniel@fooishbar.org>
39778Date:   Fri Jul 21 19:57:28 2006 -0400
39779
39780    loader: walk directory paths with readdir(), don't stat() everything
39781    Walk the directories with readdir, and don't stat everything we can
39782    find.  Thanks to davej for the public humiliation reminding me to go back
39783    and re-fix this one.
39784
39785commit e18d34f4238e13e226b0407fa2f5f77d2038de39
39786Author: Ian Romanick <idr@umwelt.(none)>
39787Date:   Fri Jul 21 16:47:45 2006 -0700
39788
39789    Make the various implementations of xf86ExtendedInitInt10 use the
39790    libpciaccess interfaces.  This eliminates all calls to mapPciRom,
39791    which in turn allows the elimination of hw/xfree86/int10/pci.c.
39792
39793commit 87a6346bf7f086b5f98b2b2ecd52f27efe864e56
39794Merge: b73fb2a 0486d39
39795Author: Daniel Stone <daniel@fooishbar.org>
39796Date:   Fri Jul 21 19:36:25 2006 -0400
39797
39798    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug
39799
39800commit 0486d3966d2888ef86d36c19f31bdbc2a3e8c652
39801Author: Daniel Stone <daniel@fooishbar.org>
39802Date:   Fri Jul 21 19:35:04 2006 -0400
39803
39804    fix kbproto dependency
39805    Depend on kbproto >= 1.0.3, for unconditional definition of
39806    XkbSA_XFree86Private.
39807
39808commit b73fb2ae35a82e0bdd48f01132e971fb84946ff1
39809Merge: e7ac27a aff404f
39810Author: Daniel Stone <daniel@fooishbar.org>
39811Date:   Fri Jul 21 19:30:26 2006 -0400
39812
39813    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug
39814
39815commit e7ac27ad81efbea6128b3cec443ca98e228d14ad
39816Author: Daniel Stone <daniel@fooishbar.org>
39817Date:   Fri Jul 21 19:29:28 2006 -0400
39818
39819    revert accidental deletion of lnx_io.c; re-delete lnx_kbd.c
39820    Thinko'd which file to remove after merging from master.
39821
39822commit 81913a12910e39d7ea6af8657c1c66cc6791cd65
39823Author: Daniel Stone <daniel@fooishbar.org>
39824Date:   Fri Jul 21 19:10:26 2006 -0400
39825
39826    remove undead files from master
39827    Remove dead files which worked their way back in when merging from master.
39828    Ugh.
39829
39830commit 7465010d59ec435bd00b738f0cef766b352dc7eb
39831Merge: 1d31ed7 0aaac95
39832Author: Daniel Stone <daniel@fooishbar.org>
39833Date:   Fri Jul 21 19:05:41 2006 -0400
39834
39835    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug
39836
39837commit 1d31ed778284082e1060bff63317c94581d9eb9b
39838Author: Daniel Stone <daniel@fooishbar.org>
39839Date:   Fri Jul 21 19:02:52 2006 -0400
39840
39841    xephyr: load keysyms at init, not enable
39842    Load keysyms at init time, not enable, so we don't get the wrong map width.
39843
39844commit 63dfaa1d5ba556e09314ec914936e5471aab94b0
39845Author: Adam Jackson <ajax@theobromine.nwnk.net>
39846Date:   Fri Jul 21 18:47:18 2006 -0400
39847
39848    Delete internal usage of the symbol ref/req lists.
39849
39850commit bca9364f3f4a2376edbcf57a34f704ce28be21ba
39851Author: Adam Jackson <ajax@theobromine.nwnk.net>
39852Date:   Fri Jul 21 18:41:46 2006 -0400
39853
39854    Remove the loader's required and referenced symbol lists, dead code.
39855
39856commit 07ad92d2c4cb07db8487d76efc822fd7b88137cb
39857Merge: 18624a9 22db3fd
39858Author: Ian Romanick <idr@umwelt.(none)>
39859Date:   Fri Jul 21 15:25:35 2006 -0700
39860
39861    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into pci-rework
39862    
39863    Conflicts:
39864    
39865    	hw/xfree86/common/xf86DoScanPci.c
39866    	hw/xfree86/common/xf86Init.c
39867    	hw/xfree86/common/xf86pciBus.c
39868
39869commit aff404f293ed86a44a093a51a9f11e79e6c3f4f6
39870Author: Adam Jackson <ajax@theobromine.nwnk.net>
39871Date:   Fri Jul 21 18:24:37 2006 -0400
39872
39873    Detach xf4bpp from cfb.
39874
39875commit 0aaac95b0d12089b256c97f6ff955c8c229ae095
39876Author: Adam Jackson <ajax@theobromine.nwnk.net>
39877Date:   Fri Jul 21 17:56:00 2006 -0400
39878
39879    Remove RCS tags.  Fix Xprint makefile braindamage.
39880
39881commit eeaad0e956640aac653d194a992df7792e4abcbb
39882Author: Aaron Plattner <aplattner@nvidia.com>
39883Date:   Thu Jul 20 18:19:07 2006 -0700
39884
39885    Fix the RandR failure path for rotated screens.
39886
39887commit 22db3fdb54d2f7f6b72638b46c186af6db04e214
39888Merge: 2f98841 93cd538
39889Author: Ian Romanick <idr@umwelt.(none)>
39890Date:   Fri Jul 21 13:55:37 2006 -0700
39891
39892    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver
39893
39894commit 3eeb62e8f587732e6b433c2b9c6879eb26a3f1b4
39895Author: Kristian Høgsberg <krh@redhat.com>
39896Date:   Fri Jul 21 16:33:28 2006 -0400
39897
39898    bug #890: completely remove deprecated keyboard driver
39899    Remove all remnants of the old built-in keyboard driver.
39900
39901commit 60ea7b51fe2b8a19a08b63db48504971a7a50ee6
39902Author: Daniel Stone <daniel@fooishbar.org>
39903Date:   Fri Jul 21 15:23:37 2006 -0400
39904
39905    xorg ddx: move to new input API, remove old keyboard driver
39906    Remove most of the rest of the old keyboard driver.
39907    Move to the new Get{Keyboard,Pointer}Events API, which is mostly
39908    complete at this stage: just missing the proximity events.
39909
39910commit d32dc8bf19e1071fc30af2f0bc6a6699b351f39e
39911Author: Daniel Stone <daniel@fooishbar.org>
39912Date:   Thu Jul 20 18:40:47 2006 -0400
39913
39914    be more careful in IVAS
39915    
39916    Don't walk off the end of a NULL pointer in InitValuatorAxisStruct.
39917
39918commit 7711c56d2e2aeae4dcd6d9297bc144c1cb3cfab1
39919Author: Daniel Stone <daniel.stone@nokia.com>
39920Date:   Thu Jul 20 18:38:57 2006 -0400
39921
39922    xephyr: fix keymap, pointer; dix: fix multiple axes
39923    
39924    Initialise our axes properly in the DIX, and make sure we don't
39925    unnecessarily clip maxval when it's not set.
39926    Fix keymap copying in Xephyr (to some degree: it's still broken),
39927    and set nAxes and nButtons properly.
39928
39929commit f18c3122a57df9770087e5fc70ac488552222233
39930Author: Daniel Stone <daniel.stone@nokia.com>
39931Date:   Thu Jul 20 16:49:17 2006 -0400
39932
39933    sanitise debug output
39934    
39935    Don't spit out huge chunks of pointless ephemera, especially without
39936    --enable-debug.
39937
39938commit 463e0fe35bec3c91b19be9aacf34babb146a88c9
39939Author: Daniel Stone <daniel.stone@nokia.com>
39940Date:   Thu Jul 20 16:45:15 2006 -0400
39941
39942    update KDrive to new input API
39943    
39944    Update KDrive to fit the new API (mieqInit and InitPointerDeviceStruct), and
39945    include InitTouchscreenDeviceStruct in the DIX.
39946
39947commit 1987af8c498a1bf394a8951ca6d5b0b7f7a35188
39948Author: Daniel Stone <daniel.stone@nokia.com>
39949Date:   Thu Jul 20 16:39:54 2006 -0400
39950
39951    add virtual core devices to DIX
39952    
39953    Add virtual core devices, with proper keymaps etc, to the DIX.
39954
39955commit 737e6e4836a6af26fedc22cda8e7d366b52c8fa7
39956Author: Kristian Høgsberg <krh@redhat.com>
39957Date:   Wed Jul 19 20:10:48 2006 -0400
39958
39959    define SDevicePresenceNotifyEvent prototype
39960
39961commit 7f36cc533e7f6ae44e973c5f00f9bfec7c6b7b50
39962Author: Daniel Stone <daniel@fooishbar.org>
39963Date:   Wed Jul 19 20:09:13 2006 -0400
39964
39965    distribute config.h
39966
39967commit e896195eab726a2b307200958308eda8c93dd3cd
39968Author: Daniel Stone <daniel.stone@nokia.com>
39969Date:   Wed Jul 19 20:05:33 2006 -0400
39970
39971    remove extraneous font debugging code
39972    
39973    Some of it didn't compile, and some of it was just unnecessary.
39974
39975commit 99c57674c002c5e88c6db34488a27b05004c9197
39976Author: Daniel Stone <daniel.stone@nokia.com>
39977Date:   Wed Jul 19 19:59:11 2006 -0400
39978
39979    avoid using font servers with built-in fonts
39980
39981commit ecfad74c48f633916305bcc25baaaad74aa52b78
39982Author: Daniel Stone <daniel.stone@nokia.com>
39983Date:   Wed Jul 19 19:55:13 2006 -0400
39984
39985    add support for built-in fonts
39986    
39987    Use --enable-builtin-fonts to only use built-in fonts, and avoid loading
39988    fonts.
39989
39990commit 0a2068d123520d35818c38a555ae3ba06d8ca7fb
39991Author: Daniel Stone <daniel.stone@nokia.com>
39992Date:   Wed Jul 19 17:29:23 2006 -0400
39993
39994    Xi: add XExtension{Keyboard,Pointer} types
39995    
39996    Report XExtensionKeyboard for non-core keyboards, and XExtensionPointer for
39997    non-core pointers/mice.
39998
39999commit c7577f9b88aac84d59404f29d994ee7af583d33b
40000Author: Kristian Høgsberg <krh@redhat.com>
40001Date:   Wed Jul 19 17:27:58 2006 -0400
40002
40003    Xi: add DevicePresenceNotify
40004    
40005    Add support for DevicePresenceNotify events.
40006
40007commit 3a23e499017d5823157806029263edac53c663fd
40008Author: Daniel Stone <daniel.stone@nokia.com>
40009Date:   Wed Jul 19 17:00:23 2006 -0400
40010
40011    make XInput mandatory
40012    
40013    Always build Xi, since GetPointerEvents/GetKeyboardEvents relies on it.
40014
40015commit 02d09105113fb9b560a770fe15f7bb041165831c
40016Author: Daniel Stone <daniel.stone@nokia.com>
40017Date:   Wed Jul 19 16:51:04 2006 -0400
40018
40019    new KDrive input world order
40020    
40021    Convert KDrive to GPE/GKE interface.
40022    Add first-class drivers and enumerate every device separately through
40023    Xi, instead of lamely attempting to aggregate them.
40024    Add XKB support to the Linux keyboard driver.
40025    Add 'thumb button' support to the tslib driver.
40026    Rejig InitInput, so each DDX has to add a list of drivers it supports.
40027    Support NewInputDeviceRequest, et al.
40028
40029commit a274e7296b1bdd6f6c921f28b087610cec9548e0
40030Author: Daniel Stone <daniel.stone@nokia.com>
40031Date:   Wed Jul 19 13:56:23 2006 -0400
40032
40033    add GetPointerEvents/GetKeyboardEvents framework
40034    
40035    Add GetPointerEvents (with XFree86 pointer acceleration) and GetKeyboardEvents
40036    to the DIX.  Extend the ValuatorClass structure to account for same.
40037
40038commit b308dbf273f8c26361b0fee7aca64aec3245f60b
40039Author: Daniel Stone <daniel.stone@nokia.com>
40040Date:   Wed Jul 19 12:15:18 2006 -0400
40041
40042    add DEVICE_TOUCHSCREEN and DEVICE_CORE Xi controls (DeviceIntRec ABI break)
40043    
40044    Add DEVICE_TOUCHSCREEN and DEVICE_CORE controls to the Xi code, and the
40045    TouchscreenClassRec and a coreEvents flag, to toggle propagation of core
40046    events.
40047
40048commit c9a3d9baa81ceb940032ffe529d9eadf2d202ab2
40049Author: Daniel Stone <daniel@fooishbar.org>
40050Date:   Wed Jul 19 11:41:16 2006 -0400
40051
40052    xorg DDX: implement NewInputDeviceRequest
40053    
40054    Implement NewInputDeviceRequest for Xorg, mainly written by Kristian Høgsberg.
40055    Move MatchInput to xf86Helper.c, as xf86LookupInputDriver.
40056
40057commit 02a95311568e24e1055ea52c7df8cb7aa3f38ad0
40058Author: Daniel Stone <daniel@fooishbar.org>
40059Date:   Wed Jul 19 10:05:12 2006 -0400
40060
40061    add basic D-BUS configuration mechanism
40062    
40063    Also move LookupDeviceIntRec into the DIX, and add InputOption type, and
40064    NewInputDeviceRequest prototype (DIX requests DDX to add a device).  Does not
40065    link without an implemented NIDR.
40066
40067commit 93cd53860c3aca182a0a02543c41b5d71d65926b
40068Author: Daniel Stone <daniel.stone@nokia.com>
40069Date:   Thu Jul 20 16:52:31 2006 -0400
40070
40071    kdrive: allow debugging
40072
40073commit cd0874dda1c30ef91a7d2b3cd455676422599ccf
40074Author: Daniel Stone <daniel.stone@nokia.com>
40075Date:   Wed Jul 19 20:13:02 2006 -0400
40076
40077    never define MEMBUG
40078    
40079    Definining MEMBUG causes allocations to randomly fail.
40080
40081commit 093943d4d02f1dbc8935b8cf835866a6e3885193
40082Author: Daniel Stone <daniel.stone@nokia.com>
40083Date:   Wed Jul 19 20:09:55 2006 -0400
40084
40085    define DEBUG in DIX
40086    
40087    Which makes #ifdef DEBUG actually useful.  Incredible.
40088
40089commit 68b0678254240a984db9adefefb0cf68e9bfd4e4
40090Author: Daniel Stone <daniel.stone@nokia.com>
40091Date:   Wed Jul 19 20:08:32 2006 -0400
40092
40093    exa: only disable cw when COMPOSITE is built
40094
40095commit 27df2eda795681c9f05e2907d74e2c102d3441e4
40096Author: Daniel Stone <daniel.stone@nokia.com>
40097Date:   Wed Jul 19 16:18:28 2006 -0400
40098
40099    fix KdXvCopyPackedData to actually work
40100    
40101    Remove extraneous bit shift in KdXvCopyPackedData, so it's actually
40102    useful.
40103
40104commit 00b24f119f03da86fa98ffea545c5b041810ce53
40105Author: Daniel Stone <daniel@fooishbar.org>
40106Date:   Wed Jul 19 17:01:20 2006 -0400
40107
40108    fix minor typo
40109
40110commit f8a7a1e40c14a85ebde11c5854c07a8d529d38b9
40111Author: Daniel Stone <daniel.stone@nokia.com>
40112Date:   Wed Jul 19 17:06:00 2006 -0400
40113
40114    fix XEvIE build without XKB
40115    
40116    Don't unconditionally play with XKB stuff in XEvIE.
40117
40118commit 2f98841fde6bad807967ed15e954291240714198
40119Author: Ian Romanick <idr@umwelt.(none)>
40120Date:   Thu Jul 20 16:08:27 2006 -0700
40121
40122    Remove unused variable.
40123
40124commit 985c34bf06af70a7296db8307899a17347a25558
40125Author: Adam Jackson <ajax@theobromine.nwnk.net>
40126Date:   Thu Jul 20 17:33:13 2006 -0400
40127
40128    Remove the DDXTIME conditional, for being unused.
40129
40130commit c69c00d6523a35232a32e54a533811fc2b37815a
40131Merge: 4636935 84683f1
40132Author: Ian Romanick <idr@umwelt.(none)>
40133Date:   Thu Jul 20 12:08:38 2006 -0700
40134
40135    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver
40136
40137commit 84683f19b4d1c712281036bcabf8dc623e64b26a
40138Author: Daniel Stone <daniel@fooishbar.org>
40139Date:   Tue Jul 18 18:16:12 2006 -0400
40140
40141    get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULE
40142    Get rid of almost all uses of these definitions.  They're still defined for
40143    delinquent out-of-tree drivers, and also for the Mesa build.  As well as
40144    for miinitext.c.  But largely gone.
40145
40146commit 881953813c7307f2aac4057b48d233e5f4a574cd
40147Author: Adam Jackson <ajax@theobromine.nwnk.net>
40148Date:   Mon Jul 17 13:50:38 2006 -0400
40149
40150    Fix the Linux ACPI reopen code to use a repeating timer, rather than a
40151    one-shot sleep-and-reopen attempt.
40152
40153commit f029e9a32dcaa95b84e08ec173a0cc78fd92bdbf
40154Author: Kristian Høgsberg <krh@redhat.com>
40155Date:   Sat Jul 15 22:05:38 2006 -0400
40156
40157    Un-glx-libcwrap DMX GLX proxy so it works without GL/include.
40158
40159commit 46369350d40819ecc2a9f37ed4aaa95866b80997
40160Author: Ian Romanick <idr@umwelt.(none)>
40161Date:   Fri Jul 14 15:51:55 2006 -0700
40162
40163    Add some const qualifiers to serveral function parameters.
40164
40165commit 490fb304599b1f24b36439e5c1397781e7d2f612
40166Author: Ian Romanick <idr@umwelt.(none)>
40167Date:   Fri Jul 14 15:26:56 2006 -0700
40168
40169    Rearrange code in xf86int10ParseBiosLocation to use strncasecmp.  This
40170    eliminates the need for the first use of xstrdup in this function.
40171    The second use of xstrdup was *never* necessary and has also been
40172    eliminated.
40173
40174commit d3ee49bcbafe4b4e6b308686020847e978473779
40175Author: Ian Romanick <idr@umwelt.(none)>
40176Date:   Fri Jul 14 15:13:35 2006 -0700
40177
40178    Refactor common code from the generic.c and linux.c version of
40179    xf86ExtendedInitInt10 to xf86int10GetBiosLocationType and
40180    xf86int10GetBiosSegment.
40181    
40182    These changes were tested on MGA hardware on x86-64 with various
40183    combinations of InitPrimary and BiosLocation.
40184
40185commit 8793c7fd4ba7d1b3e2eff3f2c18d042ee9bb3f62
40186Author: Ian Romanick <idr@umwelt.(none)>
40187Date:   Fri Jul 14 09:11:39 2006 -0700
40188
40189    Refactor identical xf86InitInt10 function from generic.c and linux.c
40190    to helper_exec.c.
40191
40192commit 1450fd596433f7adfe3d0798dc2ddceb9d0a9034
40193Author: Ian Romanick <idr@umwelt.(none)>
40194Date:   Fri Jul 14 09:10:32 2006 -0700
40195
40196    Trivial refactor of libint10_la_SOURCES.
40197
40198commit 18624a9b7cf88e769c53cc3a876b3647c5d5057c
40199Author: Ian Romanick <idr@umwelt.(none)>
40200Date:   Thu Jul 13 21:10:48 2006 -0700
40201
40202    Modify linuxGetSizesStruct to use pci_device instead of pciConfigPtr.
40203
40204commit 12595a77d6c2f037f48dfe751bdc10505b3317df
40205Merge: 37838de 4c225a3
40206Author: Ian Romanick <idr@umwelt.(none)>
40207Date:   Thu Jul 13 12:48:03 2006 -0700
40208
40209    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into pci-rework
40210
40211commit 4c225a3a8b2e7e5e5510347d8473f1318bbac769
40212Author: James Steven Supancic III <arrummzen@arrummzen.net>
40213Date:   Thu Jul 13 10:03:57 2006 -0400
40214
40215    Bug #7482: Fix Xdmx's Render code to match reality; fixes BadLength client
40216    crashes.
40217
40218commit bb3aa94845a74d7718ba9539bb76203ec82957fc
40219Author: Drew Parsons <dparsons@debian.org>
40220Date:   Tue Jul 11 18:26:55 2006 -0700
40221
40222    Bug #7346: Disable Composite extension in Xprt
40223    
40224    Xorg Bug #7346 <https://bugs.freedesktop.org/show_bug.cgi?id=7346>
40225    Patch #6184 <https://bugs.freedesktop.org/attachment.cgi?id=6184>
40226
40227commit 10f3e32726d5b4981abd1a3a022e5b4f219fb41e
40228Author: Gustavo Pichorim Boiko <boiko@mandriva.com>
40229Date:   Mon Jul 10 16:37:53 2006 -0700
40230
40231    Fix the configure check for the --{enable,disable}-dpms option
40232
40233commit 2194d99d9ca3c607e0f5ddd911ee3df536d77564
40234Author: Matthieu Herrb <matthieu.herrb@laas.fr>
40235Date:   Sun Jul 9 16:16:08 2006 +0200
40236
40237    Replace GNU make-ism.
40238
40239commit 90a9b82272446fdaebe71c966325fd7e670f75c6
40240Author: Matthew Allum <mallum@polystyrene.(none)>
40241Date:   Sat Jul 8 21:57:07 2006 +0100
40242
40243    Fix crash in Xephyr when running on host X with keymap width < 4 ( i.e xvnc )
40244
40245commit 21e3e3ca298dce22e5fad6ef38aa6fe9736a1d3b
40246Merge: e805621 39b2f7b
40247Author: Matthew Allum <mallum@polystyrene.(none)>
40248Date:   Sat Jul 8 21:13:52 2006 +0100
40249
40250    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver
40251
40252commit e8056218944e873135c93039d1e9646d51364467
40253Author: Matthew Allum <mallum@polystyrene.(none)>
40254Date:   Sat Jul 8 21:10:58 2006 +0100
40255
40256    Add support to Xephyr for simulating 8bit grayscale.
40257
40258commit 39b2f7b2182aedb1ab45415efb4c263012ace512
40259Author: Tilman Sauerbeck <tilman@code-monkey.de>
40260Date:   Sat Jul 8 19:55:53 2006 +0200
40261
40262    Bug #3042: Use autoconf to get the correct name of a struct member.
40263    
40264    This allows us to remove the kernel version ifdefs from the code, which
40265    are ugly and broken.
40266
40267commit 63f13e01ee6e7df1753f2113f4cff9538596be0a
40268Author: Tilman Sauerbeck <tilman@code-monkey.de>
40269Date:   Sat Jul 8 11:33:44 2006 +0200
40270
40271    Bug #7097: do case-insensitive comparison for some hotkeys.
40272    
40273    xkb's strcasecmp implementation has been moved to the dix so it's now
40274    safe to just use strcasecmp().
40275
40276commit 5416f90e9c939027005fc01fa3ce3df56919ae0d
40277Author: Kristian Høgsberg <krh@redhat.com>
40278Date:   Thu Jul 6 21:22:34 2006 -0400
40279
40280    Implement GLX_MESA_copy_sub_buffer.
40281
40282commit b84374b2917a91a7732e780ffab6a29c807a3ecc
40283Author: Kristian Høgsberg <krh@redhat.com>
40284Date:   Thu Jul 6 02:28:55 2006 -0400
40285
40286    Add GLX_MESA_copy_sub_buffer marshalling support.
40287
40288commit 2152e2d364bdd179cf218cde446c763d8c8bb833
40289Author: Ed Catmur <ed@catmur.co.uk>
40290Date:   Thu Jul 6 17:45:36 2006 -0700
40291
40292    Remove hardcoded 'lib' in XPRINTDIR.
40293
40294commit 233c004641483a75985e09fea5416ab2c7a97fc4
40295Author: Ed Catmur <ed@catmur.co.uk>
40296Date:   Thu Jul 6 17:41:53 2006 -0700
40297
40298    Generate xprint.pre from xprint.cpp.
40299
40300commit b3e4d1d1f4bcf900146d7b8cd19e008209294663
40301Author: Adam Jackson <ajax@benzedrine.nwnk.net>
40302Date:   Thu Jul 6 18:51:29 2006 -0400
40303
40304    PPC64 build fix.
40305
40306commit f847f3c0a956c0aec8ade8e32f770daae147f40b
40307Author: Keith Packard <keithp@neko.keithp.com>
40308Date:   Thu Jul 6 15:33:31 2006 -0700
40309
40310    xorgcfg now needs libxkbui version 1.0.2 or better.
40311    
40312    Old versions of libxkbui use XkbStrCaseCmp which doesn't exist any longer;
40313    the server fails to link with that version of the libkbui library, so
40314    require the current version (1.0.2).
40315
40316commit 27ffd7e03c05dd2083a10e5acebd2b385d729eeb
40317Author: Keith Packard <keithp@neko.keithp.com>
40318Date:   Thu Jul 6 14:43:10 2006 -0700
40319
40320    GL proto version 1.4.7 needed for texture-from-pixmap defines.
40321    
40322    GLX_TEXTURE_TARGET_EXT and GLX_TEXTURE_RECTANGLE_EXT are defined as a part
40323    of the new texture from pixmap GL extension in gl proto version 1.4.7 and
40324    are now used by the X server code.
40325
40326commit d7a96dd6f18e54c26fc5881772d033ac078db3a1
40327Author: Adam Jackson <ajax@benzedrine.nwnk.net>
40328Date:   Thu Jul 6 17:39:14 2006 -0400
40329
40330    Switch the default mouse device on Linux to /dev/input/mice.
40331
40332commit 37838de62edc474f44c0a48bd56470a6c23f8956
40333Merge: fd49a0d 8d07ee0
40334Author: Ian Romanick <idr@umwelt.(none)>
40335Date:   Thu Jul 6 13:01:57 2006 -0700
40336
40337    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into pci-rework
40338    
40339    Conflicts:
40340    
40341    	hw/xfree86/os-support/bus/linuxPci.c
40342
40343commit 8d07ee070ecf0d403d9d27c80764d343b80af6f0
40344Author: Ian Romanick <idr@umwelt.(none)>
40345Date:   Thu Jul 6 12:48:51 2006 -0700
40346
40347    Refactor linuxGetIOSize and linuxGetSizes.  Eliminate the unnecessary
40348    optimization in the search loop.
40349
40350commit 704e645207d88a2d0a372cf69f6abd778ed4c30b
40351Author: Adam Jackson <ajax@benzedrine.nwnk.net>
40352Date:   Thu Jul 6 14:22:33 2006 -0400
40353
40354    Remind dlloader that it needs to search the global scope as well as the
40355    loaded modules.  Fixes LoaderSymbol() on symbols provided by the server.
40356    Spotted by Aaron Plattner.
40357
40358commit fd49a0dcc13280cf195bd6c7ee0f23d0840cb665
40359Merge: e66e7b4 28b95fd
40360Author: Ian Romanick <idr@umwelt.(none)>
40361Date:   Thu Jul 6 09:52:15 2006 -0700
40362
40363    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into pci-rework
40364
40365commit 28b95fd9d1c2f078aaaac75c310a27b17c74a6fc
40366Author: Kristian Høgsberg <krh@redhat.com>
40367Date:   Thu Jul 6 03:25:38 2006 -0400
40368
40369    Drop unused GL/include subtree.
40370    
40371    Woo, less Makefile's to generate.
40372
40373commit fc1a55671dceae0e2a701e044ff8203fae5eb1ba
40374Author: Kristian Høgsberg <krh@redhat.com>
40375Date:   Thu Jun 29 04:35:45 2006 -0400
40376
40377    Implement glXCreateWindow and glXDestroyWindow.
40378
40379commit ee012588d28b468bd41da8d216210f8cb2bf8cb5
40380Author: Kristian Høgsberg <krh@redhat.com>
40381Date:   Thu Jun 29 04:25:54 2006 -0400
40382
40383    Move __GLXdrawable lookup and creation into GetDrawableOrPixmap.
40384    
40385    Also refactors __glXSwapBuffers to use GetDrawableOrPixmap for
40386    getting the __GLXdrawable.  This patch paves the way for GLXWindows
40387    with XIDs different from the X Windows they are created for, a
40388    prerequisite for glXCreateWindow().
40389
40390commit 8b5bc6a9ab487fdea754266b120c686d75d9e100
40391Author: Kristian Høgsberg <krh@redhat.com>
40392Date:   Thu Jun 29 00:05:01 2006 -0400
40393
40394    Drop global GLX error integer variables and use __glXError() instead.
40395    
40396    Also drop glxerror.h (__glXError is now declared in glxserver.h)
40397    and global.c (last remaining globals are in glxext.c now).
40398    
40399    With this change we now support all GLX 1.3 error codes.
40400
40401commit 7cf3ec7b59223f15314a0629f122ecb796678421
40402Author: Kristian Høgsberg <krh@redhat.com>
40403Date:   Wed Jun 28 17:00:23 2006 -0400
40404
40405    Move createDrawable from __GLXcontext to __GLXscreen.
40406
40407commit eea8efe4516750b2505b52ebc9f769f5e8a6f94c
40408Author: Kristian Høgsberg <krh@redhat.com>
40409Date:   Wed Jun 28 15:59:01 2006 -0400
40410
40411    Add marshalling for GLX 1.3 requests.
40412    
40413    Also, hook up glXGetDrawableAttributes and glXQueryContext to existing
40414    DoGetDrawableAttributes and __glXQueryContextInfoEXT.
40415
40416commit e66e7b48e15543f3753951a19376f0446759963a
40417Merge: a9d4842 eb35f81
40418Author: Ian Romanick <idr@umwelt.(none)>
40419Date:   Wed Jul 5 15:21:36 2006 -0700
40420
40421    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into pci-rework
40422
40423commit eb35f812a5b65adcc5f6cbb91b31b69cae5d7f3d
40424Author: Greg Kroah-Hartman <gregkh@suse.de>
40425Date:   Wed Jul 5 13:27:26 2006 -0700
40426
40427    add another file to .gitignore
40428
40429commit 863f5cc31b747bc9f2fcd6a9e20c613a11733bf4
40430Author: Greg Kroah-Hartman <gregkh@suse.de>
40431Date:   Wed Jul 5 13:26:34 2006 -0700
40432
40433    fix compiler warning in hw/xfree86/common/xf86Config.c
40434
40435commit f059b61ab3af25b03c704669eddb838d3ce4366c
40436Author: Greg Kroah-Hartman <gregkh@suse.de>
40437Date:   Wed Jul 5 11:47:25 2006 -0700
40438
40439    fix compiler warning about xnestRecolorCursor() not being defined
40440
40441commit cc3e99f747586f9d32622e5a682de39891b1fcba
40442Author: Greg Kroah-Hartman <gregkh@suse.de>
40443Date:   Wed Jul 5 10:13:19 2006 -0700
40444
40445    fix some more compiler warnings due to defines being declared differently
40446
40447commit 59836c0f2abee3339e1aa30dacadb82e477943d6
40448Author: Greg Kroah-Hartman <gregkh@suse.de>
40449Date:   Wed Jul 5 09:30:48 2006 -0700
40450
40451    fix wrong function pointer type in hw/dmx/dmxcmap.c
40452
40453commit 12563db59dd613ecc926e3bed9534152ebc0a2fb
40454Author: Eric Anholt <anholt@FreeBSD.org>
40455Date:   Mon Jul 3 12:52:27 2006 -0700
40456
40457    Revert "Optimize out computing a gradient pixel if the mask value is 0."
40458    
40459    This reverts cf46242e337481cd3b9b39d77dd621d2a63b11f9 commit.  It wasn't meant
40460    to be pushed to master yet, and doesn't work.
40461
40462commit 002e28c12c74aa63777f65cbfb382c2bfd0d6850
40463Author: Eric Anholt <anholt@FreeBSD.org>
40464Date:   Mon Jul 3 12:48:12 2006 -0700
40465
40466    Correct AGP memory deallocation argument on *BSD.
40467    
40468    This fixes leaks and eventual crashes with RandR resizing on Intel.
40469
40470commit cf46242e337481cd3b9b39d77dd621d2a63b11f9
40471Author: Eric Anholt <anholt@FreeBSD.org>
40472Date:   Wed Jun 28 18:35:59 2006 +0200
40473
40474    Optimize out computing a gradient pixel if the mask value is 0.
40475    
40476    Obtained from:	kdrive CVS (DavidR XGL fb/ megapatch)
40477
40478commit a838fb70c52a829872680f6a2a2e7dd6d2dc9247
40479Author: Eric Anholt <anholt@FreeBSD.org>
40480Date:   Mon Jul 3 19:22:36 2006 +0200
40481
40482    Bump server version to 7.1.99.2 for gradient and repeat fixes.
40483
40484commit 25d871d98462f0481ee419295ddc94b8c79dc881
40485Author: Eric Anholt <anholt@FreeBSD.org>
40486Date:   Mon Jul 3 19:22:26 2006 +0200
40487
40488    Fix source picture filter check for multiple screens.
40489    
40490    Now, we only check for filter commonality if we're operating on a source
40491    picture, and we compare the id (screen-independent index of the filter name)
40492    rather than the pointer to the filter (per-screen state).
40493
40494commit 7106a77df37c06d2b5568eceeb9297096bff3137
40495Author: Eric Anholt <anholt@FreeBSD.org>
40496Date:   Sun Jul 2 12:41:35 2006 +0200
40497
40498    Fix bugs in support for new repeatTypes in XAA and EXA.
40499    
40500    EXA now won't pass pictures with new repeatTypes to drivers.  We can add a flag
40501    for them to support it at a later time.
40502
40503commit f5e92542a14f51029347b6476e4e4af69144930b
40504Author: Eric Anholt <anholt@FreeBSD.org>
40505Date:   Fri Jun 30 12:03:47 2006 +0200
40506
40507    Bug #7366: Fix crashes when setting filters on source pictures.
40508    
40509    Now, filters may only be set on source pictures when the filter is common to
40510    all screens.  Also, like SetPictureTransform, ChangePictureFilter is now not
40511    called on source pictures.
40512
40513commit 6ef457913955d4289081c7d07d528963ccf5272c
40514Author: Eric Anholt <anholt@FreeBSD.org>
40515Date:   Fri Jun 30 03:01:14 2006 +0200
40516
40517    Bug #7366: Fix two crashes in operations on source pictures.
40518    
40519    A screen's ChangePictureTransform now isn't called when changing the transform,
40520    as source pictures aren't associated with screens.  Also, attempting to set
40521    an AlphaMap to a source picture will fail with BadMatch just like a Window
40522    would, preventing another crash.
40523
40524commit 50a3e1ad18c815a5adafee22beccdf970bae62d6
40525Author: Rudo Thomas <rudo@matfyz.cz>
40526Date:   Sat Jul 1 12:34:36 2006 -0700
40527
40528    Missing close parenthesis in one of the setuid() fixes.
40529
40530commit 124a81eb389dfa510ac07ca93ee17c4c9d6e56ea
40531Merge: d3d6c5f 179737d
40532Author: Keith Packard <keithp@neko.keithp.com>
40533Date:   Sat Jul 1 11:12:50 2006 -0700
40534
40535    Merge branch 'origin'
40536
40537commit d3d6c5f4d05e0ca5b566e19657e0fe2b3898482a
40538Author: Paul Mackerras <paulus@samba.org>
40539Date:   Sat Jul 1 11:10:18 2006 -0700
40540
40541    Bug #7381: Coordinates get wrapped in accelerated line drawing on pixmap
40542    
40543    XAAPolylinesWideSolid was adding the drawable origin onto each element in the
40544    pPts array.  Since the values got stored back into the pPts array, they got
40545    truncated to 16 bits, causing the overflow I saw.  This patch avoids storing
40546    the coords back into the pPts array (and actually reduces the size of the
40547    code too :).  Now the 32-bit sum of coords + origin doesn't get truncated to
40548    16 bits, and the problem is solved.
40549
40550commit 179737d4a07ed10a734fe017b5680f8e78ffda96
40551Author: Jens Granseuer <jensgr@gmx.net>
40552Date:   Wed Jun 7 01:46:00 2006 -0700
40553
40554    Bug 7145: fix build with gcc 2.95 & other c89 compilers
40555    
40556    Move variable declarations to start of blocks as required by c89
40557
40558commit a9d4842893b65232d61fe4c63f074d30e81021d2
40559Merge: 66cac9b 6bd4c25
40560Author: Ian Romanick <idr@umwelt.(none)>
40561Date:   Fri Jun 30 11:49:29 2006 -0700
40562
40563    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into pci-rework
40564
40565commit 6bd4c254396cb0f4e8ae21ff455ebb15cd9f4f10
40566Author: Martin Bochnig <mb1x@gmx.com>
40567Date:   Mon Jun 26 01:52:24 2006 +0200
40568
40569    Updated Solaris aperture driver to build on sun4v & amd64 kernels
40570    Updated for Solaris 10 changes to DDI
40571
40572commit 66cac9b17498497d939bfb7a4075bcee5a485e5f
40573Merge: 7c4e540 54d9acd
40574Author: Ian Romanick <idr@umwelt.(none)>
40575Date:   Wed Jun 28 14:11:49 2006 -0700
40576
40577    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into pci-rework
40578
40579commit 54d9acd5113318274e291abab4554b8e678227df
40580Author: Kristian Høgsberg <krh@redhat.com>
40581Date:   Tue Jun 27 19:44:52 2006 -0400
40582
40583    Add damage tracking to GLX_EXT_tfp implementation.
40584    
40585    - Only update when pixmap content actually change;
40586    - Only update the regions that acutally changed.
40587    
40588    This is a worthwhile optimization, but it doesn't completely remove
40589    the bottleneck, as mesa still uploads then entire texture whenever
40590    it changes.
40591
40592commit adfe8e7437ff739f54d1d074008e8cc0e3bcb4d3
40593Author: Eric Anholt <anholt@FreeBSD.org>
40594Date:   Tue Jun 27 21:49:00 2006 +0200
40595
40596    Bump server release to 7.1.99.1.
40597    
40598    This will be important for a couple of cairo workaround tests.
40599
40600commit 63c169e3b1f7d6a7375a414fcd50cce32358a525
40601Author: Eric Anholt <anholt@FreeBSD.org>
40602Date:   Tue Jun 27 04:11:47 2006 +0200
40603
40604    Fix MMX Saturate implementation.
40605    
40606    The code was expanding the source blend factor from the wrong channel.  Fixes
40607    cairo's clip-operator test.
40608
40609commit 7c4e54025345455f420cd2abaa7a40679689d3cb
40610Merge: 9d0a15d ff6b59a
40611Author: Ian Romanick <idr@umwelt.(none)>
40612Date:   Mon Jun 26 14:39:44 2006 -0700
40613
40614    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into pci-rework
40615
40616commit ff6b59a0dbadbe61a53e48c23965d3073d95791b
40617Merge: b3c8693 48c8715
40618Author: Alan Coopersmith <alan.coopersmith@sun.com>
40619Date:   Mon Jun 26 13:02:33 2006 -0700
40620
40621    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver
40622
40623commit b3c869304cd85af034aa9debaa874e29d14fcbe6
40624Author: Peter Breitenlohner <peb@mppmu.mpg.de>
40625Date:   Mon Jun 26 10:48:44 2006 -0700
40626
40627    Free small, one-time memory leak in xdmcp -from handling
40628    
40629    Part of Patch #6046 <https://bugs.freedesktop.org/attachment.cgi?id=6046>
40630
40631commit 48c871564d493203d434d5da015903399287f619
40632Author: Eric Anholt <anholt@FreeBSD.org>
40633Date:   Mon Jun 26 15:57:32 2006 +0200
40634
40635    Move EXA_PM_IS_SOLID() to the public API, since drivers will want it frequently.
40636
40637commit afb84c2fca56887b3bfe7aa93f337c49b087acdc
40638Author: George Fufutos <fufutos610@hotmail.com>
40639Date:   Sat Jun 24 15:23:14 2006 +0200
40640
40641    Bug #6911: Check return value of exaGetPixelFromRGBA().
40642
40643commit 930b9a069a425818d4e9965f53be7df1f4d7d422
40644Author: Michel Dänzer <michel@tungstengraphics.com>
40645Date:   Sat Jun 24 15:21:17 2006 +0200
40646
40647    Bug #6818: Avoid infinite loop in exaLog2() with negative arguments.
40648
40649commit 36756fdb2ddc154b406f664a6af0f38d26e6973d
40650Author: Michel Dänzer <michel@tungstengraphics.com>
40651Date:   Sat Jun 24 15:09:24 2006 +0200
40652
40653    Make sure <execinfo.h> is actually included when needed.
40654    
40655    configure only defines HAVE_BACKTRACE, not HAVE_EXECINFO_H.
40656    
40657    This could cause problems on platforms where the size of a pointer is greater
40658    than that of an integer, see
40659    http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=363218 .
40660
40661commit 4426215a6e99f84550aaac23ac9c2018668bfbc1
40662Author: Michel Dänzer <michel@tungstengraphics.com>
40663Date:   Sat Jun 24 15:02:56 2006 +0200
40664
40665    Bug #7213: Fix the XFree86-DRI extension for byte-swapped clients.
40666    
40667    These clients are by definition non-local and thus not direct rendering
40668    capable, but they still need the QueryVersion and QueryDirectRenderingCapable
40669    requests to find out cleanly.
40670
40671commit a195a3debca02572d9f7d7a9976b5bf67acc5d08
40672Author: Michel Dänzer <michel@tungstengraphics.com>
40673Date:   Sat Jun 24 14:54:52 2006 +0200
40674
40675    Fix byte swapping in some GLX requests.
40676
40677commit bc6cfde19887eff7a07dc739ffa29609fb55b83d
40678Author: Eric Anholt <anholt@FreeBSD.org>
40679Date:   Fri Jun 23 20:07:34 2006 -0700
40680
40681    Use correct OSNAME setting so we can find os-specific modules like libdrm.
40682
40683commit c7ac485a59709572307b9a4a9abacc52c7021b65
40684Author: Eric Anholt <anholt@FreeBSD.org>
40685Date:   Wed Jun 21 09:34:55 2006 -0700
40686
40687    Remove the default case from fbcompose.c switches which should cover all cases.
40688    
40689    Instead, stick the NULL return default case afterwards, so that the compiler can
40690    warn us when we've got unimplemented cases.  Removes some unimplemented and
40691    unused 8bpp, depth 4 picture format names.
40692
40693commit 2cf1f39ca974c81a2f52d2f7509aa3d098a87176
40694Author: Eric Anholt <anholt@FreeBSD.org>
40695Date:   Wed Jun 21 09:30:59 2006 -0700
40696
40697    Add a manpage for EXA.
40698
40699commit 9d0a15dca56b14821cad474f9db9c332acb3b1e6
40700Merge: 6c514ca d67fd10
40701Author: Ian Romanick <idr@umwelt.(none)>
40702Date:   Thu Jun 22 16:21:10 2006 -0700
40703
40704    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver
40705    
40706    Conflicts:
40707    
40708    	hw/xfree86/loader/xf86sym.c
40709
40710commit 6c514ca14c2326c2cf82b73196429789d11e4a01
40711Author: Ian Romanick <idr@umwelt.(none)>
40712Date:   Thu Jun 22 15:51:16 2006 -0700
40713
40714    Use XSERVER_LIBS instead of XORG_LIBS for -lpciaccess.  The former is
40715    only for libraries that are built as part of the xserver build.
40716
40717commit d67fd106968e371d8be3966ed5ecdd3c69f36e3a
40718Author: Adam Jackson <ajax@benzedrine.nwnk.net>
40719Date:   Thu Jun 22 12:47:51 2006 -0400
40720
40721    Add kdrive servers to .gitignore
40722
40723commit bf17c6dede1c0cf1edee10f2cc7e1e619b944d3a
40724Author: Adam Jackson <ajax@benzedrine.nwnk.net>
40725Date:   Thu Jun 22 12:24:09 2006 -0400
40726
40727    Drop libz from the server's link line, it was only needed for LBX.
40728
40729commit c0cb8d1fb80540e093da54da3ee2f55bdf139274
40730Author: Alan Coopersmith <alan.coopersmith@sun.com>
40731Date:   Wed Jun 21 18:12:41 2006 -0700
40732
40733    Use XACE, not XCSECURITY to decide if SecurityLookup* are exported
40734
40735commit 3177dc498a955cd58cd6054a7c7e69724db4a59b
40736Merge: 3f19803 91dcac5
40737Author: Alan Coopersmith <alan.coopersmith@sun.com>
40738Date:   Wed Jun 21 18:06:06 2006 -0700
40739
40740    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver
40741
40742commit 3f19803e0b1adc66e695f63f915b8dc85eb84215
40743Author: Alan Coopersmith <alan.coopersmith@sun.com>
40744Date:   Wed Jun 21 18:05:51 2006 -0700
40745
40746    APPGROUP requires both X-ACE & XC-SECURITY now
40747
40748commit 91dcac5295486cc55a34ad91704bfa483bd31eeb
40749Merge: d8135eb 77c947b
40750Author: Adam Jackson <ajax@benzedrine.nwnk.net>
40751Date:   Wed Jun 21 20:49:30 2006 -0400
40752
40753    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver
40754
40755commit d8135eb9e414bf6957f64c5102ee0ef7c2404c6f
40756Author: Adam Jackson <ajax@benzedrine.nwnk.net>
40757Date:   Wed Jun 21 20:49:21 2006 -0400
40758
40759    Unbreak unbreaking the loader.  Re-add the symbol reference lists so that the
40760    linker will include everything it's supposed to.  This is a terrible solution,
40761    but ld semantics don't let you do anything better.
40762
40763commit f83cee0338eca095ad601374a87775be823a2565
40764Author: Eamon Walsh <ewalsh@epoch.ncsc.mil>
40765Date:   Wed May 5 20:07:37 2004 +0000
40766
40767    Modify XC-SECURITY and XC-APPGROUP extensions to work with XACE
40768
40769commit 15c9002d68a7eeb02a6db1f231af7a18a3cf7512
40770Author: Alan Coopersmith <alan.coopersmith@sun.com>
40771Date:   Wed Jun 21 16:24:20 2006 -0700
40772
40773    Correct ifdef - should be XACE, not XSECURITY
40774
40775commit 90af38fa0c46c2081d2becac262a614c26ba6ef1
40776Merge: 3e098ef 77c947b
40777Author: Alan Coopersmith <alan.coopersmith@sun.com>
40778Date:   Wed Jun 21 16:23:31 2006 -0700
40779
40780    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver
40781    
40782    Conflicts:
40783    
40784    	Xext/appgroup.c
40785
40786commit 3e098efa35ba70ad4d5699af3130a3b02e1cb06e
40787Author: Alan Coopersmith <alan.coopersmith@sun.com>
40788Date:   Wed Jun 21 16:21:03 2006 -0700
40789
40790    Correct ifdef - should be XACE, not XCSECURITY
40791
40792commit 77c947b900faf34f425eef1549d8210c475e093b
40793Author: Alan Coopersmith <alan.coopersmith@sun.com>
40794Date:   Wed Jun 21 16:18:41 2006 -0700
40795
40796    Move Xserver internal API for appgroup from Xagsrv.h to appgroup.h
40797    
40798    (Since all use is inside the xserver module, might as well keep the header
40799     in the Xserver module instead of in proto/XExt to allow easier synchronization
40800     of updates.)
40801
40802commit aa131c51e06e735d7b54cadf51205f703a3de4ef
40803Merge: 1708b0c 77aa701
40804Author: Ian Romanick <idr@umwelt.(none)>
40805Date:   Wed Jun 21 14:39:52 2006 -0700
40806
40807    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver
40808
40809commit 1708b0c7d962b80073500eb1c483447bbf965bc9
40810Author: Ian Romanick <idr@umwelt.(none)>
40811Date:   Wed Jun 21 14:39:39 2006 -0700
40812
40813    Eliminate "ugly" spaces around parenthesis.  Add const qualifier.
40814    General code clean-ups.
40815
40816commit a3c26d01a16e4ae20a5d1acf9d888e95760c3da1
40817Author: Ian Romanick <idr@umwelt.(none)>
40818Date:   Wed Jun 21 14:38:07 2006 -0700
40819
40820    Move declaration of "j" inside #ifdef block where it is used to
40821    eliminate compiler warning.
40822
40823commit 40aafaf154ba8a2cba857689d1481be2d4a610c2
40824Author: Greg Kroah-Hartman <gregkh@suse.de>
40825Date:   Wed Jun 21 14:36:09 2006 -0700
40826
40827    fix a number of compiler warnings in os/*
40828
40829commit 77aa701e898c6525322cc4029d95167dd9f6e618
40830Author: Greg Kroah-Hartman <gregkh@suse.de>
40831Date:   Wed Jun 21 14:16:48 2006 -0700
40832
40833    add some function prototypes to hw/xprint/DiPrint.h as they are exported
40834
40835commit 865884d050e1778180f7677e15f9ee1625ea4bb2
40836Author: Greg Kroah-Hartman <gregkh@suse.de>
40837Date:   Wed Jun 21 14:16:28 2006 -0700
40838
40839    fix compiler warning in dix/xpstubs.c when XPRINT is not defined
40840
40841commit ed18d776f02e2ab235954501ef64936af9f9d909
40842Author: Kristian Høgsberg <krh@redhat.com>
40843Date:   Wed Jun 21 16:22:14 2006 -0400
40844
40845    Fix #2488 for fb too: sample pixel center when transforming.
40846
40847commit ea5e0eabd1303a55d8fc10f44d21a3d371ce8919
40848Author: Matthias Hopf <mhopf@suse.de>
40849Date:   Wed Jun 21 17:08:51 2006 +0200
40850
40851    Bug 4320: Fastpath corner case improvement for Composite.
40852
40853commit 9af315a9be19b48faa1249e0575cbe3d1e31dec5
40854Author: Eamon Walsh <ewalsh@epoch.ncsc.mil>
40855Date:   Wed May 5 20:07:37 2004 +0000
40856
40857    Modify XC-SECURITY and XC-APPGROUP extensions to work with XACE
40858
40859commit f68ecfa482b2c2037f929710310c7b9ce6fe9291
40860Author: Alan Coopersmith <alan.coopersmith@sun.com>
40861Date:   Tue Jun 20 19:01:34 2006 -0700
40862
40863    Add X-ACE to build system
40864    
40865     - Added --disable-xace to configure.ac and issue configure error if trying
40866       to build XC-Security without X-ACE
40867     - Added XACE #define to dix-config.h
40868     - Added X-ACE sources to Xext/Makefile.am
40869
40870commit a46c06dab8392cf8012c7cc0b916de9a9e569671
40871Merge: 49b368c d44b2a0
40872Author: Alan Coopersmith <alan.coopersmith@sun.com>
40873Date:   Tue Jun 20 18:40:18 2006 -0700
40874
40875    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver
40876    
40877    Conflicts:
40878    
40879    	Xext/appgroup.c
40880    	Xext/security.c
40881    	dix/devices.c
40882    	dix/dispatch.c
40883    	dix/dixutils.c
40884    	dix/events.c
40885    	dix/extension.c
40886    	dix/property.c
40887    	dix/window.c
40888    	os/access.c
40889
40890commit d44b2a0a57fb89741173c31676af0ccc822387dc
40891Author: Alan Coopersmith <alan.coopersmith@sun.com>
40892Date:   Tue Jun 20 18:22:51 2006 -0700
40893
40894    Move Xserver API for security extension to securitysrv.h
40895
40896commit a54435946544a039fc333bb5e3438501d0d1ffc6
40897Author: Alan Coopersmith <alan.coopersmith@sun.com>
40898Date:   Tue Jun 20 18:14:27 2006 -0700
40899
40900    Move Xserver API for security extension to securitysrv.h
40901
40902commit 49b368c0bb04816c4a3579071c596b2398cae3ec
40903Merge: 63f6e6b 481d401
40904Author: Alan Coopersmith <alanc@alf.(none)>
40905Date:   Tue Jun 20 16:22:39 2006 -0700
40906
40907    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver
40908
40909commit 481d4012e74d9b0e98911f0ae02700ecf4cfc5ac
40910Author: Alan Coopersmith <alanc@alf.(none)>
40911Date:   Tue Jun 20 16:16:19 2006 -0700
40912
40913    Don't add -ldl to XORG_LIBS if it's not needed for dlopen
40914
40915commit 63f6e6bbfd0d3677e29621af982c9392ead98dd7
40916Merge: 88ede2c 6df52fb
40917Author: Alan Coopersmith <alanc@alf.(none)>
40918Date:   Tue Jun 20 16:03:34 2006 -0700
40919
40920    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver
40921
40922commit 6df52fb7745c185c0168060f69cc6b4f5315914e
40923Author: Alan Coopersmith <alanc@alf.(none)>
40924Date:   Tue Jun 20 16:02:55 2006 -0700
40925
40926    Delete code that's been inside #if 0 since X11R6.7.
40927
40928commit 75398cff82b56c0a8fc301e84e2087f59a61a360
40929Merge: 1f91b57 2b58685
40930Author: Ian Romanick <idr@umwelt.(none)>
40931Date:   Tue Jun 20 15:49:47 2006 -0700
40932
40933    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver
40934    
40935    Conflicts:
40936    
40937    	hw/xfree86/loader/Makefile.am
40938    	hw/xfree86/loader/xf86sym.c
40939
40940commit 88ede2cec79281a43cecb43ee6dec65770f82530
40941Merge: 227a319 2b58685
40942Author: Alan Coopersmith <alanc@alf.(none)>
40943Date:   Tue Jun 20 15:29:55 2006 -0700
40944
40945    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver
40946
40947commit 227a3193405147fbbee2971cc15bac92cc13285a
40948Author: Eamon Walsh <ewalsh@epoch.ncsc.mil>
40949Date:   Tue Jun 1 21:09:25 2004 +0000
40950
40951    Add XACE extension source files.
40952    
40953    (Copied from XACE-SELINUX branch in Xorg monolith CVS since these were never
40954     imported to modular cvs or git trees.)
40955
40956commit 1f91b5726c721778de0627c0139100744db06934
40957Author: Ian Romanick <idr@umwelt.(none)>
40958Date:   Tue Jun 20 15:03:13 2006 -0700
40959
40960    Fix a compiler warning about varibles being used without being set.
40961    
40962    Add some const qualifiers.
40963    
40964    Remove some "ugly" space around parenthesis.
40965
40966commit 2b58685402e70f123e131fd8146e6083ff5214a4
40967Author: Matthieu Herrb <matthieu@deville.herrb.com>
40968Date:   Tue Jun 20 21:07:53 2006 +0200
40969
40970    Check setuid() return value. Bugzilla #7116.
40971
40972commit 4365d16c8629e824973ee0c357efdfbfd28b672c
40973Author: Kristan Høgsberg <krh@redhat.com>
40974Date:   Mon Jun 19 22:13:22 2006 -0400
40975
40976    Pull over convolution filter fixes from xgl-0-0-1 branch.
40977    
40978    Cherry-picking patches:
40979    
40980    	8a5ea68800b9d7dca90ff4e573ad8533852f1ea3 and
40981    	4d755fe14274a7293748ce9aa666ab85df6297c5
40982
40983commit f818e0ab60da3779ab2602c6e6d3ff261b50917e
40984Author: Eamon Walsh <ewalsh@epoch.ncsc.mil>
40985Date:   Wed May 5 20:07:37 2004 +0000
40986
40987    Modify XC-SECURITY and XC-APPGROUP extensions to work with XACE
40988    (cherry picked from 0106715000196c7b349a0b4494b61545f0f5e138 commit)
40989
40990commit 0707eb33d6826e1300a905edea28c12134600b12
40991Merge: 37f0ae0 98d17bb
40992Author: Alan Coopersmith <alanc@alf.(none)>
40993Date:   Mon Jun 19 17:09:51 2006 -0700
40994
40995    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver
40996
40997commit 37f0ae02457bd22b27f8f30a373e5cb19f2fbaea
40998Author: Eamon Walsh <ewalsh@epoch.ncsc.mil>
40999Date:   Wed May 5 20:04:52 2004 +0000
41000
41001    Replace XC-SECURITY code with XACE security hooks
41002    (cherry picked from 8526cd6395490b03b279f1962df777fb0e4a9878 commit)
41003
41004commit 98d17bba716619e3402bd74c7c3e1c01d055ef6e
41005Author: Alan Coopersmith <alanc@alf.(none)>
41006Date:   Mon Jun 19 17:07:59 2006 -0700
41007
41008    Tell git to ignore emacs *~ droppings and git .msg files
41009
41010commit 569c808a2375be71f835ee8693605487484bd22e
41011Author: Eric Anholt <anholt@FreeBSD.org>
41012Date:   Mon Jun 19 16:42:09 2006 -0700
41013
41014    Fix crash when using PICT_x4a4 by supplying an appropriate fbFetchPixel_x4a4.
41015
41016commit 8d9ccc90a54c786ca4ba5620ab0a965e3f3bc8ea
41017Author: Eamon Walsh <ewalsh@epoch.ncsc.mil>
41018Date:   Wed May 5 20:15:41 2004 +0000
41019
41020    Add XACE extension
41021    (partially cherry picked from 8d4f21ab53c44ca48501d6211ea6db0c0b8af916 commit)
41022
41023commit 55426650417df4ec22ea0e2a67f6074f0ac1d54e
41024Author: Eric Anholt <anholt@FreeBSD.org>
41025Date:   Mon Jun 19 15:04:46 2006 -0700
41026
41027    Clean up gcc warnings from picture format CARD32 -> enum change.
41028
41029commit 520c80f4b807ae6419e70fe2b524532465b509ac
41030Author: Eric Anholt <anholt@FreeBSD.org>
41031Date:   Mon Jun 19 14:40:27 2006 -0700
41032
41033    Don't forget to step the rows when verifying the equivalence of fb/sys areas.
41034    
41035    This is only used by fakexa, but we would have missed some errors without this
41036    fix.
41037
41038commit e793f0eeee3e9c83b6a7b50d451fb6db12839087
41039Author: Eric Anholt <anholt@FreeBSD.org>
41040Date:   Mon Jun 19 14:06:02 2006 -0700
41041
41042    Correct component ordering when fetching [ax]4b4g4r4 pixels.
41043    
41044    Noticed by:	rendercheck
41045
41046commit e1672a12eb70836a2ceec803d505294897ae8cd2
41047Author: Eric Anholt <anholt@FreeBSD.org>
41048Date:   Mon Jun 19 13:20:56 2006 -0700
41049
41050    Convert PICT_* names from #defines to an enum to aid in debugging.
41051
41052commit 9742d55c820a260a42a4537502295931d4529deb
41053Author: Greg Kroah-Hartman <gregkh@suse.de>
41054Date:   Mon Jun 19 14:40:14 2006 -0700
41055
41056    update .gitignore to handle Xprint move
41057
41058commit d97a21acb878bc4e5e6542912fbd820503bba312
41059Author: Greg Kroah-Hartman <gregkh@suse.de>
41060Date:   Mon Jun 19 14:36:54 2006 -0700
41061
41062    fix compiler warnings in hw/xfree86/i2c/fi1236.c
41063
41064commit 29c78321e86956c4ce0c1c899d82557f927e04da
41065Author: Greg Kroah-Hartman <gregkh@suse.de>
41066Date:   Mon Jun 19 14:36:41 2006 -0700
41067
41068    fix compiler warning in hw/xfree86/i2c/tda9850.c
41069
41070commit 9f2793551f335e5fb08990fc8bb9e05e0ffb68d5
41071Author: Greg Kroah-Hartman <gregkh@suse.de>
41072Date:   Mon Jun 19 11:50:47 2006 -0700
41073
41074    fix compiler warning in hw/vfb/InitOutput.c
41075
41076commit b20ae5ddb7682bafcee6f8bf0c8208a3f70b882b
41077Author: Greg Kroah-Hartman <gregkh@suse.de>
41078Date:   Mon Jun 19 11:38:52 2006 -0700
41079
41080    fix compiler warnings in hw/xfree86/xf4bpp/ppcGC.c
41081
41082commit 4d258f31967141e3c4a6e4abbef89ffa717e85aa
41083Author: Greg Kroah-Hartman <gregkh@suse.de>
41084Date:   Mon Jun 19 11:27:47 2006 -0700
41085
41086    fix compiler warnings in XTrap/xtrapdi.c
41087
41088commit 870cecb72c2cba44dc64cb202917453603c8f287
41089Author: Greg Kroah-Hartman <gregkh@suse.de>
41090Date:   Mon Jun 19 11:22:42 2006 -0700
41091
41092    fix compiler warnings in XTrap/xtrapdiswp.c
41093
41094commit a28652f9c35fbc009245382a5cc2a022f42366fc
41095Author: Adam Jackson <ajax@theobromine.nwnk.net>
41096Date:   Mon Jun 19 00:57:18 2006 -0400
41097
41098    Another round of loader sense-beating.  Remove the (unused) server export
41099    lists, a really bad hash table, the last vestiges of the other backends,
41100    and some miscellaneous cleanups.  Good for dropping 300k from the size of
41101    the built server on x86.
41102
41103commit 98a602fab1f307a07a96868d7dae12b6f8d7f405
41104Author: Adam Jackson <ajax@theobromine.nwnk.net>
41105Date:   Sun Jun 18 23:54:04 2006 -0400
41106
41107    Don't bother building RAC as a module, that's just absurd.
41108
41109commit 76aaf7eae7409162c5ed2963f2e27d019cb30263
41110Author: Eric Anholt <anholt@FreeBSD.org>
41111Date:   Sun Jun 18 19:47:29 2006 -0700
41112
41113    Add a couple of (doxygen) comments I wrote while looking at modesetting.
41114
41115commit 6aaf0e5b581b06fc73e56f863a26cd9d684eb9c0
41116Author: Eric Anholt <anholt@FreeBSD.org>
41117Date:   Sun Jun 18 19:12:15 2006 -0700
41118
41119    Add options to disable EXA acceleration for Composite/UTS/DFS, and always print
41120    
41121    out how much memory EXA is managing for offscreen pixmaps.
41122
41123commit 21ef7e17ef6dca177461c9438b9df707a4d664a2
41124Author: Eric Anholt <anholt@FreeBSD.org>
41125Date:   Sun Jun 18 18:57:55 2006 -0700
41126
41127    Add some missing .gitignore stuff for Mesa symlinks and other generated files.
41128
41129commit 71fbda8049f64c7fefae8ab817fb5f37ee2ee134
41130Author: Adam Jackson <ajax@theobromine.nwnk.net>
41131Date:   Sun Jun 18 21:07:28 2006 -0400
41132
41133    Xprint/ -> hw/xprint
41134    XpConfig -> hw/xprint/config
41135
41136commit 868e2cab706e317618646e064b0559d4e68c7b32
41137Author: Eric Anholt <anholt@FreeBSD.org>
41138Date:   Fri Jun 16 10:17:51 2006 -0700
41139
41140    Add explicit dependencies (Xorg_DEPENDENCIES = ) on the internal libraries
41141    (such as libcw.la) that we link into the server, causing it to be rebuild
41142    automatically when they're updated.  Some system libraries are included, but
41143    don't appear to cause any harm.  You would think this would be automatic...
41144
41145commit 53f74b6aa95fe57fda45fd8a051595e772f00402
41146Author: Eric Anholt <anholt@FreeBSD.org>
41147Date:   Fri Jun 16 10:14:30 2006 -0700
41148
41149    Bugzilla #5120, #7246: In CW's GC ops, validate the backing GC against the
41150    backing drawable if the serial numbers differ.  Fixes crash in XAA which
41151    occurred when the DDX bumped the serial number on the backing drawable and
41152    expected it to get re-validated, and we didn't because the wrapped drawable
41153    hadn't been bumped.
41154
41155commit 72ac20c0e878ad48ff61f7e846cbf1005a4eb435
41156Merge: fc3e814 b900883
41157Author: Ian Romanick <idr@localhost.localdomain>
41158Date:   Tue Jun 13 21:13:02 2006 -0700
41159
41160    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver
41161
41162commit b90088321e6ef84970aa97d7c851af93f49bf4b7
41163Author: Ian Romanick <idr@localhost.localdomain>
41164Date:   Mon Jun 12 15:22:31 2006 -0700
41165
41166    Add arrayobj.c to the Makefile as well.
41167
41168commit f9f33b72e34eaeccea2a20f4a3dd68c2dbefc90e
41169Author: Michel Dänzer <michel@tungstengraphics.com>
41170Date:   Mon Jun 12 20:19:11 2006 +0200
41171
41172    Track per-drawable damage to minimize UTS and DFS transfers.
41173    
41174    Based on work by Eric Anholt.
41175
41176commit 6060b612de6b41f872d034c6130770c1d189d0a3
41177Author: Eric Anholt <eric@anholt.net>
41178Date:   Mon Jun 12 20:12:31 2006 +0200
41179
41180    Provide option to report damage after operation is complete.
41181
41182commit fc3e81473a98d3b932faa73c0c01c21366a48a9e
41183Merge: 4bedaad 041ef23
41184Author: Ian Romanick <idr@localhost.localdomain>
41185Date:   Mon Jun 12 09:41:06 2006 -0700
41186
41187    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver
41188
41189commit 041ef23192b193b87f6cfc3e74e2e77f9f47cd4b
41190Author: Ian Romanick <idr@localhost.localdomain>
41191Date:   Mon Jun 12 09:39:18 2006 -0700
41192
41193    Add new Mesa files arrayobj.c and arrayobj.h.
41194
41195commit 4bedaad17dc75dfbada91f47e1007a8c090300a9
41196Author: Ian Romanick <idr@localhost.localdomain>
41197Date:   Mon Jun 12 09:29:05 2006 -0700
41198
41199    Add new Mesa files arrayobj.c and arrayobj.h.
41200
41201commit 4e3c9ab8c90d474a2224dbfa0807bc01fc012f7c
41202Author: Ian Romanick <idr@localhost.localdomain>
41203Date:   Fri Jun 9 16:56:54 2006 -0700
41204
41205    Remove some static declarations for things that were removed in
41206    previous commits.
41207
41208commit 8b6596b1e1864dd79a3c53ee3ceb7a8e9bdb6ec7
41209Author: Ian Romanick <idr@localhost.localdomain>
41210Date:   Fri Jun 9 16:08:06 2006 -0700
41211
41212    Move probe_devices_from_device_sections,
41213    add_matching_devices_to_configure_list, and check_for_matching_devices
41214    from xf86Helper.c to xf86Init.c.  These functions are only called from
41215    a single place in xf86Init.c, so it makes sense for them to live
41216    there.  They were originally in xf86Helper.c because they evolved out
41217    another function that was already in that file.
41218
41219commit 7810d87cd6ae9316d88f6a2e7696deb8837cec27
41220Merge: dcfaa9f caad8b7
41221Author: Ian Romanick <idr@localhost.localdomain>
41222Date:   Fri Jun 9 15:16:50 2006 -0700
41223
41224    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver
41225
41226commit caad8b724b97074e41de447fe77dda189f287a26
41227Author: Greg Kroah-Hartman <gregkh@suse.de>
41228Date:   Fri Jun 9 11:24:57 2006 -0700
41229
41230    fix compiler warnings in record/set.c
41231    
41232    (note this only fixed up the function definitions for the static functions
41233    which can not cause any abi incompatibility)
41234
41235commit 51489bb5ed86cb6aa07e26a13618765c29f913e4
41236Author: Greg Kroah-Hartman <gregkh@suse.de>
41237Date:   Fri Jun 9 10:59:47 2006 -0700
41238
41239    more .gitignore updates
41240
41241commit c4d251bd3e88cf8dfd6872537dbe30c07344b196
41242Author: Greg Kroah-Hartman <gregkh@suse.de>
41243Date:   Fri Jun 9 10:46:18 2006 -0700
41244
41245    updated .gitignore with more pre-generated files
41246
41247commit 9f31ef83be61a900c701fcbc9a43ffae40ca7005
41248Author: Greg Kroah-Hartman <gregkh@suse.de>
41249Date:   Fri Jun 9 10:44:46 2006 -0700
41250
41251    fix compiler warning in hw/xfree86/loader/loaderProcs.h
41252
41253commit 490ffc205a7714145cac0c63efeb6374ea28141f
41254Author: Greg Kroah-Hartman <gregkh@suse.de>
41255Date:   Fri Jun 9 10:44:25 2006 -0700
41256
41257    fix compiler warning in hw/xfree86/loader/loadmod.c
41258
41259commit 6119845d1ff832ea2b7c9cbe7ed6c6637cdcf305
41260Author: Greg Kroah-Hartman <gregkh@suse.de>
41261Date:   Fri Jun 9 10:14:08 2006 -0700
41262
41263    fix compiler warnings in hw/xnest/Keyboard.c
41264
41265commit 1a7335ff932baa59a3283c50dd6007d81989b7e3
41266Author: Greg Kroah-Hartman <gregkh@suse.de>
41267Date:   Fri Jun 9 10:02:08 2006 -0700
41268
41269    remove unneeded externs from Xprint/ps/psout.c
41270
41271commit 9583859d538394e98ac1f38b8e6f0997e321621d
41272Author: Greg Kroah-Hartman <gregkh@suse.de>
41273Date:   Fri Jun 9 09:59:22 2006 -0700
41274
41275    remove unneeded "extern" in Xprint/ddxInit.c
41276
41277commit cb9e29c184474edd75645e3b52e22a097a242e40
41278Author: Greg Kroah-Hartman <gregkh@suse.de>
41279Date:   Fri Jun 9 09:54:50 2006 -0700
41280
41281    removed unneeded extern in Xprint/ps/PsWindow.c
41282
41283commit 96c19a3ec1b7e43782d373b8015fa0ca24cb4f5b
41284Author: Greg Kroah-Hartman <gregkh@suse.de>
41285Date:   Fri Jun 9 09:51:28 2006 -0700
41286
41287    put function prototype for ShapeExtensionInit() in proper place
41288    
41289    based on FIXME in mi/miinitext.c
41290
41291commit dcfaa9f4f8fb10b75be50c9a49ccd88caf6d0f6a
41292Merge: af9afe4 576e6fb
41293Author: Ian Romanick <idr@localhost.localdomain>
41294Date:   Thu Jun 8 15:03:00 2006 -0700
41295
41296    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver
41297
41298commit 576e6fb1124a47493371210adf99d6f2076e72c5
41299Author: Adam Jackson <ajax@benzedrine.nwnk.net>
41300Date:   Thu Jun 8 17:49:02 2006 -0400
41301
41302    Bug #7120: Multimonitor (non-Xinerama) support for xwin servers.
41303    (Tom Whittock)
41304
41305commit d42cf4a2a4980fdd29fb15c4fd8fddda67b36256
41306Author: Adam Jackson <ajax@benzedrine.nwnk.net>
41307Date:   Thu Jun 8 17:46:53 2006 -0400
41308
41309    Bug #7121: fix clipboard handling in Xming (Colin Harrison)
41310
41311commit af9afe4cc50df973bea2293a803f7dfdefaa6411
41312Merge: caffac3 3930da3
41313Author: Ian Romanick <idr@localhost.localdomain>
41314Date:   Thu Jun 8 11:37:09 2006 -0700
41315
41316    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver
41317
41318commit 3930da3f6209312dd0f10aba0b16ef45996a07fe
41319Author: Greg Kroah-Hartman <gregkh@suse.de>
41320Date:   Thu Jun 8 11:27:29 2006 -0700
41321
41322    fix compiler warnings in Xprint/ps/psout.c
41323
41324commit c496a3b9c981dc079fcc6c0ac4db3aa912b3dcf1
41325Author: Greg Kroah-Hartman <gregkh@suse.de>
41326Date:   Thu Jun 8 11:23:53 2006 -0700
41327
41328    fix compiler warning in Xprint/ps/PsImageUtil.c
41329
41330commit ea24b5a25c2544f3b3de6480da125edb23a6b3a9
41331Author: Greg Kroah-Hartman <gregkh@suse.de>
41332Date:   Thu Jun 8 11:22:01 2006 -0700
41333
41334    add proper function prototypes for Xprint/ps/PsCache.c to Xprint/ps/Ps.h
41335
41336commit ee2bb4d1929e20436cf0e830ece02fe07db2d524
41337Author: Greg Kroah-Hartman <gregkh@suse.de>
41338Date:   Thu Jun 8 11:15:34 2006 -0700
41339
41340    fix compiler warnings in Xprint/ps/PsArea.c
41341
41342commit 92303d534a91cb0ea30e4cd0f639efd70b9739b4
41343Author: Greg Kroah-Hartman <gregkh@suse.de>
41344Date:   Thu Jun 8 11:12:16 2006 -0700
41345
41346    fix compiler warning in Xprint/ps/PsGC.c
41347
41348commit cf6169f9e99e6e8ab264f284cfa13cb379b36207
41349Author: Greg Kroah-Hartman <gregkh@suse.de>
41350Date:   Thu Jun 8 11:09:56 2006 -0700
41351
41352    fix compiler warnings in Xprint/ps/PsFonts.c
41353
41354commit 1abc7f96edf37a1e2c766b9cdba7fc9b2cb06d19
41355Author: Greg Kroah-Hartman <gregkh@suse.de>
41356Date:   Thu Jun 8 11:06:51 2006 -0700
41357
41358    fix compiler warnings in Xprint/ps/PsInit.c
41359
41360commit 2dc291384c550badf55542ae645240e166676848
41361Author: Greg Kroah-Hartman <gregkh@suse.de>
41362Date:   Thu Jun 8 11:04:40 2006 -0700
41363
41364    fixed compiler warnings in Xprint/ps/PsPixmap.c
41365
41366commit aef092e0290143c2b8b1cb98fdf55c9630032aaf
41367Author: Greg Kroah-Hartman <gregkh@suse.de>
41368Date:   Thu Jun 8 10:53:17 2006 -0700
41369
41370    fix compiler warnings in Xprint/ps/PsPolygon.c
41371
41372commit 511b231ded61159ebd70cab020ca1ca003fd0784
41373Author: Greg Kroah-Hartman <gregkh@suse.de>
41374Date:   Thu Jun 8 10:41:34 2006 -0700
41375
41376    fix compiler warnings in Xprint/ps/PsPrint.c
41377
41378commit 35fccb0068e8d73d1e6a16aefdc771506e620f83
41379Author: Greg Kroah-Hartman <gregkh@suse.de>
41380Date:   Thu Jun 8 10:40:24 2006 -0700
41381
41382    remove some compiler warnings in Xprint/ps/PsText.c
41383    
41384    Note that one of the existing warnings is pointing out a
41385    real bug (uninitialized use for fontPage in PsPolyText16())
41386    if anyone really cares about this code.
41387
41388commit caffac38432009e8dc01e7d3e72a7fa6fba2f078
41389Merge: c5b3aa1 9fa7372
41390Author: Ian Romanick <idr@localhost.localdomain>
41391Date:   Thu Jun 8 10:38:43 2006 -0700
41392
41393    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver
41394
41395commit 1ac30947f4a222ba78558eddf8e5f03cec31f613
41396Author: Greg Kroah-Hartman <gregkh@suse.de>
41397Date:   Thu Jun 8 10:35:18 2006 -0700
41398
41399    fix compiler warnings in Xprint/ps/PsWindow.c
41400
41401commit 9fa73721f0c3df73e508da909a5665f47a54cb57
41402Author: Greg Kroah-Hartman <gregkh@suse.de>
41403Date:   Thu Jun 8 10:27:28 2006 -0700
41404
41405    fix up EnableDisableExtension() and EnableDisableExtensionError() prototypes
41406
41407commit c405659626477f2009603d8c0e381b8b62277bb6
41408Author: Greg Kroah-Hartman <gregkh@suse.de>
41409Date:   Thu Jun 8 10:19:24 2006 -0700
41410
41411    comment out QualifyName in Xprint/Init.c which is not used anymore
41412    
41413    If someone else wants to delete this function, that's fine with me too.
41414
41415commit a940b851faba569e36983f7885aefa72f7bf2ade
41416Author: Greg Kroah-Hartman <gregkh@suse.de>
41417Date:   Thu Jun 8 10:17:53 2006 -0700
41418
41419    fix function pointer warning in Xprint/Init.c
41420
41421commit 9e0c82386ae389bcc296a5ad44e996790b033ad3
41422Author: Greg Kroah-Hartman <gregkh@suse.de>
41423Date:   Thu Jun 8 10:16:37 2006 -0700
41424
41425    fix already-defined warning in Xprint/Init.c
41426
41427commit 40fb7eecaf14a76f35ac2dc350ad2fffdaf6e0d0
41428Author: Greg Kroah-Hartman <gregkh@suse.de>
41429Date:   Thu Jun 8 10:11:17 2006 -0700
41430
41431    fix noDamageExtension warning in Xprint/Init.c
41432    
41433    Also took out duplicate definition of this variable in mi/miinitext.c
41434
41435commit 494895e0fbbf0a71bc535c0a2358c9db54c95c5a
41436Author: Greg Kroah-Hartman <gregkh@suse.de>
41437Date:   Thu Jun 8 09:43:44 2006 -0700
41438
41439    Properly define dispatchExceptionAtReset to fix compiler warnings
41440
41441commit d90eecf40ea768b2bf6340f15bb0af9dab2f3cf3
41442Author: Greg Kroah-Hartman <gregkh@suse.de>
41443Date:   Thu Jun 8 09:11:41 2006 -0700
41444
41445    add some missing function prototypes to Xprint/AttrValid.h to fix compiler warnings
41446
41447commit bccde1609153dee93f6fe5a138fc0c0f2fe08212
41448Author: Greg Kroah-Hartman <gregkh@suse.de>
41449Date:   Thu Jun 8 09:01:59 2006 -0700
41450
41451    fix incompatible pointer warning in Xprint/ddxInit.c
41452
41453commit 60bd8893d50ed1da9b94f4b96a07ea432e23f467
41454Author: Greg Kroah-Hartman <gregkh@suse.de>
41455Date:   Thu Jun 8 09:01:21 2006 -0700
41456
41457    Properly #ifdef out ddxBeforeReset() to fix compiler warning
41458
41459commit ac21e6a594eac69101aa8920d70a9d60412b57f6
41460Author: Greg Kroah-Hartman <gregkh@suse.de>
41461Date:   Thu Jun 8 09:00:42 2006 -0700
41462
41463    remove unused variable warning in Xprint/ddxInit.c
41464
41465commit 71dd44b0ad617dd36ce4ed328f9e1e8c5ef713a5
41466Author: Greg Kroah-Hartman <gregkh@suse.de>
41467Date:   Wed Jun 7 19:17:26 2006 -0700
41468
41469    Fixed up most "warning: function declaration isn't a prototype" warnings from Xprint/
41470
41471commit 839305bac98856a2bb1d96691e4dcf49db229f90
41472Author: Greg Kroah-Hartman <gregkh@suse.de>
41473Date:   Wed Jun 7 19:12:23 2006 -0700
41474
41475    Remove unused variables from Xprint/attributes.c
41476
41477commit c5b3aa120bf96ee169d07c33a2698499944a1624
41478Author: Ian Romanick <idr@localhost.localdomain>
41479Date:   Wed Jun 7 17:46:23 2006 -0700
41480
41481    Added a comment about some suspicious code.
41482
41483commit 50112dfcc82dd476727fa453b9e3d1852e06d678
41484Author: Ian Romanick <idr@localhost.localdomain>
41485Date:   Wed Jun 7 17:46:05 2006 -0700
41486
41487    Fixed severly broken calls to pci_device_find_by_slot.  I mis-read the
41488    tag bits when I originally coded it.  I mistakenly thought that the
41489    original code masked off the PCI function bits, so I just always
41490    passed 0 as the function.  That was a mistake.
41491
41492commit f9e7128d948a0b62e6f03295305e0080d9233fd8
41493Author: Ian Romanick <idr@localhost.localdomain>
41494Date:   Wed Jun 7 17:44:06 2006 -0700
41495
41496    Added missing include of Pci.h.  This caused the server to terminate
41497    when the symbol PCI_DOM_FROM_TAG couldn't be resolved at run-time.
41498
41499commit 23182315f34e3a0065739b43b15d4560e75b41a1
41500Merge: bc05158 757f40f
41501Author: Ian Romanick <idr@localhost.localdomain>
41502Date:   Wed Jun 7 17:03:48 2006 -0700
41503
41504    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver
41505
41506commit 7a40ac2585028860730ffcd333eb3fe9de63680c
41507Author: Greg Kroah-Hartman <gregkh@suse.de>
41508Date:   Wed Jun 7 16:23:45 2006 -0700
41509
41510    remove a bunch of unused variables in Xprint/Init.c (fixing the compiler warnings)
41511
41512commit 163980138cc0bfc9124456781b3dc45a49e2a129
41513Author: Greg Kroah-Hartman <gregkh@suse.de>
41514Date:   Wed Jun 7 16:11:20 2006 -0700
41515
41516    remove some unused local variables in Xprint/Oid.c
41517
41518commit 8e41640db884a4633b598d0a52b269e6547c8bf0
41519Author: Greg Kroah-Hartman <gregkh@suse.de>
41520Date:   Wed Jun 7 15:56:43 2006 -0700
41521
41522    add bison generated files to .gitignore
41523
41524commit 78f4ab6b89fca3086b9c9471b40c11c23fbb6142
41525Author: Greg Kroah-Hartman <gregkh@suse.de>
41526Date:   Wed Jun 7 14:12:40 2006 -0700
41527
41528    Fix compiler warning about undefined ReinitializeRootWindow function
41529
41530commit 757f40fca50a99377e437949ee77b983c8cd6087
41531Author: Greg Kroah-Hartman <gregkh@suse.de>
41532Date:   Wed Jun 7 14:09:13 2006 -0700
41533
41534    updated the .gitignore file with more auto-generated files
41535
41536commit bc05158a5ab00c548e4b04b5638afe07bc702260
41537Merge: 46f55f5 cc46580
41538Author: Ian Romanick <idr@localhost.localdomain>
41539Date:   Wed Jun 7 14:09:12 2006 -0700
41540
41541    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver
41542
41543commit 46f55f5dead5d70cdff30531d80a72f6be042315
41544Author: Ian Romanick <idr@localhost.localdomain>
41545Date:   Wed Jun 7 14:09:02 2006 -0700
41546
41547    Initial batch of changes for PCI rework.  All future changes will be
41548    tracked individually.
41549
41550commit cc465800ddca5fb6c9ec09fdfa8f1f05359cf396
41551Author: Greg Kroah-Hartman <gregkh@suse.de>
41552Date:   Wed Jun 7 14:03:35 2006 -0700
41553
41554    Fix compiler warnings about SetVendorRelease and SetVendorString
41555
41556commit 785c9789704ed142fe98cd17b5995e4a95b7141f
41557Merge: 21ebcfd 36d786e
41558Author: Greg Kroah-Hartman <gregkh@suse.de>
41559Date:   Wed Jun 7 13:20:21 2006 -0700
41560
41561    Merge ../xserver
41562
41563commit 36d786e9f051c5c95c1cc8c098c84e118ed3cc85
41564Author: Greg Kroah-Hartman <gregkh@suse.de>
41565Date:   Wed Jun 7 12:47:50 2006 -0700
41566
41567    add more files to .gitignore
41568
41569commit 8f5aa38abf1158a789b5528df9d98826342e30cf
41570Author: Greg Kroah-Hartman <gregkh@suse.de>
41571Date:   Wed Jun 7 12:33:44 2006 -0700
41572
41573    fix compiler warning about XKB_IN_SERVER redefinition
41574
41575commit 101ae616962c355388722e05ab8413eb5f5c3402
41576Author: Greg Kroah-Hartman <gregkh@suse.de>
41577Date:   Wed Jun 7 12:06:22 2006 -0700
41578
41579    Add PanoramiXExtensionDisabledHack to globals.h as it was missing.
41580
41581commit e5b72bd9c6fb06640a5de4031be0dc9b04b4b215
41582Author: Greg Kroah-Hartman <gregkh@suse.de>
41583Date:   Wed Jun 7 12:05:39 2006 -0700
41584
41585    Remove 3 compiler warnings in the Xext/xevie.c file
41586
41587commit e3c11f66516521959127b9ab8fd88cc4c954f5bb
41588Author: Greg Kroah-Hartman <gregkh@suse.de>
41589Date:   Wed Jun 7 12:05:01 2006 -0700
41590
41591    Added first cut at a .gitignore file to make using git easier.
41592
41593commit 21ebcfd7027b2a6182d4065e56a2ef814f5181ae
41594Author: Adam Jackson <ajax@benzedrine.nwnk.net>
41595Date:   Wed Jun 7 14:17:31 2006 -0400
41596
41597    Demolish now-unused loader functions.
41598
41599commit f90761b06eaa5fa44fe85289e54eed5f47eff3b9
41600Author: Adam Jackson <ajax@benzedrine.nwnk.net>
41601Date:   Wed Jun 7 13:58:24 2006 -0400
41602
41603    Add a token for EDID-supplied modes.
41604
41605commit d00aa6b8559d3e5f70c6558ce0abd12f7d758491
41606Author: Adam Jackson <ajax@benzedrine.nwnk.net>
41607Date:   Wed Jun 7 11:44:36 2006 -0400
41608
41609    Delete a (now misleading) message from the crash handler.
41610
41611commit f8535edec736cf19740bd41ed2adfe531f2c26ac
41612Author: Keith Packard <keithp@neko.keithp.com>
41613Date:   Tue Jun 6 10:29:34 2006 -0700
41614
41615    Remove ChangeLog file.
41616
41617commit 8444bb77c91cf8a23d32b3cc9749e2a3d3f9f9eb
41618Author: Daniel Stone <daniel@fooishbar.org>
41619Date:   Mon Jun 5 20:22:06 2006 +0000
41620
41621    When we can, bound the maximum number of PCI devices to attempt to scan, by
41622        the number found on the system. Only implemented for Linux right now.
41623
41624commit 11cf4d2fde9219e8d6ca427acae89a0c9f5d71b1
41625Author: Keith Packard <keithp@keithp.com>
41626Date:   Mon Jun 5 07:15:23 2006 +0000
41627
41628    Update AC_DEFINE_DIR to version compatible with CVS autoconf which requires
41629        double eval to avoid leaving ${prefix} in output
41630
41631commit 52fc7c8dc70226cc7f03454e9be86a627672295f
41632Author: Adam Jackson <ajax@nwnk.net>
41633Date:   Mon Jun 5 03:00:24 2006 +0000
41634
41635    Ensure all *ModuleData symbols are marked _X_EXPORT. Start removing
41636        XFree86LOADER ifdefs, non-loadable hasn't been supported for a while
41637        now. Remove completely gratuitious REMOVE_LOADER_CHECK_MODULE_INFO
41638        ifdefs surrounding a call to a function added in XFree86 4.1 (!).
41639        Miscellaneous static markings.
41640
41641commit d22582dc5a070f72d4653e24d1e4ebe4a112276e
41642Author: Adam Jackson <ajax@nwnk.net>
41643Date:   Sun Jun 4 16:13:26 2006 +0000
41644
41645    Remove a stray LBX reference.
41646
41647commit ddc6b99505e227f99585b8c2392da524022a73e6
41648Author: Daniel Stone <daniel@fooishbar.org>
41649Date:   Sat Jun 3 11:24:33 2006 +0000
41650
41651    Bump to 1.1.99.2.
41652
41653commit 4fd668940f2155c4b06d24b6da8bcccd01f66f4c
41654Author: Daniel Stone <daniel@fooishbar.org>
41655Date:   Sat Jun 3 10:58:37 2006 +0000
41656
41657    Bug #6619: Fix disappearing hardware cursor. (Colin Harrison)
41658
41659commit ee71cb61f8da29bcf36ea4b199d629e34f89b119
41660Author: Daniel Stone <daniel@fooishbar.org>
41661Date:   Sat Jun 3 10:54:38 2006 +0000
41662
41663    Bug #6956: Fix crash when removing session leader before its children.
41664        (Rich Coe)
41665
41666commit cd384af3058fe15077c57eccdffed3b61e261e7f
41667Author: Daniel Stone <daniel@fooishbar.org>
41668Date:   Sat Jun 3 10:50:23 2006 +0000
41669
41670    Completely remove relocation pointer table.
41671
41672commit 8e8c6faecddbe014d8760822e1f705b43a00fa33
41673Author: Daniel Stone <daniel@fooishbar.org>
41674Date:   Sat Jun 3 10:48:37 2006 +0000
41675
41676    Add support for kFreeBSD systems. (Robert Millan, Aurelien Jarno)
41677
41678commit 5b703f847d166176920077c1e6ba1d9559fc8481
41679Author: Daniel Stone <daniel@fooishbar.org>
41680Date:   Fri Jun 2 12:05:32 2006 +0000
41681
41682    Fix type confusion.
41683
41684commit 56f21bda1ce95741c88c423b60bd709eef26eb12
41685Author: Daniel Stone <daniel@fooishbar.org>
41686Date:   Thu Jun 1 22:30:52 2006 +0000
41687
41688    Bug #6583: Only open /proc/bus/pci/devices once. (Bill Nottingham)
41689
41690commit a9ed5a87902a839a5a135af03db78f113b18bd86
41691Author: Daniel Stone <daniel@fooishbar.org>
41692Date:   Thu Jun 1 22:06:41 2006 +0000
41693
41694    Kill LBX, too.
41695
41696commit df6da66525836d515f408a82f1a13ca5251ff0f7
41697Author: Daniel Stone <daniel@fooishbar.org>
41698Date:   Thu Jun 1 20:56:39 2006 +0000
41699
41700    Simplify the unsupported XI function list.
41701
41702commit 97203f1cf6e5b7c6389f69cbb1b75ac675d09531
41703Author: Daniel Stone <daniel@fooishbar.org>
41704Date:   Thu Jun 1 20:41:21 2006 +0000
41705
41706    Clean up a warning, and remove excess multiple-suffix code.
41707
41708commit 6d594ebc667afd404556ec3e108c810946b20ac5
41709Author: Daniel Stone <daniel@fooishbar.org>
41710Date:   Thu Jun 1 20:22:39 2006 +0000
41711
41712    Ditch more alternate-loader braindamage.
41713
41714commit c9468177486833d521ec62c7b0266b4be8200de7
41715Author: Daniel Stone <daniel@fooishbar.org>
41716Date:   Thu Jun 1 20:18:30 2006 +0000
41717
41718    Kill a.out, COFF and ELF loaders with FIRE.
41719
41720commit a3a4221495dfe4cc0a3874a08dd5364ef45a7f2e
41721Author: Adam Jackson <ajax@nwnk.net>
41722Date:   Thu Jun 1 19:53:06 2006 +0000
41723
41724    Add bitmap to the ignored module list.
41725
41726commit ee689c104287140db38bbd26959ab1b4847c168e
41727Author: Daniel Stone <daniel@fooishbar.org>
41728Date:   Thu Jun 1 19:49:55 2006 +0000
41729
41730    Ignore requests to load GLcore and speedo.
41731
41732commit 07c731a2bc21e6b98f28a2c0ebc42f01b67b824b
41733Author: Adam Jackson <ajax@nwnk.net>
41734Date:   Thu Jun 1 19:37:53 2006 +0000
41735
41736    Bug #5089: Die, libbitmap, die!
41737
41738commit 32be08ba7242da74de5defd6a4dcb536a273f57a
41739Author: Daniel Stone <daniel@fooishbar.org>
41740Date:   Thu Jun 1 19:22:38 2006 +0000
41741
41742    Remove horrendously ugly DDX backward-compatibility.
41743
41744commit d81edb9e00680e3c0001f343fa1d0c310b86cb93
41745Author: Daniel Stone <daniel@fooishbar.org>
41746Date:   Thu Jun 1 19:22:01 2006 +0000
41747
41748    Forgot to remove this one too.
41749
41750commit a73e0f8cdfec1c9199ffe696146ba7d677c4c10d
41751Author: Daniel Stone <daniel@fooishbar.org>
41752Date:   Thu Jun 1 18:47:47 2006 +0000
41753
41754    Die XTESTEXT1, die!
41755
41756commit fc5ca97284ef237a91f6adb433148ff57a673c08
41757Author: Matthieu Herrb <matthieu.herrb@laas.fr>
41758Date:   Tue May 30 22:56:36 2006 +0000
41759
41760    Powerpc machines also need ioperm_noop.c
41761
41762commit 07b168c8d8b2d79a4e7cf8dc5124eafc0f2bbcd0
41763Author: Adam Jackson <ajax@nwnk.net>
41764Date:   Tue May 30 16:10:59 2006 +0000
41765
41766    Properly document the DPMS, SyncOnGreen, and TargetRefresh options.
41767
41768commit 107defd920d9b1eb52b15e8ca8665bc48bb933d6
41769Author: Kristian Høgsberg <krh@redhat.com>
41770Date:   Mon May 29 19:53:18 2006 +0000
41771
41772    Remove superfluous definition of tfp tokens.
41773
41774commit fd8bde8bb0f9d796b3464973b53285c0a6d22a31
41775Author: Daniel Stone <daniel@fooishbar.org>
41776Date:   Mon May 29 11:14:03 2006 +0000
41777
41778    Remove -xkbmap argument.
41779
41780commit db0680cf70b8367e1f8a7fff9c0f6ec414db0542
41781Author: Daniel Stone <daniel@fooishbar.org>
41782Date:   Mon May 29 09:26:32 2006 +0000
41783
41784    Minor #include cleanups.
41785
41786commit c38aab293a06f43c04f14223f94f822d91d73396
41787Author: Matthieu Herrb <matthieu.herrb@laas.fr>
41788Date:   Sat May 27 23:15:05 2006 +0000
41789
41790    check buffersize before reading next char, fixes the "mouse stuck at left"
41791        bug (bugzilla #3113) for BSD systems using wscons. (Dale Rahn).
41792
41793commit 2102fdd0a58e18aeaa842b2ec73b6071970fafb7
41794Author: Jeremy C. Reed <reed@reedmedia.net>
41795Date:   Fri May 26 00:12:18 2006 +0000
41796
41797    RGB color database and XErrorDB install to "share" not "lib" by default (by
41798        app/rgb and libX11).
41799    TODO: They are customizable, so maybe cpprules.in should be extended.
41800
41801commit 354086d7e8e13fc7acbcc6603ca2a03c8cc806ee
41802Author: Jeremy C. Reed <reed@reedmedia.net>
41803Date:   Thu May 25 23:32:33 2006 +0000
41804
41805    Don't do fixup_video_driver_list if no drivers. (I had signal 11 and core
41806        dump when drivers not installed yet.)
41807    TODO: fix fixup_video_driver_list to handle NULL argument.
41808
41809commit c6b1cff43238deded11dc58945778aec3d844598
41810Author: Matthieu Herrb <matthieu.herrb@laas.fr>
41811Date:   Thu May 25 13:27:42 2006 +0000
41812
41813    update to build against Mesa CVS HEAD (Carlos Eduardo Rodrigues Diogenes).
41814
41815commit 99724c16c9c58eb3e20ba91c79464747b8ee3fcf
41816Author: Matthieu Herrb <matthieu.herrb@laas.fr>
41817Date:   Thu May 25 10:14:39 2006 +0000
41818
41819    typo
41820
41821commit 5c7aef148de23f39027fda647bbb53bb5b992683
41822Author: Matthieu Herrb <matthieu.herrb@laas.fr>
41823Date:   Thu May 25 09:57:47 2006 +0000
41824
41825    Don't destroy a pixmap twice on server exit (bugzilla #4247).
41826
41827commit 693079442377daa2dc48bf318a0d7dd256cb2738
41828Author: Jeremy C. Reed <reed@reedmedia.net>
41829Date:   Wed May 24 22:58:03 2006 +0000
41830
41831    NetBSD also has curses.h instead of ncurses.h. (TODO: Maybe instead of
41832        checking for SCO, UnixWare, Sun SVR4 and NetBSD, the curses.h versus
41833        ncurses.h should be tested in configure.)
41834
41835commit 9477e5e0be04f4f6fa311de8b3693fbc8a082fbf
41836Author: Jeremy C. Reed <reed@reedmedia.net>
41837Date:   Wed May 24 22:43:13 2006 +0000
41838
41839    On NetBSD, add -li386 for i386 and -lx86_64 for x86_64 to SYS_LIBS. (x86_64
41840        on NetBSD not tested.)
41841
41842commit b3031532ca96b22e81863202efb8bbcb9d701fac
41843Author: Jeremy C. Reed <reed@reedmedia.net>
41844Date:   Wed May 24 20:11:38 2006 +0000
41845
41846    Remove tolower() which was missed in the _XkbStrCaseCmp/strcmp changes.
41847
41848commit eb696f72a0819edef550bce9ff55730c02f70452
41849Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
41850Date:   Tue May 23 16:17:09 2006 +0000
41851
41852    Add AC_SUBST([SOLARIS_ASM_CFLAGS]) that I forgot when splitting them out of
41853        the XORG_CFLAGS.
41854
41855commit bc0c56c407117d1545e20d21f7d30eb3472d618b
41856Author: Adam Jackson <ajax@nwnk.net>
41857Date:   Mon May 22 15:47:56 2006 +0000
41858
41859    Bug #6924: Restore the ABI for DrawableRec and ColormapRec to the state
41860        they were in prior to the fix for #6438. Based on a patch from Andy
41861        Ritger.
41862
41863commit cc3b882bd141218052cdde0144fc2a707ceee83d
41864Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
41865Date:   Sat May 20 00:55:44 2006 +0000
41866
41867    Update to 2006-05-19 snapshot
41868    Remove entries now present in pci.ids
41869    Regenerate from updated pci.ids & extrapci.ids
41870
41871commit 0b2c2b6bba5b578d5f0ac2d709d5d2ce7cb32bef
41872Author: Adam Jackson <ajax@nwnk.net>
41873Date:   Fri May 19 20:29:47 2006 +0000
41874
41875    Remove dead DPMS timer functions from the installed headers. (Fredrik
41876        Höglund)
41877
41878commit deebf6bd51117c01a3217f134bd952481b9e41ab
41879Author: Adam Jackson <ajax@nwnk.net>
41880Date:   Thu May 18 23:52:51 2006 +0000
41881
41882    Bug #4139: Fix a BAR remapping bug that could lead to IERR and system hang.
41883        (Egbert Eich)
41884
41885commit 91239d83f4e27835cf871348b5ff6c892bd4f4f4
41886Author: Adam Jackson <ajax@nwnk.net>
41887Date:   Thu May 18 23:52:41 2006 +0000
41888
41889    file getemptypci.c was initially added on branch server-1_1-branch.
41890
41891commit c11cfcfaffc79be5686c666f881c4c08f69e1b86
41892Author: Adam Jackson <ajax@nwnk.net>
41893Date:   Thu May 18 23:48:57 2006 +0000
41894
41895    Bug #6377: Ignore disabled BARs, and allow matching BARs aligned to less
41896        than 16 bytes. (Felix Kühling, ATI)
41897
41898commit fa9a49a92db52de968d7147c71c6b9a8fd480f1e
41899Author: Adam Jackson <ajax@nwnk.net>
41900Date:   Thu May 18 18:18:41 2006 +0000
41901
41902    Bug #5877: Avoid burning CPU when acpid dies. Require acpid to be running
41903        for ACPI support on Linux. Minor errno handling fixes. (Valery
41904        Inozemtsev, Adam Jackson)
41905
41906commit 7893dadb2f6df218a4f4ea30a41c1aa9838da1f0
41907Author: Adam Jackson <ajax@nwnk.net>
41908Date:   Thu May 18 14:39:59 2006 +0000
41909
41910    Bug #6827: Fix texel fetch in fbFetchTransformed to avoid crashes. Still
41911        not 100% correct, but better than 7.0. (Radek Doulik, Matthias Hopf)
41912
41913commit 2892dd6d2e34957650ef1630a94d471dfa71f888
41914Author: Daniel Stone <daniel@fooishbar.org>
41915Date:   Wed May 17 16:20:03 2006 +0000
41916
41917    Make Xv symbols conditional. (Enrico Wiegelt)
41918
41919commit a317bf482257f0e1b612dec7961fdfa564f0b9f2
41920Author: Daniel Stone <daniel@fooishbar.org>
41921Date:   Wed May 17 15:00:18 2006 +0000
41922
41923    Make DBE support conditional. (Enrico Wiegelt)
41924
41925commit 321dbed5f5a857a23525167ab85d4d7699429132
41926Author: Adam Jackson <ajax@nwnk.net>
41927Date:   Mon May 15 18:27:18 2006 +0000
41928
41929    Bug #5209: Fix APM/ACPI support, again. (Michel Dänzer, Valery Inozemtsev)
41930
41931commit dd38d3bd673cf830c2cd591fe1245909aa729892
41932Author: Matthieu Herrb <matthieu.herrb@laas.fr>
41933Date:   Sun May 14 16:22:24 2006 +0000
41934
41935    Don't use AM_CONDITIONAL inside shell conditionals. Bugzilla #6916.
41936
41937commit 6558ba4e62dba99f2a4d830f1c16f8d1c255b316
41938Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
41939Date:   Fri May 12 21:53:28 2006 +0000
41940
41941    Fri May 12 17:51:26 2006 Søren Sandmann <sandmann@redhat.com>
41942    Keep track of the previous item and update its next pointer when deleting
41943        from the linked list.
41944
41945commit 9e239a0df7ededb50de091e5271cbfddd2b683c3
41946Author: Matthias Hopf <mhopf@suse.de>
41947Date:   Thu May 11 11:23:43 2006 +0000
41948
41949    Bug #5796: Wrong fastpath selection for repeating sources.
41950
41951commit 9db5d2dfc33e384ea4db1b7cbc377e0b05cfb3ff
41952Author: Matthias Hopf <mhopf@suse.de>
41953Date:   Thu May 11 10:18:08 2006 +0000
41954
41955    Bug #4320: Improved XAA Composite fastpath.
41956
41957commit 9a2a63ca3ff30d15e82a29e75a3720ba5b446978
41958Author: Adam Jackson <ajax@nwnk.net>
41959Date:   Wed May 10 15:44:27 2006 +0000
41960
41961    Bug #3561: Crash fix in the Record extension. (Paul Anderson)
41962
41963commit ab1a0249ba5e3174f18a1db212bc511fd7d74cb0
41964Author: Adam Jackson <ajax@nwnk.net>
41965Date:   Tue May 9 22:36:01 2006 +0000
41966
41967    Bug #6867: Yet another Render crash fix. (Michel Dänzer)
41968
41969commit 24310f827b71009c7510a674d2f92ced89847e37
41970Author: Adam Jackson <ajax@nwnk.net>
41971Date:   Tue May 9 18:12:50 2006 +0000
41972
41973    Revert accidental commit
41974
41975commit 86ffb46358965509aa3ee536f15cb5a4e5e04426
41976Author: Adam Jackson <ajax@nwnk.net>
41977Date:   Tue May 9 18:04:29 2006 +0000
41978
41979    Bug #5209: Re-enable building APM and ACPI support. (Michel Dänzer)
41980
41981commit b46d6a44fa97a3e66de828385026b7f84d9e59b8
41982Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
41983Date:   Wed May 3 23:45:16 2006 +0000
41984
41985    Make Xephyr build on Solaris:
41986    Add #include <sys/file.h> on Solaris for FNONBLOCK/FASYNC definitions
41987    hw/kdriver/linux/Makefile.am Move agp.c & agp.h to KDRIVE_HW_SOURCES since
41988        they're not needed for Xephyr-only builds
41989    Add -lrt to XEPHYR_LIBS if needed to get nanosleep().
41990
41991commit fc91ca069dd55490b99b096f029e0864b049120c
41992Author: Adam Jackson <ajax@nwnk.net>
41993Date:   Wed May 3 17:50:10 2006 +0000
41994
41995    Redact a few mentions of speedo font support.
41996
41997commit b9a9cf618566bdd796556b8a1f31949f66184352
41998Author: Matthieu Herrb <matthieu.herrb@laas.fr>
41999Date:   Tue May 2 14:09:30 2006 +0000
42000
42001    Typo in ALLLOCATE_LOCAL() arguments, causing mis-computation of the buffer.
42002        Bugzilla #6642.
42003
42004commit 1e8a594957d84a37e66183e9c0cb9d42b62bdb24
42005Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
42006Date:   Tue May 2 01:37:25 2006 +0000
42007
42008    Fix Solaris build with Sun compilers to work when exa is built before
42009        hw/xfree86/os-support/solaris (as it is by default now).
42010
42011commit 724dbc2f8bbe2f21bf16f20ca7b8bb555516626c
42012Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
42013Date:   Tue May 2 01:30:37 2006 +0000
42014
42015    Use min() [defined in include/misc.h] instead of MIN() [not defined in any
42016        Xorg header].
42017
42018commit ad124742ae2a265a54a4a7ac91709ec6fd6ced34
42019Author: Adam Jackson <ajax@nwnk.net>
42020Date:   Sun Apr 30 20:33:27 2006 +0000
42021
42022    Remove stray mfb/cfb references.
42023
42024commit 291e89d4f2a4bb3177b2dfe6421680e23f120b8e
42025Author: Adam Jackson <ajax@nwnk.net>
42026Date:   Sun Apr 30 19:16:14 2006 +0000
42027
42028    Remove NEED_LINEHELPER BC cruft for pre-R6 DDXes.
42029
42030commit fdcacc5a4bc1d6cb7347fc66041a9c686c5c74d1
42031Author: Eric Anholt <anholt@freebsd.org>
42032Date:   Fri Apr 28 03:27:12 2006 +0000
42033
42034    Add Polylines and PolyPoint acceleration as well. This is primarily to
42035        clean up fallback debugging output, so I can focus on more imporant
42036        cases. Performance is comparable but without hardware stalls, and
42037        passes Xlib9.
42038
42039commit 005529a1c9c9e78f06565dff081f03b74988081e
42040Author: Eric Anholt <anholt@freebsd.org>
42041Date:   Fri Apr 28 03:26:30 2006 +0000
42042
42043    Correct some bugs causing performance issues in the "Smart" scheme.
42044
42045commit 8738bc295bba229e36d064713e0c28aa8720c494
42046Author: Eric Anholt <anholt@freebsd.org>
42047Date:   Thu Apr 27 20:27:27 2006 +0000
42048
42049    Improve EXA fallback debugging output to include the locations of pixmaps.
42050        This is being used in tracking down recent compositing performance
42051        regressions.
42052
42053commit 83b061776a57025076fc26d6d01fe2e049c2243b
42054Author: Eric Anholt <anholt@freebsd.org>
42055Date:   Thu Apr 27 19:17:34 2006 +0000
42056
42057    Add trivial PolySegment acceleration for 0-width horizontal/vertical lines,
42058        which still happen somewhat frequently and were cluttering up my
42059        fallback debugging output. x11perf says it's a major performance win in
42060        those cases (though probably irrelevant), and it passes Xlib9.
42061
42062commit 69164ec00c749787dd59d5913ec6b3d159ad74d7
42063Author: Eric Anholt <anholt@freebsd.org>
42064Date:   Thu Apr 27 02:15:19 2006 +0000
42065
42066    In drawing glyphs, shortcut our way to exaComposite instead of going
42067        through the whole CompositePicture stack and doing things like
42068        computing damage over again. This is a sizeable win for text drawing
42069        with a compmgr. Also avoid calling down into the server for dealing
42070        with the scratch pixmap when we are able to do UploadToScreen
42071        successfully and never need it.
42072
42073commit 3d4ca57b69c40d27fe191170d0819013f8cc4947
42074Author: Eric Anholt <anholt@freebsd.org>
42075Date:   Wed Apr 26 18:27:40 2006 +0000
42076
42077    Add a helper for the Component Alpha Over case, which breaks the operation
42078        down into an OutReverse and an Add. Turn off the fallback to software
42079        glyphs when component alpha, now that we expect all (new) drivers to be
42080        able to support it. Also, make Xephyr fall back in the CA Over case to
42081        exercise this code. This speeds up my rgb24text and ls -lR in
42082        gnome-terminal by a factor of 5.
42083
42084commit 26fa45b64258894201496f921eccb0cb7028c28c
42085Author: Dave Airlie <airlied@linux.ie>
42086Date:   Wed Apr 26 11:40:58 2006 +0000
42087
42088    Bug #6751: Use the Linux PCI ROM interface on Linux properly. The old
42089        domain code, still modified BARs not a good idea, Just talk to sysfs,
42090        if 0 read, fallback to old methods.
42091
42092commit c339b221d3f59130a39e63d4cec3de7e3de95bf3
42093Author: Dave Airlie <airlied@linux.ie>
42094Date:   Wed Apr 26 11:31:07 2006 +0000
42095
42096    Bug #6750: This patch detects Intel bridges that are transparent but aren't
42097        reported as such. From the Linux kernel fixups. This patch also removes
42098        the reserved BIOS area from the area to allocate resources in.
42099
42100commit 6d156c044085881c6ecbd8a13521c0a26df71c30
42101Author: Eric Anholt <anholt@freebsd.org>
42102Date:   Wed Apr 26 01:33:15 2006 +0000
42103
42104    Improve the migration debugging output.
42105
42106commit eaed7545a25a08b3223bf620c2ab6f80fe7cfdf6
42107Author: Eric Anholt <anholt@freebsd.org>
42108Date:   Wed Apr 26 01:32:55 2006 +0000
42109
42110    Fix a bug in the intersection computation that could concievably cause
42111        incorrect results to be returned (but would probably usually be
42112        over-conservative).
42113
42114commit 5d00859c6e7d4b7ebce56f438ec4993334de2328
42115Author: Eric Anholt <anholt@freebsd.org>
42116Date:   Tue Apr 25 23:56:17 2006 +0000
42117
42118    Bug #4668: Check if the lists of glyphs don't have any intersecting glyphs,
42119        and if they all have a maskFormat matching the format of the actual
42120        glyphs If so, we can avoid the temporary pixmap for accumulating
42121        glyphs, which reduces the number of operations done, and makes it
42122        easier on the migration system. This fixes some significant performance
42123        issues, particularly with subpixel antialiasing. Note that it does
42124        increase the amount of damage computation which is done, so is not
42125        always a win with a compositing manager running.
42126
42127commit 074dc9a023b3967ce00aa42c26a7c988423afe8a
42128Author: Eric Anholt <anholt@freebsd.org>
42129Date:   Tue Apr 25 16:47:23 2006 +0000
42130
42131    Add an option to verify at the point of migration that pixmaps which aren't
42132        marked dirty are in fact not dirty. This will hopefully help catch
42133        issues like the previous commit. Leave it on in fakexa.
42134
42135commit 702d9226d57ec1584de2e8a85c268795650b1094
42136Author: Eric Anholt <anholt@freebsd.org>
42137Date:   Tue Apr 25 15:46:04 2006 +0000
42138
42139    Don't forget to mark the drawable as dirty in exaPutImage(). Fixes
42140        corruption with drivers that have UTS. (Michel Dänzer)
42141
42142commit 39ca0867c7dd6f3bdecc52aec8df435946682098
42143Author: Donnie Berkholz <spyderous@gentoo.org>
42144Date:   Mon Apr 24 05:44:06 2006 +0000
42145
42146    Remove another reference to cfb16.
42147
42148commit 81f3c2937df6230542f3223c201da8c41ff59945
42149Author: Donnie Berkholz <spyderous@gentoo.org>
42150Date:   Mon Apr 24 05:39:47 2006 +0000
42151
42152    strlcpy() doesn't exist on Linux, so use the implementation in os/.
42153
42154commit a715634d23fb3124261dbbd8d7d4e6522551bb9b
42155Author: Matthieu Herrb <matthieu.herrb@laas.fr>
42156Date:   Sun Apr 23 13:14:50 2006 +0000
42157
42158    Don't access free memory after unloading a module. Bugzilla #4168.
42159
42160commit 79dc6892610c9f8385cde4f0d601cc7481225c16
42161Author: Benjamin Herrenschmidt <benh@kernel.crashing.org>
42162Date:   Sat Apr 22 03:22:17 2006 +0000
42163
42164    When reading the kernel keyboard mapping (readKernelMapping in
42165        os-support/linux/lnx_KbdMap.c) we overrun the usefully-named global
42166        array 'map', scribbling on other random static variables elsewhere.
42167        This is fixed by changing the size of at2lnx. (David Woodhouse). Bug
42168        #5169
42169
42170commit b37c515320dc8df2b1d160cc3f37d6bfac109b91
42171Author: Keith Packard <keithp@keithp.com>
42172Date:   Wed Apr 19 21:56:13 2006 +0000
42173
42174    Add support for x4a4 format (depth 4 at 8bpp). Bug #6325.
42175
42176commit c947d796aad0b81d661a10b787deed967376da79
42177Author: Eric Anholt <anholt@freebsd.org>
42178Date:   Tue Apr 18 19:18:43 2006 +0000
42179
42180    Missed in previous commit: Add a new migration scheme, called "Smart" for
42181        lack of a better name. This one behaves somewhat between Greedy and
42182        Always. It moves in if we can accelerate, unless the destination is
42183        clean and shouldn't be kept in framebuffer according to the score, in
42184        which case we migrate out (and force-migrate anything where migration
42185        is free). This should help fix lack of acceleration for drivers without
42186        UTS since removing exaAsyncPixmapGCOps, and has removed one performance
42187        trap with Radeon I'd noticed. It is the new default.
42188
42189commit b17a4de83e7ab18bef29ae898195889638f1cc6a
42190Author: Eric Anholt <anholt@freebsd.org>
42191Date:   Tue Apr 18 19:14:07 2006 +0000
42192
42193    Add a new migration scheme, called "Smart" for lack of a better name. This
42194        one behaves somewhat between Greedy and Always. It moves in if we can
42195        accelerate, unless the destination is clean and shouldn't be kept in
42196        framebuffer according to the score, in which case we migrate out (and
42197        force-migrate anything where migration is free). This should help fix
42198        lack of acceleration for drivers without UTS since removing
42199        exaAsyncPixmapGCOps, and has removed one performance trap with Radeon
42200        I'd noticed. It is the new default.
42201
42202commit 771b366abe0bc060592b548612ec413291e14bf0
42203Author: Eric Anholt <anholt@freebsd.org>
42204Date:   Tue Apr 18 18:50:35 2006 +0000
42205
42206    Fix exaGetPixmapFirstPixel to migrate as unaccelerated. Also adds a bit of
42207        fallback debugging info to PolyGlyphBlt.
42208
42209commit 782d61a03176264e0a9eb222ae97be3d175cf0ab
42210Author: Donnie Berkholz <spyderous@gentoo.org>
42211Date:   Tue Apr 18 17:28:44 2006 +0000
42212
42213    Update all prefixes in config tools, so they mostly work again. Also, make
42214        RgbPath commented out when using xorgconfig. Start using
42215        /dev/input/mice as the default mouse location on Linux.
42216
42217commit 0f065059dcaf9c452f1cdec115f619f697fd71cc
42218Author: Donnie Berkholz <spyderous@gentoo.org>
42219Date:   Mon Apr 17 07:27:43 2006 +0000
42220
42221    Wrap a couple more SDK headers in if XORG, as per Dave Airlie's commit on
42222        2006-01-18.
42223
42224commit ba632f697a782cd47870705b6cecaac2c60d30ff
42225Author: Donnie Berkholz <spyderous@gentoo.org>
42226Date:   Mon Apr 17 07:10:31 2006 +0000
42227
42228    Fix kdrive build by linking in libexa before KDRIVE_LIBS.
42229
42230commit 0e62d92d5b809bc3a6503e9bc386cf961fc22557
42231Author: Adam Jackson <ajax@nwnk.net>
42232Date:   Fri Apr 14 23:43:32 2006 +0000
42233
42234    Coverity #804: Another leak on OOM path.
42235
42236commit d61219aaadf9e4aa83644a69627d3a1d3282c95f
42237Author: Adam Jackson <ajax@nwnk.net>
42238Date:   Fri Apr 14 23:38:11 2006 +0000
42239
42240    Coverity #806: Another memory leak on OOM path.
42241
42242commit 1b04e313920447e4c1f42bdd5a61f188d463210c
42243Author: Adam Jackson <ajax@nwnk.net>
42244Date:   Fri Apr 14 23:32:22 2006 +0000
42245
42246    Coverity #847, #848, #849: Three more memory leaks.
42247
42248commit 6545051902f2ce00c98bd1373f97ebc942667e9c
42249Author: Adam Jackson <ajax@nwnk.net>
42250Date:   Fri Apr 14 23:10:59 2006 +0000
42251
42252    Coverity #1003, #1004: Two more useless null checks.
42253
42254commit ab1d420022fb09d36a0d6ad948c38147c65b9adf
42255Author: Adam Jackson <ajax@nwnk.net>
42256Date:   Fri Apr 14 23:09:38 2006 +0000
42257
42258    Coverity #1005: Avoid a null deref.
42259
42260commit d01e0956a8903fb41e8a34c78973b9b2860b6446
42261Author: Adam Jackson <ajax@nwnk.net>
42262Date:   Fri Apr 14 23:08:10 2006 +0000
42263
42264    Coverity #1007: Fix a silly null check.
42265
42266commit 6d29f659318364afe046dc242d6f506ce40a944a
42267Author: Luc Verhaegen <libv@skynet.be>
42268Date:   Fri Apr 14 23:01:35 2006 +0000
42269
42270    CVT means Coordinated Video Timing instead of Common.
42271
42272commit 82b6ea1a4b414426072bf001daeb3e9de0e93589
42273Author: Adam Jackson <ajax@nwnk.net>
42274Date:   Fri Apr 14 22:51:19 2006 +0000
42275
42276    Bug #6580: Don't install xf86drm.h, that's libdrm's job.
42277
42278commit aefa347bded9a3179ab139d0ccddce314040e9b9
42279Author: Ian Romanick <idr@us.ibm.com>
42280Date:   Thu Apr 13 21:08:25 2006 +0000
42281
42282    Fix build for added file to Mesa CVS. This is always fun. :(
42283
42284commit 6aadd454e70d83921685b58bf57ec30d95920734
42285Author: Daniel Stone <daniel@fooishbar.org>
42286Date:   Mon Apr 10 10:11:19 2006 +0000
42287
42288    Fix stupid thinko.
42289
42290commit c9f6e60d42dec82d06995c05a2a011c338cadd87
42291Author: Daniel Stone <daniel@fooishbar.org>
42292Date:   Mon Apr 10 08:50:33 2006 +0000
42293
42294    Coverity #826: Fix potential memory leak.
42295
42296commit 1357af2474be9a3bce7ee2350fd4252eee89a3b1
42297Author: Daniel Stone <daniel@fooishbar.org>
42298Date:   Sun Apr 9 17:39:10 2006 +0000
42299
42300    Coverity #340: Fix potential NULL dereference. Clean up proliferation of
42301        'register int n' in loops of ProcXkbGetNames.
42302
42303commit f324be00c547effc698ae6679d12ffe90bd90e43
42304Author: Daniel Stone <daniel@fooishbar.org>
42305Date:   Sun Apr 9 17:28:42 2006 +0000
42306
42307    Coverity #324: Fix potential NULL dereference. (Alan Coopersmith)
42308
42309commit 7637aa17f21e26d979fbb210a638d6751c98b1eb
42310Author: Daniel Stone <daniel@fooishbar.org>
42311Date:   Sun Apr 9 17:26:17 2006 +0000
42312
42313    Coverity #169: Fix potential fgets() into NULL (?!?).
42314
42315commit d5bc41b88272b4a3a1841cc1189720b0549db215
42316Author: Daniel Stone <daniel@fooishbar.org>
42317Date:   Sun Apr 9 17:15:51 2006 +0000
42318
42319    Coverity #323, #445, #446, #447: Fix potential NULL dereferences.
42320
42321commit 2387bfa5ff5ed82f3f732fb9152c1ea95850a914
42322Author: Aaron Plattner <aplattner@nvidia.com>
42323Date:   Fri Apr 7 18:56:04 2006 +0000
42324
42325    Bump the ABI versions. Due to Glyph privates and the XV update below, the
42326        video driver ABI needs to be bumped to 1.0. The rest of the ABI minor
42327        versions were bumped to include the LoaderGetABIVersion function.
42328    Add a DrawblePtr argument to the XV hooks. This allows drivers to determine
42329        that the target window is redirected and draw to the appropriate place.
42330
42331commit dc43909219fe2a4d03139638814b89032b2921b9
42332Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
42333Date:   Fri Apr 7 17:49:32 2006 +0000
42334
42335    Fri Apr 7 13:46:45 2006 Søren Sandmann <sandmann@redhat.com>
42336    Use FreeResource instead of deleteCompOverlayClient()
42337
42338commit 94e7213d594dbbb53a6bb05d1dab7514c4ff5350
42339Author: Adam Jackson <ajax@nwnk.net>
42340Date:   Fri Apr 7 16:08:50 2006 +0000
42341
42342    Remove libc wrapper types from Xisb interfaces.
42343
42344commit 47bdc9528c2dd4ea9d59a0944c023173ea7a7a66
42345Author: Daniel Stone <daniel@fooishbar.org>
42346Date:   Fri Apr 7 16:07:50 2006 +0000
42347
42348    Coverity #844, #845, #846: Fix memory leaks.
42349
42350commit 2c90c3bfef8563f739a72bb645dd52b35b6ff6d5
42351Author: Daniel Stone <daniel@fooishbar.org>
42352Date:   Fri Apr 7 15:57:17 2006 +0000
42353
42354    Coverity #987: Avoid potential NULL dereference.
42355
42356commit 843146cfbaef234e13df9a62b6f0232a5efdf7f0
42357Author: Daniel Stone <daniel@fooishbar.org>
42358Date:   Fri Apr 7 15:53:21 2006 +0000
42359
42360    Coverity #1216: Fix double-close of file on error.
42361
42362commit 5dacc822327689c0f096093756473c96fba67d76
42363Author: Keith Packard <keithp@keithp.com>
42364Date:   Fri Apr 7 02:20:11 2006 +0000
42365
42366    Coverity #333, #334 - eliminate unncessary test for always true condition
42367        in fbEvenStipple.
42368
42369commit 75a9afdbf42e4196471774102e1758f18866bec6
42370Author: Adam Jackson <ajax@nwnk.net>
42371Date:   Fri Apr 7 01:53:43 2006 +0000
42372
42373    Coverity #488: Avoid smashing an array on malformed config files.
42374
42375commit 20c1ef2cc30abe45eeaf5b0833cbc0095ed05c02
42376Author: Adam Jackson <ajax@nwnk.net>
42377Date:   Fri Apr 7 01:50:07 2006 +0000
42378
42379    Coverity #769: Fix a potential memory leak for systems that allocate on
42380        malloc(0)
42381
42382commit 5ef711032b821be82fd7281fe64872bcbaff0327
42383Author: Adam Jackson <ajax@nwnk.net>
42384Date:   Fri Apr 7 01:41:00 2006 +0000
42385
42386    Coverity #838: Plug two more memory leaks.
42387
42388commit 69477ea4b6e666940c5dd4422bedfa6432dead04
42389Author: Adam Jackson <ajax@nwnk.net>
42390Date:   Fri Apr 7 01:37:11 2006 +0000
42391
42392    Coverity #837: Fix another another memory leak.
42393
42394commit b472ce7307dd88a21c7713a2b127e34f5c2bc817
42395Author: Adam Jackson <ajax@nwnk.net>
42396Date:   Fri Apr 7 01:35:43 2006 +0000
42397
42398    Coverity #836: Fix another memory leak.
42399
42400commit 9c84ed5f8d9eded1a8b509c9cad1ca0ebcf2166a
42401Author: Adam Jackson <ajax@nwnk.net>
42402Date:   Fri Apr 7 01:34:29 2006 +0000
42403
42404    Coverity #835: Plug memory leak in extension section parsing.
42405
42406commit 12924d0da36ad2266bb040caac58534c07e85261
42407Author: Adam Jackson <ajax@nwnk.net>
42408Date:   Fri Apr 7 01:29:39 2006 +0000
42409
42410    Coverity #812: Fix parser memory leak.
42411
42412commit 49abff79957799e9229d5c0226ee1b0d7505003d
42413Author: Adam Jackson <ajax@nwnk.net>
42414Date:   Fri Apr 7 01:26:33 2006 +0000
42415
42416    Coverity #818: Avoid memory leak on error path.
42417
42418commit bda292120fc97f890c1f58a31177c0f7c0bfa048
42419Author: Adam Jackson <ajax@nwnk.net>
42420Date:   Fri Apr 7 01:23:50 2006 +0000
42421
42422    Coverity #985: Avoid segfault on malloc failure.
42423
42424commit 536628bb4bcb0a0d749e0c01412a5eb5d6d24063
42425Author: Adam Jackson <ajax@nwnk.net>
42426Date:   Fri Apr 7 01:18:01 2006 +0000
42427
42428    Coverity #1037: Sanity check idx before use.
42429
42430commit 53e97ce4ddd993248561c245143b61915ea254b5
42431Author: Adam Jackson <ajax@nwnk.net>
42432Date:   Thu Apr 6 22:04:12 2006 +0000
42433
42434    missed a line while removing cfb16
42435
42436commit 4ae12636694af05cee4287b119bde08e9ceaa8aa
42437Author: Adam Jackson <ajax@nwnk.net>
42438Date:   Thu Apr 6 18:59:11 2006 +0000
42439
42440    Remove cfb16, no longer used.
42441
42442commit e1fc15a85fb367ee9afd63c920c3327c3f45158d
42443Author: Fredrik Höglund <fredrik@kde.org>
42444Date:   Wed Apr 5 21:08:45 2006 +0000
42445
42446    Put the screensaver extension back in the Xext module.
42447    Move the screenSaverSuspended variable to DIX globals.
42448    Restore the old link order for the Xorg and Xdmx binaries.
42449
42450commit 383c2e1e9ec54ab9de356993ad552c1aa6ec094f
42451Author: Ian Romanick <idr@us.ibm.com>
42452Date:   Wed Apr 5 19:52:12 2006 +0000
42453
42454    Include fbmmx.h in fb/fbwindow.c when USE_MMX is defined. Fixes build
42455        problem on x86-64 resulting from fbHaveMMX being a macro instead of a
42456        function on that platform.
42457
42458commit 4697da177d545a2f8bb6fd0d6588a1c40532c339
42459Author: Adam Jackson <ajax@nwnk.net>
42460Date:   Tue Apr 4 18:30:28 2006 +0000
42461
42462    Initial checkin
42463
42464commit 83ea57bcc82f478a7ecdcd6ed73ca4be01cd9c26
42465Author: Adam Jackson <ajax@nwnk.net>
42466Date:   Tue Apr 4 14:39:06 2006 +0000
42467
42468    Bug #5729: Convert xf8_16bpp to fb. chips(4) users please test.
42469
42470commit 4c7da861185080d15b3ff4301af4af0e85a71f93
42471Author: Adam Jackson <ajax@nwnk.net>
42472Date:   Tue Apr 4 14:17:04 2006 +0000
42473
42474    Bug #5300: Fix missing spaces in the Build OS line in the log. (Egmont
42475        Koblinger)
42476
42477commit fb6f61b50f1c701041680e49f6a406a6603f1577
42478Author: Adam Jackson <ajax@nwnk.net>
42479Date:   Tue Apr 4 12:36:16 2006 +0000
42480
42481    Bug #4806: Dump the raw EDID contents in hex to the log file for better
42482        debugging. (Philip Prindeville)
42483
42484commit 14af50371c7f23855781924cdf6afa6ab7566a87
42485Author: Adam Jackson <ajax@nwnk.net>
42486Date:   Mon Apr 3 22:00:06 2006 +0000
42487
42488    Bug #2142: Make font path logging more readable. (Eduard Fuchs)
42489
42490commit 373f9f92566290d979730c09c9c5c5d50e23390c
42491Author: Adam Jackson <ajax@nwnk.net>
42492Date:   Mon Apr 3 21:45:54 2006 +0000
42493
42494    Bug #4766: Convert all Xprint drivers to fb.
42495
42496commit d9b8bfbfafe8758ceb629606607e37546d51ca52
42497Author: Adam Jackson <ajax@nwnk.net>
42498Date:   Mon Apr 3 21:16:30 2006 +0000
42499
42500    Bug #5478: More use of fbSOlidFillmmx. (Jim Huang)
42501
42502commit b0e67782653033c6518944adfbf23e466bd8bc39
42503Author: Adam Jackson <ajax@nwnk.net>
42504Date:   Mon Apr 3 19:50:15 2006 +0000
42505
42506    Bug #6346: Build fix when using gcc -mno-sse. (Jonathan Adamczewski)
42507
42508commit 66500819b1ca730a7b1df400a8368a08cbe49335
42509Author: Daniel Stone <daniel@fooishbar.org>
42510Date:   Mon Apr 3 11:37:30 2006 +0000
42511
42512    Bug #1358: Make ISO_Prev_Group cycle/wrap as ISO_Next_Group does.
42513
42514commit 2a6c11aa3b06f13dad94f3441c7184e6720a2bf4
42515Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
42516Date:   Mon Apr 3 09:12:28 2006 +0000
42517
42518    Fix a server crash due to memsetting beyond allocated memory when running
42519        GL applications.
42520
42521commit f6ca2b3ea92b7fe98408c51a17a590435e808b1d
42522Author: Adam Jackson <ajax@nwnk.net>
42523Date:   Mon Apr 3 02:15:55 2006 +0000
42524
42525    Coverity #38: Dead branch elimination.
42526
42527commit 9b9dd747d8f4697c6d5c947c160d5991c7c8fde5
42528Author: Adam Jackson <ajax@nwnk.net>
42529Date:   Mon Apr 3 02:13:47 2006 +0000
42530
42531    Coverity #75: Dead variable elimination.
42532
42533commit 3f87aeefb4be3ac23ae636d3756ffdc446eaa62d
42534Author: Adam Jackson <ajax@nwnk.net>
42535Date:   Mon Apr 3 02:12:11 2006 +0000
42536
42537    Coverity #82: Dead variable elimination.
42538
42539commit 61926dbe592468076f8c9a666f0098d067d2213e
42540Author: Adam Jackson <ajax@nwnk.net>
42541Date:   Mon Apr 3 02:09:05 2006 +0000
42542
42543    Coverity #271: Fix an unbelievably boneheaded NULL chase.
42544
42545commit 7ef95da8a3e22e710882590fc47d56893159cb5d
42546Author: Adam Jackson <ajax@nwnk.net>
42547Date:   Mon Apr 3 01:51:54 2006 +0000
42548
42549    Coverity #616: Fix a rare memory leak.
42550
42551commit 01ebd633017249c496f378df511586c973d49708
42552Author: Adam Jackson <ajax@nwnk.net>
42553Date:   Mon Apr 3 01:43:33 2006 +0000
42554
42555    Coverity #833: Fix a rather nasty memory leak.
42556
42557commit a01f17d6dec02f80144e108f748783cb4e429ebb
42558Author: Adam Jackson <ajax@nwnk.net>
42559Date:   Mon Apr 3 01:35:05 2006 +0000
42560
42561    Coverity #983: Move some risky debugging code inside #ifdef DEBUG.
42562
42563commit c03cfca3806f45948627715b25b46839a07be979
42564Author: Adam Jackson <ajax@nwnk.net>
42565Date:   Mon Apr 3 01:31:59 2006 +0000
42566
42567    Coverity #986: Prevent a NULL chase.
42568
42569commit 07ecf49521973bbb205b199c39e1171f1163df2b
42570Author: Adam Jackson <ajax@nwnk.net>
42571Date:   Mon Apr 3 01:28:11 2006 +0000
42572
42573    Coverity #992: Prevent a NULL chase.
42574
42575commit c6b3b3354c2d9139b19b132051d434e97dd19715
42576Author: Adam Jackson <ajax@nwnk.net>
42577Date:   Sun Apr 2 22:51:42 2006 +0000
42578
42579    Bump to 1.1.99.1.
42580
42581commit 7e085f52b6f07c076bd3bcfdce27c17d14d7822e
42582Author: Kristian Høgsberg <krh@redhat.com>
42583Date:   Sun Apr 2 22:31:13 2006 +0000
42584
42585    Use xf86LoaderCheckSymbol to check for DRI symbols instead of dlsym,
42586        avoiding RTLD_DEFAULT. (__glXDRIscreenProbe): Change GLX-DRI to AIGLX
42587        in LogMessage for consitency.
42588
42589commit b2097b99a2e6cc045ee9b6d80946bc06c4d9302c
42590Author: Adam Jackson <ajax@nwnk.net>
42591Date:   Sun Apr 2 21:45:03 2006 +0000
42592
42593    ../stub
42594
42595commit 4e3a4cfdd1d7153eb88aab05ed02ddb32601ae93
42596Author: Eric Anholt <anholt@freebsd.org>
42597Date:   Sun Apr 2 06:22:05 2006 +0000
42598
42599    Use RTLD_DEFAULT, rather than relying on NULL happening to map to it as it
42600        does on Linux.
42601
42602commit 323fec20292fc5ad90bfee9015ecccdc13c968ad
42603Author: Adam Jackson <ajax@nwnk.net>
42604Date:   Sun Apr 2 00:46:20 2006 +0000
42605
42606    Reorder link order for Xdmx to fix new screensaver variable reference
42607        properly; remove previous awful hack.
42608
42609commit a605b9ffd3c2e7d227e35b911761f720bf07b7e6
42610Author: Adam Jackson <ajax@nwnk.net>
42611Date:   Sun Apr 2 00:09:43 2006 +0000
42612
42613    Fix some includes to point into X11/fonts/ properly.
42614
42615commit e5b1d38e142807b59ce4ec89764c949f707ec541
42616Author: Adam Jackson <ajax@nwnk.net>
42617Date:   Sat Apr 1 23:53:33 2006 +0000
42618
42619    Disable Xprint freetype support momentarily. Needs ttf2pt1.c, which exists
42620        in the monolith but has an advertising clause in the license.
42621
42622commit ccca76b8083b83825fa16483b44e8926a35412bb
42623Author: Eric Anholt <anholt@freebsd.org>
42624Date:   Sat Apr 1 23:41:23 2006 +0000
42625
42626    Clean up warnings and a debug printf.
42627
42628commit 6afa814ab16f351b2eb787e5bf481a1f9738b391
42629Author: Eric Anholt <anholt@freebsd.org>
42630Date:   Sat Apr 1 23:28:17 2006 +0000
42631
42632    Pull out fb's tile handling during fbValidateGC so we can do the necessary
42633        exaPrepare/FinishAccess()es. Revealed by xtest with fakexa.
42634
42635commit 277f612d4eeb89adb8ccda4e8fd3d211d8d1705e
42636Author: Adam Jackson <ajax@nwnk.net>
42637Date:   Sat Apr 1 23:19:08 2006 +0000
42638
42639    Hack around the new screensaver variable for DMX, which is otherwise
42640        blissfully ignorant of it.
42641
42642commit 5f95146fcfcae60cc29265799ba3b851647105d6
42643Author: Eric Anholt <anholt@freebsd.org>
42644Date:   Sat Apr 1 22:35:16 2006 +0000
42645
42646    Export exaPrepare/FinishGC to the rest of EXA, and use it in the ImageGlyph
42647        implementation to avoid unprepared access to the tile. Also, relocate
42648        the fbGetDrawable to avoid using a stale dest pointer after
42649        exaSolidBoxClipped() may have migrated it. Revealed by xtest.
42650
42651commit c720ffe875e4b2038746ff9b4767f8b90db0a307
42652Author: Eric Anholt <anholt@freebsd.org>
42653Date:   Sat Apr 1 22:17:44 2006 +0000
42654
42655    Use fb's depth-to-planemask computation, which doesn't suffer from getting
42656        a 1 planemask at depth 32. Fixes Get/PutImage xtest tests.
42657
42658commit 5c0a2088e229d05c38e5df7daea45af0d7db7daf
42659Author: Daniel Stone <daniel@fooishbar.org>
42660Date:   Sat Apr 1 21:49:44 2006 +0000
42661
42662    Bug #6428: Fix off-by-one error when walking off the end of the vmodmap
42663        list.
42664
42665commit 1e764feab595b781dab22d6e41c26f118c9d41b5
42666Author: Daniel Stone <daniel@fooishbar.org>
42667Date:   Sat Apr 1 21:20:31 2006 +0000
42668
42669    Bug #5801: Check for MTRR support under Linux. Minor refactoring of MTRR
42670        checks for other OSes.
42671
42672commit 978c7b14a18caffde5600480824d04492fc32aef
42673Author: Daniel Stone <daniel@fooishbar.org>
42674Date:   Sat Apr 1 21:02:40 2006 +0000
42675
42676    Make Xprint AC_ARG_ENABLEs and AC_ARG_WITHs unconditional also.
42677
42678commit 71a6f2ef6c1138c5c6918a54dfb856183f4f242c
42679Author: Daniel Stone <daniel@fooishbar.org>
42680Date:   Sat Apr 1 20:58:42 2006 +0000
42681
42682    Unconditionally run XP_USE_FREETYPE AM_CONDITIONAL, not only in the Xprint
42683        path.
42684
42685commit d1e90113fc32b6ddc4dbe1a074763c31bc133e75
42686Author: Eric Anholt <anholt@freebsd.org>
42687Date:   Fri Mar 31 23:22:29 2006 +0000
42688
42689    Don't attempt to Prepare/FinishAccess NULL pDrawables. Exposed by new
42690        gradient testing in rendercheck.
42691
42692commit 2e38fedd29e7e55d01e3edce6a73b8ceaac17911
42693Author: Eric Anholt <anholt@freebsd.org>
42694Date:   Fri Mar 31 19:41:28 2006 +0000
42695
42696    Add an option to EXA for the DDX to request that EXA hide the pixmap's
42697        devPrivate.ptr when pointing at offscreen memory, outside of
42698        exaPrepare/FinishAccess(). This was used with fakexa to find (by NULL
42699        dereference) many instances of un-Prepared CPU access to the
42700        framebuffer:
42701    - GC tiles used in several ops when fillStyle == FillTiled were never
42702        Prepared.
42703    - Migration could lead to un-Prepared access to mask data in render's
42704        Trapezoids and Triangles
42705    - PutImage's UploadToScreen failure fallback failed to Prepare.
42706
42707commit f480dc797b51f080f912efc7867d6d8e50be074c
42708Author: Eric Anholt <anholt@freebsd.org>
42709Date:   Fri Mar 31 19:25:42 2006 +0000
42710
42711    Revert mistaken commit to exa_unaccel.c. Should have been to
42712        exa_offscreen.c: Correct a typo in debug-only offscreen validation
42713        code. (Wang Zhenyu)
42714
42715commit 1a8167c1baa767fc056d1e17d96d0ea98a5f3b17
42716Author: Eric Anholt <anholt@freebsd.org>
42717Date:   Fri Mar 31 19:16:51 2006 +0000
42718
42719    Correct a typo in debug-only offscreen validation code. (Wang Zhenyu)
42720
42721commit 7ea30b507f4ce5ce20fbfaca80f7d5b53a99eb1d
42722Author: Fredrik Höglund <fredrik@kde.org>
42723Date:   Fri Mar 31 18:49:38 2006 +0000
42724
42725    Move the screensaver extension from module to builtins.
42726    Add the server side implementation of the ScreenSaverSuspend request.
42727    Require scrnsaverproto >= 1.1, and change the linking order of the Xorg
42728        static libs.
42729
42730commit acca49b1a5a6c034f3b9d51d9016b8a7d43da809
42731Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
42732Date:   Fri Mar 31 17:39:35 2006 +0000
42733
42734    Fri Mar 31 12:37:16 2006 Søren Sandmann <sandmann@redhat.com>
42735    Fix copyright statement
42736
42737commit b074ce22470ba0a51eda2af7100d09a260a1e8bb
42738Author: Egbert Eich <eich@suse.de>
42739Date:   Fri Mar 31 15:11:51 2006 +0000
42740
42741    fixed typo.
42742
42743commit 710bb2e6c8b2874406e48fa8ad24539290c98d41
42744Author: Daniel Stone <daniel@fooishbar.org>
42745Date:   Fri Mar 31 14:52:57 2006 +0000
42746
42747    Reindent with -cbi0.
42748
42749commit 7c44bb8c49656133eae675377edea55322d254ca
42750Author: Daniel Stone <daniel@fooishbar.org>
42751Date:   Fri Mar 31 07:33:34 2006 +0000
42752
42753    Simplify XkbWriteXKBKeymapForNames a bit, and remove debug spew.
42754
42755commit 4c317bbc1259fa555dc5d5278226b21c42845c0c
42756Author: Daniel Stone <daniel@fooishbar.org>
42757Date:   Fri Mar 31 07:21:41 2006 +0000
42758
42759    Add full FreeType support for Xprint. (Drew Parsons)
42760
42761commit 759033703ce17b20d57756206f48a7ae410a50d1
42762Author: Eric Anholt <anholt@freebsd.org>
42763Date:   Thu Mar 30 21:44:36 2006 +0000
42764
42765    Remove the exaAsyncPixmapGCOps mostly-unaccelerated ops vector, and always
42766        plug in the accelerated one, even if the destination pixmap is
42767        currently offscreen. This was a leftover from when kaa originally got
42768        accelerated offscreen pixmap support, and its only concievable use was
42769        to avoid a little overhead on ops to in-system pixmaps that weren't
42770        going to get migrated. At this point, we probably care more about just
42771        getting everything accelerated that we easily can, which should happen
42772        with the new migration support.
42773
42774commit b9203dc068ccd4c0d22d49a94b910783432b96a8
42775Author: Eric Anholt <anholt@freebsd.org>
42776Date:   Thu Mar 30 21:25:43 2006 +0000
42777
42778    Don't do an extra fallback path for CopyWindow while swappedOut, since
42779        exaCopyNtoN takes care of the fallback anyway, and we don't care about
42780        the performance of this path.
42781
42782commit 5c04610f8aeceed9ec7cd0ca8c5eb314cacc3c25
42783Author: Eric Anholt <anholt@freebsd.org>
42784Date:   Thu Mar 30 21:21:59 2006 +0000
42785
42786    Add a dependency on EXA, so it rebuilds when the library does. The manual
42787        indicated I shouldn't do this, but experience indicates I should.
42788
42789commit 8ec42a10ff04e51e8d0b4cffb15064d901bc398d
42790Author: Kristian Høgsberg <krh@redhat.com>
42791Date:   Thu Mar 30 20:08:44 2006 +0000
42792
42793    Mark the ARGB FBConfig as nonconforming to prevent drivers and apps from
42794        falling over.
42795    Add @GLX_DEFINES@ so GLcore gets compiled with TLS support if configured.
42796    Only destroy the mesa buffer if it got initialized.
42797
42798commit 08e319091fae7a60ae9fa757659cfde2966af9e9
42799Author: Egbert Eich <eich@suse.de>
42800Date:   Thu Mar 30 18:53:41 2006 +0000
42801
42802    Added notice to last ChangeLog entry
42803    Fixes for some vsw4 failures on 64bit BE platforms such as PPC64 and s390x.
42804        Provided by Hong Bo Peng of IBM (slightly modified). Patches try to
42805        resolve some of the careless mixtures of ulong and uint (which are
42806        different size on
42807    64bit). > This patch will break the driver ABI! < Bugzilla #6438.
42808
42809commit 9da1d2257d02155cc8b4541cf5fcb4e64d756945
42810Author: Egbert Eich <eich@suse.de>
42811Date:   Thu Mar 30 18:48:11 2006 +0000
42812
42813    Fixes for some vsw4 failures on 64bit BE platforms such as PPC64 and s390x.
42814        Provided by Hong Bo Peng of IBM (slightly modified). Patches try to
42815        resolve some of the careless mixtures of ulong and uint (which are
42816        different size on
42817    64bit). Bugzilla #6438.
42818
42819commit 6d7ad353bafe914f0b50887daaeaae89ada6ebd3
42820Author: Kristian Høgsberg <krh@redhat.com>
42821Date:   Thu Mar 30 18:29:53 2006 +0000
42822
42823    Regenerate these files using updated scripts to avoid unused variable
42824        warnings.
42825
42826commit 2153fa97482bae5737def3ecd4fe1cdc03834991
42827Author: Eric Anholt <anholt@freebsd.org>
42828Date:   Thu Mar 30 05:24:27 2006 +0000
42829
42830    Bug #2986: Add PutImage acceleration for the ZPixmap, planeMask ~=
42831        FB_ALLONES, bitsPerPixel >= 8, GXcopy cases. With the radeon driver on
42832        my machine, this gives about 10% speedup in PutImage
42833    10x10 and 500x500, and 40% speedup for 10x10 ShmPutImage, up to 65%
42834        improvement in 500x500 ShmPutImage. Also fixes a crasher in GetImage
42835        that slipped in at the last minute.
42836
42837commit 3cf46cc1e32efc0e4be1d88be111ba0438e0f021
42838Author: Eric Anholt <anholt@freebsd.org>
42839Date:   Thu Mar 30 05:15:58 2006 +0000
42840
42841    Add an UploadToScreen implementation, for testing PutImage support, and
42842        make the DownloadFromScreen more robust.
42843
42844commit e799dd68e2bd0fa8ac3c344111fb12e1f32d4c10
42845Author: Eric Anholt <anholt@freebsd.org>
42846Date:   Wed Mar 29 22:25:17 2006 +0000
42847
42848    Bug #2986: Add acceleration of GetImage using DownloadFromScreen for the
42849        ZPixmap, planeMask ~= FB_ALLONES, bitsPerPixel >= 8 case. I'm pretty
42850        convinced that this is the only case that we care about at all. Tested
42851        with xwd -root and xwd on a gnome-terminal, in a composited environment
42852        or not.
42853
42854commit 4bb5ab0b4453208573b91b334940f190a8f7210a
42855Author: Eric Anholt <anholt@freebsd.org>
42856Date:   Wed Mar 29 22:03:18 2006 +0000
42857
42858    Add a DownloadFromScreen implementation, used for testing GetImage
42859        acceleration, and set the migration scheme to Always on init (since
42860        this is all for testing, and Always should make migration happen more
42861        frequently than Greedy).
42862
42863commit e31e8ace1043eab340d6b60a6e98b23ebf102786
42864Author: Deron Johnson <deron.johnson@sun.com>
42865Date:   Wed Mar 29 17:51:54 2006 +0000
42866
42867    Fix composite overlay window bug 6411
42868
42869commit ff6f88348c7498e83b0b143ef3737fd6eb0995e4
42870Author: Adam Jackson <ajax@nwnk.net>
42871Date:   Wed Mar 29 01:05:09 2006 +0000
42872
42873    More warning cleanup.
42874
42875commit 52d9ce7f4fc599d30dec2e61fc1720597043d91c
42876Author: Kristian Høgsberg <krh@redhat.com>
42877Date:   Tue Mar 28 21:45:14 2006 +0000
42878
42879    Fix another typo.
42880
42881commit 7df64898eac46a487e8eab2af7213d133b9ca419
42882Author: Kristian Høgsberg <krh@redhat.com>
42883Date:   Tue Mar 28 07:46:04 2006 +0000
42884
42885    Fix a couple of typos.
42886
42887commit bd283c2464e2c0e1fd0aca1dedff0f39c2564c34
42888Author: Aaron Plattner <aplattner@nvidia.com>
42889Date:   Tue Mar 28 07:21:50 2006 +0000
42890
42891    Add a new export, LoaderGetABIVersion. This function allows modules to
42892        query the versions directly instead of having to guess. Bug #6416: Add
42893        LoaderGetABIVersion.
42894
42895commit a06342eccc76035ff859fee4d283b288c90ee923
42896Author: Kristian Høgsberg <krh@redhat.com>
42897Date:   Tue Mar 28 02:57:07 2006 +0000
42898
42899    Add --enable-glx-tls ./configure option to enable use of TLS for storing
42900        current GL context. Use this option to let AIGLX load DRI drivers
42901        compiled for TLS.
42902
42903commit 77531dfb9f9f3ca0e38ad0555ee3735d6f28cf19
42904Author: Adam Jackson <ajax@nwnk.net>
42905Date:   Tue Mar 28 01:22:01 2006 +0000
42906
42907    Silence some editorializing in the configure help text.
42908
42909commit 7deaaa797cf8e7ca71e9b34fa6f413d1ed2b3dab
42910Author: Adam Jackson <ajax@nwnk.net>
42911Date:   Tue Mar 28 01:21:00 2006 +0000
42912
42913    Big old pile of warning fixes.
42914
42915commit 7342dbe4b2108827eaf30993ceeecbd828da2290
42916Author: Adam Jackson <ajax@nwnk.net>
42917Date:   Tue Mar 28 00:18:31 2006 +0000
42918
42919    Remove long-dead screen region code.
42920
42921commit 0e88cefbfecbff0c7dd606ce0caca840f45cbc0d
42922Author: Daniel Stone <daniel@fooishbar.org>
42923Date:   Mon Mar 27 23:03:47 2006 +0000
42924
42925    Prune XKB code to only what we need to run the server. Remove dead
42926        !XKB_IN_SERVER codepaths. Remove HAVE_CONFIG_H codepaths.
42927
42928commit 5be8a66d324f3d5840b134ad29069eace64e6f12
42929Author: Daniel Stone <daniel@fooishbar.org>
42930Date:   Mon Mar 27 22:28:32 2006 +0000
42931
42932    Fix remnants of previous busted _XkbStrCaseCmp commit.
42933
42934commit 9e202dfe40e2bdd66f461a6ba531e927f82096ae
42935Author: Daniel Stone <daniel@fooishbar.org>
42936Date:   Mon Mar 27 22:25:56 2006 +0000
42937
42938    Remove remnants of XkbCF code.
42939
42940commit 7257590651328f89d23e80da1ec6241542a660cd
42941Author: Daniel Stone <daniel@fooishbar.org>
42942Date:   Mon Mar 27 21:15:06 2006 +0000
42943
42944    Move XFree86 DDX XKB actions into dixmods.
42945
42946commit d7b9e2b0e9d6889ea6b05e63892e612f4e5f19f5
42947Author: Daniel Stone <daniel@fooishbar.org>
42948Date:   Sat Mar 25 23:09:50 2006 +0000
42949
42950    Bug #3819: Remove open-coding of strcasecmp.
42951
42952commit b3570dd94aa72f94e537a17680150e91e7712f5a
42953Author: Daniel Stone <daniel@fooishbar.org>
42954Date:   Sat Mar 25 22:37:58 2006 +0000
42955
42956    Remove INITARGS braindamage, change to void; add XkbExtensionInit prototype
42957        to xkb.h. Explicitly initialise nTypes in xkb.c.
42958
42959commit 1ef60ce8ebb681b3cfb5e515be5c187c0442dcda
42960Author: Daniel Stone <daniel@fooishbar.org>
42961Date:   Sat Mar 25 22:35:48 2006 +0000
42962
42963    Really remove all DDX pre-config code.
42964
42965commit ec10f70b2114e5369a5b2f34b084dcf55634dcb4
42966Author: Daniel Stone <daniel@fooishbar.org>
42967Date:   Sat Mar 25 21:52:49 2006 +0000
42968
42969    Remove XkbCF DDX configuration code.
42970
42971commit aae4238360b842ac34dc8ee16e165a1821f9a801
42972Author: Daniel Stone <daniel@fooishbar.org>
42973Date:   Sat Mar 25 20:17:58 2006 +0000
42974
42975    Fix two glaring unconditional-NULL-dereferences.
42976
42977commit a68c11bb1d7c5419004a1714e49dffac57304e78
42978Author: Adam Jackson <ajax@nwnk.net>
42979Date:   Sat Mar 25 19:52:05 2006 +0000
42980
42981    Mark everything in xf86sym.c as _X_EXPORT.
42982
42983commit ae935832facfa81a9689882406ecca74b0346790
42984Author: Fredrik Höglund <fredrik@kde.org>
42985Date:   Fri Mar 24 20:50:13 2006 +0000
42986
42987    Refactored the screensaver and DPMS timer code to use the screensaver timer
42988        for both screensaver and DPMS. Removed the SetDPMSTimers() and
42989        FreeDPMSTimers() functions.
42990
42991commit d1746ec0f0c8a0b750f390e7a7faf21b67683f4a
42992Author: Kristian Høgsberg <krh@redhat.com>
42993Date:   Fri Mar 24 17:58:39 2006 +0000
42994
42995    Make sure DRI module is loaded before calling DRI functions.
42996
42997commit f1616508c95d12dfaad2cfd61b40228b3dba6f60
42998Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
42999Date:   Thu Mar 23 23:54:08 2006 +0000
43000
43001    Add ast driver/pci id (Carl Switzky, Sun Microsystems)
43002
43003commit 6d2896b384e17512e8f12036daabcd575d21f804
43004Author: Kristian Høgsberg <krh@redhat.com>
43005Date:   Wed Mar 22 22:49:52 2006 +0000
43006
43007    Improve error logging.
43008
43009commit 5449634e3c9428005aba5b3322ced7e86c62f185
43010Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
43011Date:   Wed Mar 22 21:37:49 2006 +0000
43012
43013    Wed Mar 22 16:28:46 2006 Søren Sandmann <sandmann@redhat.com>
43014    Use inline assembly for copy area, since gcc doesn't generate movq
43015        instructions.
43016
43017commit 5b3084c64f7bd1232603ffb3e985600b8d045453
43018Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
43019Date:   Wed Mar 22 21:13:08 2006 +0000
43020
43021    Wed Mar 22 16:05:09 2006 Søren Sandmann <sandmann@redhat.com>
43022    Use inline assembly for solid fills, since gcc doesn't use the movq
43023        instructions.
43024
43025commit a08e5e0c68baaf85b0fc3ecde74a6bcf80bcd4bf
43026Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
43027Date:   Wed Mar 22 18:44:26 2006 +0000
43028
43029    Wed Mar 22 13:42:44 2006 Søren Sandmann <sandmann@redhat.com>
43030    Patch by Keith Packard to make sure redirected windows don't get considered
43031        "FullyObscured".
43032
43033commit 966d93ef6d1f2ed02f3b81b5bf5a1ebbdd48c93d
43034Author: Kristian Høgsberg <krh@redhat.com>
43035Date:   Tue Mar 21 22:54:38 2006 +0000
43036
43037    Make the server distcheck and tag 1.0.99.1 snapshot.
43038    Bump CVS version to 1.0.99.1.
43039    Distcheck fixes.
43040
43041commit 8e3ad87d01c102591c7dc25614f6ac10e444a1b1
43042Author: Kristian Høgsberg <krh@redhat.com>
43043Date:   Tue Mar 21 22:32:13 2006 +0000
43044
43045    #include indirect_dispatch to get prototypes for FBO functions.
43046    Fix a couple of warnings.
43047
43048commit dcc43d57cbe9d2b65384fe9ba2e4e4fbb43cb0a1
43049Author: Donnie Berkholz <spyderous@gentoo.org>
43050Date:   Mon Mar 20 20:10:29 2006 +0000
43051
43052    Finish glx_ansic.h wrapper changes to make Xvfb and Xnest link again.
43053
43054commit 9509c6799e31e96677b6d07bdf24ea91ddd30020
43055Author: Adam Jackson <ajax@nwnk.net>
43056Date:   Mon Mar 20 19:32:18 2006 +0000
43057
43058    dead file removal
43059
43060commit 61a020265c5915e3d671d5b2047b81a5d15594c3
43061Author: Adam Jackson <ajax@nwnk.net>
43062Date:   Mon Mar 20 18:43:18 2006 +0000
43063
43064    Bug #5549: Fix build for sparc64. (Matthieu Herrb)
43065
43066commit 6eb4e2303aaab8d64e3f6cbc0bbee55689bdcb82
43067Author: Adam Jackson <ajax@nwnk.net>
43068Date:   Mon Mar 20 14:01:05 2006 +0000
43069
43070    Bug #6213: Check geteuid's return value, not its address, otherwise
43071        unprivileged users can set the modulepath and run arbitrary code. Patch
43072        from Matthieu Herrb. (CVE-2006-0745, Coverity #4)
43073
43074commit 8c1bb37d0649b269b78c457b8b41ff59a41d89af
43075Author: Daniel Stone <daniel@fooishbar.org>
43076Date:   Fri Mar 17 08:55:07 2006 +0000
43077
43078    Typo fix, reindent.
43079
43080commit 2d2d38d17cc2558f8a41166a4a1578bc4c663c37
43081Author: Kristian Høgsberg <krh@redhat.com>
43082Date:   Fri Mar 17 01:47:25 2006 +0000
43083
43084    Check for glproto when building GLX and make sure we have at least 1.4.6.
43085    Drop glx_ansic.h wrapper and call xalloc, xrealloc, xfree and str-funcs
43086        directly.
43087
43088commit 2c11cde3367fcd22740b577a4364b1e41cf3e1d2
43089Author: Kristian Høgsberg <krh@redhat.com>
43090Date:   Fri Mar 17 00:35:18 2006 +0000
43091
43092    More patches from David Reveman:
43093    Add GL_ARB_texture_non_power_of_two, GL_EXT_framebuffer_object and
43094        GL_NV_texture_env_combine4 extensions.
43095    Add __GLXcontext destructor and flush context cache there and on
43096        loseCurrent.
43097    Chain back to new __GLXcontext destructor. (__glXMesaContextForceCurrent):
43098        Set render table on forceCurrent. (init_screen_visuals): Index pVis
43099        array correctly. (GlxGetMesaProvider): Add this.
43100    Hook up FBO marshalling.
43101
43102commit 14aafc258cd774cf937f9798a888c2d3c97ccacf
43103Author: Eric Anholt <anholt@freebsd.org>
43104Date:   Thu Mar 16 18:43:55 2006 +0000
43105
43106    Change EXA so that exaMoveOutPixmap() retains the framebuffer copy of the
43107        pixmap, and damage is tracked so that a later exaMoveInPixmap won't
43108        result in an upload if no upload is necessary. This will likely improve
43109        the performance of the "Always" migration scheme significantly, and is
43110        a step in the path to more exact damage tracking between framebuffer
43111        and system memory.
43112
43113commit d0d336efd58896718f31a400651bacd9b769fb5a
43114Author: Daniel Stone <daniel@fooishbar.org>
43115Date:   Thu Mar 16 16:29:17 2006 +0000
43116
43117    Add support for ZX2 PCI-E local bus adaptors. (Alex Williamson, HP)
43118    Use soft timeout register to avoid MCAs when probing for non-existent local
43119        bus adaptors on ZX2. (Alex Williamson, HP)
43120
43121commit 175980580e572745a9a381b4432e3ba0457d3ba3
43122Author: Adam Jackson <ajax@nwnk.net>
43123Date:   Wed Mar 15 23:05:53 2006 +0000
43124
43125    Bump to requiring fixesproto >= 4.0 and compositeproto >= 0.3.
43126
43127commit 6fe377af5a82deb6f8b0f3b75414335e7845caac
43128Author: Matthieu Herrb <matthieu.herrb@laas.fr>
43129Date:   Wed Mar 15 21:25:38 2006 +0000
43130
43131    - OpenBSD needs -Wl,-export-dynamic to export symbols from main executable
43132        to modules.
43133    - Probe for OpenBSD aperture driver and define HAS_APERTURE_DRV
43134        accordingly.
43135
43136commit 21f7f2fb113ee4f9cd011c3cc2d45d43bbdd35fa
43137Author: Felix Kuehling <fxkuehl@gmx.de>
43138Date:   Wed Mar 15 18:43:32 2006 +0000
43139
43140    Enable correct handling of the BTS instruction (opcode 0f ab) The code was
43141        there but #ifdefed out. Insead of BTS, BT was executed. This patch
43142        enables the BTS function and hooks it up the the correct opcode. (ATI
43143        Technologies Inc.)
43144
43145commit b726aa502a871c700bc42b5325abf2c6820ff756
43146Author: Felix Kuehling <fxkuehl@gmx.de>
43147Date:   Wed Mar 15 18:37:44 2006 +0000
43148
43149    Update to build against Mesa CVS HEAD.
43150
43151commit c74464d92cd673ff0669375757caab798cc57e95
43152Author: Eric Anholt <anholt@freebsd.org>
43153Date:   Wed Mar 15 16:59:45 2006 +0000
43154
43155    Don't let pinned pixmaps get migrated in when using the "Always" migration
43156        scheme. This notably keeps the visible screen from getting migrated in
43157        to a new location in framebuffer.
43158    Reported by: Michel Dänzer.
43159
43160commit b9c43cde1e368903786977b06368d5e36db9ffe8
43161Author: Adam Jackson <ajax@nwnk.net>
43162Date:   Wed Mar 15 16:56:10 2006 +0000
43163
43164    Coverity #1042, 1043: Nuke some dead variables.
43165
43166commit 5e106a71b9f8077216d41619402952b0005dd8a4
43167Author: Adam Jackson <ajax@nwnk.net>
43168Date:   Wed Mar 15 16:49:04 2006 +0000
43169
43170    Coverity #807: Fix a memory leak in XFixesExpandRegion.
43171
43172commit a3ef63696cac950b2520e7c85564befc0a830fde
43173Author: Adam Jackson <ajax@nwnk.net>
43174Date:   Wed Mar 15 16:36:31 2006 +0000
43175
43176    Coverity #490: Fix a range check in xf86vidmode extension.
43177
43178commit 152090ce442e94de1ae920208a92931af6493c8c
43179Author: Adam Jackson <ajax@nwnk.net>
43180Date:   Wed Mar 15 16:33:12 2006 +0000
43181
43182    Coverity #487: Check version number correctly.
43183
43184commit 72cc6307257fcbb800267464487bf918ee674328
43185Author: Adam Jackson <ajax@nwnk.net>
43186Date:   Wed Mar 15 16:32:05 2006 +0000
43187
43188    Coverity #491: Check version number correctly.
43189
43190commit 460f2ea4a594a53536f34c4ad27795fceec50bcc
43191Author: Adam Jackson <ajax@nwnk.net>
43192Date:   Wed Mar 15 16:21:04 2006 +0000
43193
43194    Coverity #794: Fix a highly unlikely memory leak.
43195
43196commit 116d158e85ec43577ff69aeb3271ab1f888500c9
43197Author: Adam Jackson <ajax@nwnk.net>
43198Date:   Wed Mar 15 16:16:24 2006 +0000
43199
43200    Coverity #269: Compare the requested ABI class against the ABI class of the
43201        module, not the module class.
43202
43203commit d8221a9b70a11606a0f7e1f69afee6049d7f182f
43204Author: Adam Jackson <ajax@nwnk.net>
43205Date:   Wed Mar 15 16:11:34 2006 +0000
43206
43207    Coverity #484: Fix an off-by-one in module refcounting.
43208
43209commit 6bb2dc02a7cffd6ed7dd28e88d584920a4150749
43210Author: Adam Jackson <ajax@nwnk.net>
43211Date:   Wed Mar 15 16:01:47 2006 +0000
43212
43213    Coverity #337: Remove useless NULL check.
43214
43215commit 1e5c0842af99027cc6c30a16f967d8b60c9a894d
43216Author: Adam Jackson <ajax@nwnk.net>
43217Date:   Wed Mar 15 15:34:57 2006 +0000
43218
43219    Coverity #1053: Nuke a dead variable.
43220
43221commit 7314d16cde4c3f99d9d9f1d539f0c5ff4942e653
43222Author: Benjamin Herrenschmidt <benh@kernel.crashing.org>
43223Date:   Wed Mar 15 03:18:42 2006 +0000
43224
43225    Fix DRIExtensionInit() to not register callbacks when it hasn't been
43226        initialized for the current server generation. Fixes a problem where it
43227        would use stale private index and blow up in colorful ways if no driver
43228        called DRIScreenInit() on the second generation (which happens due to a
43229        bug in radeon that i'll fix separately). Note: clearing the index in
43230        DRIReset() wouldn't work as DRIReset() is called before the
43231        CloseScreen() chain
43232
43233commit 02d80a0de93f7592e69065b0fbe5820dcdebdb44
43234Author: Benjamin Herrenschmidt <benh@kernel.crashing.org>
43235Date:   Wed Mar 15 03:12:32 2006 +0000
43236
43237    Make xf86 linear allocator smarter when dealing with alignment constraints
43238        when falling back to X/Y allocations. Fixes various problems of Xv
43239        allocation failures, notably with "nv" driver.
43240
43241commit c1601717d536419693b3ef6e8a3d69b9f2fdc2b3
43242Author: Eric Anholt <anholt@freebsd.org>
43243Date:   Wed Mar 15 01:20:08 2006 +0000
43244
43245    Add a new migration scheme, "always", which will move pixmaps to their
43246        desired location always (unless they don't fit in FB, in which case
43247        they all get moved out for software rendering). The default remains as
43248        before, but can be controlled by the MigrationHeuristic xorg.conf
43249        option (which is intentionally not documented, as it may be
43250        short-lived). This is part of the exa-damagetrack work, which appears
43251        stable in testing with fakexa, unlike the work as a whole.
43252
43253commit a90cff266cc81993ed804fb320c1dbfe5e0d4787
43254Author: Eric Anholt <anholt@freebsd.org>
43255Date:   Wed Mar 15 00:13:52 2006 +0000
43256
43257    Add more doxygen documentation, including notes on WaitMarker() and
43258        MarkSync() that I noticed were needed while reading the VIA driver.
43259
43260commit 693e42114f1127528448126d78a5209dd1198d8d
43261Author: Eric Anholt <anholt@freebsd.org>
43262Date:   Tue Mar 14 21:30:12 2006 +0000
43263
43264    Move migration logic to a new function, exaDoMigration(). This is largely a
43265        manual conversion to allow for different migration schemes to be
43266        implemented reasonably, but does include some minor improvements such
43267        as accounting for pinned pixmaps not being acceleratable, and for our
43268        current GetImage and GetSpans not being accelerated.
43269
43270commit d30905478078036383977ae9d4a3685c2e2c642f
43271Author: Eric Anholt <anholt@freebsd.org>
43272Date:   Tue Mar 14 20:38:06 2006 +0000
43273
43274    Pull code for getting the (0,0) pixel from a pixmap out to a separate
43275        function, since it gets repeated (with bad error handling, in one
43276        case).
43277
43278commit 01aa209f2056ef04e3f2735756a0f8b4a67a3d87
43279Author: Kristian Høgsberg <krh@redhat.com>
43280Date:   Tue Mar 14 19:32:27 2006 +0000
43281
43282    Bail out early if screen doesn't support DRI.
43283
43284commit 0cc34266d6e84bb491fcf9aa74e34615b2fca4fc
43285Author: Deron Johnson <deron.johnson@sun.com>
43286Date:   Mon Mar 13 22:43:42 2006 +0000
43287
43288    Updated ChangeLog for my latest composite and xfixes changes.
43289
43290commit 450018f48b2796345a4eaccbb94c1971ebd30114
43291Author: Deron Johnson <deron.johnson@sun.com>
43292Date:   Mon Mar 13 21:59:55 2006 +0000
43293
43294    Part 3 of 3 (Other parts are in proto and lib) Composite Version 0.3:
43295        CompositeGetOverlayWindow, CompositeReleaseOverlayWindow Xfixes Version
43296        4.0: XFixesHideCursor, XFixesShowCursor
43297
43298commit e5956f49b217b0ee9c9f35b6a58f339a8d22b1d7
43299Author: Kristian Høgsberg <krh@redhat.com>
43300Date:   Mon Mar 13 01:54:59 2006 +0000
43301
43302    First batch of AIGLX fixes from David Reveman.
43303    Add getter for Mesa provider.
43304    Export this for Xgl.
43305    Move resource tracking out of drawable constructor to allow wrapping.
43306    Use corrent reply size #define.
43307    Add this function. (DoGetDrawableAttributes): Fix array length.
43308
43309commit eb63e50d95da4e1e08fc6fcec46ac63d5e3b7bf4
43310Author: Matthieu Herrb <matthieu.herrb@laas.fr>
43311Date:   Sun Mar 12 17:14:03 2006 +0000
43312
43313    Fix build when AIGLX is false.
43314
43315commit 9ed3463450469c3108e0be7e4baabc0a403a78b2
43316Author: Eric Anholt <anholt@freebsd.org>
43317Date:   Sun Mar 12 03:04:52 2006 +0000
43318
43319    Improve doxygen formatting, and attempt to clarify the 1:1 ratio of
43320        successful PrepareCopy()s to DoneCopy()s.
43321
43322commit 9a7fba5fd07c8831d0acab8d901605de537ae273
43323Author: Eric Anholt <anholt@freebsd.org>
43324Date:   Sun Mar 12 03:02:26 2006 +0000
43325
43326    Make exaCopyNtoNTwoDir() call DoneCopy() at the end of each string of
43327        consecutive Copy() calls (rather than exactly once at the end of the
43328        function).
43329    Reviewed by: jbarnes
43330
43331commit c3342c8000f6d2bfb61e2cf95e028d11b59698fa
43332Author: Kristian Høgsberg <krh@redhat.com>
43333Date:   Sun Mar 12 00:11:34 2006 +0000
43334
43335    Merge accel_indirect branch to HEAD.
43336
43337commit b1b731c28630965d9e2defe62d1108270dc8264c
43338Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
43339Date:   Sat Mar 11 02:43:51 2006 +0000
43340
43341    Fix buffer size checks to prevent 2-byte buffer overflows. (Coverity #480,
43342        #481, #482, #483)
43343
43344commit fc0772de36315f19f5b57220db69f48a3b1fdc9a
43345Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
43346Date:   Sat Mar 11 02:10:14 2006 +0000
43347
43348    Add HAS_MMAP for Xvfb
43349    Fix Xvfb option parsing to exit on bad arguments, not just issue error
43350        messages and continue on. (Coverity #492)
43351
43352commit f2ecbb30187000547a98ca7cbaee433ea4ba8fe3
43353Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
43354Date:   Sat Mar 11 01:58:32 2006 +0000
43355
43356    Pass sizeof the correct buffer to XmuSnprintf. (Coverity #489)
43357
43358commit d6955798489813ef77cca13cf5f5c67d49e6dece
43359Author: Eric Anholt <anholt@freebsd.org>
43360Date:   Fri Mar 10 21:36:24 2006 +0000
43361
43362    If fakexa is enabled, create a larger buffer in the Ximage, but keep the
43363        same width/height for front-buffer drawing. The fakexa code then uses
43364        this extra space for offscreen pixmaps. Note that this tones down the
43365        absurdity of fakexa's offscreen pixmap alignment requirements (odd
43366        alignment is too weird, so stick with "24", which is still strange but
43367        exists out there). It also fixes a couple of bugs in the fakexa
43368        implementation revealed by using offscreen pixmaps.
43369
43370commit 5b1a7b478f072f56e836f2d4c0fbc1985842e2bb
43371Author: Eric Anholt <anholt@freebsd.org>
43372Date:   Fri Mar 10 21:32:34 2006 +0000
43373
43374    Move the exaDrawableDirty in exaPrepareAccess to exaFinishAccess, which is
43375        after the drawing is done. Previously, a failed PrepareAccess could
43376        have migrated and cleared the dirty flag before the damage was ever
43377        done.
43378
43379commit ffdbb547becc71f1cfdd035d0d6c71539f185fb1
43380Author: Eric Anholt <anholt@freebsd.org>
43381Date:   Fri Mar 10 08:06:42 2006 +0000
43382
43383    Coverity #1011: Remove a useless NULL check on a pVbe that had been
43384        dereferenced many times before.
43385
43386commit 1bc72dce5f8bc40e369e69b684816fdaaa07da43
43387Author: Eric Anholt <anholt@freebsd.org>
43388Date:   Fri Mar 10 08:03:24 2006 +0000
43389
43390    Coverity #857: Fix resource leak in error path by freeing earlier.
43391
43392commit 55f677d600370b19d62ef821025481f2be6f5edb
43393Author: Eric Anholt <anholt@freebsd.org>
43394Date:   Fri Mar 10 07:58:27 2006 +0000
43395
43396    Coverity #813, #814, #815, #816: Fix resource leaks in error paths of
43397        config parsing code.
43398
43399commit 2bd41105496b729395fbcf97f09581eb0efb3510
43400Author: Eric Anholt <anholt@freebsd.org>
43401Date:   Fri Mar 10 07:45:25 2006 +0000
43402
43403    Document the restriction on PrepareAccess() failure, from discussion with
43404        benh.
43405
43406commit 21dcd0304879f38ea8ea01ba88e7cc7783771adf
43407Author: Jeremy C. Reed <reed@reedmedia.net>
43408Date:   Fri Mar 10 01:34:45 2006 +0000
43409
43410    Just like FreeBSD, let DragonFly's default mouse Device be /dev/sysmouse
43411        (since /dev/mouse don't even exist by default).
43412
43413commit 9a99afdfb292f303f914039952fdd772eed9e03a
43414Author: Jeremy C. Reed <reed@reedmedia.net>
43415Date:   Fri Mar 10 01:22:26 2006 +0000
43416
43417    Add DragonFly support. (It is like FreeBSD.)
43418    This patch is from DragonFly developer Joerg Sonnenberger and the pkgsrc
43419        collection.
43420    I tested using /dev/sysmouse with moused using my serial /dev/cuaa0.
43421
43422commit 7a0f7f739804bc7d9c5562701abee8d134878977
43423Author: Eric Anholt <anholt@freebsd.org>
43424Date:   Thu Mar 9 23:29:44 2006 +0000
43425
43426    Coverity #349: Fall back to software early if pSrc->pDrawable is NULL, or
43427        pMask is non-NULL but pMask->pDrawable is NULL. This prevents NULL
43428        dereferences on gradients and other Pictures which have no pDrawable.
43429
43430commit 8a3ff42abb726d1604af39b4653ede5f760b7e69
43431Author: Eric Anholt <anholt@freebsd.org>
43432Date:   Thu Mar 9 23:25:35 2006 +0000
43433
43434    Commit changes missed in last commit (mis-typed path and didn't notice): Do
43435        a first pass of doxygen documentation of EXA. This removes the
43436        corresponding pieces of exa-driver.txt, which were becoming stale.
43437        Hopefully the documentation will stay much more up-to-date this way.
43438        Many thanks to jbarnes for writing exa-driver.txt which was used a lot
43439        in writing this documentation.
43440
43441commit ab35c3fbc135bafdfc5057ef5d6227ca3534ed26
43442Author: Eric Anholt <anholt@freebsd.org>
43443Date:   Thu Mar 9 23:18:15 2006 +0000
43444
43445    Do a first pass of doxygen documentation of EXA. This removes the
43446        corresponding pieces of exa-driver.txt, which were becoming stale.
43447        Hopefully the documentation will stay much more up-to-date this way.
43448        Many thanks to jbarnes for writing exa-driver.txt which was used a lot
43449        in writing this documentation.
43450
43451commit d8f8bfeccef0750d79f852b9ae7152e841227d5a
43452Author: Matthias Hopf <mhopf@suse.de>
43453Date:   Thu Mar 9 14:23:57 2006 +0000
43454
43455    Do Xorg configure checks for Xgl only as well
43456
43457commit 2822cbc1fb2271844e7ae10c3629aaa940ae4042
43458Author: Eric Anholt <anholt@freebsd.org>
43459Date:   Thu Mar 9 06:04:07 2006 +0000
43460
43461    Rearrange EXA driver structures so that there's a hope of maintaining ABI
43462        when extending the driver interface. The card and accel structures are
43463        merged into the ExaDriverRec, which is to be allocated using
43464        exaDriverAlloc(). The driver structure also grows exa_major and
43465        exa_minor, which drivers fill in and have checked by EXA
43466        (double-checking that the driver really did check that the EXA version
43467        was correct). Removes exaInitCard(), which is replaced by the driver
43468        filling in the rec by hand, and the exaGetVersion() and related
43469        EXA_*VERSION which are replaced by always using the XFree86 loadable
43470        module versioning.
43471
43472commit 65aa33f9173b1554924437685698f7c5f645a3c4
43473Author: Lars Knoll <lars@trolltech.com>
43474Date:   Wed Mar 8 06:19:37 2006 +0000
43475
43476    render/picture.c Initialize the format of a source picture to
43477        PICT_a8r8g8b8. Fixes a failure in the gradients test of rendercheck. In
43478        the long term we could do better by setting the format to something
43479        without alpha whenever the gradient doesn't contain colors with alpha.
43480        This triggers a reduction of the over operation to a pure source
43481        operation.
43482
43483commit cb5090e8d60f4e9780c859faeea5c24587f6bee7
43484Author: Eric Anholt <anholt@freebsd.org>
43485Date:   Wed Mar 8 03:32:07 2006 +0000
43486
43487    Bug #6150: Do the obvious fix of an insane sanity check in
43488        xf86InitFBManager. (Julio M. Merino Vidal)
43489
43490commit 2e6f801fe1a749f6a4db2cfd8a43abec5caceae0
43491Author: Ian Romanick <idr@us.ibm.com>
43492Date:   Tue Mar 7 23:58:22 2006 +0000
43493
43494    Numerous amounts refactoring and comment adding (see ChangeLog for file by
43495        file details). The primary intention for these changes is to pave the
43496        way for the new device probing and PCI configuration code that I'm
43497        working on.
43498
43499commit b7d2dfc1e5e07051732303731ff3e4e76852dd94
43500Author: Eric Anholt <anholt@freebsd.org>
43501Date:   Tue Mar 7 20:06:15 2006 +0000
43502
43503    Add appropriate MIT license. Oops.
43504
43505commit 9d8c0e4bcbb111e860b7c3c33c224c22589006b1
43506Author: Eric Anholt <anholt@freebsd.org>
43507Date:   Tue Mar 7 19:57:46 2006 +0000
43508
43509    Add a new flag to ephyr, "-fakexa", which turns on an EXA acceleration
43510        implementation that calls fb to get its work done. The purpose is to
43511        have a trusted EXA driver for use with testing changes to the core of
43512        EXA. However, fakexa has not received much testing yet, lacks offscreen
43513        pixmaps support, and doesn't reliably provide garbage when EXA doesn't
43514        get its syncing right. All of these should be fixed soon.
43515
43516commit 0a3d6c739968bf5af81fc0e8ea7211c20d52080b
43517Author: Eric Anholt <anholt@freebsd.org>
43518Date:   Tue Mar 7 19:49:31 2006 +0000
43519
43520    Remove stale EXA files, which failed to get removed during the move to
43521        top-level, somehow.
43522
43523commit 68a8963f726cb92624665669813b6d952d53556e
43524Author: Luc Verhaegen <libv@skynet.be>
43525Date:   Tue Mar 7 16:00:57 2006 +0000
43526
43527    Fix cvt -r check again. CH7011 TV encoder had 800x600 PAL hit the check.
43528
43529commit 0693083335185ce05ee64546151f3fc43ce98575
43530Author: Lars Knoll <lars@trolltech.com>
43531Date:   Mon Mar 6 21:00:09 2006 +0000
43532
43533    render/picture.c Correctly initialize devPrivates variable in source only
43534        pictures to 0
43535    miext/cw/cw.h Don't try to access devPrivates of source only pictures
43536
43537commit 448997ebcd2bab02be1059b07b91b63b0d05d268
43538Author: Matthieu Herrb <matthieu.herrb@laas.fr>
43539Date:   Sun Mar 5 16:43:10 2006 +0000
43540
43541    Only output SetClientVersion message if verbosity > 1, like other
43542        extensions do
43543
43544commit d921173833cc207380eb08b6675393f5e8139d5f
43545Author: Matthieu Herrb <matthieu.herrb@laas.fr>
43546Date:   Sun Mar 5 16:35:08 2006 +0000
43547
43548    define SYS_LIBS to hold system dependant libraries that may needed. and add
43549        it to libraries list where needed. Update ChangeLog for previous
43550        changes too
43551
43552commit 82cbd2ee0d20225b9edbb5246c8ed116b4614e1a
43553Author: Matthieu Herrb <matthieu.herrb@laas.fr>
43554Date:   Sun Mar 5 16:33:17 2006 +0000
43555
43556    Don't hard-code -DUSE_DEV_IO here. configure generates the proper OS
43557        specific values here.
43558
43559commit b56a1513d27f84dcd55f3dc6053f183aa6f7855b
43560Author: Matthieu Herrb <matthieu.herrb@laas.fr>
43561Date:   Sun Mar 5 16:32:40 2006 +0000
43562
43563    Definitions for bswapxx() macros on OpenBSD.
43564
43565commit 4335868476af7c821c64def52b102b93ae91f8b0
43566Author: Matthieu Herrb <matthieu.herrb@laas.fr>
43567Date:   Sun Mar 5 16:13:21 2006 +0000
43568
43569    Fix build with non GNU make.
43570
43571commit b2f8f410c0bb8bc24039b2a593f8a2a483659914
43572Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
43573Date:   Fri Mar 3 09:54:54 2006 +0000
43574
43575    https://bugs.freedesktop.org/show_bug.cgi?id=4341 Make Xming error messages
43576        more meaningful.
43577
43578commit 29237c1977e454511e0d0244c68d34d572b68458
43579Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
43580Date:   Fri Mar 3 09:50:55 2006 +0000
43581
43582    https://bugs.freedesktop.org/show_bug.cgi?id=4538 Fix mouse button release
43583        on multiwindows scrolling.
43584
43585commit 06f01623fde61f1a11c2c1ecfae6a4c346473b05
43586Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
43587Date:   Fri Mar 3 09:43:42 2006 +0000
43588
43589    https://bugs.freedesktop.org/show_bug.cgi?id=5138 Check for NULL pointer
43590
43591commit 054c291b274b238893e408e070aef13a7933400b
43592Author: Felix Kuehling <fxkuehl@gmx.de>
43593Date:   Thu Mar 2 18:35:08 2006 +0000
43594
43595    Fix build against Mesa CVS HEAD: added s_blit.c to symlink-mesa.sh.
43596
43597commit c1a82b9554028640dc4e08f042f1a8faf3372627
43598Author: Brian Paul <brian.paul@tungstengraphics.com>
43599Date:   Thu Mar 2 03:43:26 2006 +0000
43600
43601    added s_blit.c file
43602
43603commit 5f4d11c8d926cf396e0a8e203e14a8e1e123e011
43604Author: Jesse Barnes <jbarnes@virtuousgeek.org>
43605Date:   Wed Mar 1 16:31:53 2006 +0000
43606
43607    fix spelling error, document EXA_TWO_BITBLT_DIRECTIONS device flag
43608
43609commit 044a3abb382a4850722c391f04d09d3160790814
43610Author: Jesse Barnes <jbarnes@virtuousgeek.org>
43611Date:   Wed Mar 1 16:28:34 2006 +0000
43612
43613    Add accelerated two directional blt support to EXA
43614
43615commit 96ca329382141fd50dccb1cc35a71a333d80bce4
43616Author: Ian Romanick <idr@us.ibm.com>
43617Date:   Tue Feb 28 23:07:09 2006 +0000
43618
43619    Remove redundant definition of struct Inst. Safeguard xf86AddDriver against
43620        future additions to DriverRec.
43621
43622commit 1cfa9f647e0241f4b9e56556b128d7bfd987eaca
43623Author: Daniel Stone <daniel@fooishbar.org>
43624Date:   Tue Feb 28 16:55:26 2006 +0000
43625
43626    Bug #5216: Allow options to appear with other components.
43627
43628commit e3b6b95f29cb2ea00b4290d694c5e202b8d180ad
43629Author: Adam Jackson <ajax@nwnk.net>
43630Date:   Tue Feb 28 16:26:16 2006 +0000
43631
43632    Bug #5627: Fix Xprint font symlinking. (TIlman Sauerbeck)
43633
43634commit e7f0b84fa7bd0c40cb456ec4e447103442c8dae3
43635Author: Jesse Barnes <jbarnes@virtuousgeek.org>
43636Date:   Tue Feb 28 05:20:20 2006 +0000
43637
43638    fix exaInitCard by making it a real function
43639
43640commit 088e5768faa90fe16de41b135b1111b5d25c64ad
43641Author: Felix Kuehling <fxkuehl@gmx.de>
43642Date:   Mon Feb 27 18:12:24 2006 +0000
43643
43644    Fixing the Mesa build again, sigh. Add slang_execute_x86.c. Add
43645    -I../shader/slang to swrast INCLUDES.
43646
43647commit 345d99c972cac67f2cdc38750e4ba2dea1cdb360
43648Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
43649Date:   Mon Feb 27 16:19:39 2006 +0000
43650
43651    Typo fixes (Nicholas Joly, XFree86 bugzilla #1658)
43652
43653commit 6b08a5013b4e9e350ba461c9a59d30bb41feef8f
43654Author: Jesse Barnes <jbarnes@virtuousgeek.org>
43655Date:   Sat Feb 25 20:26:49 2006 +0000
43656
43657    EXA driver doc cleanups and additions.
43658
43659commit f41ec003f39c575299429897d4287233184583ad
43660Author: Roland Scheidegger <rscheidegger_lists@hispeed.ch>
43661Date:   Sat Feb 25 01:17:10 2006 +0000
43662
43663    Add two radeon pci ids (one is used for a radeon mobility X700 XL in a
43664        medion notebook, the other is for a AIW X800 VE)
43665
43666commit 01a0bf881ada03ca3c27bdef7423c760c3bc2f9c
43667Author: Matthieu Herrb <matthieu.herrb@laas.fr>
43668Date:   Fri Feb 24 17:01:57 2006 +0000
43669
43670    OpenBSD supports PCVT and WSCONS. PCCONS is long gone.
43671
43672commit d3e1587c20c155b7873b6646ddf0b96f806f8a7f
43673Author: Kristian Høgsberg <krh@redhat.com>
43674Date:   Fri Feb 24 16:50:42 2006 +0000
43675
43676    file glxdri.c was initially added on branch accel_indirect_branch.
43677
43678commit 5d9a620726d2b0ad89625574478d2fd4536485b0
43679Author: Adam Jackson <ajax@nwnk.net>
43680Date:   Thu Feb 23 19:25:57 2006 +0000
43681
43682    Remove redundant composite op reduction, done in Render now.
43683
43684commit 028d6903f674fa77617f333b25356710d1682b05
43685Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
43686Date:   Wed Feb 22 16:29:07 2006 +0000
43687
43688    Bug #5978: Added missing swap of input variables. Added missing cases for
43689        GL_SECONDARY_COLOR_ARRAY and GL_FOG_COORD_ARRAY (Colin McDonald)
43690
43691commit 43324132afcbb6b231efcc24ec72ee44678d5771
43692Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
43693Date:   Wed Feb 22 16:08:56 2006 +0000
43694
43695    Added Mesa include directory
43696
43697commit 43fbcc28c960ce5abe1d3223441c3dc5a10cde27
43698Author: Jeremy C. Reed <reed@reedmedia.net>
43699Date:   Wed Feb 22 02:47:00 2006 +0000
43700
43701    Update to build against Mesa HEAD. (Thank you Felix for feedback on xorg
43702        list.)
43703
43704commit cfdacab33a62b47f22bb54683e3ca20ec9824864
43705Author: Ian Romanick <idr@us.ibm.com>
43706Date:   Tue Feb 21 00:02:08 2006 +0000
43707
43708    Eliminate unused PCI BIOS reading functionality. The old code used several
43709        function pointers to implement a level of flexability that was never
43710        used. The code also had unused support for extracting a single image
43711        type from a larger expansion ROM.
43712    Fix the spelling of PCI_BIOS_OPEN_FIRMWARE.
43713    Fix a couple errors in #ifdef debug code.
43714    These changes have been tested on x86 and x86-64 Linux.
43715
43716commit 5fd0f94006775e2271107c960dfa3314dddd9a5f
43717Author: Ian Romanick <idr@us.ibm.com>
43718Date:   Mon Feb 20 23:45:50 2006 +0000
43719
43720    Eliminate all the code for querying the PCI class from the PCI ID database.
43721        Class information is not, and never has been, stored there. Therefore,
43722        this is just a bunch of elaborate code to read 0x00000000.
43723    This has received testing on x86 and x86-64 Linux.
43724
43725commit 6d7083bd69724586338d79784655328f1fcd2ae5
43726Author: Adam Jackson <ajax@nwnk.net>
43727Date:   Mon Feb 20 22:16:49 2006 +0000
43728
43729    indent fixes (OMG SO UGLY), and nuke old RCS keywords.
43730
43731commit 5480c537cee79b324736eac3e438a4713dfa1036
43732Author: Adam Jackson <ajax@nwnk.net>
43733Date:   Mon Feb 20 21:50:49 2006 +0000
43734
43735    ANSIfy Xi/. Mostly automated via protoize(1).
43736
43737commit cc42e153c2437fe9c94b0c20e1b56277474d94d0
43738Author: Felix Kuehling <fxkuehl@gmx.de>
43739Date:   Mon Feb 20 03:00:09 2006 +0000
43740
43741    Update to build against Mesa HEAD.
43742
43743commit ed3ea887a6b1c9fdc83895c40da34076121f05e9
43744Author: Eric Anholt <anholt@freebsd.org>
43745Date:   Thu Feb 16 21:49:51 2006 +0000
43746
43747    Fix the encoding of DES's name.
43748
43749commit ea0b3f65f77a78df1671b09739c00762a8875607
43750Author: Eric Anholt <anholt@freebsd.org>
43751Date:   Thu Feb 16 21:45:12 2006 +0000
43752
43753    Fix build of Xorg by putting xf86bigfont back into builtin instead of
43754        module sources list.
43755
43756commit d97f29be22e22e6f5bc23229ffa5ef087f992c8c
43757Author: Eric Anholt <anholt@freebsd.org>
43758Date:   Thu Feb 16 21:35:32 2006 +0000
43759
43760    Bug #5453: Don't forget to still do AM_CONDITIONAL for XVMC even if XV is
43761        disabled, and also force XVMC disabled if XV is disabled. (Dag-Erling
43762        Sm�rgrav)
43763
43764commit d33c2e0d1079f93f4ba8b28d19950d384a9e7c32
43765Author: Keith Packard <keithp@keithp.com>
43766Date:   Thu Feb 16 19:36:39 2006 +0000
43767
43768    Add oscolor.h
43769
43770commit 60d4839a2d373cc6d8c0d5004284494d3a994a63
43771Author: Keith Packard <keithp@keithp.com>
43772Date:   Thu Feb 16 19:03:07 2006 +0000
43773
43774    Forgot to include this file in previous patch
43775
43776commit 8987b2c1efc9a4667e278e6ba411772ba2a4a4e6
43777Author: Keith Packard <keithp@keithp.com>
43778Date:   Thu Feb 16 07:17:31 2006 +0000
43779
43780    Make more extensions optional in build (for kdrive). Fix kdrive build for
43781        actual hardware. Fix kdrive pointer signed/unsigned types. Add
43782        kdrive-required YX rotation functions. Replace rgb text file loading
43783        with static rgb color table.
43784
43785commit c8acb342695936db062c966029019a458d45459e
43786Author: Benjamin Herrenschmidt <benh@kernel.crashing.org>
43787Date:   Thu Feb 16 06:52:12 2006 +0000
43788
43789    Fix an occasional crash on VT switches: the server would save a pointer to
43790        the current cursor when disabling FB access and would try to restore
43791        that cursor when re-enabling. However, that cursor might have been
43792        destroyed in between. This fixes it by updating the saved cursor
43793        pointer when a cursor is set and vtSema is FALSE.
43794
43795commit c845e152f52b3e8cef579797c5c8834ad2fd2cd5
43796Author: Eric Anholt <anholt@freebsd.org>
43797Date:   Thu Feb 16 05:46:08 2006 +0000
43798
43799    Bug #5871: Drop special build infrastructure left over from libcwrapper
43800        times. (George Fufutos)
43801
43802commit c2f685e64464ccf86ed47ae37f74bf46877e0739
43803Author: Dave Airlie <airlied@linux.ie>
43804Date:   Thu Feb 16 05:18:20 2006 +0000
43805
43806    Fix XSERVER64 should be _XSERVER64
43807
43808commit 1bbd5e49b1dcc2e3f9785bd2bb58f946b9998099
43809Author: Eric Anholt <anholt@freebsd.org>
43810Date:   Thu Feb 16 04:59:45 2006 +0000
43811
43812    Bug #5869: Remove traces of EXTMODULE define, which doesn't appear to be
43813        useful any more. (George Fufutos)
43814
43815commit c03b06bdf04fa8500d0f85314c7268848b4d50be
43816Author: Eric Anholt <anholt@freebsd.org>
43817Date:   Thu Feb 16 04:39:00 2006 +0000
43818
43819    Bug #5888: Remove orphaned laymodule.c from miext/layer removal. (George
43820        Fufutos)
43821
43822commit 3b32e902c7a12aa2320da27d984029cde28fd8c3
43823Author: Eric Anholt <anholt@freebsd.org>
43824Date:   Thu Feb 16 01:49:23 2006 +0000
43825
43826    Add entry missed in my last commit.
43827
43828commit c4767794ef5b014ae25fe8541e72348ecfb1ee49
43829Author: Zephaniah E. Hull <warp@aehallh.com>
43830Date:   Thu Feb 16 01:03:09 2006 +0000
43831
43832    Export xf86ActivateDevice, used by the evdev driver.
43833
43834commit dc0354104cb4057dfcc7b2ccb8e2ae8474d70b15
43835Author: Eric Anholt <anholt@freebsd.org>
43836Date:   Thu Feb 16 00:14:11 2006 +0000
43837
43838    Move EXA implementation up to the top level and remove its XFree86
43839        dependencies. It was nearly abstract enough already to be used by
43840        multiple DDXes. This will be useful for EXA development through
43841        providing a fake acceleration implementation within Xephyr, so that
43842        testing can be done on new EXA code without worrying about buggy
43843        drivers.
43844
43845commit c170aa830d0ce3dbff6b30081e04c3f91bf921be
43846Author: Eric Anholt <anholt@freebsd.org>
43847Date:   Wed Feb 15 23:27:40 2006 +0000
43848
43849    Forced commit to note repocopy from hw/xfree86/exa/
43850
43851commit 6770f1bdb145e7a6c431d0523f10d12155f58273
43852Author: Eric Anholt <anholt@freebsd.org>
43853Date:   Wed Feb 15 21:09:14 2006 +0000
43854
43855    Define NO_LIBCWRAPPER in dix-config.h, and rely on Mesa including
43856        dix-config.h if DIX_HAVE_CONFIG_H is defined to get it and _XSERVER64,
43857        instead of defining things like this per directory.
43858
43859commit 7d7fc927cd90146788780477b8e3379d91c3b910
43860Author: Adam Jackson <ajax@nwnk.net>
43861Date:   Wed Feb 15 20:47:44 2006 +0000
43862
43863    Remove a few #ifdef vms; whatever problem that was solving should assuredly
43864        be solved some other way.
43865
43866commit f105b8da11fcf337512b3c39da3368f98da07a33
43867Author: Adam Jackson <ajax@nwnk.net>
43868Date:   Wed Feb 15 20:44:13 2006 +0000
43869
43870    Mark everything in dixsym.c as _X_EXPORT.
43871
43872commit 010d6effa6fa210251b12459882e88aeee82c2c0
43873Author: Adam Jackson <ajax@nwnk.net>
43874Date:   Wed Feb 15 19:15:32 2006 +0000
43875
43876    Mark everything in {ext,font}sym.c as _X_EXPORT.
43877
43878commit 3fe482c77e7b3e46739d011d8bbdee527d7a42fc
43879Author: Adam Jackson <ajax@nwnk.net>
43880Date:   Wed Feb 15 19:05:55 2006 +0000
43881
43882    Mark everything in misym.c as _X_EXPORT.
43883
43884commit 6ad4325b87889e1aada9333d750b7bb586c38b52
43885Author: Kristian Høgsberg <krh@redhat.com>
43886Date:   Wed Feb 15 18:26:45 2006 +0000
43887
43888    Update to build against mesa head.
43889
43890commit 50e2ff9a2500078ebbd833fddab0d93f3a50b6a6
43891Author: Eric Anholt <anholt@freebsd.org>
43892Date:   Wed Feb 15 03:20:55 2006 +0000
43893
43894    Remove the waitSync from KdDisableScreen and push it off to drivers'
43895        disableAccel hook, which is more correct anyway. This makes kdrive.c
43896        not have any knowledge of kaa, opening the way for using exa from
43897        kdrive.
43898
43899commit 0446aafa9467f43515fb578d50f45e2c3153c8cf
43900Author: Eric Anholt <anholt@freebsd.org>
43901Date:   Wed Feb 15 03:07:23 2006 +0000
43902
43903    Avoid some more libcwrapper damage that prevented kdrive linking.
43904
43905commit 5c9b6f0fb01252d704de1bbdf3015dee7f956593
43906Author: Benjamin Herrenschmidt <benh@kernel.crashing.org>
43907Date:   Tue Feb 14 08:14:42 2006 +0000
43908
43909    DRIGetSecs() would call getsecs() when XFree86LOADER is defined, relying on
43910        the wrappers to provide it. Wrapper gone, and getsecs doesn't exist on
43911        linux so it now blows up. Fixes it by just calling gettimeofday() in
43912        all cases instead.
43913
43914commit 049dca0f43eb2179d2c61033a17ff1a89f8fb689
43915Author: Benjamin Herrenschmidt <benh@kernel.crashing.org>
43916Date:   Tue Feb 14 08:11:41 2006 +0000
43917
43918    Remove useless line of code that contained a bug and triggered a gcc
43919        warning. This variable will be overriden before being used anyway.
43920        (Bugzilla #5595)
43921
43922commit 1132d0e6102d4564f70f0e8c98854e3acf25b109
43923Author: Dave Airlie <airlied@linux.ie>
43924Date:   Tue Feb 14 06:27:59 2006 +0000
43925
43926    update to latest Mesa CVS HEAD
43927
43928commit bb8c36690ab411c11aa8dd3d4520d513eb8f9091
43929Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
43930Date:   Tue Feb 14 04:20:37 2006 +0000
43931
43932    Bump shadow module version number to 1.1.0 from 1.0.0
43933
43934commit cc9dfab0b31c7956f99d1f1b9c195065b5e18c29
43935Author: Adam Jackson <ajax@nwnk.net>
43936Date:   Mon Feb 13 18:57:38 2006 +0000
43937
43938    (Reverted)
43939
43940commit 83dd6241c8cd81e8d897bd17588ada92a945e647
43941Author: Adam Jackson <ajax@nwnk.net>
43942Date:   Mon Feb 13 18:55:44 2006 +0000
43943
43944    Reverted, did nothing anyway, I'm not smart today.
43945
43946commit 4a7f6f53cad541e8c5042a6472e3b3886fc9b7e6
43947Author: Adam Jackson <ajax@nwnk.net>
43948Date:   Mon Feb 13 18:09:51 2006 +0000
43949
43950    Further op reduction when both src and dst alpha are absent.
43951
43952commit 28ced9f3e0dd4bd81067f590a1d64ba0844edb06
43953Author: Eric Anholt <anholt@freebsd.org>
43954Date:   Mon Feb 13 05:29:00 2006 +0000
43955
43956    Add missing ChangeLog text for r1.2 of GL/glx/indirect_reqsize.h
43957
43958commit 4839e91fcab4c344e672154a447d8c7035fce1f4
43959Author: Benjamin Herrenschmidt <benh@kernel.crashing.org>
43960Date:   Mon Feb 13 05:03:13 2006 +0000
43961
43962    HAS_MKSTEMP vs. HAVE_MKSTEMP (From Fredrik Höglund)
43963
43964commit 1a4f20541a9f4f41f444d826d743899ea2dee2db
43965Author: Benjamin Herrenschmidt <benh@kernel.crashing.org>
43966Date:   Mon Feb 13 04:56:27 2006 +0000
43967
43968    Fix linux build without libc wrappers (From Fredrik Höglund)
43969
43970commit 2dc7b5e0d96a187bfbb355caa788f0fdcd88eaad
43971Author: Benjamin Herrenschmidt <benh@kernel.crashing.org>
43972Date:   Mon Feb 13 04:43:40 2006 +0000
43973
43974    Move call to xf86WrapperInit() to OsVendorInit() in xf86Init.c and remove
43975        stubs in other DDX.
43976
43977commit 34d0b9228f46c2f87be74dddc9c7d97aab091d03
43978Author: Eric Anholt <anholt@freebsd.org>
43979Date:   Sun Feb 12 20:53:35 2006 +0000
43980
43981    Simplify ops that would use the alpha channel when an alpha channel is
43982        always 1.0, and short circuit PictOpDst for good measure.
43983
43984commit 5f45776ef3b9256bea44842d1c50f269422531a1
43985Author: Eric Anholt <anholt@freebsd.org>
43986Date:   Sun Feb 12 10:30:47 2006 +0000
43987
43988    Add missing HAVE_DIX_CONFIG_H which caused issues with mismatched screen
43989        structure interpretations, and remove a bunch of unused junk from
43990        kdrive-config.h. Xephyr almost works on my amd64.
43991
43992commit 5249416d091d59c248c8dda44529b8aa4910b1a0
43993Author: Eric Anholt <anholt@freebsd.org>
43994Date:   Sat Feb 11 22:40:50 2006 +0000
43995
43996    Add stub xf86WrapperInits so that the servers will build even if os/ was
43997        built with XFree86LOADER set.
43998
43999commit a2a5254675a6b7ef0f7da9caa76c028b7c526502
44000Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
44001Date:   Sat Feb 11 19:16:51 2006 +0000
44002
44003    Add <string.h>, <stdlib.h>, and <stdio.h> to clear undefined function
44004        warnings after the removal of libcwrapper headers.
44005
44006commit d6337c83241f0fa4bb03039a9767b58d8a1a7c91
44007Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
44008Date:   Sat Feb 11 17:42:31 2006 +0000
44009
44010    <sys/limits.h> -> <limits.h> so we can compile on non-BSD OS'es
44011
44012commit 4fafba61d5402d4e4d2c21ba1be3ed8969b99334
44013Author: Eric Anholt <anholt@freebsd.org>
44014Date:   Sat Feb 11 03:03:45 2006 +0000
44015
44016    Remove libcwrapper damage from GLX (requires fresh Mesa HEAD), and get it
44017        compiling in kdrive.
44018
44019commit c3d14036729fd186d4ec7ca1de603e1f2d174e2f
44020Author: Eric Anholt <anholt@freebsd.org>
44021Date:   Fri Feb 10 22:00:30 2006 +0000
44022
44023    Remove libcwrapper usage from xorg server modules. The libcwrapper is only
44024        of (marginal) use in the drivers, and that usage remains.
44025
44026commit a8cec1b656f57746758613213de1d6e5acb79451
44027Author: Eric Anholt <anholt@freebsd.org>
44028Date:   Fri Feb 10 09:00:02 2006 +0000
44029
44030    Merge from kdrive: use RECT_PRIM to avoid tearing in xvideo.
44031
44032commit efc3fab7f4b29f56fffd21304c64c03a48aa5b4b
44033Author: Eric Anholt <anholt@freebsd.org>
44034Date:   Fri Feb 10 07:52:05 2006 +0000
44035
44036    Make kdrive (i.e. Xephyr only) buildable on FreeBSD and probably other OSes
44037        without linux VT switching, fbdev, and vm86 support.
44038
44039commit fa3a65e33d8c893c7867ea507afc7caa1361aa9c
44040Author: Eric Anholt <anholt@freebsd.org>
44041Date:   Fri Feb 10 07:47:21 2006 +0000
44042
44043    Remove the include of X11/misc.h, which fails to compile and isn't
44044        necessary.
44045
44046commit d875bdb2756b082ce93bd86016c369ea85c04d17
44047Author: Jeremy C. Reed <reed@reedmedia.net>
44048Date:   Fri Feb 3 02:44:19 2006 +0000
44049
44050    hw/xfree86/os-support/xf86_OSlib.h Fix sysmouse handling on DragonFly,
44051        mostly garbage arrived. From Joerg Sonnenberger.
44052
44053commit 0946bb9427695a4314e5c43de573b3a75a18e466
44054Author: Jeremy C. Reed <reed@reedmedia.net>
44055Date:   Fri Feb 3 02:37:52 2006 +0000
44056
44057    Fix sysmouse handling on DragonFly, mostly garbage arrived. From Joerg
44058        Sonnenberger.
44059
44060commit 5e2a7af23bd0f46fbddca34098cb297be58b7a55
44061Author: Eric Anholt <anholt@freebsd.org>
44062Date:   Thu Feb 2 21:07:06 2006 +0000
44063
44064    Move the frequently-repeated code to get the pixmap that backs a drawable
44065        to a new function, exaGetDrawablePixmap().
44066
44067commit ee3c7ccb175752dbeaed6b0113d0819b3fcd2398
44068Author: Eric Anholt <anholt@freebsd.org>
44069Date:   Thu Feb 2 20:51:54 2006 +0000
44070
44071    Remove more debugging leftovers.
44072
44073commit 3366b6836572461209bb2f8aa28d9e662067dc54
44074Author: Eric Anholt <anholt@freebsd.org>
44075Date:   Thu Feb 2 20:09:14 2006 +0000
44076
44077    Rearrange and rename EXA code to be a bit more logically organized. Also
44078        removes a little bit of debugging leftovers. Summary:
44079    exa.c -> exa.c (miscellaneous code) exa_accel.c (all acceleration code)
44080        exa_migration.c (migration logic) exaasync.c -> exa_unaccel.c (software
44081        fallbacks) exapict.c -> exa_render.c (render extension stuff)
44082        exaoffscreen.c -> exa_offscreen.c exaPriv.h -> exa_priv.h
44083
44084commit 25d4ff870d49533d82a77f144722ff7934d52e0b
44085Author: Eric Anholt <anholt@freebsd.org>
44086Date:   Thu Feb 2 20:04:15 2006 +0000
44087
44088    Forced commit to note repocopies: exa.c -> exa_accel.c exa_migration.c
44089        exaasync.c -> exa_unaccel.c exapict.c -> exa_render.c exaoffscreen.c ->
44090        exa_offscreen.c exaPriv.h -> exa_priv.h
44091
44092commit 2ab487d4d20e4e34e73cc6d87f41bf0836c7a8af
44093Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
44094Date:   Wed Feb 1 22:20:05 2006 +0000
44095
44096    Add a new function RRGetRotation() which does exactly the same thing as
44097        xf86GetRotation(), but allows for drivers to provide their own RandR
44098        implementation. xf86GetRotation could be obsoleted by this change.
44099
44100commit f4898b409376803c9a9dd8475bdd5576ff1cc59d
44101Author: Luc Verhaegen <libv@skynet.be>
44102Date:   Tue Jan 31 14:49:43 2006 +0000
44103
44104    Further bug #5386 fixes: Fix some problems with the EDID code: Some
44105        bitoffsets were wrong. Unknown Detailed Sections weren't handled
44106        properly and defaulted to Detailed Timing.
44107
44108commit 437b385ce4cc3ff00e14d3d39f4a2f6c8f0c67a0
44109Author: Luc Verhaegen <libv@skynet.be>
44110Date:   Tue Jan 31 13:55:01 2006 +0000
44111
44112    Bring the cvt utility up to date with bug #5386 changes. Fix 2 issues with
44113        the generator routine: the allocated modeline wasn't nulled and
44114        mode->name's \0 wasn't copied over. PrintModeLine was rewritten and
44115        HDisplay gets rounded up to character width instead of refused.
44116
44117commit 8f3c69dcf17691f71bca7b0a2cd34f7788a97b8c
44118Author: Luc Verhaegen <libv@skynet.be>
44119Date:   Tue Jan 31 13:04:02 2006 +0000
44120
44121    Accept modes with less than 25% horizontal blanking again (you can push old
44122        gtf timing to below 25%), only stop cvt reduced blanking. Users should
44123        be free to blow up their monitors if they so choose.
44124
44125commit 701b63cf1dcd3e49602114fb1dde45a74b4e1122
44126Author: Donnie Berkholz <spyderous@gentoo.org>
44127Date:   Mon Jan 30 20:04:56 2006 +0000
44128
44129    Update to build against Mesa trunk.
44130
44131commit dd50015b05b901fe0c60717512c854389610aea2
44132Author: Eric Anholt <anholt@freebsd.org>
44133Date:   Sat Jan 28 02:20:37 2006 +0000
44134
44135    Add libc_wrapper support for random(), which will be used in upcoming EXA
44136        memory manager work.
44137
44138commit 3d1667278ff309d7f8e61a6d330f712bae5bcd41
44139Author: Eric Anholt <anholt@freebsd.org>
44140Date:   Sat Jan 28 00:37:52 2006 +0000
44141
44142    Remove leftover variables for cfb24 build, and finish commenting out Xglx
44143        standalone stuff, which some versions of automake get whiny about.
44144
44145commit ab01eb247f9e5d7c9995bf2d6432358cd64bf11d
44146Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
44147Date:   Fri Jan 27 12:27:34 2006 +0000
44148
44149    update pci ids
44150
44151commit 261aa4403c77203f8f02b399ddd382c731dda324
44152Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
44153Date:   Thu Jan 26 09:04:22 2006 +0000
44154
44155    remove that, and will put it in a i810 driver specific Changelog
44156
44157commit 94e678fd014c61d12591d7398b6591f24c3d71f1
44158Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
44159Date:   Thu Jan 26 08:49:19 2006 +0000
44160
44161    add changelog for i810 updates
44162
44163commit c5e93182905332383ca3ef5db3f334cec69c8dda
44164Author: Donnie Berkholz <spyderous@gentoo.org>
44165Date:   Thu Jan 26 04:32:45 2006 +0000
44166
44167    Really allow linking against Mesa trunk to work.
44168
44169commit 0dc0f17f27f99da79c99031b41b0c0e95ef035f5
44170Author: Adam Jackson <ajax@nwnk.net>
44171Date:   Thu Jan 26 04:10:43 2006 +0000
44172
44173    Speed up checkout and autogen by removing disused iplan2p4 and ilbm.
44174
44175commit 023d2b4e3c392eed1f149dc5b13a83429cd052a3
44176Author: Daniel Stone <daniel@fooishbar.org>
44177Date:   Thu Jan 26 00:23:44 2006 +0000
44178
44179    Add forgotten HAVE_BACKTRACE define.
44180
44181commit 14fdd81614cdd6ef7e01976a43da8b6a3bf8386e
44182Author: Adam Jackson <ajax@nwnk.net>
44183Date:   Wed Jan 25 23:05:26 2006 +0000
44184
44185    Remove xf8_32wid, it's dead code with no maintainer interest. Also remove
44186        cfb24, since xf8_32wid was the only user.
44187
44188commit 2e28f4104ddf94a8f9a70fe6b2a2a6859ffedc8f
44189Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
44190Date:   Tue Jan 24 22:05:33 2006 +0000
44191
44192    Allow current trunk to build against Mesa trunk
44193
44194commit 0d9ed2624fe8fb95c57930da523351556ba11351
44195Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
44196Date:   Mon Jan 23 22:01:34 2006 +0000
44197
44198    Commit #4633 - Initial mouse pointer incorrect with EXA which also fixes
44199        the repaint of the cursor image with randr events.
44200
44201commit 9148d8700b7c5afc2644e5820c57c509378f93ce
44202Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
44203Date:   Mon Jan 23 13:59:14 2006 +0000
44204
44205    Commit slight variation of bug #5460 which is the merge of the new shadow
44206        code from kdrive.
44207
44208commit cfd3988ed906ab48ca4362256f8dbb8852d7ca0a
44209Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
44210Date:   Mon Jan 23 13:58:19 2006 +0000
44211
44212    wrap with if XORG / endif
44213
44214commit f51ecc66e9ad6d2c3541b1dafa7659da5a0a3a86
44215Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
44216Date:   Mon Jan 23 13:54:59 2006 +0000
44217
44218    #include "gcstruct.h"
44219
44220commit 80f45fa4dfa011c2ae7bcb34f87aafb91763f1fe
44221Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
44222Date:   Mon Jan 23 13:54:34 2006 +0000
44223
44224    add damage.h & damagestr.h to SDK headers
44225
44226commit af5b3ea4b3df9e9c6dd6993c5e7238a366a3f508
44227Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
44228Date:   Thu Jan 19 14:51:09 2006 +0000
44229
44230    add randrstr.h to sdk_HEADERS
44231
44232commit 03ebd37baba2f5af3ab502ff02ec14c15859dc3f
44233Author: Daniel Stone <daniel@fooishbar.org>
44234Date:   Thu Jan 19 12:25:01 2006 +0000
44235
44236    Make error() bomb with exit code 1, not 0.
44237
44238commit adce1f16e0d815e5c762407da3544a7d2eff9303
44239Author: Eric Anholt <anholt@freebsd.org>
44240Date:   Thu Jan 19 00:06:57 2006 +0000
44241
44242    Only try to use byteswap.h on linux. Assume that everyone else (thinking of
44243        BSDs here) has sys/endian.h, and use macros as appropriate for the
44244        names. This should probably be in a gloabl header.
44245
44246commit 1c3f8727b2349c9b988eaa744f11366322d42538
44247Author: Adam Jackson <ajax@nwnk.net>
44248Date:   Wed Jan 18 19:42:56 2006 +0000
44249
44250    More kdrive merge, fast path fbBlt to use memcpy() when possible. Good for
44251        -5% to 60% speedup on XGetImage, and 0% to 10% speedup on copies within
44252        host memory. Based on work by Jaymz Julian.
44253
44254commit e70b64b93024d05519014fb1b76fe26bd9f3a496
44255Author: Dave Airlie <airlied@linux.ie>
44256Date:   Wed Jan 18 07:15:55 2006 +0000
44257
44258    Updated xgl code drop from Novell + xserver tree changes
44259
44260commit b5356e0afaf2b660c8905f63d5fdcb03402b81c5
44261Author: Dave Airlie <airlied@linux.ie>
44262Date:   Wed Jan 18 07:00:50 2006 +0000
44263
44264    typo in last change
44265
44266commit 506eca5f57b960a6650c3387047a6ae8a22181e9
44267Author: Dave Airlie <airlied@linux.ie>
44268Date:   Wed Jan 18 06:56:52 2006 +0000
44269
44270    Wrap sdk_HEADERS in if XORG as otherwise installing non-xorg servers
44271        breaks.
44272
44273commit 8ccf4f2b8fdb5e57d2ec5f2d54731fbf83fb9d8c
44274Author: Dave Airlie <airlied@linux.ie>
44275Date:   Wed Jan 18 06:49:17 2006 +0000
44276
44277    This is a fix from David Reveman from the xserver tree, Make fbPadPixmap
44278        work with negative stride
44279
44280commit a1f9262c6acd195c0fcf5f602d5ca0c252993521
44281Author: Kristian Høgsberg <krh@redhat.com>
44282Date:   Tue Jan 17 21:27:49 2006 +0000
44283
44284    file glxvisuals.c was initially added on branch accel_indirect_glx.
44285
44286commit c2dedf4d17f8a5b1a8037fd2b4e29122ef78945a
44287Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
44288Date:   Thu Jan 12 22:14:56 2006 +0000
44289
44290    Thu Jan 12 17:09:18 2006 Søren Sandmann <sandmann@redhat.com>
44291    Add new functions to enable and disable events on Map and Unmap.
44292    Use them here to make sure Composite redirect doesn't cause Map/UnmapNotify
44293        events that would confuse window managers.
44294
44295commit 847d83ec3c90c5b298eaf19ba55251b4a30f4155
44296Author: Ian Romanick <idr@us.ibm.com>
44297Date:   Thu Jan 12 00:21:59 2006 +0000
44298
44299    Bug #2996: libglx / libGLcore should use a dispatch table
44300    Port all changes from the (monolithic) accelerated_indirect-0-0-1 branch to
44301        the modular trunk. This will break the Darwin and cygwin builds. Other
44302        than the changes to symlink-mesa.sh and the various Makefile.am files,
44303        to code is identical to what's in the branch.
44304    Reviewed by: airlied, krh
44305
44306commit c56e9a8849ce8dd5c09732ae1860e409e7886690
44307Author: Daniel Stone <daniel@fooishbar.org>
44308Date:   Tue Jan 10 03:24:53 2006 +0000
44309
44310    Bomb when symlink-mesa.sh continues, instead of silently failing.
44311
44312commit 2949c705f11f8710301555c039bcecbe748cabd9
44313Author: Daniel Stone <daniel@fooishbar.org>
44314Date:   Tue Jan 10 03:23:05 2006 +0000
44315
44316    Add all subdirs used to DIST_SUBDIRS, and files to EXTRA_DIST.
44317    Attempt to build xeglmodule.c, not xglxmodule.c.
44318    Add xf86Sbus.h to EXTRA_DIST, as _HEADERS doesn't appear to get the same
44319        treatment as _SOURCES in terms of automatically DISTing.
44320
44321commit 4fc9eb592a446ad5711bdaa82c60e9fe010fd76a
44322Author: Daniel Stone <daniel@fooishbar.org>
44323Date:   Tue Jan 10 02:32:20 2006 +0000
44324
44325    Bomb out if symlink-mesa.sh failed.
44326
44327commit 890ec849479db2510a9b4bc5e5e2f7978ca37b83
44328Author: Daniel Stone <daniel@fooishbar.org>
44329Date:   Tue Jan 10 02:30:56 2006 +0000
44330
44331    Add xgl to DIST_SUBDIRS.
44332
44333commit 53dbd00a75313ec5301ca95b2e91d5d02bdaf820
44334Author: Adam Jackson <ajax@nwnk.net>
44335Date:   Sun Jan 8 23:43:54 2006 +0000
44336
44337    Remove remaining #ifdef DPSEXT stanzas.
44338
44339commit 7fc9bc44e099f8f046bf707cb87ef7d736933f80
44340Author: Adam Jackson <ajax@nwnk.net>
44341Date:   Sat Jan 7 01:29:05 2006 +0000
44342
44343    Compile fix, again, stupid non-clean builds
44344
44345commit 9d62d1e6903ccc095f784279a699b3f40a8f0cf8
44346Author: Adam Jackson <ajax@nwnk.net>
44347Date:   Sat Jan 7 00:45:17 2006 +0000
44348
44349    Bug #5218: Don't crash on unconfigured interfaces. (Andrei Barbu)
44350
44351commit 3c58072956c28ebc3ca2eb50c1ff09823e1219d7
44352Author: Adam Jackson <ajax@nwnk.net>
44353Date:   Sat Jan 7 00:33:41 2006 +0000
44354
44355    One more build fix.
44356
44357commit 07303c1b42afd1ada98cbc11d1ba616d366017fb
44358Author: Adam Jackson <ajax@nwnk.net>
44359Date:   Sat Jan 7 00:05:46 2006 +0000
44360
44361    This version will actually compile
44362
44363commit 7f46aba35ee482e9b28ecc81d1a99d423fc88a70
44364Author: Adam Jackson <ajax@nwnk.net>
44365Date:   Fri Jan 6 23:52:23 2006 +0000
44366
44367    Compile fix
44368
44369commit 25babf2791ad42101a86ba2a0f14564328256ee2
44370Author: Adam Jackson <ajax@nwnk.net>
44371Date:   Fri Jan 6 23:36:53 2006 +0000
44372
44373    Missed file.
44374
44375commit 13c9e0c094c4e34cd1e43a7cc08b2dca39a32412
44376Author: Adam Jackson <ajax@nwnk.net>
44377Date:   Fri Jan 6 23:06:15 2006 +0000
44378
44379    Bug #5525: Build a working Xprt. (Drew Parsons)
44380
44381commit fe0c838b5d8bc8d9cf5a686bb7d3e90682d2d19a
44382Author: Adam Jackson <ajax@nwnk.net>
44383Date:   Fri Jan 6 18:06:02 2006 +0000
44384
44385    Move drawable lock acquisition into DRIClipNotify from DRIValidateTree, so
44386        we only take it when clipping a DRI drawable instead of on every tree
44387        update. Note drawable lock acquisition per- screen instead of globally,
44388        and drop it in BlockHandler if necessary.
44389
44390commit 39ce5f1544029412f4060f3e89ce1d87222ef42b
44391Author: Adam Jackson <ajax@nwnk.net>
44392Date:   Fri Jan 6 17:05:26 2006 +0000
44393
44394    Remove unused X11R4 DDX compatibility function miClipNotify.
44395
44396commit 07ecb969d7eb8d4ab0bb0b8a55a5f40f3c8ec5e3
44397Author: Eric Anholt <anholt@freebsd.org>
44398Date:   Wed Jan 4 03:29:15 2006 +0000
44399
44400    Forced commit to note that glyph privates commit was:
44401    Obtained from: xserver tree (David Reveman)
44402
44403commit b6b88d2f62d8c596171f487dd25fbdbc85d0c5a8
44404Author: Eric Anholt <anholt@freebsd.org>
44405Date:   Wed Jan 4 00:05:16 2006 +0000
44406
44407    Correct rounding in divide-by-255 code. Obtained from xserver.
44408
44409commit b9c0ae867e1b52186c26841a77745f7f5a0a76dd
44410Author: Eric Anholt <anholt@freebsd.org>
44411Date:   Tue Jan 3 22:36:46 2006 +0000
44412
44413    Remove the manual AddFilter for convolution, which I'm pretty sure
44414        shouldn't be necessary due to it already happening from
44415        PictureSetDefaultFilters.
44416
44417commit 601ab861b46a62b0742ffd3e937c4fab129664f0
44418Author: Eric Anholt <anholt@freebsd.org>
44419Date:   Tue Jan 3 22:06:23 2006 +0000
44420
44421    Add glyph privates for Xgl, which uses them to implement a glyph cache. EXA
44422        would probably also like to do this. This breaks module ABI for EXA and
44423        XAA, and likely breaks proprietary drivers as well.
44424
44425commit 1729fc882ceec392331566c95efd5968fe9e97fd
44426Author: Eric Anholt <anholt@freebsd.org>
44427Date:   Sat Dec 31 08:06:00 2005 +0000
44428
44429    Change REGION_INIT(pScreen, &foo, NullBox, 0) to REGION_NULL(pScreen,
44430        &foo). While it is no longer (or rather, once again not) required as of
44431        regionstr.h r1.4, it matches the style of the rest of the xorg code.
44432
44433commit c25536a7937b11a5347bfb8796d5cb6eb0445b51
44434Author: Eric Anholt <anholt@freebsd.org>
44435Date:   Sat Dec 31 08:01:31 2005 +0000
44436
44437    Initialize the fourcc value in stack-allocated glitz_pixel_format_t
44438        structures. Greatly reduces the number of uninitialized-value accesses
44439        during Xgl startup according to valgrind. Allocating and filling these
44440        in by hand on the stack seems very shady to me.
44441
44442commit e6dab3d7c429a2d30d31f188c4554e870011e051
44443Author: Eric Anholt <anholt@freebsd.org>
44444Date:   Fri Dec 30 12:05:47 2005 +0000
44445
44446    Fix the AC_TRY_RUN for sys/linker.h which had no hope due to lacking a
44447        main() to instead use a nice AC_CHECK_HEADERS that works. Also, fix the
44448        nearby SYSV IPC check which was lacking an argument and giving bogus
44449        results (it's "AC_TRY_LINK(includes, main, yes, no)").
44450
44451commit eef16c36ad6e90fd8eaad4d8bdbc1205bc28a66f
44452Author: Eric Anholt <anholt@freebsd.org>
44453Date:   Fri Dec 30 05:44:14 2005 +0000
44454
44455    Add #undef BSD44SOCKETS, without which the listener socket on FreeBSD would
44456        be created without the port number due to xtrans's define not being
44457        used when xtrans was compiled in the X Server.
44458
44459commit 7aa0ea23bc9b8df582fe06f2bc39dcfe34583c7e
44460Author: Eric Anholt <anholt@freebsd.org>
44461Date:   Fri Dec 30 04:11:42 2005 +0000
44462
44463    Add an empty all-local target for FreeBSD make's sake, which doesn't deal
44464        with .PHONY.
44465
44466commit 49a9249239b0dd105b83a101db6e32549978f0d5
44467Author: Adam Jackson <ajax@nwnk.net>
44468Date:   Thu Dec 29 21:11:41 2005 +0000
44469
44470    Make kdInputMachine static const, shrinks .data a bit.
44471
44472commit 6d7ee4167d9daeef9b793789a70aa724c4fe6bf4
44473Author: Adam Jackson <ajax@nwnk.net>
44474Date:   Thu Dec 29 20:54:08 2005 +0000
44475
44476    Style fix, make SCREEN_EPILOGUE two arguments instead of three.
44477
44478commit b1efb3810cfea8116d76bae3ff3acfee521f4793
44479Author: Adam Jackson <ajax@nwnk.net>
44480Date:   Thu Dec 29 20:42:54 2005 +0000
44481
44482    Missed one
44483
44484commit 858b4bc14a7adc7314ce5043c7ff8ca1891dd0c9
44485Author: Adam Jackson <ajax@nwnk.net>
44486Date:   Thu Dec 29 20:38:29 2005 +0000
44487
44488    missed changelog entry:
44489    Enough build fixes to get {sdl,ephyr,fake} to link.
44490
44491commit 54922aeadb29df0a1819afd3f616131aa56e140a
44492Author: Adam Jackson <ajax@nwnk.net>
44493Date:   Thu Dec 29 20:29:26 2005 +0000
44494
44495    Disable building LBX by default.
44496
44497commit fc69a2e729532ee062af6676fb187a89f7fffe8a
44498Author: Dave Airlie <airlied@linux.ie>
44499Date:   Thu Dec 29 08:42:49 2005 +0000
44500
44501    Remove PowerMAX_OS define it never worked , it'll never work again,
44502        finishes running joke of OLS2005
44503
44504commit 25d3852b833bc0b61ce8313ce116251a2602b827
44505Author: Eric Anholt <anholt@freebsd.org>
44506Date:   Thu Dec 29 00:44:20 2005 +0000
44507
44508    Undo spamming of libv's ChangeLog entry.
44509
44510commit d6646307f063b938c44d6193a2e8872e178aa90f
44511Author: Eric Anholt <anholt@freebsd.org>
44512Date:   Thu Dec 29 00:19:33 2005 +0000
44513
44514    Add necessary *CONFIG_H declarations and a force-off of XF86* extensions in
44515        miinitext in the XGL case. Prevents mismatched structure sizes on my
44516        _XSERVER64 machine. At this point, with the uncommitted render/ diffs,
44517        Xglx starts up but displays badly.
44518
44519commit 3664c3ebf348d07ae3fe301fb8720adf32cf6d64
44520Author: Luc Verhaegen <libv@skynet.be>
44521Date:   Wed Dec 28 15:22:21 2005 +0000
44522
44523    Bug #5153: standalone CVT modeline generator.
44524    - add hw/xfree86/utils/cvt/, cvt.c, cvt.man.pre and Makefile.am.
44525    - Adjust configure.ac and hw/xfree86/utils/Makefile.am for cvt.
44526    - Add MonPtr->reducedblanking and Option "ReducedBlanking" to the Monitor
44527        section.
44528    - Check for reduced blanking in xf86CheckModeForMonitor and disallow modes
44529        with less than 25% blanking otherwise.
44530    - Fix some warnings in hw/xfree86/common/xf86Config.c.
44531
44532commit 08708f7d616a7c0a596fb71dd7acd76d45257fec
44533Author: Eric Anholt <anholt@freebsd.org>
44534Date:   Wed Dec 28 11:48:14 2005 +0000
44535
44536    Merge from xserver: Make the existing ChangePictureFilter and
44537        ChangePictureTransform screen hooks get called at appropriate times.
44538
44539commit 31d0fdde19598ce9375cc9638ad4e2c8b5af8d9a
44540Author: Adam Jackson <ajax@nwnk.net>
44541Date:   Wed Dec 28 10:46:56 2005 +0000
44542
44543    Remove a debugging printf
44544
44545commit 64ac7401ad5022462279dff4dcfb12844c9857ae
44546Author: Eric Anholt <anholt@freebsd.org>
44547Date:   Wed Dec 28 10:43:02 2005 +0000
44548
44549    Fix a copy'n'paste-o that would result in mis-rounding of the results of
44550        several composite operators in A and G channels.
44551
44552commit 9ceffb6b92e55f0d74d71489900d43940f14dfd9
44553Author: Eric Anholt <anholt@freebsd.org>
44554Date:   Wed Dec 28 10:37:17 2005 +0000
44555
44556    Merge from xserver a header for shm's server internal functions, which are
44557        called by DDXes. Desired by XGL, and should be used in other locations,
44558        probably.
44559
44560commit b1b40ed6a87f72d07825624730cca193d5a89baf
44561Author: Eric Anholt <anholt@freebsd.org>
44562Date:   Wed Dec 28 10:31:46 2005 +0000
44563
44564    Initial commit of XGL build infrastructure and XGL code changes for
44565        building within the xorg server tree. Requires additional, uncommitted
44566        dix changes to successfully build, and successful running is still yet
44567        to happen.
44568
44569commit 36061c75ae42aa733cde9b3fd05e0c8280b31655
44570Author: Eric Anholt <anholt@freebsd.org>
44571Date:   Wed Dec 28 10:10:59 2005 +0000
44572
44573    Forced commit to note repocopy from xserver CVS as of a few minutes ago.
44574
44575commit 05c139d4cdfd11d39c0168d0c80ac1dbdd069b4c
44576Author: Adam Jackson <ajax@nwnk.net>
44577Date:   Wed Dec 28 10:02:54 2005 +0000
44578
44579    Enough build fixes to get {sdl,ephyr,fake} to link.
44580
44581commit aeb770f645e2d591b255ec4ab06addcb1beafa5f
44582Author: Dave Airlie <airlied@linux.ie>
44583Date:   Wed Dec 28 02:43:50 2005 +0000
44584
44585    recommit previous changes to evdev.c
44586
44587commit ce7c0c89375ec74f89ae5727998fd75fb768d280
44588Author: Dave Airlie <airlied@linux.ie>
44589Date:   Wed Dec 28 01:57:11 2005 +0000
44590
44591    some updates for default colormap install
44592
44593commit 022aa1127c7dcd133ce73dbc12a10bfba8b1ed6e
44594Author: Adam Jackson <ajax@nwnk.net>
44595Date:   Wed Dec 28 01:01:06 2005 +0000
44596
44597    Get Xsdl closer to linking.
44598
44599commit 27d79ab2bcebb634d0b69c851c72283a7514eb0c
44600Author: Adam Jackson <ajax@nwnk.net>
44601Date:   Tue Dec 27 23:03:15 2005 +0000
44602
44603    s/XSERVER/KDRIVE/
44604
44605commit 72817714a0787536ce8e8ad0d5473dea0f1c1abe
44606Author: Adam Jackson <ajax@nwnk.net>
44607Date:   Tue Dec 27 23:01:27 2005 +0000
44608
44609    Remove Imakefiles.
44610
44611commit 9dd0af6cb4e2c8976ada57a4f4ed16faae090a9d
44612Author: Adam Jackson <ajax@nwnk.net>
44613Date:   Tue Dec 27 08:31:37 2005 +0000
44614
44615    Skeletal kdrive build system. Totall non-functional atm.
44616
44617commit 7fd73d2953cf9449c15462cf4bf67639db64f997
44618Author: Adam Jackson <ajax@nwnk.net>
44619Date:   Tue Dec 27 08:29:50 2005 +0000
44620
44621    Build fixes: XSERVER_LIBS -> KDRIVE_LIBS, config.h -> kdrive-config.h
44622
44623commit 2f3ac6e5fcbd0e954a094fb6b975d7c8816c44b7
44624Author: Adam Jackson <ajax@nwnk.net>
44625Date:   Tue Dec 27 08:26:03 2005 +0000
44626
44627    Start importing kdrive.
44628
44629commit 6798fd0170f4225ce4e69148978533fcee9bdc34
44630Author: Adam Jackson <ajax@nwnk.net>
44631Date:   Mon Dec 26 19:13:52 2005 +0000
44632
44633    Bug #4190: Add a rule for 'make relink' since automake sucks.
44634
44635commit 8fc4ea8620913776a903ee2b4f22c306d5778623
44636Author: Adam Jackson <ajax@nwnk.net>
44637Date:   Mon Dec 26 18:55:09 2005 +0000
44638
44639    Nuke unsupported NDBM routines. Shrink the hash table a bit, over
44640    25% of the buckets were going empty.
44641
44642commit ed33c7c98ad0c542e9e2dd6caa3f84879c21dd61
44643Author: Daniel Stone <daniel@fooishbar.org>
44644Date:   Mon Dec 26 04:23:58 2005 +0000
44645
44646    Remove unused -xkbdb and -noloadxkb options. Rename -ar1 and -ar2 to
44647    -ardelay and -arinterval, respectively. Remove XKB banner from help text.
44648
44649commit 7e3cb9a09ac422179be89773f7fb14a462d25434
44650Author: Adam Jackson <ajax@nwnk.net>
44651Date:   Sun Dec 25 22:25:15 2005 +0000
44652
44653    Remove unused layer module.
44654
44655commit 9b083369ded2258cbc8ac2058e06ec8a3b171178
44656Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
44657Date:   Fri Dec 23 20:11:12 2005 +0000
44658
44659    Change list of X server man pages in "See Also" section to list the ones
44660        actually included and remove the ones that are no longer.
44661
44662commit 5fd978b1e7bce9169f87712a4a7c2c36a68ac00a
44663Author: Daniel Stone <daniel@fooishbar.org>
44664Date:   Fri Dec 23 07:40:44 2005 +0000
44665
44666    Make LBX configuration default to auto.
44667
44668commit 5230e86b1cc841bfb35806618052aa835b7eb7e7
44669Author: Dave Airlie <airlied@linux.ie>
44670Date:   Fri Dec 23 04:13:37 2005 +0000
44671
44672    fix up xglglx.c
44673
44674commit feb735c5bb0cd391136f1c73476703dff82dc9b0
44675Author: Dave Airlie <airlied@linux.ie>
44676Date:   Fri Dec 23 02:07:58 2005 +0000
44677
44678    Well there were a couple of snapshots later than CVS available outside of
44679        Novell, so I've done a crazy merge to try and get them into a workable
44680        CVS, I suspect I may have failed.. there is a pre-xgldrop-merge tag if
44681        I did.
44682
44683commit ade104ce5a016623c1ce97b0d52b531185b35baf
44684Author: Dave Airlie <airlied@linux.ie>
44685Date:   Fri Dec 23 01:51:40 2005 +0000
44686
44687    check drawable is available
44688
44689commit 7fb521e80d6e2c05e9475e74fbf80bfbe74cda95
44690Author: Dave Airlie <airlied@linux.ie>
44691Date:   Fri Dec 23 01:50:04 2005 +0000
44692
44693    from davidr's tree update some fixes
44694
44695commit c88a3145d057ab72466a3ea8b789bf419e4efc33
44696Author: Dave Airlie <airlied@linux.ie>
44697Date:   Fri Dec 23 01:49:21 2005 +0000
44698
44699    from davidr's tree if source picture defined return
44700
44701commit c59508566f11982aa3f4be383597d0e6178718c2
44702Author: Dave Airlie <airlied@linux.ie>
44703Date:   Fri Dec 23 01:13:28 2005 +0000
44704
44705    fix glx up for newest glitz interface
44706
44707commit d822bc159672e7327054e572b659ae7dde040e83
44708Author: Dave Airlie <airlied@linux.ie>
44709Date:   Fri Dec 23 00:08:35 2005 +0000
44710
44711    make xgl code at least build against latest glitz.
44712
44713commit 6e2086395d99081d8d682b90cec650a06e41fc2c
44714Author: Dave Airlie <airlied@linux.ie>
44715Date:   Thu Dec 22 23:32:49 2005 +0000
44716
44717    fixups for newer glitz API
44718
44719commit f3ae42c0fd910b7f9feb9be91ccb056bce0cd999
44720Author: Dave Airlie <airlied@linux.ie>
44721Date:   Thu Dec 22 23:31:15 2005 +0000
44722
44723    small fix towards new glitz interface
44724
44725commit 2af7e94eab6847159a3439301ecc93c62a12b1a0
44726Author: Eric Anholt <anholt@freebsd.org>
44727Date:   Thu Dec 22 13:54:08 2005 +0000
44728
44729    Adjust the rules for auto-generating some source files, so that they work
44730        on both GNU make and FreeBSD's make.
44731
44732commit 0d7ec5c7d9b451066a079fe56bcc9722341a91ff
44733Author: Kevin E Martin <kem@kem.org>
44734Date:   Wed Dec 21 02:30:08 2005 +0000
44735
44736    Update package version for X11R7 release.
44737
44738commit b37e738d5f4e1769bdee98acca788aeeb1556bcc
44739Author: Adam Jackson <ajax@nwnk.net>
44740Date:   Tue Dec 20 21:40:19 2005 +0000
44741
44742    Fix an fb regression on A8 pictures. (Fredrik Höglund)
44743
44744commit 03d37eb03864cfc1a2f8d239d5a4c8341bf274f7
44745Author: Adam Jackson <ajax@nwnk.net>
44746Date:   Tue Dec 20 21:34:21 2005 +0000
44747
44748    Bug #5359: Fix a segfault (Mark Kettenis)
44749
44750commit 7b89b643c12fa0f7a662b3ff76e05ece53101312
44751Author: Adam Jackson <ajax@nwnk.net>
44752Date:   Mon Dec 19 16:44:21 2005 +0000
44753
44754    Bug #5116: Refer DRI section details to dri.fd.o.
44755
44756commit 3ef3add90351e3cb7b54dbcedc234bc5d3d65f1c
44757Author: Adam Jackson <ajax@nwnk.net>
44758Date:   Mon Dec 19 16:34:07 2005 +0000
44759
44760    Stub COPYING files
44761
44762commit 3566307c8d44f89622ea51169f67c79092cb56d1
44763Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
44764Date:   Mon Dec 19 09:18:29 2005 +0000
44765
44766    Fix typos.
44767
44768commit 137447c5f3c6f1914ac869297f823ae93ce428ac
44769Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
44770Date:   Thu Dec 15 01:54:45 2005 +0000
44771
44772    Update to 2005-12-14 snapshot from pciids.sf.net
44773
44774commit 2cf86fce41e3fd2ac48c5088da11e19077e42e65
44775Author: Kevin E Martin <kem@kem.org>
44776Date:   Thu Dec 15 00:20:27 2005 +0000
44777
44778    Update package version number for final X11R7 release candidate. Update
44779        release string to 6.99.99.904.
44780
44781commit f1ba3b4f33a928a3a59538799b3863de5c87e70e
44782Author: Adam Jackson <ajax@nwnk.net>
44783Date:   Wed Dec 14 20:11:16 2005 +0000
44784
44785    Bug #4718: Command line flag to disable ACPI.
44786
44787commit cf605eb91619a8c0589a08674ffc3e018471b3fc
44788Author: Adam Jackson <ajax@nwnk.net>
44789Date:   Tue Dec 13 17:35:26 2005 +0000
44790
44791    Build libglx correctly when not building the Xorg DDX.
44792
44793commit b076dd787ff71c4b385ab4e2e4eb367f3de378f6
44794Author: Adam Jackson <ajax@nwnk.net>
44795Date:   Tue Dec 13 17:34:06 2005 +0000
44796
44797    Spell it XINERAMA_SRCS, not PANORAMIX_SRCS.
44798
44799commit 3666dbb5f3e06fa6a72def64556d64cf73141777
44800Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
44801Date:   Mon Dec 12 23:33:55 2005 +0000
44802
44803    Remove unnecessary include of dgaproc.h that broke Solaris builds.
44804
44805commit 438a5549f08ab03443d45dd46323579a2f2e4ba2
44806Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
44807Date:   Mon Dec 12 03:06:18 2005 +0000
44808
44809    Bugzilla #4715 <https://bugs.freedesktop.org/show_bug.cgi?id=4715> Files in
44810        xserver/xorg/Xext not included in tarball after make dist
44811
44812commit 62f3ef930adc7edd49b27dd1f7b0f51bc8bc0afa
44813Author: Adam Jackson <ajax@nwnk.net>
44814Date:   Fri Dec 9 18:35:21 2005 +0000
44815
44816    Bug #5258: Restore binary compatibility with 6.8.2's PictureRec. (Aaron
44817        Plattner)
44818
44819commit b99dea9dcf99f907a3536c0db1c39cc67931a5b1
44820Author: Adam Jackson <ajax@nwnk.net>
44821Date:   Fri Dec 9 18:32:46 2005 +0000
44822
44823    Bug #4935: Fix includes. (Eric Anholt)
44824
44825commit f4957ee94810b471110deebf03d7413399b45db3
44826Author: Adam Jackson <ajax@nwnk.net>
44827Date:   Fri Dec 9 18:30:51 2005 +0000
44828
44829    Bug #4809: Re-fix that doesn't break distcheck. (Alan Coopersmith)
44830
44831commit de22d0c2264bd6dbacbbb4160d09c7e84ad37e70
44832Author: Adam Jackson <ajax@nwnk.net>
44833Date:   Fri Dec 9 15:30:05 2005 +0000
44834
44835    Fix a thinko so the code matches the comment
44836
44837commit 6fcb049cd0d2291da5943176716d1f7bbb85fdc2
44838Author: Adam Jackson <ajax@nwnk.net>
44839Date:   Fri Dec 9 06:49:39 2005 +0000
44840
44841    Bug #1288: Additional refactor of the driver probe logic to keep ati loaded
44842        before atimisc.
44843
44844commit 17ac5e9fec1e07bd18ae1407043c300cb4695ede
44845Author: Adam Jackson <ajax@nwnk.net>
44846Date:   Fri Dec 9 05:36:41 2005 +0000
44847
44848    Push the fallback drivers to the end of the list so driver probe order
44849        stays useful.
44850
44851commit 80ea67e37980d07438749f1aa4dfdd7ee1086799
44852Author: Adam Jackson <ajax@nwnk.net>
44853Date:   Fri Dec 9 03:59:41 2005 +0000
44854
44855    Bug #4361: Change driver probe logic to read the driver list from disk
44856        instead of using a compile-time array.
44857
44858commit 7fa2d11d85d43f42aa9c02f8d772c91d1b04df43
44859Author: Adam Jackson <ajax@nwnk.net>
44860Date:   Fri Dec 9 03:57:41 2005 +0000
44861
44862    Bug #4361: Define XF86CONFIGFILE properly so config file generation works
44863
44864commit 26b41ff43959a07a778bc3d6e4db8da036f09de3
44865Author: Kevin E Martin <kem@kem.org>
44866Date:   Fri Dec 9 03:02:21 2005 +0000
44867
44868    Fix sgml docs build.
44869
44870commit d6f98cbdb8fb74c504a92939d3741420eeed7110
44871Author: Adam Jackson <ajax@nwnk.net>
44872Date:   Thu Dec 8 19:33:09 2005 +0000
44873
44874    Bug #3944: Fix 24bpp packed pixel. (Søren Sandmann Pedersen)
44875
44876commit f9ccebe8c5cd674c08fe8ed860d1c456e42c937e
44877Author: Adam Jackson <ajax@nwnk.net>
44878Date:   Thu Dec 8 19:27:13 2005 +0000
44879
44880    Bug #4928: Fix compilation for Alpha. (Stefaan DeRoeck)
44881
44882commit 3a6bdf0715b994d6ecaa5b6e448695a8a8ec7d72
44883Author: Kevin E Martin <kem@kem.org>
44884Date:   Thu Dec 8 19:21:12 2005 +0000
44885
44886    Add configure option to set the top level font dir.
44887
44888commit 008c2dd5e4614e6a21123ee3a2ac9c5d3bafa97a
44889Author: Kevin E Martin <kem@kem.org>
44890Date:   Thu Dec 8 17:55:19 2005 +0000
44891
44892    Add configure options to allow hard-coded paths to be changed.
44893
44894commit 39189c2b86a4c2ab5f3f161d423eb072356668e5
44895Author: Kevin E Martin <kem@kem.org>
44896Date:   Thu Dec 8 17:54:40 2005 +0000
44897
44898    Allow hard-coded paths to be configurable.
44899
44900commit 20c0ebe7b3feb85abf9bf140b7799aafc6f59513
44901Author: Kevin E Martin <kem@kem.org>
44902Date:   Wed Dec 7 16:18:02 2005 +0000
44903
44904    Change to use the app-defaults default dir configured in libXt.
44905
44906commit 4a39354e14c3c360046b04ea0d4825832b05df05
44907Author: Kevin E Martin <kem@kem.org>
44908Date:   Tue Dec 6 22:48:51 2005 +0000
44909
44910    Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
44911
44912commit 84faf8dc9747bc4f1db5ebc2f23e17cf1460e2e9
44913Author: Adam Jackson <ajax@nwnk.net>
44914Date:   Tue Dec 6 16:22:47 2005 +0000
44915
44916    Bug #5230: Fix whitespace bugs.
44917
44918commit 9439297b7bc07dcb90f0d01da09eea1bac3d42ff
44919Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
44920Date:   Tue Dec 6 15:50:35 2005 +0000
44921
44922    Bugzilla #5219 <https://bugs.freedesktop.org/show_bug.cgi?id=5219> Make
44923        sure all optional sources are included in EXTRA_DIST, even if they
44924        aren't used on the platform the distballs are made on.
44925
44926commit f259fd680caccb59546d7788704e46e51a9c6146
44927Author: Adam Jackson <ajax@nwnk.net>
44928Date:   Sat Dec 3 22:47:47 2005 +0000
44929
44930    Disable the xf8_32wid logic for now, breaks distcheck
44931
44932commit 26f9c4305660c2b3dc7fe8d214bcdd3c24e1b198
44933Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
44934Date:   Sat Dec 3 17:04:45 2005 +0000
44935
44936    Bugzilla #4809 <https://bugs.freedesktop.org/show_bug.cgi?id=4809> Patch
44937        #3908 <https://bugs.freedesktop.org/attachment.cgi?id=3908> xf8_32wid
44938        and cfb24 only need to be built on sparc
44939
44940commit 98231c6b38c98976f4ac2b9417ecfbc37a8cbe9a
44941Author: Kevin E Martin <kem@kem.org>
44942Date:   Sat Dec 3 05:47:25 2005 +0000
44943
44944    Update package version number for X11R7 RC3 release. Update release string
44945        to 6.99.99.903 (i.e., 7.0 RC3).
44946
44947commit 7c00afd0ec94e491f1a9ef32d6543ed51ea3319d
44948Author: Kevin E Martin <kem@kem.org>
44949Date:   Fri Dec 2 06:02:45 2005 +0000
44950
44951    Define XFree86Server only where it is required.
44952
44953commit 924518605b613eb66aa569877fa9f131e6f2a2fd
44954Author: Kevin E Martin <kem@kem.org>
44955Date:   Thu Dec 1 23:39:00 2005 +0000
44956
44957    Fix GL build when srcdir != builddir (Donnie Berkholz).
44958
44959commit 14b9315379fe8c783013906616d868f93fd51c83
44960Author: Kevin E Martin <kem@kem.org>
44961Date:   Thu Dec 1 22:06:49 2005 +0000
44962
44963    Add missing XvExtension and XvMCExtension defines.
44964
44965commit df8fa21d3189e20260328b88cc8a86224a9b1ebf
44966Author: Kevin E Martin <kem@kem.org>
44967Date:   Thu Dec 1 16:20:09 2005 +0000
44968
44969    Fix typo: xorg_bus_linuxbsdpci ==> xorg_bus_linuxpci
44970
44971commit ccfaf82367c9d057fd8314ce36b47f0a8eb696b6
44972Author: Eric Anholt <anholt@freebsd.org>
44973Date:   Thu Dec 1 05:04:07 2005 +0000
44974
44975    Bug #5160: Fix the modular build to try to use the same logic for choosing
44976        the architecture/os-specific bus support as monolithic.
44977
44978commit 9c0bd9687fe7d20f2f0793332ae0db06f035eb23
44979Author: Adam Jackson <ajax@nwnk.net>
44980Date:   Wed Nov 30 22:59:22 2005 +0000
44981
44982    Import libdrm 2.0
44983
44984commit 4ec0b623b6ab5f8a1e5af2cc3d839251acf81ce2
44985Author: Adam Jackson <ajax@nwnk.net>
44986Date:   Wed Nov 30 02:36:25 2005 +0000
44987
44988    Bug #5093: Fix fb for non-SSE machines. (Xavier Bachelot)
44989
44990commit ed826d563cba82c516fd41f6a29ee50aa1fe6c6a
44991Author: Adam Jackson <ajax@nwnk.net>
44992Date:   Tue Nov 29 23:34:30 2005 +0000
44993
44994    Only build dlloader modules by default.
44995
44996commit da5d66f2ff27b21fe5c39a4abb4f627edd707f1d
44997Author: Kevin E Martin <kem@kem.org>
44998Date:   Tue Nov 29 16:39:33 2005 +0000
44999
45000    Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadable
45001        module builds to reflect this change.
45002
45003commit 51a721a6dbb42702347aad3115147e4922fc1a25
45004Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
45005Date:   Mon Nov 28 22:05:09 2005 +0000
45006
45007    Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
45008        update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
45009
45010commit 381931b15b15d0a2ec384b0c22864412c44f9c6e
45011Author: Kevin E Martin <kem@kem.org>
45012Date:   Wed Nov 23 07:14:46 2005 +0000
45013
45014    Add configure option to install libxf86config.a (disabled by default).
45015
45016commit 594ca0966e8fd5992ebf95170cc42e19c698fec6
45017Author: Eric Anholt <anholt@freebsd.org>
45018Date:   Tue Nov 22 02:11:00 2005 +0000
45019
45020    Bug #5118: Use "rm -f" instead of "$(RM)", which isn't always defined.
45021
45022commit 1c8c1179c0789e3e134d31a62dbb88bfdb594b26
45023Author: Felix Kuehling <fxkuehl@gmx.de>
45024Date:   Mon Nov 21 04:24:07 2005 +0000
45025
45026    Fix Xprt library dependencies in the case that Xprint is auto-detected by
45027        configure.
45028
45029commit a1f110bda80bb3b8e4f602385ca5ccd96cf3f786
45030Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
45031Date:   Sun Nov 20 23:01:02 2005 +0000
45032
45033    Make sure XKM_OUTPUT_DIR (used in code) ends in / (so paths don't get hosed
45034        when appending file names) but XKB_COMPILED_DIR (used in Makefiles)
45035        does not so install-sh -d doesn't get confused when the directory
45036        already exists.
45037
45038commit 385730d23944c24dd9af45b27f62c1161abc48b2
45039Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
45040Date:   Sun Nov 20 04:15:15 2005 +0000
45041
45042    Add xext to list of modules xorgcfg depends on.
45043
45044commit 63aa96c08a8390621b017ea498c88cf88152024b
45045Author: Kevin E Martin <kem@kem.org>
45046Date:   Sat Nov 19 07:15:50 2005 +0000
45047
45048    Update pkgconfig files to separate library build-time dependencies from
45049        application build-time dependencies, and update package deps to work
45050        with separate build roots.
45051
45052commit d3b6653a2892e8c929c79fe3ace19ac9d8366fc4
45053Author: Adam Jackson <ajax@nwnk.net>
45054Date:   Sat Nov 19 03:53:04 2005 +0000
45055
45056    Bug #4824: Build XTrap support by default, matching monolith.
45057
45058commit 627ac1fe1dbcbc070575da7bee9e686a7dce5262
45059Author: Eric Anholt <anholt@freebsd.org>
45060Date:   Fri Nov 18 23:34:04 2005 +0000
45061
45062    Bug #5060: Fix non-Linux DRI on 64 bit post Linux 32/64 changes.
45063
45064commit e3ec048ff2fe0ee0862472e9b147b7ce488ea898
45065Author: Adam Jackson <ajax@nwnk.net>
45066Date:   Fri Nov 18 22:43:50 2005 +0000
45067
45068    Bug #4928: Unbreak Makefile.am for Alpha chips. (Stefan DeRoeck)
45069
45070commit de95d8ee197a0bb738037195997d754a20e10254
45071Author: Adam Jackson <ajax@nwnk.net>
45072Date:   Fri Nov 18 18:02:24 2005 +0000
45073
45074    Bug #4859: Don't segfault on bad DDC read. (Tony Houghton)
45075
45076commit 21f7d03dbc347f6bf97a40671275ac75df15bd10
45077Author: Adam Jackson <ajax@nwnk.net>
45078Date:   Wed Nov 16 07:28:19 2005 +0000
45079
45080    Fix builds when not building the Xorg DDX.
45081
45082commit fb2d9df869af0c96f1488ef7cf364e01a9d28f3f
45083Author: Adam Jackson <ajax@nwnk.net>
45084Date:   Tue Nov 15 00:29:23 2005 +0000
45085
45086    Make fb build on darwin/ppc without addition #define hacks
45087
45088commit 16b315affa30e34b9bab81778978484137a5d9bb
45089Author: Kevin E Martin <kem@kem.org>
45090Date:   Mon Nov 14 21:04:12 2005 +0000
45091
45092    Use glcontextmodes.[ch] from Mesa.
45093
45094commit 0c110c80e7afbef50bb354cf1df30123ed048250
45095Author: Kevin E Martin <kem@kem.org>
45096Date:   Mon Nov 14 20:18:03 2005 +0000
45097
45098    Add GL_CFLAGS so that GLX can find its proto headers when using separate
45099        build dirs.
45100
45101commit fc81c13e4dafb0eb818879454ee7ae3fa3dae6d0
45102Author: Kean Johnson <kean@armory.com>
45103Date:   Mon Nov 14 18:49:30 2005 +0000
45104
45105    Dont prevent SCO platforms for using the default ZAxisMapping now that the
45106        OS layer correctly sends z-axis events when the wheel button is used.
45107
45108commit bd9fb533b31c2427d854199fa59dccd357cf874b
45109Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
45110Date:   Mon Nov 14 00:01:34 2005 +0000
45111
45112    Default xkb-output directory needs trailing slash.
45113
45114commit 267cbffa41fffff69c692911d128462f5bab2a69
45115Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
45116Date:   Sun Nov 13 20:53:24 2005 +0000
45117
45118    Bug #5019 <https://bugs.freedesktop.org/show_bug.cgi?id=5019> xserver
45119        installs manpages into 'man1' instead of 'man1x'
45120
45121commit 3179d29b8212c197634d81fbeb8dd2e8df995735
45122Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
45123Date:   Sat Nov 12 18:03:34 2005 +0000
45124
45125    use RGB_DB not RGB_PATH as that's what configure defines (Jürg Billeter
45126        <j@bitron.ch>)
45127
45128commit 0e7e4c7064df64c29b1a0ccd84fba1be7c748f18
45129Author: Kevin E Martin <kem@kem.org>
45130Date:   Thu Nov 10 04:59:21 2005 +0000
45131
45132    Fix typo to enable DGA support.
45133    EXTMODULE is required to build DGA support into extmod.
45134
45135commit e4554db8f87c6a39a3087186395972000bd2085c
45136Author: Kean Johnson <kean@armory.com>
45137Date:   Thu Nov 10 02:41:20 2005 +0000
45138
45139    Dont pass wheel mouse buttons as real buttons, map them as Z-Axis movement
45140        on SCO and USL. Re-instate the ZAxisMapping default for the mouse
45141        driver.
45142
45143commit 1b26fe6d2092c202141a0371f47ef1cd7c66ec00
45144Author: Kevin E Martin <kem@kem.org>
45145Date:   Wed Nov 9 21:28:54 2005 +0000
45146
45147    Update package version number for X11R7 RC2 release. Update release string
45148        to 6.99.99.902 (i.e., 7.0 RC2).
45149
45150commit f886e632b8dab1bfa0de42b9759a8284ecd9b94f
45151Author: Matthias Hopf <mhopf@suse.de>
45152Date:   Wed Nov 9 17:05:41 2005 +0000
45153
45154    Bug #4915: ButtonMapping option which allows to define arbitrary button
45155        mappings (including left-handed mouse etc.). Fixed incorrect usage of
45156        non-reversed, but ZAxisMapped buttons for state detection. Nuked unused
45157        part of reverseMap.
45158
45159commit a25871ae52dd5ce094ba8c1b2021dd027d3e71bd
45160Author: Kevin E Martin <kem@kem.org>
45161Date:   Wed Nov 9 01:00:46 2005 +0000
45162
45163    DRM 1.0.5 import
45164
45165commit c9709c0a38af46368726857f7261cbeb84e53911
45166Author: Kevin E Martin <kem@kem.org>
45167Date:   Tue Nov 8 22:47:57 2005 +0000
45168
45169    Add newly checked in files to Xorg server build.
45170    Fix release date. Enable DGA extension by default.
45171
45172commit f8430a1b8651f4b52d9d3b54694a60d929b48925
45173Author: Kristian Høgsberg <krh@redhat.com>
45174Date:   Tue Nov 8 19:04:56 2005 +0000
45175
45176    Bug #2880, add functions for byte and word level access to pci config
45177        space.
45178    Fix broken utf8 again.
45179
45180commit 5390c7ab05d23f64e6d9afaa558be246a6d6e1b4
45181Author: Kean Johnson <kean@armory.com>
45182Date:   Tue Nov 8 06:33:30 2005 +0000
45183
45184    See ChangeLog entry 2005-11-07 for details.
45185
45186commit f5814bf3fff5352ed6edef4c58aadf2d4593f094
45187Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
45188Date:   Tue Nov 8 03:12:43 2005 +0000
45189
45190    Don't reference noXkbExtension when building without XKB. (Bob Terek - Sun
45191        Microsystems)
45192
45193commit e73cdba865f36ebf78c2dc4ff674b4d9bfe85013
45194Author: Kevin E Martin <kem@kem.org>
45195Date:   Mon Nov 7 21:03:49 2005 +0000
45196
45197    Fix Xvfb to work properly in depth 15 mode. Fixes XTS5 XCloseDisplay-3
45198        server crash.
45199
45200commit 890ed0e082e048fa8daf48229b40558381bd131d
45201Author: Thomas Hellstrom <unichrome@shipmail.org>
45202Date:   Sun Nov 6 16:40:59 2005 +0000
45203
45204    Fix a bug where a system memory pixmap got a wrong address if memcpy()
45205        fallback was used for downloading from screen.
45206
45207commit 70aedcf32a0c924fd073f5b36d20813e8323026b
45208Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
45209Date:   Sat Nov 5 18:56:50 2005 +0000
45210
45211    Bug #4948: <https://bugs.freedesktop.org/show_bug.cgi?id=4948> Incorrect
45212        URL in log file for Xorg CVS. Also fixed wording of statement to not
45213        refer to monolithic CVS since modular uses the same code, so it was
45214        appearing in modular builds too.
45215
45216commit 89c661d61f1b9c70a08237476fa1f7f42c1783ab
45217Author: Kevin E Martin <kem@kem.org>
45218Date:   Fri Nov 4 21:37:32 2005 +0000
45219
45220    Only use fbCopyAreammx if planemask is FB_ALLONES (fixes XTS5 XCopyArea
45221        tests 22 and 23).
45222
45223commit 0b150a05e6fadca7ee8240697d6cbeadea0c53b3
45224Author: Ian Romanick <idr@us.ibm.com>
45225Date:   Thu Nov 3 17:12:53 2005 +0000
45226
45227    Whitespace change just to make sure I created the branch correctly.
45228
45229commit 90cf8e339b71c2f8f2d7a362e6e1ca8078d7f4fd
45230Author: Kevin E Martin <kem@kem.org>
45231Date:   Thu Nov 3 17:08:06 2005 +0000
45232
45233    Fix vendor string and release version reported by the servers. Enable
45234        security, lbx and xevie extensions to give us parity with monolithic
45235        tree.
45236
45237commit f23defeef285b4a5bb58405589294bd557c9bb01
45238Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
45239Date:   Thu Nov 3 16:57:01 2005 +0000
45240
45241    Use APP_MAN_SUFFIX for Xserver man page instead of hardcoding section 1
45242
45243commit f5daec674aeb4fe6ccbc95ead8a319bbeb368d9f
45244Author: Kevin E Martin <kem@kem.org>
45245Date:   Wed Nov 2 15:56:40 2005 +0000
45246
45247    Add support for enabling/disabling DBE (part of generic enable/disable
45248        extension support in the server).
45249
45250commit a311bfa73afa1af76f81958d23bc8e0c631d6828
45251Author: Kevin E Martin <kem@kem.org>
45252Date:   Wed Nov 2 15:53:57 2005 +0000
45253
45254    Fix support for enabling/disabling extensions loaded from modules.
45255
45256commit 462a2407d540eac831c9be4dcee8a16aa1cea6ac
45257Author: Kevin E Martin <kem@kem.org>
45258Date:   Tue Nov 1 15:01:51 2005 +0000
45259
45260    Add xorg-server.m4 for driver dependency checking.
45261    Update pkgcheck depedencies to work with separate build roots.
45262
45263commit 56101c9d6ec3585a0a8550da4b83dd399e3bcce6
45264Author: Kevin E Martin <kem@kem.org>
45265Date:   Mon Oct 31 05:45:40 2005 +0000
45266
45267    Fix fd leak by closing them in the ACPI code instead of just using
45268        shutdown.
45269
45270commit 7993486e80711bd6f6f5b6c2b1f2ac32bfba735b
45271Author: Thomas Winischhofer <thomas@winischhofer.net>
45272Date:   Sun Oct 30 17:38:49 2005 +0000
45273
45274    RandR: Add a driver func to let the driver determine the physical size of a
45275        screen size (display mode). Useful for faked widescreen modes, modes
45276        which are scaled by the driver, etc. This really helps fixing RandR's
45277        sometimes dumb DPI assumptions.
45278
45279commit c818d3a1a5439c54fc687927a99d69712602ed5e
45280Author: Thomas Winischhofer <thomas@winischhofer.net>
45281Date:   Sun Oct 30 09:27:06 2005 +0000
45282
45283    Add xf86RandRSetNewVirtualAndDimensions to loader symlist
45284
45285commit fdbb3ea60949a12eb2f4805d16e8acc2348e39c7
45286Author: Thomas Winischhofer <thomas@winischhofer.net>
45287Date:   Sat Oct 29 21:31:23 2005 +0000
45288
45289    Add function for drivers to change RandR's idea of the virtual screen size.
45290        (This allows drivers to reserve a larger virtual size at start and
45291        change it later)
45292
45293commit e921eec1c6d6ce32630977bd876c529a7c694459
45294Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
45295Date:   Sat Oct 29 00:12:33 2005 +0000
45296
45297    Make X -> Xorg symlink at install time.
45298
45299commit f842c229d4c4dbd5c01364f9e99709bedfd32be6
45300Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
45301Date:   Fri Oct 28 16:01:17 2005 +0000
45302
45303    build fix on alpha
45304
45305commit 7416fd61a17a70a2c27c4b1d19796955c296dc7a
45306Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
45307Date:   Thu Oct 27 21:03:27 2005 +0000
45308
45309    Improved stack trace dump code for Solaris - try fork & exec of pstack
45310        first so we can see the names of non-exported symbols that aren't
45311        visible to walkcontext/dladdr1 code.
45312
45313commit b588bdfe2ac3758d7188706078d79fa276a303e3
45314Author: Dave Airlie <airlied@linux.ie>
45315Date:   Sat Oct 22 04:38:50 2005 +0000
45316
45317    programs/Xserver/GL/mesa/X/xf86glx.c: Missing initializer in xf86glx.c
45318        spotted while debugging something else.
45319
45320commit 59279da49806b032027bb54410bc2513d21e3d9e
45321Author: Adam Jackson <ajax@nwnk.net>
45322Date:   Fri Oct 21 19:06:13 2005 +0000
45323
45324    Bug #1429: Report input device type correctly. (Stéphane VOLTZ)
45325
45326commit 4a8072011895e6f472e429af7503fc07e0561144
45327Author: Adam Jackson <ajax@nwnk.net>
45328Date:   Fri Oct 21 18:50:09 2005 +0000
45329
45330    Bug #4730: Byte-swap the pixmap ID correctly. (Neil Campbell)
45331
45332commit 81e913d3106066de73792f59f3e50e2b5458c567
45333Author: Adam Jackson <ajax@nwnk.net>
45334Date:   Fri Oct 21 18:23:33 2005 +0000
45335
45336    Bug #4840: Typo, x$xRES -> x$RES. (George Fufutos)
45337
45338commit f5a58178347878e0409b592330a07867bea02bef
45339Author: Ian Romanick <idr@us.ibm.com>
45340Date:   Thu Oct 20 23:24:47 2005 +0000
45341
45342    Make sure that the __gl*_size prototypes are seen in all the places that
45343        they need to be seen.
45344
45345commit 279cf9f79da5778b6e14ecc437379d73e3bec5b0
45346Author: Donnie Berkholz <spyderous@gentoo.org>
45347Date:   Thu Oct 20 22:41:28 2005 +0000
45348
45349    Bug #4817 <https://bugs.freedesktop.org/show_bug.cgi?id=4817> Restore '='
45350        to '==' in test for mmx_capable.
45351
45352commit 1f43d218cc24358a0379535ed517c23011633c31
45353Author: Thomas Winischhofer <thomas@winischhofer.net>
45354Date:   Thu Oct 20 21:45:40 2005 +0000
45355
45356    EXA: The "optimization" for using a fill operation instead of 1x1 copies
45357        checked the destination drawable's dimensions (!) instead of the
45358        tile's. Really....
45359
45360commit 15f56b203dbc14ea59885d40fd4bed3da9e8e190
45361Author: Adam Jackson <ajax@nwnk.net>
45362Date:   Thu Oct 20 18:52:51 2005 +0000
45363
45364    Move xf86XTrapModule.c to dixmods, guess at a build system.
45365
45366commit da43c778f4a831061ad2c8b8a312b7a54c9cd79e
45367Author: Adam Jackson <ajax@nwnk.net>
45368Date:   Wed Oct 19 22:45:54 2005 +0000
45369
45370    Bug #3224: Degrade XKB fallback message to X_WARNING.
45371
45372commit 4ebd26f04b32f1b09e0759f1a83437d0b1c4d646
45373Author: Adam Jackson <ajax@nwnk.net>
45374Date:   Wed Oct 19 22:36:22 2005 +0000
45375
45376    Bug #3196: Fix Load foo.so syntax.
45377
45378commit af211a9bc1bcab0aa631558e5d6ce013095f9802
45379Author: Adam Jackson <ajax@nwnk.net>
45380Date:   Wed Oct 19 22:30:09 2005 +0000
45381
45382    Fix PCI bus scan on ia64 E8870 chipsets.
45383
45384commit 5744308e2957781449bfe6fee9b465617a88384d
45385Author: Kevin E Martin <kem@kem.org>
45386Date:   Tue Oct 18 22:06:54 2005 +0000
45387
45388    Update package version number for RC1 release. Update release string to
45389        6.99.99.901 (i.e., 7.0 RC1).
45390
45391commit 2769c3e72c470b472dae013e256a7ee73c3e53f2
45392Author: Adam Jackson <ajax@nwnk.net>
45393Date:   Tue Oct 18 19:43:48 2005 +0000
45394
45395    Fix distcheck by forcing Xorg to be installed before chmod/chown.
45396
45397commit dd0d010e9c34278f968be486a6c5c91e021b6609
45398Author: Adam Jackson <ajax@nwnk.net>
45399Date:   Tue Oct 18 19:14:08 2005 +0000
45400
45401    Fix parallel builds my ensuring libdmxconfig builds first.
45402
45403commit 79e6ac79f983b6cbd88a868dfd2235d9cbe75e8b
45404Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
45405Date:   Tue Oct 18 07:18:21 2005 +0000
45406
45407    Don't use $< in explicit rules since neither BSD nor Solaris make allow
45408        that.
45409
45410commit fb282ef43a1936dcdefa57f16a8363b2adaf983b
45411Author: Aaron Plattner <aplattner@nvidia.com>
45412Date:   Tue Oct 18 04:03:01 2005 +0000
45413
45414    Add miext/damage so misym.c can export DamageDamageRegion.
45415
45416commit 959db6028d232dc76396cb658aa48d3b4e605aed
45417Author: Aaron Plattner <aplattner@nvidia.com>
45418Date:   Tue Oct 18 04:02:31 2005 +0000
45419
45420    Export DamageDamageRegion. Not bumping the ABI version since we did that
45421        already for this release.
45422
45423commit b61c828b0455ec1d4a7ffb54b5ac9b65764a458b
45424Author: Kevin E Martin <kem@kem.org>
45425Date:   Tue Oct 18 02:23:58 2005 +0000
45426
45427    DRM 20051017 import
45428
45429commit d6a40bcd4a745b5d6d1070deb696b21d128ca0fe
45430Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
45431Date:   Tue Oct 18 00:32:55 2005 +0000
45432
45433    Change default install dir for app-default files from
45434        $(sysconfdir)/X11/app-defaults to $(libdir)/X11/app-defaults to match
45435        the monolith & allow localization
45436
45437commit e7007f7d51c9e1d39118865fefb1716c579a70bd
45438Author: Adam Jackson <ajax@nwnk.net>
45439Date:   Mon Oct 17 22:42:03 2005 +0000
45440
45441    More automake 1.7 braindamage: use mkdir -p, not .
45442
45443commit 151ba8b67fd88a721f9f72d3019212b22f5cd3e2
45444Author: Adam Jackson <ajax@nwnk.net>
45445Date:   Mon Oct 17 22:25:58 2005 +0000
45446
45447    Work around automake-1.7 braindamage by providing an explicit rule for
45448        XOrgCfg.
45449
45450commit eec3df1503e561aff6656e15c73b25a0bba1b06b
45451Author: Kristian Høgsberg <krh@redhat.com>
45452Date:   Mon Oct 17 17:11:12 2005 +0000
45453
45454    Fix whitespace in AS_HELP_STRING uses, convert all help strings to use
45455        AS_HELP_STRING.
45456
45457commit 1859c62607d567aa05334df1662f7249c983f793
45458Author: Kevin E Martin <kem@kem.org>
45459Date:   Mon Oct 17 07:18:59 2005 +0000
45460
45461    include/dix-config.h.in Add support for more extensions
45462    Add missing files to EXTRA_DIST
45463
45464commit ccfe9e7e9b49cbbf7c50fbf1a5c33178f27f79eb
45465Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
45466Date:   Sun Oct 16 21:57:34 2005 +0000
45467
45468    Link Xprint config directories in $(C_LOCALE) list to C locale dir, not
45469        en_US
45470
45471commit a7d6a4fb321415b8aaad72760ff8a1ca3fd077f9
45472Author: Donnie Berkholz <spyderous@gentoo.org>
45473Date:   Sun Oct 16 03:02:53 2005 +0000
45474
45475    Change '==' to portable '='.
45476
45477commit c2e461c7e970830ea430de3e5f352d144e9f0239
45478Author: Kevin E Martin <kem@kem.org>
45479Date:   Sat Oct 15 20:44:44 2005 +0000
45480
45481    Fix typo and add new Makefiles to AC_OUTPUT
45482    Fix typos
45483    Add xorg.conf.man to CLEANFILES
45484    Add missing files to EXTRA_DIST
45485
45486commit 34b7b57b3c80507f63a542c6adb4b5c8ed80b642
45487Author: Kristian Høgsberg <krh@redhat.com>
45488Date:   Sat Oct 15 19:34:28 2005 +0000
45489
45490    Doh, remember to add this file.
45491
45492commit 744aa34ca5228ea176cc56a7bdd48bbf5f29b0b5
45493Author: Eric Anholt <anholt@freebsd.org>
45494Date:   Sat Oct 15 02:19:09 2005 +0000
45495
45496    Add an additional meaning to the "dirty" flag. Now, if !dirty && !area, the
45497        pixmaps's contents are undefined, so we won't need to upload the
45498        undefined contents in MoveIn. Use the ExaCheck* for async ops as well,
45499        so that dirty is always tracked. While the performance impact for my ls
45500        -lR test was not significant (though the avoiding-upload path was being
45501        hit), it's likely to be important for the upcoming Get/PutImage
45502        acceleration from ajax.
45503
45504commit 21e7339c1eead1148eea462bc99cf8faf02c8d39
45505Author: Kristian Høgsberg <krh@redhat.com>
45506Date:   Fri Oct 14 22:44:56 2005 +0000
45507
45508    Hook up lbx.
45509
45510commit d62943c040fd3d45079c9918c57f74f993b585d4
45511Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
45512Date:   Fri Oct 14 22:19:51 2005 +0000
45513
45514    Set default font path to match the default in the monolith so fonts are
45515        actually found.
45516
45517commit 0ee70f53ef9b05052ee079560df107d05a9c5407
45518Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
45519Date:   Fri Oct 14 22:01:46 2005 +0000
45520
45521    Install Xorg & xorg.conf man pages even when not building docs
45522
45523commit 0676a2874a62a3661a718cdf21e75ffc77197ad9
45524Author: Kristian Høgsberg <krh@redhat.com>
45525Date:   Fri Oct 14 20:01:36 2005 +0000
45526
45527    Add sysv and sco os-support subdirs and add simple EXTRA_DIST Makefile.am
45528        in those dirs. Remove unsupported os-support subdirs (bsdi, dgux, hurd,
45529        nto, os2, pmax, qnx4) that have no maintainer and we don't dist.
45530    Add Options.
45531
45532commit 57abb5b171b2fe88252aeb788463e533106d66b9
45533Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
45534Date:   Fri Oct 14 08:29:16 2005 +0000
45535
45536    remove reference to non-existent agpgart.h
45537
45538commit 7e3e9ed97ba25bb84286f97fe6882a37c9aa7e25
45539Author: Donnie Berkholz <spyderous@gentoo.org>
45540Date:   Fri Oct 14 06:10:06 2005 +0000
45541
45542    Add XTRAP_LIB to XPRINT_EXTENSIONS to fix xprint build when xtrap is
45543        enabled.
45544
45545commit 821584fcd3bf83f3aaacd35e54323f71d976db44
45546Author: Donnie Berkholz <spyderous@gentoo.org>
45547Date:   Fri Oct 14 05:36:39 2005 +0000
45548
45549    Require glproto >= 1.4.1 if building DRI with GLX. This fixes a build
45550        failure on a number of hyperpipe functions.
45551
45552commit 8df7628a2ad93edf8271f13e0b43c0fa8f766668
45553Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
45554Date:   Fri Oct 14 00:41:51 2005 +0000
45555
45556    Remove reference to XF86config-4. Add xorgcfg(1) to See Also list.
45557
45558commit b54c8154ca19edce00b9c6379d5daf94268bade1
45559Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
45560Date:   Fri Oct 14 00:34:49 2005 +0000
45561
45562    Set substitutions needed in xorgconfig man page.
45563
45564commit 1df705e465a103c94ffbb9fe97bdbe6b0aefc746
45565Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
45566Date:   Thu Oct 13 20:30:38 2005 +0000
45567
45568    AC_SUBST VENDOR_STRING & VENDOR_RELEASE for xorgcfg's app-defaults file
45569
45570commit b349b20d783252d5126451142419aae554f9b776
45571Author: Kristian Høgsberg <krh@redhat.com>
45572Date:   Thu Oct 13 18:08:24 2005 +0000
45573
45574    Dist NOTES.
45575    Dist helper shell scripts.
45576    Dist XAA.HOWTO and a few more unused C files.
45577    Dist xorgconf.cpp.
45578    Fix DIST_EXTRA typo.
45579    Clean yacc and lex generated files only during make maintainer-clean as we
45580        don't expect users to have those tools installed.
45581
45582commit 35a767590e481b15ae66dccc2dd91098992b2751
45583Author: Benjamin Herrenschmidt <benh@kernel.crashing.org>
45584Date:   Thu Oct 13 01:13:58 2005 +0000
45585
45586    Fix stupid mistake in yesterday's allocator commit, would cause exa to
45587        consider a random available memory size
45588
45589commit a16dabd05ee7ec97877f07bd40ed83c01e72fc22
45590Author: Eric Anholt <anholt@freebsd.org>
45591Date:   Wed Oct 12 11:15:44 2005 +0000
45592
45593    Remove an RM line that appears unnecessary and was breaking the build at
45594        xf86DefModeSet.c with FreeBSD make, where RM was undefined. While here,
45595        make the build of xf86DefModeSet.c depend on its sources, so it'll
45596        rebuild properly, and make it a normal CLEANFILE rather than a
45597        DISTCLEANFILE, since the intention seems to be to build it at the
45598        user's build time.
45599
45600commit b819c8378fbf29f185332e8435a80eb35991cd1f
45601Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
45602Date:   Wed Oct 12 08:22:31 2005 +0000
45603
45604    remove unneeded line of code
45605
45606commit e573b272bf2b06fb62d0306ddc966f3230ead967
45607Author: Benjamin Herrenschmidt <benh@kernel.crashing.org>
45608Date:   Wed Oct 12 07:46:36 2005 +0000
45609
45610    Use proper access size when reading pixel based on bpp of the source pixmap
45611
45612commit 55efb41f6cc064763cbfd3ee2a1239dc46cb109a
45613Author: Eric Anholt <anholt@freebsd.org>
45614Date:   Wed Oct 12 07:35:20 2005 +0000
45615
45616    If a window background is a 1x1 pixmap, read the value out and go to
45617        exaFillRegionSolid rather than sending piles and piles of Copies to the
45618        hardware.
45619
45620commit fce11fdf03acc1f3f1dafb79fc8fff0251cf5473
45621Author: Kevin E Martin <kem@kem.org>
45622Date:   Wed Oct 12 02:11:06 2005 +0000
45623
45624    Fix typo (DIST_EXTRA -> EXTRA_DIST)
45625
45626commit 12994b9afbc18bfb7209f677abf673415c9ddf15
45627Author: Benjamin Herrenschmidt <benh@kernel.crashing.org>
45628Date:   Tue Oct 11 23:11:37 2005 +0000
45629
45630    Fix a couple of bugs in the offscreen allocator. One mostly harmless was
45631        causing our search loop for evictable blocks to possibly skip a good
45632        candiate, and another was the allocator would occasionally use
45633        area->offset as if it was the base of the pixmap, while for a pixmap
45634        that is not in available state, it is not. This caused some funny
45635        miscalculation leading to overlapping pixmaps and accesses beyond the
45636        end of the framebuffer. To make things cleared, I renamed save_offset
45637        to base_offset, made sure it's the one used everywhere in the
45638        allocator, and only align "offset" for the client at the end of
45639        exaOffscreenAlloc().
45640
45641commit 8444a1f3918b0433f89cae31673ab63628b4543d
45642Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
45643Date:   Tue Oct 11 21:01:04 2005 +0000
45644
45645    missed commit
45646
45647commit 3b683b63eed603ae58a8cddab48eb81f7ba0dbdf
45648Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
45649Date:   Tue Oct 11 20:12:24 2005 +0000
45650
45651    missed ChangeLog entry for previous commit
45652
45653commit b4450f3242ab408e80bc3d6d5d1cf6765f3e5339
45654Author: Thomas Winischhofer <thomas@winischhofer.net>
45655Date:   Tue Oct 11 19:03:02 2005 +0000
45656
45657    Add DGAReInitModes, Part 2
45658
45659commit d91d18e1d6d663244288748ab86a35a6c151a535
45660Author: Thomas Winischhofer <thomas@winischhofer.net>
45661Date:   Tue Oct 11 19:02:18 2005 +0000
45662
45663    Add DGAReInitModes in order to allow the driver to change the list of
45664        supported DGA modes. (Part 1)
45665
45666commit c1a2abadfbb862cbaac3e23d0c1317ce5473ebdd
45667Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
45668Date:   Tue Oct 11 14:50:47 2005 +0000
45669
45670    fix a typo
45671
45672commit 697f64a22ac5a7742a0022605a1074351296d4f8
45673Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
45674Date:   Tue Oct 11 14:50:03 2005 +0000
45675
45676    check randrp has been initialized
45677
45678commit 2828d92c6ca400b603b6a20a221d9c858732292f
45679Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
45680Date:   Tue Oct 11 14:45:01 2005 +0000
45681
45682    programs/Xserver/hw/xfree86/common/xf86RandR.c
45683    programs/Xserver/hw/xfree86/loader/xf86sym.c Add a new function
45684        xf86GetRotation to allow third party modules to obtain the current
45685        rotation.
45686
45687commit cad18ec979e38ef80a606f0e4abf2142b9d0d2b1
45688Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
45689Date:   Mon Oct 10 10:07:47 2005 +0000
45690
45691    don't move x or y depending on the screen size change
45692
45693commit 7f72f94aa4f0655b8aab6c67eef2a5f5ac4b418f
45694Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
45695Date:   Mon Oct 10 09:31:49 2005 +0000
45696
45697    rework that again
45698
45699commit 7c1d9a31a36552467d194e7d009c17dc526256c2
45700Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
45701Date:   Mon Oct 10 09:24:28 2005 +0000
45702
45703    a furthur tweak to the randr cursor position fix
45704
45705commit 13f958fbe8420e406f24c01d320f29002ee860b7
45706Author: Benjamin Herrenschmidt <benh@kernel.crashing.org>
45707Date:   Mon Oct 10 05:58:41 2005 +0000
45708
45709    Add missing {Prepare,Finish}Access() wrappers for the tile pixmap in the
45710        fallback case
45711
45712commit d82aeb55ca3b6abe4cafa7b9c39777a5f67308e5
45713Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
45714Date:   Sun Oct 9 23:47:52 2005 +0000
45715
45716    Bug #3254 <https://bugs.freedesktop.org/show_bug.cgi?id=3254> Make sure
45717        screensaver & DPMS timeouts don't overflow when multiplied by
45718        MILLI_PER_MIN. (Reported by Zachary J. Slater)
45719
45720commit 29b5f846d261976f466d2c7181d6a75de670066b
45721Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
45722Date:   Sun Oct 9 17:47:34 2005 +0000
45723
45724    Bug #4715 <https://bugs.freedesktop.org/show_bug.cgi?id=4715> Add
45725        SecurityPolicy to EXTRA_DIST (Bill Crawford)
45726
45727commit 046234b3ebdfe221de9e87d70d287f69a6f59d6e
45728Author: Eric Anholt <anholt@freebsd.org>
45729Date:   Sun Oct 9 02:03:22 2005 +0000
45730
45731    Don't try the accelerated glyphs path for component-alpha text (which I
45732        don't expect drivers to be able to accelerate without exa assistance).
45733        Instead, drop back to plain old miGlyphs for a 62.5% +/- 1.5% reduction
45734        in runtime of my ls -lR test (n=5) with component alpha. While a
45735        reasonable approach would seem to be making a better test to see
45736        whether the entire path would be accelerated and force migration
45737        appropriately, my attempt at this made the situation much worse.
45738
45739commit 526d1502df8db6799c9d1155b86ce79cef90872b
45740Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
45741Date:   Fri Oct 7 21:29:39 2005 +0000
45742
45743    another update to the RandR fix (thanks Aaron)
45744
45745commit 5a71a5667eb5b01e0f65f9310f4af1f6c5711ab7
45746Author: Kristian Høgsberg <krh@redhat.com>
45747Date:   Fri Oct 7 19:01:10 2005 +0000
45748
45749    Add Xprint init scrips to EXTRA_DIST.
45750
45751commit 470213753b158225b44a39a872599344acbc7101
45752Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
45753Date:   Fri Oct 7 18:15:08 2005 +0000
45754
45755    update the last RandR fix
45756
45757commit 348242f35aeb2869ef390241035b5f3266fc0288
45758Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
45759Date:   Fri Oct 7 15:39:52 2005 +0000
45760
45761    programs/Xserver/hw/xfree86/common/xf86RandR.c Use PointerMoved instead of
45762        SetCursorPosition, as PointerMoved will call AdjustFrame to reposition
45763        the window if necessary and avoid the cursor ending up offscreen.
45764
45765commit 578e18d11b3d61449c1dd7eba04e1748f19c68f3
45766Author: Kevin E Martin <kem@kem.org>
45767Date:   Fri Oct 7 14:27:47 2005 +0000
45768
45769    Add darwin to dist
45770    Include missing docs in EXTRA_DIST
45771    Include headers and other files in dist
45772
45773commit 148df64a05d69adaac4b0f3684b846eb1da60219
45774Author: Kevin E Martin <kem@kem.org>
45775Date:   Fri Oct 7 04:11:02 2005 +0000
45776
45777    Add README.compiled to dist tarball
45778
45779commit ff258ac2783203ed2a7698894d951391d1aecebc
45780Author: Benjamin Herrenschmidt <benh@kernel.crashing.org>
45781Date:   Thu Oct 6 23:45:29 2005 +0000
45782
45783    Clients tend to set picture->repeat when not necessary. Most HW cannot
45784        accelerate repeat NPOT thus triggering software fallback (this is the
45785        case with gnome desktop for example). This adds a simple optimisation
45786        to exa that removes "repeat" when it's obviously useless, that is, the
45787        single picture instance covers the entire rectangle beeing used
45788
45789commit e4ed43c3a6c248ba2b82b8bbf29da537a68407e6
45790Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
45791Date:   Thu Oct 6 22:25:35 2005 +0000
45792
45793    symlink.sh:
45794    New files linked:
45795    xorgconf.cpp Options
45796    usb.3 usb_hid_usages
45797    lynx_ppc.S
45798    BUSmemcpy.S IODelay.S PortIO.S SlowBcopy.S
45799    sun_inout.s
45800    xaaTEGlyphBlt.S
45801    xkbcomp/compiled/README
45802    New files excluded:
45803    All of lib/GL/apple
45804    xlibi18n/*/*.mapfile
45805    xxserver/xorg/configure.ac, xkb/Makefile.am:
45806    Install README.compiled in the xkb output dir
45807
45808commit 1614a31a9dad9482ae4526c194c2bae1c4993f8f
45809Author: Eric Anholt <anholt@freebsd.org>
45810Date:   Thu Oct 6 21:55:41 2005 +0000
45811
45812    Bug #4699: Correct some memory leaks in EXA and damage related to region
45813        handling.
45814
45815commit cd9ff6aec81e04bbfe14364407ccb28df05fc063
45816Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
45817Date:   Thu Oct 6 20:16:13 2005 +0000
45818
45819    cpp processing for Xvfb man page
45820
45821commit 370b8c8f1cb1a3531d52ea3b430852a0d76b2a4c
45822Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
45823Date:   Thu Oct 6 20:14:43 2005 +0000
45824
45825    App-defaults file not supposed to have .ad suffix when installed Fix cpp
45826        rules to set needed flags for app-defaults file
45827
45828commit 2770233069d3845c681bea8eccff22e92254487e
45829Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
45830Date:   Thu Oct 6 19:59:26 2005 +0000
45831
45832    Don't build "ev" example on systems without <linux/input.h>
45833
45834commit 460145a5d52b5325fa5e920cee3699fcf7dd9afe
45835Author: Kristian Høgsberg <krh@redhat.com>
45836Date:   Thu Oct 6 19:37:39 2005 +0000
45837
45838    Add cpconfig.c to EXTRA_DIST.
45839    Add CURSOR.NOTES to EXTRA_DIST.
45840    Add extrapci.ids to EXTRA_DIST and fix xf86PciIds.h rule.
45841
45842commit e63f76caa1b1342422567fdcb9f8af24792c8ca1
45843Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
45844Date:   Thu Oct 6 17:55:54 2005 +0000
45845
45846    Sun bug #6326551: xkbSetDetectableAutoRepeat broken when using XEvIE
45847        <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6326551>
45848        (Derek Wang, Sun Microsystems)
45849
45850commit 5f30a7b10286b4f55821acd4eb5580a8f5a3c56a
45851Author: Benjamin Herrenschmidt <benh@kernel.crashing.org>
45852Date:   Thu Oct 6 08:08:04 2005 +0000
45853
45854    Bug #4689: Treat DirectColor as TrueColor in Render. It fixes some crashes
45855        with xcompmgr when using apps that use a DirectColor visual for their
45856        windows
45857
45858commit 9000c0321baf1e25e1796e6a333aad0e5a22cbe2
45859Author: Kevin E Martin <kem@kem.org>
45860Date:   Thu Oct 6 04:05:30 2005 +0000
45861
45862    Install correct man page and add to dist
45863
45864commit 9b894df44b575f768a2400d044d8c1eb6ef2ec97
45865Author: Kevin E Martin <kem@kem.org>
45866Date:   Thu Oct 6 02:40:41 2005 +0000
45867
45868    Include dmx-config.h for modular build
45869    Use <X11/extensions/dmxext.h> intead of "dmxext.h"
45870
45871commit 30c1369bf5816ffd7bd52d9a9dbcb72500684e2f
45872Author: Kevin E Martin <kem@kem.org>
45873Date:   Thu Oct 6 02:35:22 2005 +0000
45874
45875    Add support for building DMX config and examples programs Add missing files
45876        to EXTRA_DIST Install Xdmx man page
45877
45878commit 1f9b6dc1ccd999c90ba825cf5fbdfa29770224a6
45879Author: Kevin E Martin <kem@kem.org>
45880Date:   Thu Oct 6 00:34:29 2005 +0000
45881
45882    Clean up generated files to pass distcheck
45883    Clean up generated files to pass distcheck Distribute getconfig.man.pre,
45884        not getconfig.man
45885
45886commit 61cd478b545de0313271cf6852e2df770e8f5914
45887Author: Adam Jackson <ajax@nwnk.net>
45888Date:   Wed Oct 5 22:39:41 2005 +0000
45889
45890    Bug #3652: Server-side GLX support for GLX_SGIX_swap_barrier and
45891        GLX_SGIX_hyperpipe extensions. (Eric Kunze, SGI)
45892
45893commit e891d9c078bd31447ae3e1fc7f8c15953b0bb916
45894Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
45895Date:   Wed Oct 5 22:19:09 2005 +0000
45896
45897    Update to 2005-10-05 snapshot from pciids.sf.net (includes a couple new
45898        Radeon id's).
45899
45900commit dc6ac8e46f80157960a24a1be1fb83f22dff45a0
45901Author: Kristian Høgsberg <krh@redhat.com>
45902Date:   Wed Oct 5 21:38:40 2005 +0000
45903
45904    Add DGA configure option and add various files that we should be dist'ing.
45905        Simplify xf86DefModeSet.c rule a bit.
45906
45907commit 8391eaa4aa1ae3744ad8c45f5d148ba362d2c9dd
45908Author: Adam Jackson <ajax@nwnk.net>
45909Date:   Wed Oct 5 21:13:49 2005 +0000
45910
45911    Preprocess and install XOrgCfg.ad as in the monolith.
45912
45913commit a9df169f108b15d312421e498675cd2e48206660
45914Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
45915Date:   Wed Oct 5 17:27:58 2005 +0000
45916
45917    Add missing $(DESTDIR) to custom install target
45918
45919commit a6cbe0776fcc8fb19a2bf2ecef41559eed6e5cef
45920Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
45921Date:   Wed Oct 5 16:39:09 2005 +0000
45922
45923    Fix the rest of the XFree86 DDX options that require an argument to say so
45924        instead of reporting "unrecognized option" when the argument is
45925        missing. Also give correct error instead of "unrecognized option" for
45926        options only available to root.
45927
45928commit 8c524f9966d2a167ea71dd81e235140e0db31471
45929Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
45930Date:   Wed Oct 5 15:33:40 2005 +0000
45931
45932    Xdmx & Xprint also need xau & xdmcp module dependencies
45933
45934commit 9f3ad65251832631630f7e587b409b750a144bd3
45935Author: Luc Verhaegen <libv@skynet.be>
45936Date:   Wed Oct 5 07:27:52 2005 +0000
45937
45938    Fix lnx_pci.c's xf86GetOSOffsetFromPCI return value. Clears up the resource
45939        ranges awkwardness and the "INVALID MEM ALLOCATION" warning.
45940
45941commit da989e988cc96c0ec4f07fceb4c36b30c2e37f4a
45942Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
45943Date:   Wed Oct 5 02:18:10 2005 +0000
45944
45945    Xnest depends on xdmcp & xau modules too
45946
45947commit 9e8b5f3d478ca18a9ff9c26745de77c91a5d36d9
45948Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
45949Date:   Wed Oct 5 01:38:50 2005 +0000
45950
45951    Make Xorg -config stop lying to people and claiming it doesn't exist when
45952        you fail to specify a file name. Also, include it in the list of
45953        available options for non-root users when listing all available flags.
45954
45955commit 34a8411ede185553f1387ee0bf534cf77b0fc004
45956Author: Adam Jackson <ajax@nwnk.net>
45957Date:   Wed Oct 5 00:55:08 2005 +0000
45958
45959    Bug #4038: Unbreak the SYSVIPC check for cross builds. (Detlef Vollman)
45960
45961commit f47f00ab747563678c8625de5e5b2a588660064e
45962Author: Eric Anholt <anholt@freebsd.org>
45963Date:   Tue Oct 4 11:24:09 2005 +0000
45964
45965    Mark the temporary pixmap dirty if UploadToScreen succeeds. Failure to do
45966        so resulted in a solid black glyph if the font rendering actually
45967        resulted in a fallback (subpixel AA, for example) and the temporary got
45968        migrated after 10 or so glyphs.
45969
45970commit 89a1a91b88b94b341075bc208941337ce11465b7
45971Author: Aaron Plattner <aplattner@nvidia.com>
45972Date:   Tue Oct 4 07:42:21 2005 +0000
45973
45974    Add miext/cw to the module loader include path so that misym.c can export
45975        miDisableCompositeWrapper.
45976
45977commit 43625a47063c246e7bf9d687caded0b7e2ea0dc6
45978Author: Aaron Plattner <aplattner@nvidia.com>
45979Date:   Tue Oct 4 07:31:53 2005 +0000
45980
45981    Bump the video driver module ABI minor version to 8 so modules statically
45982        linked against miDisableCompositeWrapper won't load on older servers.
45983    #include "cw.h" instead of #include "cw/cw.h"
45984
45985commit ca57db6fc1e6100c47ad935d626fdd490ed6116e
45986Author: Aaron Plattner <aplattner@nvidia.com>
45987Date:   Tue Oct 4 04:30:33 2005 +0000
45988
45989    Export miDisableCompositeWrapper.
45990
45991commit b2e451b93c20efc49a6cc565239432b2c705fe37
45992Author: Eric Anholt <anholt@freebsd.org>
45993Date:   Tue Oct 4 03:44:14 2005 +0000
45994
45995    Correct the test for whether projective transform is necessary. Also, use
45996        "affine" to describe the variable (universally) on suggestion from
45997        vektor. Corrects a rendercheck failure.
45998
45999commit cdded97a0ad717f4f9120b37d2687fa661696c9b
46000Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
46001Date:   Tue Oct 4 00:45:42 2005 +0000
46002
46003    Add #include <xorg-config.h> for modular build
46004
46005commit 4ae4fc7d51aeb0f27bed52f7e6a346745f3ea453
46006Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
46007Date:   Tue Oct 4 00:43:16 2005 +0000
46008
46009    Add gtf to xserver/xorg/hw/xfree86/utils
46010
46011commit d51962378ef6371456e034d6d7f6780e05bc1207
46012Author: Adam Jackson <ajax@nwnk.net>
46013Date:   Mon Oct 3 19:31:50 2005 +0000
46014
46015    Bug #3781: Only use fbCopyAreammx when alu == GXcopy. Originally Gentoo bug
46016        #96053, patch by bartron@gmx.net.
46017
46018commit 6d4b350dee9495e54e6e5492815885f1d8455ac9
46019Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
46020Date:   Mon Oct 3 16:46:14 2005 +0000
46021
46022    Bug #3815 <https://bugs.freedesktop.org/show_bug.cgi?id=3815> Patch #3463
46023        <https://bugs.freedesktop.org/attachment.cgi?id=3463> GNU/kFreeBSD
46024        Xserver support (Robert Millan)
46025
46026commit 22b4200b01310e7b4743ef0b3541c3053a2d8279
46027Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
46028Date:   Mon Oct 3 15:41:10 2005 +0000
46029
46030    Whoops, need to be in DIST_SUBDIRS too.
46031
46032commit 14a2bd33307fd937804a9fbb03787ec30858a05c
46033Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
46034Date:   Mon Oct 3 15:37:57 2005 +0000
46035
46036    Add missing ] (Dawid Gajownik)
46037    Add getconfig (Dawid Gajownik)
46038
46039commit 84141fc299b03b5552be093f9b698a85bc670d65
46040Author: Eric Anholt <anholt@freebsd.org>
46041Date:   Mon Oct 3 11:43:55 2005 +0000
46042
46043    Merge r1.36 of fbcompose.c from xserver CVS: Special case projective
46044        transforms so we can avoid doing the expensive
46045    64-bit math. Unroll the bilinear interpolation loops for an extra boost. I
46046        tested this with the up/downscaling cairo-benchmarks with Xvfb and saw
46047        a 12% +/- 4% decrease in time taken to run them.
46048
46049commit c024262eae4e00567ccb66a59b4d572621233cbc
46050Author: Eric Anholt <anholt@freebsd.org>
46051Date:   Mon Oct 3 10:20:29 2005 +0000
46052
46053    Merge r1.2 of fbedge.c from xserver CVS: Optimize spans where the same
46054        value is being added to multiple pixels. This improves the speed of
46055        rendering wide trapezoids. I tested this with a small set of xlibs
46056        cairo-benchmarks with Xvfb and saw a 4% decrease in time taken to run
46057        them.
46058
46059commit a7e3c6fa8ceb6a3a423377aa32ab0da5a6ab9286
46060Author: Adam Jackson <ajax@nwnk.net>
46061Date:   Mon Oct 3 06:31:48 2005 +0000
46062
46063    Real configure check for execinfo.h (Yuri Vasilevski)
46064
46065commit e3d2a7d57bc57453d66aa63ca7fe4d910b64737c
46066Author: Adam Jackson <ajax@nwnk.net>
46067Date:   Mon Oct 3 06:29:14 2005 +0000
46068
46069    Bug #4393: uClibc lies and defines __GLIBC__ even though it's not source
46070        compatible with glibc, so the backtrace support check fails. Work
46071        around this by wrapping the code in a configure check for execinfo.h,
46072        and emulate detection for the monolith. (Yuri Vasilevski)
46073
46074commit 5037d3441d65f1fb6493c3b55137ef1b5eddd6b0
46075Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
46076Date:   Sun Oct 2 22:17:38 2005 +0000
46077
46078    Bug #1465 <https://bugs.freedesktop.org/show_bug.cgi?id=1465>
46079        /etc/init.d/Xprint should use PROJECTROOT from build (Grzegorz
46080        D�?browski)
46081
46082commit b05e78dd40e1fe915096362f32c3af8aee0ed36a
46083Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
46084Date:   Sun Oct 2 19:30:57 2005 +0000
46085
46086    Fix typo in MAN_SRCS (Dawid Gajownik)
46087
46088commit 8814896da83b19be01beedd0b2b3380298778328
46089Author: Eric Anholt <anholt@freebsd.org>
46090Date:   Sun Oct 2 08:53:18 2005 +0000
46091
46092    Fix include path for commit of bug #4616.
46093
46094commit ecaa46380ed0a920186407b9294c5c60f75f1a13
46095Author: Eric Anholt <anholt@freebsd.org>
46096Date:   Sun Oct 2 08:28:27 2005 +0000
46097
46098    Bugzilla #4616:
46099    - Merge various fb/ bits of COMPOSITE support from xserver, which weren't
46100        necessary before due to cw hiding the issues. Fixes offset calculations
46101        for a number of operations, and may pull some fixes that cairo has
46102        wanted for XAA as well.
46103    - Add a new call, miDisableCompositeWrapper(), which a DDX can call to keep
46104        cw from getting initialized from the damage code. While it would be
46105        cleaner to have each DDX initialize it if it needs it, we don't have
46106        control over all of them (e.g. nvidia).
46107    - Use the miDisableCompositeWrapper() to keep cw from getting set up for
46108        screens using EXA, because EXA is already aware of composite. Avoiding
46109        cw improved performance 0-35% on operations tested by ajax in x11perf.
46110
46111commit 2c82429f8957ed0268c0e4e4fe5aed9093f33960
46112Author: Ian Romanick <idr@us.ibm.com>
46113Date:   Sat Oct 1 22:25:13 2005 +0000
46114
46115    Refactors __glXImageSize and __glXImage3DSize into a single function. It
46116        replaces all calls to the old functions with calls to __glXImageSize
46117        with the new parameter list.
46118    I have also added 'target' as a parameter. This is a stepping stone to the
46119        code in patch #2410. Basically, if the texture target is one of
46120        GL_PROXY_*, the image size is always zero. This gathers all the checks
46121        for that into a single place. I have *not* modified the existing
46122        callers to take this into account. They still do their own checks for
46123        GL_PROXY_*. However, when the generated versions of those functions are
46124        added to the tree, they *will* rely on that.
46125    The code growth is mainly due to the new 40 line comment before
46126        __glXImageSize.
46127    I have tested this with a few of the texture using demos and tests from
46128        Mesa, including tunnel, texdown, and drawpix.
46129    Reviewed by: Adam Jackson, Eric Anholt, and Brian Paul.
46130
46131commit e27b3e4ea1ddf9b2e9c2d63a0e60400b523a8a94
46132Author: Ian Romanick <idr@us.ibm.com>
46133Date:   Sat Oct 1 22:19:04 2005 +0000
46134
46135    Remove some more incorrect prototypes for the __gl*_size functions.
46136
46137commit e270e6394b623b48d416feeef0c3856f2e303c8d
46138Author: Matthieu Herrb <matthieu.herrb@laas.fr>
46139Date:   Sat Oct 1 17:53:38 2005 +0000
46140
46141    Bug #3822: out of bound reads in fbbltone and fbblt (Mark Kettenis, Thierry
46142        Deval).
46143
46144commit 54b2a14f0fa4397f3e9ae75dd63d5cacfdd778eb
46145Author: Matthieu Herrb <matthieu.herrb@laas.fr>
46146Date:   Sat Oct 1 17:30:58 2005 +0000
46147
46148    Bug #3411: fix handling of keyboard Autorepeat rate in xorg.conf.
46149
46150commit a07dd03748c8fa2633e294ee4d9ab38265970e5e
46151Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
46152Date:   Sat Oct 1 07:17:55 2005 +0000
46153
46154    Add hw/xfree86/getconfig
46155
46156commit abc6aa50fb52fa4fa9b9436dbc3a70f86e62dc27
46157Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
46158Date:   Sat Oct 1 06:27:12 2005 +0000
46159
46160    Oops - fix build/install of fbdevhw.man
46161
46162commit 13e0db19d8c0b1df636f218bcbfbb2c54fa7576f
46163Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
46164Date:   Sat Oct 1 06:19:02 2005 +0000
46165
46166    Adding more doc files & fbdevhw man page
46167
46168commit b5ce065a5e91e2ad3213ea8c711cfe7ed9060c16
46169Author: Thomas Winischhofer <thomas@winischhofer.net>
46170Date:   Fri Sep 30 08:54:44 2005 +0000
46171
46172    RandR: Fix failure handling (Closes #4635; Thomas Winischhofer)
46173
46174commit 4608a2b654be84b2e345bcada63422d18c74a06e
46175Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
46176Date:   Fri Sep 30 02:37:57 2005 +0000
46177
46178    Man page processing/installation and other doc file updates
46179
46180commit aa74468aa59b95424cd0000179b8985b267d639b
46181Author: Adam Jackson <ajax@nwnk.net>
46182Date:   Fri Sep 30 02:03:45 2005 +0000
46183
46184    sparse cleanups. s/0/NULL/ and mark a few things static.
46185
46186commit c65fde5343719d3e9ebc76cc371c6f5f7948de8c
46187Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
46188Date:   Wed Sep 28 20:38:42 2005 +0000
46189
46190    Make the server distcheck:
46191    - Fix up the XpConfig directory to remove the stuff it installs
46192    - Add a few files to CLEANFILES here and there
46193
46194commit 58abce3f90504dd48838a2f7ae7bb5db6a6cff70
46195Author: Eric Anholt <anholt@freebsd.org>
46196Date:   Wed Sep 28 20:01:37 2005 +0000
46197
46198    - Use the dirty flag (which should be set correctly all the time,
46199        particularly thanks to Prepare/FinishAccess) to avoid DFS/memcpy on
46200        pixmap move-out if it's unnecessary. This was disabled in KAA because
46201        cache misuse on ATI made me guess that this code was wrong.
46202    - Unwrap Glyphs on closescreen.
46203
46204commit f53404bdbba23fd46420564565ab815f7c20b101
46205Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
46206Date:   Wed Sep 28 16:55:25 2005 +0000
46207
46208    Add kbd_mode build system
46209
46210commit 940158a6f2e98069a47293d713df674e16ad8a11
46211Author: Ian Romanick <idr@us.ibm.com>
46212Date:   Wed Sep 28 03:37:22 2005 +0000
46213
46214    Replace all uses of __glEvalComputeK (and the doubly redundant
46215        EvalComputeK) with calls to one of __glMap[12][df]_size. This was
46216        tested with progs/samples/eval (from Mesa).
46217
46218commit 806d74bc0640f4f3dcc034b36a36aea289b01685
46219Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
46220Date:   Wed Sep 28 01:57:47 2005 +0000
46221
46222    Add __SVR4 #ifdefs to work in non-Imake builds.
46223
46224commit 88957862b812b3e1e19d5e11365a22dc249cf4d2
46225Author: Kevin E Martin <kem@kem.org>
46226Date:   Tue Sep 27 23:28:46 2005 +0000
46227
46228    Fix distcheck build and install errors.
46229
46230commit 003655c02ad3a031031bb4ac859966a513f63e10
46231Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
46232Date:   Tue Sep 27 18:36:14 2005 +0000
46233
46234    Make XpConfig build system call mkfont{scale,dir}
46235
46236commit 156b2cf3f76ae53cc37b6f5910b446c776ccc9ba
46237Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
46238Date:   Tue Sep 27 17:49:35 2005 +0000
46239
46240    Add forgotten Makefile.am
46241
46242commit f3d0cb4a5722e0512bbdcd179215532795cba38f
46243Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
46244Date:   Tue Sep 27 16:15:55 2005 +0000
46245
46246    Get XpConfig build system in pretty much working state
46247
46248commit 1c2e8b1ecc8b7b8c8562461eed7892ff22d17e71
46249Author: Kevin E Martin <kem@kem.org>
46250Date:   Tue Sep 27 15:11:56 2005 +0000
46251
46252    Fix make dist to include only sgml files.
46253
46254commit ca64aab609c3585234410cd8d908f8e1efe5c788
46255Author: Kevin E Martin <kem@kem.org>
46256Date:   Tue Sep 27 14:09:31 2005 +0000
46257
46258    Add build system for building docs and fix setuid issues.
46259    Add build system for sgml docs.
46260
46261commit 1a4e30d508e62ab304722c3525748ff0e3c2899d
46262Author: Kevin E Martin <kem@kem.org>
46263Date:   Tue Sep 27 13:47:26 2005 +0000
46264
46265    Include xorg-config.h so the generated file will also include it.
46266
46267commit 30ff9e26196bdba8435e0dcdb96864e81c8cb136
46268Author: Ian Romanick <idr@us.ibm.com>
46269Date:   Tue Sep 27 00:04:40 2005 +0000
46270
46271    Fix some problems that caused incorrectly annotated prototypes for
46272        __gl*_size functions to be used. The result was that, on x86, the code
46273        would be compiled with FASTCALL semantics, but the callers would not.
46274        This should fix GLX protocol errors that people are seeing. There
46275        doesn't appear to be a bugzilla associated with this problem.
46276
46277commit 6c5c54b9a2872f1bb7de36a8d2d4efcef70b14c6
46278Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
46279Date:   Mon Sep 26 23:07:44 2005 +0000
46280
46281    Various small fixups to get XpConfig to 'build'
46282
46283commit 604f7c64efb57a48ec667c2ed62d3b4bad0c302b
46284Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
46285Date:   Mon Sep 26 22:45:43 2005 +0000
46286
46287    Check in skeleton Makefile.am's for the rest of XpConfig
46288
46289commit 8907195d784ff2c72a00b64edab6a8ac3b31dec5
46290Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
46291Date:   Mon Sep 26 20:58:26 2005 +0000
46292
46293    Take care of more files from monolith's Xserver/hw/xfree86/etc dir:
46294    hw/xfree86/utils/ioport/Makefile.am
46295    Add ioport and pcitweak utils from monolith hw/xfree86/etc dir.
46296    Generate xf86DefModeSet.c from vesamodes & extramodes
46297    Add apSolaris.shar to EXTRA_DIST
46298
46299commit 9abccb5e65628c938c6f01b685ab8fbffae7bc3b
46300Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
46301Date:   Mon Sep 26 19:33:06 2005 +0000
46302
46303    Add initial build system for XpConfig
46304
46305commit 0531c4be2f1a30082cfec5e411ab34d17978d66e
46306Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
46307Date:   Mon Sep 26 02:41:38 2005 +0000
46308
46309    alanc@alf:/export/alanc/X.org/head/cvs-rw/xc [7:40pm - 628] head -14
46310        ChangeLog
46311    include xorg-config.h for modular build
46312    Adjust XF86CONFIG defines for modular build
46313    Fixes for modular build:
46314    - include modular server config headers
46315    - change default XCONFIGFILE to xorg.conf
46316    - define XKB_RULES_DIR if not defined by Imake
46317
46318commit 256fa24945bcaa6e5a68a48c1b757f8084e88a38
46319Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
46320Date:   Sun Sep 25 17:48:09 2005 +0000
46321
46322    Add SecurityPolicy file for XCSECURITY extension.
46323    Add README to EXTRA_DIST
46324
46325commit 54639964cc344f1086196729fde37515f11e7972
46326Author: Bogdan Diaconescu <b_diaconescu@yahoo.com>
46327Date:   Sat Sep 24 21:56:00 2005 +0000
46328
46329    Changed the license to a X/MIT one
46330
46331commit 3192f400c72b3b606fcc1798d577737502897b43
46332Author: Adam Jackson <ajax@nwnk.net>
46333Date:   Sat Sep 24 18:45:45 2005 +0000
46334
46335    Disable the {Open,Close}FullScreen DRI protocol. Remove empty FullScreen
46336        stubs from drivers, comment the non-empty ones.
46337
46338commit a5477ae7ac9a56c1a586950db1dee6661bff149d
46339Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
46340Date:   Sat Sep 24 02:40:51 2005 +0000
46341
46342    Add scanpci, xorgcfg, & xorgconfig utilities.
46343
46344commit 2ba865b3f57340fd1d75f7614c17f615cc127b89
46345Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
46346Date:   Fri Sep 23 23:04:04 2005 +0000
46347
46348    Fri Sep 23 19:00:06 2005 Søren Sandmann <sandmann@redhat.com>
46349    Apply patch from Ronald Wahl to make sure that the stack pointer is not
46350        modified at points where we access external variables. (Bug 4269).
46351
46352commit 7554e1bf29e5aef8e76f88bac2994ea45a924f2b
46353Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
46354Date:   Fri Sep 23 00:27:07 2005 +0000
46355
46356    Sun bug #6321613
46357        <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6321613>
46358        xorgcfg dumps core when it reads a configuration file that has a
46359        Monitor Section, but does not have a "VendorName" entry inside it.
46360        (Henry Zhao, Sun Microsystems)
46361
46362commit 99793543c0fcfd4d699549fcc2bf0ed12aed6a19
46363Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
46364Date:   Thu Sep 22 12:40:41 2005 +0000
46365
46366    put back some agp related allocation messages
46367
46368commit 02566dff4abbda6888f719727c169b966617a83d
46369Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
46370Date:   Thu Sep 22 12:33:36 2005 +0000
46371
46372    fix typo
46373
46374commit 56e7766c775385b0c6e09e6a65a1c8e10dba786e
46375Author: Eric Anholt <anholt@freebsd.org>
46376Date:   Wed Sep 21 22:26:07 2005 +0000
46377
46378    Bug #4541: Fix text drawing in the case where a list contains no
46379        non-zero-sized glyphs. Several variables weren't updated, resulting in
46380        rendering simply stopping when this case was hit. (Anders Kaseorg)
46381
46382commit 32497ff479d0c34c05eb5acfcd5f7e186bac3227
46383Author: Kristian Høgsberg <krh@redhat.com>
46384Date:   Wed Sep 21 18:14:32 2005 +0000
46385
46386    Accept --with-xkb-output argument to specify output dir for compiled xkb
46387        keymaps. Define XKM_OUTPUT_DIR and XKB_BIN_DIRECTORY.
46388    Add XKM_OUTPUT_DIR and XKB_BIN_DIRECTORY.
46389    Add XKB_CFLAGS.
46390
46391commit 361a9eb953aaa38f8ebc057185de29e50f9eef26
46392Author: Eric Anholt <anholt@freebsd.org>
46393Date:   Wed Sep 21 10:27:53 2005 +0000
46394
46395    - Change migration-in rule slightly: previously, if your score was less
46396        than the max, it was bumped, and then if you were above the threshhold
46397        you got moved in. Instead, do the above-threshhold check separate from
46398        score starting out less than max. While this will likely make thrashing
46399        cases worse, I hope it will fix some issues with long term performance
46400        (think of an xcompmgr with a backbuffer it's doing only accelerated
46401        operations to. If some new pixmap comes in and bumps it out, even once,
46402        it will never get a chance to re-migrate because its score will be
46403        maxed). Change migration-out to be the same way for symmetry, though it
46404        shouldn't ever affect anything.
46405    - Fix a lot of debugging output, both in terms of printing quality, and
46406        completeness. The fallback debugging covers a lot more now, pointing
46407        out new areas for improvement. Debugging toggles are now centralized in
46408        exaPriv.h.
46409
46410commit 6a29c4cec156a135d1d9cdb65995f7a84de7cb56
46411Author: Eric Anholt <anholt@freebsd.org>
46412Date:   Wed Sep 21 07:43:01 2005 +0000
46413
46414    Add support for hardware accelerating tiled background painting. One
46415        example of this is the root weave, which paints slightly slower on SiS
46416        now in my testing. However, according to keithp some apps use this
46417        feature for a sort of cheap backing store, which this could help with
46418        significantly. While I haven't done much performance testing with it,
46419        it will at least rule out one possible source of terrible performance.
46420
46421commit 1115ff4c008dea6d6cafcb39e4ce6d0b3ed4fcc0
46422Author: Adam Jackson <ajax@nwnk.net>
46423Date:   Wed Sep 21 00:38:05 2005 +0000
46424
46425    Bug #4487: Add the bsd subdir to DIST_SUBDIRS. (Joshua Baergen)
46426
46427commit 00bd8968b264c1f69487dd99c212e0ce889b11db
46428Author: Adam Jackson <ajax@nwnk.net>
46429Date:   Wed Sep 21 00:24:10 2005 +0000
46430
46431    Bug #4257: Move cfbcmap.c to cfb_common_sources.
46432
46433commit b7e723ed6f23cc8d85f1f1eced9d8ccbc2a6b38c
46434Author: Adam Jackson <ajax@nwnk.net>
46435Date:   Tue Sep 20 23:32:21 2005 +0000
46436
46437    Missing backslash
46438
46439commit 15b2f94de5e2cc7e4df8d897d562dffeda31c82c
46440Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
46441Date:   Tue Sep 20 18:26:24 2005 +0000
46442
46443    Update CVS project tag & notice about pci.ids license in output .h.
46444    Update to match recent changes to pci.ids, extrapci.ids, & pciid2c.pl for
46445        people building on systems without perl.
46446
46447commit 7d0f47c43c5c177cae0f375ceaeef892e4c9663a
46448Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
46449Date:   Tue Sep 20 15:50:31 2005 +0000
46450
46451    Add --disable-install-setuid option so you can build as non-root and
46452        chown/chmod later. Also disable by default on platforms that don't need
46453        setuid root X servers (Darwin & SPARC's, according to
46454        InstallXserverSetUID settings in the old Imake config files).
46455
46456commit b623c60745ca486667657fa39ad517d1f7a72794
46457Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
46458Date:   Mon Sep 19 22:44:49 2005 +0000
46459
46460    Linux/Alpha support (Stefaan De Roeck)
46461
46462commit bd906c6bb803b286c39eca80e437a21c14e808a3
46463Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
46464Date:   Mon Sep 19 18:54:05 2005 +0000
46465
46466    Update to latest version from pciids.sf.net
46467    Sync with updates to pci.ids & PCI id list in nv driver
46468
46469commit 535cd292c809314efe4730a27b0271adfa842775
46470Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
46471Date:   Mon Sep 19 18:38:26 2005 +0000
46472
46473    #include "xf86Axp.h" -> "shared/xf86Axp.h" for modular build. (Stefaan De
46474        Roeck)
46475
46476commit a1bcf25a1f819768672ac837cb0a3d0c66937656
46477Author: Eric Anholt <anholt@freebsd.org>
46478Date:   Sun Sep 18 02:32:23 2005 +0000
46479
46480    Break EXA ABI while we still can. Add coordinates to the UploadToScreen
46481        hook so we can upload a subset of a pixmap, and convert the current
46482        drivers to respect that. Use this support to directly UploadToScreen in
46483        exaGlyphs, providing a 47.4% +/-2.4% decrease in wall time for ls -lR
46484        programs/Xserver in an antialiased gnome-terminal on an M6 (n=3, caches
46485        hot). I would have bumped major version, only I can't tell what the
46486        EXA_VERSION_* is supposed to be doing as opposed to the module version.
46487
46488commit 074913c8a9c1f66c8752387db2c81ad669e91878
46489Author: Eric Anholt <anholt@freebsd.org>
46490Date:   Sat Sep 17 20:02:02 2005 +0000
46491
46492    - Don't try to upload 0 byte-per-pixel (PICT_a1) data using
46493        RADEONHostDataBlit.
46494    - Disable the shortcut for switching from 3d to 3d in radeon_exa.c. It
46495        appears that we do need the cache flush here, thought it's not clear
46496        why. Disable the 2d to 2d shortcut while here, since I'm unsure of what
46497        we're doing. Exposed by the following bit:
46498    - Bug #4485: Add a new routine, exaGlyphs, to handle font drawing. Glyphs
46499        were being accumulated in from non-migratable scratch pixmaps, causing
46500        the destination pixmap to move towards screen but the migration
46501        necessary for source never to happen, leading to abysmal performance.
46502        Instead, copy the scratch glyph data into a real pixmap first, then
46503        composite from that into the destination, allowing for migration. time
46504        ls -lR from programs/Xserver showed 26.9% (+/- 6.3%) decrease in wall
46505        time (n=3).
46506    - Create exaDrawableUse* wrapping exaPixmapUse*, but which are aware of
46507        windows needing backing store. Makes migration code prettier, and
46508        ensures that composited windows will be migrated as normal when we turn
46509        off cw for EXA. (issue brought up by keithp)
46510
46511commit be2bdab4339e493bb0ac3d0e36508b7aa1cd6e92
46512Author: Eric Anholt <anholt@freebsd.org>
46513Date:   Thu Sep 15 06:46:05 2005 +0000
46514
46515    Bug #3990: Require glproto in the cases that it's necessary (DRI or DMX
46516        with GLX). (spyderous)
46517
46518commit ef7eef0f68af6bfbb4ee56115ac2f3c1b7425755
46519Author: Eric Anholt <anholt@freebsd.org>
46520Date:   Thu Sep 15 05:55:21 2005 +0000
46521
46522    Bug #4046: Install the X.Org server setuid root. (David Schleef)
46523
46524commit 88d7eb1f7ed6afc85c07797838714f2601356018
46525Author: Eric Anholt <anholt@freebsd.org>
46526Date:   Thu Sep 15 05:06:54 2005 +0000
46527
46528    Bug #3889: Create the log dir on install, and allow configuring
46529        specifically that directory. Failure to have the directory keeps the
46530        xorg server from starting.
46531
46532commit 25a0ecdc1868f4b53225b92e8ccd222814e2da2a
46533Author: Eric Anholt <anholt@freebsd.org>
46534Date:   Thu Sep 15 04:07:19 2005 +0000
46535
46536    Don't put a version number on the module filename.
46537
46538commit 0888ad3874414e32535fecdb717ee7ab86f9d4cc
46539Author: Eric Anholt <anholt@freebsd.org>
46540Date:   Wed Sep 14 07:49:22 2005 +0000
46541
46542    Build xf8_32bpp, which is wanted by the mga driver, and export elf.h, which
46543        is wanted by the rendition driver.
46544
46545commit dfb5da93bc16b2fd2b00e939dbe101a04bdeab4f
46546Author: Eric Anholt <anholt@freebsd.org>
46547Date:   Tue Sep 13 20:59:05 2005 +0000
46548
46549    Turn on DRI by default on Linux, NetBSD, FreeBSD, and fix the build of the
46550        module for FreeBSD by setting some missing defines (XFree86Module,
46551        IN_MODULE) in the dri directory. Note that those missing defines should
46552        be somewhere generic, since there are other consumers of them, but I
46553        haven't figured out where.
46554
46555commit 12fbcfefe672ec226bdbc7597bf2fd2cb0ee1e19
46556Author: Eric Anholt <anholt@freebsd.org>
46557Date:   Tue Sep 13 18:37:35 2005 +0000
46558
46559    Add some initial BSD support for the xorg server. Incomplete on NetBSD,
46560        OpenBSD, and non-i386/amd64 FreeBSD for sure. Plus I haven't actually
46561        run it yet.
46562
46563commit 51eb6c83a3b2721703ca50758853bbf9f99fc4d2
46564Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
46565Date:   Tue Sep 13 15:28:29 2005 +0000
46566
46567    Tue Sep 13 11:27:05 2005 S%Gï¿¿%@ren Sandmann <sandmann@redhat.com>
46568    * programs/Xserver/miext/shadow/shadow.c (shadowDamageBox): Add
46569    missing REGION_UNINIT.
46570
46571commit 133edff1b499b2c794fcc9a1860c1b5526b58869
46572Author: Eric Anholt <anholt@freebsd.org>
46573Date:   Tue Sep 13 05:44:47 2005 +0000
46574
46575    Don't define POSIX_SOURCE on any BSDs, since it breaks things.
46576    Define NO_SYS_HEADERS, as the monolithic build does. Helps FreeBSD.
46577    Don't include validate.c in the library, since it seems to be a userland
46578        test program.
46579
46580commit c3d6799cee7ff8411b3a05a7ab7e2a9e80c95059
46581Author: Daniel Stone <daniel@fooishbar.org>
46582Date:   Tue Sep 13 01:33:19 2005 +0000
46583
46584    Bug #594: CAN-2005-2495: Fix exploitable integer overflow in pixmap
46585        creation, where we could create a far smaller pixmap than we thought,
46586        allowing changes to arbitrary chunks of memory. (Søren Sandmann
46587        Pedersen)
46588
46589commit b290884719e18646326f0c2412c2494a07fe3cfd
46590Author: Adam Jackson <ajax@nwnk.net>
46591Date:   Tue Sep 13 00:44:52 2005 +0000
46592
46593    Bug #3284: Make the DRI lock reference count per-screen.
46594
46595commit 846f797f37c1ae57a8dad981113b1139359d8c94
46596Author: Daniel Stone <daniel@fooishbar.org>
46597Date:   Mon Sep 12 08:24:48 2005 +0000
46598
46599    Add missing fontsproto and fontenc to REQUIRED_MODULES.
46600
46601commit 5b218617fa8ba52bf65aef35da39e06c662495e6
46602Author: Daniel Stone <daniel@fooishbar.org>
46603Date:   Mon Sep 12 07:53:16 2005 +0000
46604
46605    Add missing resourceproto to REQUIRED_MODULES.
46606
46607commit ade158d238475ce923fbc5c49275c78cf3864223
46608Author: Daniel Stone <daniel@fooishbar.org>
46609Date:   Mon Sep 12 07:07:59 2005 +0000
46610
46611    Define WITH_VGAHW, since we always build it; add to Xorg headers.
46612
46613commit 34dc481a16c0c1cbd69a9ec7172331b59b85e9a7
46614Author: Daniel Stone <daniel@fooishbar.org>
46615Date:   Mon Sep 12 07:02:46 2005 +0000
46616
46617    Put DMX AC_CONDITIONALS at the top level, since they must always be called.
46618
46619commit b0f6fe1f38b448b5f1a280e86b01353865866c70
46620Author: Eric Anholt <anholt@freebsd.org>
46621Date:   Sun Sep 11 21:38:41 2005 +0000
46622
46623    Add some optional (disabled) fallback debugging code to the async code, for
46624        better tracking of when we're hitting software.
46625
46626commit 1c003ccf5d68baaae6fafdc75eff964f2a62fc35
46627Author: Eric Anholt <anholt@freebsd.org>
46628Date:   Sun Sep 11 19:08:10 2005 +0000
46629
46630    Add a pair of hooks, PrepareAccess() and FinishAccess(), which get called
46631        around CPU access to the framebuffer. This allows the hardware to set
46632        up swappers to deal with endianness, or to tell EXA to move the pixmap
46633        out to framebuffer if insufficient swappers are available (note: must
46634        not fail on front buffer!).
46635    Submitted by: benh
46636
46637commit ca210830bd361e3d91b6bc741c495b61c424d1d2
46638Author: Adam Jackson <ajax@nwnk.net>
46639Date:   Sun Sep 11 18:43:55 2005 +0000
46640
46641    Simplify life for EXA drivers by reducing some {Con,Dis}joint ops.
46642
46643commit 04f81cacb9fd0944879b2c23a99fa3a1ae979b12
46644Author: Matthieu Herrb <matthieu.herrb@laas.fr>
46645Date:   Sun Sep 11 18:33:31 2005 +0000
46646
46647    OpenBSD also doesn't like defining POSIX_SOURCE: it limits available
46648        functionnality in headers beyond what's used by Xorg.
46649
46650commit 089b4272cf32fc9429c1a0e666c2ffb34fda0b93
46651Author: Daniel Stone <daniel@fooishbar.org>
46652Date:   Sun Sep 11 01:16:14 2005 +0000
46653
46654    use RGB_DB not RGB_PATH as that's what it's looking for
46655    define HAVE_XKB_CONFIG_H so setting xkb-path works (Jürg Billeter)
46656
46657commit 2f9d01c9681d80235a70263e2e087dc6c181cdc8
46658Author: Eric Anholt <anholt@freebsd.org>
46659Date:   Thu Sep 8 01:15:47 2005 +0000
46660
46661    Remove some references to mfb/cfb support that is no longer there.
46662
46663commit b5d42012f9be87f3b45a089c596ce6dba8845794
46664Author: Daniel Stone <daniel@fooishbar.org>
46665Date:   Wed Sep 7 01:30:23 2005 +0000
46666
46667    Fix typo resulting in failure to swap between RGB/BGR properly. (Stephen P.
46668        Becker)
46669
46670commit c8de8c23fbccb3296747f429a02c0c0682b74bf5
46671Author: Daniel Stone <daniel@fooishbar.org>
46672Date:   Mon Sep 5 07:43:51 2005 +0000
46673
46674    Fix tests for maximum number of colours when creating a colourmap, so a
46675    32-bit visual (e.g. ARGB) doesn't overflow an int when attempting to do
46676    1 << 32. (Benjamin Herrenschmidt)
46677
46678commit 5c5c51fa6da03f19831632a092761a1e4bcf653b
46679Author: Daniel Stone <daniel@fooishbar.org>
46680Date:   Mon Sep 5 07:40:50 2005 +0000
46681
46682    Initialise private arrays with calloc, rather than standard malloc.
46683        (Benjamin Herrenschmidt)
46684
46685commit 691669c0121494df90c8523f7d17e01ba0b14a57
46686Author: Daniel Stone <daniel@fooishbar.org>
46687Date:   Sat Sep 3 07:08:58 2005 +0000
46688
46689    xorg-server.h -> dix-config.h (thinko).
46690
46691commit 4b2f5ba1b5d59fd6bd7f82da5730f72e8df04858
46692Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
46693Date:   Sat Sep 3 03:27:55 2005 +0000
46694
46695    Use macros from xtrans.m4, issue error if not found.
46696
46697commit 733a6d7a268945d149bcea159253408bedc69b12
46698Author: Jesse Barnes <jbarnes@virtuousgeek.org>
46699Date:   Sat Sep 3 02:21:36 2005 +0000
46700
46701    Add EXA driver writer documentation for the benefit of future generations
46702        of X hackers.
46703
46704commit 854010d71dc0f1e9b73cdc764c9d2cf36f1da625
46705Author: Daniel Stone <daniel@fooishbar.org>
46706Date:   Fri Sep 2 03:22:01 2005 +0000
46707
46708    Add -include dix-config.h to GL/mesa/X to catch _XSERVER64, et al.
46709
46710commit 287336f3c9e5023acbfba6508b05a68ccca9ddf0
46711Author: Kristian Høgsberg <krh@redhat.com>
46712Date:   Thu Sep 1 19:56:14 2005 +0000
46713
46714    Teach xkb how to optionally run xkbcomp from $bindir instead of
46715        $datadir/xkb.
46716
46717commit 94fbdb5c6d2cdc7b70ecdabe22a9de8b9aabeced
46718Author: Daniel Stone <daniel@fooishbar.org>
46719Date:   Thu Sep 1 14:56:35 2005 +0000
46720
46721    Make RGB_PATH configurable.
46722    Move I2C modules back to $(moduledir)/multimedia.
46723
46724commit a65c5796133d126b1810749b5206607e7c42d787
46725Author: Kristian Høgsberg <krh@redhat.com>
46726Date:   Wed Aug 31 14:58:09 2005 +0000
46727
46728    Include xkb-config.h if we have it so we pick up the paths defined there.
46729
46730commit 9d3b5e89d691b79ea3361e6dc82938c22d70d0e3
46731Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
46732Date:   Tue Aug 30 22:34:14 2005 +0000
46733
46734    Save keyboard LED state on startup and restore on exit so text console mode
46735        LEDs match text console mode state. Move push of streams module earlier
46736        so it's loaded before we start using kbd ioctls provided by the streams
46737        module.
46738
46739commit fa6fbd018da939fda7cc2b9a9aa2717b9675a178
46740Author: Kristian Høgsberg <krh@redhat.com>
46741Date:   Tue Aug 30 22:31:52 2005 +0000
46742
46743    Use the $(moduledir) makefile variable instead of @moduledir@ so it can be
46744        overridden at make install time.
46745    Remove driverdir and inputdir from pkg-config file. The directory layout of
46746        moduledir is fixed and well known by drivers.
46747
46748commit b4f4bf028a88ee709f4536373de2d40b6445006e
46749Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
46750Date:   Tue Aug 30 19:51:59 2005 +0000
46751
46752    programs/Xserver/hw/xwin/winmultiwindowshape.c Fix off by one error (Colin
46753        Harrison)
46754
46755commit 0e50af8b7f459aafd1d1d52414629e926167a751
46756Author: Adam Jackson <ajax@nwnk.net>
46757Date:   Tue Aug 30 19:35:06 2005 +0000
46758
46759    typo fix
46760
46761commit 0c74799af4f924ba64ebd6052802b73547f55c72
46762Author: Eric Anholt <anholt@freebsd.org>
46763Date:   Tue Aug 30 04:41:04 2005 +0000
46764
46765    Remove existing broken maxX/maxY code for composite (results in infinite
46766        loops, doesn't deal with failure, doesn't present the interface to
46767        drivers that I expected) and instead replace it with a simple fallback
46768        to software when coordinate limits could be violated. Act similarly in
46769        other acceleration cases as well.
46770    The solution I want to see (and intend to do soon) is to (when necessary)
46771        create temporary pictures/pixmaps pointing towards the real ones' bits,
46772        with the offsets adjusted, then render from/to those using adjusted
46773        coordinates.
46774
46775commit f20e845b04dee5fc0780811f565180e322b60b73
46776Author: Eric Anholt <anholt@freebsd.org>
46777Date:   Tue Aug 30 03:42:07 2005 +0000
46778
46779    More 0 -> NULL for pointers missed in previous commit to this file.
46780
46781commit 7777d325a3d049cc233c004cba288ed5d10539c2
46782Author: Eric Anholt <anholt@freebsd.org>
46783Date:   Tue Aug 30 03:05:21 2005 +0000
46784
46785    Apply an xserver patch from cworth: Avoid buffer ovverrun when a
46786        trapezoid's right edge is on a pixel boundary.
46787
46788commit e321f9e7ff7de9aa702e33a22743b55c8bb66953
46789Author: Eric Anholt <anholt@freebsd.org>
46790Date:   Tue Aug 30 03:01:38 2005 +0000
46791
46792    Apply the xserver patch from vektor for bug #4208: Use NULL for pointers
46793        instead of 0.
46794
46795commit 20813d3af065f9b719b39d2e7a3382b8fa278a48
46796Author: Adam Jackson <ajax@nwnk.net>
46797Date:   Sun Aug 28 19:47:39 2005 +0000
46798
46799    Bug #3974: Fix unaligned memory access on LP64. (Matthieu Herrb)
46800
46801commit 0926cf79c030f29dce32a9dc944734960ec93d19
46802Author: Adam Jackson <ajax@nwnk.net>
46803Date:   Fri Aug 26 20:21:57 2005 +0000
46804
46805    Add diagnostic messages for exaDriverInit failure cases.
46806
46807commit 5ffff7cb868a768307ff6faf164210020e6b94a2
46808Author: Adam Jackson <ajax@nwnk.net>
46809Date:   Fri Aug 26 20:08:09 2005 +0000
46810
46811    Bug #4160: Fix Altix kernel version check.
46812
46813commit 6b0cdc5dd9e451021c562ac4b6b2101d50187a30
46814Author: Daniel Stone <daniel@fooishbar.org>
46815Date:   Fri Aug 26 16:46:41 2005 +0000
46816
46817    Change use of dix-config.h to xorg-config.h.
46818
46819commit 9d1b349b3765fb587b353c78cca9aa083f5d0eee
46820Author: Daniel Stone <daniel@fooishbar.org>
46821Date:   Fri Aug 26 16:34:55 2005 +0000
46822
46823    Back out previous change until I figure out something smarter.
46824
46825commit 3075df24e7931901c6f0526e10a89631fd73c4d0
46826Author: Daniel Stone <daniel@fooishbar.org>
46827Date:   Fri Aug 26 07:35:55 2005 +0000
46828
46829    Subvert SIGUSR2 to reload all input devices. (Ubuntu #020)
46830
46831commit 89c84575ea905c7598d6b6029c9209abe1cfb074
46832Author: Daniel Stone <daniel@fooishbar.org>
46833Date:   Fri Aug 26 07:24:21 2005 +0000
46834
46835    Undo rate/period change after function body, so the damage doesn't leak
46836        into other functions. (Debian #050)
46837
46838commit bb5e934df7f23fb365ed673a12d283ff52af79c0
46839Author: Daniel Stone <daniel@fooishbar.org>
46840Date:   Fri Aug 26 07:15:04 2005 +0000
46841
46842    Only open /proc/bus/pci/devices once. (Ubuntu #029)
46843
46844commit c937faadd0a0a5f2598b84286ac1ed8996a512e5
46845Author: Daniel Stone <daniel@fooishbar.org>
46846Date:   Fri Aug 26 06:48:24 2005 +0000
46847
46848    Better error message on failure to set iopl. (Debian #021)
46849
46850commit 6d34a2ac8a33bd6c9083106b38fab6062e033e39
46851Author: Daniel Stone <daniel@fooishbar.org>
46852Date:   Fri Aug 26 06:35:00 2005 +0000
46853
46854    Add Xv symbol from Xext.
46855
46856commit b8f0d4c3ebee363279f9dc7318de3e3c854ca5ef
46857Author: Daniel Stone <daniel@fooishbar.org>
46858Date:   Fri Aug 26 06:29:15 2005 +0000
46859
46860    Spit out an error when there is no valid FB device, instead of just failing
46861        silently. (Debian #070)
46862
46863commit b48a24e7969d99a0116bc780c70d3e1c18b34769
46864Author: Daniel Stone <daniel@fooishbar.org>
46865Date:   Fri Aug 26 06:23:41 2005 +0000
46866
46867    Don't assume that all sun4m CPUs support muldiv; the Cypress CPU, which
46868        implements the 4m MMU but only v7 instructions, does not. (Debian
46869        #100).
46870
46871commit fd158d3d5215b0a013f5305a76097b0b8fa14cf6
46872Author: Daniel Stone <daniel@fooishbar.org>
46873Date:   Fri Aug 26 05:49:44 2005 +0000
46874
46875    Get prototype for ntohl from SuSv3-compliant location, fixing it for
46876        systems which define ntohl as a macro only, not both macro and
46877        function. (Debian #076)
46878
46879commit 53e489c0e39b89f41213a726fe1b611d7d9a18db
46880Author: Daniel Stone <daniel@fooishbar.org>
46881Date:   Fri Aug 26 05:47:36 2005 +0000
46882
46883    Work around ATI expansion ROM problem on IA64 caused by prototype HP
46884        McKinley systems. (Bdale Garbee)
46885
46886commit 40374d1149d6dcf0b4521faae8bdfecc8a3af077
46887Author: Daniel Stone <daniel@fooishbar.org>
46888Date:   Fri Aug 26 05:00:07 2005 +0000
46889
46890    Accept 'Enabled' and 'Disabled' for Extensions section (Ubuntu #990)
46891
46892commit ea80b5db257f4c22cf5a152084aef5fe05079db0
46893Author: Eric Anholt <anholt@freebsd.org>
46894Date:   Thu Aug 25 22:11:04 2005 +0000
46895
46896    Fix a use-after-free of cursor data by refcounting for the sprite.current
46897        reference. The particular path seen was XFixes' ReplaceCursor()
46898        resulting in the sprite.current being freed, but then it getting
46899        accessed during the ChangeToCursor() that happens as a result of
46900        WindowHasNewCursor().
46901
46902commit 54cc45b09bc6c860b3de2012b57c4b35ca18ffd2
46903Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
46904Date:   Thu Aug 25 21:22:41 2005 +0000
46905
46906    Thu Aug 25 17:15:01 2005 Søren Sandmann <sandmann@redhat.com>
46907    Add all the drivers to the module_LTLIBRARIES instead of having separate
46908        variables for them. Pointed out by Kristian Høgsberg.
46909
46910commit ff22adc09763b2bd860e7f780a5d0855cab0ab30
46911Author: Kristian Høgsberg <krh@redhat.com>
46912Date:   Thu Aug 25 14:19:43 2005 +0000
46913
46914    Remove sun_inout.s so make dist works (discussed with Alan Coopersmith).
46915
46916commit 344a24b6229f477c892dd855546391bc1e091bd7
46917Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
46918Date:   Thu Aug 25 04:09:45 2005 +0000
46919
46920    Use system curses library on Solaris for xorgcfg text mode.
46921
46922commit 0711502f1847ed461672b9842218b9afa9d349ed
46923Author: Eric Anholt <anholt@freebsd.org>
46924Date:   Wed Aug 24 23:48:11 2005 +0000
46925
46926    Bugzilla #4226: Change the pixmap migration strategy for the CopyNtoN case.
46927        Now, if either source or dest were in framebuffer, try to get both
46928        there, but prefer system memory for both otherwise. Required making
46929        exaasync.c go through the try-acceleration path. This significantly
46930        improves window resizing under composite, because previously the
46931        pattern of creating a new pixmap and copying default contents from the
46932        screen caused a fallback every time due to the new destination pixmap
46933        being in system memory.
46934
46935commit 2261710fe0dffd60433e3362ac12adf4db570fe5
46936Author: Eric Anholt <anholt@freebsd.org>
46937Date:   Wed Aug 24 23:38:25 2005 +0000
46938
46939    Fix a bug where NULL could be dereferenced during the pixmap kick-out
46940        process by referencing the correct offscreen area. Also drive-by the
46941        comments related to these for clarity.
46942
46943commit 55c5c6953a3a661758a42b147f9542950a62fc4d
46944Author: Eric Anholt <anholt@freebsd.org>
46945Date:   Wed Aug 24 22:43:27 2005 +0000
46946
46947    Bugzilla #4090: Introduce getters for pixmap pitch and offset, to
46948        simplify/clarify it for driver writers who probably don't want to know
46949        what pPixmap->devPrivate.ptr or pPixmap->devKind mean. Converts the sis
46950        driver to use them, and bumps the EXA module minor version.
46951
46952commit 079ad773e09ed0c5baf01de3d4f02a5568da5634
46953Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
46954Date:   Wed Aug 24 22:37:15 2005 +0000
46955
46956    Fill in xf86DeallocateGARTMemory stub based on lnx_agp.c version. Add
46957        include of xorg-config.h for modular builds
46958
46959commit 8fd250e5e4c2016614b82e2d653b7fbf8a3a5b99
46960Author: Eric Anholt <anholt@freebsd.org>
46961Date:   Wed Aug 24 21:51:28 2005 +0000
46962
46963    Bugzilla #4089: Fix crashes in !EXA_OFFSCREEN_PIXMAPS case by not trying to
46964        do migration when the EXA pixmap private is NULL.
46965
46966commit 79dc5f3d5fe5a66f5fa53af9afc30d27d1af0bce
46967Author: Kristian Høgsberg <krh@redhat.com>
46968Date:   Wed Aug 24 21:28:40 2005 +0000
46969
46970    Don't export non-standard symbols generated GCCs stack protection feature
46971        (__guard, __stack_smash_handler).
46972
46973commit d2952de6e3d9197529695bb88d8c3af679ad71af
46974Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
46975Date:   Wed Aug 24 19:41:43 2005 +0000
46976
46977    Wed Aug 24 15:39:07 2005 Søren Sandmann <sandmann@redhat.com>
46978    Add GLX_{INC,LIBS} for xprint.
46979    Add @DIX_FLAGS@ to AM_CFLAGS
46980
46981commit 81e708440ced309adc62ebf43d00becd32338db5
46982Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
46983Date:   Wed Aug 24 19:35:51 2005 +0000
46984
46985    Wed Aug 24 15:29:50 2005 Søren Sandmann <sandmann@redhat.com>
46986    Conditionally include dix-config.h
46987    Conditionally include dix-config.h
46988
46989commit 9657e0e9def47dba5b0bfa7461874362712a07bb
46990Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
46991Date:   Wed Aug 24 15:18:06 2005 +0000
46992
46993    Don't try to build dmx/input/lnx-*.c if <linux/keyboard.h> isn't found
46994        Don't try to build dmx/input/usb-*.c if <linux/input.h> isn't found
46995    Replace -rdynamic with $(LD_EXPORT_SYMBOLS_FLAG) for compatibility with
46996        compilers other than gcc
46997
46998commit 825a95a1fab69f84c99ae132888fced22e28be33
46999Author: Daniel Stone <daniel@fooishbar.org>
47000Date:   Wed Aug 24 11:18:35 2005 +0000
47001
47002    Remove use of dix-config and xorg-config.h from public headers.
47003
47004commit 1fb4a5a4ea993a7913a7bcc362315d31b2907836
47005Author: Daniel Stone <daniel@fooishbar.org>
47006Date:   Wed Aug 24 09:12:50 2005 +0000
47007
47008    Add xcmiscproto and bigreqsproto to REQUIRED_MODULES, since Xext uses them.
47009
47010commit b47535bd661743946851099f226f9e6aa4cc8c90
47011Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
47012Date:   Wed Aug 24 08:49:31 2005 +0000
47013
47014    programs/Xserver/GL/windows/glwrap.c Wrap PointParameteriNV &
47015        PointParameterivNV for Windows builds.
47016
47017commit 9f498a37dd3d8456d2a97be9c039b63abc81a5fe
47018Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
47019Date:   Tue Aug 23 20:58:29 2005 +0000
47020
47021    Display more friendly mouse protocol names. Enable mouse wheel mapping by
47022        default.
47023
47024commit cff4b1c2166aa2e75618c8df09554a602c3a68c5
47025Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
47026Date:   Tue Aug 23 20:12:26 2005 +0000
47027
47028    Check for getconfig in GETCONFIG_DIR if it's not found in module dir.
47029
47030commit bfd13645867aab831b7a0f2b1757cb80837c07d9
47031Author: Daniel Stone <daniel@fooishbar.org>
47032Date:   Tue Aug 23 09:20:49 2005 +0000
47033
47034    Add missing saver, evie, video, trap proto pkg-config checks. (Georgi
47035        Georgiev)
47036
47037commit 27afac2ce6a77bc68669c1af6a61c589aa9ef384
47038Author: Daniel Stone <daniel@fooishbar.org>
47039Date:   Tue Aug 23 08:59:30 2005 +0000
47040
47041    Fix test for Xnest presence. (Donnie Berkholz)
47042
47043commit fed61462be281c568df6407f94ea519748f0b720
47044Author: Daniel Stone <daniel@fooishbar.org>
47045Date:   Tue Aug 23 08:58:40 2005 +0000
47046
47047    Fix up warning on debugging.
47048
47049commit e848eb289c9251742a88e76017603952394f4262
47050Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
47051Date:   Tue Aug 23 01:14:35 2005 +0000
47052
47053    Rename app-defaults entries from xf86cfg to xorgcfg to match name passed to
47054        XtAppInitialize. (Henry Zhao, Sun Microsystems) Also, display vendor
47055        version instead of 4.0 for server version.
47056
47057commit 6076fca82528da8d50b0ed6be8da6f811321474d
47058Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
47059Date:   Tue Aug 23 00:32:27 2005 +0000
47060
47061    User message cleanups/updates for modern configurations.
47062
47063commit b07602014061cb41540f6a7e74e4132e67aa1117
47064Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
47065Date:   Mon Aug 22 21:47:59 2005 +0000
47066
47067    If MAKE_XKM_OUTPUT_DIR is defined, call trans_mkdir to create directory if
47068        it doesn't already exist. (ported from Solaris Xsun bug #5039004)
47069    When BuildLikeSun is set, define MAKE_XKM_OUTPUT_DIR and set the xkb output
47070        directory to /var/run/xkb.
47071
47072commit 4a19a33db6d04b5835830a665daa679ee2fcafe7
47073Author: Kevin E Martin <kem@kem.org>
47074Date:   Mon Aug 22 21:29:18 2005 +0000
47075
47076    bugzilla #2880 (https://bugs.freedesktop.org/show_bug.cgi?id=2880)
47077        attachment #2987 (https://bugs.freedesktop.org/attachment.cgi?id=2987)
47078        Use system method to access PCI config space for inb and inw in
47079        addition to inl (Olivier Baudron and Kevin Martin).
47080
47081commit 5557a40a022b0ede36edd3370a60f5fc3d147796
47082Author: Kevin E Martin <kem@kem.org>
47083Date:   Mon Aug 22 19:52:26 2005 +0000
47084
47085    Fix linking errors for xprint.
47086
47087commit 7693f668efd206a6c259166665bc36d3c6335e8d
47088Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
47089Date:   Mon Aug 22 12:05:18 2005 +0000
47090
47091    programs/Xserver/hw/xfree86/os-support/linux/lnx_acpi.c
47092    programs/Xserver/hw/xfree86/os-support/linux/lnx_apm.c
47093    programs/Xserver/hw/xfree86/os-support/linux/Imakefile Add basic ACPI Linux
47094        support so that events can be passed to the driver. (Alan Hourihane)
47095
47096commit 02c834f198eab4c4686d8156b88508fe102099c1
47097Author: Daniel Stone <daniel@fooishbar.org>
47098Date:   Mon Aug 22 09:15:31 2005 +0000
47099
47100    Include Xv and XvMC headers in the SDK.
47101
47102commit 3c4d605c7e8a9f6d296086a5b03b4f11b90590db
47103Author: Daniel Stone <daniel@fooishbar.org>
47104Date:   Mon Aug 22 09:15:20 2005 +0000
47105
47106    Fix linkage for Xnest, Xvfb, Xdmx and Xorg DDXes; include all libs.
47107
47108commit 79be1f6d4d1ab48841d31d5553dd36b1b3632650
47109Author: Daniel Stone <daniel@fooishbar.org>
47110Date:   Sun Aug 21 19:29:55 2005 +0000
47111
47112    Fix inclusion order of dix-config.h, so _XSERVER64 gets defined before X.h
47113        or Xdefs.h get included. (Jürg Billeter)
47114
47115commit 8d6e743bc4e6854ee0bb0fa4f197acd6d7683ccd
47116Author: Daniel Stone <daniel@fooishbar.org>
47117Date:   Sun Aug 21 19:23:17 2005 +0000
47118
47119    Add _XSERVER64 definition to config headers.
47120
47121commit 588105173840355717d7b2f7f652289a41166c3f
47122Author: Daniel Stone <daniel@fooishbar.org>
47123Date:   Sun Aug 21 19:15:11 2005 +0000
47124
47125    Huge cleanup. Group into sections: hardware feature detection, extension
47126        detection/configuration, DDX options. Make building of Xorg DDX fully
47127        optional. Clarify and correct some help texts. Change all comments to
47128        use dnl instead of #. Quote all tests correctly, and guard
47129        pure-variable tests with 'x' (e.g. test $DMX = yes -> test "x$DMX" =
47130        xyes). Since the DDXes seem to have pretty divergent extension support
47131        these days, get rid of EXTENSION_LIBS, DMX_EXTENSIONS and
47132        XPRINT_EXTENSIONS, and go back to building extension lists by hand in
47133        the DDX-specific sections. Use portable POSIX constructs everywhere
47134        (e.g. test foo && test bar, instead of test foo -a bar).
47135    Clean up old cruft.
47136    Set _XSERVER64 on 64-bit architectures, and use x86_64 for host_cpu instead
47137        of amd64 (Jürg Billeter).
47138
47139commit 367f45073953f8f99a2d9dd054f479e1070f856e
47140Author: Daniel Stone <daniel@fooishbar.org>
47141Date:   Sun Aug 21 08:43:46 2005 +0000
47142
47143    Change xorg_bus_sbus to xorg_bus_sparc; build sparcPci.c on all SPARCs.
47144
47145commit 71b3fea94e8845f35e47503636ca1fe78d2d48ca
47146Author: Daniel Stone <daniel@fooishbar.org>
47147Date:   Sun Aug 21 08:24:52 2005 +0000
47148
47149    Typo fix (SOURCE -> SOURCES).
47150
47151commit db2909ce76b178663de301c09fb97f2936b1997e
47152Author: Daniel Stone <daniel@fooishbar.org>
47153Date:   Sun Aug 21 06:56:19 2005 +0000
47154
47155    Add test for SPARC. Build SparcMulDiv.S on all SPARCs.
47156    Make the default font path configurable.
47157
47158commit d96e6666862553d59fc1f9fdd14fb65f36d589af
47159Author: Adam Jackson <ajax@nwnk.net>
47160Date:   Sat Aug 20 18:52:07 2005 +0000
47161
47162    Add sparcPci.c to EXTRA_DIST.
47163
47164commit a402c876a465904ac71ebf39af67ea451b2457dc
47165Author: Daniel Stone <daniel@fooishbar.org>
47166Date:   Sat Aug 20 18:11:17 2005 +0000
47167
47168    Make DRI/GLcore builds srcdir != builddir safe, and invoke symlink-mesa.sh
47169        in our builddir, not our srcdir.
47170
47171commit 238d45d2f148e1e0af4b1619cc1d5e8cc4bf9661
47172Author: Daniel Stone <daniel@fooishbar.org>
47173Date:   Sat Aug 20 18:10:03 2005 +0000
47174
47175    Make Xprint build optional.
47176
47177commit abab3fd628c2d1096e8534192f33c1068a573c12
47178Author: Daniel Stone <daniel@fooishbar.org>
47179Date:   Sat Aug 20 18:09:21 2005 +0000
47180
47181    Make Xext linkage srcdir != builddir safe.
47182
47183commit bb1d99ee72cc560e95010ea1008d5e796177ae62
47184Author: Daniel Stone <daniel@fooishbar.org>
47185Date:   Sat Aug 20 18:07:59 2005 +0000
47186
47187    Build libxkbstubs.la to stub XKB DDX functions (e.g. VT switches), and
47188        build libxorggxkb.la from within the Xorg DDX to replace the previous
47189        xf86VT.o, et al, hacks.
47190
47191commit 8a32ed46480d78b69f289c90098f5ed4a830851f
47192Author: Daniel Stone <daniel@fooishbar.org>
47193Date:   Fri Aug 19 15:48:18 2005 +0000
47194
47195    Really hopefully the last xorg-commit test.
47196
47197commit 2fd951434507d2a2c0266a052bdca6e223d31bfa
47198Author: Daniel Stone <daniel@fooishbar.org>
47199Date:   Fri Aug 19 15:45:55 2005 +0000
47200
47201    Another test commit for xorg-commit.
47202
47203commit 39630b301f769118959b20d962404555714a5812
47204Author: Daniel Stone <daniel@fooishbar.org>
47205Date:   Fri Aug 19 15:25:19 2005 +0000
47206
47207    Testing xorg-commit, nothing else.
47208
47209commit b13d3382de0027e897532926983b79caaa1eb655
47210Author: Daniel Stone <daniel@fooishbar.org>
47211Date:   Fri Aug 19 15:21:54 2005 +0000
47212
47213    Fix dates on Søren's entries.
47214
47215commit 8ec79e05feacd61562b53ebf36a8b30967affc1e
47216Author: Daniel Stone <daniel@fooishbar.org>
47217Date:   Fri Aug 19 15:15:51 2005 +0000
47218
47219    Make symlink-mesa.sh call srcdir != objdir safe. Remove requirement for
47220        XF86Rush protocol headers, which we don't even use.
47221
47222commit 057a8709a116feb0fd0004141bbac20d2766f3db
47223Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
47224Date:   Fri Aug 19 00:13:46 2005 +0000
47225
47226    More updates for Panoramix -> Xinerama rename
47227
47228commit bed3235d222fd6e2207f6c0d551c67d5a53322cd
47229Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
47230Date:   Thu Aug 18 21:28:09 2005 +0000
47231
47232    Thu Aug 18 17:27:09 2005 Søren Sandmann <sandmann@redhat.com>
47233    Move fbmmx to a convenience library since the mmx flags may be harmful when
47234        applied to non-mmx code.
47235
47236commit a0366ddb8cb1c57b85a5806eb348abc19c7f92d6
47237Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
47238Date:   Thu Aug 18 17:14:11 2005 +0000
47239
47240    Replace gnu-makeism with portable rules
47241
47242commit ea5c49cb17ac956d6dea6bf563e392e61c39da2b
47243Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
47244Date:   Thu Aug 18 01:40:33 2005 +0000
47245
47246    //bugs.freedesktop.org/show_bug.cgi?id=2901> Patch #2331
47247        <https://bugs.freedesktop.org/attachment.cgi?id=2331> Lines ending in
47248        <backslash><space> break with cpp from gcc >= 3.3 (Peter Breitenlohner)
47249
47250commit 22694500e0dd8752b4c01e340f587ecba1ff7fb7
47251Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
47252Date:   Wed Aug 17 23:20:27 2005 +0000
47253
47254    Add xf86Sbus.h to EXTRA_DIST files (bugzilla #4128)
47255
47256commit df938987d6c19fbdfff8d3334bb497f4814ae384
47257Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
47258Date:   Wed Aug 17 19:03:18 2005 +0000
47259
47260    Add buildsystem for Xprint, and:
47261    Wed Aug 17 14:50:58 2005 Soren Sandmann <sandmann@redhat.com>
47262    Include <X11/extensions/Print{,str}.h> instead of "Print{,str}.h"
47263    Include <X11/fonts/fontstruct.h> isntead of "fonts/fontstruct.h"
47264    Wed Aug 17 14:54:49 2005 Søren Sandmann <sandmann@redhat.com>
47265    Conditionally compile in xprint.c
47266    Add Xprint
47267
47268commit f2f6820c3f01810a4da5a8bb4e43119ef2a3fcb6
47269Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
47270Date:   Wed Aug 17 17:20:13 2005 +0000
47271
47272    Wed Aug 17 13:13:00 2005 Søren Sandmann <sandmann@redhat.com>
47273    Make asm labels local. Bug 4073, patch from Diego Pettenò.
47274
47275commit ad7f2fc67376f4fbfe81047273de12f7926f0b17
47276Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
47277Date:   Tue Aug 16 16:21:09 2005 +0000
47278
47279    symlink.sh: Temporarily disable xkbdata, add type1mod.c
47280    Tue Aug 16 12:09:09 2005 Søren Sandmann <sandmann@redhat.com>
47281    Add ft and type1 modules.
47282
47283commit 24597a1ee2c567ec6bc2f2208457f2778937a034
47284Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
47285Date:   Tue Aug 16 00:40:25 2005 +0000
47286
47287    2005-08-15 Alan Coopersmith <alan.coopersmith@sun.co>m
47288    Convert sunPostKbdEvent to use xf86ProcessAction like xf86PostKbdEvent.
47289
47290commit b86282b764387ef8315fc4045d4e1ca1bb74fee1
47291Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
47292Date:   Mon Aug 15 23:48:35 2005 +0000
47293
47294    Set ZAxisMapping default to "4 5 6 7".
47295
47296commit a6c8d0d71eef7cb964797f7595be36ee0ac10a1a
47297Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
47298Date:   Mon Aug 15 19:42:48 2005 +0000
47299
47300    Mon Aug 15 15:41:26 2005 Søren Sandmann <sandmann@redhat.com>
47301    Link this module with libXext.la.
47302    Mon Aug 15 14:56:57 2005 Søren Sandmann <sandmann@redhat.com>
47303    Remove the xkb* files.
47304    Add xkbVT.o and friends as the last things on the link line so they will
47305        override the symbols in libxkb.a. Add a comment on how this situation
47306        might not be considered ideal.
47307
47308commit 46aede552aa43cd59f81980303826b5c3d889c02
47309Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
47310Date:   Mon Aug 15 18:59:16 2005 +0000
47311
47312    Mon Aug 15 14:56:57 2005 Søren Sandmann <sandmann@redhat.com>
47313    Remove the xkb* files.
47314    Add xkbVT.o and friends as the last things on the link line so they will
47315        override the symbols in libxkb.a. Add a comment on how this situation
47316        might not be considered ideal.
47317
47318commit bcc95c83406a4498227ffd8384bc272fd8cdc49c
47319Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
47320Date:   Mon Aug 15 18:32:08 2005 +0000
47321
47322    Add AC_SYS_LARGEFILE to match flags used in monolith
47323
47324commit 809906a754a1289b7e88489241a2065aa0bf27a2
47325Author: Dave Airlie <airlied@linux.ie>
47326Date:   Mon Aug 15 08:24:45 2005 +0000
47327
47328    make mouse support work - note you need to change the evdev devices in the
47329        source.. hacky...
47330
47331commit fe5abff38e65c1a49886924efdf0242ab8048008
47332Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
47333Date:   Mon Aug 15 07:30:05 2005 +0000
47334
47335    Egbert's 64bit fixes for mixed 32/64bit clients
47336
47337commit ebedc8bbb54b9b4e1814bc2758216af2bab93540
47338Author: Eric Anholt <anholt@freebsd.org>
47339Date:   Sun Aug 14 19:46:55 2005 +0000
47340
47341    - Fix the exa pixmap offset/pitch alignment to deal with non-POT alignment
47342        requirements. MGA, notably, uses a multiple of 3 in some cases.
47343    - Rename the pixmap offset/pitch alignment fields to more clearly state
47344        their meaning.
47345
47346commit e3509c940fa1fc3988d23f884ca8bffc87d091e5
47347Author: Daniel Stone <daniel@fooishbar.org>
47348Date:   Sun Aug 14 16:24:30 2005 +0000
47349
47350    Don't link libXext, as it is linked in to the server also.
47351
47352commit 05071ae0fb847c211b1f20770d3b57fc2172738c
47353Author: Daniel Stone <daniel@fooishbar.org>
47354Date:   Sat Aug 13 07:41:33 2005 +0000
47355
47356    Don't link in libx86emu.a as this a) fails badly on non-x86 systems, and b)
47357        is done via x86emu.c including all the source files anyway.
47358
47359commit 1ffe9ceb2f6a7261fb62c90dfea861f9dadd27ce
47360Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
47361Date:   Sat Aug 13 06:15:35 2005 +0000
47362
47363    Oops, forgot a file in earlier Solaris kbd commit
47364
47365commit c29051f9d108fe49c23d9cf36fd08cc64c87262a
47366Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
47367Date:   Sat Aug 13 00:11:28 2005 +0000
47368
47369    Add LintTarget()
47370    Bugzilla #1068 <https://bugs.freedesktop.org/show_bug.cgi?id=1068> Port
47371        Solaris keyboard code to work with kbd driver.
47372    Also incorporated "audio bell" feature from Xsun keyboard DDX to play bell
47373        tones via /dev/audio (specified via Option "BellDevice" "/dev/audio" in
47374        keyboard device options).
47375
47376commit 616a65c4cc528278168db1414776f3a867cd463e
47377Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
47378Date:   Fri Aug 12 18:50:33 2005 +0000
47379
47380    Fri Aug 12 14:49:24 2005 Søren Sandmann <sandmann@redhat.com>
47381    Apply another patch from Billy Biggs to fix precision issues.
47382
47383commit 1eed84f227311730ce1f9ffab190e95de967c7da
47384Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
47385Date:   Fri Aug 12 18:47:17 2005 +0000
47386
47387    Fri Aug 12 14:45:54 2005 Søren Sandmann <sandmann@redhat.com>
47388    Fix up multiplications based on patch by Billy Biggs. Part of bug 3945.
47389
47390commit 8bfffb96b552a3facb77ff9e81658e80becbf2f4
47391Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
47392Date:   Fri Aug 12 18:31:07 2005 +0000
47393
47394    Fri Aug 12 14:29:09 2005 Søren Sandmann <sandmann@redhat.com>
47395    Apply patch from Billy Biggs that fixes rounding problems with division.
47396        Part of bug 3945.
47397
47398commit 812ed2e17bfe8e232313cf9ab78000a564cb6b3c
47399Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
47400Date:   Fri Aug 12 17:43:38 2005 +0000
47401
47402    Fri Aug 12 10:45:01 2005 S%Gï¿¿%@ren Sandmann <sandmann@redhat.com>
47403    Make this function compute the same results as the fbByteMul macro.
47404
47405commit 370b111f4882a95248bcc4727438c95a065c174d
47406Author: Ian Romanick <idr@us.ibm.com>
47407Date:   Fri Aug 12 16:30:57 2005 +0000
47408
47409    Use '$(DRMSRCDIR)/shared-core' instead of '$(DRMSRCDIR)/shared' for DRM
47410        includes. This matches the way drivers are built in the Mesa tree and
47411        fixes a build problem in the Savage driver.
47412    Convert uses of __glPointParameterfvARB_size to
47413        __glPointParameterfvEXT_size and uses of __glPointParameteriv_size to
47414        __glPointParameterivNV_size. This eliminates the need to hand-edit
47415        indirect_size.c after it is generated.
47416
47417commit 5f5117729de3a8a4eb6e17dc0979e4b1c1ef9918
47418Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
47419Date:   Fri Aug 12 01:17:58 2005 +0000
47420
47421    Fix segfault when "kbd" fails to load and "keyboard" driver is not
47422        configured.
47423
47424commit 13e16ee93a328a55494c2933143c66559fe7ba98
47425Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
47426Date:   Thu Aug 11 15:46:42 2005 +0000
47427
47428    Thu Aug 11 11:43:32 2005 Søren Sandmann <sandmann@redhat.com>
47429    Make sure we don't crash on glyphs with NULL bits. Bug 659.
47430
47431commit 3e471ddf1dbf58ed021d6f31bdaf438872f03ca8
47432Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
47433Date:   Thu Aug 11 14:36:29 2005 +0000
47434
47435    Add check for whether the platform is MMX capable and add the relevant
47436        flags if so.
47437
47438commit 130fffc0cdbfdc29f33f1ee97c09e744c19e243a
47439Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
47440Date:   Wed Aug 10 20:22:57 2005 +0000
47441
47442    Wed Aug 10 16:17:38 2005 Søren Sandmann <sandmann@redhat.com>
47443    Add back non-SSE implementations. Define USE_SSE if the CPU is amd64/x86-64
47444
47445commit ef50bba5694ef276a239882fae3502638b4ec784
47446Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
47447Date:   Wed Aug 10 19:42:36 2005 +0000
47448
47449    Revert previous patch as it causes build failures
47450
47451commit b99360e264c9531593ce8eb67bd006275ca5e5a0
47452Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
47453Date:   Wed Aug 10 19:15:44 2005 +0000
47454
47455    Add XF86DDXACTIONS to AM_CFLAGS
47456
47457commit 73a335a926e50afde36816ab47dae689202df319
47458Author: Jon Smirl <jonsmirl@yahoo.com>
47459Date:   Tue Aug 9 16:51:05 2005 +0000
47460
47461    Point xegl at the DRI driver
47462
47463commit 29d0ba9f06d90a1c7f619db87d681ca53fa1bf38
47464Author: Jon Smirl <jonsmirl@yahoo.com>
47465Date:   Tue Aug 9 15:58:20 2005 +0000
47466
47467    Touchup xgl for modular tree
47468
47469commit 435e2a09de7c9dd843b05f4a0484371a67940515
47470Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
47471Date:   Tue Aug 9 01:18:04 2005 +0000
47472
47473    //bugs.freedesktop.org/show_bug.cgi?id=3950> Xorg prints version numbers in
47474        wrong format for modules compiled for Xorg 6.99 & later (Adam Jackson &
47475        Alan Coopersmith)
47476
47477commit 5849c69db80b2320bddb7fafb519300cc0435c84
47478Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
47479Date:   Mon Aug 8 18:02:08 2005 +0000
47480
47481    Mon Aug 8 13:39:45 2005 Søren Sandmann <sandmann@redhat.com>
47482    Conditionally include xorg-config.h
47483
47484commit 5e6e5e6d8c6add3aac5c3aebc984d3afb842edc1
47485Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
47486Date:   Mon Aug 8 17:38:37 2005 +0000
47487
47488    Mon Aug 8 13:36:23 2005 Søren Sandmann <sandmann@redhat.com>
47489    #undef PIXPRIV here.
47490
47491commit a11ce76b0625501a202fa34e18777b7bd42b2713
47492Author: Keith Packard <keithp@keithp.com>
47493Date:   Mon Aug 8 06:25:21 2005 +0000
47494
47495    Build with modular X.org libraries and headers.
47496    composite/compwindow.c Don't damage unmoved windows. Let border clip reset
47497        leave damage alone, pending actual damage for painting.
47498
47499commit 129e812c339879b68bb162331ac9b7e0f86a7474
47500Author: Keith Packard <keithp@keithp.com>
47501Date:   Mon Aug 8 02:30:31 2005 +0000
47502
47503    Re-add _XOPEN_SOURCE as it's needed *sometimes*. Place it in #ifndef to
47504        avoid whinging.
47505
47506commit 4dfc3357a78a52ef70750608138dfeef0371cbc4
47507Author: Keith Packard <keithp@keithp.com>
47508Date:   Mon Aug 8 00:38:41 2005 +0000
47509
47510    Add autogenerated source files and other various non-CVS material to
47511        .cvsignore files
47512    Use XORG_CFLAGS. Ensure that all exa files are in SOURCES
47513    remove _XOPEN_SOURCE as it's always in xtrans.pc these days and gcc whines
47514    libdamage.la needs libcw.la when COMPOSITE is defined, but that
47515        libdamage.la must be after libcomposite.la, so add libcw.la to
47516        DAMAGE_LIB instead of EXTENSION_LIBS. Regularize library link order
47517        across all X servers
47518
47519commit 7d2b08aa4786eb4d181c88f7dc6b7eb059cc9dad
47520Author: Adam Jackson <ajax@nwnk.net>
47521Date:   Sun Aug 7 20:42:50 2005 +0000
47522
47523    Invert the sense of the composite configure flag to match reality.
47524
47525commit fcaa6f30c489578589af19ef798ab31150e696a2
47526Author: Adam Jackson <ajax@nwnk.net>
47527Date:   Sun Aug 7 19:02:32 2005 +0000
47528
47529    Bug #3989: Fix Composite builds, enable Composite build by default. (Olli
47530        Helenius)
47531
47532commit 3639fb243450ae447e9901de9f909e975a919514
47533Author: Chris Lee <clee@c133.org>
47534Date:   Sat Aug 6 23:56:18 2005 +0000
47535
47536    Enabling EXA by default in the modular build.
47537
47538commit a16357ebc9344fbf3e393da9e7b28164ad5b9dc8
47539Author: Chris Lee <clee@c133.org>
47540Date:   Sat Aug 6 23:46:38 2005 +0000
47541
47542    Last bits of changes to make exa build properly in the modular server.
47543
47544commit cc67bd187f06bfade0d2fe1b4cca92805458b210
47545Author: Chris Lee <clee@c133.org>
47546Date:   Sat Aug 6 23:34:09 2005 +0000
47547
47548    EXA support in the modular build.
47549
47550commit 33326f4ee884aa677e4568c3eaed4311a8ed0f2a
47551Author: Chris Lee <clee@c133.org>
47552Date:   Sat Aug 6 23:27:33 2005 +0000
47553
47554    Adding exa support to the modular server.
47555
47556commit b90a88e80310e5650e2abed4c151889d9c0bd316
47557Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
47558Date:   Sat Aug 6 19:48:12 2005 +0000
47559
47560    Add checks for functions used in os/access.c & os/connection.c:
47561        getdtablesize(), getifaddrs(), getpeereid(), getpeerucred()
47562
47563commit 2304c14fe5d3796c557a86d0ece1f0fb92591469
47564Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
47565Date:   Sat Aug 6 19:14:24 2005 +0000
47566
47567    Fix endian test to work on big-endian platforms correctly
47568
47569commit fc29d014aa586229cdc976aa1bfe38bd949f7cde
47570Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
47571Date:   Sat Aug 6 16:29:20 2005 +0000
47572
47573    Merge in patch release RC handling code from 6.8.2 (Kevin Martin)
47574
47575commit 9828a38ed695fed9788ace8bba575e521fa354b7
47576Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
47577Date:   Sat Aug 6 03:14:50 2005 +0000
47578
47579    Solaris build fixes needed for modular builds
47580
47581commit f51047c0b6749ae8f04925eb62706b4743328383
47582Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
47583Date:   Fri Aug 5 15:43:31 2005 +0000
47584
47585    Fix 32-bit vs. 64-bit test for Solaris
47586
47587commit 4220a0c4ccd0672460d31db239829384aee69f9a
47588Author: Matthew Allum <breakfast@10.am>
47589Date:   Fri Aug 5 09:08:32 2005 +0000
47590
47591    Make Xephyr work without shadow fb
47592
47593commit fedbce2186bbe3bd8d23a4d74c35f10286930a7d
47594Author: Adam Jackson <ajax@nwnk.net>
47595Date:   Fri Aug 5 00:13:31 2005 +0000
47596
47597    EXTRA_DIST hacks to get all the OS support files into the tarball.
47598
47599commit 39a80312e0c6e9f3b260d2f8279c71aef0a60d12
47600Author: Adam Jackson <ajax@nwnk.net>
47601Date:   Thu Aug 4 22:31:20 2005 +0000
47602
47603    - Bug #3960: Add remaining GLX and pci.ids stuff to DIST (Cha Young-Ho,
47604        Olli Helenius)
47605    - Fix some distcheck problems for non-solaris systems
47606    - Change server version number from the Xorg rev to an independent one
47607    - _POSIX_SOURCE and _XOPEN_SOURCE defined to the right values
47608
47609commit ed4d77a16a226a7bc88d0d4f5c595d16cdf46360
47610Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
47611Date:   Thu Aug 4 21:05:12 2005 +0000
47612
47613    Thu Aug 4 16:08:00 2005 Søren Sandmann <sandmann@redhat.com>
47614    Make the fbCompose paths use the existing inline functions instead of
47615        macros. Various other cleanups.
47616    Remove macro definitions, move typedef to fbmmx.c
47617
47618commit e62be6d2721e7f43c7bba6b8da4e5ec8c364697d
47619Author: Adam Jackson <ajax@nwnk.net>
47620Date:   Thu Aug 4 18:45:46 2005 +0000
47621
47622    - Check for vsnprintf
47623    - Don't build the Xorg DDX on darwin
47624    - Workaround for gcc defining __ppc__ but not __powerpc__
47625
47626commit 13bec87f45509452c643e20745e12878584d606a
47627Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
47628Date:   Thu Aug 4 02:39:56 2005 +0000
47629
47630    Fix inline assembly versions of in*/out* for Sun compilers Add check for
47631        ancient USL console code on Solaris to allow building on old Solaris
47632        x86 versions
47633
47634commit 9802106864a6b2c24df8e9fcb3c3471033abd5c6
47635Author: Adam Jackson <ajax@nwnk.net>
47636Date:   Wed Aug 3 01:41:34 2005 +0000
47637
47638    dist fixes for cw and GL (Donnie Berkholz, me)
47639
47640commit d7c246f35b1ba7ecbbc086dd1229b298faddec96
47641Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
47642Date:   Tue Aug 2 23:57:52 2005 +0000
47643
47644    Only build ix86Pci.c on x86 & amd64 platforms Set DEFAULT_INT10 to x86emu
47645        on everything but Linux/x86 Fix Sbus.c inclusion on sparc platforms
47646
47647commit 3d0d95004c65cd3a29c94fec99e13ab7fdc19c7c
47648Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
47649Date:   Tue Aug 2 20:47:47 2005 +0000
47650
47651    Add check for walkcontext() to enable stack trace dumper on Solaris
47652
47653commit bb5258a21d9efbb7d8b4226a44bd5738eb46d32a
47654Author: Keith Packard <keithp@keithp.com>
47655Date:   Tue Aug 2 17:57:36 2005 +0000
47656
47657    Mark generated files as BUILT_SOURCES and CLEANFILES to ensure they are
47658        regenerated after 'make clean' and to make parallel builds work right.
47659
47660commit 0c608a690e85064345d7ebdf6b03e2f3bd861708
47661Author: Keith Packard <keithp@keithp.com>
47662Date:   Tue Aug 2 06:48:20 2005 +0000
47663
47664    Note yacc and lex generated files as BUILT_SOURCES so they are created
47665        before anything is compiled; required for parallel builds
47666
47667commit d31de217e6e9bfb0e1cc99141d80def9382de9a9
47668Author: Adam Jackson <ajax@nwnk.net>
47669Date:   Tue Aug 2 03:36:09 2005 +0000
47670
47671    distcheck fixes
47672
47673commit c83772fef7ea0379db9bab1120f064b80b74f377
47674Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
47675Date:   Tue Aug 2 01:50:48 2005 +0000
47676
47677    Set OSNAME for "Build Operating System" line in Xorg log
47678
47679commit 005a9cf1f5fe688f303b954870afd35635fc33bf
47680Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
47681Date:   Tue Aug 2 01:03:25 2005 +0000
47682
47683    Fix Solaris assembly source to work with libtool
47684
47685commit 48b130285ad1309a1ff5b2148b3bae5f5b642488
47686Author: Adam Jackson <ajax@nwnk.net>
47687Date:   Tue Aug 2 00:47:08 2005 +0000
47688
47689    Move AM_CONDITIONAL for ia64 to global scope
47690
47691commit 03379474e0fd9c21ac058e2319618934359b3262
47692Author: Adam Jackson <ajax@nwnk.net>
47693Date:   Tue Aug 2 00:45:30 2005 +0000
47694
47695    only do the AS_HELP_STRING workaround once, d'oh
47696
47697commit 2d7b1893befb84850f3221cbe70b3bce4e621d63
47698Author: Adam Jackson <ajax@nwnk.net>
47699Date:   Tue Aug 2 00:41:07 2005 +0000
47700
47701    - Workaround for AS_HELP_STRING compatibility with older autoconf.
47702    - New intermediate build target for Xorg server
47703    - ia64 fixes
47704
47705commit 7c84189ea1dc236bc979bb4bf158ecb1a6b45137
47706Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
47707Date:   Mon Aug 1 22:22:16 2005 +0000
47708
47709    Bugzilla #3566 <https://bugs.freedesktop.org/show_bug.cgi?id=3566> Patch
47710        #2906 <https://bugs.freedesktop.org/attachment.cgi?id=2906> Fix for
47711        RENDER, repeating pictures and offscreen memory (Owen Taylor)
47712
47713commit 2acd29c93fd3b3d438887f0ca9be6713db81c1e8
47714Author: Adam Jackson <ajax@nwnk.net>
47715Date:   Mon Aug 1 22:13:20 2005 +0000
47716
47717    Bump autoconf dependency to 2.57 from 2.53. Add 2.57 compatibility hack for
47718        the new AS_HELP_STRING syntax from 2.58+.
47719
47720commit b7a43fa0f112d92cce71642142e07276da4de681
47721Author: Adam Jackson <ajax@nwnk.net>
47722Date:   Mon Aug 1 19:00:21 2005 +0000
47723
47724    Bug #3739: Fail soft on unknown extension string.
47725
47726commit 0285804811bd24ad7de8894f8188b87e821e54cc
47727Author: Adam Jackson <ajax@nwnk.net>
47728Date:   Mon Aug 1 18:41:54 2005 +0000
47729
47730    GLX fix for loadable servers: indirect_size.c goes in libglx, not libGLcore
47731
47732commit 78d51253e229bcb428039911d80a5d89d4bf4491
47733Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
47734Date:   Mon Aug 1 16:07:14 2005 +0000
47735
47736    Fri Jul 29 17:20:53 2005 Søren Sandmann <sandmann@redhat.com>
47737    Fix rounding bug.
47738
47739commit fd84b3b56280ef88a8c848c4338f0bea906ce6d8
47740Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
47741Date:   Sat Jul 30 18:56:32 2005 +0000
47742
47743    Clear compiler warnings. (Stefan Dirsch)
47744
47745commit 9e9f9cb4878d597b3fa6de7732d2866e24c32f54
47746Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
47747Date:   Fri Jul 29 21:55:57 2005 +0000
47748
47749    Need to define SVR4 on SVR4-ish systems since many headers and source files
47750        check for it, expecting Imake to have defined it already. (Should be
47751        replaced with more specific checks & defines, but there's too many to
47752        get them all right now.)
47753
47754commit 14ade55b83aa72240a555b3b9def9f40a6a38cd9
47755Author: Kevin E Martin <kem@kem.org>
47756Date:   Fri Jul 29 21:22:58 2005 +0000
47757
47758    Various changes preparing packages for RC0:
47759    - Verify and update package version numbers as needed
47760    - Implement versioning scheme
47761    - Change bug address to point to bugzilla bug entry form
47762    - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
47763        reenable it)
47764    - Fix makedepend to use pkgconfig and pass distcheck
47765    - Update build script to build macros first
47766    - Update modular Xorg version
47767
47768commit 2654f88cee86fae9db169dc8668492857fbbad98
47769Author: Kevin E Martin <kem@kem.org>
47770Date:   Fri Jul 29 18:40:54 2005 +0000
47771
47772    Fix code to handle printing 7.0 release candidates properly.
47773
47774commit d5d669b04ecbd91bb2db9ddc6238acabbeaabbe0
47775Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
47776Date:   Thu Jul 28 23:33:57 2005 +0000
47777
47778    If neither --enable-dmx or --disable-dmx are specified, default to "yes" on
47779        Linux, "no" on everything else (matches defaults in monolith Imake)
47780
47781commit 86529c07d6ff69ef936ee370be07b373e2961360
47782Author: Kevin E Martin <kem@kem.org>
47783Date:   Thu Jul 28 23:28:34 2005 +0000
47784
47785    Fix distcheck for server
47786
47787commit 3e4bf8a8f46e14078c64c56ad303c80cd9d8d5be
47788Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
47789Date:   Thu Jul 28 02:38:23 2005 +0000
47790
47791    Rework wrapping of common mouse driver to not require mousePriv.h, so that
47792        modular tree xserver can be built on Solaris. Wrap more ioctls in
47793        SYSCALL() to restart on signals.
47794
47795commit cfd6c74067de7fdb2aeddee6780c29231a56acdc
47796Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
47797Date:   Wed Jul 27 17:50:13 2005 +0000
47798
47799    Add dbestruct.h to sdk_HEADERS
47800
47801commit 5ced854186b851ba2c9ac84eb6d7f141fdee487b
47802Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
47803Date:   Wed Jul 27 17:35:25 2005 +0000
47804
47805    Add miwideline.h mistruct.h mifpoly.h to sdk_HEADERS
47806
47807commit 7bd6b0640e69552ed4c9daac26e41410dd7338b4
47808Author: Kevin E Martin <kem@kem.org>
47809Date:   Wed Jul 27 08:16:35 2005 +0000
47810
47811    Add #include <dmx-config.h> for building dmx/glxProxy in the modular tree.
47812
47813commit b9ccd89918e1c79d6013fe563c7fa933c1274837
47814Author: Kevin E Martin <kem@kem.org>
47815Date:   Wed Jul 27 08:11:26 2005 +0000
47816
47817    Fix dmx/glxProxy build
47818
47819commit 8f6664fcff319ee155e7864ce25fa11c1fa5594b
47820Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
47821Date:   Tue Jul 26 23:40:45 2005 +0000
47822
47823    Add these files to the sdk:
47824    cbf32.h cfb16.h cfbmap.h cfbunmap.h cfbunmap.h cfbmskbits.h xf86sbusBus.h
47825        mifillarch.h mispans.h
47826
47827commit 3cbb55f309b8eaba246d1d948b59883f9ed28bf4
47828Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
47829Date:   Tue Jul 26 22:17:27 2005 +0000
47830
47831    Install xorgVersion.h
47832
47833commit df5d47560c19b01f2998806c4b62f459a6b5fc02
47834Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
47835Date:   Tue Jul 26 18:56:45 2005 +0000
47836
47837    xserver/xorg/fb/Makefile.am: install fboverlay.h
47838
47839commit b25e6f82a1189a67208a2a4980d732ab77e64a35
47840Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
47841Date:   Tue Jul 26 18:21:22 2005 +0000
47842
47843    fb/Makefile.am: add fbpseudocolor.h to sdk_HEADERS
47844        hw/xfree86/xaa/Makefile.am: add xaaWrapper.h to sdk_HEADERS
47845
47846commit e7502158d6922a149d0aaf1de209f0b58fa444bf
47847Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
47848Date:   Sun Jul 24 16:24:17 2005 +0000
47849
47850    Add xf86DeallocateGARTMemory stub so that Xorg can be built on Solaris
47851        again.
47852
47853commit 7c1148c0fbc00716bb7ec621a1b968b4127cbb00
47854Author: Adam Jackson <ajax@nwnk.net>
47855Date:   Sat Jul 23 19:32:57 2005 +0000
47856
47857    Fire the Mesa symlink script from the configure stage.
47858
47859commit f331a325447449982efba8adc5bc079371dfb77a
47860Author: Adam Jackson <ajax@nwnk.net>
47861Date:   Sat Jul 23 19:29:58 2005 +0000
47862
47863    Add the symlink script for the Mesa source.
47864
47865commit a5532e456d763718036e84891ff57c6f7417615a
47866Author: Stuart R. Anderson <anderson@netsweng.com>
47867Date:   Sat Jul 23 18:16:06 2005 +0000
47868
47869    Change the default depth back to 8 like it was originally. Disable the
47870        addition of depth 12 & 30. It causes more than MAXFORMATS depths to be
47871        added to the screen which causes an array in the Screen structure to
47872        overflow and crash on server reset.
47873
47874commit d8a1241a24d75c258548875350bff4d0acc795ab
47875Author: Stuart R. Anderson <anderson@netsweng.com>
47876Date:   Sat Jul 23 17:49:45 2005 +0000
47877
47878    Add a safety check to catch when numDepths GCperDepthexceeps MAXFORMATS
47879
47880commit 93d29b4554d26b22ca43311264f85ea8e14804c2
47881Author: Adam Jackson <ajax@nwnk.net>
47882Date:   Sat Jul 23 02:04:39 2005 +0000
47883
47884    Emit makefiles for glapi, slang, and grammar. Conditionally define GLX_LIBS
47885        if GLX support is requested. Add GLX_LIBS to the link deps for Xvfb and
47886        Xnest. All GLX support should work now for the vfb, xnest, and xfree86
47887        DDXes.
47888
47889commit 525d663ec5a8a181a1e36f3787b24cdb77290c17
47890Author: Adam Jackson <ajax@nwnk.net>
47891Date:   Sat Jul 23 02:02:18 2005 +0000
47892
47893    glapi build (forgot this one somehow)
47894
47895commit 6aaceef3231818682dccf1969b211f1dc798da1f
47896Author: Adam Jackson <ajax@nwnk.net>
47897Date:   Sat Jul 23 02:00:52 2005 +0000
47898
47899    Fix the build system to reflect the rest of the Mesa core. Almost links,
47900        needs a code fix to Mesa though.
47901
47902commit d7e2cadb13ef0e77d864c8282489f544b0e1dede
47903Author: Adam Jackson <ajax@nwnk.net>
47904Date:   Thu Jul 21 02:29:05 2005 +0000
47905
47906    GLX needs gl.h from Mesa too
47907
47908commit bf32f4739c6ef7f41cde6cc409d42e00462402fb
47909Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
47910Date:   Tue Jul 19 20:51:46 2005 +0000
47911
47912    programs/Xserver/hw/xfree86/os-support/shared/agp_noop.c
47913    programs/Xserver/hw/xfree86/os-support/linux/lnx_agp.c
47914    programs/Xserver/hw/xfree86/os-support/xf86_OSproc.h
47915    //bugs.freedesktop.org/show_bug.cgi?id=3164> Add xf86DeallocateGARTMemory()
47916        function call (Austin Yuan)
47917
47918commit 931abdba8410bf1188d69d54c57543a21ea36968
47919Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
47920Date:   Tue Jul 19 02:50:00 2005 +0000
47921
47922    Change #include "X.h" to <X11/X.h>
47923
47924commit 4f2e731aba0c5694abb65a877395cc5f9869c556
47925Author: Daniel Stone <daniel@fooishbar.org>
47926Date:   Sun Jul 17 07:34:31 2005 +0000
47927
47928    objdir != srcdir fixes.
47929
47930commit a6bd7ad985e138874bb0e1f33f545651dfde32a9
47931Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
47932Date:   Sun Jul 17 01:52:33 2005 +0000
47933
47934    Set GLX automake conditional after we've tested for mesa source and set GLX
47935        to "no" if it's --with-mesa-source wasn't set.
47936
47937commit ead37b08699f665a856c7ba29578c27c27db4100
47938Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
47939Date:   Sat Jul 16 20:52:25 2005 +0000
47940
47941    Mark variables modified in signal handlers as volatile (part of Sun bug id
47942        4496504)
47943
47944commit bbb49449cbc0815fd9c4faf9b6ee32be99a8aa3d
47945Author: Adam Jackson <ajax@nwnk.net>
47946Date:   Sat Jul 16 16:30:40 2005 +0000
47947
47948    Fix --with-mesa-source parsing, and turn GLX off if no path to Mesa given.
47949
47950commit d69e9872ae91c9c17a33e1ed763f98453d950b39
47951Author: Adam Jackson <ajax@nwnk.net>
47952Date:   Sat Jul 16 16:29:30 2005 +0000
47953
47954    Typo fix, and re-add GLcore to the dixmods build
47955
47956commit 8bc883c48c8f99502707998a8257c0563cae7d3a
47957Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
47958Date:   Sat Jul 16 09:00:44 2005 +0000
47959
47960    Update build instructions. Add details about how the expat, fontconfig,
47961        libpng, freetype, and xterm builds are now handled.
47962    Update text docs from SGML masters.
47963
47964commit 8e600b87643f7f4e19923dd6a0f2eec83303363a
47965Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
47966Date:   Sat Jul 16 07:39:48 2005 +0000
47967
47968    Only pass -rdynamic when using gcc
47969
47970commit 4f04e26c69747929243f176feaa90f3042481f53
47971Author: Adam Jackson <ajax@nwnk.net>
47972Date:   Sat Jul 16 04:30:33 2005 +0000
47973
47974    Say --with-mesa-source to get GLcore built.
47975
47976commit 4913316f25e76381844cf15aa64eff620c2807a1
47977Author: Adam Jackson <ajax@nwnk.net>
47978Date:   Sat Jul 16 04:29:28 2005 +0000
47979
47980    Switch to MESA_SOURCE which we're already AC_SUBSTing
47981
47982commit 7facb209a705ca406b05272c233ea0cfd6a5b266
47983Author: Adam Jackson <ajax@nwnk.net>
47984Date:   Sat Jul 16 04:24:21 2005 +0000
47985
47986    Hook in the GLcore build
47987
47988commit 2f9a7c6ee1012b2c7664c53f405affaf82bd0953
47989Author: Adam Jackson <ajax@nwnk.net>
47990Date:   Sat Jul 16 04:13:33 2005 +0000
47991
47992    Hey look, GLcore links
47993
47994commit 5f81eb1d89f623dd9281e686a4d4d4f403e459c6
47995Author: Kevin E Martin <kem@kem.org>
47996Date:   Sat Jul 16 03:49:59 2005 +0000
47997
47998    Fix the *-config.h includes so that it is possible to build modules without
47999        having to use -include in the Makefile.
48000
48001commit 0635acab08bade9bfd9d2abd3ea5a3fe525bc647
48002Author: Kevin E Martin <kem@kem.org>
48003Date:   Sat Jul 16 03:46:01 2005 +0000
48004
48005    Add record module building support Change module building to not use
48006        -include Fix xnest, dmx and vfb builds to -DXFree86Server for fbcmap
48007        compilation
48008
48009commit 92b23ff426936909e1ff5e063b75e5f112b93ca1
48010Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
48011Date:   Sat Jul 16 01:17:52 2005 +0000
48012
48013    Update to match recent changes to pci.ids & extrapci.ids for people
48014        building on systems without perl.
48015
48016commit 6ce3743948a7151c721194594091a7e1183e2f32
48017Author: Adam Jackson <ajax@nwnk.net>
48018Date:   Sat Jul 16 00:51:14 2005 +0000
48019
48020    start the GLcore build system
48021
48022commit 2f0487521da3da6784dd964c915071b82d749108
48023Author: Kevin E Martin <kem@kem.org>
48024Date:   Fri Jul 15 23:08:31 2005 +0000
48025
48026    Fix the *-config.h includes for the files that have moved in the modular
48027        tree.
48028
48029commit a407fa373bb72f29050e3f027042011075b3bdf0
48030Author: Kevin E Martin <kem@kem.org>
48031Date:   Fri Jul 15 22:51:05 2005 +0000
48032
48033    Move drm up to os-support since the files are shared by multiple platforms.
48034        Fix the dri and drm build. Fix server-side DMX extension build. Make
48035        xf4bpp use the correct version of mfbline.c for mfbseg.c. Add #ifndef
48036        _HEADERNAME_H_/#define _HEADERNAME_H_/.../#endif to the headers.
48037
48038commit eb6fa0dc15516a0a436090efc6d85f22baeec015
48039Author: Adam Jackson <ajax@nwnk.net>
48040Date:   Fri Jul 15 22:14:28 2005 +0000
48041
48042    Enable GLX build by default
48043
48044commit 0e352a8b2b4c78c291074b9531ed7afa7a20ac17
48045Author: Adam Jackson <ajax@nwnk.net>
48046Date:   Fri Jul 15 21:59:39 2005 +0000
48047
48048    disable GLcore momentarily until a build system exists. --enable-glx should
48049        work now.
48050
48051commit 4bf453086418e93e81b24d3d2a0f49a9357acff3
48052Author: Kevin E Martin <kem@kem.org>
48053Date:   Fri Jul 15 05:48:29 2005 +0000
48054
48055    Fix keyboard state when XEVIE is not enabled (Keith Packard).
48056
48057commit 562acf2e69dcf08f8db8f8eeaa162949d45f70b2
48058Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
48059Date:   Thu Jul 14 23:41:15 2005 +0000
48060
48061    Add -I$(top_builddir)/hw/xfree86/dixmods/extmod to Xext/Makefile.am Patch
48062        from Stefan Dirsch
48063
48064commit defeb56fc9559661fa632935a4c76c500c7edcf4
48065Author: Kevin E Martin <kem@kem.org>
48066Date:   Thu Jul 14 22:20:16 2005 +0000
48067
48068    Fix the build when DRI is enabled
48069
48070commit 6b546d0ec07e493b501e82300b3e6c143cd4d0ac
48071Author: Kevin E Martin <kem@kem.org>
48072Date:   Thu Jul 14 03:36:44 2005 +0000
48073
48074    Add #include <xnest-config.h> to the Xnest source files for modularization.
48075
48076commit 7375f4d13626bbba4204e2f08f41c212b2eed992
48077Author: Kevin E Martin <kem@kem.org>
48078Date:   Thu Jul 14 03:32:09 2005 +0000
48079
48080    Add support for Xnest
48081
48082commit c582560c62fd8181b7521e470f118a59c418a95f
48083Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
48084Date:   Thu Jul 14 02:59:34 2005 +0000
48085
48086    Add partial in*/out* assembly support for Sun compilers on x86
48087
48088commit 64bf3a81a3212dc2c0f55aebdc74a618ca6a32c0
48089Author: Adam Jackson <ajax@nwnk.net>
48090Date:   Thu Jul 14 02:53:31 2005 +0000
48091
48092    loadable extmod build system.
48093
48094commit 6c96e0c9e4b3f1e8dfa5dcf7366bb838dc0724ec
48095Author: Adam Jackson <ajax@nwnk.net>
48096Date:   Thu Jul 14 01:36:58 2005 +0000
48097
48098    loader support for extmod
48099
48100commit 8ea4a1b759eae0279ce619c663f2cd2f6dee8d71
48101Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
48102Date:   Thu Jul 14 01:00:39 2005 +0000
48103
48104    First pass at Solaris os-support
48105
48106commit f07e905553783dc0133015bcbf94d3b6be68b19c
48107Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
48108Date:   Thu Jul 14 00:28:47 2005 +0000
48109
48110    - Add build system for xf86-video-ati
48111    - Add build system for xserver/xorg/hw/xfree86/dri
48112    - Add glcore.h to symlink.sh
48113    - Symlink.sh: add some more DRI files, symlink glcore.h from
48114        extras/Mesa/include/GL/internal to proto/GL
48115    - proto/GL/Makefile.am: install glcore.h
48116    - xf86-video-ark: s/module-dir/xorg-module-dir/
48117
48118commit 939b7720f17ec5ac5edcc6cfe70453160ecb0161
48119Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
48120Date:   Thu Jul 14 00:02:05 2005 +0000
48121
48122    Merge SVR4/pre-Solaris 8 and Solaris 8+ sections for greater consistency,
48123        easier maintenance, and to fix some missing headers when building the
48124        modular Xorg on Solaris.
48125
48126commit 23d25a656d7fdbafa1c78be2950fb405f0a1b87b
48127Author: Adam Jackson <ajax@nwnk.net>
48128Date:   Wed Jul 13 23:41:21 2005 +0000
48129
48130    Remove references to DDX-specific extensions
48131
48132commit f4626bb72b9955846abee018ae31c1aeb51b8dbf
48133Author: Adam Jackson <ajax@nwnk.net>
48134Date:   Wed Jul 13 22:59:39 2005 +0000
48135
48136    dlloader is the default in 6.9, but the loader doesn't get told to prefer
48137        dlloader modules unless you -DDLOPEN_HACK.
48138
48139commit 4f38526566dbcc296d124bb852adfa30ac4d927e
48140Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
48141Date:   Wed Jul 13 22:54:02 2005 +0000
48142
48143    - Use fbdevhwstub.c if <linux/fb.h> is not found
48144    - Use x86emu on Solaris instead of vm86
48145    - Better per-OS control over which xf86Kbd*.c and *Pci.c files to build
48146    - Set various #defines to be defined or not on Solaris as needed
48147
48148commit db8aa17f15f62f243400b0267bf281dd27738644
48149Author: Adam Jackson <ajax@nwnk.net>
48150Date:   Wed Jul 13 22:19:36 2005 +0000
48151
48152    updated comment for libbitmap
48153
48154commit 4f9e76ed6a61b414ffc94550727a138c3f73996f
48155Author: Adam Jackson <ajax@nwnk.net>
48156Date:   Wed Jul 13 22:09:52 2005 +0000
48157
48158    Dear libtool: Loadable modules do not need version numbers. kthnxbye.
48159
48160commit 40ad7321f5d8d216523d575c4414736d8cfe9e88
48161Author: Adam Jackson <ajax@nwnk.net>
48162Date:   Wed Jul 13 21:52:51 2005 +0000
48163
48164    Generate useful loadable modules by actually linking in the blobs from the
48165        DIX
48166
48167commit 0e08818d3951c324e5953bd23a8a9457b3fec78f
48168Author: Adam Jackson <ajax@nwnk.net>
48169Date:   Wed Jul 13 21:41:02 2005 +0000
48170
48171    Hook dbe into the build
48172
48173commit 2d4ddb5606b7328c591a7bffafbb49bdaf2adcf9
48174Author: Adam Jackson <ajax@nwnk.net>
48175Date:   Wed Jul 13 21:36:27 2005 +0000
48176
48177    double-buffering extension
48178
48179commit c2ec9fbb15c776b9c64451cf32927b1b8d1c560c
48180Author: Kevin E Martin <kem@kem.org>
48181Date:   Wed Jul 13 21:17:53 2005 +0000
48182
48183    Only build Xi/stubs.c on DDXs that don't support the Xinput extension
48184
48185commit 74a534f63c1ed016f24dbc3ca31f05b81076e8f0
48186Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
48187Date:   Wed Jul 13 20:19:38 2005 +0000
48188
48189    xc/programs/Xserver/hw/xfree86/drivers/i2c/*.c: include xorg-config.h
48190        instead of config.h xserver/xorg/hw/xfree86/i2c/Makefile.am: Add i2c
48191        drivers
48192
48193commit 1dc3e96e4077a912dd3aa13fa80099f5864b641f
48194Author: Torrey Lyons <torrey@mrcla.com>
48195Date:   Wed Jul 13 16:30:53 2005 +0000
48196
48197    Fix compilation where uint is not defined.
48198
48199commit 19e20c1470c1f8d15f2a78fb29545bde06a65516
48200Author: Lars Knoll <lars@trolltech.com>
48201Date:   Wed Jul 13 08:58:37 2005 +0000
48202
48203    don't clobber %ebx in the assembler.
48204
48205commit bfb10bd2dcca65ba5d346c9d7da594a81c35c101
48206Author: Lars Knoll <lars@trolltech.com>
48207Date:   Wed Jul 13 07:28:17 2005 +0000
48208
48209    Fix potential buffer overflow and a smaller bug in the convolution filter
48210
48211commit 778a2703b233641e298fa81ef9c477943c496305
48212Author: Lars Knoll <lars@trolltech.com>
48213Date:   Wed Jul 13 07:12:33 2005 +0000
48214
48215    fix compilation
48216
48217commit 66bc36473c238fdee7e6c1d31e6e5f6813a7541a
48218Author: Daniel Stone <daniel@fooishbar.org>
48219Date:   Tue Jul 12 23:36:27 2005 +0000
48220
48221    Use builddir, not srcdir, for built files.
48222
48223commit d6808a48d2dffd72f618fa372fba993736638799
48224Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
48225Date:   Tue Jul 12 18:16:03 2005 +0000
48226
48227    Fix scanpci -v core dump when subsys vendor/device id's are NOVENDOR &
48228        NODEVICE. Bug #3763 <https://bugs.freedesktop.org/show_bug.cgi?id=3763>
48229        Patch #3074 <https://bugs.freedesktop.org/attachment.cgi?id=3074>
48230
48231commit cda9c7b2678ea08ac6176a9eee72e6e511134b8e
48232Author: Lars Knoll <lars@trolltech.com>
48233Date:   Tue Jul 12 14:50:10 2005 +0000
48234
48235    add x86emu.
48236
48237commit 41002623f314444bd416fd5f445a0425c5b59df0
48238Author: Lars Knoll <lars@trolltech.com>
48239Date:   Tue Jul 12 10:02:10 2005 +0000
48240
48241    Add MMX Code paths for the basic composition operations in
48242        fbComposeGeneral.
48243
48244commit 697cf74fb50a550b8f7e124dc8f463a55519795f
48245Author: Keith Packard <keithp@keithp.com>
48246Date:   Tue Jul 12 03:09:20 2005 +0000
48247
48248    Make Xprt run when linked against Xlib for Xrm
48249
48250commit 419448ea7b0d7f672e568cb1d8b4e190a1f54825
48251Author: Adam Jackson <ajax@nwnk.net>
48252Date:   Tue Jul 12 03:03:16 2005 +0000
48253
48254    Pull libdri out of the build for now until I get something better worked
48255        out
48256
48257commit f054bf2ff6b94e285e7f2d174163c01b07b07143
48258Author: Adam Jackson <ajax@nwnk.net>
48259Date:   Tue Jul 12 01:29:41 2005 +0000
48260
48261    build fix
48262
48263commit 02427d4d04f70109a499578c6762654463ebdae4
48264Author: Kevin E Martin <kem@kem.org>
48265Date:   Tue Jul 12 01:20:36 2005 +0000
48266
48267    Add support for building Xdmx and Xvfb
48268
48269commit 3fe6b5bb30e8e1b9017a9cf818fcceb279a28e65
48270Author: Adam Jackson <ajax@nwnk.net>
48271Date:   Tue Jul 12 01:17:39 2005 +0000
48272
48273    GLX server support
48274
48275commit 377e3bddd4d73154520a9582d75de2b20ae532a5
48276Author: Adam Jackson <ajax@nwnk.net>
48277Date:   Tue Jul 12 00:55:43 2005 +0000
48278
48279    Forgot to add these for some reason
48280
48281commit e348ac4b4dfb1112c19fe5fe5441182e66716087
48282Author: Kevin E Martin <kem@kem.org>
48283Date:   Tue Jul 12 00:52:48 2005 +0000
48284
48285    Prepare Xdmx and Xvfb for modularization by adding appropriate #include
48286        <{dix,dmx}-config.h> to the source files.
48287
48288commit b7a9a6a03560bdf6584c71bf0b546301bba9ab89
48289Author: Kevin E Martin <kem@kem.org>
48290Date:   Mon Jul 11 17:52:00 2005 +0000
48291
48292    Remove unneeded xf86drm.h includes to fix modular build.
48293
48294commit cf4dfd650dbc2bb65eae4eea2acfb4a4c5295548
48295Author: Adam Jackson <ajax@nwnk.net>
48296Date:   Mon Jul 11 02:29:50 2005 +0000
48297
48298    Prep for modular builds by adding guarded #include "config.h" everywhere.
48299
48300commit c5548086f3864c828f0cad65d2708cefd2025947
48301Author: Adam Jackson <ajax@nwnk.net>
48302Date:   Mon Jul 11 00:42:52 2005 +0000
48303
48304    Start filling in glx build. Add xf86Version.h and a few DRI headers to the
48305        sdk (needed for modular driver builds).
48306
48307commit 955fe17133d841758a18072a9acabedc81dc4562
48308Author: Adam Jackson <ajax@nwnk.net>
48309Date:   Sun Jul 10 21:45:55 2005 +0000
48310
48311    add some convenience variables for the drivers
48312
48313commit 78fab90230c61241af29f0c94f401ce0bc749b6b
48314Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
48315Date:   Sat Jul 9 16:51:58 2005 +0000
48316
48317    Bug #3740 <https://bugs.freedesktop.org/show_bug.cgi?id=3740> Patch #3058
48318        <https://bugs.freedesktop.org/attachment.cgi?id=3058>
48319    08-Jul-2005 nv driver updates from Mark Vojkovich:
48320    Change some console restore code for NV11. Hopefully, we can more reliably
48321        restore the console for desktop systems using DVI. This may correct a
48322        recent regression on NV11.
48323    Also, new PCI IDs.
48324    Add new nVidia PCI ids to match nv_driver.c changes.
48325
48326commit 3c92389185f0c9fa3b8c299a084b10c12bcab52c
48327Author: Zack Rusin <zack@kde.org>
48328Date:   Sat Jul 9 14:15:35 2005 +0000
48329
48330    Patch from Thomas Winischhofer to kick out all pixmaps to system ram upon a
48331        VT switch and vice versa when returning.
48332
48333commit 327741486e807c068383a771c04c9042b0589c37
48334Author: Adam Jackson <ajax@nwnk.net>
48335Date:   Sat Jul 9 02:22:29 2005 +0000
48336
48337    Don't try to link fb, shadow, or vgahw into the loadable Xorg server, as
48338        they're only supposed to be loadable modules.
48339
48340commit 2b8e4db9ac4b4c8f8fd73c00436d6abec2faa535
48341Author: Adam Jackson <ajax@nwnk.net>
48342Date:   Fri Jul 8 20:27:30 2005 +0000
48343
48344    -lXfont isn't enough for libbitmap, you need to get the -L from pkg-config
48345
48346commit e84648df7d7eb700b7c2d35fdef0be1f463853fa
48347Author: Zack Rusin <zack@kde.org>
48348Date:   Fri Jul 8 17:07:52 2005 +0000
48349
48350    mark drawable as dirty on copying/painting windows
48351
48352commit 4ab73a73f4aa1f02cc8dada185b5dcbddfe43878
48353Author: Zack Rusin <zack@kde.org>
48354Date:   Fri Jul 8 07:43:00 2005 +0000
48355
48356    heh, oops (thanks Thomas)
48357
48358commit 0a28516a6e641b41e674f69fc228b0babbe1743b
48359Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
48360Date:   Thu Jul 7 19:07:28 2005 +0000
48361
48362    More compiler warning fixes for missing prototypes:
48363    Add prototype for XkbSetExtension()
48364    Add #include <ctype.h> for isspace() & isdigit()
48365    Add #include <grp.h> (for initgroups()) and remove extra *
48366    Add prototype for xorgGetVersion()
48367
48368commit 2c3c4060fd2a52f147eda01b11222c341c6e3dee
48369Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
48370Date:   Thu Jul 7 16:18:52 2005 +0000
48371
48372    Bug #2901 <https://bugs.freedesktop.org/show_bug.cgi?id=2901> Add prototype
48373        for XdmAuthenticationInit() (Peter Breitenlohner)
48374
48375commit d0dc574adb79ffacf90b786d4ccfcd1cd8598728
48376Author: Zack Rusin <zack@kde.org>
48377Date:   Thu Jul 7 15:05:02 2005 +0000
48378
48379    Check vtSema before accelerating primitives and sync in fallbacks only if
48380        we got vtSema
48381
48382commit 6cba5f1260c20b3bc072fdcc5f3e49fa28ba6414
48383Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
48384Date:   Thu Jul 7 14:59:48 2005 +0000
48385
48386    Bug #2901 <https://bugs.freedesktop.org/show_bug.cgi?id=2901> Patch #2332
48387        <https://bugs.freedesktop.org/attachment.cgi?id=2332> This patch avoids
48388        79 gcc-3.4.3 warnings 'xxx' declared `static' but never defined mostly
48389        due to including "ftfuncs.h" with the declaration of static functions
48390        defined in "ftfuncs.c". (Peter Breitenlohner)
48391
48392commit 7da3f4a786d9b61f4129c7dbbef80c84abbfde68
48393Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
48394Date:   Thu Jul 7 03:12:40 2005 +0000
48395
48396    Bug #2901 <https://bugs.freedesktop.org/show_bug.cgi?id=2901> Fix warnings
48397        about redefined macros (Peter Breitenlohner)
48398
48399commit f86562540d1c945bfd96d4b89259d81e4ed25255
48400Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
48401Date:   Thu Jul 7 02:47:06 2005 +0000
48402
48403    Bug #2901 <https://bugs.freedesktop.org/show_bug.cgi?id=2901> Patch #2325
48404        <https://bugs.freedesktop.org/attachment.cgi?id=2325> Avoid 38
48405        gcc-3.4.2 warnings: suggest parentheses around assignment used as truth
48406        value suggest explicit braces to avoid ambiguous `else' suggest
48407        parentheses around && within || suggest parentheses around arithmetic
48408        in operand of ^ "/*" within comment (Peter Breitenlohner)
48409    Bug #2901 <https://bugs.freedesktop.org/show_bug.cgi?id=2901> Patch #2326
48410        <https://bugs.freedesktop.org/attachment.cgi?id=2326> This patch
48411        removes these 2 gcc-3.4.3 warnings: missing braces around initializer
48412        implicit declaration of function `XpOidTrayMediumListHasTray' (Peter
48413        Breitenlohner)
48414
48415commit 4047191124c237518110e698bde6dab445644449
48416Author: Damien Ciabrini <braun@club-internet.fr>
48417Date:   Wed Jul 6 15:34:22 2005 +0000
48418
48419    Added hardware support for transformation matrix (zoom, rotation, etc...).
48420        Fixed the composition function for RGB and A8 format. Avoid syncing
48421        hardware after HW fills or copies.
48422
48423commit 4073f24c90d4aff3f7d83af4c0e733eed082b53b
48424Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
48425Date:   Wed Jul 6 15:14:30 2005 +0000
48426
48427    add missing PictureTransformPoint3d call
48428
48429commit c48f631cdb6a279ab1a24a486b05956cfa9ca3da
48430Author: Damien Ciabrini <braun@club-internet.fr>
48431Date:   Wed Jul 6 13:57:41 2005 +0000
48432
48433    Fix offset alignment code in the offscreen memory allocator to prevent
48434        textures from being allocated in the next free memory area.
48435
48436commit baa99be190c51b533bf8748c6c6a9bce62594e96
48437Author: Ian Romanick <idr@us.ibm.com>
48438Date:   Wed Jul 6 07:16:19 2005 +0000
48439
48440    Put the correct value in the length field of the reply. Previously, the
48441        number of tag/date pairs was specified. This was incorrect. The correct
48442        value is the number of values (one for the tag and one for the value).
48443    Xorg bug: #3210
48444
48445commit 6ba4a2e78a73858648b5b6a39306446d519c3a75
48446Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
48447Date:   Tue Jul 5 23:01:51 2005 +0000
48448
48449    Add more defines for XWin DDX Make building of cfb*, afb and mfb
48450        conditional Set FD_SETSIZE=256 on cygwin
48451
48452commit 71ed3ae0c696152e82a98ce2ac0fa67ce6f23464
48453Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
48454Date:   Tue Jul 5 22:58:29 2005 +0000
48455
48456    wrap fInternalWM with XWIN_MULTIWINDOWEXTWM
48457
48458commit 456844a613240ce56181f6f3ec7873be9b2dc85d
48459Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
48460Date:   Tue Jul 5 18:42:32 2005 +0000
48461
48462    Remove Speedo font module documentation.
48463    Remove Speedo from list of font directories
48464    Update default font path to remove Speedo, add TTF.
48465
48466commit 20c15003f9648de0c03f7d4fa4508afd896b19f5
48467Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
48468Date:   Tue Jul 5 18:25:44 2005 +0000
48469
48470    Fix crash on server shutdown
48471
48472commit d72fef26d44e649f39a56730830148d48d77ee9e
48473Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
48474Date:   Tue Jul 5 17:52:35 2005 +0000
48475
48476    Fix simultanious presses of Left and Right Control and Shift keys.
48477        https://bugs.freedesktop.org/show_bug.cgi?id=3677
48478
48479commit 0f2c8221c938ce8eebd9f0e111a6b87223c18f9e
48480Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
48481Date:   Tue Jul 5 16:35:42 2005 +0000
48482
48483    Fix typo which broke window titles
48484
48485commit 0bb2eb8eaaf4054fefbc45bf3cb47bbcf10b7cfd
48486Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
48487Date:   Tue Jul 5 15:43:20 2005 +0000
48488
48489    Fix problem with fake Control press on Alt-Gr
48490        https://bugs.freedesktop.org/show_bug.cgi?id=3680
48491        https://bugs.freedesktop.org/show_bug.cgi?id=3497
48492    Fix static declaration of winGetBaseDir
48493
48494commit 3af77ad3e754c4d419a1996ca73a9fd01f92388a
48495Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
48496Date:   Tue Jul 5 14:09:48 2005 +0000
48497
48498    External windowmanagers could connect in multiwindow mode which lead to
48499        strange results with the internal windowmanager.
48500
48501commit 426282268bcdd0e0ca973fa79b414e9065fbfd9d
48502Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
48503Date:   Mon Jul 4 23:40:09 2005 +0000
48504
48505    Build miinitext.c and fbcmap.c as DDX specific files
48506    Do not define _POSIX_SOURCE on cygwin.
48507
48508commit 845a0ac68b02148db6f2cca81debf20b2331607b
48509Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
48510Date:   Mon Jul 4 23:11:20 2005 +0000
48511
48512    Revert last changes. They have to be addressed in a different way
48513
48514commit 048045a9e714fc85c26028c4de36dff47644b826
48515Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
48516Date:   Mon Jul 4 22:18:40 2005 +0000
48517
48518    Add XWin DDX, make Xorg DDX conditional Make XF86VidMode and XF86Misc
48519        conditional
48520    Add XWin DDX
48521    Added DDXTIME, DDXOSFATALERROR, DDXOSVERRORF and DDXBEFORERESET
48522    Added fbcmap.c
48523    Added miinitext.c
48524    Added -I$(top_srcdir)/Xext/extmod to INCLUDES
48525
48526commit 508cdb5cb01a91b1bf3ef31da80b6b1d36286bf0
48527Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
48528Date:   Mon Jul 4 22:10:43 2005 +0000
48529
48530    Include xwin-config.h if HAVE_XWIN_CONFIG is defined Cleanup X11 includes
48531        handling Warning fixes
48532
48533commit 5e50ae22bf206d6c2cc05e772e05fa5a363acb81
48534Author: Zack Rusin <zack@kde.org>
48535Date:   Mon Jul 4 18:55:53 2005 +0000
48536
48537    remove the temporary debugging output
48538
48539commit 7586ac6edea64b30d6187f9ec4d867521c1e769c
48540Author: Adam Jackson <ajax@nwnk.net>
48541Date:   Mon Jul 4 18:41:04 2005 +0000
48542
48543    Bug #2216: Multiseat support. From various Debian and Ubuntu patches by
48544        Aivils Stoss, Andreas Schuldei, Branden Robinson, and Daniel Stone.
48545
48546commit ba011dc77dcfaea2843481fbba45a76d8cb9aa83
48547Author: Lars Knoll <lars@trolltech.com>
48548Date:   Mon Jul 4 14:47:03 2005 +0000
48549
48550    don't be too smart and try to replace PictOpOver by PictOpSrc when we have
48551        an external alpha map.
48552    Make fbmmx.c compile on gcc 4.0.1.
48553
48554commit a4df8ad75579d9c183f110d79d87cfb9aaf23acd
48555Author: Lars Knoll <lars@trolltech.com>
48556Date:   Mon Jul 4 14:23:59 2005 +0000
48557
48558    Fix handling of "super luminescent" colors Fix off by one error in the
48559        transformation handling.
48560
48561commit e34f31762e0454930f30547a9407cc8b941c70f2
48562Author: Zack Rusin <zack@kde.org>
48563Date:   Mon Jul 4 14:15:57 2005 +0000
48564
48565    This fixes the close screen mess (crash reported by Thomas). Also hide the
48566        private Exa screen definition. Properly cleanup on screen close and do
48567        not delete the private screen in the DriverFini call.
48568
48569commit 4ef813961dc8dea8924a79e0954d5b6da12e77c0
48570Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
48571Date:   Mon Jul 4 09:01:43 2005 +0000
48572
48573    provide the uint datatype on WIN32
48574
48575commit 7dc547252af3b23652b1d496957645726c7125a4
48576Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
48577Date:   Mon Jul 4 00:16:23 2005 +0000
48578
48579    Fix builds on non-GLIBC systems (missing __GLIBC_PREREQ). Add Solaris stack
48580        backtrace dumper.
48581
48582commit d010de6979a6c51a628f2f8e6d7f479a542d1e8b
48583Author: Daniel Stone <daniel@fooishbar.org>
48584Date:   Sun Jul 3 15:51:23 2005 +0000
48585
48586    Abandon the nostdinc experiment.
48587
48588commit b0d80e76d28dbc1ee14453950db000bb4d7f377f
48589Author: Daniel Stone <daniel@fooishbar.org>
48590Date:   Sun Jul 3 12:17:04 2005 +0000
48591
48592    Add missing include paths.
48593
48594commit 461eb6ebd9273dc3dcd601ee0a0491981a98acd9
48595Author: Daniel Stone <daniel@fooishbar.org>
48596Date:   Sun Jul 3 12:16:29 2005 +0000
48597
48598    Change HAVE_CONFIG_H to HAVE_DIX_CONFIG_H.
48599
48600commit c1e69798ad14fb706f5f6de67e3f53df56f524c6
48601Author: Daniel Stone <daniel@fooishbar.org>
48602Date:   Sun Jul 3 12:15:16 2005 +0000
48603
48604    Add explicit PSZ defines, remove unnecessary dix-config.h include.
48605    Add -DXF86PM, forgotten from last commit.
48606
48607commit 4e501d35e260775a43f340b3e1a9aa092570aba4
48608Author: Daniel Stone <daniel@fooishbar.org>
48609Date:   Sun Jul 3 10:51:16 2005 +0000
48610
48611    Remove needless usage of DECkeysym.h.
48612
48613commit a107f599518a175dd689417b48788a746303966a
48614Author: Daniel Stone <daniel@fooishbar.org>
48615Date:   Sun Jul 3 09:39:54 2005 +0000
48616
48617    Predicate usage of xf86OSPM functions on #ifdef XF86PM.
48618    Remove needless include of ../input/mouse/mouse.h.
48619
48620commit 0bb669638f032e61471007b2fa88285aa5d63903
48621Author: Daniel Stone <daniel@fooishbar.org>
48622Date:   Sun Jul 3 08:53:54 2005 +0000
48623
48624    Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".
48625
48626commit 401e4580d6dd9867a691045688680ce410f84cb5
48627Author: Daniel Stone <daniel@fooishbar.org>
48628Date:   Sun Jul 3 07:55:00 2005 +0000
48629
48630    Move misc.h and os.h from proto/X11 to xserver/xorg/include.
48631
48632commit 46b64bd5c66abb1bb9f3538c887d10867607bfff
48633Author: Daniel Stone <daniel@fooishbar.org>
48634Date:   Sun Jul 3 07:37:35 2005 +0000
48635
48636    Fix more include paths; add dix-config.h to XKB code.
48637
48638commit e03198972ca78b03ad13cb49112c03a052bb763b
48639Author: Daniel Stone <daniel@fooishbar.org>
48640Date:   Sun Jul 3 07:02:09 2005 +0000
48641
48642    Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.
48643    Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings.
48644    Add #include <dix-config.h> or <xorg-config.h>, as appropriate, to all
48645        source files in the xserver/xorg tree, predicated on defines of
48646        HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to
48647        <X11/fonts/foo.h>.
48648
48649commit b8aef6c474ffc6d637bec178674898ea95ccde47
48650Author: Kevin E Martin <kem@kem.org>
48651Date:   Sun Jul 3 03:28:27 2005 +0000
48652
48653    Fix build issues.
48654
48655commit 826a6f029faeabaa783a93dfdccca846f9326b58
48656Author: Daniel Stone <daniel@fooishbar.org>
48657Date:   Sat Jul 2 18:59:44 2005 +0000
48658
48659    Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere.
48660
48661commit e58c09d31bdf90210e2ec1ef976cea0459cdc02a
48662Author: Adam Jackson <ajax@nwnk.net>
48663Date:   Sat Jul 2 18:06:05 2005 +0000
48664
48665    Bug #3687: Print backtraces on fatal signal on glibc systems.
48666
48667commit e6602b041fe489d51a1d7fac55cbbb12b1826ba1
48668Author: Adam Jackson <ajax@nwnk.net>
48669Date:   Sat Jul 2 17:02:23 2005 +0000
48670
48671    Bug #3546: Use MAP_LENGTH instead of a magic number. (Mark McLoughlin) Bug
48672        #3664: Further fixes to Xnest modifier state handling. (Mark
48673        McLoughlin)
48674
48675commit 9b1debcdb6c7df956c06350a6525afb8e6d691fa
48676Author: Daniel Stone <daniel@fooishbar.org>
48677Date:   Fri Jul 1 22:43:43 2005 +0000
48678
48679    Change all misc.h and os.h references to <X11/foo.h>.
48680
48681commit 657b4cb8aa0076acae85997c4f0c353b4d86b632
48682Author: Daniel Stone <daniel@fooishbar.org>
48683Date:   Fri Jul 1 22:32:34 2005 +0000
48684
48685    Change all misc.h and os.h references to <X11/foo.h>.
48686
48687commit 303c281f956d55e35b05ef8521d0b60d24aa7a10
48688Author: Daniel Stone <daniel@fooishbar.org>
48689Date:   Fri Jul 1 21:15:20 2005 +0000
48690
48691    Add auto-generated header files.
48692
48693commit 9a6ec34d2545a23586f11ad51c81f41a940d73d0
48694Author: Daniel Stone <daniel@fooishbar.org>
48695Date:   Fri Jul 1 21:13:36 2005 +0000
48696
48697    Use canonical autogen.sh, which supports srcdir != objdir autogen.
48698
48699commit 7ecc2d526c4ea5db2589644a2fec0daf71df36da
48700Author: Daniel Stone <daniel@fooishbar.org>
48701Date:   Fri Jul 1 21:12:24 2005 +0000
48702
48703    Remove fbcmap.c hacks from the DIX.
48704
48705commit 6251f9c00a866f64207d23b0a06306ead15298e8
48706Author: Daniel Stone <daniel@fooishbar.org>
48707Date:   Fri Jul 1 21:11:16 2005 +0000
48708
48709    Minor build system tweaks.
48710
48711commit 641f32c4368db07831d9d703161a9d4699307621
48712Author: Daniel Stone <daniel@fooishbar.org>
48713Date:   Fri Jul 1 20:54:30 2005 +0000
48714
48715    Adding initial build system.
48716
48717commit 507d30546f56bfd172fc43857459c78c1026e97c
48718Author: Daniel Stone <daniel@fooishbar.org>
48719Date:   Fri Jul 1 20:54:01 2005 +0000
48720
48721    Adding initial build system.
48722
48723commit a822df1cc16d150614dead70fd00750095a05c35
48724Author: Daniel Stone <daniel@fooishbar.org>
48725Date:   Fri Jul 1 20:49:35 2005 +0000
48726
48727    Adding initial build system.
48728
48729commit ded56b1a74e6b3e4c48054b7e142d924b19e6104
48730Author: Daniel Stone <daniel@fooishbar.org>
48731Date:   Fri Jul 1 20:29:53 2005 +0000
48732
48733    Adding initial build system.
48734
48735commit aabb868920658c9d3979dc194c6bd9702171f101
48736Author: Zack Rusin <zack@kde.org>
48737Date:   Fri Jul 1 13:30:29 2005 +0000
48738
48739    removing all debugging output from the default build :)
48740
48741commit 0fa9d1fb4886c418e3d8e0886ad815513eda0633
48742Author: Zack Rusin <zack@kde.org>
48743Date:   Fri Jul 1 12:24:30 2005 +0000
48744
48745    Leave debugging output for only the interested parties.
48746
48747commit 0df446ab8875430508ff51d3548955a215475084
48748Author: Zack Rusin <zack@kde.org>
48749Date:   Fri Jul 1 10:39:21 2005 +0000
48750
48751    Missed this. Spotted by Thomas.
48752
48753commit b5b2a0522efd61bd99b5d5d75cdd27960cd1c7e1
48754Author: Lars Knoll <lars@trolltech.com>
48755Date:   Fri Jul 1 10:05:43 2005 +0000
48756
48757    Add support for gradients and solid fills to Render.
48758    Changed the semantics of the Convolution filter a bit. It now doesn't try
48759        to normalize the filter values but leaves this to the client. This
48760        gives more reasonable behaviour in the limit where the filter
48761        parameters sum up to 0.
48762
48763commit 30c019e847adef6f7f3963df8ef1f3f994669a54
48764Author: Zack Rusin <zack@kde.org>
48765Date:   Fri Jul 1 08:56:12 2005 +0000
48766
48767    Adding the new acceleration architecture: Exa. It's meant to replace XAA in
48768        the coming months.
48769
48770commit 276821605ee50e71f30dd52f2c12237fc61f288f
48771Author: David Reveman <c99drn@cs.umu.se>
48772Date:   Fri Jul 1 03:14:54 2005 +0000
48773
48774    Fix return values in Xgl render texture implementation
48775
48776commit 5e381441fff411316ea202a9f85aceb0e0dcf46b
48777Author: Alex Deucher <agd5f@yahoo.com>
48778Date:   Fri Jul 1 02:56:04 2005 +0000
48779
48780    - Fix Support for Philips FM1236/F tuner on ATI AIW 9600 XT (Jeff Smith)
48781        Bug 3401
48782
48783commit c4d1b4e0424d53cd0470e0e3f57c10ee8fe3d8c2
48784Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
48785Date:   Thu Jun 30 21:33:46 2005 +0000
48786
48787    Added another test of checkForInput for WIN32 Windows keyboard and mouse
48788        events are added to the input queue in Block- and WakupHandlers. There
48789        is no device to check if input is ready.
48790
48791commit 1230c55ac3f75f4902b51b223d40354a54d0d0ab
48792Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
48793Date:   Thu Jun 30 18:50:20 2005 +0000
48794
48795    Pass serverClient instead of NULL to ConfigureWindow. This should fix a
48796        crash reported by Øyvind Harboe
48797
48798commit 0929f79c1baa5b65808ab034591510906623e841
48799Author: Matthew Allum <breakfast@10.am>
48800Date:   Thu Jun 30 13:39:00 2005 +0000
48801
48802    Another Xephyr focus/modifier fix
48803
48804commit b6c7afe0b9faed7025c70334d464fd75ce5c84c4
48805Author: Lars Knoll <lars@trolltech.com>
48806Date:   Wed Jun 29 15:19:14 2005 +0000
48807
48808    compile
48809
48810commit d8a98454e305973dd7fec76db2ef80705cf7c298
48811Author: Lars Knoll <lars@trolltech.com>
48812Date:   Wed Jun 29 11:57:16 2005 +0000
48813
48814    Add support for gradients and solid fills to Render.
48815    Changed the semantics of the Convolution filter a bit. It now doesn't try
48816        to normalize the filter values but leaves this to the client. This
48817        gives more reasonable behaviour in the limit where the filter
48818        parameters sum up to 0.
48819
48820commit ce0e11aeac76119b96b463605bc1f5318e3d2bde
48821Author: Adam Jackson <ajax@nwnk.net>
48822Date:   Tue Jun 28 21:05:31 2005 +0000
48823
48824    Bug #2447: Fix argument order to xf86DrvMsgVerb. (Luc Verhaegen)
48825
48826commit 5ef5aec9bb5ee85295c0913afca891572d1315a4
48827Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
48828Date:   Tue Jun 28 02:04:54 2005 +0000
48829
48830    Update to latest snapshot (27-May-2005) from http://pciids.sf.net/
48831
48832commit b262a18aad36b2de729f6d00d144ac7277687f19
48833Author: Adam Jackson <ajax@nwnk.net>
48834Date:   Sun Jun 26 02:48:36 2005 +0000
48835
48836    Cosmetic correctness fixes: miEmptyBox and miEmptyData are variables, and
48837        miGlyphExtents is a function.
48838
48839commit aa7fb99bc76e62036c73ff50f58337558859b814
48840Author: Adam Jackson <ajax@nwnk.net>
48841Date:   Sat Jun 25 21:28:48 2005 +0000
48842
48843    Bug #3030: Fix Xnest keyboard state handling. (Mark McLoughlin)
48844
48845commit 8562f800b879ae461317da9640961f753e107250
48846Author: Adam Jackson <ajax@nwnk.net>
48847Date:   Sat Jun 25 21:16:54 2005 +0000
48848
48849    Bug #3626: _X_EXPORT tags for video and input drivers.
48850
48851commit 582a9f0d2ec01f1a3c5625e2f45a4599be7a11d5
48852Author: Zack Rusin <zack@kde.org>
48853Date:   Sat Jun 25 12:39:58 2005 +0000
48854
48855    Correctly handle empty rects on region initialization.
48856
48857commit 56201222067e793a3542bcdcd39bb257b4fad2a6
48858Author: Matthew Allum <breakfast@10.am>
48859Date:   Thu Jun 23 16:50:07 2005 +0000
48860
48861    Fix issues with focus in and modifiers from host confusing Xephr
48862
48863commit a668b6c11a2d6b4800407ad918481d90be87a732
48864Author: Matthew Allum <breakfast@10.am>
48865Date:   Thu Jun 23 16:34:07 2005 +0000
48866
48867    redo tslib
48868
48869commit 5e863851a61207ade1ac807bc8cff7d9cf02dbbe
48870Author: Adam Jackson <ajax@nwnk.net>
48871Date:   Sun Jun 19 01:30:29 2005 +0000
48872
48873    Build workaround. Add glcontextmodes.[ch] from Mesa.
48874
48875commit 9743adbe94f29417818b90e18aebb96a72f332f0
48876Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
48877Date:   Thu Jun 16 20:50:12 2005 +0000
48878
48879    Add Type1 subdirectory to lib/Xfonts, update build system accordingly.
48880
48881commit 68e856ff5b1842ba10421714b5f6b21d528f6071
48882Author: Ian Romanick <idr@us.ibm.com>
48883Date:   Wed Jun 15 18:31:52 2005 +0000
48884
48885    DRM 20050615 import
48886
48887commit 6e301a8e97e99d58eaed25453f66c6d73bafd460
48888Author: Ian Romanick <idr@us.ibm.com>
48889Date:   Wed Jun 15 18:31:52 2005 +0000
48890
48891    Initial revision
48892
48893commit f0c76610b72a5b54bae5a5eb51ff4c420a27320e
48894Author: Daniel Stone <daniel@fooishbar.org>
48895Date:   Wed Jun 15 16:46:59 2005 +0000
48896
48897    Conditionalise another use of XEvIE.
48898
48899commit 28ee3dd955302a1e99ffdc66cf0f512c6234d043
48900Author: Daniel Stone <daniel@fooishbar.org>
48901Date:   Wed Jun 15 16:27:16 2005 +0000
48902
48903    Conditionalise building of XEvIE code with #ifdef XEVIE.
48904
48905commit c6166ee74137084775c7550b708c5f71f16e7d3f
48906Author: Lars Knoll <lars@trolltech.com>
48907Date:   Wed Jun 15 14:51:12 2005 +0000
48908
48909    Fix projective transformations in fbcompose.c Bugfix for convolution
48910        filters
48911
48912commit bd54b96034e640f202821eac0a2c40e66c1ddfd0
48913Author: David Reveman <c99drn@cs.umu.se>
48914Date:   Wed Jun 15 05:50:15 2005 +0000
48915
48916    Shut up compiler
48917
48918commit 7fa782dfd548498474830c7268032ffc5fb406a5
48919Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
48920Date:   Mon Jun 13 21:51:46 2005 +0000
48921
48922    Add xkbfile to symlink.sh, conditionally include "config.h" in
48923        xc/lib/xkbfile
48924
48925commit 0802a2824c06d294ea42f0f6256644da5c0038c2
48926Author: Eric Anholt <anholt@freebsd.org>
48927Date:   Mon Jun 13 18:14:53 2005 +0000
48928
48929    Correct the CHIPSET lines for the 3dfx cards so the tdfx driver will
48930        recognize them. I'm not sure if this file is supposed to be maintained
48931        still, but I'd like to close FreeBSD ports/32121 which has been around
48932        for far too long.
48933
48934commit 2eab094816726542c4de6c9db5efa102ab1e1593
48935Author: David Reveman <c99drn@cs.umu.se>
48936Date:   Mon Jun 13 16:38:06 2005 +0000
48937
48938    Build fixes
48939
48940commit 49476ca73c86a599a1bc49cba1117d42f59996a8
48941Author: Lars Knoll <lars@trolltech.com>
48942Date:   Mon Jun 13 14:40:25 2005 +0000
48943
48944    add the convolution filter from xserver to xorg
48945
48946commit f0ab6d57df66da5de1a8182f8250cc2c8e1450ad
48947Author: David Reveman <c99drn@cs.umu.se>
48948Date:   Mon Jun 13 06:00:35 2005 +0000
48949
48950    Remove xgloffscreen.c
48951
48952commit f5aeaa7710de5ba4aad125bc8472bad1f17e23c6
48953Author: Adam Jackson <ajax@nwnk.net>
48954Date:   Mon Jun 13 00:09:23 2005 +0000
48955
48956    Bug #3513: Silence unhandled event messages from Xnest when running with
48957        -parent. (Mark McLoughlin)
48958
48959commit 521916d0074901db58ab6b9edab52373da28bdb3
48960Author: David Reveman <c99drn@cs.umu.se>
48961Date:   Fri Jun 10 12:30:39 2005 +0000
48962
48963    New implementation of GLX_MESA_render_texture
48964
48965commit bdb3eb86f02e233b6aeef0995ea9afeaa7b035ac
48966Author: Kean Johnson <kean@armory.com>
48967Date:   Fri Jun 10 06:54:07 2005 +0000
48968
48969    file usl_xqueue.c was initially added on branch sco_port_update.
48970
48971commit 988ffddfe082fb27fadf9aa60ab22dce6855508c
48972Author: Adam Jackson <ajax@nwnk.net>
48973Date:   Fri Jun 10 04:01:14 2005 +0000
48974
48975    Bug #2799: Input shape. (Keith Packard)
48976
48977commit d24ed90547122832d4168ad761f68e107bb1a2db
48978Author: Eric Anholt <anholt@freebsd.org>
48979Date:   Fri Jun 10 02:14:44 2005 +0000
48980
48981    Axe a few dead fields from the port priv struct and add my name to the
48982        "Copyright" line of the license to ati_video.c that already has my name
48983        in the text.
48984
48985commit 75065f3a54ec760bbe81160fa233810f14d8aaa2
48986Author: Eric Anholt <anholt@freebsd.org>
48987Date:   Thu Jun 9 23:22:55 2005 +0000
48988
48989    Perform a warnings sweep on hw/kdrive. A number of these were my fault, but
48990        some come from others.
48991
48992commit e11e60b361d63ae02918dd6b43038a5c92b73a49
48993Author: Eric Anholt <anholt@freebsd.org>
48994Date:   Thu Jun 9 21:59:26 2005 +0000
48995
48996    Greatly improve the correctness and performance of the MGA render
48997        implementation. Includes cache flushing to prevent bad first reads of
48998        the framebuffer, fixing blending of many formats, falling back on many
48999        unsupported operations, and falling back early to prevent migration.
49000        Passes all of rendercheck except some of the blend (!) tests.
49001
49002commit 9f81ce945680515e6db7da6c87458bee7c0f053d
49003Author: Ian Romanick <idr@us.ibm.com>
49004Date:   Thu Jun 9 21:48:45 2005 +0000
49005
49006    Re-enable GL_HP_occlusion_test. The problems in Mesa that caused this bug
49007        were fixed by Brian Paul in Mesa version 6.1. The current Mesa version
49008        in the X.org tree is 6.2.1.
49009    Xorg bug: 762
49010
49011commit 92b3775ae8bdd4a84d7e101b36b306fbd3ac17a2
49012Author: Matthew Allum <breakfast@10.am>
49013Date:   Thu Jun 9 16:22:27 2005 +0000
49014
49015    TSLib fixes. Add fullscreen support to ephyr
49016
49017commit 545c082cf9c86f2a809ea6b4dca33643afb0c3d3
49018Author: Eric Anholt <anholt@freebsd.org>
49019Date:   Thu Jun 9 10:44:45 2005 +0000
49020
49021    - Replace the syncAccel hook in the kdrive structure with a pair of hooks
49022        in the kaa structure: markSync and waitMarker. The first, if set,
49023        returns a hardware-dependent marker number which can then be waited for
49024        with waitMarker. If markSync is absent (which is the case on all
49025        drivers currently), waitMarker must wait for idle on any given marker
49026        number. The intention is to allow for more parallelism when we get
49027        downloading from framebuffer, or more fine-grained idling.
49028    - Replace the KdMarkSync/KdCheckSync functions with kaaMarkSync and
49029        kaaWaitSync. These will need to be refined when KAA starts being smart
49030        about using them. Merge kpict.c into kasync.c since kasyn.c has all the
49031        rest of these fallback funcs.
49032    - Restructure all drivers to initialize a KaaInfo structure by hand rather
49033        than statically in dubious order.
49034    - Whack the i810 driver into shape in hopes that it'll work after this
49035        change (it certainly wouldn't have before this). Doesn't support my
49036        i845 though.
49037    - Make a new KXV helper to avoid duplicated code to fill the region with
49038        the necessary color key. Use it in i810 and mach64 (tested).
49039
49040commit 72ca8e1b5432db57401e66af8a07fcd8cbbbb9f1
49041Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
49042Date:   Thu Jun 9 03:11:58 2005 +0000
49043
49044    Add agpgart support for Solaris x86/x64. [Requires Solaris "Nevada" build
49045        16 or later to get kernel side for now.] (Sophia Li - Sun Microsystems)
49046
49047commit ca37d5755259ca03c61cf0567be3dea99d0c79f6
49048Author: Adam Jackson <ajax@nwnk.net>
49049Date:   Thu Jun 9 03:01:57 2005 +0000
49050
49051    Bug #2469: More accurate damage reports. (Jonathan Lennox)
49052
49053commit cdc15e2294a9bffc570e33bc31170081abfc55fb
49054Author: Adam Jackson <ajax@nwnk.net>
49055Date:   Thu Jun 9 02:29:42 2005 +0000
49056
49057    Bug #1846: Add intentionally undocumented -disablexineramaextension flag to
49058        the server to work around ignorant clients on large display walls.
49059        (Kevin E. Martin)
49060
49061commit e3cdec7cdcd76f6294ba1f296e4bcdee43b1eb3c
49062Author: Adam Jackson <ajax@nwnk.net>
49063Date:   Thu Jun 9 02:19:10 2005 +0000
49064
49065    Bug #1880: Remove unused xnestConfineWindow. (Mark McLoughlin)
49066
49067commit 0f7136191b54e587b66958985e14d8b0687c5ee1
49068Author: Adam Jackson <ajax@nwnk.net>
49069Date:   Thu Jun 9 02:03:50 2005 +0000
49070
49071    Bug #3434: Don't define fbAddTraps twice. (Mike A. Harris)
49072
49073commit e7fec996eb43a0bea94a37d329e3902299e6e895
49074Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
49075Date:   Wed Jun 8 16:13:11 2005 +0000
49076
49077    Merge from CYGWIN Added layout "French (Canada)" as ca_enhanced Added Czech
49078        (QWERTY) layout
49079    Merge from CYGWIN Print error code if winStoreColorsShadowDDNL fails
49080
49081commit d0d164e6daf6c1d8afe8099fb6187d8a74ff652b
49082Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
49083Date:   Wed Jun 8 09:01:41 2005 +0000
49084
49085    Fix crash reported by �yvind Harboe
49086
49087commit d146c41882e50dd1ed6022f8a5866514067ba9d2
49088Author: David Reveman <c99drn@cs.umu.se>
49089Date:   Tue Jun 7 08:53:40 2005 +0000
49090
49091    GLX improvements and remove use of pbuffers for offscreen rendering in Xgl
49092
49093commit 8237b31f60245a8e67735d6c231dfb7dd0bbc388
49094Author: Jon Smirl <jonsmirl@yahoo.com>
49095Date:   Mon Jun 6 04:06:38 2005 +0000
49096
49097    Keyboard sort of works now with evdev
49098
49099commit c5026577cbc70c7365a9c81b2775136b45c850d2
49100Author: Jon Smirl <jonsmirl@yahoo.com>
49101Date:   Sun Jun 5 17:32:41 2005 +0000
49102
49103    Create a default colormap
49104
49105commit 021a5cd170051aae25cf61651d07b47a4df31ab4
49106Author: Jon Smirl <jonsmirl@yahoo.com>
49107Date:   Sun Jun 5 01:58:41 2005 +0000
49108
49109    Enable egl server in automake
49110    --enable-xeglserver
49111
49112commit aa959672863aad71c807d6c09938bb296c347bcf
49113Author: Jon Smirl <jonsmirl@yahoo.com>
49114Date:   Sat Jun 4 23:33:03 2005 +0000
49115
49116    Initial Xegl check-in. Works on EGL fbdev driver Input is totally broken.
49117
49118commit 88d49bed008264092245c4f6c53174f93f6ab387
49119Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
49120Date:   Fri Jun 3 21:49:11 2005 +0000
49121
49122    Need to set initial screen size at device open time too.
49123
49124commit 0d206e177f46eedfffd8f88e985efdfaf117021c
49125Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
49126Date:   Fri Jun 3 08:12:22 2005 +0000
49127
49128    Backout last winRaiseWindow patch which caused stacking problems
49129
49130commit 2fc290f646eb48f3c20ccff98355c2d082569160
49131Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
49132Date:   Wed Jun 1 17:45:17 2005 +0000
49133
49134    Solaris VUID mouse protocol updates:
49135    - support for mouse-like devices that report absolute coordinates
49136    - support for mouse-like devices that need to know screen size so they can
49137        scale absolute coordinates to screen size
49138    - fix 3-button emulation
49139
49140commit 8537146e3662cdc66ef4692bfd3886a676096fb8
49141Author: Adam Jackson <ajax@nwnk.net>
49142Date:   Mon May 30 18:44:55 2005 +0000
49143
49144    Bug #3368: Cosmetic cleanup to DIX export list.
49145
49146commit 547c47aaea9f31f7c873376b0db859c1c1d3d918
49147Author: Adam Jackson <ajax@nwnk.net>
49148Date:   Mon May 30 18:36:19 2005 +0000
49149
49150    Bug #3407: Clean out ancient #ifdef X11R5 conditionals.
49151
49152commit cebd7348d271591b7ebeebe3b332f835cfa8a068
49153Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
49154Date:   Sat May 28 00:08:03 2005 +0000
49155
49156    Change hardcoded /usr/X11R6 to PROJECTROOT. Change hardcoded XF86Config to
49157        XCONFIGFILE.
49158
49159commit 1cb18a4bad565d1f783a4cefb3ed467699051068
49160Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
49161Date:   Wed May 25 12:14:29 2005 +0000
49162
49163    Workaround bug in pthread.h
49164
49165commit 62343f5162066f19ca6e62d1c85a4a40d45b3295
49166Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
49167Date:   Sun May 22 01:12:49 2005 +0000
49168
49169    Bugzilla #2800 <https://bugs.freedesktop.org/show_bug.cgi?id=2800> Xevie
49170        extension crash with signal 11 on keyboard Bugzilla #1205
49171        <https://bugs.freedesktop.org/show_bug.cgi?id=1205> Xevie client
49172        receives two KeyPress events on consumed keys when XKB is enabled
49173    Patch #2223 <https://bugs.freedesktop.org/attachment.cgi?id=2223> Fixes for
49174        both of these and some other Xevie bugs (Derek Wang - Sun Microsystems)
49175
49176commit a8a61bbe22361b12d4a2dd511894987a338e3eef
49177Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
49178Date:   Sat May 21 07:46:38 2005 +0000
49179
49180    Initial experimental support for AMD64 builds on Solaris 10 x86. Improved
49181        support for 64-bit SPARC builds on Solaris as well.
49182
49183commit ef4401ff8a8c4d7c22ef6af7bf47ccb24f83967f
49184Author: Adam Jackson <ajax@nwnk.net>
49185Date:   Thu May 19 18:53:51 2005 +0000
49186
49187    Bug #3334: Clean up remnants from the PEX, XIE, and BEZIER extensions.
49188
49189commit 1e51e18382de61a67027759eccee9ccbb0924304
49190Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
49191Date:   Thu May 19 01:25:02 2005 +0000
49192
49193    Wed May 18 21:20:35 2005 Søren Sandmann <sandmann@redhat.com>
49194    s/dst/src that I missed in the previous patch. Pointed out by Owen Taylor.
49195
49196commit be3875994d7778ffad0cd957a4bd1500bf58ac2c
49197Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
49198Date:   Wed May 18 20:49:31 2005 +0000
49199
49200    Wed May 18 16:47:44 2005 Søren Sandmann <sandmann@redhat.com>
49201    Actually assign the computed results. (Reported by Michael Dänzer, patch
49202        by Owen Taylor).
49203
49204commit 07d1e9ae5f0da65427ac52f065b173d340d70d6d
49205Author: Adam Jackson <ajax@nwnk.net>
49206Date:   Wed May 18 19:44:35 2005 +0000
49207
49208    Bug #3066: Promote frameBufferPhysicalAddress to pointer from CARD32; bump
49209        DRIINFO version to match. Fix various pointer printfs in libdri to be
49210        64-bit aware. Silence a warning about redefining noXFree86DRIExtension.
49211        (Jesse Barnes)
49212
49213commit b87a32fb0eafa6d5f12a6faa634662c71fdc97fa
49214Author: Adam Jackson <ajax@nwnk.net>
49215Date:   Wed May 18 17:47:35 2005 +0000
49216
49217    Bug #3163: Create new DRIINFO_*_VERSION macros to indicate the version
49218        number of the DRIInfoRec, disambiguating it from the XF86DRI protocol
49219        version number. Modify DRIQueryVersion to return the libdri version
49220        number, which all DDXes were requesting implicitly. Fix the DDXes to
49221        check for the DRIINFO version they were compiled against.
49222
49223commit fddcde777f50611099d8888456d93be7e566c84e
49224Author: Egbert Eich <eich@suse.de>
49225Date:   Wed May 18 15:38:50 2005 +0000
49226
49227    VBESetVBEMode() calls int10 0x4f02 to set a VBE video mode. This can be a
49228        standard mode solely determined by the mode ID or it may be a detailed
49229        mode with almost arbitrary mode parameters. The mode parameters are
49230        passed to the BIOS in a memory area pointed to by es:di. If bit 11 in
49231        the video mode is set this memory area is evaluated. When we don't have
49232        such an area (passed to VBESetVBEMode() this function should unset this
49233        bit for sanity reasons. (Bugzilla #3329)
49234
49235commit f28d644d9fb1feeab1bbb3d5e68255bfa20905d8
49236Author: Zack Rusin <zack@kde.org>
49237Date:   Wed May 18 14:24:14 2005 +0000
49238
49239    rewrite the rootless compositing code (1) compiles which is already a huge
49240        improvement ;) , 2) matches the new render composition semantics)
49241
49242commit bbbb0a3a84bf21f5120c73ef387d6190154c0f65
49243Author: Egbert Eich <eich@suse.de>
49244Date:   Wed May 18 10:31:53 2005 +0000
49245
49246    Avoid segfaults if the number of user supplied monitor ranges exceed the
49247        number of preallocated slots. We should really make this dynamic - but
49248        I don't think this ever caused a problem so it's more or less academic.
49249    A. Avoid that *SyncStart starts before *BlankStart. If *BlankStart >
49250    *SyncStart it is made = *SyncStart and its width is made maximal but such
49251        that the blank does not exceed *Total. Since the Sync width has the
49252        same restrictions as the Blank width monitors should still be able to
49253        clamp after the sync pulse. B. Over time mode validation has become
49254        inconsistent when people started to add additional features to the mode
49255        validation. One such feature is that the mode->Crtc* values have been
49256        (ab)used to allow the driver ValidMode() function to pass driver
49257        normalized timing values back to the validation function. The
49258        introduction of these features made the code less readable and created
49259        numerous possibly unintended side effects in the validation semantics.
49260        I've attempted to consolidate these changes making the code more
49261        consistent and eliminating a number of side effects. This should not
49262        cause problems for the majority of drivers, still it should receive
49263        testing - especially with ATi Mach64 and Radeon code. (Bugzilla #3325).
49264
49265commit a90af4a2e6e38cbe20af13aaa7822836c01290ae
49266Author: Thomas Hellstrom <unichrome@shipmail.org>
49267Date:   Sun May 15 17:45:47 2005 +0000
49268
49269    Bug 2750: Prevent mtrr_remove_offending from ending up in an endless loop
49270        if the offending region refuses to be removed.
49271
49272commit f58a54668b96884ece6ecbff732e880677d5d19e
49273Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
49274Date:   Sat May 14 20:13:45 2005 +0000
49275
49276    Change return statements to fix compiler errors: "fbcompose.c", line 2815:
49277        void function cannot return value "fbcompose.c", line 2861: void
49278        function cannot return value
49279
49280commit a9d820b454bbb418d04e1d3c3d5d4dd10d7bb3af
49281Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
49282Date:   Fri May 13 22:53:44 2005 +0000
49283
49284    - For now put xtrans in X11/Xtrans/X11, since libX11 is looking for it in
49285        <X11/...>
49286    - For Xcomposite and Xdamage, don't link the build system out of the xc
49287        tree
49288    - Link the public X11 headers into their own directory
49289    - Add links to XKeysymDB and XErrorDB
49290    - Add links to all the Xlib man pages
49291    - Add links to the lcUniConv subdirectory
49292    - Conditionally include config.h in Xlib source
49293
49294commit 8993e70d8da89e130455369ccb504b3adea5344f
49295Author: Eric Anholt <anholt@freebsd.org>
49296Date:   Tue May 10 00:12:17 2005 +0000
49297
49298    Bugzilla #2561: Disable some keycode translations on PC98, which had
49299        various bad effects including modifier keys not working.
49300
49301commit e78abf3bdfbf5fc13fbc5b1d3ec00e9484297b89
49302Author: Eric Anholt <anholt@freebsd.org>
49303Date:   Mon May 9 23:42:26 2005 +0000
49304
49305    Bugzilla #2429: Correct the sysarch prototype for FreeBSD/alpha.
49306
49307commit 3f1a1551df2a9f45b3b8821f3f168d4dc8b8b438
49308Author: Eric Anholt <anholt@freebsd.org>
49309Date:   Mon May 9 23:26:02 2005 +0000
49310
49311    Increase the maximum number of buttons from 12 to 24. Helps with
49312        button-happy mice like the Logitech MediaPlay. (Bugzilla #2390)
49313
49314commit eca5dff173d5af0a31bbf84579909b88a86e4c92
49315Author: Adam Jackson <ajax@nwnk.net>
49316Date:   Mon May 9 12:46:53 2005 +0000
49317
49318    Render performance improvements. (Lars Knoll, Zack Rusin)
49319
49320commit 2de24db63eb65974ac547facf2a99aa4709d54b3
49321Author: Adam Jackson <ajax@nwnk.net>
49322Date:   Sun May 8 23:34:15 2005 +0000
49323
49324    Render performance improvements. (Lars Knoll, Zack Rusin)
49325
49326commit 2c9b1e337b2e82e10909f62e8cd8c2c7a402fdd8
49327Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
49328Date:   Sun May 8 21:14:55 2005 +0000
49329
49330    Only call ConfigureWindow from winRaiseWindow if the windows message
49331        dispatch loop is running.
49332
49333commit 78e4cb67d0f595f4fba5e98a9fa46de044556905
49334Author: Torrey Lyons <torrey@mrcla.com>
49335Date:   Fri May 6 00:45:30 2005 +0000
49336
49337    Fix build issues on Mac OS X 10.4.0.
49338
49339commit d5739efd2c266081ed6b844767dcdd0a3331bfd3
49340Author: Eric Anholt <anholt@freebsd.org>
49341Date:   Wed May 4 04:14:58 2005 +0000
49342
49343    Port X.Org to FreeBSD/powerpc. This makes a bit of math for sysmouse in
49344        mouse.c explicitly signed, avoiding the need for -fsigned-chars. (Peter
49345        Grehan, grehan at FreeBSD dot org)
49346
49347commit 6700847458427cbdbaf837ab06bfea9b80d92df2
49348Author: Harold L Hunt II <huntharo@msu.edu>
49349Date:   Mon May 2 22:01:08 2005 +0000
49350
49351    Fix comments for pointers in parameter lists to work with fussy compilers
49352
49353commit e50ab8feade400efd8e88ee0b2deeb924f169034
49354Author: Harold L Hunt II <huntharo@msu.edu>
49355Date:   Mon May 2 21:57:32 2005 +0000
49356
49357    Fix message type (respose->response) and fix */*comment*/ blocks to work
49358        with fussy compilers.
49359
49360commit baa0cfc15442287557e44fa2614d89ab0b5c2539
49361Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
49362Date:   Mon May 2 14:07:31 2005 +0000
49363
49364    Print correct logfile in FatalError message
49365
49366commit bc977945a53206d70ef9817d6ede4137eb5f7e3c
49367Author: David Reveman <c99drn@cs.umu.se>
49368Date:   Mon May 2 00:33:52 2005 +0000
49369
49370    Set stencil size for Xgl GLX visuals
49371
49372commit 5b4462ed9bbb17212dd57617cb7e837142b6270a
49373Author: David Reveman <c99drn@cs.umu.se>
49374Date:   Sun May 1 22:55:25 2005 +0000
49375
49376    New algorithm for calculating glyph extents in Xgl
49377
49378commit e4b33f4e91a5379c99ecf78ffb6a3e836cb42491
49379Author: Egbert Eich <eich@suse.de>
49380Date:   Wed Apr 27 15:42:15 2005 +0000
49381
49382    Catch SIGCHLD in OsBlockSignals() too to make sure this signal doesn't
49383        intercept reading the authority file (Fabian Franz, Bugzilla #3137).
49384
49385commit 246b14cb29250517912d9c661ab037a953f4bbf4
49386Author: David Reveman <c99drn@cs.umu.se>
49387Date:   Wed Apr 27 10:34:33 2005 +0000
49388
49389    Minor optimization
49390
49391commit 28a2d841cee596c0242b1649587d6b180529c0ef
49392Author: David Reveman <c99drn@cs.umu.se>
49393Date:   Wed Apr 27 09:29:33 2005 +0000
49394
49395    Line drawing improvements to Xgl
49396
49397commit abcc8c352e5fe6dd3b7ce5c6a25f435f877264c3
49398Author: David Reveman <c99drn@cs.umu.se>
49399Date:   Wed Apr 27 08:45:16 2005 +0000
49400
49401    Fix typo
49402
49403commit 8bc5a387c365d6367813eac374150440d0edbf6e
49404Author: David Reveman <c99drn@cs.umu.se>
49405Date:   Tue Apr 26 11:04:23 2005 +0000
49406
49407    Add glCopy operation and glPushAttrib/glPopAttrib support to Xgl GLX
49408
49409commit f010131a1964b5ec35f3b333ffa7459c38f8ce45
49410Author: Roland Mainz <roland.mainz@nrubsig.org>
49411Date:   Tue Apr 26 06:12:07 2005 +0000
49412
49413    xc/programs/Xserver/Xprint/Init.c
49414    //bugs.freedesktop.org/show_bug.cgi?id=2879) attachment #2556
49415        (https://bugs.freedesktop.org/attachment.cgi?id=2556) Refix for bug
49416        2879 - downgrade 15bit PseudoColor to 14bit - the current datatype for
49417        the |ColormapEntries| is a |signed short| which is too small for
49418        |32768| colors (=integer overflow).
49419
49420commit ba24ae89d33fbf3aacb8bbaf920d7436b77fda46
49421Author: David Reveman <c99drn@cs.umu.se>
49422Date:   Mon Apr 25 17:18:01 2005 +0000
49423
49424    Add scissor based clipping to Xgl GLX
49425
49426commit 07cc29cf69ff1e079efe3c9bfc55e8ac0f9bac93
49427Author: Adam Jackson <ajax@nwnk.net>
49428Date:   Mon Apr 25 00:25:39 2005 +0000
49429
49430    Bug #2138: When the server is built with MakeDllModules YES, prefer
49431        dlloader modules to elfloader modules, and vice versa when
49432        MakeDllModules is NO. Based on 028_loader_speed_hack.diff from Ubuntu
49433        (Daniel Stone).
49434
49435commit 6c37648754c9bd901adecf8d38f9bb46db65efad
49436Author: Adam Jackson <ajax@nwnk.net>
49437Date:   Mon Apr 25 00:11:21 2005 +0000
49438
49439    Bug #2141: Rework misleading warning message when APM support is
49440        unavailable. (Previous patch on 2005-04-14 changed the wrong message.)
49441
49442commit a369d390a87ab0189c465be6cfd914e4b9329691
49443Author: Roland Mainz <roland.mainz@nrubsig.org>
49444Date:   Sun Apr 24 01:10:12 2005 +0000
49445
49446    xc/config/cf/X11.tmpl
49447    xc/programs/Xserver/Xext/Imakefile
49448    xc/programs/Xserver/dix/Imakefile
49449    xc/programs/Xserver/dix/main.c
49450    xc/programs/Xserver/dix/xpstubs.c
49451    xc/programs/Xserver/mi/miinitext.c
49452    //bugs.freedesktop.org/show_bug.cgi?id=2792) attachment #2526
49453        (https://bugs.freedesktop.org/attachment.cgi?id=2526) bug 2792 part II:
49454        Make Xprint headers in dix/, mi/, os/ and Xext/ conditional on whether
49455        the Xprint extension is build or not. Patch by Egbert Eich
49456        <eich@freedesktop.org> and Roland Mainz <roland.mainz@nrubsig.org>.
49457
49458commit 13fcfee37305f46e95ff81d7d5eec4d88a63a63b
49459Author: Roland Mainz <roland.mainz@nrubsig.org>
49460Date:   Sat Apr 23 22:55:40 2005 +0000
49461
49462    //bugs.freedesktop.org/show_bug.cgi?id=3118) attachment #2525
49463        (https://bugs.freedesktop.org/attachment.cgi?id=2525) Get Xprint server
49464        working again which was broken by the
49465    05/04/20 05:49:46 commit commit (the CPP symbol |XPRINT| is not universally
49466        available when building the Xserver and should be used with care).
49467
49468commit 39eb2797183bf871a2dd01bff63dd35c146471f5
49469Author: Adam Jackson <ajax@nwnk.net>
49470Date:   Sat Apr 23 19:16:10 2005 +0000
49471
49472    Bug #3016: Don't complain as loudly about failing to load a module that's
49473        already loaded.
49474
49475commit 139f900c56a6f44df2b411fe4bbc025a147e3abe
49476Author: Adam Jackson <ajax@nwnk.net>
49477Date:   Sat Apr 23 19:01:13 2005 +0000
49478
49479    Bug #3109: Handle R_ALPHA_BRSGP relocations in elfloader. (Sergey Tikhonov)
49480
49481commit 0e80fe0e607cc73856332563becd70ef92d1aa75
49482Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
49483Date:   Fri Apr 22 22:11:26 2005 +0000
49484
49485    Clean up formatting, projectroot substutition, and grammatical nits.
49486
49487commit dcfb97204b021738c0ee9f1f8f40243dfa0b2ce0
49488Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
49489Date:   Fri Apr 22 22:04:37 2005 +0000
49490
49491    Work around clash between Solaris headers and module loader headers over
49492        definition of FILE.
49493
49494commit 07bd7df6a6a07834277b4bf505db6727841e1153
49495Author: Adam Jackson <ajax@nwnk.net>
49496Date:   Fri Apr 22 20:49:50 2005 +0000
49497
49498    Bug #3069: Drop the BuildLowMem hack, it doesn't compile and isn't useful.
49499
49500commit d450a70e00b50427ecb2065d3cc44f43d102cade
49501Author: Adam Jackson <ajax@nwnk.net>
49502Date:   Fri Apr 22 17:45:14 2005 +0000
49503
49504    Bug #2373: SGI Altix platform support. (Shrijeet Mukherjee, Jesse Barnes,
49505        Bjorn Helgaas, Egbert Eich.)
49506
49507commit 16c2499b8f5c2405e36c7d5a922bb0b150df1762
49508Author: Adam Jackson <ajax@nwnk.net>
49509Date:   Fri Apr 22 16:49:22 2005 +0000
49510
49511    Bug #2373: SGI Altix platform support. (Shrijeet Mukherjee, Jesse Barnes,
49512        Bjorn Helgaas, Egbert Eich.)
49513
49514commit 8565b6c0e2851cc3f194ba72d3db02a4e2976528
49515Author: Daniel Stone <daniel@fooishbar.org>
49516Date:   Thu Apr 21 00:31:31 2005 +0000
49517
49518    Change xf86bigfont.h include to X11/extensions/xf86bigfont.h.
49519
49520commit b241c703a2c4164420dd26ee11f583bbf9cfe0f3
49521Author: Daniel Stone <daniel@fooishbar.org>
49522Date:   Thu Apr 21 00:31:13 2005 +0000
49523
49524    Change keymap.h includes to X11/keymap.h
49525
49526commit 44528218d5ca75b842e4cefd8fdc58be2f35f0f4
49527Author: Daniel Stone <daniel@fooishbar.org>
49528Date:   Wed Apr 20 23:33:53 2005 +0000
49529
49530    Change dmxext.h and dmxproto.h to <X11/extensions/...>.
49531
49532commit efa9d5f4757bfc0588cee361bcc78dd8a09efa62
49533Author: Daniel Stone <daniel@fooishbar.org>
49534Date:   Wed Apr 20 23:11:12 2005 +0000
49535
49536    Change "eviestr.h" to <X11/extensions/eviestr.h>.
49537
49538commit db5bd04097fd815ab6523f187679682a5e5047fa
49539Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
49540Date:   Wed Apr 20 16:40:52 2005 +0000
49541
49542    Fix includes right throughout the Xserver tree:
49543    apply changes to windows specific includes
49544    Fix includes right throughout the Xserver tree:
49545    apply changes to Xdmcp.h
49546
49547commit 8963a220f36cf0ae2a8a653fd39c983140e29736
49548Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
49549Date:   Wed Apr 20 16:34:46 2005 +0000
49550
49551    warning fix for Win32
49552
49553commit e6a0820d1b479058bddef66018d321940e79260c
49554Author: Daniel Stone <daniel@fooishbar.org>
49555Date:   Wed Apr 20 15:16:36 2005 +0000
49556
49557    Change "xf86bigfstr.h" to <X11/extensions/xf86bigfstr.h> for includes.
49558
49559commit 025724f9f5874159c20ebd705288ec60b960caac
49560Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
49561Date:   Wed Apr 20 14:17:35 2005 +0000
49562
49563    Add missing space after -query hostname
49564
49565commit 35cd1684622f4528c68e07eea798c33bc4b93667
49566Author: Daniel Stone <daniel@fooishbar.org>
49567Date:   Wed Apr 20 14:16:37 2005 +0000
49568
49569    Change xf86bigfstr.h to X11/extensions/xf86bigfstr.h for includes.
49570
49571commit c7c27e61870b42de044b183c854a960582d98dbf
49572Author: Daniel Stone <daniel@fooishbar.org>
49573Date:   Wed Apr 20 13:33:54 2005 +0000
49574
49575    Change xf86bigfont.h to X11/extensions/xf86bigfont.h for includes.
49576
49577commit abd246c6c272a2c6f9c37404b2ed439911880e75
49578Author: Daniel Stone <daniel@fooishbar.org>
49579Date:   Wed Apr 20 13:01:55 2005 +0000
49580
49581    Add glyphstr.h to includes.
49582
49583commit 956dfa22f6076969776546fb1151e900d8d773a1
49584Author: Daniel Stone <daniel@fooishbar.org>
49585Date:   Wed Apr 20 12:49:46 2005 +0000
49586
49587    Conditionalise usage of Xprint functions and headers.
49588
49589commit 2cdfab0ed7eb33a6a50f9b7ec212b498dd8318b5
49590Author: Daniel Stone <daniel@fooishbar.org>
49591Date:   Wed Apr 20 12:42:02 2005 +0000
49592
49593    Change keysymdef.h to X11/keysymdef.h for include statement.
49594
49595commit fa5539247d3b246db9ff1469d08167178c85d7ad
49596Author: Daniel Stone <daniel@fooishbar.org>
49597Date:   Wed Apr 20 12:39:28 2005 +0000
49598
49599    Change Xalloca.h to X11/Xalloca.h for include.
49600
49601commit 292c4cff26687e6ef86c285b97813ab587daf009
49602Author: Daniel Stone <daniel@fooishbar.org>
49603Date:   Wed Apr 20 12:25:48 2005 +0000
49604
49605    Fix includes right throughout the Xserver tree:
49606    change "foo.h" to <X11/foo.h> for core headers, e.g. X.h, Xpoll.h;
49607    change "foo.h", "extensions/foo.h" and "X11/foo.h" to
49608        <X11/extensions/foo.h> for extension headers, e.g. Xv.h;
49609    change "foo.[ch]" to <X11/Xtrans/foo.[ch]> for Xtrans files.
49610
49611commit c062d7f96f47bdd31640be1fbce682d0774db3d9
49612Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
49613Date:   Tue Apr 19 18:21:01 2005 +0000
49614
49615    Prevent recursive calls to winRaiseWindow.
49616
49617commit 4e914c5ed7679a1102f3e25af0c087380f834865
49618Author: David Reveman <c99drn@cs.umu.se>
49619Date:   Tue Apr 19 14:51:29 2005 +0000
49620
49621    Hash texture objects and display lists in Xgl
49622
49623commit 6bde764de102a56d2c71b971eaa36535e9760b52
49624Author: Bogdan Diaconescu <b_diaconescu@yahoo.com>
49625Date:   Sun Apr 17 23:02:25 2005 +0000
49626
49627    Added a log pring for the parameters
49628
49629commit 8594b8f2893e58ae824e140334c18ba3d7467217
49630Author: Bogdan Diaconescu <b_diaconescu@yahoo.com>
49631Date:   Sun Apr 17 23:00:58 2005 +0000
49632
49633    Added new tuner FM1236MK3 PAL version
49634
49635commit 7f74e3aebdf79fbca4141e6ffcdad39812df9335
49636Author: Bogdan Diaconescu <b_diaconescu@yahoo.com>
49637Date:   Sun Apr 17 22:58:03 2005 +0000
49638
49639    This is the UDA1380 sound coder-decoder module
49640
49641commit 7a4e5f4006319e025e3ff561eccc3f1ad6c661a0
49642Author: Torrey Lyons <torrey@mrcla.com>
49643Date:   Sat Apr 16 00:21:21 2005 +0000
49644
49645    Fix cases in Darwin build where a variable is declared static and later as
49646        extern (XFree86 Bug #1576, Jordan Frank).
49647
49648commit 4f686f158b00478a3d074128f9e4cb6dc0d928cd
49649Author: Roland Mainz <roland.mainz@nrubsig.org>
49650Date:   Fri Apr 15 23:34:39 2005 +0000
49651
49652    //bugs.freedesktop.org/show_bug.cgi?id=2885) attachment #2434
49653        (https://bugs.freedesktop.org/attachment.cgi?id=2434) Fix Solaris build
49654        bustage caused by namespace collision between symbols defined in
49655        <sys/kbd.h> and those in "xf86_OSlib.h". Patch by Alan Coopersmith
49656        <alan.coopersmith@sun.com>.
49657
49658commit 7472fcfdd40e29cd2847e45d4bd2dd11ccc41ff5
49659Author: Adam Jackson <ajax@nwnk.net>
49660Date:   Fri Apr 15 00:18:58 2005 +0000
49661
49662    Bug #2141: Rework misleading warning message when APM support is
49663        unavailable.
49664
49665commit 504067819a4f1a8564dcacc278933f533618b666
49666Author: Adam Jackson <ajax@nwnk.net>
49667Date:   Thu Apr 14 17:51:51 2005 +0000
49668
49669    Bug #3025: gcc4 build fix.
49670
49671commit e40db7f26af39a8b1f3675a2c87ce90c4fd59d85
49672Author: David Reveman <c99drn@cs.umu.se>
49673Date:   Wed Apr 13 14:27:47 2005 +0000
49674
49675    Add GLX code to Xgl
49676
49677commit ddfa6f00da7c80b246b57c592361baa4bc5a8e9d
49678Author: Roland Mainz <roland.mainz@nrubsig.org>
49679Date:   Wed Apr 13 00:05:37 2005 +0000
49680
49681    //bugs.freedesktop.org/show_bug.cgi?id=3001) attachment #2404
49682        (https://bugs.freedesktop.org/attachment.cgi?id=2404) Improve rendering
49683        performance when glXSwapBuffers()| or |XPutImage()| are called for the
49684        PostScript DDX via optimizing the codepath around
49685        |PsOut_OutImageBytes()|. Patch by Simon Toedt <simon.toedt@gmail.com>
49686        and Roland Mainz <roland.mainz@nrubsig.org>.
49687
49688commit f45208a7e9c39345ac431c2e7da8777d6c466dcc
49689Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
49690Date:   Mon Apr 11 11:06:21 2005 +0000
49691
49692    update static file from pci.ids
49693
49694commit b47f39b417cbe220690155a08c6bc18cd7cfa388
49695Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
49696Date:   Mon Apr 11 10:57:33 2005 +0000
49697
49698    import latest pci.ids file
49699
49700commit 00a551393ce7aa9d2b23634737ced5071e3cdd35
49701Author: Egbert Eich <eich@suse.de>
49702Date:   Mon Apr 11 10:54:13 2005 +0000
49703
49704    Reenable BackingStore in Xvfb.
49705
49706commit 1fbd38f3b46df62561f8be74cbc05fcf8ad88a21
49707Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
49708Date:   Mon Apr 11 10:16:25 2005 +0000
49709
49710    Added wizard page for clipboard selection and additional server parameters
49711
49712commit 6848b0353897a6a5d1218b266c22fb87a7c6d730
49713Author: Egbert Eich <eich@suse.de>
49714Date:   Mon Apr 11 10:05:38 2005 +0000
49715
49716    Correct the mask bits when checking for a 64bit memory base in PCI config
49717        space (bugzilla #2963).
49718
49719commit adac7011965ed75ea399b93dae917cb48180c77a
49720Author: Egbert Eich <eich@suse.de>
49721Date:   Mon Apr 11 09:33:43 2005 +0000
49722
49723    Preventing hight for drawing from becoming negative when face->dy < 0. The
49724        height value is used in miFillPolyHelper() to calculate the size of
49725        memory to be allocated. A negative value will lead to a crash (Bugzilla
49726        #2690, Keith Packard, Egbert Eich).
49727
49728commit 5e2080ef93a598c6d68e1b2f446f251ab025b702
49729Author: Roland Mainz <roland.mainz@nrubsig.org>
49730Date:   Mon Apr 11 01:06:15 2005 +0000
49731
49732    xc/programs/Xserver/Xprint/attributes.c
49733    xc/programs/glxgears/glxgears.c
49734    xc/programs/xdbedizzy/xdbedizzy.c
49735    xc/programs/xedit/Imakefile
49736    xc/programs/xedit/Xedit-xprint.ad
49737    xc/programs/xedit/util.c
49738    xc/programs/xedit/xedit.h
49739    xc/programs/xlogo/print.c
49740    xc/programs/xlogo/xlogo.c
49741    xc/programs/xlogo/xlogo.h
49742    xc/programs/xman/Imakefile
49743    xc/programs/xman/print.h
49744    xc/programs/xmore/Imakefile
49745    xc/programs/xmore/print.c
49746    xc/programs/xmore/print.h
49747    xc/programs/xmore/printdialog.c
49748    xc/programs/xphelloworld/xpawhelloworld/xpawhelloworld.c
49749    xc/programs/xphelloworld/xphelloworld/xphelloworld.c
49750    xc/programs/xphelloworld/xpsimplehelloworld/xpsimplehelloworld.c
49751    xc/programs/xphelloworld/xpxmhelloworld/xpxmhelloworld.c
49752    //bugs.freedesktop.org/show_bug.cgi?id=790) attachment #2379
49753        (https://bugs.freedesktop.org/attachment.cgi?id=2379) Implement support
49754        client+Xserver support for passing output (stdout+stderr) of the
49755        spooler command started by the Xprint server back to the application
49756        using the "xp-spooler-command-results" XPJobAttr attribute
49757        (applications can fetch the attribute value after the XPEndJobNotify
49758        event was received; more details can be found in
49759        http://xprint.mozdev.org/docs/dtprint_fspec.ps).
49760
49761commit 9af443f5976ab3987e4ee9d397391e82206676b4
49762Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
49763Date:   Sat Apr 9 19:20:03 2005 +0000
49764
49765    Fix passing of non-RGB visuals. The old code did not initialize the
49766        structure properly which lead to a crash in 8bpp mode
49767
49768commit f02440dfa3439ab493c7918b472c23bb22e29707
49769Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
49770Date:   Wed Apr 6 15:18:59 2005 +0000
49771
49772    First import of xlaunch frontend for Xming
49773
49774commit de5d24a200e4426e458fc447884d1a5b0257faaa
49775Author: Egbert Eich <eich@suse.de>
49776Date:   Mon Apr 4 10:17:06 2005 +0000
49777
49778    Fixed sentinels in Xt, editres and xedit to reduce number of warnings with
49779        gcc4 (Andreas Schwab).
49780
49781commit 277ff06e9999f2efe0f082a3565f6279219c13e4
49782Author: Egbert Eich <eich@suse.de>
49783Date:   Mon Apr 4 10:11:51 2005 +0000
49784
49785    Fix typo leading to bogus code in xorgcfg (Andreas Schwab).
49786
49787commit 7eb6b69ebd945c753ee0988e1a85dffde982446e
49788Author: Egbert Eich <eich@suse.de>
49789Date:   Mon Apr 4 09:55:25 2005 +0000
49790
49791    Support for HP's IPF ZX1 systems (Alex Williamson).
49792
49793commit 231c00e8fba91b580ec3e2703dd1ceacf13a6624
49794Author: Egbert Eich <eich@suse.de>
49795Date:   Mon Apr 4 09:47:07 2005 +0000
49796
49797    When not using dlopen ia64 needs an extra cache flush to ensure the icache
49798        is coherent when modules are loaded (Alex Williamson).
49799
49800commit 55dc930a180553c08d8546cc2078451c20e34934
49801Author: Torrey Lyons <torrey@mrcla.com>
49802Date:   Sat Apr 2 02:29:24 2005 +0000
49803
49804    Fix XDarwin's handling of Wacom tablet mouse buttons (Based on patch
49805        suggested by Daphne Pfister).
49806
49807commit 03d126081e5ba57ea2304753289528a896f3baaf
49808Author: Roland Mainz <roland.mainz@nrubsig.org>
49809Date:   Fri Apr 1 21:45:20 2005 +0000
49810
49811    xc/programs/Xserver/Xprint/Init.c
49812    xc/programs/Xserver/Xprint/ps/Imakefile
49813    xc/programs/Xserver/Xprint/ps/Ps.h
49814    xc/programs/Xserver/Xprint/ps/PsArea.c
49815    xc/programs/Xserver/Xprint/ps/PsColor.c
49816    xc/programs/Xserver/Xprint/ps/PsImageUtil.c
49817    xc/programs/Xserver/Xprint/ps/PsInit.c
49818    //bugs.freedesktop.org/show_bug.cgi?id=2879) attachment #2287
49819        (https://bugs.freedesktop.org/attachment.cgi?id=2287) Follow-up to
49820        bugzilla #1299: Add new visuals in the Postscript DDX (including
49821        TrueColor 16bit, PseudoColor 15bit/12bpg(12 bits per R-, G-, B-channel
49822        as in PostScript Level 2 (and above) colors can have 12 bits per
49823        component (36 bit for RGB)), PseudoColor+GrayScale+StaticGray
49824    12bit/12bpg) and switch the default visual from PseudoColor 8bit/8bpg to
49825        PseudoColor 12bit/12bpg.
49826
49827commit fe37cc7e7b3036e538930c16bbdb39a7915b1685
49828Author: Matthieu Herrb <matthieu.herrb@laas.fr>
49829Date:   Fri Apr 1 21:28:50 2005 +0000
49830
49831    programs/Xserver/hw/xfree86/loader/xf86sym.c
49832    programs/Xserver/hw/xfree86/os-support/shared/libc_wrapper.c Fix setjump0
49833        declaration for DllLoader.
49834
49835commit ef60998a828951e61f1480e29c2fec62e7454bbc
49836Author: Kevin E Martin <kem@kem.org>
49837Date:   Fri Apr 1 20:21:38 2005 +0000
49838
49839    bugzilla #2880 (https://bugs.freedesktop.org/show_bug.cgi?id=2880)
49840        attachment #2285 (https://bugs.freedesktop.org/attachment.cgi?id=2285)
49841        Use system method to access PCI config space.
49842
49843commit 33ab2a2abc8c1e4ca9c7139454c60f5ad8a61a94
49844Author: Adam Jackson <ajax@nwnk.net>
49845Date:   Fri Apr 1 20:05:11 2005 +0000
49846
49847    Bug #2835: Add symbol exports to support the ReadDisplay extension.
49848
49849commit cbccac448a1466ab098e8fe5dbfff98264c7260a
49850Author: Alex Deucher <agd5f@yahoo.com>
49851Date:   Thu Mar 31 23:18:10 2005 +0000
49852
49853    - Add new Radeon pci ids (ATI devrel), bug 2827
49854
49855commit 59d7222b13775efb2159159cc897e7789bdf10b2
49856Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
49857Date:   Sun Mar 27 00:17:12 2005 +0000
49858
49859    Sat Mar 26 19:00:30 2005 Søren Sandmann <sandmann@redhat.com>
49860    Remove accidentally committed prototype.
49861
49862commit 476ae15640d2b97cb0ebccab8255ccf728596c62
49863Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
49864Date:   Sat Mar 26 23:50:24 2005 +0000
49865
49866    Sat Mar 26 18:49:21 2005 Soeren Sandmann <sandmann@redhat.com>
49867    programs/Xserver/fb/fbmmx.h
49868    New function.
49869    Hook it up here
49870
49871commit 0d33b588376a4d86d50ed8b7e06eaf0dbd8c5ba5
49872Author: Roland Mainz <roland.mainz@nrubsig.org>
49873Date:   Fri Mar 25 23:11:14 2005 +0000
49874
49875    xc/programs/Xserver/Xprint/ps/Imakefile
49876    //bugs.freedesktop.org/show_bug.cgi?id=2821) attachment #xxx
49877        (https://bugs.freedesktop.org/attachment.cgi?id=xxx) Remove the cfb
49878        dependicy from the PostScript DDX as this is not needed in a vector DDX
49879        (mfb is still needed to fill the |BitmapToRegion()| callback with
49880        |mfbPixmapToRegion()|).
49881
49882commit 5f320335c3a8148ae98f82a00ff44954197f4251
49883Author: Matthieu Herrb <matthieu.herrb@laas.fr>
49884Date:   Wed Mar 23 21:09:48 2005 +0000
49885
49886    bugzilla #2194: fix an alignement problem on 64 bit architectures.
49887
49888commit f4e9f522fe8bec3dd6294d062c2244a06623add3
49889Author: Thomas Hellstrom <unichrome@shipmail.org>
49890Date:   Wed Mar 23 21:03:41 2005 +0000
49891
49892    Bugzilla #2750 (https://bugs.freedesktop.org/show_bug.cgi?id=2750)
49893        Linux-only fixes: Fix case where a smaller write-combining region
49894        blocks write-combining setting of the whole frame buffer. Fix bug in wc
49895        setting code when regions are first splitted and setting of
49896        write-combining then fails.
49897
49898commit 1be6e2388bcc5835ab62f0855d443fb508697deb
49899Author: Roland Mainz <roland.mainz@nrubsig.org>
49900Date:   Wed Mar 23 20:49:52 2005 +0000
49901
49902    xc/programs/Xserver/hw/vfb/InitOutput.c
49903    //bugs.freedesktop.org/show_bug.cgi?id=2791) attachment #2197
49904        (https://bugs.freedesktop.org/attachment.cgi?id=2197) Add support for
49905        12bit PseudoColor and 30bit TrueColor to Xvfb.
49906
49907commit 26aec10adad51deb35a8398abb884d90be077a6b
49908Author: Roland Mainz <roland.mainz@nrubsig.org>
49909Date:   Wed Mar 23 19:58:45 2005 +0000
49910
49911    xc/programs/Xserver/Imakefile
49912    xc/programs/Xserver/Xprint/DiPrint.h
49913    xc/programs/Xserver/Xprint/Imakefile
49914    xc/programs/Xserver/Xprint/Init.c
49915    xc/programs/Xserver/Xprint/ddxInit.c
49916    xc/programs/Xserver/dix/Imakefile
49917    xc/programs/Xserver/dix/main.c
49918    xc/programs/Xserver/dix/xpstubs.c
49919    xc/programs/Xserver/os/Imakefile
49920    //bugs.freedesktop.org/show_bug.cgi?id=2792) attachment #2193
49921        (https://bugs.freedesktop.org/attachment.cgi?id=2193) Fix build bustage
49922        when |PrintOnlyServer| is set to |NO|. Patch by Roland Mainz
49923        <roland.mainz@nrubsig.org> and Julien Lafon <julien.lafon@gmail.com>.
49924
49925commit ac18f8e308221af368fd4153b4eee7b89f8dd4bc
49926Author: Roland Mainz <roland.mainz@nrubsig.org>
49927Date:   Wed Mar 23 00:32:49 2005 +0000
49928
49929    //bugs.freedesktop.org/show_bug.cgi?id=2789) attachment #2187
49930        (https://bugs.freedesktop.org/attachment.cgi?id=2187) Fix Xvfb to honor
49931        the "-dpi" option (instead of using a hardcoded value of 100DPI).
49932
49933commit 45bcb8e22ad949c456368b7d4f4226110f8b5cfc
49934Author: Adam Jackson <ajax@nwnk.net>
49935Date:   Tue Mar 22 21:30:43 2005 +0000
49936
49937    Bug #1821: Typo fix in xorg.conf man page (Jens Schweikhardt)
49938
49939commit cc95e597b51f06e835c6a9def1bc6681029bf41e
49940Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
49941Date:   Tue Mar 22 17:49:14 2005 +0000
49942
49943    Tue Mar 22 12:47:16 2005 Søren Sandmann <sandmann@redhat.com>
49944    Only validate the source if it is a viewable window. Stops the cursor
49945        flickering when it is above an unviewable window.
49946
49947commit 1d68ede0eed62b48354a954a62fca98aa2ce9d2d
49948Author: Roland Mainz <roland.mainz@nrubsig.org>
49949Date:   Sat Mar 19 20:51:34 2005 +0000
49950
49951    //bugs.freedesktop.org/show_bug.cgi?id=2771) attachment #2148
49952        (https://bugs.freedesktop.org/attachment.cgi?id=2148) Remove RENDER
49953        extension from exclusion list for the standalone print server (Xprt) to
49954        get this extension enabled if the print DDX support it.
49955
49956commit 64f1b3fe7e85245865666607d7b32ef7807df08f
49957Author: Michel Daenzer <michel@daenzer.net>
49958Date:   Fri Mar 18 22:36:47 2005 +0000
49959
49960    Add support for production version of ATI RN50/ES1000. (ATI Technologies
49961        Inc.)
49962
49963commit 36dcc9bb1d51fb8c0d67c7e15700e3473a06e47b
49964Author: Torrey Lyons <torrey@mrcla.com>
49965Date:   Thu Mar 17 01:12:07 2005 +0000
49966
49967    Fix build on stock Mac OS X: Out of the box, Mac OS X does not include
49968        Freetype2, Expat, or PNG. Also global variables should be initalized in
49969        the Xserver.
49970
49971commit 82f5a127522e48ff7ff78400eadbce0a5a362064
49972Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
49973Date:   Wed Mar 16 21:25:43 2005 +0000
49974
49975    Wed Mar 16 16:17:43 2005 Søren Sandmann <sandmann@redhat.com>
49976    Only validate the source if it is a viewable window. Stops the cursor
49977        flickering when it is above an unviewable window.
49978
49979commit 226c0907d4327a440fb0ac5380a19538ffdc6fa0
49980Author: David Reveman <c99drn@cs.umu.se>
49981Date:   Wed Mar 16 21:05:51 2005 +0000
49982
49983    Add cursor support to Xglx
49984
49985commit 7109ae147c3a9d243d11f386cfbcfbf7b4ea7918
49986Author: David Reveman <c99drn@cs.umu.se>
49987Date:   Wed Mar 16 20:05:19 2005 +0000
49988
49989    Fix a few problems in Xgl
49990
49991commit 04ccba4d40bef6cee902b118598272f26eebb1df
49992Author: Egbert Eich <eich@suse.de>
49993Date:   Wed Mar 16 12:16:06 2005 +0000
49994
49995    Don't fail calling function when DriverFunc() for RandR fails as
49996        DriverFunc() also returns FALSE when the specific sub function isn't
49997        supported. In the case of xf86RandRGetInfo() we simply rely on what has
49998        been set before and return TRUE. In the case of xf86RandRSetConfig() we
49999        only bail with FALSE if we have to do a rotation and the call fails. We
50000        presently cannot do rotation on the fly without the help of a driver
50001        function (Bugzilla #2745).
50002
50003commit 1011762254b41db5ce67cb652a2d4965efd7ec20
50004Author: Egbert Eich <eich@suse.de>
50005Date:   Wed Mar 16 11:54:54 2005 +0000
50006
50007    Make message that gets printed when loader encounters a .o with no symbols
50008        less conspicuous.
50009
50010commit 816606b9eabee334ce6e0b79e8aa67544f428c19
50011Author: David Reveman <c99drn@cs.umu.se>
50012Date:   Fri Mar 11 12:26:20 2005 +0000
50013
50014    Return early from xglFillRect when no rectangles should be filled
50015
50016commit 4de5aa428514f2cacc60d4708dad996dedee1092
50017Author: David Reveman <c99drn@cs.umu.se>
50018Date:   Fri Mar 11 00:58:49 2005 +0000
50019
50020    Use negative stride and PBOs in Xgl
50021
50022commit 8653db5d57199d53c9b2b993c35a7b70c8949989
50023Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
50024Date:   Thu Mar 10 20:05:46 2005 +0000
50025
50026    Force rebuilding of window stack if a window changes it's state from
50027        minimized.
50028
50029commit 522628f25b4a075c8daf547991ea5b80c5efe9c7
50030Author: Egbert Eich <eich@suse.de>
50031Date:   Tue Mar 8 10:26:59 2005 +0000
50032
50033    Adding more errnos to the libc wrapper (Bugzilla #2672).
50034
50035commit db7c9d349b86216ed00888181c64ab707fbe18d4
50036Author: David Reveman <c99drn@cs.umu.se>
50037Date:   Tue Mar 8 09:27:09 2005 +0000
50038
50039    Return early from xglCopy if fall-back is more efficient
50040
50041commit e09d1d2ae3ccd59408b1dc6f264897ae12dfa2b8
50042Author: David Reveman <c99drn@cs.umu.se>
50043Date:   Tue Mar 8 09:12:17 2005 +0000
50044
50045    Better ShmPutImage support in Xgl
50046
50047commit 5d9885c5b95286c8d7f777c7232283e8b1e81d1b
50048Author: David Reveman <c99drn@cs.umu.se>
50049Date:   Tue Mar 8 09:03:38 2005 +0000
50050
50051    Minor improvement to CopyArea in Xgl
50052
50053commit 51155ca68bf7539bd3ace2ac068a2be1fbcf400c
50054Author: David Reveman <c99drn@cs.umu.se>
50055Date:   Tue Mar 8 08:48:22 2005 +0000
50056
50057    Improve Xgl offscreen memory manager
50058
50059commit e26a096cb662700387c7b43289d1f6f7ab4a0aac
50060Author: David Reveman <c99drn@cs.umu.se>
50061Date:   Tue Mar 8 08:30:47 2005 +0000
50062
50063    Fix Xgl glyph caching
50064
50065commit 8d0e520721ab7697d2d4f639425499b79c61b43f
50066Author: Roland Mainz <roland.mainz@nrubsig.org>
50067Date:   Mon Mar 7 23:02:59 2005 +0000
50068
50069    xc/programs/Xserver/dix/atom.c
50070    xc/programs/Xserver/dix/colormap.c
50071    xc/programs/Xserver/dix/cursor.c
50072    xc/programs/Xserver/dix/devices.c
50073    xc/programs/Xserver/dix/dispatch.c
50074    xc/programs/Xserver/dix/dixfonts.c
50075    xc/programs/Xserver/dix/dixutils.c
50076    xc/programs/Xserver/dix/events.c
50077    xc/programs/Xserver/dix/extension.c
50078    xc/programs/Xserver/dix/gc.c
50079    xc/programs/Xserver/dix/glyphcurs.c
50080    xc/programs/Xserver/dix/grabs.c
50081    xc/programs/Xserver/dix/main.c
50082    xc/programs/Xserver/dix/pixmap.c
50083    xc/programs/Xserver/dix/privates.c
50084    xc/programs/Xserver/dix/property.c
50085    xc/programs/Xserver/dix/resource.c
50086    xc/programs/Xserver/dix/swaprep.c
50087    xc/programs/Xserver/dix/swapreq.c
50088    //bugs.freedesktop.org/show_bug.cgi?id=2560) attachment #2037
50089        (https://bugs.freedesktop.org/attachment.cgi?id=2037) ANSI-fy
50090        Xserver/dix code. The conversion preserves the comments which annotate
50091        variables. These have been moved into doxygen(esque?) "stubs" above
50092        each function. Patch by Mike Owens <etc@filespanker.com>.
50093
50094commit cb0aa2b4d8875f1ea66e720ca7c6cc2f403be26a
50095Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
50096Date:   Mon Mar 7 22:26:59 2005 +0000
50097
50098    Prevent winRaiseWindow from calling ConfigureWindow if the message was sent
50099        from within winDestroyWindowsWindow
50100    DestroyWindow send a WM_WINDOWPOSCHANGED to another window causing a
50101        restacking of all windows, even of the window which is just about to
50102        destroyed and whose structures may not be intact anymore.
50103
50104commit 978f3b496b9951ee8120a0efcc5cd12503e26770
50105Author: Roland Mainz <roland.mainz@nrubsig.org>
50106Date:   Sat Mar 5 21:38:29 2005 +0000
50107
50108    xc/programs/Xserver/Imakefile
50109    xc/programs/Xserver/hw/xnest/Imakefile
50110    //bugs.freedesktop.org/show_bug.cgi?id=2653) attachment #2020
50111        (https://bugs.freedesktop.org/attachment.cgi?id=2020): Cleanup Xnest
50112        usage of the DPMS dummy stub functions from dpmsstubs.c instead of
50113        using it's own copy of these functions.
50114
50115commit 602209990dbbc96b4c5a96e2221a418cf29e613d
50116Author: Roland Mainz <roland.mainz@nrubsig.org>
50117Date:   Sat Mar 5 20:47:12 2005 +0000
50118
50119    //bugs.freedesktop.org/show_bug.cgi?id=2543) attachment #2019
50120        (https://bugs.freedesktop.org/attachment.cgi?id=2019): Fix
50121        |xf86SignalHandler()| which resets the signal handler before setting
50122        the flag indicating a signal has been caught, theoretically allowing
50123        the possibility of infinite recursion. Patch by Andrew Church
50124        <xzilla@achurch.org>.
50125
50126commit d995fe631a5706de93a05fda498333442af3d207
50127Author: Roland Mainz <roland.mainz@nrubsig.org>
50128Date:   Wed Mar 2 14:21:40 2005 +0000
50129
50130    xc/programs/Xserver/hw/xnest/Screen.c
50131    xc/programs/Xserver/hw/xnest/Window.c
50132    //bugs.freedesktop.org/show_bug.cgi?id=2546) attachment #2005
50133        (https://bugs.freedesktop.org/attachment.cgi?id=2005): Fix Xnest to
50134        update the shape regions in the backend server whenever a client
50135        changes them in Xnest (the fix is to add a new wrapper which calls
50136        |xnestShapeWindow()| before calling |miSetShape()|). Patch by Mark
50137        McLoughlin <mark@skynet.ie>
50138
50139commit 3f79c5eefc0d62d3a9b095472cd75b446ba2a56e
50140Author: Roland Mainz <roland.mainz@nrubsig.org>
50141Date:   Wed Mar 2 11:20:30 2005 +0000
50142
50143    xc/config/cf/DragonFly.cf
50144    xc/config/cf/Imake.cf
50145    xc/config/cf/Imakefile
50146    xc/config/imake/imake.c
50147    xc/config/imake/imakemdep.h
50148    xc/extras/drm/shared/drm.h
50149    xc/include/Xos_r.h
50150    xc/lib/xtrans/Xtranssock.c
50151    xc/programs/Xserver/hw/xfree86/os-support/xf86_OSlib.h
50152    xc/programs/Xserver/hw/xfree86/os-support/xf86_libc.h
50153    xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_agp.c
50154    //bugs.freedesktop.org/show_bug.cgi?id=1712) attachment #2004
50155        (https://bugs.freedesktop.org/attachment.cgi?id=2004): Add support for
50156        DragonFly/BSD platform. Patch by Jeroen Ruigrok <asmodai@tendra.org>
50157        and Mike Verona <firedragonfly@gmail.com>.
50158
50159commit 6c6151b2339a05c60ec58e013f915f79a3f9d756
50160Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
50161Date:   Tue Mar 1 18:58:17 2005 +0000
50162
50163    If a context is already attached copy it instead of reattaching to keep
50164        displaylists and share displaylists Enable tracing of often called
50165        functions with GLWIN_ENABLE_TRACE ForceCurrent is a no-op now
50166
50167commit d323c4f59a653f364164d2a57fbbd102306a6ee9
50168Author: David Reveman <c99drn@cs.umu.se>
50169Date:   Tue Mar 1 16:57:54 2005 +0000
50170
50171    Minor improvement to pixel transfers in Xgl
50172
50173commit 2d2c1732620a83215983ee7a7dd469a1a85fcc12
50174Author: David Reveman <c99drn@cs.umu.se>
50175Date:   Tue Mar 1 16:34:31 2005 +0000
50176
50177    Add dither support to Xgl
50178
50179commit b4b27e9eaa43401ae70e5d03823012bf8c78848f
50180Author: Keith Packard <keithp@keithp.com>
50181Date:   Mon Feb 28 20:45:15 2005 +0000
50182
50183    Force DPMS normal on screen enable
50184    Add placeholder for bit used to redirect input
50185    Add macrovision register defines
50186
50187commit 409c0618bced6df02eed7af77107ff74508c0f3f
50188Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
50189Date:   Thu Feb 24 22:53:17 2005 +0000
50190
50191    on WM_WINDOWPOSCHANGED raise window directly and in sync without utilizing
50192        the async windowmanager thread. Fixes some restacking problems occuring
50193        which were timing dependent Do not raise the window on WM_ACTIVATE
50194        Removed unused code for WM_WINDOWPOSCHANGING ESC is debug key. Print
50195        status but do not abort processing the message
50196
50197commit 775efdbd79448040b822fcc0556e98d3968ba8c3
50198Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
50199Date:   Wed Feb 23 19:17:10 2005 +0000
50200
50201    Bugzilla #2599 (https://bugs.freedesktop.org/show_bug.cgi?id=2599)
50202        attachment #1964 (https://bugs.freedesktop.org/attachment.cgi?id=1964):
50203        move miScreenInit in front of pScreen->function initializations to
50204        prevent it from resetting ClipNotify.
50205
50206commit c4b3fcda98a92c204534f04bd386ace5d3620d86
50207Author: Eric Anholt <anholt@freebsd.org>
50208Date:   Mon Feb 21 03:44:10 2005 +0000
50209
50210    Move the draw tracing supplies into ati_draw.h, and do some touchups on it.
50211        (When tracing drawing, I want to know what I'm drawing to, at a
50212        minimum).
50213
50214commit de34b0eefc9f8a29147659454398cabb187c7cb6
50215Author: Eric Anholt <anholt@freebsd.org>
50216Date:   Mon Feb 21 03:05:55 2005 +0000
50217
50218    Extend the filter support to R200, and do the check for filter settings in
50219        Check rather than Prepare, to avoid migration of things we won't be
50220        able to accelerate.
50221
50222commit 535c178286f94cc593b6cda753bbeb9b7cf6df4c
50223Author: Michel Daenzer <michel@daenzer.net>
50224Date:   Fri Feb 18 19:55:35 2005 +0000
50225
50226    Bug #2576: Add support for ATI RN50/ES1000. (ATI Technologies Inc.)
50227
50228commit 2f07222106358a02f56bf1e344d1fbf7ead14cbd
50229Author: Adam Jackson <ajax@nwnk.net>
50230Date:   Fri Feb 18 17:52:48 2005 +0000
50231
50232    Bug #2455: Make x86emu handle JNL correctly. (David Wong)
50233
50234commit 01b156240ce66703b38a67ee3cfbb475352cdf68
50235Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
50236Date:   Sat Feb 12 14:55:24 2005 +0000
50237
50238    winmultiwindowwindow.c
50239    winmultiwindowwndproc.c
50240    Cleanup some message debugging
50241
50242commit 8df7126f09d6d7cb35a5912a71531cad28ba2545
50243Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
50244Date:   Sat Feb 12 14:47:17 2005 +0000
50245
50246    win.h
50247    winfont.c
50248    winmultiwindowshape.c
50249    winmultiwindowwindow.c
50250    winpfbdd.c
50251    winshaddd.c
50252    winshadddnl.c
50253    winshadgdi.c
50254    Fix incorrect wrapping of functions. Ensure the pointers from pScreen point
50255        to the called function even if wrapped functions changed it
50256    Set the window properties to NULL to avoid referencing freed memory because
50257        of timing problems after deleting a window
50258    Do not wrap ChangeWindowAttributes. All functions are noops currently
50259
50260commit 676fdb03f3fb27ac24834aeb895df7d6d6e83f78
50261Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
50262Date:   Sat Feb 12 14:43:07 2005 +0000
50263
50264    print window handle in message outout
50265
50266commit 046bdb17169ecb1361a42ab52043da699590d39a
50267Author: David Reveman <c99drn@cs.umu.se>
50268Date:   Fri Feb 11 20:19:20 2005 +0000
50269
50270    Fixes a few problems in Xgl
50271
50272commit 35bd81dfec62402f9d6c68d98e651e8cd87a8758
50273Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
50274Date:   Fri Feb 11 19:38:04 2005 +0000
50275
50276    Fri Feb 11 14:28:22 2005 Søren Sandmann <sandmann@redhat.com>
50277    When COMPOSITE is enabled, call CopyWindow even when the pixels "don't
50278        move" on screen.
50279    Don't reject modes that are not supported by the unused monitor.
50280
50281commit e5ccccfbd45c78c1be5e311b2cb4135a9a27540b
50282Author: Adam Jackson <ajax@nwnk.net>
50283Date:   Fri Feb 11 06:37:38 2005 +0000
50284
50285    Bug #826: Make xorgconfig respect font installation outside $PROJECTROOT.
50286        (Donnie Berkholz)
50287
50288commit e7369daba58bb4fad5cef37fefbd851e59446045
50289Author: Egbert Eich <eich@suse.de>
50290Date:   Wed Feb 9 11:12:54 2005 +0000
50291
50292    Added PCI2Host bus translations for linux PPC and fixed fixed bugs in
50293        macros that apply these functions (Bill Randle Bugzilla #325 and #327).
50294
50295commit aab9a8dd99e52297ed9b40c936600429f38fe9ad
50296Author: Keith Packard <keithp@keithp.com>
50297Date:   Wed Feb 9 03:56:35 2005 +0000
50298
50299    Add initial evdev framework
50300
50301commit a85c33b52c40fbae544c7dd40df8c8968e0cf7e9
50302Author: Keith Packard <keithp@keithp.com>
50303Date:   Tue Feb 8 22:45:21 2005 +0000
50304
50305    update Xgl to changes in damage API. Remove some flags to support software
50306        mesa
50307
50308commit db2c83551cd3516800b88784c461fb33ee15aacf
50309Author: Keith Packard <keithp@keithp.com>
50310Date:   Tue Feb 8 22:43:54 2005 +0000
50311
50312    hw/kdrive/ati/radeon_composite.c Support linear filtering
50313    Change how touch screens work -- make them just another 'mouse' device. Add
50314        unfinished (and unused) code to accelerate tiled fills.
50315
50316commit 70d3a9192feefd54be93ea71231574c3ed815bf2
50317Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
50318Date:   Tue Feb 8 15:20:01 2005 +0000
50319
50320    Updated fix for ABNT2 and HK_Toggle keys.
50321
50322commit 384099457e9d938871019ba2e5afc20280328884
50323Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
50324Date:   Tue Feb 8 10:15:49 2005 +0000
50325
50326    Backout ABNT2 and HK_Toggle fix since it broke keys F1 and F4.
50327
50328commit ea5b09f95d6f25d8b0f8858c36b680055edd0da9
50329Author: Egbert Eich <eich@suse.de>
50330Date:   Mon Feb 7 18:16:05 2005 +0000
50331
50332    Save gs register before calling the vm86_old syscall thru int 0x80. This is
50333        required for linuxthreads as the TLS uses this register to keep track
50334        of local thread storage (Bugzilla #2431, J. Scott Berg).
50335
50336commit 4d55065b35baa7e13f6e726cb9d6675562648000
50337Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
50338Date:   Mon Feb 7 15:08:31 2005 +0000
50339
50340    Moved keyboard layout table to external file.
50341
50342commit e132cb7590b5518ef1b7fce5f9151beed916fafc
50343Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
50344Date:   Mon Feb 7 15:05:39 2005 +0000
50345
50346    file winlayouts.h was initially added on branch CYGWIN.
50347
50348commit c12ef1b34a55544f54401a5a66a36cd728e2f944
50349Author: Egbert Eich <eich@suse.de>
50350Date:   Mon Feb 7 11:56:31 2005 +0000
50351
50352    Check the pixel clock choosen for a specific refresh rate against the
50353        maximally allowed pixel clock when choosing mode lines for
50354        VBESetVBEMode() and VESA BIOS version >= 3.0 (Bugzilla #2486).
50355
50356commit 859be7a52b778df8acb676683351a6562a6d4400
50357Author: Felix Kuehling <fxkuehl@gmx.de>
50358Date:   Fri Feb 4 01:14:49 2005 +0000
50359
50360    Applied patch (id=1354) by Mike A. Harris from bug #1901: The attached
50361        patch updates a couple of PCI IDs for the Savage driver --
50362        Debian/Ubuntu/Red Hat/Fedora.
50363
50364commit 5feca068d740b165d3c36a690f5a68b7588b6625
50365Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
50366Date:   Thu Feb 3 09:58:47 2005 +0000
50367
50368    Bugzilla #1865 (https://bugs.freedesktop.org/show_bug.cgi?id=1865)
50369        attachment #1827 (https://bugs.freedesktop.org/attachment.cgi?id=1827):
50370        check for va_copy not being defined and use __va_copy if available
50371
50372commit 3dda2fe0e2e7e4d2c058d32fa8691d12386b978d
50373Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
50374Date:   Wed Feb 2 18:06:14 2005 +0000
50375
50376    Force ShowWindow if XWin was started via run.exe. Fixes mainwindow not
50377        showing bug
50378
50379commit e8d3da3c753677cc1ae86bc5a79f2b7eba181d74
50380Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
50381Date:   Wed Feb 2 17:17:56 2005 +0000
50382
50383    Bugzilla #1866 (https://bugs.freedesktop.org/show_bug.cgi?id=1866)
50384        attachment #1819 (https://bugs.freedesktop.org/attachment.cgi?id=1819):
50385        Define APIENTRY on windows to prevent <GL/gl.h> from loading
50386        <windows.h> removed leftovers from attachment #1818
50387
50388commit 81b862509c87281705f8a8641c28ae2f45f15751
50389Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
50390Date:   Wed Feb 2 15:03:44 2005 +0000
50391
50392    Bugzilla #1866 (https://bugs.freedesktop.org/show_bug.cgi?id=1866)
50393        attachment #1818 (https://bugs.freedesktop.org/attachment.cgi?id=1818):
50394        Include Xwindows.h before GL/gl.h on windows to prevent loading
50395        windows.h which pollutes our namespace with some symbols.
50396
50397commit b532bfb483cc8ea87c28302e3d676234cab7c3f0
50398Author: Adam Jackson <ajax@nwnk.net>
50399Date:   Wed Feb 2 04:07:04 2005 +0000
50400
50401    Bug #1294: Make sure RenderAccel hooks get wrapped in XAA init.
50402
50403commit 44e2d9167943182fea530dfd7ec16aa53db20f4c
50404Author: Roland Mainz <roland.mainz@nrubsig.org>
50405Date:   Wed Feb 2 00:55:21 2005 +0000
50406
50407    xc/programs/Xserver/hw/xfree86/os-support/bus/xf86Sbus.h
50408    xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_io.c
50409    //bugs.freedesktop.org/show_bug.cgi?id=825) attachment #956
50410        (https://bugs.freedesktop.org/attachment.cgi?id=956): Fix build
50411        problems on Linux/SPARC. Patch by Jeremy Huddleston
50412        <eradicator@gentoo.org>. Approved in the 2005-01-31 Xorg
50413        release-wranglers phone call.
50414
50415commit 15c555a25df76e0e95bc8eaa2ca7ec80a7695a6c
50416Author: David Reveman <c99drn@cs.umu.se>
50417Date:   Tue Feb 1 21:22:02 2005 +0000
50418
50419    Use negative stride for trapezoid masks in Xgl
50420
50421commit 2f0bdf77dd37d1763c4f4f409d55a6aad6031b9f
50422Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
50423Date:   Tue Feb 1 18:14:01 2005 +0000
50424
50425    xc/programs/Xserver/xkb/ddxLoad.c
50426    Bugzilla #2245 (https://bugs.freedesktop.org/show_bug.cgi?id=2245)
50427        attachment #1649 (https://bugs.freedesktop.org/attachment.cgi?id=1649):
50428        cleanup the generation of xkbcomp command lines. Allocate them
50429        dynamicly and remove unmaintainable length calculation.
50430
50431commit d3ca132061a861cb9292b5a95dbcb2f67695883b
50432Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
50433Date:   Mon Jan 31 10:49:30 2005 +0000
50434
50435    winmultiwindowwindow.c
50436    Create windows with SWP_NOACTIVATE flag (updated) (Kensuke Matsuzaki)
50437    Fixes for window ordering problem (updated) (Kensuke Matsuzaki)
50438
50439commit 374b9aa8ce14cd20a6768519eee63948c83488d6
50440Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
50441Date:   Mon Jan 31 10:47:32 2005 +0000
50442
50443    Added hungarian keyboard layout.
50444
50445commit 8d277ceb22929fcb44f2d4def8c5b70535eb087f
50446Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
50447Date:   Mon Jan 31 10:43:37 2005 +0000
50448
50449    winmessages.h
50450    winmsg.h
50451    winmsg.c
50452    winmultiwindowwndproc.c
50453    winwin32rootlesswndproc.c
50454    Make logging of messages configurable with environment variables
50455
50456commit 2982d173cad762b801869b7ceacc237afdad88d6
50457Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
50458Date:   Mon Jan 31 10:32:19 2005 +0000
50459
50460    resolve SHGetFolderPath dynamicly since it is not available on all Windows
50461        systems.
50462
50463commit 8ac3be3f6c4bcaa8c3f6080cbfe72db4967feff8
50464Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
50465Date:   Sun Jan 30 21:18:46 2005 +0000
50466
50467    //bugs.freedesktop.org/show_bug.cgi?id=1692> Remove reference to
50468        nonexistent Monitors file from xorgconfig (Report & patch from Dejan
50469        Lesjak <dejan.lesjak@ijs.si>)
50470
50471commit 206072c475408b8d4cfd75d897854d8478fe0905
50472Author: Matthieu Herrb <matthieu.herrb@laas.fr>
50473Date:   Sun Jan 30 20:12:07 2005 +0000
50474
50475    programs/Xserver/hw/xfree86/os-support/bsd/bsd_kbd.c Fix option
50476        dontVTSwitch under *BSD, when XKB is disabled. Bugzilla #2252.
50477
50478commit 327922f006dcc2e30ec0391d7fa786560fcd1599
50479Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
50480Date:   Sat Jan 29 01:01:03 2005 +0000
50481
50482    Update to latest rev from http://pciids.sf.net/
50483    Remove entries that now duplicate pci.ids Add entries for new Nvidia boards
50484        added in recent nv driver update
50485
50486commit d23c46dd3e2cbf84012055bad43b1bb15809a244
50487Author: Egbert Eich <eich@suse.de>
50488Date:   Fri Jan 28 16:13:00 2005 +0000
50489
50490    Modifying X.Org Xserver DDX to allow to run X with ordinary user
50491        permissions when no access to HW registers is required. For API changes
50492        which mostly involve the modifications to make the RRFunc (introduced
50493        with 6.8) more flexible please check Bugzilla #2407. NOTE: This patch
50494        applies changes to OS specific files for other OSes which I cannot
50495        test.
50496
50497commit 1562ec5cc3706acfac1db04366f78e4949ef5502
50498Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
50499Date:   Thu Jan 27 20:33:34 2005 +0000
50500
50501    Functions like glGenTextures and glBindTexture are in OpenGL 1.1 and can be
50502        resolved at linktime. Fixes tuxkart (at least with wine)
50503
50504commit 5ca5fe71119f35f1f24aeb49e2608684024d450a
50505Author: Eric Anholt <anholt@freebsd.org>
50506Date:   Thu Jan 27 05:25:57 2005 +0000
50507
50508    Add an OUT_RING_REG macro for use with DMA_PACKET0, which is like OUT_RING
50509        but includes debugging to ensure that the reg being submitted is the
50510        one that follows in the packet. Convert most uses of OUT_RING to it,
50511        and convert a couple of OUT_REG sets to DMA_PACKET0/OUT_RING_REG. Also,
50512        add checking to see if more registers are submitted to a DMA_PACKET0
50513        than should be, to avoid hangs during stupid mistakes (checking for
50514        less isn't done).
50515
50516commit 0bd459488bf88084d703d801bfd5e79ea6d2b5a5
50517Author: Eric Anholt <anholt@freebsd.org>
50518Date:   Thu Jan 27 03:52:49 2005 +0000
50519
50520    Move the bailing out due to ATIUploadToScreen() being unfinished up
50521        farther, so that the traces aren't as confusing.
50522
50523commit a973af4a9ade68b271d0695898d72aea50d8953b
50524Author: Eric Anholt <anholt@freebsd.org>
50525Date:   Thu Jan 27 03:50:48 2005 +0000
50526
50527    Remove an unused field.
50528
50529commit 59c7005bb155393c44792d457d98d72e34bb1b51
50530Author: Egbert Eich <eich@suse.de>
50531Date:   Wed Jan 26 15:50:17 2005 +0000
50532
50533    When we tested if a PCI base address was unassigned we didn't take into
50534        account that this bar could have been the upper part of a 64bit base
50535        address. This fix makes this code 64bit bar aware (Bugzilla #2382).
50536
50537commit 7c3dd0a5a76bea2c64972ae19d99775b5a992513
50538Author: Egbert Eich <eich@suse.de>
50539Date:   Wed Jan 26 15:45:49 2005 +0000
50540
50541    Rewrite of RemoveOverlaps() to make the code more readable. It was
50542        virtually impossible to determine if the old code did what it was
50543        supposed to do. Also changed paradigm: Trust the based address more
50544        than the (guessed) size. (Bugzilla #2383)
50545
50546commit 9817582328cdafee59de616136172c2ce361a4b3
50547Author: David Reveman <c99drn@cs.umu.se>
50548Date:   Wed Jan 26 10:58:52 2005 +0000
50549
50550    Xgl improvements
50551
50552commit 13b5a93b70839053b9165b5087872164f0612536
50553Author: Egbert Eich <eich@suse.de>
50554Date:   Tue Jan 25 10:08:18 2005 +0000
50555
50556    Fix interpretation of 64bit PCI bases: read hi long word from the right bar
50557        (Michael Yaroslavtsev, Bugzilla #2322).
50558
50559commit 8813898ef6b9eb470e079bcdcffa89d1243b63b9
50560Author: Keith Packard <keithp@keithp.com>
50561Date:   Tue Jan 25 06:04:21 2005 +0000
50562
50563    Fix R100 text by forcing the 3d engine to idle before executing more 3d
50564        commands. Add docs for the ISYNC_CNTL register, which doesn't quite do
50565        what we want.
50566
50567commit 33155b4fd3ce025d555f07833f96b760d5cdfbd3
50568Author: Eric Anholt <anholt@freebsd.org>
50569Date:   Tue Jan 25 03:37:05 2005 +0000
50570
50571    Finish converting RB2D_DSTCACHE to RB3D_DSTCACHE. Remove an extra pixel
50572        cache flush in the idle function. Init an extra reg for r200, and
50573        annotate the TCL_BYPASS better. Also, clean up some style nits from the
50574        last commit.
50575
50576commit 3b1f1508b13520626839d45185dec09a42b9ff71
50577Author: Keith Packard <keithp@keithp.com>
50578Date:   Tue Jan 25 02:39:48 2005 +0000
50579
50580    Add tracing. Hack Radeon cache registers to use 3D addresses. Works on M6
50581
50582commit 6eaca06dac037851ae5c9575048faf932ad5ffc8
50583Author: Eric Anholt <anholt@freebsd.org>
50584Date:   Tue Jan 25 01:40:18 2005 +0000
50585
50586    Fix a leak of a region when the driver's CheckComposite fails.
50587
50588commit 8a1bee8ea9a028eef65b8884f73a79fbe84a9f3a
50589Author: Eric Anholt <anholt@freebsd.org>
50590Date:   Tue Jan 25 01:38:26 2005 +0000
50591
50592    Silence a warning about uninitialized variable (though it would be).
50593
50594commit 67eeede4e16324990e1a6afc237a3f51b8edea39
50595Author: Adam Jackson <ajax@nwnk.net>
50596Date:   Mon Jan 24 20:44:49 2005 +0000
50597
50598    Bug #2004: Make DDC delay slightly longer. (Thomas J. Moore)
50599
50600commit 55736aa8c17f762b15e9bcd7b3f68f8680b7cb33
50601Author: Egbert Eich <eich@suse.de>
50602Date:   Fri Jan 21 14:25:26 2005 +0000
50603
50604    Alan Cox requested that we check the kernel version before we use kernel
50605        VGA font save/restore as the required features have been added to Linux
50606        2.6.11 (Bugzilla #2277).
50607
50608commit d7263b11f043c8c0f83d6e05095143c70177926b
50609Author: Keith Packard <keithp@keithp.com>
50610Date:   Thu Jan 20 20:51:27 2005 +0000
50611
50612    Reinitialize offscreen memory before enabling cursor on VT switch-to
50613
50614commit 13c6b2f0b6c464ce11f6c332b2fa1a529bdbab01
50615Author: Eric Anholt <anholt@freebsd.org>
50616Date:   Thu Jan 20 16:22:04 2005 +0000
50617
50618    Add a set of macros for dealing with the repeated code to wait for a while
50619        reading a register/attempting DMA. Now it'll wait for a certain number
50620        of seconds rather than a certain number of times through the loop
50621        before deciding that it's timed out and resetting the hardware. Also,
50622        add more timeout handling, and reset the draw state after resetting the
50623        engine.
50624
50625commit dbe45c71590ac319250d04a2bf37ec07cd79e42a
50626Author: Eric Anholt <anholt@freebsd.org>
50627Date:   Thu Jan 20 07:28:02 2005 +0000
50628
50629    Use RadeonSwitchTo3D() instead of doing the WAIT_UNTIL ourselves (RST3D()
50630        also does DC_FLUSH, which may be important).
50631
50632commit fc43c154943fb1d277a9cffa9a4db7e76db461bc
50633Author: Eric Anholt <anholt@freebsd.org>
50634Date:   Thu Jan 20 07:09:00 2005 +0000
50635
50636    Add R200 XV support, and make R100 (hopefully) use linear filtering instead
50637        of nearest. Also, use RadeonSwitchTo3D instead of doing the WAIT_UNTIL
50638        ourselves.
50639
50640commit 77755065345eb71c997c1ff74dcfd2b2bbbf1305
50641Author: Eric Anholt <anholt@freebsd.org>
50642Date:   Thu Jan 20 01:09:48 2005 +0000
50643
50644    Make R200 PDMA work -- primary queue sizes are now 9 bits, not 8.
50645
50646commit 9bd876768b2165ec3903ad0848ae2ae950330290
50647Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
50648Date:   Wed Jan 19 22:23:20 2005 +0000
50649
50650    Fix debugging ErrorF() so it compiles when DEBUG is true.
50651
50652commit ff433adba3a643512fdd44e41cd08965fab9c9cb
50653Author: Keith Packard <keithp@keithp.com>
50654Date:   Wed Jan 19 06:35:28 2005 +0000
50655
50656    Prefer 32bpp to 24bpp. Fix 16 color planar mode (!)
50657
50658commit cbcdae5a3f7c4009121f86de52bba6c657f20fff
50659Author: Adam Jackson <ajax@nwnk.net>
50660Date:   Mon Jan 17 17:17:45 2005 +0000
50661
50662    more static server build fixes
50663
50664commit 79a7120983eff6fa114d4250fe01b62d4a99a612
50665Author: Adam Jackson <ajax@nwnk.net>
50666Date:   Sun Jan 16 01:59:23 2005 +0000
50667
50668    Bug #1895: Fix fbComposeGetSolid for BGR. (David S. Miller)
50669
50670commit 24cdd188dc3c10b56d6a7b46dafefb16c6d13efc
50671Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
50672Date:   Fri Jan 14 22:07:59 2005 +0000
50673
50674    Fri Jan 14 17:03:40 2005 Søren Sandmann <sandmann@redhat.com>
50675    Fix from Keith Packard for bitgravity bugs in the Composite extension,
50676        reported by Amir Bukhari.
50677
50678commit 7db2e666e2dc9a1dba468e35e9d382e76ed8be54
50679Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
50680Date:   Fri Jan 14 21:56:51 2005 +0000
50681
50682    Fri Jan 14 11:12:46 2005 Søren Sandmann <sandmann@redhat.com>
50683    Use mmx CopyArea in a few more places.
50684
50685commit 761f937fdee9ccd10ad54c1f06e12f2f102547a6
50686Author: Egbert Eich <eich@suse.de>
50687Date:   Fri Jan 14 19:29:18 2005 +0000
50688
50689    - Don't suspend Xserver on APM standby request as this seems to cause
50690        problems on may systems which don't support APM standby and might not
50691        be required as according to the APM specs the chips should receive
50692        enough power to retain its state.
50693    - Print out power state change requests to log file in all verbosity
50694        levels.
50695    - Don't change server state if no driver PM function is registered.
50696        (Bugzilla #2279)
50697
50698commit 16f9d2d72a2378470e9c5b31c59fa6c9a00892d6
50699Author: Egbert Eich <eich@suse.de>
50700Date:   Fri Jan 14 18:42:26 2005 +0000
50701
50702    Let the OS instead of X save/restore text console fonts on Linux. So far we
50703        relied on the generic VGA layer to restore text console fonts for us
50704        when shutting down the server or VT switching back to the text console.
50705        This has worked rather well but it has some downsides on Linux: a. Many
50706        people use fbdev as console text mode. In this case it is not necessary
50707        to save/restore console fonts as the console is running in graphics
50708        mode anyway. b. Some architectures don't have a fbdev console but
50709        require a full POST of even the primary card (ie. IA64). This posting
50710        has to take place before we even have a chance to save anything.
50711        Therefore the fonts we save are the once written to the chip by POST,
50712        not what has been programmed by the user. c. Certain chipsets utilize
50713        the BIOS to perform mode setting. This may interfer with the vga
50714        save/restore font function in a strange way. It would therefore be
50715        preferrable to let the OS - which has been used to set up the font in
50716        the first place - take care of saving/restoring the data. I will attach
50717        a patch which will do so for Linux. To make this fully functional a
50718        small patch needs to be applied to the Linux kernel. To disable this
50719        feature add: #define DoOSFontRestore NO to your host.def. (Bugzilla
50720        #2277)
50721
50722commit 6c0b03a2362f33ae24a2f6845ed1418c9af4b8bc
50723Author: Adam Jackson <ajax@nwnk.net>
50724Date:   Fri Jan 14 17:14:08 2005 +0000
50725
50726    Build fixes for static server.
50727
50728commit df4a1fa9c5cc5d54a9347a2bf4843cae87a942f1
50729Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
50730Date:   Fri Jan 14 12:17:10 2005 +0000
50731
50732    Added copyright notice.
50733
50734commit 2137bc6eb9f36f4ba999023d83c637024f3a6e4c
50735Author: Roland Mainz <roland.mainz@nrubsig.org>
50736Date:   Fri Jan 14 08:37:30 2005 +0000
50737
50738    xc/programs/Xserver/afb/afbbres.c
50739    xc/programs/Xserver/afb/afbbresd.c
50740    xc/programs/Xserver/afb/afbclip.c
50741    xc/programs/Xserver/afb/afbhrzvert.c
50742    xc/programs/Xserver/afb/afbline.c
50743    xc/programs/Xserver/afb/afbmodule.c
50744    xc/programs/Xserver/afb/afbpixmap.c
50745    xc/programs/Xserver/afb/afbpolypnt.c
50746    xc/programs/Xserver/afb/afbpushpxl.c
50747    xc/programs/Xserver/afb/afbtegblt.c
50748    xc/programs/Xserver/cfb/Imakefile.inc
50749    xc/programs/Xserver/cfb/cfballpriv.c
50750    xc/programs/Xserver/cfb/cfbbitblt.c
50751    xc/programs/Xserver/cfb/cfbcppl.c
50752    xc/programs/Xserver/cfb/cfbgc.c
50753    xc/programs/Xserver/cfb/cfbglblt8.c
50754    xc/programs/Xserver/cfb/cfbmap.h
50755    xc/programs/Xserver/cfb/cfbpixmap.c
50756    xc/programs/Xserver/cfb/cfbscrinit.c
50757    xc/programs/Xserver/cfb/cfbtab.h
50758    xc/programs/Xserver/cfb/cfbteblt8.c
50759    xc/programs/Xserver/cfb/cfbunmap.h
50760    xc/programs/Xserver/mfb/maskbits.c
50761    xc/programs/Xserver/mfb/maskbits.h
50762    xc/programs/Xserver/mfb/mergerop.h
50763    xc/programs/Xserver/mfb/mfb.h
50764    xc/programs/Xserver/mfb/mfbclip.c
50765    xc/programs/Xserver/mfb/mfbfont.c
50766    xc/programs/Xserver/mfb/mfbgc.c
50767    xc/programs/Xserver/mfb/mfbmisc.c
50768    xc/programs/Xserver/mfb/mfbpushpxl.c
50769    //bugs.freedesktop.org/show_bug.cgi?id=1114) attachment #667
50770        (https://bugs.freedesktop.org/attachment.cgi?id=667): Convert afb and
50771        cfb{,16,24,32} to be dlloader-friendly. Patch by Adam Jackson
50772        <ajax@freedesktop.org>.
50773
50774commit 61b3c3aef5437f14d413a60da792257b01e9f8fa
50775Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
50776Date:   Thu Jan 13 23:07:41 2005 +0000
50777
50778    Thu Jan 13 17:45:13 2005 Søren Sandmann <sandmann@redhat.com>
50779    Make sure the pixmap is a valid new resource
50780    Make sure the context is a legal new resource.
50781    Handle null attrib_list.
50782    Handle null attrib_list; copy attrib_list to data; actually allocate the
50783        new GLXDrawable.
50784
50785commit 433c38f22fa96486a43dc0c9871cc09875251b34
50786Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
50787Date:   Thu Jan 13 20:49:21 2005 +0000
50788
50789    Thu Jan 13 15:40:29 2005 Søren Sandmann <sandmann@redhat.com>
50790    Add MMX implementation of non-repeating source IN repeating mask, aka
50791        "translucent window".
50792    Add MMX implementation of CopyArea.
50793    Use MMX implementation of CopyArea.
50794    Use the new implementations.
50795
50796commit a303670107f205c6ca76919ca6cd6af6013073f1
50797Author: Adam Jackson <ajax@nwnk.net>
50798Date:   Thu Jan 13 01:22:53 2005 +0000
50799
50800    Bug #2114: PPC64 Linux build fix: use system definition of eieio().
50801        Originally Gentoo bug #66223. (Tim Yamin, Donnie Berkholz)
50802
50803commit 15895b411779aa3c14ffb92fb58cd8ec24845ea7
50804Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
50805Date:   Wed Jan 12 16:10:00 2005 +0000
50806
50807    winmsg.c
50808    Introduce function winTrace which prints log message with verbosity 10
50809    Use winTrace for 3 heavily called functions
50810
50811commit 8aabc94596dae0fd4ce2c975de75946685faf2cd
50812Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
50813Date:   Tue Jan 11 17:33:03 2005 +0000
50814
50815    Document the -silent-dup-error switch
50816
50817commit b6301dc41090899b20003eab1356bc09fc5eed1a
50818Author: Egbert Eich <eich@suse.de>
50819Date:   Tue Jan 11 14:59:02 2005 +0000
50820
50821    Minor format fix.
50822    Added explanatory comment and debug code.
50823    Added comment.
50824
50825commit 27fc6874b34d70a7ddae5ed8f516f6cfaab518b8
50826Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
50827Date:   Tue Jan 11 12:03:34 2005 +0000
50828
50829    Do not grab ALT-TAB when window is in multiwindow mode
50830
50831commit d365664c58919edb5e121a7c884384438df79776
50832Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
50833Date:   Tue Jan 11 11:58:12 2005 +0000
50834
50835    Fix crash with not matching definitions of PATH_MAX
50836
50837commit 65b893a707ad8b3e4d0971825c05a965dca36d10
50838Author: Roland Mainz <roland.mainz@nrubsig.org>
50839Date:   Mon Jan 10 23:38:50 2005 +0000
50840
50841    //bugs.freedesktop.org/show_bug.cgi?id=2167) attachment #1641
50842        (https://bugs.freedesktop.org/attachment.cgi?id=1641): Fix broken
50843        Solaris print queue enumeration.
50844
50845commit c6b5a9431178ac7eb90ec498e6830366865d1268
50846Author: Roland Mainz <roland.mainz@nrubsig.org>
50847Date:   Mon Jan 10 18:47:55 2005 +0000
50848
50849    //bugs.freedesktop.org/show_bug.cgi?id=2254) attachment #1659
50850        (https://bugs.freedesktop.org/attachment.cgi?id=1659): Refix for gcc4.0
50851        build failure. It seems that the |ExecCommand()| function has no
50852        consumer and can safely be removed.
50853
50854commit eb701e9b4481f984fdcfece181126f7424e2bf45
50855Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
50856Date:   Mon Jan 10 17:54:31 2005 +0000
50857
50858    winkeybd.h
50859    Adjust keysyms for Hiragana_Katakana toggle and backslash/underscore on
50860        Japanese and ABNT2 keyboards
50861
50862commit 2ef9d01c4d3b03f0a5d829304f2a7e2cc1327f3b
50863Author: Roland Mainz <roland.mainz@nrubsig.org>
50864Date:   Mon Jan 10 14:16:29 2005 +0000
50865
50866    xc/programs/Xserver/Xprint/Util.c
50867    xc/programs/Xserver/Xprint/attributes.h
50868    //bugs.freedesktop.org/show_bug.cgi?id=2254) attachment #1654
50869        (https://bugs.freedesktop.org/attachment.cgi?id=1654): Fix gcc4.0 build
50870        failure. Patch by Egbert Eich <eich@freedesktop.org> and Roland Mainz
50871        <roland.mainz@nrubsig.org>
50872
50873commit 57387e115caf5a4b9501cc8f6ddeb1946b0e6547
50874Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
50875Date:   Mon Jan 10 13:13:08 2005 +0000
50876
50877    winkeybd.h
50878    winkeyhook.c
50879    Make keyhook feature work in multiwindowmode too Hook windows keys
50880
50881commit f417159e51afe22de7d4e6ba9f154313c6af59bc
50882Author: Egbert Eich <eich@suse.de>
50883Date:   Mon Jan 10 12:20:33 2005 +0000
50884
50885    Make option 'DontVTSwitch' work again with kbd driver under Linux. The kbd
50886        driver now calls the OS layer to handle special keys. Possibly other
50887        special keys and other OSes need to be looked at also. (Helmut
50888        Fahrion).
50889
50890commit fe4e74241f6791cb1cefdddeb492ed0f56ce99b4
50891Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
50892Date:   Sun Jan 9 17:35:47 2005 +0000
50893
50894    xc/programs/Xserver/xkb/ddxList.c
50895    //bugs.freedesktop.org/show_bug.cgi?id=2245) attachment #1647
50896        (https://bugs.freedesktop.org/attachment.cgi?id=1647): export
50897        Win32System and Win32TempDir remove #ifdef WIN32 block for building
50898        xkbcomp commandline create win32 tempfile in system tempdir use
50899        PATH_MAX*4 for commandline buffer unlink tmpfile again
50900
50901commit ba25f7e8dcaa2690ce3eab839904fac034002e0b
50902Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
50903Date:   Sun Jan 9 15:29:45 2005 +0000
50904
50905    //bugs.freedesktop.org/show_bug.cgi?id=2245) attachment #1645
50906        (https://bugs.freedesktop.org/attachment.cgi?id=1645): cleanup some
50907        #ifdef __UNIXOS2__ and WIN32 blocks. make OutputDirectory check the
50908        size of the buffer quote all file and pathnames in the xkbcomp
50909        commandline use PATH_MAX*4 for commandline buffer
50910
50911commit 2410b61f430c3ac4be79043f8b00defe6d53148c
50912Author: Roland Mainz <roland.mainz@nrubsig.org>
50913Date:   Sun Jan 9 00:38:08 2005 +0000
50914
50915    //bugs.freedesktop.org/show_bug.cgi?id=2240) attachment #1642
50916        (https://bugs.freedesktop.org/attachment.cgi?id=1642): Fix incorrect
50917        usage of /usr/bin/tr in startup script (the used "[\n]" is neither
50918        correct or portable, using "\n" seems to be sufficient (this fixes
50919        various "random" issues, including including Debian bug #258419 and
50920        Debian bug #264983). Patch by Drew Parsons <dparsons@debian.org>.
50921
50922commit 709a2343a8c12ea7e158c63a9737b11744b50994
50923Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
50924Date:   Sat Jan 8 13:01:03 2005 +0000
50925
50926    Fix a possible null-pointer dereference (Keishi Suenaga)
50927
50928commit d332a909f8b8741af75047d78a62a3d19e0776e1
50929Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
50930Date:   Thu Jan 6 21:29:09 2005 +0000
50931
50932    Imakefile
50933    InitOutput.c
50934    XWin.rc
50935    winerror.c
50936    wintrayicon.c
50937    winvideo.c
50938    winshaddd.c
50939    Set PROJECT_NAME in Imakefile to create alternative window titles for
50940        Cygwin/X and Xming
50941
50942commit d6a74f2c4aec9c914ec0837bd0bf0d212019093f
50943Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
50944Date:   Thu Jan 6 16:02:47 2005 +0000
50945
50946    Imakefile
50947    InitOutput.c
50948    XWin.rc
50949    winerror.c
50950    wintrayicon.c
50951    winvideo.c
50952    Set PROJECT_NAME in Imakefile to create alternative window titles for
50953        Cygwin/X and Xming
50954
50955commit 3165236483de936b4ca22f8b6d2d2b8b1a1a4909
50956Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
50957Date:   Thu Jan 6 13:24:57 2005 +0000
50958
50959    Fix crash with non-nullterminated strings (reported by �yvind Harboe)
50960
50961commit 591ac9c811de0871d3bdcc19cada0ff6715bf67c
50962Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
50963Date:   Tue Jan 4 00:16:20 2005 +0000
50964
50965    Bugzilla #2211 (https://bugs.freedesktop.org/show_bug.cgi?id=2211)
50966        attachment #1627 (https://bugs.freedesktop.org/attachment.cgi?id=1627):
50967        xorgconfig default keyboard model outdated (should be pc105, not
50968        pc101/pc102)
50969
50970commit af8bd7161724b6709ffe582dfd830c05d9bf4f26
50971Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
50972Date:   Mon Jan 3 21:32:22 2005 +0000
50973
50974    Mon Jan 3 12:45:10 2005 Søren Sandmann <sandmann@redhat.com>
50975    Clean-ups and support for AMD64. Bug 1067. Patch by Nicholas Miell
50976        (nmiell@comcast.net)
50977    Add support for AMD64
50978    Many cleanups using <mmintrin.h> instead of __builin_ia32_*, and intrinsics
50979        instead of inline assembly. Also unconditionally use pshufw on AMD64.
50980    s/USE_GCC34_MMX/USE_MMX/g
50981
50982commit 5f39eff85109a73d006832ad35d9d5b58f93ef0c
50983Author: Egbert Eich <eich@suse.de>
50984Date:   Mon Jan 3 15:43:55 2005 +0000
50985
50986    Added missing return value (Bugzilla #2205) Problem found by Stefan Kulow.
50987
50988commit ae6d52092bca6068a7847b3944148336ab489869
50989Author: Egbert Eich <eich@suse.de>
50990Date:   Mon Jan 3 15:39:35 2005 +0000
50991
50992    Added missing return value (Bugzilla #2206) Problem found by Stefan Kulow.
50993
50994commit 83e13e21c8d9a3b54cae2ecc2943be3316659870
50995Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
50996Date:   Fri Dec 24 14:40:28 2004 +0000
50997
50998    Print error message if CreateProcess fails Simplify popen simulation code
50999        for WIN32 Remove temporary file after executing xkbcomp
51000
51001commit 106703edf67139fa52f6810f9ced0ce5ba86a3cd
51002Author: Eric Anholt <anholt@freebsd.org>
51003Date:   Wed Dec 22 18:39:41 2004 +0000
51004
51005    Back out the previous day's broken R200 "fix" -- the same number of coords
51006        are always emitted. Fix the real problem, which was not enough regs
51007        being initialized in ati_draw.c. Fix a typo that was resulting in alpha
51008        coming out as 0 * src or 0 * broken instead of src * 1 or src * mask.
51009        Assign the blending results to R0, as appears to be necessary. Unbreak
51010        the dst-alpha-blend-with-no-dst-alpha code. Yow. And set the right DMA
51011        count for the r200 traps code.
51012
51013commit 3035739e5b7d5a9042292d64455feb4b38788fe4
51014Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
51015Date:   Wed Dec 22 08:28:16 2004 +0000
51016
51017    Bug #2123 <https://bugs.freedesktop.org/show_bug.cgi?id=2123> Attachment
51018        #1587 <https://bugs.freedesktop.org/attachment.cgi?id=1587> Call to
51019        uname should not check for return == 0, but for >= 0 instead
51020
51021commit fa0677ab43722462042f87c4636a7d59d1cb873f
51022Author: Eric Anholt <anholt@freebsd.org>
51023Date:   Tue Dec 21 09:51:47 2004 +0000
51024
51025    Fix r200 render (for real this time?) by setting tex1_comp_cnt right for
51026        non-mask rendering. Reenable it. Also, R200TexFormats was used instead
51027        of R100 in one place. Harmless so far, because the formats were in the
51028        same order.
51029
51030commit 4b0247b9e0a6b7f40cd2738fb29d2ed1acba99e7
51031Author: Eric Anholt <anholt@freebsd.org>
51032Date:   Tue Dec 21 09:49:30 2004 +0000
51033
51034    Whitespace nit.
51035
51036commit 894431412613265fd315cf7a707ffa741f93cf47
51037Author: Matthieu Herrb <matthieu.herrb@laas.fr>
51038Date:   Wed Dec 15 20:51:25 2004 +0000
51039
51040    Use snprintf.
51041
51042commit eea11301fd9247a28b1daeb340a018c7ea309c41
51043Author: Thomas Winischhofer <thomas@winischhofer.net>
51044Date:   Wed Dec 15 15:05:35 2004 +0000
51045
51046    Another fix for MiscPassMessage(): Initialize returned "status".
51047
51048commit 264c3eefe6c0cdee1ff0a5de914f051ab23026b7
51049Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
51050Date:   Wed Dec 15 12:22:39 2004 +0000
51051
51052    latest changes from CYGWIN
51053
51054commit c7fec26b50f8a64360d1252cdf48370935fb2f76
51055Author: Thomas Winischhofer <thomas@winischhofer.net>
51056Date:   Wed Dec 15 00:32:56 2004 +0000
51057
51058    Make MISC extention's PassMessage() actually work and fix memory leaks
51059
51060commit d0b17bda4dc469e2ce72f4f8965916b316e1deb7
51061Author: Egbert Eich <eich@suse.de>
51062Date:   Tue Dec 14 08:59:20 2004 +0000
51063
51064    Removed #ifdef'ed out code together with the comment explaining why it was
51065        #ifdef'ed out.
51066    Fixed typo.
51067    Added comment to a changed that's been committed with one of the previous
51068        commits.
51069
51070commit 0e6a122316a94c96051f1d832990032a386097bc
51071Author: Roland Mainz <roland.mainz@nrubsig.org>
51072Date:   Mon Dec 13 03:42:32 2004 +0000
51073
51074    //bugs.freedesktop.org/show_bug.cgi?id=1695) attachment #1230
51075        (https://bugs.freedesktop.org/attachment.cgi?id=1230): Fix crash in
51076        Xscreensaver code which allowed any authentificated X client to crash
51077        the Xserver using |XScreenSaverUnsetAttributes()|. Patch by
51078        ajax@nwnk.net
51079
51080commit 159e443a2209eb3ea305e84b847b76ef1637d005
51081Author: Roland Mainz <roland.mainz@nrubsig.org>
51082Date:   Mon Dec 13 02:13:32 2004 +0000
51083
51084    //bugs.freedesktop.org/show_bug.cgi?id=1688) attachment #1530
51085        (https://bugs.freedesktop.org/attachment.cgi?id=1530): Fix the current
51086        implementation to make it possible to slow down the mouse pointer or
51087        use arbitrary fractions (without running into rounding error issues).
51088        The change is using the same method of preserving rounding errors that
51089        the exponential method is already using. Patch by Jan Brunner
51090        <Jan_B@gmx.ch>.
51091
51092commit f1768677f73150c686cf5678f5f5d63c0cfa8e56
51093Author: Kristian Høgsberg <krh@redhat.com>
51094Date:   Sun Dec 12 23:29:20 2004 +0000
51095
51096    Reduce vidmode logging.
51097
51098commit 9286a5d032ea6bed102db39281c3d2537da4dccc
51099Author: Kristian Høgsberg <krh@redhat.com>
51100Date:   Sun Dec 12 22:58:37 2004 +0000
51101
51102    Add fix for 460gx pci scan code.
51103
51104commit 8266a2581d21a1a2880a0e8babb8b0305c435ec0
51105Author: Torrey Lyons <torrey@mrcla.com>
51106Date:   Thu Dec 9 22:40:35 2004 +0000
51107
51108    Fix crash with more than one screen reported by John Davidorff Pell.
51109
51110commit 081b33d73f73572cfefba7e5489408a7117b6e9f
51111Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
51112Date:   Wed Dec 8 15:48:15 2004 +0000
51113
51114    import changes from CYGWIN branch
51115
51116commit 6c317c1c1323bd11292f8f9f179d75c96a18e616
51117Author: Roland Mainz <roland.mainz@nrubsig.org>
51118Date:   Wed Dec 8 05:52:20 2004 +0000
51119
51120    //bugs.freedesktop.org/show_bug.cgi?id=1361) attachment #1287
51121        (https://bugs.freedesktop.org/attachment.cgi?id=1287): Avoid DRI
51122        initalisation when the Xfree86-DRI extension was turned off. Patch by
51123        Kristian H�gsberg <krh@bitplanet.net>.
51124
51125commit b9476cd96faf19153c11e3370e9fced8045600f4
51126Author: Roland Mainz <roland.mainz@nrubsig.org>
51127Date:   Wed Dec 8 05:48:16 2004 +0000
51128
51129    //bugs.freedesktop.org/show_bug.cgi?id=1361) attachment #938
51130        (https://bugs.freedesktop.org/attachment.cgi?id=938): Allow more
51131        extensions to be enabled/disabled.
51132
51133commit 47935dd7f010f2f77768774ceb6f85667efe4264
51134Author: Matthew Allum <breakfast@10.am>
51135Date:   Mon Dec 6 22:29:31 2004 +0000
51136
51137    Xephyr on Xorg fix
51138
51139commit 8091b301c941473ab99626a6e66f72acdb6750f7
51140Author: Matthieu Herrb <matthieu.herrb@laas.fr>
51141Date:   Mon Dec 6 21:54:19 2004 +0000
51142
51143    xf86Config.c references USE_DEPRECATED_KEYBOARD_DRIVER so define it if
51144        needed when building this file
51145    - bug fix: pointerMsg -> keyboardMsg in auto-configuration code.
51146    - make the 'kbd' driver the default for autoconfiguration everywhere.
51147
51148commit cde3a175005104e061c1ff133f07c598868bdc4e
51149Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
51150Date:   Mon Dec 6 18:28:12 2004 +0000
51151
51152    include windows.h
51153
51154commit 9c94971617db11861aed82e16804fc14a9ca1260
51155Author: Egbert Eich <eich@suse.de>
51156Date:   Mon Dec 6 15:53:00 2004 +0000
51157
51158    Use the same method of finding the screen pixmap of COMPOSITE extension is
51159        compiled in or not.
51160    Removed stale make variable.
51161    Updated xaaWrapper.c: Under certain circumstances the accel path was not
51162        used when possible. Removed some debugging stuff and stale code that
51163        had been commented out.
51164    Check if maps are really installed before attempting to list them.
51165
51166commit 4945034792b28d1a222a615404bfceaf48a130c5
51167Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
51168Date:   Mon Dec 6 12:26:50 2004 +0000
51169
51170    problem with max() macro. this one slipped though again
51171
51172commit 531776becf95f66e6e435aad0dc21ead436ff5aa
51173Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
51174Date:   Sun Dec 5 21:33:23 2004 +0000
51175
51176    missed another wBOOL issue
51177
51178commit 9bd1328c49aafae67a6a6d9fd17063c75d8547a2
51179Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
51180Date:   Sun Dec 5 21:24:48 2004 +0000
51181
51182    redone ddraw.h to be able to mix it with w32api style COM header files.
51183    obj_base.h is not needed anymore. Using <objbase.h> instead.
51184    Use Xwindows.h instead of windows.h
51185    do not include win_ms.h
51186    remove extra definition of sleep()
51187    Set HOME to Documents and Settings/username if not set
51188    Use Xming basedir instead of ProjectRoot for system.XWinrc
51189    Fix callback functions to use wBOOL instead of BOOL
51190    Fix compiler warnings. Added debug output.
51191    Fix warning about undefined macro max
51192
51193commit bf0a760331e2fe4dbc00e78f87022c7464d9ca4f
51194Author: Roland Mainz <roland.mainz@nrubsig.org>
51195Date:   Sun Dec 5 04:39:34 2004 +0000
51196
51197    //freedesktop.org/bugzilla/show_bug.cgi?id=1800): Fix Postscript DDX's 1bit
51198        StaticGray visual to report only 1bit of significant bits in color
51199        specification (instead of 8bits). Patch by Julien Lafon
51200        <julien.lafon@gmail.com>
51201
51202commit 44f4713a056b7a6a076b2f65fbed43e0cfe9ff06
51203Author: Markus Kuhn <Markus.Kuhn@cl.cam.ac.uk>
51204Date:   Sat Dec 4 00:43:13 2004 +0000
51205
51206    Encoding of numerous files changed to UTF-8
51207
51208commit f264a7ea741f57fbc3bb900cfbb9e0cc23f46e90
51209Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
51210Date:   Fri Dec 3 12:04:15 2004 +0000
51211
51212    Removed scprintf, aprintf and snprintf stuff and use newXprintf
51213
51214commit 16a683f4d164899ecfdafb853f48cff10fd13fd4
51215Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
51216Date:   Fri Dec 3 11:57:42 2004 +0000
51217
51218    Bugzilla #1865, https://bugs.freedesktop.org/show_bug.cgi?id=1865 Added
51219        X(NF)printf and X(NF)vprintf functions which allocate the buffer with
51220        X(NF)alloc
51221    Bugzilla #1865, https://bugs.freedesktop.org/show_bug.cgi?id=1865 extend
51222        snprintf to work on NULL.
51223
51224commit fe2a2213d1db8700f6078379f86ebe8827793c20
51225Author: Roland Mainz <roland.mainz@nrubsig.org>
51226Date:   Thu Dec 2 23:47:39 2004 +0000
51227
51228    //freedesktop.org/bugzilla/show_bug.cgi?id=1998): Fix Xserver standalone
51229        build when RENDER extension includes are not availabe.
51230
51231commit 30a4202f3d59a32fd6f93dfd257d93ee21b68ed9
51232Author: Kristian Høgsberg <krh@redhat.com>
51233Date:   Thu Dec 2 21:58:58 2004 +0000
51234
51235    Use __printf__ in gcc function attributes to avoid clash with libc wrapper
51236        define, and remove the last bits of the old workaround.
51237
51238commit e62d85baa31fc853aefdef49962ad4cb86ae8245
51239Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
51240Date:   Thu Dec 2 21:49:54 2004 +0000
51241
51242    Remove some of the ifdef WIN32 checks from WaitForSomething
51243
51244commit 2782b8871196ef28f9a6c84bf6c8b5086d00d5d4
51245Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
51246Date:   Thu Dec 2 14:19:01 2004 +0000
51247
51248    Adjust the width of the rootless backbuffer to match 32 bit alignment
51249    Make multiplemonitors default for -internalwm
51250
51251commit 3b3e24dc4d89b471d80428dd9ad122f259b1fc81
51252Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
51253Date:   Thu Dec 2 13:38:30 2004 +0000
51254
51255    Set HasFfs to NO
51256    Fix link order problems with mingw. Add libdix.a after libmi.a.
51257    Pass -DHAS_FFS to compiler
51258    remove inline code for ffs(). It will link to dix/ffs.c instead added
51259        declaration for ffs()
51260
51261commit 2620676306d1eccd24a6bf0637a60842656e6f7c
51262Author: Phil Blundell <pb@reciva.com>
51263Date:   Wed Dec 1 19:43:29 2004 +0000
51264
51265    Patch from Florian Boor <florian.boor@kernelconcepts.de>:
51266    Check return value from ts_config. (TslibInit): Likewise.
51267
51268commit 96545d038837bbc7dc435ed7c1f631454e86cecb
51269Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
51270Date:   Wed Dec 1 14:57:45 2004 +0000
51271
51272    Remove code which sneaked in recently. It is not proven to be correct, just
51273        a workaround and disabled by default
51274
51275commit 3f063fc49cc2d456359a1b0b9f36f27befdb09b0
51276Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
51277Date:   Wed Dec 1 14:16:07 2004 +0000
51278
51279    Set XERRORDB environment variable to relocate the XErrorDB file
51280
51281commit 908442301478b21febab17e31aa55918eaaa5101
51282Author: Roland Mainz <roland.mainz@nrubsig.org>
51283Date:   Tue Nov 30 23:43:33 2004 +0000
51284
51285    //freedesktop.org/bugzilla/show_bug.cgi?id=811): Updating generated
51286        Xprt.html which was forgotten during the previous work.
51287
51288commit af717ae57dd6c5e6ad41b4142d62cdbb55f13777
51289Author: Egbert Eich <eich@suse.de>
51290Date:   Tue Nov 30 08:38:44 2004 +0000
51291
51292    Make Xorg the default server to install.
51293    Avoid PIO access on IA64. Some IA64 machine check if legacy ports outside
51294        the VGA range are accessed. The ATi driver however does this to probe
51295        for ISA Mach8/32/64. Since no IA64 has ISA slots this restriction
51296        should not be relevant to the user.
51297    Avoid recursive calls of xf86scanpci(). This function normally detects that
51298        it has been called before by checking if the PCI structure is filled
51299        out. So far if this was not the case (because PCI probing has failed
51300        for some reason) the function is traversed again. With the chipset
51301        specific PCI bus probing this can lead to an endless recursive loop as
51302        the post-probing code calls xf86scanpci() from within this function.
51303    The OS specific PCI code for Linux worked only if bus 0 was populated as it
51304        checked for the presence of /proc/bus/pci/00. Fixed to check for
51305        /proc/bus/pci/<bus_to_look_for> instead.
51306
51307commit 59ccc6465ca15e046ad11362ae5fbb3c71d2c148
51308Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
51309Date:   Mon Nov 29 12:34:55 2004 +0000
51310
51311    Fixed windows.h include for cygwin.
51312    Bugzilla #1945: Stop unnecessary reordering.
51313
51314commit df2f2ff5a4ebf6c5289da64bf3f572341a0f7656
51315Author: Phil Blundell <pb@reciva.com>
51316Date:   Sun Nov 28 23:20:17 2004 +0000
51317
51318    Re-read "fix" structure from kernel after mode selection, in case line
51319        pitch has changed.
51320
51321commit 6062f6a6e7b3c444a35e3f11b2541df2aa0066a2
51322Author: Roland Mainz <roland.mainz@nrubsig.org>
51323Date:   Thu Nov 25 22:42:51 2004 +0000
51324
51325    xc/programs/Xserver/Xprint/Imakefile
51326    xc/programs/Xserver/Xprint/Xprt.html
51327    xc/programs/Xserver/Xprint/Xprt.man
51328    //freedesktop.org/bugzilla/show_bug.cgi?id=811): Add missing manual page
51329        for "Xprt" (DocBook master file (Xprt.sgml) and the generated files
51330        (Xprt.html, Xprt.man).
51331
51332commit cbce4cf96dfa2eeecb253d73d7d9acecbc52ad67
51333Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
51334Date:   Thu Nov 25 12:48:21 2004 +0000
51335
51336    Bugzilla #1914: fix size limit for -fp argument
51337
51338commit 2b75c19ea2bb76512d51e99c5c9ecb073fdb9163
51339Author: Matthew Allum <breakfast@10.am>
51340Date:   Wed Nov 24 17:50:50 2004 +0000
51341
51342    minor Xephyr fix
51343
51344commit a96254234fc9410944406f6ae878815cd3cfcee3
51345Author: Matthew Allum <breakfast@10.am>
51346Date:   Wed Nov 24 17:08:06 2004 +0000
51347
51348    XEphyr -parent switch fixes
51349
51350commit a7a07d0c71aa3f2e224cceea7e8d8348523136ee
51351Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
51352Date:   Wed Nov 24 16:56:03 2004 +0000
51353
51354    Finally the multiwindow mode defines a default cursor
51355
51356commit ca4da62478a3ad86ab087245bf8eb7d7fadf31de
51357Author: Eric Anholt <anholt@freebsd.org>
51358Date:   Wed Nov 24 09:07:58 2004 +0000
51359
51360    Add <sys/types.h> include to unbreak build on FreeBSD.
51361
51362commit da3df7522d15855fa871c45f3b8db23e7c639a44
51363Author: Kristian Høgsberg <krh@redhat.com>
51364Date:   Wed Nov 24 02:45:33 2004 +0000
51365
51366    Remove this file and all references to the binary expiry code.
51367    Remove old obsolete include/extensions/damage.h.
51368    Include srvrv_ctrl(xfree86) in macintosh US XKB symbol file so VT switching
51369        works again on mac (#1872).
51370    Remove out of place #define's of printf to xf86printf. This definition
51371        should only be in xfree86/os-support/xf86_libc.h
51372
51373commit 9a26d6f39e199bad287d4e538ef75700a0102788
51374Author: Thomas Hellstrom <unichrome@shipmail.org>
51375Date:   Tue Nov 23 17:29:47 2004 +0000
51376
51377    Bugzilla #1883 (https://freedesktop.org/bugzilla/show_bug.cgi?id=1883): Fix
51378        insufficient SHM detection in XvMC local test. Removed reference to
51379        getpagesize() which caused linking problems on s390. Reported by Stefan
51380        Dirsch <sndirsh@suse.de>
51381
51382commit fec868bf0f67a8f62fc69d55e2ff72b6cacea6f8
51383Author: Roland Mainz <roland.mainz@nrubsig.org>
51384Date:   Tue Nov 23 17:10:55 2004 +0000
51385
51386    //freedesktop.org/bugzilla/show_bug.cgi?id=1204): Fix X11 test suite
51387        (caused by DAMAGE layer) failure with Xvfb when rendering text using
51388        |XDrawText*()| (XDrawText() tests 1, 3, 4, 27, 28,
51389    29, 30, 34, 37, 39, 41, 43 and XDrawText16() tests 1, 3, 9, 10, 11, 12,
51390    13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 34,
51391    37, 39, 41, 43). Patch by Hong Bo Peng <penghb@cn.ibm.com> and Stefan
51392        Dirsch <sndirsch@suse.de>.
51393
51394commit b09f2a0495071a068c2b6b36084c974acf7aab9b
51395Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
51396Date:   Mon Nov 22 16:04:04 2004 +0000
51397
51398    Windows does not have ffs() implementation. added one
51399    Enable RootlessSafeAlpha and RootlessAcceleration for the Windows port too
51400
51401commit bb43f234c5d418e064c89b928b81b53987f14e92
51402Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
51403Date:   Mon Nov 22 15:00:04 2004 +0000
51404
51405    Use GetTempPath for finding a place where to store temporary files on
51406        Windows
51407
51408commit bc7493801d1f5177d9ba3fe09accc2a2d72cfe3d
51409Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
51410Date:   Mon Nov 22 14:28:25 2004 +0000
51411
51412    Fixes for building multiwindow and internalwm on mingw
51413    Changed some debugging output
51414
51415commit 255c3c0e8ca0f402b2c327d70c8a254ba65eda03
51416Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
51417Date:   Mon Nov 22 14:12:33 2004 +0000
51418
51419    Xming: Place logfile in users tempdir
51420
51421commit 0f7874cbfc01da339cc6be221351ddffdb37805d
51422Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
51423Date:   Mon Nov 22 13:23:25 2004 +0000
51424
51425    Use a simple hashtable as ConnectionTranslation instead of a plain array on
51426        Windows because socket fds are not sequential and do not start at 0
51427
51428commit e6bc551e3451efe4fcbb55475d6d0ff53fcc9807
51429Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
51430Date:   Mon Nov 15 18:13:41 2004 +0000
51431
51432    Use CreateProcess instead of system() to spawn xkbcomp on windows. system()
51433        can not handle spaces in the path component. Quoted all filenames on
51434        the commandline.
51435
51436commit 6618567311f41f5e237f12b4204aa32ce174a514
51437Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
51438Date:   Mon Nov 15 15:58:51 2004 +0000
51439
51440    Remove override of HasSnprintf
51441
51442commit 9826b83826190e514ed115e15691ca015780f9bc
51443Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
51444Date:   Mon Nov 15 15:06:51 2004 +0000
51445
51446    Bufzilla #1802, http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 Added
51447        mingw (Win32) port
51448
51449commit cecb668149e1956fb29bc89855182349122e2f4e
51450Author: David Reveman <c99drn@cs.umu.se>
51451Date:   Sun Nov 14 23:21:29 2004 +0000
51452
51453    Add xglPixmapToRegion
51454
51455commit 343f965749af0a985573c525dc6084c2519b6ffe
51456Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
51457Date:   Sun Nov 14 17:29:56 2004 +0000
51458
51459    Fix typos in output file. (Bugzilla #1849, reported by Yi Ren-Chen)
51460
51461commit 636a9e786881dd42cd6fd579e13b7895cf9f10eb
51462Author: Phil Blundell <pb@reciva.com>
51463Date:   Sat Nov 13 18:03:16 2004 +0000
51464
51465    Don't leave stale pointers hanging around after ts_close(). (TslibFini):
51466        Likewise.
51467
51468commit 36d9e01c0d36eaf0d9cb1e77dd2908b09d55a35d
51469Author: Phil Blundell <pb@reciva.com>
51470Date:   Sat Nov 13 16:41:00 2004 +0000
51471
51472    New global variable. (KdProcessArgument): Set it to TRUE on -nozap switch.
51473        (KdUseMsg): Add help for -nozap and -rgba switches.
51474    Declare.
51475    Honour dontZap flag.
51476
51477commit 3b0dce3620e4cce74c3a2c7f9077cc28be11740d
51478Author: Thomas Hellstrom <unichrome@shipmail.org>
51479Date:   Sat Nov 13 11:09:23 2004 +0000
51480
51481    lib/XvMC/Imake
51482    Added support for automatic loading of the correct hardware XvMC driver.
51483        This involves a protocol extension of the XvMC protocol. The XvMC
51484        revision number was bumped.
51485
51486commit a97548b1c9bb69b5824609c1da1ad66c3a9c5065
51487Author: Kristian Høgsberg <krh@redhat.com>
51488Date:   Thu Nov 11 20:10:28 2004 +0000
51489
51490    Cosmetic fix to make xf86pciBus.c use standard min() macro.
51491
51492commit e5040e24f03a2fe770139e6f37acef3da48aa0f9
51493Author: Matthieu Herrb <matthieu.herrb@laas.fr>
51494Date:   Thu Nov 11 16:09:58 2004 +0000
51495
51496    oops commited wrong version previously
51497
51498commit e380fd548ed5452d08184723145dd992ad72288c
51499Author: Matthieu Herrb <matthieu.herrb@laas.fr>
51500Date:   Thu Nov 11 15:44:31 2004 +0000
51501
51502    update shared lib revisions on OpenBSD (Bug #1828).
51503    update references to xf86site.def in comments (Bug #1827).
51504    fix kbd driver for wskbd protocol and pure wscons console driver (Bug
51505        #1825).
51506    don't add '-4' to generated default file name (bug #1826).
51507    typo in resource name (XFree86 bug #1300, X.org bug #1825)
51508
51509commit d7f46f71d892768ea85552a0d5458b69b561fe21
51510Author: Matthew Allum <breakfast@10.am>
51511Date:   Thu Nov 11 14:55:30 2004 +0000
51512
51513    Xephyr grab fix
51514
51515commit 2854fa438ff721637f2e53fbafa141b3db8a9082
51516Author: Adam Jackson <ajax@nwnk.net>
51517Date:   Tue Nov 9 17:06:15 2004 +0000
51518
51519    Bug #557: Don't use "bool" as a variable name in xf86cfg, to avoid compiler
51520        bugs. (Donnie Berkholz)
51521
51522commit 367b963b6333ee58e197845f1389a95ff26f108e
51523Author: Adam Jackson <ajax@nwnk.net>
51524Date:   Tue Nov 9 15:58:41 2004 +0000
51525
51526    Bug #1765: Add support for R_ALPHA_SREL32 relocations in elfloader.
51527        Originally Debian patch
51528        202_alpha_elfloader_support_R_ALPHA_SREL32.diff. (Falk Hueffner)
51529
51530commit 50cdff7ee2a1b448da24e85efae02237cff9b6b7
51531Author: Matthew Allum <breakfast@10.am>
51532Date:   Tue Nov 9 11:36:49 2004 +0000
51533
51534    Xephyr improvements
51535
51536commit 81a3b6fe27567b4f91033ece69996aa6bf8d01a3
51537Author: Matthew Allum <breakfast@10.am>
51538Date:   Mon Nov 8 22:39:47 2004 +0000
51539
51540    Add support to Xephyr for lower depths than hosts
51541
51542commit e494e24c508b34b144355cb380aac16abf2fb891
51543Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
51544Date:   Sat Nov 6 11:56:57 2004 +0000
51545
51546    Wrap all mwextwm and internalwm code with XWIN_MULTIWINDOWEXTWM
51547
51548commit 16ee24cd994fa3f8d479c972f18c8207a5116cb7
51549Author: Torrey Lyons <torrey@mrcla.com>
51550Date:   Fri Nov 5 19:51:38 2004 +0000
51551
51552    Use ROOTLESS instead of platform specific defines.
51553
51554commit 64c7f8e667eef955b266c359291206c7188ce20c
51555Author: David Reveman <c99drn@cs.umu.se>
51556Date:   Fri Nov 5 13:26:07 2004 +0000
51557
51558    Use UTF-8 encoding in Xgl sources
51559
51560commit 1d994e1d14225c1dec5251edeae40e24923a31c6
51561Author: David Reveman <c99drn@cs.umu.se>
51562Date:   Fri Nov 5 12:46:29 2004 +0000
51563
51564    Use negative strides in Xgl if pixel data have bottom-top scanline order
51565
51566commit 2dd76d646c517e1988897692e9ff8b6194d25c87
51567Author: David Reveman <c99drn@cs.umu.se>
51568Date:   Thu Nov 4 23:19:13 2004 +0000
51569
51570    Add working Xgl server code
51571
51572commit 1aef1060647d22b676a29f6dcf1ac54f9fe7ff5d
51573Author: Kensuke Matsuzaki <zakki@peppermint.jp>
51574Date:   Thu Nov 4 11:52:22 2004 +0000
51575
51576    Add InternalWM mode.
51577
51578commit 522c878fca3bfe97cd408e37065f827c004faa04
51579Author: Egbert Eich <eich@suse.de>
51580Date:   Tue Nov 2 08:54:53 2004 +0000
51581
51582    Removing unneeded private FreeType2 symbol.
51583    Updating to EDID 1.3. (Bugzilla# 1490, Jay Cotton, Egbert Eich).
51584    Removing unneeded code.
51585    Fixed KGA handling for i810. KGA handling for chips derived from C&T chips
51586        is slightly different. The changes make the code consistent with the
51587        C&T (chips) and i740 drivers.
51588
51589commit 1074992c285835ca9d96d11e8352bbe2cdbc2a28
51590Author: Egbert Eich <eich@suse.de>
51591Date:   Mon Nov 1 16:05:27 2004 +0000
51592
51593    Fixed sig11 which occured when calling a CloseDisplay() after
51594        XScreenSaverSetAttributes() followed by XScreenSaverUnsetAttributes().
51595        Caused by missing FreeResource() in XScreenSaverUnsetAttributes().
51596    Removing unused DDC sections that caused misinterpretation of DDC data due
51597        to a missing break statement in a switch.
51598    Fixed typo: #if <-> #ifdef.
51599
51600commit 7e588ba9abdcc2078b6c361c81806337b8ff0827
51601Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
51602Date:   Sat Oct 30 20:33:43 2004 +0000
51603
51604    Add -d flag for compilers like the Sun C compilers that produce dependency
51605        lists themselves. To use with the Sun compilers, add to host.def: #
51606        define UseCCMakeDepend YES # define DependFlags -cc $(CC) -d -xM (Sun
51607        bug id #4245688 - fix by Alan Coopersmith)
51608    Add Solaris to the platforms on which mprotect is run to set execute
51609        permissions when necessary. (Sun bug id #6175128 - fix by Alan
51610        Coopersmith)
51611    Internationalize digital output (Sun bug id #4119396 - fix by Steve
51612        Swales), add -bgpixmap option to set XPM file as background (originally
51613        from STSF project version of xclock by Alan Coopersmith)
51614    xc/programs/xmodmap/handle.c,pf.c xmodmap was printing line numbers which
51615        are one too low in error messages (Xorg bugzilla #1739, Sun bug id
51616        4637857 - fix by Sam Lau)
51617
51618commit 612bd1c27322a69a98b59193e7d31501688359bd
51619Author: Thomas Winischhofer <thomas@winischhofer.net>
51620Date:   Fri Oct 29 02:07:15 2004 +0000
51621
51622    Add facility for catching signal 4 from driver. This can be used to check
51623        for OS SSE support. (Part 2)
51624
51625commit 09fdfaa28d2afe33dfadd4293b39a34da268fbdb
51626Author: Thomas Winischhofer <thomas@winischhofer.net>
51627Date:   Fri Oct 29 02:06:17 2004 +0000
51628
51629    Add facility to catch sig 4 from driver. This can be used to check for OS
51630        SSE support. (Part 1)
51631
51632commit b0185a4bf77a668e65e94197bdb13331680521c7
51633Author: Thomas Winischhofer <thomas@winischhofer.net>
51634Date:   Thu Oct 28 22:12:23 2004 +0000
51635
51636    Add xf86[GetGammaRamp|ChangeGammaRamp|GetGammaRampSize] to symlist in order
51637        to allow drivers to use them
51638
51639commit 9d4823adc8319a20d2ace3d0944ca32e300f6eeb
51640Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
51641Date:   Thu Oct 28 14:23:08 2004 +0000
51642
51643    Import recent changes from CYGWIN branch
51644
51645commit db65fce04ddec1dac0d92ad3abc95ab4996bd206
51646Author: Torrey Lyons <torrey@mrcla.com>
51647Date:   Mon Oct 25 19:09:11 2004 +0000
51648
51649    Fix rootless Cygwin crash due to acceleration code illegally modifying a
51650        const structure (Reported by Kensuke Matsuzaki).
51651
51652commit a57e85b52357f15f52e81c8d9b310a76e0c62b3f
51653Author: Roland Mainz <roland.mainz@nrubsig.org>
51654Date:   Mon Oct 25 07:12:21 2004 +0000
51655
51656    Fix for https://freedesktop.org/bugzilla/show_bug.cgi?id=1664 - RFE: Add
51657        support for the DOUBLE-BUFFER extension to the Xprint server and DDX.
51658        Additionally a "pixmap-scrubber" optimisation is added to the
51659        PostScript DDX to remove all content from a vector pixmap when a
51660        |PolyFillRect()| call covers the whole pixmap surface with a solid fill
51661        (this avoids that a backbuffer vector pixmap gets constantly filled
51662        even when the content is not visible anymore after |XdbeSwapBuffers()|
51663        has cleared the hidden buffer with the background color).
51664
51665commit e0cc4871491ab7a8c52749ff2c077d8f11516b15
51666Author: Phil Blundell <pb@reciva.com>
51667Date:   Wed Oct 20 18:06:58 2004 +0000
51668
51669    Add epson.
51670    Build Makefile in hw/kdrive/epson.
51671
51672commit 258c9016a0c966187a81f9d956766791d6e8c505
51673Author: Phil Blundell <pb@reciva.com>
51674Date:   Wed Oct 20 18:02:32 2004 +0000
51675
51676    Block SIGIO before disabling input fds. (KdEnableInput): Unblock it after
51677        enabling them again.
51678
51679commit cbd5fbcb7e5b802cbcff317fdc2f848043207690
51680Author: Phil Blundell <pb@reciva.com>
51681Date:   Wed Oct 20 08:20:51 2004 +0000
51682
51683    Import Epson 13806 driver from Costas Stylianou:
51684    New files.
51685
51686commit 0584d92b36910d42e4fba96cee5f3380eeb3b493
51687Author: Egbert Eich <eich@suse.de>
51688Date:   Mon Oct 18 14:21:46 2004 +0000
51689
51690    Made handling of DevelDrivers for x86-64 more conformant to other
51691        platforms.
51692    Compress all font encodings (Stefan Dirsch).
51693    Fixed warnings.
51694    Turn on forwarding XNSpotLocation event to XIM server in OffTheSpot and
51695        Root mode (bugzilla #1580, James Su).
51696    Added another compose key combination for the Euro symbol (Stefan Dirsch).
51697    Added support for UTF-8 in ja_JP, ko_KR and zh_TW locales (Mike Fabian).
51698    Changed default encoding for ru from KOI8-R to ISO8859-5 (Mike Fabian).
51699        This is the encoding that is also used by glibc. We may break other
51700        libcs - lets see who complains.
51701    Added explanation for DESTDIR to install to a different directory than /.
51702    Added some early bailouts to atiprobe if PCI structure pointer is NULL to
51703        prevent sig11.
51704    XV support doesn't depend on 2D acceleration any more. This patch removes
51705        this limitation from the NSC driver. This is a patch that I have
51706        committed to XFree86 a while ago but never ported over to X.Org.
51707        Matthieu Herrb contributed some build fixes.
51708    Fixing SetDPMSTimers() so that DPMS*Time == 0 disables the appropriate
51709        timer. This takes advantage of the fact that TimerSet() with a timeout
51710        argument 0 behaves like TimerCanel().
51711    Use /dev/xconsole (named pipe) or devpts for system logger (Werner Fink).
51712    Create missing links for backward compatibility to XFree86 (Stefan Dirsch).
51713    Changed comment to mention xorg.
51714    Changed cursor for the 'kill' action from XC_draped_box to XC_Pirate. If
51715        you don't like it we can change it back (original author unkown).
51716    Added 'pic' to the man page rendering command pipeline (Werner Fink).
51717    Added missing return value (Stefan Dirsch, Roland Mainz)
51718
51719commit 77dab254402073bf96234a6b1056b2277578a976
51720Author: Alex Deucher <agd5f@yahoo.com>
51721Date:   Sun Oct 17 20:29:35 2004 +0000
51722
51723    - Add interlaced support to S3 driver (bug 332, Leo Savernik)
51724    - EmulateWheelTimeout (bug 323, Mathias Fröhlich)
51725    - single button double-click (bug 322, Rob Brown)
51726
51727commit 9a0cf1eb43878308c0a83e4f935933b647edc6d5
51728Author: Matthieu Herrb <matthieu.herrb@laas.fr>
51729Date:   Sun Oct 17 10:46:14 2004 +0000
51730
51731    Remove some remaining AMOEBA specific code.
51732
51733commit 5505555c15bfa2de1f596ae0997335fdbf07eb5a
51734Author: Roland Mainz <roland.mainz@nrubsig.org>
51735Date:   Fri Oct 15 22:29:40 2004 +0000
51736
51737    Fix for https://freedesktop.org/bugzilla/show_bug.cgi?id=1647 - Fix the
51738        problem that |XpSubmitJob()| returns a random value (patch by Stefan
51739        Dirsch/SuSE).
51740
51741commit 60caca718d23012c4c85ce70547610fe05168342
51742Author: Roland Mainz <roland.mainz@nrubsig.org>
51743Date:   Fri Oct 15 22:08:38 2004 +0000
51744
51745    Fix for https://freedesktop.org/bugzilla/show_bug.cgi?id=1646 - Fix the
51746        problem that |PsCreateColormap()| returns a random value (patch by
51747        Stefan Dirsch/SuSE).
51748
51749commit 4782b2f7c10708f9662d9fc743c692d0bec85743
51750Author: Roland Mainz <roland.mainz@nrubsig.org>
51751Date:   Fri Oct 15 21:43:31 2004 +0000
51752
51753    Fix for https://freedesktop.org/bugzilla/show_bug.cgi?id=1637 - Fix
51754        problems in oid code which may cause the usage of an invalid string
51755        pointer (original patch by Egbert Eich).
51756
51757commit 881b5756dc96dc33f6966ec6fccd324f63559dc2
51758Author: Adam Jackson <ajax@nwnk.net>
51759Date:   Thu Oct 14 23:10:30 2004 +0000
51760
51761    Bug #1628: Convert xf86{BusToMem,MemToBus} to PIC code, eliminating a text
51762        relocation and enabling the server to be built as a
51763        position-independent executable. (PaX Team)
51764
51765commit a0251ee285e1f1e28d06927d8ab7d35d59fda607
51766Author: Roland Mainz <roland.mainz@nrubsig.org>
51767Date:   Thu Oct 14 02:20:52 2004 +0000
51768
51769    Fix for https://freedesktop.org/bugzilla/show_bug.cgi?id=1629 - Fix crash
51770        on AMD64, regression caused by bug 1496 ("Xorg Xprt does not support
51771        "*xp-listfonts-mode: xp-list-internal-printer-fonts" to toggle the
51772        usage of printer-builtin fonts").
51773
51774commit 3a055ea35b687e381da4d729dbdd0ebac47f673b
51775Author: Vladimir Dergachev <volodya@mindspring.com>
51776Date:   Wed Oct 13 23:02:42 2004 +0000
51777
51778    Modified:
51779    xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_video.c
51780    xc/programs/Xserver/hw/xfree86/drivers/i2c/fi1236.h Squash annoying warning
51781        about fi1236_dump_status
51782
51783commit 3364e7fbd44537b98212820fb2b1941abf0d5ef3
51784Author: Egbert Eich <eich@suse.de>
51785Date:   Tue Oct 12 19:13:43 2004 +0000
51786
51787    Set fbdev mode as the default mode on PPC (Olaf Hering).
51788    Added support for IBM space saver keyboard (Stefan Dirsch). Added support
51789        for Cherry CyMotion Master XPress (Marcus Schaefer).
51790    Change order of SetDisplayDevice(), HWRestore(), UnbindGART() and
51791        RestoreBIOSMemSize() to be exactly opposite to the Save procedure in
51792        EnterVT() (Matthias Hopf, Alan Hourihane).
51793    Fix text mode restauration by removing the assumption that the register
51794        which determines which head is programmed is set. to the active head by
51795        the BIOS (Mark Vojkovich).
51796    When I wrote the resource code 5 years ago I made some assumptions which
51797        turned out to be false: I've assumed that the bus number of the PCI
51798        hostbridge would be the PCI bus the bridge links to. This is not
51799        correct. Fixing this assumption is not easy. However I hope that the
51800        attached patch will make the system work regardless as it 'ignores'
51801        host bridges from which the target bus is not known. This should not
51802        matter at all as we really don't care about host bridges (unless we
51803        have bridge specific code which retrieves information about the
51804        bridge).
51805    Fixed server crash on reset when a structure allocated in PreInit() was
51806        freed on CloseScreen().
51807    Fixed ring buffer lock ups that happened because the structure that
51808        contained ringbuffer data was not zeroed after allocation.
51809    Fixed numerous warnings due to signed unsigned comparisons.
51810        programs/Xserver/hw/xfree86/drivers/nv/nv_driver.c:
51811        (NVBacklightEnable): Changed the order in which the sequencer registers
51812        and the backlight control registers are written. The sequencer control
51813        register need to be written first otherwise DPMS screen blanking
51814        produces vertical bars on a mobile device. lib/Xau/Imakefile: Build
51815        libXau static library PIC so it can be linked into toolkits that would
51816        like to wrap its functionality.
51817
51818commit 4ab7d316eceb23c81c1b208f9291750cf6b37513
51819Author: Egbert Eich <eich@suse.de>
51820Date:   Mon Oct 11 09:58:04 2004 +0000
51821
51822    Improving DPMS handling on VT swich and server termination/abort: previous
51823        version called the driver directly and too late.
51824    Unblank secondary screen explicitely. Don't rely on the value read during
51825        register save as the BIOS have blanked the secondary head.
51826    Checking if server isn't switched away before calling sync. Sanity check
51827        for possible bugs in aother areas of the code.
51828    Fixing default amount of of allocated video memory from AGP for i810: Use
51829        16MB if less than 192MB are installed else use 24MB (Matthias Hopf).
51830
51831commit ca1fda2a3f674a6d59de236612c7077387738ec3
51832Author: Matthieu Herrb <matthieu.herrb@laas.fr>
51833Date:   Sun Oct 10 17:48:43 2004 +0000
51834
51835    programs/Xserver/Xext/saver.c Fix for XFree86 bugzilla #1224.
51836
51837commit fa9847aeb9094aafc3798aee1fc8379e77a18d6a
51838Author: Torrey Lyons <torrey@mrcla.com>
51839Date:   Fri Oct 8 00:35:08 2004 +0000
51840
51841    Allow rootless implementations to override frame reordering. This is used
51842        on Mac OS X when genie-restoring from the Dock to ensure that the
51843        animation completes before drawing the frame.
51844
51845commit d737bc3300cf1847bcea08ca781f37ee3ee62692
51846Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
51847Date:   Tue Oct 5 17:28:15 2004 +0000
51848
51849    Make xorgconfig ask again instead of giving up and throwing away all your
51850        answers when you give a bad file name or bad amount of video RAM. (Sun
51851        bug id 5070654 - Derek Wang)
51852
51853commit 75217be88ccb87a54c84e31697ffb98b5f9b8e0a
51854Author: Roland Mainz <roland.mainz@nrubsig.org>
51855Date:   Mon Oct 4 05:34:32 2004 +0000
51856
51857    Fix for http://freedesktop.org/bugzilla/show_bug.cgi?id=661 - Xprt
51858        producing spurious characters in PS output when using the bitmap cache
51859        (Originally reported against Solaris Xprt as Sun bug id #4369307, and
51860        fixed in Solaris by Jay Hobson.
51861
51862commit 658b4ed81f777df2d8b9f47904de90bde1897113
51863Author: Roland Mainz <roland.mainz@nrubsig.org>
51864Date:   Mon Oct 4 05:04:14 2004 +0000
51865
51866    Fix for http://freedesktop.org/bugzilla/show_bug.cgi?id=1299 - Add more
51867        visuals to the Postscript DDX (8bit GrayScale/StaticGray, 1bit
51868        StaticGray and the basic infratructure for "deep" visuals with more
51869        than 8bits per RGB gun).
51870
51871commit e622b346113f65788110777d7d1b5fc436600a4d
51872Author: Roland Mainz <roland.mainz@nrubsig.org>
51873Date:   Sun Oct 3 23:29:21 2004 +0000
51874
51875    Fix for http://freedesktop.org/bugzilla/show_bug.cgi?id=1496 : Fixed Xprt
51876        font handling which did not support "*xp-listfonts-modes:
51877        xp-list-internal-printer-fonts" or "*xp-listfonts-modes:
51878        xp-list-glyph-fonts" to toggle the usage of printer-builtin and glyph
51879        fonts in XListFonts*(), XLoad*Font(), etc. Additionally the Xprint DDX
51880        now explicitly list "xp-listfonts-modes" in
51881        "document-attributes-supported" (for document-level) or
51882        "xp-page-attributes-supported" (for page-level) when the DDX implements
51883        this feature (as described in the CDE DtPrint specification).
51884
51885commit 8b2f127ea0db2c7fee223b69f4fceee0427fb2e4
51886Author: Roland Mainz <roland.mainz@nrubsig.org>
51887Date:   Sun Oct 3 15:34:33 2004 +0000
51888
51889    Fix for http://freedesktop.org/bugzilla/show_bug.cgi?id=1416 - Fix Xprt
51890        PostScript DDX crashes when copying offscreen pixmap content to the
51891        same pixmap.
51892
51893commit 7b27bf869dcf02bccf730706fc451c6f4c72b1f0
51894Author: Vladimir Dergachev <volodya@mindspring.com>
51895Date:   Sun Oct 3 15:01:31 2004 +0000
51896
51897    Modified:
51898    xc/programs/Xserver/hw/xfree86/drivers/i2c/fi1236.c Make sure formatting
51899        style is consistent within a single function. MT2032 functions are best
51900        be in separate file anyway.
51901
51902commit 4046653cb63f4cd752212e7cf65fad5408d8f5b8
51903Author: Vladimir Dergachev <volodya@mindspring.com>
51904Date:   Sun Oct 3 14:38:31 2004 +0000
51905
51906    Modified:
51907    xc/programs/Xserver/hw/xfree86/drivers/i2c/fi1236.c Fix compilation with
51908        gcc 3.4.x Cleanup xf86DrvMsg noise.
51909
51910commit ebe7b3fe160259b6f19fe760d6ff4f5bb1dd4b72
51911Author: Vladimir Dergachev <volodya@mindspring.com>
51912Date:   Sat Oct 2 01:35:33 2004 +0000
51913
51914    xc/programs/Xserver/hw/xfree86/drivers/i2c/*_module.c Change version
51915        strings to XORG.
51916
51917commit 0d474149f1cb68a60927529f6eac611a12acf5e6
51918Author: Vladimir Dergachev <volodya@mindspring.com>
51919Date:   Thu Sep 30 22:58:07 2004 +0000
51920
51921    Initial code from GATOS. This needs to be cleaned up, for example the bt829
51922        code is practically untouched since xatitv (which was a standalone test
51923        program). However, it all worked and was debugged over long period of
51924        time, so I prefer to to mess with these for now.
51925    New drivers: fi12xx (including MT2032 - this would be be split off later).
51926        tdaXXX msp34xx bt8xx
51927
51928commit 1dfafe2aeec864a9bdfd6da3324243b2be8e3a62
51929Author: Roland Mainz <roland.mainz@nrubsig.org>
51930Date:   Wed Sep 29 04:17:44 2004 +0000
51931
51932    Fix for http://freedesktop.org/bugzilla/show_bug.cgi?id=1489 - Use |long|
51933        instead of |int| for BIGREQUESTS commandline option.
51934
51935commit de89181444a2f2258a446fe20a25e37fd225a568
51936Author: Roland Mainz <roland.mainz@nrubsig.org>
51937Date:   Fri Sep 24 02:11:14 2004 +0000
51938
51939    Fix for http://freedesktop.org/bugzilla/show_bug.cgi?id=1453 - Fix spaces
51940        in usage output for BIGREQUESTS extension (option "-maxbigreqsize").
51941
51942commit 884cb060eea2b914191c269a0c9955ed83d07ff9
51943Author: Torrey Lyons <torrey@mrcla.com>
51944Date:   Wed Sep 22 23:52:39 2004 +0000
51945
51946    Update XDarwin project to Xcode 1.5 format and remove unused
51947        QUARTZ_SAFETY_DELAY code.
51948
51949commit 35a3bf13a8be96bb29dce32399c3684c6baa527d
51950Author: Torrey Lyons <torrey@mrcla.com>
51951Date:   Wed Sep 22 23:38:33 2004 +0000
51952
51953    Add option for XDarwin to track system keyboard layout changes as they
51954        occur (John Harper and Torrey T. Lyons).
51955
51956commit 1b3fa4d53b287cbe9d38c5f8c9fbbc2298690959
51957Author: Torrey Lyons <torrey@mrcla.com>
51958Date:   Wed Sep 22 22:52:03 2004 +0000
51959
51960    Warning fixes.
51961
51962commit de68a3339b9f19630e29a17773cad060b1f65300
51963Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
51964Date:   Wed Sep 22 17:20:56 2004 +0000
51965
51966    Allow overriding DPMS defaults (timeouts & default for on/off) from
51967        #defines/-D options.
51968    programs/Xserver/hw/xfree86/common/xf86DPMS.c Use defaultDPMSEnabled global
51969        for the default state of DPMS if not set in any config files.
51970    programs/Xserver/hw/xfree86/os-support/sunos/solaris-sparcv8plus.S Add
51971        support for required assembly inline functions for Sun compilers on
51972        Solaris/sparc.
51973    Add support for Solaris/sparc libraries.
51974
51975commit d7514b9162648f894211884b199ef2edc458aa86
51976Author: Adam Jackson <ajax@nwnk.net>
51977Date:   Wed Sep 22 04:38:03 2004 +0000
51978
51979    Bug #1252, #1253, #1255, #1256: Various typo fixes from Dave Jones.
51980
51981commit 269012e6014d7c23bf6805ba14ca0b598cdd6313
51982Author: Torrey Lyons <torrey@mrcla.com>
51983Date:   Tue Sep 21 22:01:14 2004 +0000
51984
51985    Add offscreen GLX direct rendering with XDarwin's xpr backend (John
51986        Harper).
51987
51988commit 0514f8b65616d8878000764485e71384b71e3860
51989Author: Egbert Eich <eich@suse.de>
51990Date:   Tue Sep 21 17:57:36 2004 +0000
51991
51992    Merged over libXpm security fix provided by Chris Evans, Matthieu Herrb and
51993        Alan Coopersmith from release 6.8.1.
51994    Fail during initialization with error if font/fontset is not set for
51995        widget. This prevents a sig11 later when the non-existent font/fontset
51996        structs are referenced.
51997    Check if xf86Info.kbdProc pointer is really set before calling it on abort
51998        as this pointer won't be set if the new modular keyboard driver is used
51999        (Matthias Hopf).
52000    Added new libs to the bindist control files.
52001    Removed inclusion of unnecessary kernel header on Linux. This may fail in
52002        an -ansi environment.
52003
52004commit 814b74662103710665c0b5659a93974ad609276c
52005Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
52006Date:   Mon Sep 20 08:44:54 2004 +0000
52007
52008    Bugzilla #1402: The last patch was broken on linux. Take definition of
52009        badSysCall out of the OS specific block.
52010
52011commit b600fcda38f4ab4796b5536cbedc5dee1abd25b1
52012Author: Eric Anholt <anholt@freebsd.org>
52013Date:   Mon Sep 20 03:12:00 2004 +0000
52014
52015    Fix the R200 Render code. Composite and Trapezoids are now supported just
52016        as well as on R100.
52017
52018commit 908287addaff10a0f5f6f14bf06a9b85870737ec
52019Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
52020Date:   Sun Sep 19 12:59:52 2004 +0000
52021
52022    Bugzilla #1402: fix BigFont extension if SHM is compiled in but not
52023        working. Does not access SHM and privates if the SHM syscall failed
52024        during extension initialization.
52025
52026commit 90ff3688cdc0c2c1b5ccdbd9cc0659b9a355e85f
52027Author: Eric Anholt <anholt@freebsd.org>
52028Date:   Sun Sep 19 10:57:31 2004 +0000
52029
52030    Unbreak the AGP DRI case. That was quite a pile of broken code.
52031
52032commit 9297c6149f83de22395503c484a2ca65dbffaf6b
52033Author: Roland Mainz <roland.mainz@nrubsig.org>
52034Date:   Sat Sep 18 23:18:35 2004 +0000
52035
52036    Fix for http://freedesktop.org/bugzilla/show_bug.cgi?id=1404 - Fixing
52037        random crashes (like in DAMAGE code etc.) in Xnest due uninitalised
52038        GetWindowPixmap. Original patch by Alexander Gottwald
52039        <ago@freedesktop.org>
52040
52041commit 6344bb51e2a97d9678cec2ec1dab19abfe9d9e8d
52042Author: Torrey Lyons <torrey@mrcla.com>
52043Date:   Sat Sep 18 00:38:30 2004 +0000
52044
52045    Bugzilla #1032: Make rootless acceleration functions compatible with
52046        Damage.
52047
52048commit cedb9a8d62df3391fd89a8b05a2dd64bd098a7df
52049Author: Torrey Lyons <torrey@mrcla.com>
52050Date:   Fri Sep 17 21:57:26 2004 +0000
52051
52052    Update Apple's list and hash utility routines to latest versions (John
52053        Harper).
52054
52055commit b56f4532d1a5febb8df45da0e3d3ad7bf8838e5f
52056Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
52057Date:   Thu Sep 16 13:22:52 2004 +0000
52058
52059    Remove code which prevented the use from specifying the window size in
52060        nodecoration mode.
52061
52062commit c4083511acd1d0f20a242b8cd3ed62629629ce8f
52063Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
52064Date:   Wed Sep 15 17:58:50 2004 +0000
52065
52066    add support for mice with more than 3 buttons and one scroll wheel (Chris
52067        B)
52068
52069commit 516f452e78170bc643117a71bd2246a83b071316
52070Author: Egbert Eich <eich@suse.de>
52071Date:   Wed Sep 15 09:23:59 2004 +0000
52072
52073    Adding support for OS dependent probing of IA64 chipsets. Not all IA64
52074        chipsets can be probed without OS support as probing them is only
52075        possible using ACPI. One example of this are the HP ZX1/2 chipsets:
52076        previously the code assumed that these chips were present when no other
52077        of the known chipsets could be probed. This assumption brought SGI
52078        Altrix machines with 64 CPUs to a grinding halt.
52079
52080commit a3aa6a2d865239c5b8f29cbd849ae3288e36b8a9
52081Author: Egbert Eich <eich@suse.de>
52082Date:   Wed Sep 15 09:05:22 2004 +0000
52083
52084    Unregistering events in XSelectInput() when unregistering IM filter
52085        callbacks may be a bad idea as others may be interested in this event.
52086        Removed the call to XSelectInput() altogether as we are in root window
52087        anyway (Lubos Lunak).
52088    Fix size of a variable that gets assigned the value of SmartScheduleTime
52089        (long) to long. This should help to prevent smart scheduler lockup on
52090        64 bit systems due to overruns (Andreas Schwab).
52091
52092commit f642fc729b481c55073c75beca301b2f17881179
52093Author: Roland Mainz <roland.mainz@nrubsig.org>
52094Date:   Tue Sep 14 23:21:22 2004 +0000
52095
52096    Refix for http://freedesktop.org/bugzilla/show_bug.cgi?id=1361 - RFE: Allow
52097        enabling/disabling of more extensions (fixing duplicate symbols caused
52098        by previous checkin; attachment #899)
52099
52100commit 0d95bdfbabf4c526f6f54d6f1de8811f4e6d5d5f
52101Author: Phil Blundell <pb@reciva.com>
52102Date:   Tue Sep 14 23:08:10 2004 +0000
52103
52104    Only set screen parameters if resolution has changed from current values.
52105        Patch from scoony@noos.fr.
52106
52107commit ba3b6fd23be5f1f900fcff57bc586e08bc524e99
52108Author: Eric Anholt <anholt@freebsd.org>
52109Date:   Tue Sep 14 06:26:54 2004 +0000
52110
52111    Add proper PCI/AGP detection, based on Mike Harris's code for Radeon, but
52112        using the MMIO mirror of the bits instead of config space.
52113
52114commit d9df39ee2b5b462be87718046b16d30c231563ec
52115Author: Roland Mainz <roland.mainz@nrubsig.org>
52116Date:   Tue Sep 14 00:51:25 2004 +0000
52117
52118    Fix for http://freedesktop.org/bugzilla/show_bug.cgi?id=1361 - RFE: Allow
52119        enabling/disabling of more extensions
52120
52121commit 80dc84d067c5af29e33a0c7ac62eecc8ba4e0871
52122Author: Eric Anholt <anholt@freebsd.org>
52123Date:   Sun Sep 12 23:22:31 2004 +0000
52124
52125    - Fix a segfault on VT switch with DRI. Still dies due to cursor allocation
52126        troubles.
52127    - Move the RemoveBlockAndWakeupHandlers to match
52128        RegisterBlockAndWakeupHandlers.
52129    - Enable R100 trapezoid "acceleration" when DRI is working, so that it can
52130        be exposed and worked on.
52131
52132commit ab50679aabdda9e6197568f745d02fe1e65c7a24
52133Author: Eric Anholt <anholt@freebsd.org>
52134Date:   Sun Sep 12 23:01:24 2004 +0000
52135
52136    Fix a bad argument missed in the previous commit for ATIDRIDMA* functions.
52137
52138commit 2d069b1d1950b5f6f9140e5573e349e6559251e6
52139Author: Eric Anholt <anholt@freebsd.org>
52140Date:   Sun Sep 12 22:21:12 2004 +0000
52141
52142    Move the RegisterBlockAndWakeupHandlers to before DRI initialization. The
52143        change to use that instead of manual wrapping made the DMA dispatch
52144        come after the lock had been dropped, causing lots of pain.
52145
52146commit 27b5a65f05c78a0b6de0d0ace4f4275d990cc3a4
52147Author: Eric Anholt <anholt@freebsd.org>
52148Date:   Sun Sep 12 20:31:39 2004 +0000
52149
52150    Reset the CCE/CP on engine reset, and make the ATIDRIDMA functions take a
52151        more useful argument.
52152
52153commit fcd52d276f0276490ef08af2f0d6c52ed631f130
52154Author: Eric Anholt <anholt@freebsd.org>
52155Date:   Sun Sep 12 20:19:15 2004 +0000
52156
52157    Add missing kaa.h include for kaaInitTrapOffsets.
52158
52159commit b5d406e8c84d8aba2b45e985e43d02c2e6770019
52160Author: Eric Anholt <anholt@freebsd.org>
52161Date:   Sun Sep 12 20:02:10 2004 +0000
52162
52163    Fix handling of is_agp. is_agp is whether the card is actually AGP, while
52164        using_agp should say whether AGP is being used as part of DMA/DRI.
52165
52166commit 7cab70d1cb7298035429dd8953e521a31fc6770d
52167Author: Eric Anholt <anholt@freebsd.org>
52168Date:   Sun Sep 12 19:52:51 2004 +0000
52169
52170    Improve error handling, especially in the DRI case. Do some FatalErrors
52171        instead of ErrorFs for things that are really bad, and put limits on
52172        some loops. Now, sometimes instead of hanging the entire system, we
52173        (mostly-) cleanly drop to console when the card has hung.
52174
52175commit 0cd662ea80579c317d706ebe04971bb29d0f9b4f
52176Author: Eric Anholt <anholt@freebsd.org>
52177Date:   Sat Sep 11 09:28:19 2004 +0000
52178
52179    - Add disabled WIP trapezoid code for R128 and R100. The R128 rendering is
52180        not doing an add of 1 per triangle like I hoped, and instead seems to
52181        be saturating all the pixels or something. The R100 acceleration
52182        renders pretty well, with some gaps. Note that both are slower than
52183        software due to lack of DMA to submit vertices.
52184    - Mostly fix R128 and Radeon transform support, including supporting
52185        bilinear filtering on R128. Subpixel offsets are still probably an
52186        issue (reported by rendercheck), but I want to make 100% sure about my
52187        understanding of the protocol before changing everybody, including fb.
52188    - Add support for dst formats without alpha to R128 Composite.
52189    - Remove the R128 Blend code, which has long outlived its usefulness. (I
52190        kept it around for one reason: It could be useful for the w/h > 1024
52191        case with no mask and a non-src op. That seems pretty infrequent and
52192        not worth the trouble).
52193
52194commit 396100dd235105a0e2c9013f1e07e4dae0cc3404
52195Author: Eric Anholt <anholt@freebsd.org>
52196Date:   Sat Sep 11 09:23:12 2004 +0000
52197
52198    - Don't require Imrecise mode for Trapezoid acceleration. It looks like we
52199        might be able to do Precise in hardware, so leave it up to the driver.
52200    - Add a helper function for computing a set of offsets for smooth trapezoid
52201        rasterizing using many sharp trapezoids.
52202
52203commit 501dcf37aac4ec9298e8c79ca65c048c362bce31
52204Author: Matthew Allum <breakfast@10.am>
52205Date:   Wed Sep 8 11:31:49 2004 +0000
52206
52207    cursor fixes
52208
52209commit 20918ab480c8c8285a68e9f974b0208a18acec94
52210Author: Matthew Allum <breakfast@10.am>
52211Date:   Tue Sep 7 19:00:04 2004 +0000
52212
52213    avoid ephyr breakage when tslib enabled
52214
52215commit 8bf6ea903be4c052c747e3e81fc977155072299d
52216Author: Matthew Allum <breakfast@10.am>
52217Date:   Tue Sep 7 12:44:19 2004 +0000
52218
52219    fixes to Xephyr debug mode
52220
52221commit b3322257815ec4550e1634453167535b02c1bfbd
52222Author: Kevin E Martin <kem@kem.org>
52223Date:   Fri Sep 3 23:41:21 2004 +0000
52224
52225    Update formatted docs.
52226
52227commit b2135e589baeb2ea26da50b9167feaea23bcce3c
52228Author: Kevin E Martin <kem@kem.org>
52229Date:   Fri Sep 3 16:18:23 2004 +0000
52230
52231    First set of documentation updates.
52232    Include more correct fix for rootless interaction with damage (Bug #1168,
52233        Keith Packard).
52234
52235commit d7fef52254126aa5897a5c58faeda1f61d5b13d8
52236Author: Kevin E Martin <kem@kem.org>
52237Date:   Thu Sep 2 04:04:47 2004 +0000
52238
52239    Workaround for servers using rootless layer with damage (Bug #1168, Torrey
52240        T. Lyons).
52241
52242commit 0e56515aa3ebc5ee8cc33213fb22b69bb4b3a0da
52243Author: Kevin E Martin <kem@kem.org>
52244Date:   Thu Sep 2 01:38:17 2004 +0000
52245
52246    Fix AGL display problems (Bug #1210, Torrey T. Lyons).
52247
52248commit 2753c8e2c84cc1fb6d73a05258ab7200068e7830
52249Author: Matthew Allum <breakfast@10.am>
52250Date:   Wed Sep 1 15:30:58 2004 +0000
52251
52252    see changelog
52253
52254commit 7c0aaa53bf8dcf3d0a8c9e78d31cf62b1766fb35
52255Author: Matthew Allum <breakfast@10.am>
52256Date:   Wed Sep 1 11:13:36 2004 +0000
52257
52258    '-dpi' fixes for Xephyr
52259
52260commit 16ff3a872731633b6f1f4920f793153722026189
52261Author: Matthew Allum <breakfast@10.am>
52262Date:   Wed Sep 1 08:31:20 2004 +0000
52263
52264    Actuall select events for -parent option
52265
52266commit 2d065c4c33b9ec17c4c791070cf8189cb57bbb9c
52267Author: Matthew Allum <breakfast@10.am>
52268Date:   Tue Aug 31 16:33:05 2004 +0000
52269
52270    Added ephyr server sources
52271
52272commit 6ec9ecd591fba9e9b69b8ebbd2fa08c0a2beac08
52273Author: Eric Anholt <anholt@freebsd.org>
52274Date:   Mon Aug 30 22:16:46 2004 +0000
52275
52276    Add a set of three hooks for accelerating trapezoids, and use it for the
52277        RasterizeTrapezoid screen function. These hooks will be called for
52278        imprecise, non-sharp trapezoids with A8 destinations.
52279    Note that the current main consumer of trapezoids, cairo, is requesting
52280        precise, sharp trapezoids by not changing the default Picture
52281        attributes, but gets non-sharp effects in software because fb bases its
52282        choice of sharp/non-sharp on the mask format being A8 vs A1, and cairo
52283        asks for A8. Follow fb's (poor?) example by ignoring the sharp setting
52284        and basing the choice off of the mask being A8.
52285
52286commit ccaf332ce3a9393715317edd3b92420c27fc94eb
52287Author: Eric Anholt <anholt@freebsd.org>
52288Date:   Mon Aug 30 16:43:10 2004 +0000
52289
52290    Rather than initially place pixmaps in framebuffer based on a size
52291        heuristic, delay the decision until the first
52292        kaaPixmapUse{Screen|Memory}, and put it in framebuffer if UseScreen was
52293        called. Provides a significant improvement in cairo speeds (100%
52294        speedup in cairogears here) and is likely to improve text performance
52295        as well.
52296
52297commit 14b2db63e7ae0c0d356062cd15811484038f97d9
52298Author: Kevin E Martin <kem@kem.org>
52299Date:   Sun Aug 29 21:06:00 2004 +0000
52300
52301    Fix make install when BuildServersOnly is YES (Bug #1213).
52302    Fix build failures when UseDeprecatedKeyboardDriver is YES and
52303        DoLoadableServer is NO (Bug #1229, Kristian H�gsberg).
52304    Fix failure when using DLL loader and LD_BIND_NOW is set (Bug #1212, Adam
52305        Jackson).
52306
52307commit ac038e9cc6f7708fdd9f36494861d2f611d5a90a
52308Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
52309Date:   Sun Aug 29 00:48:17 2004 +0000
52310
52311    Don't define _XOPEN_SOURCE before including math.h on Solaris - it's not
52312        needed on older releases, and breaks builds on Solaris 10. (Same as
52313        bugzilla #189).
52314
52315commit 89d702763875831604751bac396c3d2400ec59b6
52316Author: Egbert Eich <eich@suse.de>
52317Date:   Fri Aug 27 21:44:54 2004 +0000
52318
52319    Fix for XV memory allocation: Also use tiled area for allocation even if it
52320        hasn't been used before.
52321
52322commit 971755765d6ef9cadf11127478af59189034d356
52323Author: Eric Anholt <anholt@freebsd.org>
52324Date:   Fri Aug 27 21:09:23 2004 +0000
52325
52326    Bug #1101: Fix PaintWindow in the pixmap case when the window's origin is
52327        not at the backing pixmap's origin. Resulted in incorrect rendering in
52328        at least aisleriot, fluxbox, and KDE apps, and probably many more.
52329        While here, move the ParentRelative loop above the drawable grab -- may
52330        improve correctness with ParentRelative background origins as well.
52331        Note that the border code doesn't handle ParentRelative yet.
52332
52333commit 1840a50bb763d5c94195eaffa3954c1afd77a31a
52334Author: Kevin E Martin <kem@kem.org>
52335Date:   Fri Aug 27 20:39:17 2004 +0000
52336
52337    Add missing reply for DMX (Rik Faith).
52338
52339commit f30fbc600f3e5c3b4aceafb8256594af0069f2c9
52340Author: Egbert Eich <eich@suse.de>
52341Date:   Fri Aug 27 20:20:54 2004 +0000
52342
52343    Fixed typos.
52344
52345commit 276cf271527b7a6f464025457e5dd452ac13605e
52346Author: Egbert Eich <eich@suse.de>
52347Date:   Fri Aug 27 20:16:28 2004 +0000
52348
52349    - adding missing file
52350
52351commit ecd889c6ff7427b4e7d3f820586aac178a4dfdc2
52352Author: Egbert Eich <eich@suse.de>
52353Date:   Fri Aug 27 19:27:12 2004 +0000
52354
52355    Added support for LynxOS 4.0 (Thomas Mueller).
52356    Fix arm netwinder build (Donnie Berkholz).
52357
52358commit 7c087078694a6895a9bcbe62d091665c05a86b5a
52359Author: Egbert Eich <eich@suse.de>
52360Date:   Fri Aug 27 12:32:14 2004 +0000
52361
52362    - Make DDC code more VESA compliant: when MaxClock is set to 0xFF it means
52363        'no value specified'. Therefore setting it to 0.
52364
52365commit c0bff215de2d034118d06cac42e234008612204b
52366Author: Kevin E Martin <kem@kem.org>
52367Date:   Fri Aug 27 01:15:10 2004 +0000
52368
52369    Fix xtest failures in Xvfb from XMatchVisualInfo test.
52370
52371commit 5335bc8a0657b3e378795b44698ed23020c13891
52372Author: Eric Anholt <anholt@freebsd.org>
52373Date:   Thu Aug 26 20:32:59 2004 +0000
52374
52375    Bug #1138: Wrap funcs in CW's GC ops as well. While this is unnecessary
52376        according to the rules as I understand them (bug #1045), not everybody
52377        follows the rules. GC funcs were being called on the same GC from
52378        within GC ops, and the cwValidateGC caused a loop in the funcs chain
52379        that resulted in a crash, notably in cwPolylines.
52380
52381commit c8672e7ac79c872344f287f7cc106cb5c006e619
52382Author: Egbert Eich <eich@suse.de>
52383Date:   Thu Aug 26 11:58:08 2004 +0000
52384
52385    Fixed support for LynxOS 3.1 (LynxOS 4 will follow) (Thomas Mueller).
52386    2
52387
52388commit 198e62c44b99ee0890b944f92b162387f77aa10d
52389Author: Torrey Lyons <torrey@mrcla.com>
52390Date:   Sat Aug 21 00:46:01 2004 +0000
52391
52392    Documentation only update: Update XDarwin application version for release.
52393
52394commit 74d84d7b122802230579a4da8c2e6914d2f5f060
52395Author: Kevin E Martin <kem@kem.org>
52396Date:   Fri Aug 20 05:22:39 2004 +0000
52397
52398    Fix keyboard driver failing to initialize if DoLoadableServer is NO (Bug
52399        #1133, Kristian H�gsberg).
52400
52401commit bd3e6e44259155cb37f39eb2ca5e1f0de1c2ebb7
52402Author: Kevin E Martin <kem@kem.org>
52403Date:   Thu Aug 19 04:08:40 2004 +0000
52404
52405    Add missing no.*Extension symbols (Bug #1131, Aaron Plattner).
52406
52407commit 87842285007e9ac4f9de0349abee1fb66b7c795f
52408Author: Kevin E Martin <kem@kem.org>
52409Date:   Wed Aug 18 21:11:17 2004 +0000
52410
52411    Fix CopyArea for non-redir dst, redir src (Bug #1105, Eric Anholt).
52412
52413commit 9223baf985778c536ce93846c431b46a0192cf32
52414Author: Kevin E Martin <kem@kem.org>
52415Date:   Wed Aug 18 18:41:41 2004 +0000
52416
52417    Fix AIX build problems (Bugs #1020, 1102, 1103, Dan McNichol).
52418    Remove old config files (Bug #1123, Jim Gettys).
52419    Remove old log message (Bug #1123, Jim Gettys).
52420
52421commit a45bc0df7a1c369e8429e84414ac813187c90059
52422Author: Kevin E Martin <kem@kem.org>
52423Date:   Tue Aug 17 17:55:02 2004 +0000
52424
52425    Fix DRI module loading (Bug #1057, Ronny Vindenes).
52426    Fix Xvfb at 8bpp (Bug #1091).
52427    Fix link order when building with Xprint in glxgears (Bug #1060, Alexander
52428        Gottwald).
52429
52430commit 75de2fe82e7da755555028a724f68b9fb9ddfb14
52431Author: Kevin E Martin <kem@kem.org>
52432Date:   Mon Aug 16 22:48:50 2004 +0000
52433
52434    Update release and date for first RC.
52435    Fix kbd/keyboard driver for DoLoadableServer NO.
52436    Revert change since it is better to set date in the config files.
52437
52438commit 1798cac6fa2e909c9f3df26b97ee8232a0bf1592
52439Author: Kevin E Martin <kem@kem.org>
52440Date:   Mon Aug 16 20:17:51 2004 +0000
52441
52442    Add kdb <-> keyboard aliasing when UseDeprecatedKeyboardDriver is NO (Bug
52443        #1072, Kristian H�gsberg).
52444
52445commit 6cac342517892a20bab6a6177f8b5742feaaed38
52446Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
52447Date:   Mon Aug 16 15:48:53 2004 +0000
52448
52449    document broken composite in XWin
52450
52451commit 9aa6beb6b7e6272b05a03e0a4fd34eb8ad21bf47
52452Author: Kevin E Martin <kem@kem.org>
52453Date:   Mon Aug 16 02:07:53 2004 +0000
52454
52455    Fix banner to print out proper version information.
52456
52457commit 9da0c214ab5f4ee9c1610b4888f5c7c0dd2bcacc
52458Author: Keith Packard <keithp@keithp.com>
52459Date:   Sun Aug 15 21:13:11 2004 +0000
52460
52461    Clip destination instead of source. Should be the same, but it looks nicer
52462        to me.
52463    Clean up transition between cheap and expensive GC wrappers by using the
52464        prologue and epilogue macros. Before, the GC would be left unvalidated
52465        sometimes which would cause all kinds of entertaining bugs against a
52466        DDX which cares (XAA).
52467
52468commit a68f350195c1c54034f98e2b78c2c3da70044884
52469Author: Keith Packard <keithp@keithp.com>
52470Date:   Sun Aug 15 19:05:01 2004 +0000
52471
52472    Remove debugging code which did a full tree walk on every window operation
52473    Eliminate needless (and, it turns out, dangerous) call to ChangeGC on
52474        DestroyGCPrivate.
52475    in cwSetWindowPixmap, check if the pixmap is the screen pixmap and disable
52476        the wrapper by setting the private to NULL.
52477
52478commit 5db70ae2575e3e8669d7a66e2218ba28e8bdfa68
52479Author: Kristian Høgsberg <krh@redhat.com>
52480Date:   Sun Aug 15 15:40:19 2004 +0000
52481
52482    Remove #error used for testing.
52483
52484commit 1e728c3e88f6a74b93dc11827c9fcfe7b39ca5a5
52485Author: Keith Packard <keithp@keithp.com>
52486Date:   Sun Aug 15 03:34:18 2004 +0000
52487
52488    Copy bits from parent window when allocating pixmaps so that Background ==
52489        None works.
52490    Copy filter to backing picture during validation.
52491    Mark picture serialNumber when setting Filter or Transform so Validate
52492        occurs.
52493    Initialize xf86Screens[i]->pScreen to NULL so that RADEON driver doesn't
52494        crash during server reset using old pScreen.
52495
52496commit 943308517905d16bda1bb27cd745bd291a84dbf6
52497Author: Keith Packard <keithp@keithp.com>
52498Date:   Sun Aug 15 00:43:39 2004 +0000
52499
52500    Redraw window borders when switching window pixmaps around
52501    Make cw "own" the window pixmaps by wrapping
52502        GetWindowPixmap/SetWindowPixmap.
52503
52504commit 597fdae93e6e1b7e4052097baf3d91e7a134c162
52505Author: Kristian Høgsberg <krh@redhat.com>
52506Date:   Sat Aug 14 23:59:52 2004 +0000
52507
52508    More kbd fun: write out "kbd" from Xorg -configure (#1078).
52509
52510commit e483fe3ec384da556c31292001a86ec95c2ddc46
52511Author: Keith Packard <keithp@keithp.com>
52512Date:   Sat Aug 14 21:57:58 2004 +0000
52513
52514    Fix offsets again. Really, it works this time. Promise.
52515
52516commit e6216b48f5feee72f107348cb21bad724536ec62
52517Author: Keith Packard <keithp@keithp.com>
52518Date:   Sat Aug 14 21:36:10 2004 +0000
52519
52520    Fix offsets, do whole region at once by using GC clipping
52521
52522commit ed425d1d88a72586d5d7a4aad9d0be0b06637070
52523Author: Eric Anholt <anholt@freebsd.org>
52524Date:   Sat Aug 14 20:29:28 2004 +0000
52525
52526    Bug #1077: Fix source copy performance problem exposed by Composite.
52527
52528commit cc3ad0ed4302f54318e190a2b10646337f242d40
52529Author: Keith Packard <keithp@keithp.com>
52530Date:   Sat Aug 14 19:53:36 2004 +0000
52531
52532    Fix clip list computation and setting to ignore clip changes to "real"
52533        GC/Picture and track serial numbers correctly when copying
52534        pCompositeClip down.
52535
52536commit 183c6d06455114c61f6db57ec0a084caf11ece3a
52537Author: Eric Anholt <anholt@freebsd.org>
52538Date:   Sat Aug 14 19:51:11 2004 +0000
52539
52540    Wrap CopyWindow in cw, which fixes scrolling in many apps.
52541
52542commit e61b5d38ab30c4f73ba0d070f485a32708a03eb6
52543Author: Keith Packard <keithp@keithp.com>
52544Date:   Sat Aug 14 07:12:37 2004 +0000
52545
52546    Use XLIB_SKIP_ARGB_VISUALS environment variable to disable all depth 32
52547        visuals. Necessary to keep Flash from crashing.
52548    Must call ValidateGC/ValidatePicture on "real" GC/Picture to ensure
52549        pCompositeClip is set correctly.
52550    Need to take the composite clip from the "real" GC/Picture and turn it into
52551        the clientClip for the backing version.
52552    Adjust pixmap screen origin to account for drawable->x/y Change debugging
52553        output a bit (disabled by default)
52554
52555commit 05f6329eb6f564ad4fc366d75f4ebf9f3ba4b5dd
52556Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
52557Date:   Fri Aug 13 23:57:38 2004 +0000
52558
52559    Don't enable speedo & type1 modules if they're not being built
52560    Clean up a couple of hardcoded paths & vendor names to use defines set by
52561        Imakefile
52562
52563commit 3f84e4f71d9c7c560f9bef675b1cc96fa1d83b14
52564Author: Kevin E Martin <kem@kem.org>
52565Date:   Fri Aug 13 19:51:34 2004 +0000
52566
52567    Fix Xprt bug by disabling code that merges multiple audit messages (Bug
52568        #964, Roland Mainz).
52569
52570commit 922fd3a2e568571171dfd64a94f804350829230f
52571Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
52572Date:   Fri Aug 13 19:18:29 2004 +0000
52573
52574    Added $(MESASRCDIR)/src/mesa/glapi to INCLUDES. Removed $(SERVERSRC)/mi
52575        from INCLUDES. Rearranged INCLUDES for better readability.
52576    Removed mipointrst.h and miscstruct.h from #include since they are not used
52577        anymore.
52578
52579commit f63f4b768cd5ec5bffd270e448e6e51b8ad67016
52580Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
52581Date:   Fri Aug 13 18:24:07 2004 +0000
52582
52583    Fri Aug 13 19:53:10 2004 Soeren Sandmann <sandmann@redhat.com>
52584    Fix for lockups on some versions of Matrox Mystique. #687, Patch from Mike
52585        Harris.
52586    Call xf86EnableDisableFBAccess though the function pointer instead of
52587        directly. #1041, Patch from Aaron Plattner.
52588    Swap the phsyical size of the screen when rotiation. #1050, Patch from
52589        Aaron Plattner.
52590    Fri Aug 13 19:47:12 2004 Soeren Sandmann <sandmann@redhat.com>
52591    Make HAVE_FT_BITMAP_SIZE_Y_PPEM conditional on the FreeType version instead
52592        of proping it. This way it will work with the monolithic version too.
52593        #1062, Patch by Owen Taylor.
52594
52595commit a29bfbd3d0a5d39ccee5b83ac1ba632091b031bb
52596Author: Keith Packard <keithp@keithp.com>
52597Date:   Fri Aug 13 08:16:14 2004 +0000
52598
52599    Empty damage object when freeing pixmap.
52600    Wrap InstallColormap so that the DDX doesn't see colormaps from our ARGB
52601        visual (avoids lovely green tint to screen). Also, set visual->nplanes
52602        of ARGB visual to all used (including alpha) planes so DIX can set
52603        pixel values correctly.
52604    Translate automatic update regions correctly to account for borders
52605    When nplanes == 32 (ARGB visuals), mask in all ones for alpha values to
52606        allocated pixel values.
52607    Remove redundant fbAddTraps declaration
52608    Fix fbCopyWindow to work on non-screen pixmaps (not needed yet)
52609    Replace broken clipping code with that from modular tree.
52610    Respect subWindowMode.
52611
52612commit 24bed5cff908a6f8b1857e3dadac22d6db54c69e
52613Author: Eric Anholt <anholt@freebsd.org>
52614Date:   Fri Aug 13 07:47:21 2004 +0000
52615
52616    Fix copy'n'paste-os of x/y in CopyPicture for AlphaXOrigin and ClipXOrigin.
52617
52618commit 5825e4559e7aaf3b40205a0dca49a785c8de7b92
52619Author: Eric Anholt <anholt@freebsd.org>
52620Date:   Thu Aug 12 23:14:50 2004 +0000
52621
52622    Fix after Mesa 20040812 merge: revert glxext.h to vendor branch, and fix
52623        bug #1022.
52624
52625commit 2889ad2cb8827f20b6d69da4fe99db33bf9c5ff2
52626Author: Torrey Lyons <torrey@mrcla.com>
52627Date:   Thu Aug 12 20:24:36 2004 +0000
52628
52629    Fix crash in rootless XDarwin due to rootless being initialized before
52630        damage extension.
52631
52632commit 961333143e2df3e3f33e8624fc61e79cf3e86cd1
52633Author: Eric Anholt <anholt@freebsd.org>
52634Date:   Thu Aug 12 08:45:33 2004 +0000
52635
52636    Apply a kludge to initialize the composite wrapper before DamageSetup. If
52637        not, DamageSetup will wrap some operations first, and the cw
52638        initializes during ExtensionInit, so cw comes higher in the wrapping
52639        chain. cw going first will result in damage getting confused when the
52640        drawables get changed around.
52641
52642commit 6e0228722cc2fa37a0e2359bc3dab3646e36c4b7
52643Author: Eric Anholt <anholt@freebsd.org>
52644Date:   Thu Aug 12 08:11:59 2004 +0000
52645
52646    Fix various cw issues, including a couple reported by deronj:
52647    - Fix wrapping of GC ops/funcs according to policy described in bug #1045.
52648    - Remove ValidateGC/ValidatePictures on the redirected drawables/pictures
52649        -- it's not needed, and DDXs shouldn't be seeing redirected drawables
52650        in render or GC ops/funcs when cw is running.
52651    - Mark all GC/Picture state as dirty when moving from redirected to
52652        non-redirected, since it hadn't been passed down in Change* or
52653        Validate* while redirected.
52654    - Remove CreatePicture wrapper that didn't do anything.
52655    - Comment on why AddTraps wrapper isn't needed.
52656
52657commit 789cf3ed846045d91f950cb177ef6bae4c8966fc
52658Author: Eric Anholt <anholt@freebsd.org>
52659Date:   Thu Aug 12 07:57:03 2004 +0000
52660
52661    Fix some issues reported by deronj:
52662    - Hopefully fix a crash in compCheckRedirect on unrealizing windows.
52663    - Remove an extern that doesn't point at anything.
52664
52665commit 1a073786e0159a80ac3b8772a1d89b0618a8ff33
52666Author: Kevin E Martin <kem@kem.org>
52667Date:   Thu Aug 12 05:11:57 2004 +0000
52668
52669    Update version and date for next snapshot
52670
52671commit 47ee5f4ba72f0e0bc92a5e04073c70808e85fc08
52672Author: Kristian Høgsberg <krh@redhat.com>
52673Date:   Thu Aug 12 01:57:51 2004 +0000
52674
52675    Add call to SourceValidate() when pDst == pSrc, so misprite.c get a chance
52676        to remove the sprite before the area is copied. The drivers handle pDst
52677        != pSrc (#1030).
52678
52679commit 09d0056b8bc103f67a35980934f03d28fed51164
52680Author: Adam Jackson <ajax@nwnk.net>
52681Date:   Thu Aug 12 01:30:57 2004 +0000
52682
52683    Wrap the Propolice fix in #ifdef __SSP__; Propolice doesn't define this yet
52684        but an RFE has been submitted upstream.
52685
52686commit e30c22dbbffa2605f8d7ac010c8208a135a2293a
52687Author: Adam Jackson <ajax@nwnk.net>
52688Date:   Thu Aug 12 01:16:36 2004 +0000
52689
52690    Back out the propolice fix for a second, it causes linktime errors.
52691
52692commit 9d0213525f4f692c250f10309146fe9db76ba12d
52693Author: Keith Packard <keithp@keithp.com>
52694Date:   Thu Aug 12 00:09:30 2004 +0000
52695
52696    Paint to parent window instead of parent window's pixmap (helps for servers
52697        that don't have a pixmap for the root)
52698    Fix offsets for render drawing.
52699
52700commit c7bc76f663008119b3681d4b7adef7dc9ffdc236
52701Author: Torrey Lyons <torrey@mrcla.com>
52702Date:   Wed Aug 11 23:53:36 2004 +0000
52703
52704    Fix leftover XF86_VERSION_SNAP macro.
52705
52706commit eb607030e32cbad846696a20cfb3045c5f8f65c1
52707Author: Adam Jackson <ajax@nwnk.net>
52708Date:   Wed Aug 11 23:10:02 2004 +0000
52709
52710    Teach the loader about the extra symbols needed for Propolice-protected
52711        modules to work under elfloader. From Travis Tilley (Gentoo).
52712
52713commit fd439afdfe7ba451aff19b62d1764e4dfd0b782f
52714Author: Keith Packard <keithp@keithp.com>
52715Date:   Wed Aug 11 22:40:14 2004 +0000
52716
52717    Add COMPOSITE change to fbCopyWindow (not needed yet)
52718    Xnest was half-using midispcur and doing a bad job of it. Replace all of
52719        that code with mipointer which does a lot of the work.
52720    Support DDXen which don't provide GetWindowPixmap, or which return NULL for
52721        the root pixmap.
52722
52723commit f95293e5253904883d3b40f9e68e6175247754a3
52724Author: Kevin E Martin <kem@kem.org>
52725Date:   Wed Aug 11 22:27:50 2004 +0000
52726
52727    Fix bogus contact address in Xserver/os/util.c (Bug #738).
52728
52729commit 56520ecd5ceb9526541c241634b467eba6a8f7cf
52730Author: Eric Anholt <anholt@freebsd.org>
52731Date:   Wed Aug 11 22:13:01 2004 +0000
52732
52733    In CopyPicture, add missing call to ChangePicture to notify about the
52734        changes that CopyPicture has done.
52735
52736commit f77f1d50723aceb5059a96f7a4068046b7961c51
52737Author: Kevin E Martin <kem@kem.org>
52738Date:   Wed Aug 11 21:14:18 2004 +0000
52739
52740    Apply PPC64 build patch (Bug #303, Mike A. Harris, Alan Coopersmith).
52741
52742commit 3dbaeb2e126d9424b21df91f0be9129c4eea6f1b
52743Author: Kristian Høgsberg <krh@redhat.com>
52744Date:   Wed Aug 11 20:25:13 2004 +0000
52745
52746    Patch xorgconfig to generate config files with correct keyboard driver; use
52747        "kbd" by default, "keyboard" if UseDeprecatedKeyboarDriver is YES
52748        (#1040).
52749
52750commit ca458e3c9b25c3efc10532eb8e31bdcff44dc321
52751Author: Roland Mainz <roland.mainz@nrubsig.org>
52752Date:   Wed Aug 11 13:55:03 2004 +0000
52753
52754    Fix for http://freedesktop.org/bugzilla/show_bug.cgi?id=492 -
52755        /etc/init.d/xprint did not source xorg.conf for font paths additionally
52756        to xfree86 config files
52757
52758commit 81881b96861d707b0729e0146a4b53b3dd234885
52759Author: Kevin E Martin <kem@kem.org>
52760Date:   Tue Aug 10 21:37:35 2004 +0000
52761
52762    Update version to 6.7.99.1 and fix problem with snapshot string generation.
52763
52764commit 21c7c8cdc7d2f607177634601cef8b0290fb0e80
52765Author: Kevin E Martin <kem@kem.org>
52766Date:   Mon Aug 9 22:37:22 2004 +0000
52767
52768    Fix install problem on platforms not using xorg.cf/xfree86.cf (Bug #339,
52769        Harold L. Hunt II, Alexander Gottwald).
52770    Fix crash when using X core font in zh_CN.UTF-8 locale (Bug #368, Yu Shao,
52771        David Dawes).
52772    Fix glXMakeCurrent(Dpy, None, NULL) crash (Bug #719, Adam Jackson).
52773    HP-PA build fix (Bug #828, Guy Martin, Paul Anderson).
52774    Fix SDK build for GATOS and Wacom driver (Bug #829, Bryan Stine).
52775    Fix attempt to read video ROM before enabling it (Bug #843, Ivan
52776        Kokshaysky, Mike A. Harris).
52777    Fix detection of primary adapter (Bug #843, Ivan Kokshaysky, Mike A.
52778        Harris).
52779    Clarify xset man page description of how to use the keyboard repeat rate
52780        settings (Bug #846, Mike A. Harris).
52781    Fix problem where print-screen key would get remapped to sys-req in certain
52782        keymaps, which broke GNOME printscreen functionality (Bug #847, Owen
52783        Taylor).
52784    Fix several render problems:
52785    - MMIO mode support
52786    - Hang on IGP chips
52787    - VT switching hang
52788    - 3D render corruption (Bug #922, Hui Yu).
52789
52790commit 26847ef9268f687c4f45f3d048eff4b06c2ba3bf
52791Author: Kristian Høgsberg <krh@redhat.com>
52792Date:   Mon Aug 9 03:40:50 2004 +0000
52793
52794    Move the new render symbols to dixsym.c instead so they are grouped with
52795        the other render symbols.
52796    Initialize screen_x and screen_y to 0. This fixes a problem with the new
52797        Damage based sprite, where intersection test against the root pixmap
52798        would fail because the two fields were not initialized (damage.c,
52799        166-170).
52800
52801commit 57eab4dc87670da42e645a4c341d1ee661b43b5b
52802Author: Kevin E Martin <kem@kem.org>
52803Date:   Mon Aug 9 02:08:35 2004 +0000
52804
52805    - Fix building without Xfixes extension
52806    - Fix building without Xevie
52807    - Fix building without DPMS
52808    - Fix "Extensions" section config file support to accept general boolean
52809        options
52810
52811commit a2e51b13ea5a2e5fc5626905b6c2caac6358eb11
52812Author: Kristian Høgsberg <krh@redhat.com>
52813Date:   Sun Aug 8 20:56:56 2004 +0000
52814
52815    Disable legacy keyboard driver "keyboard", unless
52816        USE_DEPRECATED_KEYBOARD_DRIVER is defined. Print warning if the old
52817        driver is used.
52818
52819commit 3431692bf44e7be01187b421cfb0e46131c5e4c7
52820Author: Kristian Høgsberg <krh@redhat.com>
52821Date:   Sun Aug 8 17:02:19 2004 +0000
52822
52823    Add new render symbols to list of exported extension symbols so
52824        DoLoadableServer works again.
52825
52826commit 1e694d2b51a954d1bc4afdde390723e9a1a5b9bf
52827Author: Keith Packard <keithp@keithp.com>
52828Date:   Sat Aug 7 01:23:07 2004 +0000
52829
52830    Fix minor timestamp lossage in mieq.
52831    Replace miSprite implementation with Damage-based one. Otherwise damage and
52832        misprite conflict causing looping.
52833    Change pScreen usage around a bit to eliminate warnings
52834
52835commit 45fde3b041c071ae5a604cefbbfa4da5c1e828f8
52836Author: Keith Packard <keithp@keithp.com>
52837Date:   Sat Aug 7 01:19:01 2004 +0000
52838
52839    Eliminate mfb support. Fix visuals to match "normal" PC hardware (making
52840        lightpipe work).
52841
52842commit 2bdbc2c0d39b1618440a6a8ed1c38a11703e898c
52843Author: Keith Packard <keithp@keithp.com>
52844Date:   Sat Aug 7 01:02:41 2004 +0000
52845
52846    Clean up cw initialization, make sure wrappers re-wrap on exit.
52847
52848commit cff0043a347ba06e8ab16a84a35c99794b45149b
52849Author: Keith Packard <keithp@keithp.com>
52850Date:   Sat Aug 7 00:58:21 2004 +0000
52851
52852    Remove alpha-related fields from visual structure to retain binary
52853        compatibilty. Applications using ARGB visuals will need to use Render
52854        or other mechanisms to compute pixel values instead of AllocColor
52855
52856commit 196aafb19a3cfdc8c21f9bf75814cf0d84ff4446
52857Author: Keith Packard <keithp@keithp.com>
52858Date:   Fri Aug 6 23:42:10 2004 +0000
52859
52860    Add RenderAddTraps. Rewrite trapezoid rendering code.
52861
52862commit e847bcda0827ffb87689a0162c648570de6d6f69
52863Author: Eric Anholt <anholt@freebsd.org>
52864Date:   Fri Aug 6 00:31:28 2004 +0000
52865
52866    Fix missing ';' in cw.c and unwrap the render wrapper properly.
52867
52868commit ae1580c494fde2b56f9faa40f7ebcf637728efc8
52869Author: Eric Anholt <anholt@freebsd.org>
52870Date:   Thu Aug 5 18:24:58 2004 +0000
52871
52872    - Add a new Render function, CopyPicture, which will update a picture with
52873        the flagged bits from a source picture. Approved in principle by
52874        keithp.
52875    - Use CopyPicture and SetTransform to update most of the backing picture's
52876        state in the composite wrapper. Filters are still missing.
52877    - Don't allocate a picture private, now that we calculate clipping properly
52878        and don't need the serialNumber or stateChanges.
52879    - Use the format of the source pixmap rather than generating the format
52880        from the window's visual.
52881    - Wrap the rest of the Render primitives that were stubbed out before.
52882
52883commit 73e14bd611fa7eac649a2b4c7964959d9eae887b
52884Author: Eric Anholt <anholt@freebsd.org>
52885Date:   Wed Aug 4 23:18:38 2004 +0000
52886
52887    - Always validate the backing GC in cwValidateGC, not just when the clip
52888        list changes.
52889    - Use FillTiled instead of FillSolid for painting tiled border/background
52890        pixmaps, and don't needlessly change the scratch GC's defaults.
52891    - Use the preferred dixChangeGC instead of DoChangeGC.
52892    - Simplify a silly loop and clean up a couple of comments.
52893
52894commit d240c41a3ab9cde9921cc96cf86e630ca5c9005a
52895Author: Egbert Eich <eich@suse.de>
52896Date:   Wed Aug 4 12:21:48 2004 +0000
52897
52898    Optimization of CJK rendering when using versions of freetype prior to
52899        2.1.8 (Chisato Yamauchi).
52900    A small backward compatibility fix to make the freetype module build with
52901        freetype version < 2.1.7.
52902    Fixed/added some debugging code.
52903
52904commit 751fd11a9ad1a473d7311362246b0869a008001b
52905Author: Eric Anholt <anholt@freebsd.org>
52906Date:   Wed Aug 4 10:05:37 2004 +0000
52907
52908    - Add two new XAA hooks, SetupForCPUToScreenTexture2 and
52909        SetupForCPUToScreenAlphaTexture2. These add a dstFormat argument after
52910        the previous format argument, which the driver needs to use to properly
52911        set up the destination format. Two new arrays are added for the list of
52912        destination formats supported that correspond to the previous format
52913        arrays for sources.
52914    - Make Render acceleration only occur when the new hook for that
52915        acceleration type is supplied and the dst format list is set, along
52916        with the src format list being set. Without knowing the destination
52917        format, the Render acceleration couldn't properly support all the
52918        destinations it might encounter.
52919    - Bump XAA module minor version.
52920    - Update the Radeon Render acceleration to use the new hooks when the XAA
52921        module is sufficiently new. Fix a bug in the src/dst alpha booleans for
52922        ops, and use them to set blend_cntl to support destinations without
52923        alpha. Add missing PICT_a1r5g5b5 texture format, and add list
52924        terminator. (!)
52925
52926commit 9c1d52a69db841ac85ef97d7223361b83a66ae29
52927Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
52928Date:   Tue Aug 3 10:12:25 2004 +0000
52929
52930    Merge from CYGWIN branch
52931    2004-08-02 Kensuke Matsuzaki
52932    Fix the bug that we can't copy & paste multi-byte string to Unicode-base
52933        Windows application. Rename fUnicodeSupport to fUseUnicode, because it
52934        don't mean wheather Windows support Unicode or not.
52935
52936commit defcfe3c7ee3e39ef02da08b7227b758dbede325
52937Author: Matthieu Herrb <matthieu.herrb@laas.fr>
52938Date:   Tue Aug 3 09:33:54 2004 +0000
52939
52940    programs/Xserver/hw/xfree86/ddc/xf86DDC.h
52941    programs/Xserver/hw/xfree86/vgahw/vgaHW.c
52942    programs/Xserver/hw/xfree86/vgahw/vgaHW.h
52943    programs/Xserver/miext/shadow/shadow.h
52944    programs/Xserver/miext/shadow/shpacked.c
52945    programs/Xserver/miext/shadow/shplanar.c
52946    programs/Xserver/miext/shadow/shrotate.c Fix glitches in pointer to
52947        functions declarations.
52948
52949commit e6d0b18c24f7f84aabed763be1cc8414883fab95
52950Author: Matthieu Herrb <matthieu.herrb@laas.fr>
52951Date:   Tue Aug 3 08:52:17 2004 +0000
52952
52953    Fix declaration of XAACachePlanarMonoStippleProc. Rename
52954        XAACachePlanarMonoStippleWeak to XAAGetCachePlanarMonoStipple() for
52955        consistency with other parts of xaa and fix forward declaration in
52956        xaalocal.h. Fixes last comments on Bug #962.
52957
52958commit bfbb40c28ce6e98c82973bd96054d4787579eaa6
52959Author: Eric Anholt <anholt@freebsd.org>
52960Date:   Tue Aug 3 05:49:48 2004 +0000
52961
52962    Major improvements to Composite wrapper. Several issues remain, but it now
52963        appears stable in limited testing.
52964    - Allocate the picture private, avoiding segfault.
52965    - Wrap PaintWindow to draw the background/border to the backing pixmap
52966        (based on Deron Johnson's comptran.c).
52967    - Set the x_off/y_off returns to translate coordinates properly.
52968    - Don't bother allocating temporary areas for the modified coordinates.
52969        Layers above are responsible for handling lower layers changing the
52970        arguments, so cw doesn't have to worry about it. mibstore.c has to do
52971        the allocation because it calls down twice (front buffer and backing
52972        store). (Suggested by keithp)
52973    - Handle the mode argument to PolyPoint, Polylines, and FillPolygon.
52974    - Remove some dead elements in the cw privates.
52975    - Kill a prototype warning in compinit.c by adding the cw.h header.
52976
52977commit b7ba272da0910c6558f71cfedd0bf9836fc892c1
52978Author: Eric Anholt <anholt@freebsd.org>
52979Date:   Tue Aug 3 05:39:19 2004 +0000
52980
52981    The Damage extension has to wrap after (be called before) the Composite
52982        extension so that the redirecting of drawables by the wrapper doesn't
52983        confuse Damage.
52984
52985commit d112e55992e9e03e74fdf5738c8c47cd90033a37
52986Author: Adam Jackson <ajax@nwnk.net>
52987Date:   Tue Aug 3 02:44:23 2004 +0000
52988
52989    Bug #962: Remove LoaderSymbol calls introduced by the dlloader work so
52990        DoLoadableServer NO builds work again.
52991
52992commit 734cb34dc1697530ecd971b84e1061ed86b4c2a4
52993Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
52994Date:   Mon Aug 2 21:15:30 2004 +0000
52995
52996    Mon Aug 2 21:49:33 2004 Soeren Sandmann <sandmann@redhat.com>
52997    Remove double cast.
52998
52999commit e6b9cc79c204420117a1f7b23d131ec24923d612
53000Author: Egbert Eich <eich@suse.de>
53001Date:   Mon Aug 2 19:35:07 2004 +0000
53002
53003    Removed distro specific stuff.
53004    Fixed FreeType module to build with FreeType versions older than 2.1.7.
53005    Fixed typo.
53006    Added vtSema to protect call of driver DPMS function.
53007    removed unneeded variable
53008    Modified RandR driver hook to reduce the number of function calls to one.
53009        Function is sufficiently generic to be extended in the future.
53010
53011commit b759da83ae62a897b7727d9180a68b962b571286
53012Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
53013Date:   Sun Aug 1 16:16:18 2004 +0000
53014
53015    added README for Cygwin/X
53016    This file currently contains the Cygwin/X specific release notes from 6.7.0
53017        and a first collection of what will make up the release notes for the
53018        next release
53019
53020commit d638a50f3f039d84d86c00696d7d3ec22560bc3c
53021Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
53022Date:   Sat Jul 31 18:33:56 2004 +0000
53023
53024    adjust prototype for winInitCmapPrivates to match Egberts change.
53025
53026commit 488be6611919af97d7e4f8b0994487882eb78e18
53027Author: Kevin E Martin <kem@kem.org>
53028Date:   Sat Jul 31 09:41:27 2004 +0000
53029
53030    Fix typo
53031
53032commit 383b6b59864098b03d991628ff5933d997793ea1
53033Author: Kevin E Martin <kem@kem.org>
53034Date:   Sat Jul 31 09:14:06 2004 +0000
53035
53036    Add "Extensions" section support to configuration parser
53037
53038commit d690556d496c7331bd112903a0c9e6553c7d3342
53039Author: Eric Anholt <anholt@freebsd.org>
53040Date:   Sat Jul 31 08:24:14 2004 +0000
53041
53042    Integrate COMPOSITEWRAP branch including composite wrapper. This code still
53043        has several issues, including:
53044    - CopyWindow and PaintWindow wrappers missing (will be done soon)
53045    - Some segfaults seen in the Render wrappers.
53046    - Xprt server build breaks with Composite.
53047    - DDXs must be recompiled for Composite due to VisualRec size change.
53048    - Composite bugs pointed out by Deron Johnson in email.
53049    Also, reorder XFixes initialization according to comments by Keith which
53050        are also in xserver CVS.
53051
53052commit 8763cca7f9927bd6c9caf804bf09dcfea929eed0
53053Author: Eric Anholt <anholt@freebsd.org>
53054Date:   Sat Jul 31 07:26:50 2004 +0000
53055
53056    Update xfixes server code to major version 3 from xserver CVS, and perform
53057        minor diff-reduction versus xserver CVS.
53058
53059commit 25bd6ff4a622d09fb0c247b7c40281744c61431e
53060Author: Kevin E Martin <kem@kem.org>
53061Date:   Sat Jul 31 04:23:21 2004 +0000
53062
53063    Add new extension enable/disable feature. This code is a small step in the
53064        right direction -- i.e., moving towards full run-time config of
53065        extensions. Currently, only XTEST, XINERAMA, RENDER, XKB, and XEVIE are
53066        supported.
53067
53068commit 326729ebca863c99cf913445126294a3c6d3db5d
53069Author: Eric Anholt <anholt@freebsd.org>
53070Date:   Sat Jul 31 01:48:27 2004 +0000
53071
53072    - Add some XFIXES bits apparently missed in the DAMAGE-XFIXES merge
53073    - Add missing XCSECURITY ifdef.
53074    - Sync some whitespace to xserver CVS and surrounding style.
53075
53076commit 370bda820b2912b93dcc34c088075f8e65a9e5cb
53077Author: Eric Anholt <anholt@freebsd.org>
53078Date:   Sat Jul 31 01:38:46 2004 +0000
53079
53080    Integrate latest damage bits, including the addition of Composite code.
53081        Includes REGION_INIT -> REGION_NULL necessary to avoid segfaults with
53082        inlined region macros.
53083
53084commit 7542d8a17ad469f9c760f0f843bd6a4fb6deb57d
53085Author: Stuart Kreitman <stuart.kreitman@sun.com>
53086Date:   Sat Jul 31 01:37:47 2004 +0000
53087
53088    Turn on XEVIE https://freedesktop.org/bugzilla/show_bug.cgi?id=947 Modified
53089        Files: miinitext.c
53090
53091commit b2065f376b932e49f1f96dfb92ddb52d15796abe
53092Author: Stuart Kreitman <stuart.kreitman@sun.com>
53093Date:   Sat Jul 31 01:34:26 2004 +0000
53094
53095    Integration of XEVIE branch to trunk, latest updates
53096        https://freedesktop.org/bugzilla/show_bug.cgi?id=947 Modified Files:
53097        Imakefile xevie.c
53098
53099commit e68bfc801680f2852c59099aa3d7502e49b48b2c
53100Author: Stuart Kreitman <stuart.kreitman@sun.com>
53101Date:   Sat Jul 31 01:33:40 2004 +0000
53102
53103    Integration of XEVIE branch to trunk, Some updates from latest reviews
53104        https://freedesktop.org/bugzilla/show_bug.cgi?id=947 Modified Files:
53105        events.c
53106
53107commit 706b2a7e02aa0085769fb87782118488d0f90eaa
53108Author: Adam Jackson <ajax@nwnk.net>
53109Date:   Sat Jul 31 01:21:19 2004 +0000
53110
53111    Change several LoaderSymbol calls introduced by the bug #400 patch to
53112    *Weak() resolver functions.
53113
53114commit 9e13805b02f37497971c789b4035abc29463c550
53115Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
53116Date:   Sat Jul 31 00:44:45 2004 +0000
53117
53118    adjust prototype for winInitCmapPrivates to match Egberts change.
53119
53120commit 4da507a03fd5659e5944d9e47dd2f8920636383b
53121Author: Kevin E Martin <kem@kem.org>
53122Date:   Sat Jul 31 00:32:43 2004 +0000
53123
53124    Fix compiler warning
53125
53126commit 64a6d3e9c84a36b4e0550d112f288b695c5056cd
53127Author: Hui YU <hyu@ati.com>
53128Date:   Fri Jul 30 22:20:21 2004 +0000
53129
53130    Support for New radeon chips: R420/M18, R423, RV370/M22, RV380/M24, RS300.
53131        Add special handlings for DELL triple-head server (RV100). Misc. bug
53132        fixes for flat panel, host aperture, etc (Bug #946)
53133
53134commit d3c98fed2c37a863a6765a3e288bcdbc2738878a
53135Author: Egbert Eich <eich@suse.de>
53136Date:   Fri Jul 30 21:53:09 2004 +0000
53137
53138    Add support for on-the-fly screen rotation when supported by hardware (Aron
53139        Plattner).
53140
53141commit 4baf0029418d3eeeac5d1026a7cfea3234e44e48
53142Author: Egbert Eich <eich@suse.de>
53143Date:   Fri Jul 30 21:46:38 2004 +0000
53144
53145    An experimental pseudocolor emulation layer. Not fully completed, currently
53146        only works for 16bpp.
53147
53148commit 63a152f7812d0981e3e7aa41a42e59cd0c3e50dc
53149Author: Egbert Eich <eich@suse.de>
53150Date:   Fri Jul 30 21:39:20 2004 +0000
53151
53152    removing some unnecessary restricitons on the allowed visuals.
53153
53154commit 0ba15599466ddb644728c6b68e64e05b1317ac2e
53155Author: Egbert Eich <eich@suse.de>
53156Date:   Fri Jul 30 21:10:46 2004 +0000
53157
53158    Adding a colormap index to the InitColormapPrivate() func call. Without it
53159        it was completely useless.
53160    test if colormap with index really exists in the list of installed maps
53161        before using it.
53162
53163commit bbfe7bed3fe4d9bd089327cd59e6faedb592dabb
53164Author: Egbert Eich <eich@suse.de>
53165Date:   Fri Jul 30 20:56:53 2004 +0000
53166
53167    Set DPMS to ON when VT switching away or shutting down the server. Failing
53168        to do this may leave the text console blank.
53169
53170commit 40b975e3acb11c1ec2fd4c5984f5efa20b669489
53171Author: Egbert Eich <eich@suse.de>
53172Date:   Fri Jul 30 20:51:09 2004 +0000
53173
53174    Improved error messages.
53175    build fixes for AMD64.
53176    Made shm* functions in the libc_wrapper more standard conformant by setting
53177        errno correctly.
53178    Use xf86ExendedInitInt10() in VBEExtendedInit() to be able to pass flags.
53179
53180commit 7643199de1c4f12a2aadeaf2d539a37ddb45672b
53181Author: Egbert Eich <eich@suse.de>
53182Date:   Fri Jul 30 20:38:27 2004 +0000
53183
53184    Fix static build.
53185    add i845 to the list of chips that allow memory size tweaking.
53186
53187commit 48514fee3c8ec26f36e142ffc9272e510b9a4238
53188Author: Adam Jackson <ajax@nwnk.net>
53189Date:   Fri Jul 30 20:30:57 2004 +0000
53190
53191    Bug #400 (partial): Driver fixes for the dlloader. When using dlloader, all
53192        framebuffer formats except cfb and the overlay modes should work, and
53193        r128 and radeon need to be loaded from the ati driver (both issues to
53194        be fixed soon). Tested on i740, s3virge, mach64, tdfx, vesa, and vga
53195        drivers. elfloader users shouldn't be affected.
53196
53197commit 29012adb37c533f57c684ad94c4d83a6c31793e5
53198Author: Torrey Lyons <torrey@mrcla.com>
53199Date:   Fri Jul 30 19:28:03 2004 +0000
53200
53201    Add generic rootless layer documentation missed from last commit.
53202
53203commit 784e4d1cc02dea837a38a4140a18013953296366
53204Author: Torrey Lyons <torrey@mrcla.com>
53205Date:   Fri Jul 30 19:12:18 2004 +0000
53206
53207    Merge many XDarwin improvements:
53208    - Fix launch of X clients by double clicking in the Finder when there is a
53209        space in the path (Torrey T. Lyons).
53210    - Interpret scroll wheel mouse events correctly when shift is held down
53211        (Benjamin Burke).
53212    - Add option to always use Mac command key equivalents (John Harper and
53213        Torrey T. Lyons).
53214    - Add support for dynamic screen configuration changes in rootless mode
53215        (John Harper and Torrey T. Lyons).
53216    - Add documentation on generic rootless layer (Torrey T. Lyons).
53217
53218commit c2275b31adc3c4292c171055db16e00ee0e69e43
53219Author: Egbert Eich <eich@suse.de>
53220Date:   Fri Jul 30 19:04:14 2004 +0000
53221
53222    Removed bugs on TweakMemorySize() which prevented it from working at all.
53223    Initialized last element of BIOS version number string to 0 to avoid random
53224        problems.
53225
53226commit 5ed0aefc67e86abaddf1b6bffdc832996b86fb46
53227Author: Egbert Eich <eich@suse.de>
53228Date:   Fri Jul 30 18:40:36 2004 +0000
53229
53230    Fixed typo in a comment.
53231    Deleted bogus comment.
53232    Added debugging support.
53233
53234commit d380647739e4767da69edc44bbb441b3b9554b03
53235Author: Torrey Lyons <torrey@mrcla.com>
53236Date:   Fri Jul 30 18:22:13 2004 +0000
53237
53238    Add initial Xinput support for XDarwin (Greg Parker).
53239
53240commit 41641c11ec8994f1bc4bd1b05ae2cb38167c8312
53241Author: Torrey Lyons <torrey@mrcla.com>
53242Date:   Fri Jul 30 17:37:09 2004 +0000
53243
53244    Make XDarwin not default to StaticColor on ix86 (Shantonu Sen).
53245
53246commit f4c84e7dbf0f25a2544d4400e600310421683f3c
53247Author: Roland Mainz <roland.mainz@nrubsig.org>
53248Date:   Fri Jul 30 12:03:56 2004 +0000
53249
53250    Fix for http://xprint.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=940
53251        - Filter /etc/init.d/xprint throught CPP/|MakeScriptFromCpp()| to allow
53252        platform-specific customisation.
53253
53254commit ed923a42b800e3f701084ef5828cabbbefe8361f
53255Author: Eric Anholt <anholt@freebsd.org>
53256Date:   Fri Jul 30 06:54:41 2004 +0000
53257
53258    file cw_render.c was initially added on branch COMPOSITEWRAP.
53259
53260commit 69e379ddaf85feda6a163b5f4e855ffe86b254df
53261Author: Eric Anholt <anholt@freebsd.org>
53262Date:   Fri Jul 30 06:54:41 2004 +0000
53263
53264    file cw_ops.c was initially added on branch COMPOSITEWRAP.
53265
53266commit 0ee93acd103af947fef0a28e32b5b3f2857789bf
53267Author: Eric Anholt <anholt@freebsd.org>
53268Date:   Fri Jul 30 06:54:40 2004 +0000
53269
53270    file cw.c was initially added on branch COMPOSITEWRAP.
53271
53272commit 3bdaa0e7fa7b6f5d550907d5fe7d0fb16c53e243
53273Author: Eric Anholt <anholt@freebsd.org>
53274Date:   Fri Jul 30 06:54:40 2004 +0000
53275
53276    file cw.h was initially added on branch COMPOSITEWRAP.
53277
53278commit 94e1ea569171334eb40a2d4a63138c02915203db
53279Author: Eric Anholt <anholt@freebsd.org>
53280Date:   Fri Jul 30 06:54:40 2004 +0000
53281
53282    file compwindow.c was initially added on branch COMPOSITEWRAP.
53283
53284commit 705536d04c4f09c84bb04827c07bb899584f399d
53285Author: Eric Anholt <anholt@freebsd.org>
53286Date:   Fri Jul 30 06:54:40 2004 +0000
53287
53288    file compinit.c was initially added on branch COMPOSITEWRAP.
53289
53290commit b80dbd886d7cc3a72772f3231a8c8e8df7f6679f
53291Author: Eric Anholt <anholt@freebsd.org>
53292Date:   Fri Jul 30 06:54:40 2004 +0000
53293
53294    file compalloc.c was initially added on branch COMPOSITEWRAP.
53295
53296commit beb26caf68d3e25bf85fd63dbb499eca4b1f05ba
53297Author: Eric Anholt <anholt@freebsd.org>
53298Date:   Fri Jul 30 06:54:40 2004 +0000
53299
53300    file compext.c was initially added on branch COMPOSITEWRAP.
53301
53302commit 97afc846003bb521cf9d6e92b298024d83db8759
53303Author: Eric Anholt <anholt@freebsd.org>
53304Date:   Fri Jul 30 06:54:40 2004 +0000
53305
53306    file compint.h was initially added on branch COMPOSITEWRAP.
53307
53308commit 854c1afa867ff617b47c4cde3cfd86bd26e9931a
53309Author: Kevin E Martin <kem@kem.org>
53310Date:   Fri Jul 30 04:44:13 2004 +0000
53311
53312    Fix "DoLoadableServer NO" build
53313
53314commit 71164d118c192e96eb2b0fc45514233e9563a568
53315Author: Stuart Kreitman <stuart.kreitman@sun.com>
53316Date:   Fri Jul 30 01:21:57 2004 +0000
53317
53318    Integration of XEVIE branch to trunk
53319        https://freedesktop.org/bugzilla/show_bug.cgi?id=947
53320    Modified Files: cursorstr.h input.h inputstr.h windowstr.h
53321
53322commit 82a6a659248bb66a0364eb9eaf331747834fb5c6
53323Author: Stuart Kreitman <stuart.kreitman@sun.com>
53324Date:   Fri Jul 30 01:20:42 2004 +0000
53325
53326    Integration of XEVIE branch to trunk
53327        https://freedesktop.org/bugzilla/show_bug.cgi?id=947
53328    Modified Files: Imakefile Added Files: xevie.c
53329
53330commit dd7077cadcdc323e1a301ed5eefa7ff12599aa4d
53331Author: Kevin E Martin <kem@kem.org>
53332Date:   Fri Jul 30 01:15:57 2004 +0000
53333
53334    Cleaned up code since client's saveSet is no longer defined as a pointer*
53335        (forgot one change in previous check-in)
53336
53337commit 813d75f9d3c7b540977926e37310fa683daf12e1
53338Author: Kevin E Martin <kem@kem.org>
53339Date:   Thu Jul 29 23:43:40 2004 +0000
53340
53341    Use LibraryTargetName when not building a loadable server
53342    Move extern function declarations to window.h
53343    Cleaned up code since client's saveSet is no longer defined as a pointer*
53344    Added externs back in
53345    Change #if to #ifdef to fix compiler warning
53346    Add function declarations that were inadvertently removed by previous check
53347        in
53348    Disable extensions that are not (yet) supported by DMX
53349
53350commit 274d5044ac41523ff23912c223177c429c710e09
53351Author: Stuart Kreitman <stuart.kreitman@sun.com>
53352Date:   Thu Jul 29 18:49:42 2004 +0000
53353
53354    Integration of DAMAGE-XFIXES branch to trunk
53355        https://freedesktop.org/bugzilla/show_bug.cgi?id=859
53356    Modified Files: Imakefile miinitext.c
53357
53358commit 406c49eb810cbdcfd833cac4eeaa465598238691
53359Author: Stuart Kreitman <stuart.kreitman@sun.com>
53360Date:   Thu Jul 29 18:46:37 2004 +0000
53361
53362    Integration of DAMAGE-XFIXES branch to trunk
53363        https://freedesktop.org/bugzilla/show_bug.cgi?id=859
53364    DAMAGE calls some shape functions. Modified Files: Imakefile shape.c
53365
53366commit 0bca00e1205bf1a4537cbf7be6339b3b1f9b953f
53367Author: Stuart Kreitman <stuart.kreitman@sun.com>
53368Date:   Thu Jul 29 18:43:58 2004 +0000
53369
53370    Integration of DAMAGE-XFIXES branch to trunk
53371        https://freedesktop.org/bugzilla/show_bug.cgi?id=859
53372    Modified Files: dispatch.c dixutils.c events.c window.c
53373
53374commit d4a101d4ef9943dcddf08b00b2d3ab4319597193
53375Author: Stuart Kreitman <stuart.kreitman@sun.com>
53376Date:   Thu Jul 29 18:37:54 2004 +0000
53377
53378    Integration of DAMAGE-XFIXES branch to trunk
53379        https://freedesktop.org/bugzilla/show_bug.cgi?id=859
53380    These RENDER changes come from the experimental freedesktop tree formerly
53381        known as "Xserver". Partly motivated by compatibility with DAMAGE as
53382        pulled from that tree, also some of the code just is better
53383        implemented.
53384    Modified Files: filter.c picture.c picture.h picturestr.h
53385
53386commit e1281790bb3d7cdcc5de85829806dd53da67e326
53387Author: Stuart Kreitman <stuart.kreitman@sun.com>
53388Date:   Thu Jul 29 18:16:56 2004 +0000
53389
53390    Integration of DAMAGE-XFIXES branch to trunk
53391        https://freedesktop.org/bugzilla/show_bug.cgi?id=859
53392    Modified Files: cursorstr.h dix.h dixstruct.h regionstr.h window.h
53393
53394commit d2f798b6dbaebd0300f42c2e083a962c37647620
53395Author: Stuart Kreitman <stuart.kreitman@sun.com>
53396Date:   Thu Jul 29 14:42:24 2004 +0000
53397
53398    Integration of DAMAGE-XFIXES branch to trunk
53399        https://freedesktop.org/bugzilla/show_bug.cgi?id=859
53400    Added Files: Imakefile damage.c damage.h damagestr.h
53401
53402commit 682ee8a9f8d55c6a6f517a277d1bfad2a0f28594
53403Author: Stuart Kreitman <stuart.kreitman@sun.com>
53404Date:   Thu Jul 29 14:40:33 2004 +0000
53405
53406    Integration of DAMAGE-XFIXES branch to trunk
53407        https://freedesktop.org/bugzilla/show_bug.cgi?id=859
53408
53409commit 6ed1c3845517c7731dcc74baa51bb801838afaff
53410Author: Stuart Kreitman <stuart.kreitman@sun.com>
53411Date:   Thu Jul 29 14:33:43 2004 +0000
53412
53413    bugzilla 859 -merging DAMAGE-XFIXES into trunk
53414
53415commit 736e511824c4f5e77e637c680a4e45f0b7631644
53416Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
53417Date:   Wed Jul 28 03:57:19 2004 +0000
53418
53419    Fix shared reqs for Xlibi18n, Xaw6 & Xmu for Solaris
53420    Improved support for Compose and Kana Lock LED's on Sun keyboards
53421    Add event definitions for additional keys on Sun Japanese keyboards
53422    VUID mouse protocol support for Solaris Make default mouse message clearer
53423        on machines that use a default other than /dev/mouse.
53424
53425commit d374dffb20364a3df184cc28888ee7edbe50f474
53426Author: Rik Faith <faith@alephnull.com>
53427Date:   Wed Jul 28 00:28:00 2004 +0000
53428
53429    When using DMX console input, make detached screens display as grey (vs.
53430        white for attached and black for dead-space).
53431
53432commit 1498414cc85c148ef15b9b57d9f9b6b850bf2702
53433Author: Torrey Lyons <torrey@mrcla.com>
53434Date:   Tue Jul 27 20:26:47 2004 +0000
53435
53436    Fix Xprint build on Darwin.
53437
53438commit ddd58356123f61b863754eb0bdd42a8defa0461b
53439Author: Torrey Lyons <torrey@mrcla.com>
53440Date:   Tue Jul 27 20:24:00 2004 +0000
53441
53442    Fix XDarwin's broken build of libGL and server side GLX. GL library is only
53443        known to build correctly on Mac OS X 10.3.4 and still needs some work
53444        for earlier versions.
53445
53446commit 8ef3e7052e8e1db869411e9f6fc88491e3f05474
53447Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
53448Date:   Tue Jul 27 09:53:14 2004 +0000
53449
53450    Merge latest changes from CYGWIN branch
53451    Use find | xargs combination instead of simple shell globbing to prevent
53452        commandline argument overflow
53453
53454commit a12a678bc9af8df1a3078f574b0c910e3e6983f8
53455Author: Matthieu Herrb <matthieu.herrb@laas.fr>
53456Date:   Tue Jul 27 06:20:52 2004 +0000
53457
53458    Fix a bug that caused an entire batch of events to be thrown out when one
53459        of an unknown type is encountered. (Ty Sarna, NetBSD).
53460
53461commit 19002e47a0dbf55e035b674116a533ec9814edfa
53462Author: Alex Deucher <agd5f@yahoo.com>
53463Date:   Tue Jul 27 02:50:41 2004 +0000
53464
53465    - enable maven support for TV detection, DPMS, and DDC on crtc2 on G400
53466        (Ryan Underwood) (http://bugs.xfree86.org/show_bug.cgi?id=1098)
53467    - expose I2CStart; needed for mga maven support (Ryan Underwood)
53468
53469commit 2a7b137d41eb8ce6efc45b47b5df0c89eb4f5d93
53470Author: Matthieu Herrb <matthieu.herrb@laas.fr>
53471Date:   Mon Jul 26 22:41:47 2004 +0000
53472
53473    remove extra ';' (Alan Hourihane, Keith Packard).
53474
53475commit 799208dd44a65b18dda97b4843a27a2628f955f4
53476Author: Adam Jackson <ajax@nwnk.net>
53477Date:   Mon Jul 26 19:06:04 2004 +0000
53478
53479    Bug #377: Make lib{glx,GLcore,dri} work when compiled as dlloader modules.
53480
53481commit f15f881727cee9a879bd43be8dc849320f8d3cbd
53482Author: Keith Packard <keithp@keithp.com>
53483Date:   Mon Jul 26 17:14:27 2004 +0000
53484
53485    Eliminate bogus rate check in fbdevModeSupported. Hmm. Potentially bogus
53486        rate selection necessary for Mac fbdev
53487    Don't know about fb changes to pixmaps, so can't track dirt.
53488    Add Mac specific 1280x854 mode. Warn when requested mode isn't found.
53489    Add ability to soft-boot video cards.
53490    Add region expand request. FIXME: need test cases
53491
53492commit 20913b7d5daf90e0f7ad1ee967ad2f0daaec40f9
53493Author: Matthieu Herrb <matthieu.herrb@laas.fr>
53494Date:   Sat Jul 24 17:35:39 2004 +0000
53495
53496    Fix a problem with wsmouse driver loosing events on 64bit architectures
53497        (XFree86 Bugzilla #1438, John Heasley). "To fix this, I've added a
53498        mouse buffer (Xisb buffer) "scale" value to the MouseDevPtr type. If
53499        set, it is used as structure size of which we want space for a few."
53500
53501commit c57944cd9aaac717d4d4ada44626e35925b39bbd
53502Author: Keith Packard <keithp@keithp.com>
53503Date:   Sat Jul 24 17:02:49 2004 +0000
53504
53505    Check for mmio before restoring crtc/crtc2 pitch registers
53506
53507commit 5fdff8b95e8f90221a46717c2f84715ab238460c
53508Author: Matthieu Herrb <matthieu.herrb@laas.fr>
53509Date:   Sat Jul 24 16:32:39 2004 +0000
53510
53511    Bugzilla #884: OpenBSD/amd64 support.
53512
53513commit cc3e0173d9fae8a40eb46606d9951e3aa1df975a
53514Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
53515Date:   Thu Jul 22 19:24:50 2004 +0000
53516
53517    Thu Jul 22 20:03:11 2004 Soeren Sandmann <sandmann@daimi.au.dk>
53518    Call MMX solid fill routine when available.
53519    Call MMX operations when available.
53520    New HasGcc34 macro
53521    New file with many operations implemented with MMX intrinsics, conditional
53522        on having GCC 3.4 on i386.
53523
53524commit 9565d9e0cf85e6f5fb47acebdd66212bd6cc3e08
53525Author: Keith Packard <keithp@keithp.com>
53526Date:   Thu Jul 22 18:17:59 2004 +0000
53527
53528    Correct pitch so that accelerator can run on 1400x1050 screens. Add a few
53529        more register sets for cursors.
53530
53531commit 67dbad6b3b9163eafae7d9dd7698708e10372a21
53532Author: Eric Anholt <anholt@freebsd.org>
53533Date:   Thu Jul 22 06:48:19 2004 +0000
53534
53535    DRM 20040721 import
53536
53537commit 829b2c72a6433ebaf63f2d2726259c73cca4bd1a
53538Author: Eric Anholt <anholt@freebsd.org>
53539Date:   Thu Jul 22 06:48:19 2004 +0000
53540
53541    Initial revision
53542
53543commit 448e0754e369d433a61ae337bbfd7dba195c5e69
53544Author: Phil Blundell <pb@reciva.com>
53545Date:   Wed Jul 21 20:33:35 2004 +0000
53546
53547    Include -lts if appropriate. Patch from pattieja@bentham.ispvip.biz.
53548
53549commit 0c32a94623b13dd1ac5b015b465bdf890f498282
53550Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
53551Date:   Tue Jul 20 15:15:13 2004 +0000
53552
53553    Bugzilla #889: Bind -from address to port number 0 instead of 177
53554
53555commit 07e6011106dcfa0ab69861aa7dcbb88382625c16
53556Author: Phil Blundell <pb@reciva.com>
53557Date:   Tue Jul 20 14:33:42 2004 +0000
53558
53559    Select optimized
53560    16bpp shadow copy functions if screen is 16bpp. Select -YX versions for
53561    90 and 270 rotations if architecture is ARM.
53562
53563commit 797114414096d7bf7ed0d73a878d0cffef262301
53564Author: Roland Mainz <roland.mainz@nrubsig.org>
53565Date:   Mon Jul 19 22:01:52 2004 +0000
53566
53567    Fix for http://freedesktop.org/bugzilla/show_bug.cgi?id=893 - Fixing the
53568        bug that Xprt did not honor ${LC_ALL} when looking for model-config
53569        dirs.
53570
53571commit 8853f9331826899229e5b7c964e9c852c0371ce5
53572Author: Eric Anholt <anholt@freebsd.org>
53573Date:   Mon Jul 19 12:07:01 2004 +0000
53574
53575    Add support for a8b8g8r8 and x8b8g8r8 pictures, which showed up frequently
53576        with metacity usage.
53577
53578commit adf4b38f49da063576b48f9c0750b78bb753b3de
53579Author: Eric Anholt <anholt@freebsd.org>
53580Date:   Mon Jul 19 11:42:49 2004 +0000
53581
53582    Breakage in last commit to this file: pCurPriv->area isn't set up until
53583        Enable, these days.
53584
53585commit d2e74e419d2c75c5a5b97236d2714730e6f69ee0
53586Author: Eric Anholt <anholt@freebsd.org>
53587Date:   Mon Jul 19 11:19:12 2004 +0000
53588
53589    Set the right number of texture coordinates for r200 Render support (still
53590        disabled, needs to be tested).
53591
53592commit cefcb7f123c962c3715b0c46f30430e87c82a017
53593Author: Eric Anholt <anholt@freebsd.org>
53594Date:   Mon Jul 19 11:16:13 2004 +0000
53595
53596    - Add Radeon picture transform support.
53597    - On R128, don't refer to an old Composite's mask transform when the
53598        current Composite doesn't have a mask.
53599    - Staticize some global variables in r128_composite.c.
53600
53601commit 9fe216a45836b98b5aea55725019668de3900e83
53602Author: Eric Anholt <anholt@freebsd.org>
53603Date:   Mon Jul 19 07:53:54 2004 +0000
53604
53605    Use the offscreen memory manager as much as possible to do the reservation
53606        of memory at startup. Do some drive-by cleanups while I'm here
53607        (sorry!).
53608
53609commit e2bb9f38cdcb74fd7630f4efe310ad14d597171e
53610Author: Eric Anholt <anholt@freebsd.org>
53611Date:   Mon Jul 19 07:20:01 2004 +0000
53612
53613    Add support for transforms of textures on R128.
53614
53615commit c04264727860cbe2e276e1934d6700d0baaf9f73
53616Author: Rik Faith <faith@alephnull.com>
53617Date:   Sun Jul 18 22:19:33 2004 +0000
53618
53619    Addition of console input after removal of core backend input that is not
53620        on screen 0 can cause a segfault. Fix by preventing reinitialization of
53621        detached inputs. When Xinerama is active and screen 0 is detached,
53622        pixmaps for XGetImage must be obtained from another screen.
53623
53624commit 0addd0d499046fc8a6cdc18fc41d34cac2ba77ea
53625Author: Roland Mainz <roland.mainz@nrubsig.org>
53626Date:   Sun Jul 18 05:21:20 2004 +0000
53627
53628    Fix for http://freedesktop.org/bugzilla/show_bug.cgi?id=858 - Fixing the
53629        problem that clients cannot use the TrueColor visual without calling
53630        |XInstallColormap();|.
53631
53632commit 7f9e263658b1c9c435db851a8afd904a2f584d13
53633Author: Kevin E Martin <kem@kem.org>
53634Date:   Sat Jul 17 20:44:14 2004 +0000
53635
53636    Revert change to MAXFORMATS to maintain binary compatibility
53637
53638commit c47a1bdd7463b6863018e2c4237acfd28b89f38f
53639Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
53640Date:   Sat Jul 17 01:13:31 2004 +0000
53641
53642    Fix typo in debug message in MakeAllCLTSServerListeners
53643    Add $(GETPEER_DEFINES) to DEPEND_DEFINES for makedepend
53644    Add "localuser" and "localgroup" access types to server-interpreted
53645        authentication scheme.
53646
53647commit 3e52373fc8179a59efc9e7ab22ce0cb5160d0409
53648Author: Carlos Romero <kcrashcore@bellsouth.net>
53649Date:   Thu Jul 15 09:56:40 2004 +0000
53650
53651    Enable i810.
53652
53653commit aeb78eaa980ac93f6af3e947ab1ad8bce5bc5bd1
53654Author: Eric Anholt <anholt@freebsd.org>
53655Date:   Thu Jul 8 08:21:25 2004 +0000
53656
53657    Commit the rest of the dirty optimization from 20040703 and add a missing
53658        header include. I don't know how this happened, but I'm going to blame
53659        a "few" fscks having happened between testing the code and committing
53660        (due to other driver changes that made me not blame dirty for the
53661        failures I saw) for disappearance of kasync.c changes. Fixes a lot of
53662        corruption.
53663
53664commit b46767352822b09e5dab8b54cbb7a37a9b62de53
53665Author: Eric Anholt <anholt@freebsd.org>
53666Date:   Thu Jul 8 06:57:58 2004 +0000
53667
53668    Remove duplicate protos in kdrive.h.
53669
53670commit 764d9e822b01fdfe3ff088028959cbc48b349026
53671Author: Carlos Romero <kcrashcore@bellsouth.net>
53672Date:   Wed Jul 7 20:43:25 2004 +0000
53673
53674    missing xkb/[xkb.h, xkbDflts.h] and hw/kdrive/mga/g400_common.h
53675
53676commit f96ef08d48b01f6119799ede9ffc43d0134cbf8b
53677Author: Carlos Romero <kcrashcore@bellsouth.net>
53678Date:   Wed Jul 7 19:21:07 2004 +0000
53679
53680    Initial kdrive XKB/XINPUT support, use --enable-xkb --enable-xinput
53681
53682commit a5c9b3229ce418a5e3eacc40b7a7f11c0a26d958
53683Author: Rik Faith <faith@alephnull.com>
53684Date:   Wed Jul 7 04:32:52 2004 +0000
53685
53686    Bugzilla #817
53687
53688commit 1498d7a096f0855fa965585acd9ca4a2780cc959
53689Author: Kevin E Martin <kem@kem.org>
53690Date:   Tue Jul 6 23:51:00 2004 +0000
53691
53692    - Disable building DMX on OSs that have not been verified to build
53693        correctly (Kevin Martin).
53694    - Fix DMX build when Xinerama is not enabled (Kevin Martin).
53695
53696commit 0e45f2a7536bf4b66d6f64d96b44431310884af3
53697Author: Egbert Eich <eich@suse.de>
53698Date:   Tue Jul 6 14:49:13 2004 +0000
53699
53700    ifdef'ed some IA32-only assembler statements. Presently these chipsets are
53701        IA32 only, anyway (Egbert Eich).
53702    Disabling generic VGA testing for IA64 architectures. Temporarily disabling
53703        support for ZX1 bus. This code is extremely invasive and is executed as
53704        fallback without testing for a ZX1 chipset. It brings a SGI Altrix to a
53705        grinding halt. (Egbert Eich).
53706
53707commit df2b55a25b7056ac92c1f6cbee9f16bd0a37ba8c
53708Author: Egbert Eich <eich@suse.de>
53709Date:   Tue Jul 6 14:37:48 2004 +0000
53710
53711    Separated Intel drivers from default DriDrivers to avoid building them on
53712        IA64 (Egbert Eich).
53713    Fixed wrong function prototype (Egbert Eich).
53714    Don't test for generic VGA on IA64 (Egbert Eich).
53715    Fixed a segfault when accessing a structure before verifying the pointer
53716        exists (Egbert Eich).
53717    Added a showcache option for debugging (Egbert Eich).
53718    Increase default video RAM size to 16MB when DRI is enabled and more than
53719        128MB are available (Egbert Eich). Fixed lockups during mode switch.
53720        Problem was introduced when attempting to copy the behavior during
53721        LeaveVT()/EnterVT() but but forgetting to call I810DRILeave() before
53722        I810DRIEnter(). The entire DRILeave()/Enter() scenario has been
53723        commented out as it didn't seem to be necessary (Egbert Eich).
53724    Fix TweakMemorySize() (tested with i855/i865) (Egbert Eich).
53725    increased MAX_DEVICES to 128 (Egbert Eich).
53726    Use OS provided PCI config space access as default method (Egbert Eich).
53727    Added support for Linux 2.6 proc file format.
53728    Fixed unaligned accesses to pieces of the VBE info block. VESA did not
53729        align elements to size (Egbert Eich).
53730
53731commit 7c466d64c34e68e0bc50e083861874161ae02db9
53732Author: Eric Anholt <anholt@freebsd.org>
53733Date:   Sat Jul 3 10:23:03 2004 +0000
53734
53735    Clean up Rage 128 composite code. Now it composites more operations
53736        correctly and is simpler.
53737
53738commit 020701566916c8569f5af7f2efe1de36fea2002e
53739Author: Eric Anholt <anholt@freebsd.org>
53740Date:   Sat Jul 3 09:16:30 2004 +0000
53741
53742    Add a "dirty" flag to the pixmap private. Clear it when setting up an
53743        offscreen pixmap area, and set it when any rendering occurs. When
53744        moving a pixmap out of offscreen, don't read data back if it wasn't
53745        dirtied (compared to the system memory copy).
53746
53747commit fd594b0559caa98ee0823be956aecf9c9d2e52bc
53748Author: Phil Blundell <pb@reciva.com>
53749Date:   Fri Jul 2 21:30:00 2004 +0000
53750
53751    Call ts_read multiple times, to avoid events getting stuck in the pipeline.
53752
53753commit 7976ee51afcad41b611e642d2feb31d805dedcf6
53754Author: Kevin E Martin <kem@kem.org>
53755Date:   Wed Jun 30 20:06:56 2004 +0000
53756
53757    Add Distributed Multihead X (DMX) support
53758
53759commit d5db59bd79f5d8788b99056bf9d969b5b3ad99e1
53760Author: Eric Anholt <anholt@freebsd.org>
53761Date:   Tue Jun 29 20:37:51 2004 +0000
53762
53763    Add an offscreen area scoring to improve choosing offscreen areas to kick
53764        out when allocation can't find a free area of the requested size. When
53765        offscreen pixmaps get used, the offscreen area's score is increased by
53766        a constant value. Every certain number of increases, all offscreen area
53767        scores get decreased by a fraction. When choosing a set of areas to
53768        remove for a new allocation, the set of areas with the smallest total
53769        score is chosen for removal. While this is not the smartest system, it
53770        prevents things like always removing the first offscreen area in memory
53771        (likely the most recent) to be kicked out when doing replacing.
53772
53773commit ea78d1c6fcd27d28e69cb97faf72b7b719f6f93e
53774Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
53775Date:   Mon Jun 28 18:08:26 2004 +0000
53776
53777    Add GLX_ALIAS_VOID for GLX_ALIAS of functions with return type void to fix
53778        builds with non-gcc compilers that refuse to let you do return
53779        function_that_returns_void(...)
53780    programs/Xserver/hw/xfree86/os-support/shared/sigiostubs.c Remove includes
53781        of xf86drm.h that break non-DRI builds
53782
53783commit 7ff67f2872ddd15908f789ec9bdb76e8211d6431
53784Author: Keith Packard <keithp@keithp.com>
53785Date:   Mon Jun 28 00:48:51 2004 +0000
53786
53787    Separate out off-screen allocation from Init. Fix Enable to update
53788        off-screen addresses. Wrap RandR to update off-screen addresses.
53789    Set off_screen_base and memory_size fields correctly.
53790
53791commit 5b75aae2cf1ad38556e9a55da72ad65419aa7f84
53792Author: Keith Packard <keithp@keithp.com>
53793Date:   Sat Jun 26 04:13:03 2004 +0000
53794
53795    Add ARGB cursor support for Radeon cards.
53796
53797commit 8bc0bc6d36dbc5000069017a1984905065164016
53798Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
53799Date:   Fri Jun 25 08:58:18 2004 +0000
53800
53801    #Bug 784: Ignore unconfigured interfaces with xdmcp
53802
53803commit c5ab3fdd928d12b4dc28108f2242b3b75e1ac65f
53804Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
53805Date:   Fri Jun 25 08:56:04 2004 +0000
53806
53807    #Bug 780: add RRSetScreenConfig
53808
53809commit f8226cee08a00b49f32dc3db814478490febe45d
53810Author: Roland Mainz <roland.mainz@nrubsig.org>
53811Date:   Fri Jun 25 00:02:11 2004 +0000
53812
53813    Fix for http://xprint.freedesktop.org/bugzilla/show_bug.cgi?id=791 - Adding
53814        special support for Canon C3200N
53815
53816commit ad6b9644a39343437967b4c3b2442dbd47508443
53817Author: Roland Mainz <roland.mainz@nrubsig.org>
53818Date:   Thu Jun 24 06:26:27 2004 +0000
53819
53820    Fix for http://xprint.freedesktop.org/bugzilla/show_bug.cgi?id=660 : Fix
53821        for the issue that GetPrinterList does not return printer descriptions
53822        on Solaris. The patch implements a framework which allows the printer
53823        enumerator scripts to pass additional printer attributes to the
53824        information pool (currently only "xp-printerattr.descriptor" is
53825        implemented).
53826
53827commit 884908a63c624585c9b5fcf22d565236298c2916
53828Author: Roland Mainz <roland.mainz@nrubsig.org>
53829Date:   Tue Jun 22 10:18:13 2004 +0000
53830
53831    Fix for http://xprint.freedesktop.org/bugzilla/show_bug.cgi?id=789 : Adding
53832        a workaround for the issue that Xprt may hang when the CUPS spooler
53833        frontend sends messages to stdout.
53834
53835commit c66cc2a219e860ae3c0b5d4ad18b22a6dc4e16df
53836Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
53837Date:   Mon Jun 21 13:51:57 2004 +0000
53838
53839    Bug 783: rootless patches for cygwin
53840
53841commit ed7f92e791f052d64cffef4b44eae5160fb24689
53842Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
53843Date:   Mon Jun 21 13:44:14 2004 +0000
53844
53845    Bug 778: add ddxBeforeReset
53846
53847commit 68d92cca1a696521599db6a826d2187ec0c15f01
53848Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
53849Date:   Mon Jun 21 13:35:05 2004 +0000
53850
53851    Bug 782: Merge native OpenGL for Windows from CYGWIN branch
53852
53853commit d6e8b1affec7351549c0006cc63b6923091cdd68
53854Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
53855Date:   Mon Jun 21 13:19:32 2004 +0000
53856
53857    Bug 777: Merge from CYGWIN branch
53858
53859commit dfdbb60bf5f613b3554d5435f08f16bde72aa353
53860Author: Roland Mainz <roland.mainz@nrubsig.org>
53861Date:   Mon Jun 21 00:29:46 2004 +0000
53862
53863    Fix for http://xprint.freedesktop.org/bugzilla/show_bug.cgi?id=772 - RFE:
53864        Switch default resolution from 300DPI to 600DPI
53865
53866commit dd831c7a5c1b0c540a78350aadaeb34a8aa67395
53867Author: Roland Mainz <roland.mainz@nrubsig.org>
53868Date:   Sat Jun 19 21:56:01 2004 +0000
53869
53870    Refix for http://freedesktop.org/bugzilla/show_bug.cgi?id=764 : Rework
53871        previous solution and make Xprt to default to "-noreset" (the default
53872        of Solaris version of Xprt) and add a "-reset" option which can be used
53873        to restore the default behaviour on demand.
53874
53875commit da78a4ddd833f78baf1d2579a1adea8208016ddb
53876Author: Damien Ciabrini <braun@club-internet.fr>
53877Date:   Wed Jun 16 21:36:54 2004 +0000
53878
53879    Update MGA composite patch commit. (some files were missing in the previous
53880        commit)
53881
53882commit e56e24af252bd3b8e58076adf0f8eabf1103f187
53883Author: Eric Anholt <anholt@freebsd.org>
53884Date:   Wed Jun 16 09:37:59 2004 +0000
53885
53886    Merge DRI-trunk-20040613 changes in programs/Xserver/GL.
53887
53888commit 2e1868b560315a8b20d688e646c489a5ad93eeae
53889Author: Eric Anholt <anholt@freebsd.org>
53890Date:   Wed Jun 16 09:25:21 2004 +0000
53891
53892    DRI trunk-20040613 import
53893
53894commit f45c46c630855e8e0d1c28b1f0d3b2ad54334619
53895Author: Eric Anholt <anholt@freebsd.org>
53896Date:   Wed Jun 16 09:25:15 2004 +0000
53897
53898    Initial revision
53899
53900commit 22bad9474b8822f03f84a8a39edce624bfb9befa
53901Author: Eric Anholt <anholt@freebsd.org>
53902Date:   Wed Jun 16 09:22:17 2004 +0000
53903
53904    DRI XFree86-4_3_99_12-merge import
53905
53906commit 1c133c27ccc1f09b95922fdece3c8d73cc182def
53907Author: Eric Anholt <anholt@freebsd.org>
53908Date:   Wed Jun 16 09:22:05 2004 +0000
53909
53910    Initial revision
53911
53912commit b61ff0daa4bd1e3b828dc5b985c3a2f3c92b202e
53913Author: Eric Anholt <anholt@freebsd.org>
53914Date:   Wed Jun 16 09:16:01 2004 +0000
53915
53916    DRM 20040613 import
53917
53918commit bcc1eab1fd57e8cb686d625934a6e527b7ae4ea2
53919Author: Eric Anholt <anholt@freebsd.org>
53920Date:   Wed Jun 16 09:16:01 2004 +0000
53921
53922    Initial revision
53923
53924commit 580b9a7da1bf0e20acdcddd676d471b3d6589023
53925Author: Jaymz Julian <jaymz@artificial-stupidity.net>
53926Date:   Mon Jun 14 08:43:57 2004 +0000
53927
53928    MGA composite support from Damien Ciabrini - thanks!
53929
53930commit 95d65cf6bb753d10f4db3d857fb98bb09389228e
53931Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
53932Date:   Sun Jun 13 04:50:21 2004 +0000
53933
53934    Manual page X(7) does not reference Xprt(1x), xplsprinters(1x), etc.
53935    xc/config/cf/Imake.rules Correct comment to match rule name for
53936        InstallDriverSDKObjectModule
53937    xc/programs/Xserver/hw/xfree86/os-support/sunos/sun_kbd.c Log results of
53938        ioctls to probe keyboard type & layout
53939
53940commit 4ffde8a6b3299f002c10b1abd881e4c6849767ea
53941Author: Eric Anholt <anholt@freebsd.org>
53942Date:   Thu Jun 10 19:22:58 2004 +0000
53943
53944    - Pass the right pixel mask (all ones) in to PrepareSolid in the
53945        solid-fill-based composite acceleration.
53946    - Use a real pixmap when doing an UploadToScratch (For pDrawable->type ==
53947        DRAWABLE_WINDOW, you need to get the backing pixmap).
53948    - Pass back the x/y offsets from kaaGetOffscreenPixmap unconditionally,
53949        because they'll be used in the scratch case.
53950    - Turn on the Render acceleration for Rage 128 and Radeon 100-series at
53951        last!
53952
53953commit c3bc6dd551436d5e37a07f37b3b77a83bb5b5da0
53954Author: Eric Anholt <anholt@freebsd.org>
53955Date:   Thu Jun 10 09:50:59 2004 +0000
53956
53957    Align scratch area offsets to the offscreen byte alignment.
53958
53959commit cf3f95d2164604047866b283fe0071574bf16dbc
53960Author: Eric Anholt <anholt@freebsd.org>
53961Date:   Thu Jun 10 08:37:28 2004 +0000
53962
53963    Oops, testers reported that the last patch actually didn't work (conflicts
53964        occurred), so the R300 PDMA doesn't work. Disable.
53965
53966commit 0b7647ee359537953b67b0dbf9daa807e356062b
53967Author: Eric Anholt <anholt@freebsd.org>
53968Date:   Thu Jun 10 05:57:31 2004 +0000
53969
53970    Bug #242: Fix setup of R300 cards, by providing R300 CP code from
53971        volodya-project and initializing PDMA.
53972
53973commit b3a18ca8b827cfe2ebb295a03a9776028242c1a0
53974Author: Franco Catrin L <fcatrin@tuxpan.com>
53975Date:   Mon Jun 7 05:13:29 2004 +0000
53976
53977    Neomagic driver enabled
53978
53979commit 893ea125597f3c6273f45a51673d4dc514e754e9
53980Author: Franco Catrin L <fcatrin@tuxpan.com>
53981Date:   Mon Jun 7 05:05:10 2004 +0000
53982
53983    small fixes. README added
53984
53985commit d9cca52feba13b69f3eea9e1d958b8a4711e7d67
53986Author: Keith Packard <keithp@keithp.com>
53987Date:   Fri Jun 4 17:06:18 2004 +0000
53988
53989    Add (stubbed out) Xgl server code
53990
53991commit f8a1dd3ce725195baa6f38a880299752c6c6c2c4
53992Author: Keith Packard <keithp@keithp.com>
53993Date:   Fri Jun 4 16:10:50 2004 +0000
53994
53995    Add top-level build support for GL X server (not working yet)
53996    Fix a few allocation bugs with alternate visual ids Allow for non-8/8/8
53997        alternate visuals
53998    Turn off any existing shadow before enabling it again (avoids
53999        re-registering existing damage)
54000    Add some validation code to catch re-registered damages
54001
54002commit 6741fadc52598af0096f106a2cefd640abb434b3
54003Author: Phil Blundell <pb@reciva.com>
54004Date:   Wed Jun 2 20:49:50 2004 +0000
54005
54006    New conditional. (REQUIRED_MODULES): Demand xcalibrateext if building
54007        XCalibrate.
54008    New file.
54009    Add xcalibrate.c.
54010    Read raw events if requested.
54011
54012commit d4d0c8470c4272dec642ab4c68f44a83cda06971
54013Author: Phil Blundell <pb@reciva.com>
54014Date:   Sun May 30 20:40:30 2004 +0000
54015
54016    Add -lts if using tslib.
54017
54018commit 8124810950d7e0b9db7f66dadee7218b0c26c4c3
54019Author: Carlos Romero <kcrashcore@bellsouth.net>
54020Date:   Sun May 30 13:51:18 2004 +0000
54021
54022    Initialize permedia engine for acceleration to work.
54023
54024commit ea1bbf8d83d3780ccce5ebcdff48f0b19863cee1
54025Author: Ralph Thomas <ralpht@68k.org>
54026Date:   Sat May 29 12:15:46 2004 +0000
54027
54028    Adding driver for VIA CLE266 graphics chip. Currently it only accelerates
54029        copy and fill operations.
54030
54031commit 6af411b02e808220d3afcef14abb97eec86cf1f3
54032Author: Daniel Stone <daniel@fooishbar.org>
54033Date:   Fri May 28 04:56:49 2004 +0000
54034
54035    Hey, I like devfs.
54036    Try /dev/fb/0 if /dev/fb0 fails.
54037
54038commit a7b42f685e7a4bf57cf89a3ef664a581ecedb50f
54039Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
54040Date:   Thu May 27 14:11:42 2004 +0000
54041
54042    file ChangeLog was initially added on branch CYGWIN.
54043
54044commit 05a3dbf5dc55ea534c68fc9d05b3949805a0752e
54045Author: Egbert Eich <eich@suse.de>
54046Date:   Wed May 26 17:44:29 2004 +0000
54047
54048    Updated x86emu and resynced with upsteam at Scitech.
54049
54050commit 9549f628e066396e6bc9a7edfc919bdd6860f170
54051Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
54052Date:   Tue May 25 20:33:46 2004 +0000
54053
54054    getconfig: file '/usr/X11R6/lib/X11/getconfig/xorg.cfg' has bad signature
54055        (Change "Xorg Project" to "Xorg Foundation" to match getconfig script)
54056
54057commit f8124d3ef5890d59c3ce41bee46b5e3576d0f9b1
54058Author: Carlos Romero <kcrashcore@bellsouth.net>
54059Date:   Tue May 25 13:02:44 2004 +0000
54060
54061    Add pm2 to the build
54062
54063commit 32d0920ef9ec3c5e61089b88dedc82ffab294276
54064Author: Carlos Romero <kcrashcore@bellsouth.net>
54065Date:   Mon May 24 19:31:41 2004 +0000
54066
54067    Initial import of Permedia2 driver
54068
54069commit 5b2211ec3545f1634f807daf84b6c4bc2c0fdecf
54070Author: Egbert Eich <eich@suse.de>
54071Date:   Mon May 24 19:05:01 2004 +0000
54072
54073    Muffle compiler warnings.
54074    fix option name in log message.
54075    improve debugging messages.
54076
54077commit 932efe8e6d4e6280aed9b5e25af56888c964d37b
54078Author: Keith Packard <keithp@keithp.com>
54079Date:   Fri May 21 03:32:27 2004 +0000
54080
54081    Allow for multiple composite-based visuals, then add an RGB24 visual in
54082        addition to the ARGB32 one. This allows 'glitz' to run on top of any X
54083        server using mesa.
54084    Switch to using 32bpp for depth 24 pixmaps (even when the frame buffer is
54085        not depth 24).
54086
54087commit cde51fd05b2bd413d8db8ad750e6a72398a7039c
54088Author: Keith Packard <keithp@keithp.com>
54089Date:   Thu May 20 19:51:44 2004 +0000
54090
54091    Miscomputing pitch in 24bpp modes because of rounding errors.
54092
54093commit b9d920f3dc060d230a4a7b2d40210524acf50666
54094Author: Keith Packard <keithp@keithp.com>
54095Date:   Thu May 20 05:27:03 2004 +0000
54096
54097    Fix SYNC_ALWAYS (debugging) code to use mach64WaitIdle instead of
54098        KdCheckSync -- the boolean used in the latter won't be set yet.
54099    Oops. == instead of =.
54100    Must sync hardware before rasterizing trapezoids in case the mask is in
54101        off-screen memory and has just been erased. Yes, it is silly to place
54102        masks in off-screen memory. That's a separate issue.
54103
54104commit 94648799c82e59166155ca5abf22a9391693e6a1
54105Author: Keith Packard <keithp@keithp.com>
54106Date:   Thu May 20 02:42:20 2004 +0000
54107
54108    Pin header-only pixmaps in memory.
54109    Off-screen reallocation could have used a stale pointer.
54110    Separate framebuffer mapping computation from actual frame buffer mapping.
54111        Now map the frame buffer from vesaEnable so that VT switch shares the
54112        same mapping code. This makes sure any shadow framebuffer is allocated
54113        again.
54114
54115commit cade317d31dddab61199d5e90bcff36fb12f3cd1
54116Author: Eric Anholt <anholt@freebsd.org>
54117Date:   Mon May 17 20:18:02 2004 +0000
54118
54119    Overhaul of the ATI driver:
54120    - Add monochrome hardware cursor support.
54121    - Try to auto-detect AGP support for DRI on Radeons. And fail. Detect it
54122        properly on R128.
54123    - Set up card for pseudo-DMA if possible. Convert 2D rendering code to
54124        prepare DMA packets only. Use generic code to decode DMA packets to
54125        MMIO if PDMA is unavailable. Add WIP code to support "real" DMA without
54126        DRM support.
54127    - Dispatch pending DMA commands when the server sleeps. Otherwise some
54128        things, such as typing in an xterm, wouldn't show up for a time.
54129    - Fix Radeon Composite acceleration in many ways, and add Rage 128
54130        Composite acceleration. Disable them both due to still-not-understood
54131        issues they have. They fail with In, Out, AtopReverse, and Xor, and
54132        text rendering is strange.
54133    - Add textured XV support for R100 and Rage 128. No brightness/sat
54134        controls, but it does support multiple ports, and cooperates with
54135        Composite.
54136    - Add WIP code for hostdata uploads.
54137    - Many cleanups and fixes.
54138
54139commit 834537e212e01314b60737278b7abc6bb7cef102
54140Author: Eric Anholt <anholt@freebsd.org>
54141Date:   Mon May 17 07:19:49 2004 +0000
54142
54143    Make kaaMoveInPixmap public. This will be used by the ATI driver's xvideo
54144        support to ensure that the destination is in framebuffer.
54145
54146commit 85f46e0bcdf60d145a6868ee71d10688c9113e6e
54147Author: Eric Anholt <anholt@freebsd.org>
54148Date:   Mon May 17 07:14:23 2004 +0000
54149
54150    Add new CheckComposite hook. This allows a driver to avoid the migration of
54151        pixmaps for a Composite operation if the operation can't be supported.
54152        This hook is optional.
54153
54154commit 47fb207c8ae2b54e976066f78892a1ee3fb35d30
54155Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
54156Date:   Sun May 16 05:08:39 2004 +0000
54157
54158    xc/programs/Xserver/fb/fb.h
54159    xc/programs/Xserver/fb/fboverlay.c
54160    xc/programs/Xserver/fb/fbscreen.c
54161    - Change #ifdef for checking for old format miScreenInit to
54162        FB_OLD_MISCREENINIT for easier portability to xservers with updated
54163        screen structs but old function prototypes. Make it automatically
54164        defined if FB_OLD_SCREEN is defined.
54165    - Add _LP64 to list of #ifdefs for 64-bit platforms to support
54166    64-bit Solaris.
54167
54168commit fc2dd516c3c7382915452207180a1c483d0d73ca
54169Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
54170Date:   Sun May 16 00:03:54 2004 +0000
54171
54172    xc/programs/Xserver/hw/xfree86/xf86config/Imakefile
54173    xc/programs/Xserver/hw/xfree86/xf86config/xorgconfig.c
54174    - Clean up server name changes from TM branch
54175    - Set default XKB rules file name correctly
54176    - Use default font path from Imake configuration for the default font path
54177        in generated xorg.conf files.
54178    - Use path variables from Imake configuration for paths to files, in case
54179        vendor has configured them to install somewhere other than the
54180        defaults.
54181
54182commit b1aa9499ffb827f4b1acc75f197e332bba382565
54183Author: Roland Mainz <roland.mainz@nrubsig.org>
54184Date:   Sat May 15 14:43:05 2004 +0000
54185
54186    Fix for http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=622 -
54187        RFE: Xprt default BIGREQUESTS extension buffer size should be 8MB (to
54188        make |XpPutDocumentData()| happy and to improve performance).
54189
54190commit 74b2a7694791297a4f798ecc05c7eb8f68634722
54191Author: Eric Anholt <anholt@freebsd.org>
54192Date:   Fri May 14 00:34:28 2004 +0000
54193
54194    Add new flag, KAA_OFFSCREEN_ALIGN_POT, which tells KAA to align pixmap
54195        pitches to a power-of-two number of bytes. Useful for Render
54196        acceleration on older cards.
54197
54198commit 2bea33e881693e7d7dcf938db79c888a71dfb2fb
54199Author: Eric Anholt <anholt@freebsd.org>
54200Date:   Fri May 14 00:27:29 2004 +0000
54201
54202    Don't let the visible screen get "migrated" offscreen, which manifests
54203        itself as a hang.
54204    Reported by: Ginokas <ginokas@free.fr>
54205
54206commit 40354e761892dc2ef88d2e722d8d7896642003eb
54207Author: Eric Anholt <anholt@freebsd.org>
54208Date:   Thu May 13 22:57:15 2004 +0000
54209
54210    Add generic functions for copying packed/planar XV data, copied from
54211        mach64.
54212
54213commit 2e330e980f61b256c55f5b9debb00574e4e85b26
54214Author: Eric Anholt <anholt@freebsd.org>
54215Date:   Thu May 13 21:41:48 2004 +0000
54216
54217    Move fourcc.h to a generic location in src/.
54218
54219commit f52a4d472d2463482d865c5006208182c294e670
54220Author: Keith Packard <keithp@keithp.com>
54221Date:   Thu May 13 21:25:51 2004 +0000
54222
54223    Follow GLX in setting ARGB visual nplanes to 24.
54224    Retry current mouse protocol when sync is lost
54225
54226commit aa5a87847290d49b03a33351ebfd8df652a42489
54227Author: Eric Anholt <anholt@freebsd.org>
54228Date:   Thu May 13 21:15:06 2004 +0000
54229
54230    There's no need to explicitly set softCursor -- kdrive handles this if the
54231        cursor hooks aren't set.
54232
54233commit 4078457919708a8dbf9db8ee6e4871ecbf72518f
54234Author: Eric Anholt <anholt@freebsd.org>
54235Date:   Wed May 12 01:49:46 2004 +0000
54236
54237    Fix problems in render fb implementation found by rendercheck:
54238    - fbCombineSaturate was pointed at fbCombineDisjointOver, instead of
54239        fbCombineDisjointOverReverse as it should. Instead, point
54240        fbCombineDisjointOverReverse at fbCombineSaturate (which is likely to
54241        be faster).
54242    - fix previously-unused fbCombineSaturate implementation.
54243    - fbCombineMaskAlphaC was just a copy of fbCombineMaskValueC. Make it do
54244        what it's supposed to (return a cs.alpha).
54245    - fbCombineAtopC didn't invert the source alpha value.
54246    - fix copy'n'paste errors in fbCombine(Dis/Con)jointGeneralC, also source
54247        alpha wasn't treated in a component fashion.
54248    - fbCompositeSrc_8888* didn't handle when the source lacks an alpha
54249        channel. Rather than adding that and possilby slowing down the (normal)
54250        alpha case, don't let x8r8g8b8/x8b8g8r8 Pictures be used in
54251        fbCompositeSrc_8888* because Over with one of these is just Src.
54252
54253commit a43d5412b4d79d67af20dc8af144a9ca80263e9d
54254Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
54255Date:   Sun May 9 16:20:13 2004 +0000
54256
54257    file ChangeLog was initially added on branch CYGWIN.
54258
54259commit 0498d818fe40cb4eb03983e27a980791bbadf6db
54260Author: Roland Mainz <roland.mainz@nrubsig.org>
54261Date:   Sat May 8 02:06:46 2004 +0000
54262
54263    Fix for http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=608
54264        ("Can not print on Debian/CUPS due to error |Xprt_64:lpr: unable to
54265        print file: server-error-not-accepting-jobs|"): Xprt did not setup the
54266        list of supplementary group ids, causing print failure when the the
54267        calling user must be a member in a specific group to be allowed to
54268        print.
54269
54270commit 75d96afcc4a1f201da665bd73b7067e8e7139a3f
54271Author: Egbert Eich <eich@suse.de>
54272Date:   Thu May 6 17:31:17 2004 +0000
54273
54274    BugZilla #601: Fixing makedepend choking on floating point exception
54275        because CHAR_BIT is defined to __CHAR_BIT__ which is a compiler
54276        intrinsic define. BugZilla #605: Fixing build on IA64 which is broken
54277        due to the inclusion of the kernel header asm/page.h. Kernel headers
54278        however don't work with
54279    -ansi. The inclusion of asm/page.h can however savely be removed as it
54280        there are plenty of other ways to determine the page size.
54281
54282commit 7124cfaa006e840ba48dcc466c0dc8b34503a686
54283Author: Keith Packard <keithp@keithp.com>
54284Date:   Thu May 6 16:19:32 2004 +0000
54285
54286    Use current resolution by default, change rate to 75 to match
54287        fbdevModeSupported cut-off (?). Glenn McGrath <glennm@hydrix.com>
54288
54289commit e4ac2411eddf1f01ef9204f27b6d1ce8f1749439
54290Author: Roland Mainz <roland.mainz@nrubsig.org>
54291Date:   Thu May 6 01:53:52 2004 +0000
54292
54293    Fix for http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=551 -
54294        PS DDX will not build on platforms with BuildFreeType NO. Patch by Alan
54295        Coopersmith <alan.coopersmith@sun.com>.
54296
54297commit b1c65e1ca6828ea82ee7790f22c26503b0a5e17d
54298Author: Roland Mainz <roland.mainz@nrubsig.org>
54299Date:   Thu May 6 00:24:32 2004 +0000
54300
54301    Fix for http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=536 -
54302        RFE: PS output should contain the FreeType2 version being used.
54303
54304commit 8d4f21ab53c44ca48501d6211ea6db0c0b8af916
54305Author: Eamon Walsh <ewalsh@epoch.ncsc.mil>
54306Date:   Wed May 5 20:15:41 2004 +0000
54307
54308    Add XACE and XSELINUX extensions to the build system
54309
54310commit 0106715000196c7b349a0b4494b61545f0f5e138
54311Author: Eamon Walsh <ewalsh@epoch.ncsc.mil>
54312Date:   Wed May 5 20:07:37 2004 +0000
54313
54314    Modify XC-SECURITY and XC-APPGROUP extensions to work with XACE
54315
54316commit 8526cd6395490b03b279f1962df777fb0e4a9878
54317Author: Eamon Walsh <ewalsh@epoch.ncsc.mil>
54318Date:   Wed May 5 20:04:52 2004 +0000
54319
54320    Replace XC-SECURITY code with XACE security hooks
54321
54322commit 6d066cb10990d951449b342b40dec1f1b1ae593c
54323Author: Eamon Walsh <ewalsh@epoch.ncsc.mil>
54324Date:   Tue May 4 19:44:02 2004 +0000
54325
54326    Merge the new release from HEAD
54327
54328commit b5f200ce9d495c6ce94e0170909465a30e8799d9
54329Author: Keith Packard <keithp@keithp.com>
54330Date:   Tue May 4 03:28:06 2004 +0000
54331
54332    Attached is a patch to fix a build error whe ncompiling with tslib support,
54333        a variable wasnt set, i just changed it to be like the other
54334        MAkefile.ams :) -- Glenn McGrath <glennm@hydrix.com>
54335
54336commit 5ca651e66f3d0ab189962bb4609b87a865364ef8
54337Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
54338Date:   Fri Apr 30 12:48:56 2004 +0000
54339
54340    file winmessages.h was initially added on branch CYGWIN.
54341
54342commit 2c2c1704b542f29fe5ac9917e1141040a0dbd3e9
54343Author: Roland Mainz <roland.mainz@nrubsig.org>
54344Date:   Thu Apr 29 23:59:15 2004 +0000
54345
54346    Fix for http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=567 -
54347        Xorg Xprt starts to consume 100% CPU when being idle for some time
54348        (internal screensaver goes mad after 10mins)
54349
54350commit a8429d76103ff0f4fc61db86201c741f91bfcba2
54351Author: Keith Packard <keithp@keithp.com>
54352Date:   Wed Apr 28 07:26:46 2004 +0000
54353
54354    Add completely fake X server -- draws to allocated buffer, has no keyboard
54355        or mouse.
54356
54357commit 85e4e5445218d70f627fb132a8e8f18470e6749d
54358Author: Roland Mainz <roland.mainz@nrubsig.org>
54359Date:   Mon Apr 26 11:07:03 2004 +0000
54360
54361    Work-in-progress for
54362        http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=542 - GLX
54363        support for PS DDX / part #1: Fix visual setup (attachment #243)
54364
54365commit 46472cbee679f9757c4003a0dcf158aeb3852f47
54366Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
54367Date:   Mon Apr 26 02:39:58 2004 +0000
54368
54369    xc/config/cf/sun.cf
54370    xc/config/cf/sv4Lib.rules
54371    xc/programs/Xserver/Imakefile
54372    xc/programs/Xserver/hw/xfree86/os-support/sunos/find_deps.pl Make Solaris
54373        builds work when using MakeDllModules (it's not the default yet, but at
54374        least it works now if you turn it on) Also improve default compiler,
54375        optimizer, & linker flags for Solaris builds using either Sun cc or gcc
54376    xc/programs/Xserver/cfb/Imakefile.inc
54377    xc/programs/Xserver/cfb/stipsparc.s
54378    xc/programs/Xserver/cfb/stipsprc32.s Remove text relocation error when
54379        building shared versions
54380
54381commit 36e3e5430e1ca7103a4e0b796eb3817975b40d90
54382Author: Roland Mainz <roland.mainz@nrubsig.org>
54383Date:   Sun Apr 25 22:42:09 2004 +0000
54384
54385    Fix for http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=541 -
54386        Xorg Xprt may crash with "Freeing resource id=40200000 which isnt
54387        there"
54388
54389commit 2fb588620030ad393f8500d60e16144d59e4effe
54390Author: Egbert Eich <eich@suse.de>
54391Date:   Fri Apr 23 19:54:30 2004 +0000
54392
54393    Merging XORG-CURRENT into trunk
54394
54395commit 0664db19bf37f9dd69cca6adff4e238e310c3092
54396Author: Egbert Eich <eich@suse.de>
54397Date:   Fri Apr 23 18:54:16 2004 +0000
54398
54399    Merging XORG-CURRENT into trunk
54400
54401commit 68fd529608c58334f13beb88dbcc1d5db85b9b00
54402Author: Roland Mainz <roland.mainz@nrubsig.org>
54403Date:   Wed Apr 21 23:24:20 2004 +0000
54404
54405    Fix for http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=535 -
54406        Xprt should not annouce extensions which are not supported
54407
54408commit 1af13123fa79ad1c6747aad60ed458bbd69da12d
54409Author: Roland Mainz <roland.mainz@nrubsig.org>
54410Date:   Wed Apr 21 10:03:41 2004 +0000
54411
54412    Fix for http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=530 -
54413        Land XPRINT branch on XORG-CURRENT
54414
54415commit 449e83a9470ec4bdd0871e2f263f608b24455423
54416Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
54417Date:   Sun Apr 18 03:00:43 2004 +0000
54418
54419    xc/lib/GL/glx/Imakefile
54420    xc/lib/GL/mesa/src/Imakefile LargePICTable required for Solaris SPARC
54421        builds
54422    xc/programs/Xserver/hw/xfree86/drivers/glint/pm3_accel.c
54423    xc/programs/Xserver/hw/xfree86/common/xf86Events.c Add != NULL to if
54424        statements to get past syntax error reported by Sun Forte 6.1 cc.
54425    xc/config/imake/imake.c
54426    xc/config/cf/sun.cf
54427    xc/config/cf/sunLib.tmpl Allow compiling with Sun compilers installed
54428        somewhere other than /opt/SUNWspro
54429    xc/programs/Xserver/hw/xfree86/common/compiler.h
54430    xc/programs/Xserver/hw/xfree86/os-support/bus/Pci.h Check for
54431        defined(sparc) as well as defined(__sparc__) since Sun compilers don't
54432        define __sparc__
54433
54434commit 425251a752805affb6ce14baa58d92c384f39501
54435Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
54436Date:   Sat Apr 17 18:47:05 2004 +0000
54437
54438    Bugzilla #495: LocalClientCred should use getpeerucred on Solaris 10
54439
54440commit 7215fb186f076a24d0a04c9c20ac9b92cae1f49b
54441Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
54442Date:   Fri Apr 16 00:21:24 2004 +0000
54443
54444    xc/programs/Xserver/hw/xfree86/os-support/sunos/sun_mouse.c Solaris mouse
54445        enhancements, including autoprobe support, VUID wheel mouse events, and
54446        streams module pushing. Bugzilla #434. (Russ Blaine & Alan Coopersmith,
54447        Sun Microsystems)
54448    xc/programs/Xserver/hw/xfree86/os-support/sunos/sun_init.c Xorg doesn't
54449        reset console to text mode on Solaris x86 8 and later Bugzilla #469.
54450
54451commit c6c6d0de2309019999fa75a2f36a4f4a93ad2f31
54452Author: Egbert Eich <eich@suse.de>
54453Date:   Thu Apr 15 10:17:35 2004 +0000
54454
54455    Merged changes from RELEASE-1 branch
54456
54457commit 9d24a5fa91bf165bbd2048a844edeb59b5e34aad
54458Author: Harold L Hunt II <huntharo@msu.edu>
54459Date:   Wed Apr 14 00:01:22 2004 +0000
54460
54461    file XWinrc.man was initially added on branch CYGWIN.
54462
54463commit 01bb5eb5032a7566c86a51053146dba98a3ed749
54464Author: Roland Mainz <roland.mainz@nrubsig.org>
54465Date:   Tue Apr 13 03:16:46 2004 +0000
54466
54467    file psout_ftpstype3.c was initially added on branch XPRINT.
54468
54469commit cb3f3d8f2283d384dc5a3af3f38053cc8a2d192e
54470Author: Roland Mainz <roland.mainz@nrubsig.org>
54471Date:   Tue Apr 13 03:16:46 2004 +0000
54472
54473    file psout_ft.c was initially added on branch XPRINT.
54474
54475commit 7cfb4c2b33ae2147b5d6ddc2afc8b777686a666f
54476Author: Roland Mainz <roland.mainz@nrubsig.org>
54477Date:   Tue Apr 13 03:16:46 2004 +0000
54478
54479    file psout_ftpstype1.c was initially added on branch XPRINT.
54480
54481commit 4ae42e79d46d7db30f7b6f321bbb0d134862138d
54482Author: Roland Mainz <roland.mainz@nrubsig.org>
54483Date:   Tue Apr 13 03:16:46 2004 +0000
54484
54485    file PsFTFonts.c was initially added on branch XPRINT.
54486
54487commit b5fb71922b02024aa5a8f349c9d2c956e2f83f0f
54488Author: Roland Mainz <roland.mainz@nrubsig.org>
54489Date:   Tue Apr 13 03:16:45 2004 +0000
54490
54491    file xprint.sh was initially added on branch XPRINT.
54492
54493commit ca9a9a58be51a21f123b11dd68047034696cae84
54494Author: Roland Mainz <roland.mainz@nrubsig.org>
54495Date:   Tue Apr 13 03:16:45 2004 +0000
54496
54497    file xprint.csh was initially added on branch XPRINT.
54498
54499commit 7c1f840108172d6b18af47465ea72f4820640598
54500Author: Roland Mainz <roland.mainz@nrubsig.org>
54501Date:   Tue Apr 13 03:16:45 2004 +0000
54502
54503    file cde_xsessiond_xprint.sh was initially added on branch XPRINT.
54504
54505commit 579221198aeac7010435b29db1ad8fe9ee2d7c5d
54506Author: Roland Mainz <roland.mainz@nrubsig.org>
54507Date:   Tue Apr 13 03:16:44 2004 +0000
54508
54509    file spooler.c was initially added on branch XPRINT.
54510
54511commit 7677b4992fee7eb73cc97914163dcf689ad13d6a
54512Author: Roland Mainz <roland.mainz@nrubsig.org>
54513Date:   Tue Apr 13 03:16:44 2004 +0000
54514
54515    file spooler.h was initially added on branch XPRINT.
54516
54517commit d3907ca519b476c99e29a58c22258f22dbe63244
54518Author: Roland Mainz <roland.mainz@nrubsig.org>
54519Date:   Tue Apr 13 03:16:44 2004 +0000
54520
54521    file document was initially added on branch XPRINT.
54522
54523commit 3646bb9c894d5f011e2df4fac402118d8350102e
54524Author: Roland Mainz <roland.mainz@nrubsig.org>
54525Date:   Tue Apr 13 03:16:39 2004 +0000
54526
54527    file spooltodir.sh was initially added on branch XPRINT.
54528
54529commit 8c006df3c6d8e5ac95f0b0fa38a030100541598f
54530Author: Roland Mainz <roland.mainz@nrubsig.org>
54531Date:   Tue Apr 13 03:16:39 2004 +0000
54532
54533    file model-config was initially added on branch XPRINT.
54534
54535commit 95a84bc0cb809e5c7141d0411e329a3ec300b8aa
54536Author: Roland Mainz <roland.mainz@nrubsig.org>
54537Date:   Tue Apr 13 03:16:38 2004 +0000
54538
54539    file ZapfDingbats.pmf was initially added on branch XPRINT.
54540
54541commit 5527b39e668ea7a88c41186dbb6d7b66e892547a
54542Author: Roland Mainz <roland.mainz@nrubsig.org>
54543Date:   Tue Apr 13 03:16:38 2004 +0000
54544
54545    file Times-Roman.pmf was initially added on branch XPRINT.
54546
54547commit 69c405ac66b1a15076e247dd1b578b7b4b210b00
54548Author: Roland Mainz <roland.mainz@nrubsig.org>
54549Date:   Tue Apr 13 03:16:38 2004 +0000
54550
54551    file Times-Italic.pmf was initially added on branch XPRINT.
54552
54553commit b6b75f677292ed0c694921df0abf40038dd5e99d
54554Author: Roland Mainz <roland.mainz@nrubsig.org>
54555Date:   Tue Apr 13 03:16:38 2004 +0000
54556
54557    file Times-BoldItalic.pmf was initially added on branch XPRINT.
54558
54559commit 6605566bcf008551d33a9a68bd03e9a0c57c4f60
54560Author: Roland Mainz <roland.mainz@nrubsig.org>
54561Date:   Tue Apr 13 03:16:38 2004 +0000
54562
54563    file Souvenir-LightItalic.pmf was initially added on branch XPRINT.
54564
54565commit 38ad2972bffea1019214785ee479f7670ca70d1f
54566Author: Roland Mainz <roland.mainz@nrubsig.org>
54567Date:   Tue Apr 13 03:16:38 2004 +0000
54568
54569    file Souvenir-Light.pmf was initially added on branch XPRINT.
54570
54571commit 10d8eace174a9778a3313ac36a3422637b020d5f
54572Author: Roland Mainz <roland.mainz@nrubsig.org>
54573Date:   Tue Apr 13 03:16:38 2004 +0000
54574
54575    file Souvenir-DemiItalic.pmf was initially added on branch XPRINT.
54576
54577commit fb5ac8e2bdfe1217663679f5eae8045473456752
54578Author: Roland Mainz <roland.mainz@nrubsig.org>
54579Date:   Tue Apr 13 03:16:38 2004 +0000
54580
54581    file NewCenturySchlbk-Roman.pmf was initially added on branch XPRINT.
54582
54583commit 5ec311b05dc1e509c115ccca808ee05090cfddad
54584Author: Roland Mainz <roland.mainz@nrubsig.org>
54585Date:   Tue Apr 13 03:16:38 2004 +0000
54586
54587    file NewCenturySchlbk-Italic.pmf was initially added on branch XPRINT.
54588
54589commit 70947a8f1addf4ca17e50d9e6ae590266ac446cc
54590Author: Roland Mainz <roland.mainz@nrubsig.org>
54591Date:   Tue Apr 13 03:16:38 2004 +0000
54592
54593    file Symbol.pmf was initially added on branch XPRINT.
54594
54595commit 436ff77b21515cd9fe9732e0bd5361f2bfba44ed
54596Author: Roland Mainz <roland.mainz@nrubsig.org>
54597Date:   Tue Apr 13 03:16:38 2004 +0000
54598
54599    file Times-Bold.pmf was initially added on branch XPRINT.
54600
54601commit 4db563027844245d6c9085f997e75da743410885
54602Author: Roland Mainz <roland.mainz@nrubsig.org>
54603Date:   Tue Apr 13 03:16:38 2004 +0000
54604
54605    file NewCenturySchlbk-Bold.pmf was initially added on branch XPRINT.
54606
54607commit 79110faa2eac849756b859071ce68fba64de57aa
54608Author: Roland Mainz <roland.mainz@nrubsig.org>
54609Date:   Tue Apr 13 03:16:38 2004 +0000
54610
54611    file NewCenturySchlbk-BoldItalic.pmf was initially added on branch XPRINT.
54612
54613commit 4e1ae7e9cc04806f4436759764cc680ecf1f014c
54614Author: Roland Mainz <roland.mainz@nrubsig.org>
54615Date:   Tue Apr 13 03:16:38 2004 +0000
54616
54617    file Souvenir-Demi.pmf was initially added on branch XPRINT.
54618
54619commit 433913bacf988908b94c420452c042eebcb381ac
54620Author: Roland Mainz <roland.mainz@nrubsig.org>
54621Date:   Tue Apr 13 03:16:38 2004 +0000
54622
54623    file LubalinGraph-Demi.pmf was initially added on branch XPRINT.
54624
54625commit d5bae63138ab833fdd56bb983436ac514536d7b6
54626Author: Roland Mainz <roland.mainz@nrubsig.org>
54627Date:   Tue Apr 13 03:16:38 2004 +0000
54628
54629    file LubalinGraph-DemiOblique.pmf was initially added on branch XPRINT.
54630
54631commit 3acd6856617e784ee30333dc9b779189a3f44052
54632Author: Roland Mainz <roland.mainz@nrubsig.org>
54633Date:   Tue Apr 13 03:16:38 2004 +0000
54634
54635    file LubalinGraph-Book.pmf was initially added on branch XPRINT.
54636
54637commit 5f73192458136fe4b6b82372c3b1653fbf831ebd
54638Author: Roland Mainz <roland.mainz@nrubsig.org>
54639Date:   Tue Apr 13 03:16:38 2004 +0000
54640
54641    file Helvetica.pmf was initially added on branch XPRINT.
54642
54643commit e129abc3bf269e857aa65065cc18a31a56ba0373
54644Author: Roland Mainz <roland.mainz@nrubsig.org>
54645Date:   Tue Apr 13 03:16:38 2004 +0000
54646
54647    file Helvetica-Oblique.pmf was initially added on branch XPRINT.
54648
54649commit 576a4cddf995082d10e2e29e1b58c1564eb11ee7
54650Author: Roland Mainz <roland.mainz@nrubsig.org>
54651Date:   Tue Apr 13 03:16:38 2004 +0000
54652
54653    file Helvetica-BoldOblique.pmf was initially added on branch XPRINT.
54654
54655commit cf26c87833a79427b665abce67ca19f2b68bc8e5
54656Author: Roland Mainz <roland.mainz@nrubsig.org>
54657Date:   Tue Apr 13 03:16:38 2004 +0000
54658
54659    file Helvetica-Bold.pmf was initially added on branch XPRINT.
54660
54661commit a091408c372a2aa89fb83b023248f45aa8cd4173
54662Author: Roland Mainz <roland.mainz@nrubsig.org>
54663Date:   Tue Apr 13 03:16:38 2004 +0000
54664
54665    file Courier.pmf was initially added on branch XPRINT.
54666
54667commit 9e4221d08ff9a408fb25a32887390b14788b1558
54668Author: Roland Mainz <roland.mainz@nrubsig.org>
54669Date:   Tue Apr 13 03:16:38 2004 +0000
54670
54671    file Courier-Oblique.pmf was initially added on branch XPRINT.
54672
54673commit 6b2674078079a5959a2b7758e6c628a14ec1a46c
54674Author: Roland Mainz <roland.mainz@nrubsig.org>
54675Date:   Tue Apr 13 03:16:38 2004 +0000
54676
54677    file Courier-BoldOblique.pmf was initially added on branch XPRINT.
54678
54679commit 6aee2d37b95170a65ee08c0866c425f115ebc9f1
54680Author: Roland Mainz <roland.mainz@nrubsig.org>
54681Date:   Tue Apr 13 03:16:38 2004 +0000
54682
54683    file LubalinGraph-BookOblique.pmf was initially added on branch XPRINT.
54684
54685commit 7a59fe1dd987e1ef0abd92e0ac80dd87a15137fe
54686Author: Roland Mainz <roland.mainz@nrubsig.org>
54687Date:   Tue Apr 13 03:16:38 2004 +0000
54688
54689    file AvantGarde-Demi.pmf was initially added on branch XPRINT.
54690
54691commit 22e0316acc8992033fc82a38f663fce130e4031b
54692Author: Roland Mainz <roland.mainz@nrubsig.org>
54693Date:   Tue Apr 13 03:16:38 2004 +0000
54694
54695    file AvantGarde-DemiOblique.pmf was initially added on branch XPRINT.
54696
54697commit f8aded3a7f8c97731e33b4362243da947fb4e774
54698Author: Roland Mainz <roland.mainz@nrubsig.org>
54699Date:   Tue Apr 13 03:16:38 2004 +0000
54700
54701    file AvantGarde-Book.pmf was initially added on branch XPRINT.
54702
54703commit 2224187c05d4dc05f7e03e22307cf7816d69f789
54704Author: Roland Mainz <roland.mainz@nrubsig.org>
54705Date:   Tue Apr 13 03:16:38 2004 +0000
54706
54707    file AvantGarde-BookOblique.pmf was initially added on branch XPRINT.
54708
54709commit 9eafaaf83294d1988b30bde4485a299cf8ae5035
54710Author: Roland Mainz <roland.mainz@nrubsig.org>
54711Date:   Tue Apr 13 03:16:38 2004 +0000
54712
54713    file Courier-Bold.pmf was initially added on branch XPRINT.
54714
54715commit f9eea9864e333efde97143278916da44639cc18a
54716Author: Roland Mainz <roland.mainz@nrubsig.org>
54717Date:   Tue Apr 13 03:16:38 2004 +0000
54718
54719    file ps2pdf_spooltodir.sh was initially added on branch XPRINT.
54720
54721commit 20248eedd69c42c27605d7bcfb265994f5846f17
54722Author: Franco Catrin L <fcatrin@tuxpan.com>
54723Date:   Sun Apr 11 16:39:48 2004 +0000
54724
54725    fixed Changelog format
54726
54727commit bc7168ee763ffac9cbb992096a53b346cd640a13
54728Author: Franco Catrin L <fcatrin@tuxpan.com>
54729Date:   Sun Apr 11 16:24:03 2004 +0000
54730
54731    Added ROP
54732
54733commit 784d37ee369b94c83c4cc6e280a39f32da8aa678
54734Author: Franco Catrin L <fcatrin@tuxpan.com>
54735Date:   Sun Apr 11 15:51:04 2004 +0000
54736
54737    Fixed size calculation in solid rendering
54738
54739commit 056322336cbb6093d74aa9d22bbfd42e2248a16a
54740Author: Franco Catrin L <fcatrin@tuxpan.com>
54741Date:   Sun Apr 11 15:20:17 2004 +0000
54742
54743    Basic bitblt implementation
54744
54745commit c231856a1343e38381e1b4e545ff1ac279141bf0
54746Author: Franco Catrin L <fcatrin@tuxpan.com>
54747Date:   Sun Apr 11 00:53:10 2004 +0000
54748
54749    First acceleration function implemented (DrawSolid)
54750
54751commit 47436a8af82a00d0d392cef4d5906729d9a37649
54752Author: Franco Catrin L <fcatrin@tuxpan.com>
54753Date:   Sun Apr 11 00:15:57 2004 +0000
54754
54755    Finnally got MMIO working all timecat ChangeLog cat ChangeLog cat ChangeLog
54756        :-D
54757
54758commit 1740b938e4c4f1cd3de700ea26143b01c0312325
54759Author: Franco Catrin L <fcatrin@tuxpan.com>
54760Date:   Tue Apr 6 18:09:44 2004 +0000
54761
54762    Return back to VESA only version
54763
54764commit 07bc231872e7e056fa3049a0fcd963c61f826f80
54765Author: Franco Catrin L <fcatrin@tuxpan.com>
54766Date:   Mon Apr 5 18:19:34 2004 +0000
54767
54768    small fixes, but still can't get this driver woking again
54769
54770commit b526276faa765df893197e04370a915ed73947dc
54771Author: Brent Cook <busterbcook@yahoo.com>
54772Date:   Mon Apr 5 02:52:35 2004 +0000
54773
54774    removed hardcoded vesa references so we can operate with any backend. fbdev
54775        works for initializing the screen, but input fails shortly after.
54776
54777commit 920e6ff81baeec16465f81bacbcff711ce82e149
54778Author: Brent Cook <busterbcook@yahoo.com>
54779Date:   Sun Apr 4 07:30:07 2004 +0000
54780
54781    Begin separating VESA calls into a more generic backend wrapper like the
54782        ati driver, cascading between VESA and FBDEV. We only have init
54783        functions done so far; need to add all of the others. Fixed some
54784        compiler warnings. Whitespace and formatting cleanups (using 4 spaces,
54785        no tabs)
54786
54787commit 530371ceaf7f593badf38bbc2d2e50f6a920d24f
54788Author: Brent Cook <busterbcook@yahoo.com>
54789Date:   Sat Apr 3 22:26:37 2004 +0000
54790
54791    added touchscreen support, detect all known PCI chips in the Neomagic line.
54792        We'll not bother with ISA for now.
54793
54794commit 962b898868dcab959c390986dcb0b4dd750dc107
54795Author: Brent Cook <busterbcook@yahoo.com>
54796Date:   Sat Apr 3 22:22:48 2004 +0000
54797
54798    initial import of original driver by Franco Catrin L. Wraps VESA for most
54799        parts, with some hardware acceleration enabled for the cursor on the
54800        NM2300.
54801
54802commit 8a2fce3b90b5efc8bab19675cb8e02690e24442e
54803Author: Harold L Hunt II <huntharo@msu.edu>
54804Date:   Sat Apr 3 05:01:21 2004 +0000
54805
54806    file winkeyhook.c was initially added on branch CYGWIN.
54807
54808commit 12d5371ed2fbefab069dea46be972a7269b8c2db
54809Author: Stuart Kreitman <stuart.kreitman@sun.com>
54810Date:   Tue Mar 30 18:31:54 2004 +0000
54811
54812    file xfixes.h was initially added on branch DAMAGE-XFIXES.
54813
54814commit a4b319dbf375461c975450659723e6326153e536
54815Author: Stuart Kreitman <stuart.kreitman@sun.com>
54816Date:   Tue Mar 30 18:31:54 2004 +0000
54817
54818    file xfixes.c was initially added on branch DAMAGE-XFIXES.
54819
54820commit 5319d30d45d5f8ec04a496327f32cc6431c6a511
54821Author: Stuart Kreitman <stuart.kreitman@sun.com>
54822Date:   Tue Mar 30 18:31:54 2004 +0000
54823
54824    file select.c was initially added on branch DAMAGE-XFIXES.
54825
54826commit 76f247bd0ef23d688028c63b5f8bd3e9ad6b1b45
54827Author: Stuart Kreitman <stuart.kreitman@sun.com>
54828Date:   Tue Mar 30 18:31:54 2004 +0000
54829
54830    file saveset.c was initially added on branch DAMAGE-XFIXES.
54831
54832commit 83f0f1babb612774f609c71879a225c43f63ac1f
54833Author: Stuart Kreitman <stuart.kreitman@sun.com>
54834Date:   Tue Mar 30 18:31:54 2004 +0000
54835
54836    file cursor.c was initially added on branch DAMAGE-XFIXES.
54837
54838commit 52bc7693dbe7e3db916f8d463d9a750e3c6ffa4d
54839Author: Stuart Kreitman <stuart.kreitman@sun.com>
54840Date:   Tue Mar 30 18:31:54 2004 +0000
54841
54842    file region.c was initially added on branch DAMAGE-XFIXES.
54843
54844commit 5d9098cb17cd88cfdf49de92bec2a787d6681649
54845Author: Stuart Kreitman <stuart.kreitman@sun.com>
54846Date:   Tue Mar 30 18:31:54 2004 +0000
54847
54848    file xfixesint.h was initially added on branch DAMAGE-XFIXES.
54849
54850commit ace9aa7c45ff2ea6b3476006574da5c27d05afd4
54851Author: Stuart Kreitman <stuart.kreitman@sun.com>
54852Date:   Tue Mar 30 17:41:24 2004 +0000
54853
54854    file damage.c was initially added on branch DAMAGE-XFIXES.
54855
54856commit 72dc7569c6bbc216f613be21ea4f79d3ef1d5534
54857Author: Stuart Kreitman <stuart.kreitman@sun.com>
54858Date:   Tue Mar 30 17:41:24 2004 +0000
54859
54860    file damage.h was initially added on branch DAMAGE-XFIXES.
54861
54862commit 95da7b7e061b6925d8cd85bc7b25708ff253fcb1
54863Author: Stuart Kreitman <stuart.kreitman@sun.com>
54864Date:   Tue Mar 30 17:41:24 2004 +0000
54865
54866    file damagestr.h was initially added on branch DAMAGE-XFIXES.
54867
54868commit 629c3792225cec28572081ebc8dda3fd803fe616
54869Author: Egbert Eich <eich@suse.de>
54870Date:   Tue Mar 30 14:23:15 2004 +0000
54871
54872    36. Conversion: __AMD64__ > __amd64__ (Egbert Eich).
54873    35. Fixed stretching option and centering in C&T driver (Egbert Eich).
54874    34. Added support for memory size tweaking in BIOS for i845 (Egbert Eich,
54875        thanks to Christian Ziez)
54876    33. Removed video playback dependency on Accel in NSC drivers (Egbert
54877    3Eich).
54878    32. Fix HW cursor state on Savage driver when entering VT as some BIOSes
54879        seem to enable it unconditionally (Egbert Eich).
54880    31. Fixed Emulate3Button message to distinguish between 'hard' (ie.
54881        configured) and 'soft' (ie. automatic emulation that is disabled as
54882        soon as the middle button is pressed) (Egbert Eich).
54883    30. Free XrmDB in XCloseDisplay() only when implicitely allocated by
54884        XGetDefaults(). If Client allocates it itself it should free it also.
54885        Trying to free it for the client may result in segfault if the client
54886        has already freed it (Egbert Eich).
54887
54888commit b5e400867feab935aa04e9aadb12deb0601b7f83
54889Author: Egbert Eich <eich@suse.de>
54890Date:   Tue Mar 30 14:14:31 2004 +0000
54891
54892    - backing out XFIXES and DAMAGE related code that accidentally went in
54893        here.
54894
54895commit 0017ddaa6406524d0a86ff7020eed4c33758ddbd
54896Author: Stuart Kreitman <stuart.kreitman@sun.com>
54897Date:   Tue Mar 30 02:16:15 2004 +0000
54898
54899    file damageextint.h was initially added on branch DAMAGE-XFIXES.
54900
54901commit 4b5112fd0593b34e6e096d88b0841a28636600f6
54902Author: Stuart Kreitman <stuart.kreitman@sun.com>
54903Date:   Tue Mar 30 02:16:15 2004 +0000
54904
54905    file damageext.c was initially added on branch DAMAGE-XFIXES.
54906
54907commit 733bfa4b5dd5255713a98f390a1fb65be6e16c2d
54908Author: Stuart Kreitman <stuart.kreitman@sun.com>
54909Date:   Tue Mar 30 02:16:15 2004 +0000
54910
54911    file damageext.h was initially added on branch DAMAGE-XFIXES.
54912
54913commit b1ed473ef2e1da99d7fe3df14fdef4d8b6365626
54914Author: Harold L Hunt II <huntharo@msu.edu>
54915Date:   Tue Mar 30 00:31:28 2004 +0000
54916
54917    file winrandr.c was initially added on branch CYGWIN.
54918
54919commit fec5095bdfb376d0046e2f52188c68bef4e31fd7
54920Author: Keith Packard <keithp@keithp.com>
54921Date:   Sun Mar 28 07:14:30 2004 +0000
54922
54923    file xorgcfg.man was initially added on branch XORG-RELEASE-1-TM.
54924
54925commit 136a9364be80f407f498e9e9695cadaab39227ad
54926Author: Keith Packard <keithp@keithp.com>
54927Date:   Sun Mar 28 07:14:30 2004 +0000
54928
54929    file XOrgCfg.cpp was initially added on branch XORG-RELEASE-1-TM.
54930
54931commit 881afb356d6992bcfbbfcbdf31f1f71c64d648da
54932Author: Keith Packard <keithp@keithp.com>
54933Date:   Sat Mar 27 17:01:11 2004 +0000
54934
54935    file Xorg.man was initially added on branch XORG-RELEASE-1-TM.
54936
54937commit d2119ac7c56ba94db1d8639937b13e72288a328c
54938Author: Keith Packard <keithp@keithp.com>
54939Date:   Sat Mar 27 17:01:11 2004 +0000
54940
54941    file xorg.conf.man was initially added on branch XORG-RELEASE-1-TM.
54942
54943commit 5a9f3a36a35549f30fc67a8e3a3e9a201efb91ec
54944Author: Egbert Eich <eich@suse.de>
54945Date:   Fri Mar 26 20:02:03 2004 +0000
54946
54947    file xorgHelper.c was initially added on branch XORG-RELEASE-1-TM.
54948
54949commit b2b0e70fe5c65c8f2d518f5f0ce89a86938701ed
54950Author: Egbert Eich <eich@suse.de>
54951Date:   Fri Mar 26 19:54:39 2004 +0000
54952
54953    file xorgconf.cpp was initially added on branch XORG-RELEASE-1-TM.
54954
54955commit 83880dd464a415d3d0efa546b1f0b9887342e809
54956Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
54957Date:   Fri Mar 26 17:11:49 2004 +0000
54958
54959    29. XkbWriteRulesProp fails if XkbRulesFile is NULL. Bug #376. (Alan
54960        Coopersmith)
54961
54962commit 861a33678243349b987ff30912985968ede8ac84
54963Author: Stuart Kreitman <stuart.kreitman@sun.com>
54964Date:   Fri Mar 26 01:22:18 2004 +0000
54965
54966    oops
54967
54968commit 23d552bbef2984afee889f82ded154478548ee15
54969Author: Egbert Eich <eich@suse.de>
54970Date:   Thu Mar 25 11:00:52 2004 +0000
54971
54972    file xorg.cfg was initially added on branch XORG-RELEASE-1-TM.
54973
54974commit d1e52f13ad4610ec4907432c21384d08d6aaaf27
54975Author: Stuart Kreitman <stuart.kreitman@sun.com>
54976Date:   Thu Mar 25 05:11:16 2004 +0000
54977
54978    oops
54979
54980commit f0336f18ee4106050104cb060c38fe87541615da
54981Author: Stuart Kreitman <stuart.kreitman@sun.com>
54982Date:   Thu Mar 25 03:45:49 2004 +0000
54983
54984    built,working DAMAGE/XFIXES in mono tree
54985
54986commit f1394ec3cec09ff9c5fbbff3c1f595a642b25f91
54987Author: Torrey Lyons <torrey@mrcla.com>
54988Date:   Wed Mar 24 22:15:25 2004 +0000
54989
54990    Change XFree86 Project to X.Org Foundation in localized XDarwin splash
54991        screens.
54992
54993commit d2bbcc0deed3a607d347ed4ef07ded9bcb44f1bb
54994Author: Torrey Lyons <torrey@mrcla.com>
54995Date:   Wed Mar 24 22:12:34 2004 +0000
54996
54997    Change XFree86 Project to X.Org Foundation in XDarwin splash screen.
54998
54999commit 84d25a5e178835234261a63f0a1b8131c01bbe1f
55000Author: Egbert Eich <eich@suse.de>
55001Date:   Wed Mar 24 15:58:45 2004 +0000
55002
55003    file xorgVersion.h was initially added on branch XORG-RELEASE-1-TM.
55004
55005commit 685d1630c1540e29644849254bd45708aa5763bb
55006Author: Egbert Eich <eich@suse.de>
55007Date:   Tue Mar 23 12:46:30 2004 +0000
55008
55009    file xorgconfig.man was initially added on branch XORG-RELEASE-1-TM.
55010
55011commit 6631bd586f74f89e2dce74fe1cc25ee982883323
55012Author: Egbert Eich <eich@suse.de>
55013Date:   Tue Mar 23 12:46:30 2004 +0000
55014
55015    file xorgconfig.c was initially added on branch XORG-RELEASE-1-TM.
55016
55017commit 05a16f4acce3b6ef4ddafe044f96774de3f75b7c
55018Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
55019Date:   Mon Mar 22 13:43:35 2004 +0000
55020
55021    file glwindows.h was initially added on branch CYGWIN.
55022
55023commit 3c2e2d9ae0704931737bb0879a49a8575a07d13b
55024Author: Kaleb Keithley <kaleb@freedesktop.org>
55025Date:   Sun Mar 21 22:55:35 2004 +0000
55026
55027    bug #357. Fix XDarwin so it builds on Mac OS X 10.2 and earlier. Merged
55028        down from -RELEASE-1-TM and -RELEASE-1
55029
55030commit 122be5328ffea0a3b92612b8ea0f5b02736ac175
55031Author: Kaleb Keithley <kaleb@freedesktop.org>
55032Date:   Fri Mar 19 23:16:06 2004 +0000
55033
55034    no bug report. Restore Credits to the hw/darwin ddx that were deleted
55035        previously. RTF may or may not be "human readable," but with a little
55036        effort it's about as readable as SGML, IMNSHO.
55037
55038commit 551c93da612923f8d32707adc16431979bad6fb0
55039Author: Harold L Hunt II <huntharo@msu.edu>
55040Date:   Mon Mar 15 04:33:23 2004 +0000
55041
55042    file winkeynames.h was initially added on branch CYGWIN.
55043
55044commit 0c97b290015186acbaadae9a9bf79f37c3d38b40
55045Author: Harold L Hunt II <huntharo@msu.edu>
55046Date:   Mon Mar 15 04:33:23 2004 +0000
55047
55048    file winkeymap.h was initially added on branch CYGWIN.
55049
55050commit dae90c3af98edd5e95289abd930b3872c996c503
55051Author: Egbert Eich <eich@suse.de>
55052Date:   Sun Mar 14 08:34:49 2004 +0000
55053
55054    Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
55055
55056commit 4e996f9d76f51e9b1e33bef610bb9c2a746c8b9c
55057Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
55058Date:   Fri Mar 12 21:05:47 2004 +0000
55059
55060    file winpriv.c was initially added on branch CYGWIN.
55061
55062commit c79b4bfd15534de12aaf8eca9965403b4913ca4b
55063Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
55064Date:   Fri Mar 12 21:05:47 2004 +0000
55065
55066    file winpriv.h was initially added on branch CYGWIN.
55067
55068commit 24c02f84cc31475bfba27417dfef66b11c09b25c
55069Author: Harold L Hunt II <huntharo@msu.edu>
55070Date:   Fri Mar 12 01:11:23 2004 +0000
55071
55072    file X-boxed.ico was initially added on branch CYGWIN.
55073
55074commit 45b638b87f0daf94f9fce566179775fb2889c663
55075Author: Daniel Stone <daniel@fooishbar.org>
55076Date:   Wed Mar 10 11:49:11 2004 +0000
55077
55078    Twenty link errors for Xizzle now - count 'em. 20.
55079    Get rid of all references to SCO.
55080    Change SDK include dir to $(includedir)/xizzle. Add SDK libs where
55081        necessary.
55082    Reformat to be nicer and easier to shuffle around; also, fix lib ordering
55083        so we get so much closer to the elusive final link. Shuffle
55084        common/xf86Init.c into libxizzle.a.
55085    Fix a couple of early snafus - s/BUILDXI/XINPUT/, et al; make the SDK stuff
55086        conditional as needed; fix the SBus includes.
55087    Name library os-support/libxizzleos.a, not os-support/foo/libxizzlefoo.a.
55088        Clean up ARCH_SOURCES so it's always initialised to something.
55089    Move linked libraries to _LIBADD, which somehow escaped my attention. Make
55090        inclusion of drm/libxizzlelinuxdrm.a dependent on DRI.
55091    s/VERSION/VBE_VERSION/;
55092    Axe this redundant dir.
55093    All Xizzle-specific: axe hw/xizzle/Xi, shuffle link order, fix list of
55094        required modules to be vaguely sane, add some pertinent libs/incs.
55095
55096commit 519f76a0867fb2711d311b7929632408c3633e37
55097Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
55098Date:   Sun Mar 7 23:45:10 2004 +0000
55099
55100    24. Update license for Xinerama code from DEC to the version requested by
55101        Compaq for X11R6.5.1 that allows redistribution without written
55102        permission from DEC. Originally X.org Defect #9263. freedesktop.org
55103        bugzilla #283. (Alan Coopersmith)
55104
55105commit 505fe2ba307e9270627ca7f3cb6b4e1dbacc327b
55106Author: Egbert Eich <eich@suse.de>
55107Date:   Fri Mar 5 13:41:12 2004 +0000
55108
55109    23. Merged with XFree86 4.4.0. Added changes that went into infected files.
55110        Reverted darwin/bundle/**/Credits.rtf to XFree86 versions to avoid
55111        future conflicts on ASCII but not humal readable files. (There should
55112        probably be separate CreditsXorg.rtf files) (Egbert Eich).
55113
55114commit 1b22db1ebcf1ba98ca8519fa38210e275373f8f6
55115Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
55116Date:   Thu Mar 4 02:13:09 2004 +0000
55117
55118    21. X server crashes when X-Resource has to byte-swap. Sun bug #5007488.
55119        freedesktop.org bugzilla #267. (Alan Coopersmith)
55120
55121commit 47c9395969593a4e897e8c8110d5f2414e47b06a
55122Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
55123Date:   Wed Mar 3 17:03:46 2004 +0000
55124
55125    file solaris-ia32.S was initially added on branch XORG-CURRENT.
55126
55127commit ed066cc67b1fca03fb38c80ecb8194b5b40963be
55128Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
55129Date:   Wed Mar 3 17:03:46 2004 +0000
55130
55131    Enable inlining of assembly functions for inX/outX on Solaris 8 with Sun
55132        compilers
55133
55134commit 867451f1ab7b9870621725bd4be3dd8694c364b8
55135Author: Egbert Eich <eich@suse.de>
55136Date:   Wed Mar 3 12:12:50 2004 +0000
55137
55138    Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
55139
55140commit 2934f0731b3d2bc9c1e25ceab26d9e0d9cadb054
55141Author: Harold L Hunt II <huntharo@msu.edu>
55142Date:   Tue Mar 2 20:00:16 2004 +0000
55143
55144    file winvalargs.c was initially added on branch CYGWIN.
55145
55146commit f72efebf280547c80ff7010e32f56416e7121164
55147Author: Harold L Hunt II <huntharo@msu.edu>
55148Date:   Tue Mar 2 19:26:34 2004 +0000
55149
55150    Replace a handful of calls to ErrorF and exit(1) with a single call to
55151        FatalError. These direct calls to exit(1) made it impossible to do
55152        anything ddx-specific in these cases; note that most of these calls
55153        occur during argument processing.
55154
55155commit 7557d4da10cc482fcec40acadf7744b04c1615a0
55156Author: Kaleb Keithley <kaleb@freedesktop.org>
55157Date:   Tue Mar 2 19:00:06 2004 +0000
55158
55159    bug #230 Revert to Xinerama 1.1 In order to make a "quick" release it has
55160        been decided that the priority is to preserve the server's internal
55161        API/ABI so that third-party drivers that depend on symbols like
55162        noPanoramiXExtension, etc., would not need to be recompiled. Toobad gcc
55163        on Linux doesn't support ELF's weak symbols as that would have been a
55164        reasonable solution for preserving the ABI. N.B.: While symbols, i.e.
55165        functions and variables revert to the old name, I did not revert build
55166        names, i.e. -DXINERAMA, to the old -DPANORAMIX. There was no need, and
55167        it's just a build issue that has no impact on the binary output of the
55168        build.
55169
55170commit 215a13aa8f537dcb62b0a2f6d335901ee47e9e9b
55171Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
55172Date:   Mon Mar 1 16:38:20 2004 +0000
55173
55174    Add the .stab.indexstr section produced by Sun's compilers to the list of
55175        SHT_STRTAB sections with debug information to ignore when loading ELF
55176        objects.
55177
55178commit d87b05563dc13ba8d9825ec3bb772702dce6c9fe
55179Author: Harold L Hunt II <huntharo@msu.edu>
55180Date:   Mon Mar 1 03:33:28 2004 +0000
55181
55182    file indirect.c was initially added on branch CYGWIN.
55183
55184commit f81d63ec5396c8d7f62ddd6ff6bab10b32493264
55185Author: Kaleb Keithley <kaleb@freedesktop.org>
55186Date:   Sun Feb 29 20:11:11 2004 +0000
55187
55188    bug #240 Instead of both Meta keys generating Meta_L, and both Alt keys
55189        generating Alt_L, etc, fix the implementation so that you get Meta_L
55190        for the left Meta key and Meta_R for the right Meta key. Ditto for Alt,
55191        Control, and Shift.
55192
55193commit 6c412a43e42538a51d3a4d92a6db12b0b6cf0e9b
55194Author: Jaymz Julian <jaymz@artificial-stupidity.net>
55195Date:   Sat Feb 28 09:47:55 2004 +0000
55196
55197    sdl x server so that we can x-on-x the fb stuff for ease of debugging. if
55198        anyone uses this in production, a big scary monster will eat them. hrm,
55199        perhaps i should make it have a --i-know-what-i'm-doing param that it
55200        doens't start without, heh
55201
55202commit bb93fef9877a885da2c6108410155fa996b19abf
55203Author: Kaleb Keithley <kaleb@freedesktop.org>
55204Date:   Fri Feb 27 19:35:49 2004 +0000
55205
55206    bug #238 test for root-window that XFree86 fixed in their
55207        programs/Xserver/Xext/shm.c
55208    3.37 and programs/Xserver/Xext/xvdisp.c 1.26 got zapped when Xinerama2 was
55209        merged into the tree. (Xinerama has since been reverted to 1.1, but
55210        that's another story.)
55211
55212commit cb718ce08eb25c3999c91b8d614fb88237fad03d
55213Author: Kaleb Keithley <kaleb@freedesktop.org>
55214Date:   Fri Feb 27 16:17:12 2004 +0000
55215
55216    Revert to Xinerama 1.1 In order to make a "quick" release it has been
55217        decided that the priority is to preserve the server's internal API/ABI
55218        so that third-party drivers that depend on symbols like
55219        noPanoramiXExtension, etc., would not need to be recompiled. Toobad gcc
55220        on Linux doesn't support ELF's weak symbols as that would have been a
55221        reasonable solution for preserving the ABI. N.B.: While symbols, i.e.
55222        functions and variables revert to the old name, I did not revert build
55223        names, i.e. -DXINERAMA, to the old -DPANORAMIX. There was no need, and
55224        it's just a build issue that has no impact on the binary output of the
55225        build.
55226
55227commit df0313d35bc89abe9374ed25533db283430716e0
55228Author: Egbert Eich <eich@suse.de>
55229Date:   Thu Feb 26 13:36:15 2004 +0000
55230
55231    readding XFree86's cvs IDs
55232
55233commit 147aae87fde5edeed395f77e60f0f8e812d3b6af
55234Author: Egbert Eich <eich@suse.de>
55235Date:   Thu Feb 26 09:23:53 2004 +0000
55236
55237    Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
55238
55239commit 8844423f890194bcb0419a38249029f1997c8c66
55240Author: Stuart Kreitman <stuart.kreitman@sun.com>
55241Date:   Wed Feb 25 23:28:43 2004 +0000
55242
55243    file xevie.c was initially added on branch XEVIE.
55244
55245commit b052486adb9ea26f37be120966eb60cd3ac3db2f
55246Author: Kaleb Keithley <kaleb@freedesktop.org>
55247Date:   Wed Feb 25 21:47:10 2004 +0000
55248
55249    bug #230 Revert to Xinerama 1.1 In order to make a "quick" release it has
55250        been decided that the priority is to preserve the server's internal
55251        API/ABI so that third-party drivers that depend on symbols like
55252        noPanoramiXExtension, etc., would not need to be recompiled. Too bad
55253        gcc on Linux doesn't support ELF's weak symbols as that would have been
55254        a reasonable solution for preserving the ABI. N.B.: While symbols, i.e.
55255        functions and variables revert to the old name, I did not revert build
55256        names, i.e. -DXINERAMA, to the old -DPANORAMIX. There was no need, and
55257        it's just a build issue that has no impact on the binary output of the
55258        build.
55259
55260commit 14ab4ade74e946c09d633b15ab4d447d7b69ea29
55261Author: Kaleb Keithley <kaleb@freedesktop.org>
55262Date:   Tue Feb 24 15:22:40 2004 +0000
55263
55264    bug #214. Merge most of 4.4RC3
55265
55266commit 9343c8f5ac180043c29ead5e83a3efef16d7b3f2
55267Author: Kaleb Keithley <kaleb@freedesktop.org>
55268Date:   Tue Feb 24 15:16:35 2004 +0000
55269
55270    bug #188, #214, see versions 1.1.4.3 and 1.1.4.4 of this file. fix bad
55271        merge
55272
55273commit 03d893bff9bf5d6be9663a21cc983873d8e8d4c7
55274Author: Kaleb Keithley <kaleb@freedesktop.org>
55275Date:   Mon Feb 23 21:37:29 2004 +0000
55276
55277    merge most of XFree86 RC3 (4.3.99.903) from vendor branch. bug #214
55278
55279commit 4ee0a53de870192d57c02baffa106b10bae6e0bf
55280Author: Kaleb Keithley <kaleb@freedesktop.org>
55281Date:   Mon Feb 23 20:35:22 2004 +0000
55282
55283    Import most of XFree86 4.4RC3. This import excludes files which have the
55284        new license. If we want to, later we can import 4.4RC3 again and pick
55285        up the files that have the new license, but for now the vendor branch
55286        is "pure."
55287
55288commit dcdd47ebbd4e9b5f4cbb598a5217004df0e80844
55289Author: Kaleb Keithley <kaleb@freedesktop.org>
55290Date:   Mon Feb 23 20:35:19 2004 +0000
55291
55292    Initial revision
55293
55294commit 30ac3efde2c3f08b98f31833df4ea7d87f33b092
55295Author: Kaleb Keithley <kaleb@freedesktop.org>
55296Date:   Mon Feb 23 16:32:14 2004 +0000
55297
55298    bug #188 report bugs to X.org bugzilla, not XFree86
55299
55300commit d52f3ac58fd596fca392394f16acff84115f6e1d
55301Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
55302Date:   Wed Feb 18 21:43:19 2004 +0000
55303
55304    Additional fixes to allow building with Sun compilers on Solaris x86
55305
55306commit 07109fd63e0999905e6f7df8fd7f9c713d0dc2cc
55307Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
55308Date:   Wed Feb 18 21:30:12 2004 +0000
55309
55310    Sun cc on Solaris x86 defines __i386 but not __i386__ so the x86
55311        architecture #ifdef should accept either form
55312
55313commit a27ffd2678ef76453c4fa27932462425d804df6d
55314Author: Warren Turkal <wt@penguintechs.com>
55315Date:   Wed Feb 18 02:12:44 2004 +0000
55316
55317    completely get rid of NeedNestedPrototypes
55318    completely get rid of NeedVarargsPrototypes
55319    remove a lot of NeedFunctionPrototypes
55320    ansify many function declarations
55321
55322commit d17586c4dc858d0127fa021e6db62f8cc28ef7a6
55323Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
55324Date:   Mon Feb 16 20:19:59 2004 +0000
55325
55326    [fd.o bugzilla #189] _XOPEN_SOURCE defines break builds on Solaris Express
55327
55328commit b146ef1548d36d6897fbd674f1c3b8324bed11a7
55329Author: Warren Turkal <wt@penguintechs.com>
55330Date:   Sun Feb 15 15:04:57 2004 +0000
55331
55332    Moving toward a working input extension.
55333
55334commit e90274c2bba1f66a68c2bc30ddb589dbf6fa0929
55335Author: Egbert Eich <eich@suse.de>
55336Date:   Wed Feb 11 19:29:37 2004 +0000
55337
55338    2. Fixing segfaults that may happen in some corner cases when VT switching
55339        and during int10 initialization (Egbert Eich).
55340
55341commit 453a0743eb524da88dd364ccac86f35e61899e64
55342Author: Kaleb Keithley <kaleb@freedesktop.org>
55343Date:   Sun Feb 8 00:17:31 2004 +0000
55344
55345    revert to RC1 version of file with the license we like
55346
55347commit d6f33d897221450f3cfcc1162e2a6d09b227326e
55348Author: Kaleb Keithley <kaleb@freedesktop.org>
55349Date:   Sun Feb 8 00:12:27 2004 +0000
55350
55351    revert to RC1 version of the file with the license we like
55352
55353commit bd20c8d340fce0700ae813bd5b55fe7f4b9e0c98
55354Author: Jaymz Julian <jaymz@artificial-stupidity.net>
55355Date:   Thu Feb 5 09:09:51 2004 +0000
55356
55357    Polling input mode for the kdrive os layer. And a moose!
55358
55359commit af798d27743dbc4f70e85e297daa5863ec89640b
55360Author: Jaymz Julian <jaymz@artificial-stupidity.net>
55361Date:   Wed Feb 4 16:08:27 2004 +0000
55362
55363    More NULL checks. These ones are more useful than the last (which just made
55364        debugging a bunch of problems easier), since you can implement less in
55365        the basic simplest case driver now (not that i'm lazy, mind :-p)
55366
55367commit 3c64b65d805915e5c5628663113c54c3e9c3013b
55368Author: Egbert Eich <eich@suse.de>
55369Date:   Thu Jan 29 08:08:57 2004 +0000
55370
55371    Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004
55372
55373commit 2ec70aa70133190ad31a83114fdb9a218e6aa8e6
55374Author: Eric Anholt <anholt@freebsd.org>
55375Date:   Sun Jan 25 05:31:24 2004 +0000
55376
55377    Disable GLX visuals code on !GLXEXT, and remove a useless prototype.
55378
55379commit 01e9cc858ac646b3140d1d85ea9c069bc708fb28
55380Author: Eric Anholt <anholt@freebsd.org>
55381Date:   Sun Jan 25 01:30:33 2004 +0000
55382
55383    - Add glx visuals code based on XFree86's Radeon driver.
55384    - Reserve areas for back/depth/span when USING_DRI && GLXEXT. This would be
55385        better in a TransitionTo3d, but we'd need to work with the offscreen
55386        memory manager for that.
55387    - Misc. fixes to ati_dri.c for DRI+GLX. Needs more work still.
55388
55389commit f2bedd17af7c3b9241c02dc1c899f32fc0cd2f10
55390Author: Eric Anholt <anholt@freebsd.org>
55391Date:   Sun Jan 25 01:16:19 2004 +0000
55392
55393    Oops, turn fallback output back off.
55394
55395commit 26c5a8dfdd2aa09db46c4cf963ca697df3e777ef
55396Author: Eric Anholt <anholt@freebsd.org>
55397Date:   Sun Jan 25 01:04:12 2004 +0000
55398
55399    Whitespace cleanup.
55400
55401commit 6870c081572fcf32997e7906a54d09da0ca58ac3
55402Author: Keith Packard <keithp@keithp.com>
55403Date:   Thu Jan 15 09:19:56 2004 +0000
55404
55405    Oops, lost a diff needed for the non-screen format pixmap code
55406
55407commit 3867e03cb63e49aeb1742a8a4bdaed0b7a23749e
55408Author: Keith Packard <keithp@keithp.com>
55409Date:   Thu Jan 15 09:15:53 2004 +0000
55410
55411    Fix up some mis-used variable names
55412
55413commit f233bbf3652327e62e03efbb8a355e6af2703a1c
55414Author: Keith Packard <keithp@keithp.com>
55415Date:   Thu Jan 15 09:13:01 2004 +0000
55416
55417    Accelerate non-screen format pixmaps.
55418
55419commit 751fb0374b12679f63c922adf0f0e7cadd83d861
55420Author: Harold L Hunt II <huntharo@msu.edu>
55421Date:   Thu Jan 15 06:06:44 2004 +0000
55422
55423    file winresource.h was initially added on branch CYGWIN.
55424
55425commit a265167f19e37aec2173c0ca6c9955450aa69941
55426Author: Anders Carlsson <andersca@gnome.org>
55427Date:   Wed Jan 14 10:00:00 2004 +0000
55428
55429    Add IPAQ modeline by Dennis Noordsij.
55430
55431commit 6c97b277d9140b9d6bca047c56e303f6fc1d92e0
55432Author: Eric Anholt <anholt@freebsd.org>
55433Date:   Sun Jan 11 00:10:34 2004 +0000
55434
55435    Support 1x1 repeat sources in R128's Blend.
55436
55437commit 92702565657d48f1fcc2bae1b5989b1d6d3dd164
55438Author: Eric Anholt <anholt@freebsd.org>
55439Date:   Fri Jan 9 08:43:48 2004 +0000
55440
55441    Change PCI ID information field to be one of r128, r100, r200, r300. This
55442        is all the information we need so far. Put that information into atic,
55443        and use it correctly in the code (unlike before).
55444
55445commit 5d51dfc69cb245f6a1c7b106954a3365524741e2
55446Author: Eric Anholt <anholt@freebsd.org>
55447Date:   Fri Jan 9 08:40:32 2004 +0000
55448
55449    Use the scratch area for Composite when one of src or dst is in memory.
55450
55451commit 6d8001f4688e2149fcdd480401c46c7540680576
55452Author: Eric Anholt <anholt@freebsd.org>
55453Date:   Thu Jan 8 20:18:13 2004 +0000
55454
55455    Compile fixes for non-DRI case and for non-C99 compiler.
55456
55457commit 1be4b2d5e8048eb3653fad3a1267a0da865bcee8
55458Author: Eric Anholt <anholt@freebsd.org>
55459Date:   Thu Jan 8 08:25:49 2004 +0000
55460
55461    Forced commit: Previous commit included the removal of the 8192 scanline
55462        limit on offscreen memory in the fbdev case. I remember daenzer (who
55463        originally put that code in) saying he wasn't sure of it, and there
55464        doesn't seem to be any reason for that limit given how acceleration is
55465        done.
55466
55467commit b27729ec88f5d4153a0debfe2347bbed022329ba
55468Author: Eric Anholt <anholt@freebsd.org>
55469Date:   Thu Jan 8 08:16:24 2004 +0000
55470
55471    - Add a new UploadToScratch kaa hook for putting the data for a single
55472        pixmap into temporary offscreen storage. Subsequent UploadToScratch may
55473        clobber the data of previous ones. This allows hardware acceleration of
55474        composite operations on glyphs.
55475    - Add a new UploadToScreen kaa hook for doing the actual moving of data to
55476        framebuffer. This would allow us to do things like hostdata blits or
55477        memcpy to agp and then blit.
55478    - Add an UploadToScreen on ATI which is just memcpy, but which will be
55479        replaced with a hostdata blit soon.
55480    - Add UploadToScratch on ATI and reserve 64k of scratch space. This
55481        provided a 3x speedup of rgb24text on my Radeon.
55482
55483commit d640cf4cb4e031a0e93dfd5955405847fe4475c0
55484Author: Harold L Hunt II <huntharo@msu.edu>
55485Date:   Thu Jan 8 05:10:33 2004 +0000
55486
55487    file winprocarg.c was initially added on branch CYGWIN.
55488
55489commit 77183abbc499c69fbbbae1d92a6b012c5f80b6c4
55490Author: Harold L Hunt II <huntharo@msu.edu>
55491Date:   Thu Jan 8 05:10:32 2004 +0000
55492
55493    file winglobals.c was initially added on branch CYGWIN.
55494
55495commit eb5bb9c1a16db308eae84ea45a5920c768d4a2ff
55496Author: Harold L Hunt II <huntharo@msu.edu>
55497Date:   Thu Jan 8 05:10:32 2004 +0000
55498
55499    file winclipboardwrappers.c was initially added on branch CYGWIN.
55500
55501commit e93d468df21840007cbeea03ed545e75f0f0baf1
55502Author: Harold L Hunt II <huntharo@msu.edu>
55503Date:   Thu Jan 8 05:10:32 2004 +0000
55504
55505    file winauth.c was initially added on branch CYGWIN.
55506
55507commit 737eddfa4b6a8851e20823405b7269dd49c49b89
55508Author: Eric Anholt <anholt@freebsd.org>
55509Date:   Wed Jan 7 09:50:28 2004 +0000
55510
55511    Disconnect the sis300 driver. I've never managed to fix it, and it breaks
55512        the build on PPC.
55513
55514commit 5a2c23f8a18767f0eb2fe2846ca3ba18fd236284
55515Author: Eric Anholt <anholt@freebsd.org>
55516Date:   Wed Jan 7 02:30:29 2004 +0000
55517
55518    Speed things up slightly by removing Z values from emitted vertices and by
55519        emitting as a tri fan rather than a tri list. A rect list would save an
55520        additional vertex (out of 4) per rectangle, but there's no measurable
55521        speed difference and the tri fan may be useful when transforms come
55522        into play.
55523
55524commit cff782078cec9b10606c5873816b7acd9977ce4d
55525Author: Eric Anholt <anholt@freebsd.org>
55526Date:   Sun Jan 4 20:51:53 2004 +0000
55527
55528    - Don't forget to UNINIT miComputeCompositeRegion's regions
55529    - Fix a bit of whitespace nearby.
55530
55531commit 34d1529731fff0cb61c71f76edc5c6499ece68d1
55532Author: Eric Anholt <anholt@freebsd.org>
55533Date:   Sun Jan 4 20:47:30 2004 +0000
55534
55535    - Correctly set the texture coordinate set source for the second texture
55536        unit.
55537    - Re-enable Radeon's Composite accel now that fonts work again.
55538
55539commit 9f1a92cd092e87f774ce4ed99d4b3e15f905d4f7
55540Author: Eric Anholt <anholt@freebsd.org>
55541Date:   Sat Jan 3 21:52:14 2004 +0000
55542
55543    - Call appropriate Done function for Composite.
55544    - Don't allow src transforms for Copy acceleration.
55545    - Minor whitespace fixes.
55546
55547commit 3db761a17b60b80acb83f365628b093f0ba6958c
55548Author: Eric Anholt <anholt@freebsd.org>
55549Date:   Sat Jan 3 11:46:57 2004 +0000
55550
55551    - Add more Composite operations, including Saturate, to Radeon Composite
55552        accel. I don't 100% trust that the math works for Saturate, but I can't
55553        tell from existing information.
55554    - Fix texture pitch fallback checks.
55555    - Fallback when src or mask have transforms.
55556    - Disable Radeon Composite accel until the offset thing is fixed.
55557    - Set offscreenPitch to 64 on Radeon thanks to new information and a kaa
55558        fix. Fixes acceleration at width!=1024.
55559
55560commit d15acfa79b64b8dab1e930ce8e5423a212a1360b
55561Author: Eric Anholt <anholt@freebsd.org>
55562Date:   Sat Jan 3 11:25:27 2004 +0000
55563
55564    Split the various attempts at accelerating Composite into separate
55565        functions. Along with making things more readable, it fixes a problem
55566        where the coordinates would get messed up if acceleration failed due to
55567        things like pixmaps being in the wrong locations.
55568
55569commit 1e1a35e20c1d281bc9700b349cda1e67f65905dd
55570Author: Eric Anholt <anholt@freebsd.org>
55571Date:   Sat Jan 3 11:17:44 2004 +0000
55572
55573    Actually align the offset of allocated offscreen areas.
55574
55575commit 354f8f7e943d1a0732f4181420211efff27532b8
55576Author: Eric Anholt <anholt@freebsd.org>
55577Date:   Wed Dec 31 23:24:33 2003 +0000
55578
55579    Some strange \240 character snuck into the original commit of this file.
55580
55581commit 5f947b04da13256e5f514c40dedb98c6e1cbe0f1
55582Author: Eric Anholt <anholt@freebsd.org>
55583Date:   Tue Dec 30 08:45:53 2003 +0000
55584
55585    There's never a copy between different depths. Remove the check.
55586
55587commit c8eb20a08ee9174374b6f5ac6e79f31fce26e181
55588Author: Eric Anholt <anholt@freebsd.org>
55589Date:   Tue Dec 30 08:23:56 2003 +0000
55590
55591    - Add new Composite hook for kdrive drivers, which only ensures that the
55592        pixmaps are offscreen and don't have alpha maps. It is the last case
55593        checked before going to software fallback
55594    - Use the new Composite hook in the ati driver to implement acceleration of
55595        most Composites that get done in an xcompmgr environment on r100 series
55596        cards. It is only available when using the DRM. There are still some
55597        corruption issues, but the DRI is still non-default and I need to get
55598        this into version control.
55599
55600commit adfc1ed8e1e150100accf014e46241201275138f
55601Author: Eric Anholt <anholt@freebsd.org>
55602Date:   Mon Dec 29 09:04:20 2003 +0000
55603
55604    Add dependency lines so that servers are rebuilt when server libraries are
55605        changed.
55606
55607commit df03e80ae9162ec87f503322ccbcf2846ad38bef
55608Author: Eric Anholt <anholt@freebsd.org>
55609Date:   Mon Dec 29 06:24:01 2003 +0000
55610
55611    Merge dri-0-1-branch to trunk. Notable changes:
55612    - Add libdrm and libdri. Portions of the DRI extension are stubbed out.
55613    - Use the DRM in the ATI driver when available. This provides a minor
55614        performance improvement in x11perf, and opens the possibility of using
55615        the 3d hardware for acceleration in the future.
55616    - Implement solid fill acceleration for Composite in KAA.
55617    - Implement Blend hook for Composite and use it on r128.
55618    - Fix a bug of mine that resulted in overuse of offscreen memory.
55619    - Fix many miscellaneous bugs in ATI driver and add PCI IDs.
55620
55621commit 9bea538745f1a0c14faaac0e61dee5cf86f98dc6
55622Author: Eric Anholt <anholt@freebsd.org>
55623Date:   Sun Dec 28 09:56:54 2003 +0000
55624
55625    file kaa.h was initially added on branch dri-0-1-branch.
55626
55627commit fb8cd7454baec0bc0f693d222f3920ce03dde7c6
55628Author: Eric Anholt <anholt@freebsd.org>
55629Date:   Sun Dec 28 09:56:54 2003 +0000
55630
55631    file kaapict.c was initially added on branch dri-0-1-branch.
55632
55633commit f388f1509cb131cdf0675415214c9610d3d322c7
55634Author: Eric Anholt <anholt@freebsd.org>
55635Date:   Tue Dec 23 22:29:38 2003 +0000
55636
55637    file r128_blendtmp.h was initially added on branch dri-0-1-branch.
55638
55639commit 918958705dd97ce678b8901666c85fb359d0e013
55640Author: Kaleb Keithley <kaleb@freedesktop.org>
55641Date:   Sun Dec 21 13:39:58 2003 +0000
55642
55643    Use a different icon
55644
55645commit e97c634593dd171a05aa0fa5a35d218dcc3ecfb0
55646Author: Kaleb Keithley <kaleb@freedesktop.org>
55647Date:   Sat Dec 20 00:28:31 2003 +0000
55648
55649    merge XFree86 RC2 (4.3.99.902) from vendor branch
55650
55651commit 12e532010b9e8cb67bedd44d489c9c40dd265165
55652Author: Kaleb Keithley <kaleb@freedesktop.org>
55653Date:   Fri Dec 19 20:55:39 2003 +0000
55654
55655    XFree86 4.3.99.902 (RC 2)
55656
55657commit 4b75c7f6358b28978b05ffa4b73853d936454f50
55658Author: Kaleb Keithley <kaleb@freedesktop.org>
55659Date:   Thu Dec 18 19:32:17 2003 +0000
55660
55661    First pass at "Standard" Xinerama. The sources for this came from Heather
55662        Lanigan's xinerama tree on Sourceforge.Net. No attempt has been made to
55663        handle previous, non-standard versions of the protocol. Nor has any
55664        attempt been made to preserve the ABI of previous versions -- that part
55665        will be added at a later time, and then probably only on systems that
55666        have nice object/linker semantics, e.g. ELF systems with weak symbols.
55667
55668commit 305c444de3baa863d7abc4221e8cebb973805847
55669Author: Eric Anholt <anholt@freebsd.org>
55670Date:   Mon Dec 8 01:55:10 2003 +0000
55671
55672    Add initial SiS 300-series (300, 305, 540, 630, 730) driver based off of
55673        the ATI driver. It suffers from hw/sw synchronization problems, it
55674        looks like, but may be good enough to work on Render acceleration
55675        experiments. Committing it as-is so I don't lose it again.
55676
55677commit 8a7481a27496c842ec2ef5bac5e4d0b5e6279deb
55678Author: Kaleb Keithley <kaleb@freedesktop.org>
55679Date:   Sat Dec 6 13:24:29 2003 +0000
55680
55681    merge XFree86 4.3.99.901 (RC1) from vendor branch
55682
55683commit e82928826f60a2e76a670c936bd557838fc1764c
55684Author: Kensuke Matsuzaki <zakki@peppermint.jp>
55685Date:   Fri Dec 5 03:37:26 2003 +0000
55686
55687    file winwin32rootlesswindow.c was initially added on branch CYGWIN.
55688
55689commit fc40d0a3cbee053d446032ae3150b06edf66a335
55690Author: Kensuke Matsuzaki <zakki@peppermint.jp>
55691Date:   Fri Dec 5 03:37:26 2003 +0000
55692
55693    file winwin32rootlesswndproc.c was initially added on branch CYGWIN.
55694
55695commit c3f26a1b989dbbf5167e6e352aebf2f53bfcc442
55696Author: Kensuke Matsuzaki <zakki@peppermint.jp>
55697Date:   Fri Dec 5 03:37:26 2003 +0000
55698
55699    file winwindowswm.c was initially added on branch CYGWIN.
55700
55701commit 0f06636a9a088fc27262da0f0bc9a20a3dbeab69
55702Author: Kensuke Matsuzaki <zakki@peppermint.jp>
55703Date:   Fri Dec 5 03:37:26 2003 +0000
55704
55705    file winwin32rootless.c was initially added on branch CYGWIN.
55706
55707commit a84f16a9ad2ed0f874d2c1816aedee96725d2657
55708Author: Kaleb Keithley <kaleb@freedesktop.org>
55709Date:   Thu Dec 4 22:03:38 2003 +0000
55710
55711    XFree86 4.3.99.901 (RC 1)
55712
55713commit 33fdd50a94baab1db342bfce442907db8f8ad03e
55714Author: Keith Packard <keithp@keithp.com>
55715Date:   Tue Dec 2 01:59:38 2003 +0000
55716
55717    Wrap ClipNotify to see region motions during MoveWindow.
55718    Check window reorigin in PositionWindow and bump pixmap serial numbers to
55719        revalidate GCs.
55720    Fix picture clip region origin in automatic update
55721    Initialize client private 'critical' value
55722    Clean up pixmap bounds checking code to only affect contents allocated by
55723        fb.
55724    Oops. Call SourceValidate for Composite operations.
55725    Add Xchips server (vesa based)
55726
55727commit 6db77925406a0ee600998ad558a50190ba631649
55728Author: Eric Anholt <anholt@freebsd.org>
55729Date:   Mon Dec 1 22:56:06 2003 +0000
55730
55731    file radeon_sarea.h was initially added on branch dri-0-1-branch.
55732
55733commit 313046b42832fa2434d617997d5701157b55e7c8
55734Author: Eric Anholt <anholt@freebsd.org>
55735Date:   Mon Dec 1 22:56:06 2003 +0000
55736
55737    file radeon_common.h was initially added on branch dri-0-1-branch.
55738
55739commit 2ad126286e524392741164babe530210892c377f
55740Author: Eric Anholt <anholt@freebsd.org>
55741Date:   Mon Dec 1 22:56:06 2003 +0000
55742
55743    file r128_sarea.h was initially added on branch dri-0-1-branch.
55744
55745commit f486c136ad8d2d893cdf3aee6aa752578a6809d7
55746Author: Eric Anholt <anholt@freebsd.org>
55747Date:   Mon Dec 1 22:56:06 2003 +0000
55748
55749    file r128_common.h was initially added on branch dri-0-1-branch.
55750
55751commit 1eb63ef1b5d0ce10117196df3e81e8312a55a93c
55752Author: Eric Anholt <anholt@freebsd.org>
55753Date:   Mon Dec 1 22:56:06 2003 +0000
55754
55755    file ati_sarea.h was initially added on branch dri-0-1-branch.
55756
55757commit 1fa5f28406f8a7ad54049e4bec129953149bd3ed
55758Author: Eric Anholt <anholt@freebsd.org>
55759Date:   Mon Dec 1 22:56:06 2003 +0000
55760
55761    file ati_dri.c was initially added on branch dri-0-1-branch.
55762
55763commit 14ce4f2c3ebc20e5f6d57adda0a7e14229541a72
55764Author: Eric Anholt <anholt@freebsd.org>
55765Date:   Mon Dec 1 22:56:06 2003 +0000
55766
55767    file ati_dri.h was initially added on branch dri-0-1-branch.
55768
55769commit 8887456e7d4fc1280287ed3e35c6c4464525827b
55770Author: Eric Anholt <anholt@freebsd.org>
55771Date:   Mon Dec 1 22:56:06 2003 +0000
55772
55773    file ati_dripriv.h was initially added on branch dri-0-1-branch.
55774
55775commit 6c9e7f47357b02f41b9f1f43f7f1d9b5a139e5b6
55776Author: Eric Anholt <anholt@freebsd.org>
55777Date:   Mon Dec 1 22:56:06 2003 +0000
55778
55779    file ati_draw.h was initially added on branch dri-0-1-branch.
55780
55781commit 2ad20d4e99d0d8ecb922507e0bfead8b7b7d4a55
55782Author: Eric Anholt <anholt@freebsd.org>
55783Date:   Mon Dec 1 22:56:06 2003 +0000
55784
55785    file ati_drawtmp.h was initially added on branch dri-0-1-branch.
55786
55787commit ae2454f65698eef66b3507e586e4f8125cb1790d
55788Author: Anders Carlsson <andersca@gnome.org>
55789Date:   Mon Dec 1 22:11:12 2003 +0000
55790
55791    Add support for setting the video mode.
55792
55793commit e31051ba26c18f6232798c5a5c4725f5ce53d6b9
55794Author: Phil Blundell <pb@reciva.com>
55795Date:   Mon Dec 1 21:49:41 2003 +0000
55796
55797    Call KdShadowUnset before fbdevSetShadow.
55798
55799commit 9cdd6fd9e3d6e44adf392279093f92fb6678a49c
55800Author: Eric Anholt <anholt@freebsd.org>
55801Date:   Mon Dec 1 04:33:36 2003 +0000
55802
55803    - Add fbdev mode-setting backend to Xati. It and vesa are compiled in when
55804        available, with fbdev being used by default.
55805    - Use depth 16 by default when vesa backend is used.
55806    - Add MMIO defines for PowerPC (should be in a common location).
55807    Many thanks for Michel Daenzer for much of this code.
55808
55809commit ec7f5539302fafd1ac7609ac423f1379f54916ab
55810Author: Eric Anholt <anholt@freebsd.org>
55811Date:   Mon Dec 1 03:15:13 2003 +0000
55812
55813    Add more RV250 PCI IDs.
55814
55815commit d221c484f9521c780fc3c7e88833c62e50463c6d
55816Author: Eric Anholt <anholt@freebsd.org>
55817Date:   Mon Dec 1 01:46:42 2003 +0000
55818
55819    Remove sys/io.h inclusion from some files that didn't need it, and change
55820        asm/io.h to sys/io.h in vga.c, which newer Linux complains about.
55821
55822commit 5fd7f82390d78621a8aad959eb216b8fb7e1a97f
55823Author: Kaleb Keithley <kaleb@freedesktop.org>
55824Date:   Sun Nov 30 16:47:13 2003 +0000
55825
55826    xfree86 merge
55827
55828commit 77836ebda2a47e04c56c5842f62fab5992909712
55829Author: Kaleb Keithley <kaleb@freedesktop.org>
55830Date:   Sat Nov 29 16:08:53 2003 +0000
55831
55832    xfree86 merge
55833
55834commit 88193e928be7cf5a526b50ad1e0b4ac9cddef297
55835Author: Kaleb Keithley <kaleb@freedesktop.org>
55836Date:   Sat Nov 29 15:10:02 2003 +0000
55837
55838    xfree86 merge
55839
55840commit 0097b6fe2d1739e46e4e7726aaa481b6dc84870c
55841Author: Kaleb Keithley <kaleb@freedesktop.org>
55842Date:   Wed Nov 26 22:49:07 2003 +0000
55843
55844    merge latest (4.3.99.16) from XFree86 (vendor) branch
55845
55846commit d803918a9fb5f80a2d6e4b711d8e43916cd09da5
55847Author: Eric Anholt <anholt@freebsd.org>
55848Date:   Tue Nov 25 22:39:54 2003 +0000
55849
55850    Add new Radeon 9200 PCI IDs.
55851
55852commit adc7f9a4ebdfe11d4cd6de9388b63dfe36450b39
55853Author: Kaleb Keithley <kaleb@freedesktop.org>
55854Date:   Tue Nov 25 19:29:01 2003 +0000
55855
55856    XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
55857
55858commit 90f1536dd315cd265bfc7ef35058761a65a01734
55859Author: Kaleb Keithley <kaleb@freedesktop.org>
55860Date:   Tue Nov 25 19:29:01 2003 +0000
55861
55862    Initial revision
55863
55864commit d461855a73d8c9f51a18673aef7ce88f94a71629
55865Author: Eric Anholt <anholt@freebsd.org>
55866Date:   Sun Nov 23 10:12:04 2003 +0000
55867
55868    - Fix Radeon offscreen pixmap pitch alignment.
55869    - Remove usleeps from idle and waitavail code, recommended by keithp.
55870    - Add a workaround for apparent broken acceleration with Rage 128 and
55871        offset alignment with 8-bit acceleration (24-hack and plain 8-bit).
55872    - Minor cleanup of setup code.
55873
55874commit 8e09afe657b110bc1ea9e58dea81a120c343d16e
55875Author: Eric Anholt <anholt@freebsd.org>
55876Date:   Sun Nov 23 02:08:16 2003 +0000
55877
55878    Add RV250 PCI IDs.
55879
55880commit b3247251fb7d9f2d50ef41d9c2089629544d534d
55881Author: Eric Anholt <anholt@freebsd.org>
55882Date:   Thu Nov 20 07:49:46 2003 +0000
55883
55884    - Fix a bug in pitch alignment for offscren pixmaps.
55885    - Add 24-bit acceleration for Xati using the 8-bit trick from mach64.
55886    - Add offscreen pixmap support to Xati.
55887
55888commit 41dde24b229f4bc4738637d9cd0a86b74b9f8457
55889Author: Eric Anholt <anholt@freebsd.org>
55890Date:   Thu Nov 20 00:05:56 2003 +0000
55891
55892    - Fix confusion of depth/bitsPerPixel in ati_draw.c
55893    - Disable acceleration with 24bpp due to apparent broken acceleration.
55894        Accel at 24bpp was the cause of the crashes when people tried to use
55895        any depth over 16. XFree86 doesn't support 24 either.
55896    - Disable at < 8bpp, too.
55897    - Add the other Rage 128 PCI IDs.
55898    - Remove unnecessary setting of scissor registers (only default scissor
55899        gets used).
55900
55901commit 7abbcce4222958b4670873a17f67ea1ec1d958e2
55902Author: Eric Anholt <anholt@freebsd.org>
55903Date:   Wed Nov 19 08:32:38 2003 +0000
55904
55905    - Add PCI information (device/vendor id, bus location) to KdCardAttr to
55906        help with ati, and future DRM drivers.
55907    - Add new "ati" kdrive driver. It has ancestry in the r128 driver from
55908        andersca, but took a detour through being the WIP SiS 300 driver on the
55909        way. It supports Radeons (tested on QD VIVO and 7500) and Rage 128.
55910        Current limitations include that it requires depth 16 and that the
55911        other Rage 128 PCI IDs aren't included yet.
55912
55913commit e9cb70dae0a85fcd116d7ffac73d1322ec282a94
55914Author: Keith Packard <keithp@keithp.com>
55915Date:   Tue Nov 18 18:38:48 2003 +0000
55916
55917    Reset available offscreen segment save function pointer. (Not a functional
55918        change, just cleaning up a bit)
55919    Reset the screen->memory_base value when frame buffer is remapped. This
55920        makes sure new off-screen allocations point at the newly mapped region
55921        rather than the old (now unmapped) region.
55922
55923commit f333581b7b4066ab054dd765a1c9bae0f3407188
55924Author: Seth W. Klein <sk@sethwklein.net>
55925Date:   Tue Nov 18 04:53:16 2003 +0000
55926
55927    Added infrastructure for driver specific usage messages and added vesa
55928        usage message.
55929
55930commit 003e87717cfe378261ed1a1e7bcb2cf0d200b1b8
55931Author: Keith Packard <keithp@keithp.com>
55932Date:   Mon Nov 17 22:09:12 2003 +0000
55933
55934    Recompute winSize/borderSize to fix them when changing redirection.
55935        Sufficient, but not always necessary.
55936    Add borderClip to damage on creation so that clients needn't guess.
55937    Fix API to FbDots functions to make PolyPoint work with screen_x/screen_y
55938        offsets
55939    Add debugging code to make sure no pictures are left pointing at freed
55940        pixmaps. "Can't" happen, but it did once.
55941    Change KdOffscreenArea structure to eliminate separate private structure,
55942        eliminate the ScreenPtr, change from doubly linked to singly linked
55943        list.
55944    Don't damage BackgroundNone windows on PW_BACKGROUND. Re-clip damage to
55945        borderClip in DamageSubtract.
55946
55947commit c57959ad6a4c0f5329762f401fd7871ffb2ee90c
55948Author: Kaleb Keithley <kaleb@freedesktop.org>
55949Date:   Mon Nov 17 19:03:47 2003 +0000
55950
55951    merge XFree86 4.3.0.1 to -CURRENT
55952
55953commit acd200770513ad03dd3f4bdc7448edfd69b1ff9d
55954Author: Keith Packard <keithp@keithp.com>
55955Date:   Mon Nov 17 06:54:52 2003 +0000
55956
55957    Clear window when Manual Subwindows redirect is destroyed
55958    Fix Tile/Stipple origin with non-zero pixmap window origins
55959    Use computed depth for TrueColor visuals as fbdev doesn't have one.
55960
55961commit d568221710959cf7d783e6ff0fb80fb43a231124
55962Author: Kaleb Keithley <kaleb@freedesktop.org>
55963Date:   Fri Nov 14 16:49:22 2003 +0000
55964
55965    XFree86 4.3.0.1
55966
55967commit 9508a382f8a9f241dab097d921b6d290c1c3a776
55968Author: Kaleb Keithley <kaleb@freedesktop.org>
55969Date:   Fri Nov 14 16:48:57 2003 +0000
55970
55971    Initial revision
55972
55973commit ded6147bfb5d75ff1e67c858040a628b61bc17d1
55974Author: Kaleb Keithley <kaleb@freedesktop.org>
55975Date:   Fri Nov 14 15:54:54 2003 +0000
55976
55977    R6.6 is the Xorg base-line
55978
55979commit cb6ef07bf01e72d1a6e6e83ceb7f76d6534da941
55980Author: Keith Packard <keithp@keithp.com>
55981Date:   Fri Nov 14 07:46:20 2003 +0000
55982
55983    Accelerated image text code drew glyphs at wrong location when compositing
55984        manager enabled.
55985
55986commit 318d525bf2fe52b059b1568e9b31d144b297a781
55987Author: Keith Packard <keithp@keithp.com>
55988Date:   Thu Nov 13 09:14:29 2003 +0000
55989
55990    Have the composite extension tell the damage extension about clients which
55991        have redirected subwindows in manual mode. Those clients are marked
55992        Critical and given a significant scheduling boost whenever they receive
55993        a damage notify event. This dramatically improves update frequency.
55994    If the kernel reported a large number of keys, readKernelMapping would walk
55995        off the end of the kdKeysym array.
55996    Fix usage of _IOWR; the 'size' argument is actually a datatype.
55997
55998commit e9904cefa39e1c9d3c7bf2f335dbafb23809cdba
55999Author: Eric Anholt <anholt@freebsd.org>
56000Date:   Tue Nov 11 05:46:15 2003 +0000
56001
56002    Fix Makefile.am's to include header files needed for distcheck. Remove
56003        -Werror default and add --enable-werror switch to add it back.
56004
56005commit 5dc119b73ffcae32c2d470b734dfa2f8af58e77e
56006Author: Keith Packard <keithp@keithp.com>
56007Date:   Mon Nov 10 20:35:05 2003 +0000
56008
56009    Fix KdXv interface to pass drawable down so that bits can be put into
56010        drawable pixmap rather than directly into the frame buffer. Rewrite
56011        logic in kdoffscreen to make space for new allocations, now deals
56012        correctly with locked areas.
56013
56014commit e500986657ea8b4e14a1ff4730ecda4583c75277
56015Author: Keith Packard <keithp@keithp.com>
56016Date:   Mon Nov 10 06:40:23 2003 +0000
56017
56018    Must offset composite parameters by drawable coordinates in accelerated
56019        case.
56020
56021commit d694b44259ff51cfca2c3ec9a58bf164010cc1ad
56022Author: Phil Blundell <pb@reciva.com>
56023Date:   Sat Nov 8 18:51:59 2003 +0000
56024
56025    Avoid ugly shell error when libXdmcp isn't present.
56026    New functions. (TsInit): Register them.
56027
56028commit 3e18c6363454aa87e1ad8c121019bab185e613b8
56029Author: Keith Packard <keithp@keithp.com>
56030Date:   Sat Nov 8 00:28:19 2003 +0000
56031
56032    Fix KAA to work with screen_x/screen_y hacks from COMPOSITE Also add
56033        kaaComposite acceleration for simple bltblt case.
56034
56035commit 1280f79054dc16ccf321006cd2de53e0f53c7b70
56036Author: Keith Packard <keithp@keithp.com>
56037Date:   Fri Nov 7 23:29:29 2003 +0000
56038
56039    Ok, Composite extension is semi-working; when no-one asks for redirection,
56040        the server seems to act as before. With RedirectSubwindows (root,
56041        automatic), the server looks just like a regular X server. Now to go
56042        rewrite the (currently lame) compositing manager to get some real
56043        action on the screen.
56044    Some of the fixes here are to make valgrind quiet with various ioctls used
56045        by kdrive/linux.
56046    Also fixed a bug where fbdev initialization was out of order in fbdev.c and
56047        smi.c
56048
56049commit d319a0a610c90524ad29cab3c6d4d21b5298fc7f
56050Author: Phil Blundell <pb@reciva.com>
56051Date:   Fri Nov 7 23:00:06 2003 +0000
56052
56053    Fix warnings.
56054
56055commit 598c5d549abbb819f3391a2c88432941b546a213
56056Author: Matthew Allum <breakfast@10.am>
56057Date:   Thu Nov 6 14:01:46 2003 +0000
56058
56059    tslib improvements
56060
56061commit 7e1a564c416f6dc337a0021b1c0e1f2cb3b27296
56062Author: Keith Packard <keithp@keithp.com>
56063Date:   Wed Nov 5 06:46:13 2003 +0000
56064
56065    Replace translucent compositing hacks with PictOpSrc to match eventual
56066        extension semantics. Replace mouse acceleration with quadratic.
56067
56068commit 5378236aa647ec9a723a3e5fbd2a57eb286a1938
56069Author: Keith Packard <keithp@keithp.com>
56070Date:   Sun Nov 2 19:56:10 2003 +0000
56071
56072    merge xfixes_2_branch back to HEAD
56073
56074commit 9e94665cf9cf0f74dff5b3cdaa4cde99e234fa45
56075Author: Phil Blundell <pb@reciva.com>
56076Date:   Tue Oct 28 22:28:33 2003 +0000
56077
56078    try /dev/misc/apm_bios if /dev/apm_bios doesn't exist
56079
56080commit bb99451f275827da580dcfa3b66cd0705fcc900a
56081Author: Phil Blundell <pb@reciva.com>
56082Date:   Tue Oct 28 22:27:35 2003 +0000
56083
56084    move smi into VESA_SUBDIRS
56085
56086commit 9a05f8f7858641b780046ad69d61f21ccbb93db8
56087Author: Keith Packard <keithp@keithp.com>
56088Date:   Sun Oct 19 20:46:23 2003 +0000
56089
56090    Minor cleanups -- remove a couple of bogus KdCheckSync calls, restructure
56091        KdOffscreenSwapOut to avoid unneeded 'continue'
56092
56093commit 16b2ea64e7e0bd32d6dba078b4891167bd335d44
56094Author: Keith Packard <keithp@keithp.com>
56095Date:   Thu Oct 16 08:03:25 2003 +0000
56096
56097    Discard/reconstruct list of offscreen areas on VT switch so no allocations
56098        can occur while switched away.
56099    Set type of off_screen_areas member to actual type instead of pointer
56100
56101commit f4bcd36a386116c450ea6893ab3d08e81cea663b
56102Author: Anders Carlsson <andersca@gnome.org>
56103Date:   Wed Oct 15 05:34:54 2003 +0000
56104
56105    Add a memory_base variable and use it.
56106
56107commit f5916edb172738c73c8f78b23981abfd8d03a079
56108Author: Keith Packard <keithp@keithp.com>
56109Date:   Wed Oct 15 04:59:45 2003 +0000
56110
56111    hw/kdrive/*/Makefile.am Libraries in local dir must not use global path or
56112        make doesn't build things in the right order (-j)
56113    hw/kdrive/mga/mga.h, mgadraw.c Fix warnings
56114
56115commit b3e47ce18ff9c86833fc6302b1e074912edce404
56116Author: Keith Packard <keithp@keithp.com>
56117Date:   Wed Oct 15 01:00:38 2003 +0000
56118
56119    various Split out pixmap allocation debug statements Fix bogus offscreen
56120        pixmap size test Add migration to composite function for source
56121        operands
56122    VbeDPMS Remove extraneous call to VbeGetVib.
56123
56124commit 28bcd2efd134bfea3daa0738c9155b36cdf84168
56125Author: Keith Packard <keithp@keithp.com>
56126Date:   Tue Oct 14 21:33:04 2003 +0000
56127
56128    Avoid attempting acceleration on non-screen formats (for now)
56129    Offscreen allocator API changes.
56130
56131commit cb46169759a833605b78409ae68c9fb57618ceba
56132Author: Keith Packard <keithp@keithp.com>
56133Date:   Tue Oct 14 21:10:53 2003 +0000
56134
56135    Use same assumptions as layergc about what layer kind is approprate for
56136        unwrapping pixmap operations. This makes sure the accelerated code gets
56137        invoked for pixmaps
56138    Add pixmap migration support to kaa. Can't quite automatically migrate
56139        pixmaps off-screen, but soon we will. Can kick objects out of video
56140        memory. Move per-screen linked list pointers to pixmap private. Wrap
56141        Composite in preparation for migrating pixmaps. Have kasync ignore
56142        drawable type so that pixmaps trigger sync Add KdOffscreenFini to
56143        cleanup on server reset. Switch off screen area to have only a 'save'
56144        function; moving objects to off screen memory is done by saving then
56145        freeing the area.
56146
56147commit 109b94951654171ada94e2ffb29568b8a1bcde77
56148Author: Keith Packard <keithp@keithp.com>
56149Date:   Tue Oct 14 05:08:35 2003 +0000
56150
56151    -Wall fixes. Might have fixed VESA based DPMS code as a result
56152
56153commit 4b844cafb2516139c8407822b61939cd6c743742
56154Author: Keith Packard <keithp@keithp.com>
56155Date:   Tue Oct 14 05:07:39 2003 +0000
56156
56157    Check for off-screen pixmap support in KaaDrawableIsOffscreenPixmap. -Wall
56158        fixes. Allocate pixmap private space only for screens with off-screen
56159        pixmap support
56160
56161commit cdf3377f6d3789628495ac64df80ac7dc235e46d
56162Author: Keith Packard <keithp@keithp.com>
56163Date:   Tue Oct 14 05:05:53 2003 +0000
56164
56165    -Wall fixes. Support off-screen pixmaps
56166
56167commit 777f31cd0b5ec387d975e6d10ae73fa325e4c311
56168Author: Keith Packard <keithp@keithp.com>
56169Date:   Tue Oct 14 05:05:28 2003 +0000
56170
56171    -Wall fixes. Add klinux.h to export function declarations
56172
56173commit a398339b6d5209a11af93a3b836b0cad326a0799
56174Author: Keith Packard <keithp@keithp.com>
56175Date:   Tue Oct 14 05:04:22 2003 +0000
56176
56177    -Wall fixes
56178
56179commit 44f2e82f1b463e272f4e521561f74eb14bf24082
56180Author: Anders Carlsson <andersca@gnome.org>
56181Date:   Mon Oct 13 02:19:47 2003 +0000
56182
56183    Use pixmaps instead of drawables in the kaa functions. Have the mga server
56184        support accelerated operations on offscreen pixmaps.
56185
56186commit 47a9fab5e286c5224047690482a2cb36a3c17b88
56187Author: Anders Carlsson <andersca@gnome.org>
56188Date:   Mon Oct 13 01:19:37 2003 +0000
56189
56190    Add support for offscreen pixmaps.
56191
56192commit c538fa874257a2cbf53f329d3982e7a01fefe629
56193Author: Anders Carlsson <andersca@gnome.org>
56194Date:   Mon Oct 13 00:56:21 2003 +0000
56195
56196    Fix a couple of bugs.
56197
56198commit a50438b4709b32ec869e232628971b0dccd27adf
56199Author: Anders Carlsson <andersca@gnome.org>
56200Date:   Mon Oct 13 00:19:58 2003 +0000
56201
56202    Add offscreen memory manager and update the servers to reflect the name
56203        change for the kaa structure.
56204
56205commit 307f3dbd10e0c8e392865e85e9e3e4dff108df02
56206Author: Anders Carlsson <andersca@gnome.org>
56207Date:   Sun Oct 12 14:17:24 2003 +0000
56208
56209    Remove this for now.
56210
56211commit ab3305d0ac805d0c9e917c35b316d9b58dde2187
56212Author: Anders Carlsson <andersca@gnome.org>
56213Date:   Sat Oct 11 19:36:13 2003 +0000
56214
56215    Add ATI Rage 128 server.
56216
56217commit ed98d3814ee65cd9fd18eeadbd20c8fc6b4ab342
56218Author: Keith Packard <keithp@keithp.com>
56219Date:   Thu Oct 9 23:35:44 2003 +0000
56220
56221    use #if instead of #ifdef
56222
56223commit 4dd37de858464c576bfdcd10255a8e233a5b05d5
56224Author: Anders Carlsson <andersca@gnome.org>
56225Date:   Thu Oct 9 16:21:24 2003 +0000
56226
56227    Build smi after vesa.
56228
56229commit e5a1c9952f7d621493f08257c8b9456b7608c55a
56230Author: Keith Packard <keithp@keithp.com>
56231Date:   Thu Oct 9 07:29:31 2003 +0000
56232
56233    Initialize smi chip on graphics setup. Seems to help some.
56234
56235commit 10f721acc5e59ea4152b94246b62963f2ff9d678
56236Author: Keith Packard <keithp@keithp.com>
56237Date:   Thu Oct 9 07:12:01 2003 +0000
56238
56239    Leave iopl set to 3 so vesa module will work
56240
56241commit f74555e94264e6f703d399a5e0475c7283e20a88
56242Author: Keith Packard <keithp@keithp.com>
56243Date:   Thu Oct 9 06:36:26 2003 +0000
56244
56245    Add xfixes, fix smi driver to use either fbdev or vesa. Add hole mapping to
56246        vesa server by default
56247
56248commit 346aff7ef6f47a191c7f134b7843a634189b9e83
56249Author: Keith Packard <keithp@keithp.com>
56250Date:   Thu Oct 9 06:35:11 2003 +0000
56251
56252    Use either vesa or fbdev, selectable at compile time
56253
56254commit adc5b8068d5532a6f3f23e64d3c668a22d5b1504
56255Author: Keith Packard <keithp@keithp.com>
56256Date:   Sun Oct 5 05:22:35 2003 +0000
56257
56258    Fix fbdev server to allow accelerated servers on top to use RandR. Switch
56259        smi server to fbdev (vesa bios doesnt work on the Acer I have here)
56260
56261commit f3d8476ced1e3ba4b4ca7c9e23e98c2cc7ffcc14
56262Author: Phil Blundell <pb@reciva.com>
56263Date:   Sat Oct 4 02:56:54 2003 +0000
56264
56265    few more fixes for h3600 ts
56266
56267commit aae3e6dcb3d72eba6d7d8d99079782ed1bfe63bd
56268Author: Keith Packard <keithp@keithp.com>
56269Date:   Sat Oct 4 02:43:16 2003 +0000
56270
56271    configure.ac Makefile.am os/oscolor.c Xext/saver.c Xext/Makefile.am
56272        hw/kdrive/linux/ts.c hw/kdrive/src/Makefile.am hw/kdrive/src/kdrive.h
56273        hw/kdrive/src/kinput.c hw/kdrive/src/kmap.c Autodetect VM86 (for vesa),
56274        AGPGART, APM, MTRR, tslib and handhelds.org touch screen. Add
56275        USE_RGB_BUILTIN and code for fileless RGB database. Add
56276        MIT-SCREEN-SAVER
56277
56278commit efbf205a2ac4792b71d39f8fe3ef3b1cf12697c0
56279Author: Phil Blundell <pb@reciva.com>
56280Date:   Fri Oct 3 15:27:46 2003 +0000
56281
56282    add --disable-kdrivevesa option
56283
56284commit 89a536f349525e642bb4cd233bc47864ed4a6ad7
56285Author: Keith Packard <keithp@keithp.com>
56286Date:   Thu Oct 2 02:30:28 2003 +0000
56287
56288    Add smi server
56289
56290commit 5a21f4f4d0c03e0e34f1979fd7cec8f0d19b00d4
56291Author: Keith Packard <keithp@keithp.com>
56292Date:   Wed Oct 1 06:43:50 2003 +0000
56293
56294    Add XDM cookies. Fix up support for pkgconfig X bits
56295
56296commit a42e31b28c493dc3d6b32cde4e72ff17fc983183
56297Author: Matthew Allum <breakfast@10.am>
56298Date:   Tue Sep 30 22:14:59 2003 +0000
56299
56300    Fixed tslib driver to handle VT switches
56301
56302commit a0876ade6479c40dcef63f70f4c6c5a5988edeba
56303Author: Keith Packard <keithp@keithp.com>
56304Date:   Tue Sep 30 20:49:47 2003 +0000
56305
56306    Enable maintainer mode from autogen.sh. Fix vesa build to create library
56307        before program. Remove bogus AC_SUBST lines for XSERVER_CFLAGS and
56308        XSERVER_LIBS
56309
56310commit e8c02296476f068bc8158d112dc15df00dddac2a
56311Author: Matthew Allum <breakfast@10.am>
56312Date:   Tue Sep 30 20:15:14 2003 +0000
56313
56314    Added --enable-tslib configure option
56315
56316commit a42384e9356ec79510682bacf08410e87d7102ff
56317Author: Keith Packard <keithp@keithp.com>
56318Date:   Mon Sep 29 01:42:40 2003 +0000
56319
56320    Use other freedesktop.org packages to build the server
56321
56322commit 6a098a88af174db1674662c09e2385b4e6e0bb4e
56323Author: Anders Carlsson <andersca@gnome.org>
56324Date:   Wed Sep 24 23:36:54 2003 +0000
56325
56326    Add beginnings of offscreen memory manager.
56327
56328commit 918a8273eeabcb14fc82742cc68223d8a7c2a67a
56329Author: Keith Packard <keithp@keithp.com>
56330Date:   Wed Sep 24 21:07:06 2003 +0000
56331
56332    hw/kdrive/src/kdrive.c
56333    hw/kdrive/src/kdrive.h Add -switchCmd option to set command that is
56334        executed whenever the VT is enabled or disabled. This permits input
56335        device to be customized by external apps when switching to X.
56336
56337commit 20bbd750d0d359e55cbdcc86aeea6013ac665bce
56338Author: Anders Carlsson <andersca@gnome.org>
56339Date:   Mon Sep 22 21:14:59 2003 +0000
56340
56341    Accelerate server.
56342
56343commit 49771e3f074cae3947b0084e6514a19dc4c4cad1
56344Author: Anders Carlsson <andersca@gnome.org>
56345Date:   Thu Sep 18 20:48:48 2003 +0000
56346
56347    Add mga server to the build.
56348
56349commit 07ab15d61d2468fc858453cdabe7296d19fc9e10
56350Author: Anders Carlsson <andersca@gnome.org>
56351Date:   Thu Sep 18 20:47:43 2003 +0000
56352
56353    Add mga server
56354
56355commit b260825e880615f589e2bad35491ebb598e21a0f
56356Author: Anders Carlsson <andersca@gnome.org>
56357Date:   Thu Sep 18 14:44:57 2003 +0000
56358
56359    Try this.
56360
56361commit b889d4ba2c2e59769a3ff6fd00ee5bb395108827
56362Author: Anders Carlsson <andersca@gnome.org>
56363Date:   Thu Sep 18 14:42:00 2003 +0000
56364
56365    Try things out.
56366
56367commit 85ff67670c6216a8c4368a8bd70fd0434a4e0aca
56368Author: Anders Carlsson <andersca@gnome.org>
56369Date:   Tue Sep 16 21:07:16 2003 +0000
56370
56371    Add fbdev server to the build.
56372
56373commit be12dcdcf39a30f69fe73cbb5a4acacef8024db6
56374Author: Keith Packard <keithp@keithp.com>
56375Date:   Fri Sep 12 07:00:19 2003 +0000
56376
56377    Switch to freedesktop.org libXfont
56378
56379commit eca43a59ec95646836f9704714823249a15747fa
56380Author: Keith Packard <keithp@keithp.com>
56381Date:   Fri Sep 12 01:51:16 2003 +0000
56382
56383    Clean up mach64 for autofoo
56384
56385commit 6b16b827bb125b43b41b7f8558991e90ada316de
56386Author: Keith Packard <keithp@keithp.com>
56387Date:   Fri Sep 12 01:49:46 2003 +0000
56388
56389    Add some configure options, make the mach64 server build
56390
56391commit ce55d3234dc34157f0fc8059a6793cdd17fa4519
56392Author: Keith Packard <keithp@keithp.com>
56393Date:   Thu Sep 11 05:15:08 2003 +0000
56394
56395    Move kdrive common sources to src dir
56396
56397commit 269b9dac5a96005fe38379377526592cb7930a51
56398Author: Keith Packard <keithp@keithp.com>
56399Date:   Thu Sep 11 05:12:51 2003 +0000
56400
56401    Get Xvesa building
56402
56403commit 0d775576b9b3cf410e9a463b87340612d34bc13d
56404Author: Keith Packard <keithp@keithp.com>
56405Date:   Thu Sep 11 03:26:03 2003 +0000
56406
56407    Add Makefile.am
56408
56409commit ef8977a30ccb55af8e8bbb635127efb94f232983
56410Author: Keith Packard <keithp@keithp.com>
56411Date:   Thu Sep 11 03:23:13 2003 +0000
56412
56413    More build fixes
56414
56415commit 14a8311bb3b6273617f7c7b70222e97835e9c8af
56416Author: Keith Packard <keithp@keithp.com>
56417Date:   Thu Sep 11 02:31:24 2003 +0000
56418
56419    Make more stuff build
56420
56421commit 8bc8fd8678b20dde2a3fc47ff5b617bc8046ea9f
56422Author: Mike A. Harris <mharris@redhat.com>
56423Date:   Thu Sep 11 02:02:54 2003 +0000
56424
56425    POSIX sigaction cleanups - removed act.sa_restorer as it's not in POSIX and
56426        is not portable
56427
56428commit 514ab46ce3c6eb0163720315474cba884d029b62
56429Author: Anders Carlsson <andersca@gnome.org>
56430Date:   Thu Sep 11 00:47:36 2003 +0000
56431
56432    Start autoifying everything.
56433
56434commit 283a7f32c449b1970e5a484351f8396a8afd99da
56435Author: Keith Packard <keithp@keithp.com>
56436Date:   Mon Jul 7 19:13:03 2003 +0000
56437
56438    Update RCS tags, fix keyboard hang on VT switch, fix scroll wheel mice, add
56439        -rawcoord option to not transform mice on rotate, fix mtrr to use
56440        power-of-two size, add a few vesa options
56441
56442commit 804b89284665f19e2c92a07fadc72c25fbb3f5d9
56443Author: Keith Packard <keithp@keithp.com>
56444Date:   Wed Jul 2 17:53:46 2003 +0000
56445
56446    Silicon motion driver for kdrive
56447
56448commit b923d897a51707c25b2dc62395d9765ba1a47bfe
56449Author: Keith Packard <keithp@keithp.com>
56450Date:   Wed Jul 2 17:53:46 2003 +0000
56451
56452    Initial revision
56453
56454commit 544ee9bb7a060d6a85b5168a2de74ff1db430c89
56455Author: Marc Aurele La France <tsi@ualberta.edu>
56456Date:   Wed Apr 23 21:51:18 2003 +0000
56457
56458    136. Fix bug that prevented fbman from using the last partial scanline of a
56459        Mach64 framebuffer (Marc La France).
56460    135. Make ATI Mach64 FIFO cache integrity testing optional (Marc La
56461        France).
56462    134. Export ATI Mach64 hardware overlay as an XVideo adaptor (derived from
56463        GATOS project, Egbert Eich, Marc La France).
56464    133. Reorganise ATI Mach64 support into separate source files (Marc La
56465        France).
56466    132. Refine atimisc's decoding of the panel mode on server entry in an
56467        attempt to reduce the effect of atyfb bugs (Marc La France).
56468    131. Make Rage128 and Radeon XVideo available even when 2D acceleration is
56469        disabled (Marc La France).
56470    130. There is no longer any need to require hardware cursors during Rage128
56471        and Radeon XVideo displays (Marc La France).
56472    129. Initialise v4l's XVideo adaptors last (Marc La France).
56473    128. Reduce cut&paste effects by adding more helpers to Xv (derived from
56474        #5645, Bj�rn Augustsson, Marc La France).
56475    127. Centralise a region comparison primitive into 'mi' and use it instead
56476        of local definitions throughout the server (Marc La France).
56477    126. DPMSExtension & XvExtension driver cleanups (Marc La France).
56478
56479commit 870d0f8752c11c3df42185786ab1e2bd200e4de1
56480Author: Egbert Eich <eich@suse.de>
56481Date:   Thu Dec 12 18:29:05 2002 +0000
56482
56483    621. Let kbd driver test if Xserver is in suspend before handling any input
56484        events (Egbert Eich).
56485    620. Fixed agp version checking to accept minor versions >= the specified
56486        number (Leif Delgass).
56487
56488commit 7827fce0b5ff600d0adc3a30eab69e8141c2e548
56489Author: Keith Packard <keithp@keithp.com>
56490Date:   Wed Nov 13 16:37:39 2002 +0000
56491
56492    Allow input devices to be closed while the VT is switched away (needs
56493        per-driver support)
56494
56495commit 3eaea6608bc33633c00860008f246f59ad5687a7
56496Author: Keith Packard <keithp@keithp.com>
56497Date:   Tue Nov 12 22:20:42 2002 +0000
56498
56499    Update ipaq-specific ts driver to match generic tslib version
56500
56501commit 612e82053d986df70bcc9c87038244eab8c3dc13
56502Author: Keith Packard <keithp@keithp.com>
56503Date:   Tue Nov 5 05:28:34 2002 +0000
56504
56505    Clean up touch screen hacks for controlling pointer on alternate screen
56506
56507commit 358d887cbef4d2ec34532a364dd44205eab36c23
56508Author: Keith Packard <keithp@keithp.com>
56509Date:   Fri Nov 1 22:27:49 2002 +0000
56510
56511    Add support for ARM linux TS lib (disabled by default) in kdrive
56512
56513commit f0a8d06fcaf3fe0a652efa65966f4b0b0d688c12
56514Author: Keith Packard <keithp@keithp.com>
56515Date:   Thu Oct 31 18:29:50 2002 +0000
56516
56517    Refix mouse matrix computation for touch screens. Update usage message for
56518        -screen option
56519
56520commit 28d191680ecbcd50dc1cccec12e55a3c433fbf48
56521Author: Keith Packard <keithp@keithp.com>
56522Date:   Wed Oct 30 21:25:53 2002 +0000
56523
56524    Uninitialized mouse matrix elements
56525
56526commit dd7c85f108d01d207248300019e88d56012c33c9
56527Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
56528Date:   Wed Oct 30 12:52:06 2002 +0000
56529
56530    441. Import Mesa-4.0.4, and resync with the DRI trunk (DRI Project).
56531
56532commit d04246c8fca4132063234ab44a68a7fac8c22261
56533Author: Keith Packard <keithp@keithp.com>
56534Date:   Fri Oct 18 06:31:17 2002 +0000
56535
56536    Changed arguments to vesaRandRSetConfig
56537
56538commit 7d214e2e2a2a1601ca14be6b52190c5b22611e2d
56539Author: Keith Packard <keithp@keithp.com>
56540Date:   Fri Oct 18 06:08:10 2002 +0000
56541
56542    Fix additions of RandR support in kmode.c
56543
56544commit 5bb4a7b6998132d574d823301333b7e119dc7213
56545Author: Keith Packard <keithp@keithp.com>
56546Date:   Fri Oct 18 06:00:29 2002 +0000
56547
56548    Fix other half of kdrive mach64 video code after randr update
56549
56550commit e1c304e22b1a29a5259aec1e956dbc75e0fa0138
56551Author: Keith Packard <keithp@keithp.com>
56552Date:   Mon Oct 14 18:01:42 2002 +0000
56553
56554    Add refresh rates to RandR (v1.1)
56555
56556commit 5804e69f4c20dcd33f69673aa82da3051e6eed3c
56557Author: Keith Packard <keithp@keithp.com>
56558Date:   Sun Oct 13 19:35:56 2002 +0000
56559
56560    Custom file for rotating pcmcia screens
56561
56562commit b5d1c538622b21bed8eb59b557d79323f65ffbd7
56563Author: Keith Packard <keithp@keithp.com>
56564Date:   Tue Oct 8 21:28:05 2002 +0000
56565
56566    Add vtxx option to kdrive servers
56567
56568commit f214cab20baf57fc23389ef9b63a3e3a50b2a4f6
56569Author: Keith Packard <keithp@keithp.com>
56570Date:   Tue Oct 8 21:27:18 2002 +0000
56571
56572    Clear screen on mode switch
56573
56574commit b28a8c6e2a1fbc57d96d94b7445c86f94c2d8d4d
56575Author: Keith Packard <keithp@keithp.com>
56576Date:   Tue Oct 8 21:25:35 2002 +0000
56577
56578    Add another mach64 PCI id
56579
56580commit 9373d9186b413e1d53200b191816b9143d19c4bf
56581Author: Keith Packard <keithp@keithp.com>
56582Date:   Fri Oct 4 01:44:20 2002 +0000
56583
56584    Fix mouse mapping under reflection
56585
56586commit a80e1e5aed07cb57151408b0481f18e2ffb7f146
56587Author: Keith Packard <keithp@keithp.com>
56588Date:   Thu Oct 3 22:09:04 2002 +0000
56589
56590    Update kdrive servers to support reflection
56591
56592commit 238a2ec201a52d59a46540ddd419d8d6f6bf8daa
56593Author: Keith Packard <keithp@keithp.com>
56594Date:   Sun Sep 29 23:39:47 2002 +0000
56595
56596    Update RandR to 1.0 (library version 2.0)
56597
56598commit 5d871996431e33b0d64ad9158e040e46770b6ee4
56599Author: Keith Packard <keithp@keithp.com>
56600Date:   Thu Sep 26 02:56:48 2002 +0000
56601
56602    Add image transformation and sub-pixel ordering to Render
56603
56604commit a2637ba1f6c8417a48c95c9b65542c696ba0c8c0
56605Author: Egbert Eich <eich@suse.de>
56606Date:   Mon Sep 16 18:05:35 2002 +0000
56607
56608    319. Moved LdPreLib define after the vendor/OS specific config files as it
56609        may depend on setting done there (Egbert Eich).
56610    318. Several fixes for cross compile environment (Egbert Eich).
56611    317. Added code to allow for building of static only libraries with
56612    -fPIC for platforms which require it (Egbert Eich).
56613    316. Added '-m32' to gcc flags as default for ia32 builds when gcc version
56614        is >= 3.1. This allows building a 32 bit Version of X on 64bit x86-64
56615        (Egbert Eich).
56616    315. Changed direct calls of ld to 'gcc -nostdlib' for Linux (Egbert Eich).
56617    314. Changed calls to as to 'gcc -c -x assembler-with-cpp' for Linux
56618        (Egbert Eich).
56619    313. Added '-fno-strict-aliasing' flag to gcc version >= 3.1 (Egbert Eich).
56620        Strict requires that one address must not contain pointers to different
56621        types - a feature heavily used by X (Egbert Eich).
56622    312. Fixed a core dump problem in libXtt (?) (Egbert Eich).
56623    311. Removed '#pragma pack' from structures that contain function pointers
56624        in x86emu. This causes problems on gcc 3.1 for ia64 (Egbert Eich).
56625    310. Added defines for missing X types to saverproto.h (Egbert Eich).
56626    309. Fixed compiler warings generated by gcc >= 3.1 in mesa drivers (Egbert
56627        Eich).
56628    308. For platforms that allow both 32 and 64 bit libraries to be executed
56629        split Xlib i18n modules path into
56630        <libpath>/X11R6/lib/X11/locale/lib/common and
56631        <libpath>/X11R6/lib/X11/locale/lib64/common. 'lib64' has been defined
56632        to be the default path for 64bit shared libraries on these platforms
56633        (Egbert Eich).
56634    307. Fixed obvious typo in OMlib (Egbert Eich).
56635    306. Fixed code in cfb that didn't comply with C sequence rules. Modern C
56636        compilers tend to be more aggressive on code reordering (Egbert Eich).
56637    305. Changed arguments of NoopDDA() from VarArgs to void. Handling of
56638        VarArgs by gcc isn't compatible with the way it was used on certain
56639        platforms (Egbert Eich).
56640    304. Added support for 32bit pixmaps for 24bit overlay framebuffers in fb
56641        overlay code (Egbert Eich).
56642    303. Fixed kdrive to print a meaningful error message instead of just core
56643        dump when no matching graphics cards is found (Egbert Eich).
56644    302. fixed portability bug in xwd (Andreas Schwab <schwab@suse.de>)
56645    301. fixed X Server crash, which happended each time a proportional
56646        iso10646 font was loaded with xtt backend (Yong Li
56647        <rigel863@yahoo.com>)
56648    300. Added some ARM specific fixes to compiler.h (Uli Hecht).
56649    299. Added a virtual 'dummy' driver (Egbert Eich).
56650    298. Fixed core dump when certain access functions are not set in xf86Bus.c
56651        (Egbert Eich).
56652    297. Fixed problem where SIGIO could be disabled after a server reset.
56653    296. Added configurable list of devices the xf86Misc extension is allowed
56654        to change the mouse device to (Egbert Eich).
56655    295. Changed default mouse type to 'auto' when generating config file with
56656        '-configure' (Egbert Eich).
56657    294. Made sure keyboard modifier settings are consistent after exit from
56658        DGA when the xkb extension is used (Egbert Eich).
56659    293. Disabled keyboard processing when Xserver is suspended by power
56660        management. This allows effective locking of laptops when stolen
56661        (Egbert Eich).
56662    292. Added/improved options for lockfile syncing (Egbert Eich).
56663    291. Added support for backup copy of Xserver logfile (Egbert Eich).
56664    290. Fixed GetTimeInMillis() to use deltas instead of absolute time
56665        returend by gettimeofday(). This ensures time is monotonic in X (Egbert
56666        Eich).
56667    289. Fixed xf86Misc extension to allow modification of Expps2 mice (Egbert
56668        Eich).
56669    288. Made code in xf86MiscExt.c more readable (Egbert Eich).
56670    287. Fixed PCI CardBus bridge handling (Egbert Eich).
56671    286. Added code to reenable PCI bus mastering after coming back from a VT
56672        switch to radeon driver (Charl P. Botha <http://cpbotha.net/>) (Egbert
56673        Eich).
56674    285. Dito for r128 driver (M. Harris).
56675    284. Dito for glint and mga driver (Egbert Eich).
56676    283. Fixed double scan issues for low res modes in C&T driver (Egbert
56677        Eich).
56678    282. Set rgbBits to 8 for all HiQV chips in chips driver (Egbert Eich).
56679    281. Moved initialization of accel funtions past initialization of
56680        offscreen fb manager in chips driver (Egbert Eich).
56681    280. Fixed initialization of video in chips driver (?).
56682    279. Fixed HALlib problem restoring text mode on G550 (Egbert Eich).
56683    278. Restructured and included Matrox's Merged Framebuffer changes to mga
56684        driver (Egbert Eich).
56685    277. G450/550 clockchip programming fixes (Matrox).
56686    276. Fixed HW Cursor for HALlib frame granularity (Egbert Eich).
56687    275. Enabling 2D accel in 24-bit for neomagic 2360 and 2380 (Egbert Eich).
56688    274. Added support for builtin 1024x480 mode of Sony subnotebooks for
56689        Neomagic driver (Egbert Eich).
56690    273. Fixed support for lowRes (320x240) modes in neomagic driver (Egbert
56691        Eich).
56692    272. Fixed RAC function registration in S3 driver (Egbert Eich).
56693    271. Added some voodoo to screen initialization of S3 driver (Egbert Eich).
56694    270. Fixed vbe/int10 support in SMI driver. It used to core dump when BIOS
56695        was not usable (Egbert Eich).
56696    269. Separated BRIGHTNESS and and CAPTURE_BRIGNTESS video attributes in smi
56697        driver: CAPTURE_BRIGHTNESS refers to the capture chip (ie. Philips
56698        SAA7110) while BRIGHTNESS controls the video overlay of the SMI chip
56699        itself (Egbert Eich).
56700    268. Disable automatic loading of DRI when running SUN ffb as this is
56701        inconsistent with other drivers (Thorsten Kukuk).
56702    267. Fixed Gamma/Brightness code in trident driver (Egbert Eich).
56703    266. Added FpDelay debugging option (Egbert Eich).
56704    260. Fixed video support for Trident 9397 (Egbert Eich).
56705    265. Fixed Cursor/VT switch support for vmware driver (Egbert Eich).
56706    264. Fixed Blit problems in vmware driver when running KDE (Egbert Eich).
56707    263. Added RENDER support to vmware driver (Egbert Eich).
56708    262. Added C&T 69030 to extrapci.ids (Egbert Eich).
56709    261. Improved mouse autodetection code (Egbert Eich).
56710    260. Restructured int10 code so that vm86 and x86emu support can be loaded
56711        as modules. Implemented heuristic to try vm86 first and fall back to
56712        x86emu. This allows 32 bit Xservers to run on x86_64 on 64-bit kernel
56713        without vm86 support (Egbert Eich).
56714    259. Restructured elf loader: determine which section to load from
56715        elfheader flags (Egbert Eich).
56716    258. Adding RENDER Support to RAC (Egbert Eich).
56717    257. Using borderClip instead of borderSize region for redisplay function
56718        in miext/shadow code to avoid core dumps when vt switched away (Egbert
56719        Eich).
56720    256. Replacing sprintf() by snprintf() in lbxproxy to eliminate possible
56721        buffer overrun exploits (Egbert Eich).
56722    255. KP_Decimal fixes to Czech and Slovak keybards (Jan Holesovsky
56723        <kendy@suse.cz>) (Egbert Eich).
56724
56725commit 2698ee9f29189a44de1c92df99f48d45f0111577
56726Author: Keith Packard <keithp@keithp.com>
56727Date:   Thu Aug 15 18:07:57 2002 +0000
56728
56729    Prefer touchscreen to mouse
56730
56731commit fe477855d7d714c154dc9fcb1d0aa67fb8e4e5a5
56732Author: Keith Packard <keithp@keithp.com>
56733Date:   Fri Aug 2 16:30:50 2002 +0000
56734
56735    Fix for iPaq IOCTL changes
56736
56737commit cf49ce6f26caee30f4160e6e0b2b658863e7a145
56738Author: Keith Packard <keithp@keithp.com>
56739Date:   Fri Aug 2 16:15:02 2002 +0000
56740
56741    Allow both touchscreen and mouse at the same time
56742
56743commit 1a5f923c62dcffb3a81c6532f3dc071c70345cb3
56744Author: David Dawes <dawes@xfree86.org>
56745Date:   Tue Jun 4 22:19:58 2002 +0000
56746
56747    174. Fix makedepend so that it can parse a unary '+' operator (#5185, Mark
56748        Snitily).
56749    173. Fix a typo in Xvesa's emulation of instructions forbidden in vm86 mode
56750        (#5184, Juliusz Chroboczek)
56751    172. Fix a bounds check in Xlib's Region code (#5183, Owen Taylor).
56752
56753commit 98f8d7af3cb7a10cc268a8bdd3039539b1bf90f2
56754Author: Keith Packard <keithp@keithp.com>
56755Date:   Tue Feb 19 00:18:05 2002 +0000
56756
56757    kdrive/vesa: apply vm86 patch from Juliusz
56758
56759commit 6d8cedf68c7803330bc920cf7506727c4ad6108c
56760Author: Keith Packard <keithp@keithp.com>
56761Date:   Thu Feb 14 16:08:05 2002 +0000
56762
56763    update kdrive manual and usage
56764
56765commit 44b20bfa587def11f3127980e67ff47e695c3e51
56766Author: Keith Packard <keithp@keithp.com>
56767Date:   Fri Feb 1 00:52:15 2002 +0000
56768
56769    kdrive/mach64: recognize the mach64li
56770
56771commit 3abb3e073961986137f8fec1f194c60636b9e864
56772Author: Keith Packard <keithp@keithp.com>
56773Date:   Fri Jan 18 16:25:19 2002 +0000
56774
56775    kdrive: fix button emulation for iPAQ
56776
56777commit 88810cfc02941d7e54924e25aa872e5cc740d274
56778Author: Keith Packard <keithp@keithp.com>
56779Date:   Thu Dec 20 16:47:30 2001 +0000
56780
56781    kdrive/linux/mouse.c: convert mouse data to signed values for compilers
56782        with default unsigned chars
56783
56784commit 83388cb23282471e80d513bd3ab472b51c110b35
56785Author: Keith Packard <keithp@keithp.com>
56786Date:   Mon Dec 10 16:34:20 2001 +0000
56787
56788    kdrive/i810: bit swap for i810 cursor (from Pontus Lidman)
56789
56790commit 4646a6c3b925676039f50bacb4f3c780f6e81bcc
56791Author: Keith Packard <keithp@keithp.com>
56792Date:   Fri Dec 7 02:19:04 2001 +0000
56793
56794    kdrive: work around ipaq touch screen compile problems
56795
56796commit 54feb8a4c8f0e0cb6eb40b494171fa4f3552cfc3
56797Author: Keith Packard <keithp@keithp.com>
56798Date:   Fri Dec 7 02:18:19 2001 +0000
56799
56800    kdrive: missing registration for mouse input type
56801
56802commit 636390fb9d6314e506f593da6556fa198b4e9bf6
56803Author: Keith Packard <keithp@keithp.com>
56804Date:   Thu Nov 22 23:38:21 2001 +0000
56805
56806    kdrive: initialize all Linux mouse driver fields
56807
56808commit 668c25a769044f06ed47a3145a11aceeb9574c9d
56809Author: Keith Packard <keithp@keithp.com>
56810Date:   Thu Nov 8 10:26:24 2001 +0000
56811
56812    kdrive: fix ALTGR keyboard mappings
56813
56814commit e76c6b2acae5622dd2d4944cd6f3673dbc70a571
56815Author: Keith Packard <keithp@keithp.com>
56816Date:   Thu Nov 8 09:35:08 2001 +0000
56817
56818    kdrive/linux: update ps/2 mouse detection/configuration code from FreeBSD
56819        bits
56820
56821commit 6fafe3b092f799da788a1ae75be1c23da42f0983
56822Author: Keith Packard <keithp@keithp.com>
56823Date:   Thu Nov 8 09:33:51 2001 +0000
56824
56825    kdrive: Open APM device r/w for kernel 2.4.14
56826
56827commit 2f2e256de71c42b7856440ec43b1c122019b95b7
56828Author: Marc Aurele La France <tsi@ualberta.edu>
56829Date:   Mon Oct 29 16:34:56 2001 +0000
56830
56831    DPMS warning fix
56832
56833commit b8d90c5ea4659a01694864e6c05a563dcea296eb
56834Author: Marc Aurele La France <tsi@ualberta.edu>
56835Date:   Sun Oct 28 03:33:10 2001 +0000
56836
56837    407. Fix for threaded libraries (Marc La France).
56838    406. Finish removal of SuperProbe (Marc La France).
56839    405. A rather large number of warning fixes throughout (Marc La France).
56840    404. Fix bug in HTML install script (Marc La France).
56841    403. Missing ident lines for some XFree86-modified files (Marc La France).
56842    402. Add default half-width doublescanned modes (Marc La France).
56843    401. Mark all driver-registered resources with ResBus (Maarc La France).
56844    400. Fix DPMS-related build problem (Marc La France).
56845    399. Log a message just before calling each ChipProbe() during '-probe'
56846        processing (Marc La France).
56847    398. Temporarily disable ISA probing on SPARCs and PowerPCs (Marc La
56848        France).
56849    397. Add PCI IDs for Sun hardware (Marc La France).
56850    396. Fix memory leak in resource relocation (Marc La France).
56851    395. Do not relocate resources that only conflict with disabled non-video
56852        PCI devices or disabled PCI ROMs (Marc La France).
56853    394. Re-organise SBUS code (Marc La France).
56854    393. Add as-yet-unused definitions for PCI resource types other than I/O
56855        and memory (Marc La France).
56856    392. Add doc for Solaris, but don't format it yet (Marc La France).
56857    391. Normalise driver names (Marc La France).
56858    390. For SPARCs, disable DGA support in ATI driver (Marc La France).
56859    389. Clean up some debugging messages (Marc La France).
56860    388. Fix newport driver for when a /proc fs isn't mounted (Marc La France).
56861    387. Fix DAC handling bugs in s3 driver (Marc La France).
56862    386. Fix resource registration bug for PCI Tseng's (Marc La France).
56863    385. Add aperture driver for Solaris (not yet used) (Marc La France).
56864    384. Rework scanpci to fix problems that prevented it from completely
56865        displaying non-PCI bridges and Simba bridges (Marc La France).
56866    383. Fix build problems in some input drivers (Marc La France).
56867    382. Fix int10 compile problem for SPARCs and PowerPCs (Marc La France).
56868    381. Ensure master aborts on secondary buses complete normally during PCI
56869        scans (Marc La France).
56870    380. Some memory mapping and Solaris cleanups (Marc La France).
56871
56872commit a8518b35617a479f50c735c015115b853f4aa327
56873Author: Keith Packard <keithp@keithp.com>
56874Date:   Wed Oct 24 20:14:52 2001 +0000
56875
56876    kdrive/savage: Long lines cant be drawn with accelerator
56877
56878commit 28fd5f7525848cf0109f9cf2d6311f3717570a5d
56879Author: Keith Packard <keithp@keithp.com>
56880Date:   Fri Oct 12 06:33:12 2001 +0000
56881
56882    kdrive: add new auto-detecting and auto-switching mouse driver
56883
56884commit 5f310d7f8b566b1e331286752d349f87ef43a811
56885Author: Keith Packard <keithp@keithp.com>
56886Date:   Sat Sep 29 04:16:39 2001 +0000
56887
56888    kdrive: restructure APM/VT switch support to reset keyboard state and flush
56889        buffer on APM resume
56890
56891commit bb2e1c53b58ac94539f0d11ae195186a9ee0a2f7
56892Author: Keith Packard <keithp@keithp.com>
56893Date:   Fri Sep 21 21:58:34 2001 +0000
56894
56895    hw/kdrive: Xv window private should be allocated on demand
56896
56897commit 59cd35f634468acfa2e48711da09fabc811d96f9
56898Author: Keith Packard <keithp@keithp.com>
56899Date:   Fri Sep 14 19:25:17 2001 +0000
56900
56901    hw/kdrive/vesa: initialize mouse matrix for non-rotated case correctly
56902
56903commit fbaf3ceae0519ebdfee4b6a73b1bc0000f141cf2
56904Author: Keith Packard <keithp@keithp.com>
56905Date:   Fri Sep 14 19:24:11 2001 +0000
56906
56907    hw/kdrive/trident: solid fill checks busted for planemasking
56908
56909commit 216090d1aedb23c691a75da25b14d8543b932e1c
56910Author: Keith Packard <keithp@keithp.com>
56911Date:   Wed Sep 5 07:12:43 2001 +0000
56912
56913    kdrive: Add primitive ct65550 server. Update kdrive/vesa code to support
56914        DPMS using VESA bios routines. Include support for Toshiba SMM DPMS as
56915        well
56916
56917commit f856b952ec7251d6e95f0b93d62fb026d07b0ebc
56918Author: David Dawes <dawes@xfree86.org>
56919Date:   Thu Aug 9 20:45:15 2001 +0000
56920
56921    187. Add an MS mouse driver for KDrive (#4754, Juliusz Chroboczek).
56922
56923commit f4db75ac431c14e0c24ff7549c6ce1e3b0b86b87
56924Author: Keith Packard <keithp@keithp.com>
56925Date:   Thu Aug 9 09:08:55 2001 +0000
56926
56927    kdrive/mach64: support Xv under RandR
56928
56929commit 628d7695d1696f6f5cba6ea1f2548aa5d0f38c80
56930Author: Keith Packard <keithp@keithp.com>
56931Date:   Thu Aug 9 09:06:08 2001 +0000
56932
56933    kdrive: disable sigio debugging
56934
56935commit 958c0374a6709386e91b4b3ed7ba8fa81d415ebf
56936Author: Keith Packard <keithp@keithp.com>
56937Date:   Tue Jul 24 21:26:17 2001 +0000
56938
56939    kdrive: add apm support, fix MTRR unmapping bug
56940
56941commit b7eb8a35b51aa2edc9ff59f091ee88ea7000b757
56942Author: Keith Packard <keithp@keithp.com>
56943Date:   Tue Jul 24 19:06:04 2001 +0000
56944
56945    kdrive: Unmap vesa device when disabled
56946
56947commit d2d221a012950b98e48e47b6dea38e6ad385fef8
56948Author: Keith Packard <keithp@keithp.com>
56949Date:   Mon Jul 23 03:44:17 2001 +0000
56950
56951    kdrive/mach64: Force read of GUI_STAT on every op to avoid problems across
56952        suspend/resume
56953
56954commit 79486b3b5c792a990cb73b4efa453218262e605f
56955Author: Keith Packard <keithp@keithp.com>
56956Date:   Fri Jul 20 19:35:30 2001 +0000
56957
56958    Too many changes, but all in kdrive:
56959    Add support for global screen origins (-origin option), handles both
56960        Xinerama and mouse crossings.
56961    Fix XV enable/disable sequences -- can't use card wrappers as cards have
56962        more than one screen.
56963    Change vesa/fbdev to use new depth-independent rotation shadow update
56964    Fix vesa to allow starting rotation value (again)
56965    Make vesa driver write all colormap changes in one INT10 call
56966
56967commit 9826d5a1339570c037ae1ef29c9a237874a6ffa2
56968Author: Keith Packard <keithp@keithp.com>
56969Date:   Thu Jul 19 08:46:30 2001 +0000
56970
56971    kdrive/fbdev: only setting first colormap entry on static hardware
56972
56973commit 35d8b5f44269c97497c73d3638b8f0345757c04c
56974Author: Keith Packard <keithp@keithp.com>
56975Date:   Mon Jul 16 19:48:00 2001 +0000
56976
56977    kdrive/fbdev: fix static color case
56978
56979commit 090a429573dfb965ebc4ea8ea57e3bef5f9a8539
56980Author: Keith Packard <keithp@keithp.com>
56981Date:   Wed Jul 11 16:42:17 2001 +0000
56982
56983    kdrive/fbdev: dont set DPMS mode repeatedly to the same value
56984
56985commit 99fb2eb76d8f93578e4aba75c73b9be0766f7b6f
56986Author: Keith Packard <keithp@keithp.com>
56987Date:   Wed Jul 11 05:02:24 2001 +0000
56988
56989    Generalize kludge in fbdev that normalizes pixel formats to something that
56990        Render can handle
56991
56992commit 562474091a3d52a062eb89d25a7d38200a785425
56993Author: Keith Packard <keithp@keithp.com>
56994Date:   Wed Jul 11 02:58:19 2001 +0000
56995
56996    Fix TOUCHSCREEN support in kdrive
56997
56998commit 67cd53abfce7ed17ae4c428332a9e0fd908da97a
56999Author: Keith Packard <keithp@keithp.com>
57000Date:   Fri Jun 29 14:00:41 2001 +0000
57001
57002    Rework kdrive input fd handling, enable multiple simultaneous mice
57003
57004commit c872ee82045e8c7ce019df2577d06bec549cd71c
57005Author: Keith Packard <keithp@keithp.com>
57006Date:   Fri Jun 29 13:57:45 2001 +0000
57007
57008    kdrive: typo in MTRR calculations
57009
57010commit 63dd090655ba995b8f26386bb50cb5b7568f7da0
57011Author: Keith Packard <keithp@keithp.com>
57012Date:   Fri Jun 29 13:55:53 2001 +0000
57013
57014    kdrive: dont touch hardware when disabled
57015
57016commit 01a53daa03a8ee36ce136dde3a9a9b152e9c2e2f
57017Author: Keith Packard <keithp@keithp.com>
57018Date:   Sat Jun 23 03:41:24 2001 +0000
57019
57020    Clean up mach64 video code to add ReputVideo and make StopVideo not crash
57021        the machine
57022
57023commit 31d47ec8bed1b02d04563ba502eaeb028975f653
57024Author: Keith Packard <keithp@keithp.com>
57025Date:   Thu Jun 21 21:44:09 2001 +0000
57026
57027    kdrive/mach64: remove useless Xv debug printfs
57028
57029commit bd61c15279e2195c72b3add32961ed21e293d48b
57030Author: Keith Packard <keithp@keithp.com>
57031Date:   Thu Jun 21 01:01:30 2001 +0000
57032
57033    Add RCS tag
57034
57035commit 66c9184807997d2a0a155ba1697906c07396863f
57036Author: Keith Packard <keithp@keithp.com>
57037Date:   Thu Jun 21 00:58:51 2001 +0000
57038
57039    Fix screen physical size in RandR code for kdrive fbdev and pcmcia servers
57040
57041commit f8a456f094d8f61c021bbfb6e6f0a4723ebdc73f
57042Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
57043Date:   Wed Jun 20 21:53:31 2001 +0000
57044
57045    Add RandR support to the Kdrive pcmcia driver.
57046
57047commit 918ff10f2697ee8c17013bd31596072a38c5ac9b
57048Author: Keith Packard <keithp@keithp.com>
57049Date:   Tue Jun 19 09:31:47 2001 +0000
57050
57051    Finish Xv support for kdrive/mach64
57052
57053commit 6d86517b0ed0db51f3eaf19c186db52feb1e47e0
57054Author: Keith Packard <keithp@keithp.com>
57055Date:   Sat Jun 16 05:53:05 2001 +0000
57056
57057    Screen flipping broken pointer remapping
57058
57059commit 54aea8ec0c1c3633788fd9b19636093860c75d53
57060Author: Keith Packard <keithp@keithp.com>
57061Date:   Sat Jun 16 05:48:49 2001 +0000
57062
57063    Patch DPMS support in kdrive/mach64, add preliminary (broken) Xv support
57064
57065commit f386ca6c69ba10cd8c0dd60bb25cde37ecfc8bc7
57066Author: Keith Packard <keithp@keithp.com>
57067Date:   Wed Jun 13 19:18:44 2001 +0000
57068
57069    Support initial rotation in kdrive/fbdev, use that as the normal
57070        orientation
57071
57072commit 93dbdc89c172fd5d6450f21ebc91011771ac0100
57073Author: Keith Packard <keithp@keithp.com>
57074Date:   Wed Jun 13 19:18:03 2001 +0000
57075
57076    Add -dpi support to kdrive
57077
57078commit a6517a3056a88fca35a47185a0e6d83f3e8b0015
57079Author: Keith Packard <keithp@keithp.com>
57080Date:   Mon Jun 11 01:38:54 2001 +0000
57081
57082    Advertise supported rotations in kdrive/vesa server
57083
57084commit 4f8254b31f30bd12224c2fdcecfbd67b41ecd7e1
57085Author: Keith Packard <keithp@keithp.com>
57086Date:   Tue Jun 5 17:17:39 2001 +0000
57087
57088    Attempt to make kdrive/fbdev run on static gray hardware (iPaq 3150)
57089
57090commit bf4dbfbf45e4e6b1b86c624b1995a1050b7a0eef
57091Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
57092Date:   Tue Jun 5 16:57:44 2001 +0000
57093
57094    fix some warnings due to new shadow code
57095
57096commit a4ba10ba6ffb1c01a0df5b34669b9fb24ad0e7d9
57097Author: Keith Packard <keithp@keithp.com>
57098Date:   Tue Jun 5 16:49:31 2001 +0000
57099
57100    kdrive/fbdev: RandR initialization sequence change
57101
57102commit 7fcf46356ba70563f036f535e60667727db442ae
57103Author: Keith Packard <keithp@keithp.com>
57104Date:   Mon Jun 4 09:45:42 2001 +0000
57105
57106    Allow for hardware acceleration under RandR with Layer. Hardware/Software
57107        cursor switching still busted
57108
57109commit 54e66d92db917923e33e018e628a7629d6705507
57110Author: Keith Packard <keithp@keithp.com>
57111Date:   Sun Jun 3 21:52:46 2001 +0000
57112
57113    Update RandR protocol
57114
57115commit 88ae32841d766c7d0df79ee25e1db62996d4ecb3
57116Author: Keith Packard <keithp@keithp.com>
57117Date:   Sun Jun 3 18:48:19 2001 +0000
57118
57119    Add mach64 driver to Tiny-X
57120
57121commit 14ed0c3d6d674df4edcbcd8840a7cea4b41a0673
57122Author: Keith Packard <keithp@keithp.com>
57123Date:   Wed May 30 15:36:25 2001 +0000
57124
57125    Fix kaa to not try Copy for pixmap sources
57126
57127commit a2bd75d15a99d4ee117e17921f0426228d53f5e8
57128Author: Keith Packard <keithp@keithp.com>
57129Date:   Tue May 29 21:55:41 2001 +0000
57130
57131    Xfbdev: Make sure screen gets re-enabled on RandR failure
57132
57133commit 562925c439cf1746f2caa720d4f2dce54ba0311b
57134Author: Keith Packard <keithp@keithp.com>
57135Date:   Tue May 29 17:47:55 2001 +0000
57136
57137    Fix Xipaq build after layer/RandR additions
57138
57139commit 78b53386b51cde4fe4664963ddafa36b814360f2
57140Author: Keith Packard <keithp@keithp.com>
57141Date:   Tue May 29 04:54:13 2001 +0000
57142
57143    Add miext/layer for more complete RandR support in kdrive/Xfbdev
57144
57145commit 06f758797ab3651b0e293ae26daf4df77702fdde
57146Author: Keith Packard <keithp@keithp.com>
57147Date:   Sat May 26 01:25:42 2001 +0000
57148
57149    Add initial RandR support to Xvesa
57150
57151commit ba8351609869165aa2de92b7a876dc2d2768cb5b
57152Author: David Dawes <dawes@xfree86.org>
57153Date:   Fri May 25 18:40:59 2001 +0000
57154
57155    38. Fix xmh's use of XtNewString() with getenv (#4694, Tim Waugh).
57156    37. Xdm/PAM fixes: leave it to PAM to observe whether or not an account is
57157        locked, and reinitialize credentials after calling initgroups(),
57158        because sometimes the credentials pam_setcred() gives are in the form
57159        of group membership (#4693, Mike Harris).
57160    35. Fix warnings when building mieq.c (#4689, Adam Sulmicki).
57161    34. Fix some bugs in the cz and sk entried in XKB's keymap/xfree86 file
57162        (#4692, Ivan Pascal).
57163    33. Add 'hr' entries to XKB's keymap/xfree86 and rules/xfree86.lst files
57164        (#4687, Nerijus Baliunas).
57165    32. Include <X11/Xutil.h> in shape.h to get Region typedef (#4686, Adam
57166        Sulmicki).
57167
57168commit e9314bd34ec39cc699591123cc8a05a934b66b85
57169Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
57170Date:   Fri May 25 07:44:29 2001 +0000
57171
57172    wrap some stuff around #ifdef TOUCHSCREEN
57173
57174commit e6497f39af98cd25719eab72b0be04fa4146172f
57175Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
57176Date:   Thu May 24 19:31:46 2001 +0000
57177
57178    fix ifdef->if
57179
57180commit 0e1a49a7dd00ae494d92ab480d9776ec5320cb3e
57181Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
57182Date:   Wed May 23 17:28:39 2001 +0000
57183
57184    add missing pieces for the pcmcia driver
57185
57186commit 85d827f5329fa93dea1125788457fac6835cd134
57187Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
57188Date:   Wed May 23 08:56:09 2001 +0000
57189
57190    Add PCMCIA server for HP VGA Out PC Card and the Voyager VGA Card. Use on
57191        the Compaq IPAQ. Use -listmodes to see supported modes. Hack the
57192        touchscreen driver to work as a mouse pad for the VGA screen. Fixup key
57193        bindings so xmodmap can remap IPAQ's buttons as mouse buttons.
57194
57195commit f9104754cda1212cf48d6d24a0a586c5368d7549
57196Author: Keith Packard <keithp@keithp.com>
57197Date:   Wed May 23 03:29:44 2001 +0000
57198
57199    Add RandR extension
57200
57201commit dc383e8f77f99e8c2b799a6ab4e4998a1fcacb24
57202Author: Marc Aurele La France <tsi@ualberta.edu>
57203Date:   Sun Apr 1 14:00:04 2001 +0000
57204
57205    317. glxinfo needs libGLU (Marc La France).
57206    316. Rage128 fix to Cards database (Marc La France).
57207    315. Minor fix to PCI resource overlap handling (Marc La France).
57208    314. Loader code simplification and IA-64 cache flushes (Marc La France).
57209    313. Workaround in the ATI driver for troublesome interaction between
57210        loader and compiler optimisation (Marc La France).
57211    312. Warning fixes for `gcc -fno-builtin`, which appears to be the default
57212        on some systems (Marc La France).
57213    more of #301, tags, warnings and build fixes.
57214
57215commit 518e205b06d0dc7a0cd35fbc2c6a4376f2959020
57216Author: Keith Packard <keithp@keithp.com>
57217Date:   Fri Mar 30 17:35:55 2001 +0000
57218
57219    kdrive/igs: add missing register definitions that used to be in igsregs.t
57220
57221commit eb3da37564593b7c9fb574af824e2f5e0cc6bb24
57222Author: Keith Packard <keithp@keithp.com>
57223Date:   Fri Mar 30 02:18:41 2001 +0000
57224
57225    Add files for Xmuu and i810 driver
57226
57227commit f39a62d122b6e63e2971d8593bf6b24933f66ec8
57228Author: Keith Packard <keithp@keithp.com>
57229Date:   Fri Mar 30 02:15:20 2001 +0000
57230
57231    Add Xmuu library to remove requirement for Xt/Xaw from most X utilities Add
57232        i810 and Xv support to kdrive
57233
57234commit a161cfd72870ae6dca66ef02f5cdd13b7ac75fd6
57235Author: David Dawes <dawes@xfree86.org>
57236Date:   Wed Mar 21 16:43:16 2001 +0000
57237
57238    remove Id line
57239
57240commit 0aa54b4d409647778b563d77ef6100085d86c6f3
57241Author: David Dawes <dawes@xfree86.org>
57242Date:   Tue Feb 13 21:15:15 2001 +0000
57243
57244    144. Fix the neomagic driver so that it saves/restores the palette (#4452,
57245        Ken Hornstein).
57246    143. Fix a palette saving bug in the vgahw module (#4452, Ken Hornstein).
57247    142. Fix a typo in Xfbdev.man (#4446, Juliusz Chroboczek).
57248    141. Major updates to the savage driver, including:
57249    - DDC support
57250    - I2C support
57251    - XVideo YUV overlay support for Savage/MX and Savage/IX
57252    - DGA support
57253    - yanks Ani Joshi's depth/bitsPerPixel patch for searching the BIOS
57254    - fixes interactions with frame buffer and SVGATextMode consoles; VT
57255        switching now seems quite reliable for almost everyone
57256    - yanks unused options
57257    - adds new options for hacks to deal with the status register hangs
57258    - adds one special case memory configuration for Savage 4
57259    - adds support for doublescan modes (320x240 works)
57260    - adds LCD panel detection
57261    - fixes a panning bug at depth 24 (panning must be to even pixels)
57262    - adds a workaround for bugs in the latest ProSavage BIOSes (#4445, 4448,
57263        Tim Roberts).
57264    140. Make 'X -configure' use the long monitor name when present in the DDC
57265        info (#4444, Andrew C. Aitchison).
57266    139. Make glxinfo respect $DISPLAY (#4443, Meelis Roos).
57267    138. Fix TrueType font problems in 4.0.2 (#4439, Juliusz Chroboczek).
57268    137. Document the "DisplaySize" keyword in the XF86Config man page (#4438,
57269        Andrew C. Aitchison).
57270
57271commit 3dfa6cce9938413e10cc400ba6d9b19b8f28e485
57272Author: David Dawes <dawes@xfree86.org>
57273Date:   Sat Jan 27 18:20:40 2001 +0000
57274
57275    88. Set the version strings in man pages dynamically (David Dawes).
57276    87. Remove the XF86_VERSION string from xf86Version.h, leaving just the
57277        numerical values. All the version information is now derived from that
57278        single set of values (David Dawes).
57279
57280commit 60c7a912e257045d1189a19a38d9dbedc20ae78b
57281Author: David Dawes <dawes@xfree86.org>
57282Date:   Wed Jan 24 00:06:10 2001 +0000
57283
57284    79. Preprocess all man pages to make sure that the references to pages in
57285        sections that are platform-dependent are correct. Also fixed some misc
57286        formatting problems found while doing that (David Dawes).
57287
57288commit dacbf5671da08d161cd7a32496e0b58f50a93453
57289Author: Keith Packard <keithp@keithp.com>
57290Date:   Tue Jan 23 06:25:05 2001 +0000
57291
57292    Integrate jg patch for iPAQ
57293
57294commit 2869e08a328cb6aa51c17b96bdebd37e9eeefc88
57295Author: Keith Packard <keithp@keithp.com>
57296Date:   Wed Dec 13 18:06:54 2000 +0000
57297
57298    kdrive: non-x86 compiles broken in kmap.c
57299
57300commit ec4916836c42cb4a1dc1622dddd27951a90a52c9
57301Author: Keith Packard <keithp@keithp.com>
57302Date:   Fri Dec 8 23:04:57 2000 +0000
57303
57304    kdrive: dont try MTRR on non-x86, fix backspace mapping
57305
57306commit d09a156d92dbcd9368be20dabe47ea197f19357e
57307Author: Keith Packard <keithp@keithp.com>
57308Date:   Fri Dec 8 22:59:37 2000 +0000
57309
57310    kdrive: allow screen size specification
57311
57312commit 6b61d48f2146f18c94d5f2b3d16a822c0eee9841
57313Author: Keith Packard <keithp@keithp.com>
57314Date:   Fri Dec 8 21:40:29 2000 +0000
57315
57316    kdrive/vesa: type cast warning fix
57317
57318commit b59eabd230110d604515868893d9aa06e6d3b748
57319Author: Keith Packard <keithp@keithp.com>
57320Date:   Fri Dec 8 21:40:02 2000 +0000
57321
57322    kdrive: A few iPAQ inspired changes to event management
57323
57324commit a25637fe789c5127451233c759074780cbc110ac
57325Author: David Dawes <dawes@xfree86.org>
57326Date:   Mon Dec 4 21:01:00 2000 +0000
57327
57328    missing ident lines
57329
57330commit 1adbdf76a903aa37d553c1c2cc43a783f21acaa5
57331Author: Keith Packard <keithp@keithp.com>
57332Date:   Fri Dec 1 00:01:32 2000 +0000
57333
57334    kdrive: add Xkdrive/Xfbdev man pages, update Xvesa manual
57335
57336commit 5f8e75f27d49719f5fd07d48481435f93779da6c
57337Author: Keith Packard <keithp@keithp.com>
57338Date:   Wed Nov 29 08:42:25 2000 +0000
57339
57340    kdrive: add MTRR support, add clock support to trident driver
57341
57342commit 02568ec5a8f278faaa26c973fcb424da3fd31f2b
57343Author: Keith Packard <keithp@keithp.com>
57344Date:   Sun Nov 19 20:51:12 2000 +0000
57345
57346    kdrive: vesa get mode using uninitialized value
57347
57348commit 8f634a6516caca0e4be875e696820a820e480cff
57349Author: Keith Packard <keithp@keithp.com>
57350Date:   Fri Oct 20 00:19:51 2000 +0000
57351
57352    Add VGA BIOS modes to Tiny-X Xvesa server
57353
57354commit f16d5d6817f15be35293ee995d073eb57fafe283
57355Author: Keith Packard <keithp@keithp.com>
57356Date:   Wed Oct 11 06:04:40 2000 +0000
57357
57358    Add composite operator support to trident
57359
57360commit d579bd5676ea570a8f2765cd2f6ba40074171593
57361Author: Marc Aurele La France <tsi@ualberta.edu>
57362Date:   Tue Oct 10 14:05:48 2000 +0000
57363
57364    Static build fix and ident lines.
57365
57366commit 5f5b9ed1ad0591d70354c2b90609051d169fc33e
57367Author: Keith Packard <keithp@keithp.com>
57368Date:   Sun Oct 8 02:08:39 2000 +0000
57369
57370    kdrive: Add timeout to screen switching to avoid unintentional flipping
57371
57372commit fb8b58270fcaee236337d3818df04e651acbcea9
57373Author: Keith Packard <keithp@keithp.com>
57374Date:   Fri Oct 6 22:13:40 2000 +0000
57375
57376    kdrive: support jgs new linux keysyms
57377
57378commit 15d45ffbd9af5ccce07264d6182b2222c417a2a5
57379Author: Keith Packard <keithp@keithp.com>
57380Date:   Fri Oct 6 22:05:53 2000 +0000
57381
57382    kdrive: fix any-edge screen-switching behaviour
57383
57384commit fae164a4958b95e3ba4e4d5125da4611fcb14f6d
57385Author: Keith Packard <keithp@keithp.com>
57386Date:   Fri Oct 6 05:54:09 2000 +0000
57387
57388    kdrive: ignore mouse/keyboard fds in WakeupHandler while switched away
57389
57390commit b814019be970bc45f808ec19eef0a48b789d6646
57391Author: Keith Packard <keithp@keithp.com>
57392Date:   Tue Oct 3 17:22:14 2000 +0000
57393
57394    kdrive: zero out fbdev screen private as its supposed to be
57395
57396commit e0ccbaab226bd3e1d619d66c9ec718c67c0a559a
57397Author: Keith Packard <keithp@keithp.com>
57398Date:   Thu Sep 28 20:58:21 2000 +0000
57399
57400    kdrive: fix typo initializing touch screen
57401
57402commit 6171187e92152a443f7d5dd7f0dad866b3e275ea
57403Author: Keith Packard <keithp@keithp.com>
57404Date:   Wed Sep 27 20:47:37 2000 +0000
57405
57406    kdrive: memory/fd leaks fixed in fbdev/vesa/trident drivers
57407
57408commit 367cab99ece8655bbd8a65096bb68bcfd7ef6fea
57409Author: Marc Aurele La France <tsi@ualberta.edu>
57410Date:   Tue Sep 26 15:57:04 2000 +0000
57411
57412    721. PCI chip ID updates to ATI driver (Marc La France).
57413    720. Fix i810 driver for -probe and -configure (Marc La France).
57414    719. Change message when default modes are deleted (Marc La France).
57415    718. Fix Xinerama byte swapping bug (Marc La France).
57416    717. IA-64 and Alpha fixes for pswrap, Mesa, DRI, Xpm, libX11, Xt, Xaw,
57417        Xmu, dps, Type1 fonts, cfb24, most output drivers, ELF loader, ramdac
57418        module, xf4bpp and xf86cfg (Marc La France).
57419    716. Improve IA-64 support by removing a plethora of 32-bit'isms (Marc La
57420        France).
57421    715. Default HasLinuxDoc to NO (Marc La France).
57422    ident lines and warning fixes.
57423
57424commit 94368c3b92b8513d5135fb3c20165f108b0e96fd
57425Author: Keith Packard <keithp@keithp.com>
57426Date:   Tue Sep 26 04:31:23 2000 +0000
57427
57428    kdrive: Add iPAQ and Touch screen support
57429
57430commit 03e3689701007ea40422b4d729b65aaebcd84869
57431Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
57432Date:   Sun Sep 24 13:52:40 2000 +0000
57433
57434    reversed a tag accidentally - put it back.
57435
57436commit 61e8a40f0d4e886bec96c3f9ee90433a3fab9d54
57437Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
57438Date:   Sun Sep 24 13:51:22 2000 +0000
57439
57440    DRI merge
57441
57442commit 2bbb90ebd927607e0b2c7cd8f3a402b44705fe03
57443Author: Keith Packard <keithp@keithp.com>
57444Date:   Fri Sep 22 06:25:29 2000 +0000
57445
57446    Changes for PPC support under linux and a few overlay additions
57447
57448commit 02777941e6ac8c79f934ba95b6b2e7f388ffbd14
57449Author: Keith Packard <keithp@keithp.com>
57450Date:   Tue Sep 19 23:50:48 2000 +0000
57451
57452    kdrive: fix bug in vesa 4plane in 8bpp mode
57453
57454commit 5b9f49f64c7fb51afbfaab4f848fc7d67851582c
57455Author: Keith Packard <keithp@keithp.com>
57456Date:   Tue Sep 19 23:49:55 2000 +0000
57457
57458    kdrive: use VESA instead of FBDEV for trident driver
57459
57460commit 18692160c964c80ba83b63bc207660b6254e11cb
57461Author: Keith Packard <keithp@keithp.com>
57462Date:   Tue Sep 19 23:49:17 2000 +0000
57463
57464    kdrive: make sure allocation worked before accessing
57465
57466commit d6e151ce4deaff506c580da7e3baf055db1c3ae3
57467Author: Keith Packard <keithp@keithp.com>
57468Date:   Fri Sep 15 15:19:00 2000 +0000
57469
57470    Tiny-X: Add mouse matrix to rotate mouse, allow enable to fail, add render
57471        by default
57472
57473commit f7421d836186cd6dfb919c5a48d556a68d6c5a5d
57474Author: Keith Packard <keithp@keithp.com>
57475Date:   Fri Sep 15 07:25:13 2000 +0000
57476
57477    Add rotation to fbdev and vesa
57478
57479commit 5ec29fe9ea788e0dcc47534a2eca479b2c465160
57480Author: Marc Aurele La France <tsi@ualberta.edu>
57481Date:   Thu Sep 7 19:44:26 2000 +0000
57482
57483    Ident lines
57484
57485commit db1a883d32ce8138dde288d32c11e147cdfc81a0
57486Author: Keith Packard <keithp@keithp.com>
57487Date:   Sun Sep 3 05:12:28 2000 +0000
57488
57489    Rework tiny-x vesa driver for shadowing and multiple screen support. Allow
57490        enable to fail and avoid crashing
57491
57492commit c97fb611dd7dedef6d075ef9d56f3d32c8018d39
57493Author: Keith Packard <keithp@keithp.com>
57494Date:   Sun Sep 3 05:11:46 2000 +0000
57495
57496    Rework vesa driver for shadowing and multiple screen support. Allow enable
57497        to fail and avoid crashing
57498
57499commit 38059656849a5bab5b56b23359a90aca4ba396c7
57500Author: Keith Packard <keithp@keithp.com>
57501Date:   Tue Aug 29 17:20:15 2000 +0000
57502
57503    Use VESA driver underneath
57504
57505commit 77331f967077ca2fefbfb117c7e9bc2bf65b5e31
57506Author: Keith Packard <keithp@keithp.com>
57507Date:   Tue Aug 29 17:19:51 2000 +0000
57508
57509    Changes from Juliusz for emulating some in/out insns, make ready for other
57510        layers to use
57511
57512commit 3095deed7701a1a14be85dff4a6994028b5a6d09
57513Author: David Dawes <dawes@xfree86.org>
57514Date:   Mon Aug 28 15:29:19 2000 +0000
57515
57516    565. Support for multithreaded libraries on NetBSD when used in conjunction
57517        with the GNU pth library (#4113, Chris Sekiya).
57518    564. Add /usr/pkg/bin to NetBSD's DefaultUserPath (#4112, Bernd Ernesti).
57519    563. Add a (Linux-specific) VESA driver for Keith's small X server (#4111,
57520        Juliusz Chroboczek).
57521    562. Update Hungarian xkb maps (#A.145, Peter Soos). remove koi8-r encoding
57522        file since it's built-in
57523
57524commit f32448679118b77825625aafdc4d6ae4d636cc21
57525Author: Marc Aurele La France <tsi@ualberta.edu>
57526Date:   Mon Aug 28 02:43:14 2000 +0000
57527
57528    Ident lines
57529
57530commit 83a388c96d665b6bfb0ae195c8c74e0e1520ab8f
57531Author: Keith Packard <keithp@keithp.com>
57532Date:   Sat Aug 26 00:24:38 2000 +0000
57533
57534    Try to avoid hitting hardware during server reset when not active, add
57535        KdPicture code
57536
57537commit 4223801110c8d5873dd668880dff411765dfc18d
57538Author: Keith Packard <keithp@keithp.com>
57539Date:   Wed Aug 9 17:52:45 2000 +0000
57540
57541    Add overlay support for savage. Make sis setup code work on nIc
57542
57543commit 325fb002e8832a05361516bbaf19d1e8b67a3486
57544Author: Keith Packard <keithp@keithp.com>
57545Date:   Wed May 24 23:57:56 2000 +0000
57546
57547    Fix 640x480x60 mode, drop inb/outb on non-x86 machines
57548
57549commit a6d519e527a81341ad333cb25b410dfde07176ae
57550Author: Keith Packard <keithp@keithp.com>
57551Date:   Wed May 24 23:52:48 2000 +0000
57552
57553    Add modes, cursors and acceleration
57554
57555commit 240aeb4cda91d19f5b19ebd7f7d6c1aad19f1642
57556Author: Marc Aurele La France <tsi@ualberta.edu>
57557Date:   Thu May 11 18:14:13 2000 +0000
57558
57559    162. Fix possible SEGV in generic int10 module (Marc La France).
57560    161. Fix *BSD aperture driver to allow for int10 (Bernd Ernesti, Marc La
57561        France).
57562    160. Fix vesafb restore problem in ATI driver (Marc La France).
57563    159. Fix a few more compilation glitches (Marc La France).
57564
57565commit 3731c184d69e3c1face0c731926433d522d48067
57566Author: Keith Packard <keithp@keithp.com>
57567Date:   Sat May 6 22:17:53 2000 +0000
57568
57569    Lots of Tiny-X changes:
57570    Add overlay support in the Tiny-X Savage4 driver (required changing lots of
57571        Tiny-X code). Savage4 now support 8/16, 8/32 overlays.
57572    Add IGS Cyberpro 5050 driver. This chip has bus support for embeded
57573        systems.
57574
57575commit 4b54f22b6accf438f31fbbe79877545c38375351
57576Author: David Dawes <dawes@xfree86.org>
57577Date:   Wed Feb 23 20:30:15 2000 +0000
57578
57579    remove/disable standard RCS ident lines that are in some files some bindist
57580        updates don't define noPanoramiXExtension when Xinerama is not enabled
57581        Add xfontsel to programs/Imakefile
57582
57583commit be2dad5954b8fee09a84f417e41bb65745dadf76
57584Author: David Dawes <dawes@xfree86.org>
57585Date:   Fri Jan 21 18:41:49 2000 +0000
57586
57587    missing ident lines
57588
57589commit 306ac1db85c30a796c9a69c639e7f2e4efd98d50
57590Author: David Dawes <dawes@xfree86.org>
57591Date:   Fri Jan 21 01:12:02 2000 +0000
57592
57593    3554. Fix "controlization" in XLookupString for chars > 127 (#3569, Ivan
57594        Pascal).
57595    3553. Take advantage of FB speedups in Tiny-X (#3568, Keith Packard).
57596    3552. Speed up FB and do 32bit accesses instead of 64bit accesses (#3567,
57597        Keith Packard).
57598    3551. Eliminate saving the contents of the screen durint VT switching
57599        (#3562, Keith Packard).
57600    3550. Make using fb easier for driver writers (#3561, Keith Packard).
57601    3549. Fix TCP font server connections (#3560, Keith Packard).
57602    3548. Implement the "OverclockMem" option for the Millennium and Millennium
57603        II (#3558, Andrew Aitchison).
57604    3547. Speed up some FB performance problems (#3557, 3559, 3560, Keith
57605        Packard).
57606    3546. Work around a bad code generation bug in gcc 2.7.2.3 that shows up in
57607        XAA (#3550, Rik Faith).
57608    3545. Add a -brief option to xclock to show only hours and minutes when in
57609        digital mode (#3549, Keith Packard).
57610    3544. Fix some dead key problems with xkb symbols for Swiss French and
57611        Swiss German keyboards (#3546, Charles Lopes).
57612
57613commit 6d978d21b0bea6c73b65f2f47c68de4b94dd73c4
57614Author: Robin Cutshaw <robin@intercore.com>
57615Date:   Thu Dec 30 03:42:58 1999 +0000
57616
57617    Itsy cleanup.
57618
57619commit 30e35cb44b6ea11d0eac8ce0d986517f3224852a
57620Author: Robin Cutshaw <robin@intercore.com>
57621Date:   Thu Dec 30 03:03:21 1999 +0000
57622
57623    3516. Jumbo Tiny-X patch with Itsy support (#3527, Keith Packard).
57624
57625commit f13b792a3a8d307a18cd6a41aa5a06622009e42f
57626Author: Dirk Hohndel <dirk.hohndel@intel.com>
57627Date:   Fri Nov 19 13:54:06 1999 +0000
57628
57629    3336. Fx up new MMIO macros (#3337, Matt Grossman).
57630    3335. Clean up compiler warnings in lib/font/bitmap (#3411, Matt Grossman).
57631    3334. TGA fixes, add sync on green (#3410, Matt Grossman).
57632    3333. Fix NULL pointer dereference in libXaw (#3406, Christopher Sekiya).
57633    3332. Add Rage128 support (#3405, Rik Faith, funded by ATI).
57634    3331. Add MTRR support for NetBSD and OpenBSD. Add new NetBSD aperture
57635        driver (#3404, Matthieu Herrb).
57636    3330. Xterm patch #121 (#3402, Thomas Dickey).
57637    3329. Rendition driver bugfixes and alpha related cleanups (#3400, Dejan
57638        Ilic, Marc Langenbach, Egbert Eich).
57639    3328. Add void input device (#3392, Frederic Lepied).
57640    3327. Changed the Xon serial option to be able to select xon/xoff for
57641        input, output or both. Add support for Graphire models. Change wacom
57642        init phase to use new Xoff option (#3391, Frederic Lepied).
57643    3326. Change the SwapAxes option to SwapXY in elographics/microtouch driver
57644        to match an already existing option in the Dynapro driver. Add a Focus
57645        class capability to the elographics driver (#3395, Patrick Lecoanet).
57646    3325. Update mouse rate handling (#3388, Harald Koenig).
57647    3324. Fix NULL pointer dereference in misprite.c (#3380, Edward Wang).
57648    3323. Add FBDev and ShadowFB support to glint driver. Add new option
57649        "NoWriteBitmap" (#3383, Michel Daenzer).
57650    3322. Update SuperProbe to handle S3 Savage4, Savage200 and clean up
57651        Trio3D/Savage3D detection (#3382,3384 Harald Koenig).
57652    3321. Add new framebuffer code and tiny X DDX architecture (#3379, Keith
57653        Packard).
57654    3320. Add DGA2 documentation (#3378, Mark Vojkovich).
57655    3319. Update XFree86 manpage wrt -bpp/-depth/-fbbpp (#3377, Andy Isaacson).
57656    3318. Make SuperProbe check primary cards, only (#3374, Harald Koenig).
57657    3317. Add SilkenMouse to *BSD (#3373, Matthieu Herrb).
57658    3316. Allow SilkenMouse to work if not all drivers of an OS support SIGIO
57659        (#3372, Keith Packard).
57660    3315. Fix a few problems in TGA driver and add support for backing store
57661        and SilkenMouse (#3371, Matt Grossman).
57662    3314. Add smarter scheduler (#3370, Keith Packard).
57663    3313. Xterm patch #120 (#3369, Thomas Dickey).
57664    3312. Enable xf86SetKbdRate function on Solaris 8 (#3364, David Holland).
57665    3311. Fix some bugs and add acceleration to Rendition server (#3360, Dejan
57666        Ilic).
57667    3310. Make raw DDC information available as properties in the root window
57668        (#3357, Andrew Aitchison).
57669    3309. Fix for xf86CreateRootWindow (#3355, Andrew Aitchison).
57670    3308. Add manpage for the chips driver (#3353, David Bateman).
57671    3307. Update contact info (#3352, Andrew van der Stock).
57672    3306. Add kbd rate support for Linux (#3363, Harald Koenig).
57673    3305. Update Portuguese XKB map (#3351, Joao Esteves, Francisco Colaco).
57674    3304. Fix text clipping in 3dfx driver (#3349, Henrik Harmsen).
57675    3303. Fix S3 ViRGE hw cursor (#3348, Harald Koenig).
57676    3302. Fix clipping in 3dfx driver (#3342, Daryll Strauss).
57677    3301. Enable SilkenMouse for 3dfx driver (#3341, Henrik Harmsen).
57678    3300. Enable SIGIO support on LynxOS (#3339, Thomas Mueller).
57679    3299. Get TRUE defined in sigio.c. Fix xterm compile problem on ISC (#3338,
57680        Michael Rohleder).
57681    3298. Correct DPMS suspend/standby modes for 3dfx driver (#3336, Henrik
57682        Harmsen)
57683    3297. Xterm patch #119 (#3335, Thomas Dickey).
57684