Egbert Eich
bbbb0a3a84
Avoid segfaults if the number of user supplied monitor ranges exceed the
...
number of preallocated slots. We should really make this dynamic - but
I don't think this ever caused a problem so it's more or less academic.
A. Avoid that *SyncStart starts before *BlankStart. If *BlankStart >
*SyncStart it is made = *SyncStart and its width is made maximal but such
that the blank does not exceed *Total. Since the Sync width has the
same restrictions as the Blank width monitors should still be able to
clamp after the sync pulse. B. Over time mode validation has become
inconsistent when people started to add additional features to the mode
validation. One such feature is that the mode->Crtc* values have been
(ab)used to allow the driver ValidMode() function to pass driver
normalized timing values back to the validation function. The
introduction of these features made the code less readable and created
numerous possibly unintended side effects in the validation semantics.
I've attempted to consolidate these changes making the code more
consistent and eliminating a number of side effects. This should not
cause problems for the majority of drivers, still it should receive
testing - especially with ATi Mach64 and Radeon code. (Bugzilla #3325 ).
2005-05-18 10:31:53 +00:00
Thomas Hellstrom
a90af4a2e6
Bug 2750: Prevent mtrr_remove_offending from ending up in an endless loop
...
if the offending region refuses to be removed.
2005-05-15 17:45:47 +00:00
Eric Anholt
8993e70d8d
Bugzilla #2561 : Disable some keycode translations on PC98, which had
...
various bad effects including modifier keys not working.
2005-05-10 00:12:17 +00:00
Eric Anholt
e78abf3bdf
Bugzilla #2429 : Correct the sysarch prototype for FreeBSD/alpha.
2005-05-09 23:42:26 +00:00
Eric Anholt
3f1a1551df
Increase the maximum number of buttons from 12 to 24. Helps with
...
button-happy mice like the Logitech MediaPlay. (Bugzilla #2390 )
2005-05-09 23:26:02 +00:00
Alexander Gottwald
2c9b1e337b
Only call ConfigureWindow from winRaiseWindow if the windows message
...
dispatch loop is running.
2005-05-08 21:14:55 +00:00
Torrey Lyons
78e4cb67d0
Fix build issues on Mac OS X 10.4.0.
2005-05-06 00:45:30 +00:00
Eric Anholt
d5739efd2c
Port X.Org to FreeBSD/powerpc. This makes a bit of math for sysmouse in
...
mouse.c explicitly signed, avoiding the need for -fsigned-chars. (Peter
Grehan, grehan at FreeBSD dot org)
2005-05-04 04:14:58 +00:00
Alexander Gottwald
baa0cfc154
Print correct logfile in FatalError message
2005-05-02 14:07:31 +00:00
David Reveman
bc977945a5
Set stencil size for Xgl GLX visuals
2005-05-02 00:33:52 +00:00
David Reveman
5b4462ed9b
New algorithm for calculating glyph extents in Xgl
2005-05-01 22:55:25 +00:00
David Reveman
246b14cb29
Minor optimization
2005-04-27 10:34:33 +00:00
David Reveman
28a2d841ce
Line drawing improvements to Xgl
2005-04-27 09:29:33 +00:00
David Reveman
abcc8c352e
Fix typo
2005-04-27 08:45:16 +00:00
David Reveman
8bc5a387c3
Add glCopy operation and glPushAttrib/glPopAttrib support to Xgl GLX
2005-04-26 11:04:23 +00:00
David Reveman
ba24ae89d3
Add scissor based clipping to Xgl GLX
2005-04-25 17:18:01 +00:00
Adam Jackson
07cc29cf69
Bug #2138 : When the server is built with MakeDllModules YES, prefer
...
dlloader modules to elfloader modules, and vice versa when
MakeDllModules is NO. Based on 028_loader_speed_hack.diff from Ubuntu
(Daniel Stone).
2005-04-25 00:25:39 +00:00
Adam Jackson
6c37648754
Bug #2141 : Rework misleading warning message when APM support is
...
unavailable. (Previous patch on 2005-04-14 changed the wrong message.)
2005-04-25 00:11:21 +00:00
Adam Jackson
39eb279718
Bug #3016 : Don't complain as loudly about failing to load a module that's
...
already loaded.
2005-04-23 19:16:10 +00:00
Adam Jackson
139f900c56
Bug #3109 : Handle R_ALPHA_BRSGP relocations in elfloader. (Sergey Tikhonov)
2005-04-23 19:01:13 +00:00
Alan Coopersmith
0e80fe0e60
Clean up formatting, projectroot substutition, and grammatical nits.
2005-04-22 22:11:26 +00:00
Alan Coopersmith
dcfb97204b
Work around clash between Solaris headers and module loader headers over
...
definition of FILE.
2005-04-22 22:04:37 +00:00
Adam Jackson
07bd7df6a6
Bug #3069 : Drop the BuildLowMem hack, it doesn't compile and isn't useful.
2005-04-22 20:49:50 +00:00
Adam Jackson
d450a70e00
Bug #2373 : SGI Altix platform support. (Shrijeet Mukherjee, Jesse Barnes,
...
Bjorn Helgaas, Egbert Eich.)
2005-04-22 17:45:14 +00:00
Adam Jackson
16c2499b8f
Bug #2373 : SGI Altix platform support. (Shrijeet Mukherjee, Jesse Barnes,
...
Bjorn Helgaas, Egbert Eich.)
2005-04-22 16:49:22 +00:00
Daniel Stone
8565b6c0e2
Change xf86bigfont.h include to X11/extensions/xf86bigfont.h.
2005-04-21 00:31:31 +00:00
Daniel Stone
b241c703a2
Change keymap.h includes to X11/keymap.h
2005-04-21 00:31:13 +00:00
Daniel Stone
44528218d5
Change dmxext.h and dmxproto.h to <X11/extensions/...>.
2005-04-20 23:33:53 +00:00
Alexander Gottwald
025724f9f5
Add missing space after -query hostname
2005-04-20 14:17:35 +00:00
Daniel Stone
292c4cff26
Fix includes right throughout the Xserver tree:
...
change "foo.h" to <X11/foo.h> for core headers, e.g. X.h, Xpoll.h;
change "foo.h", "extensions/foo.h" and "X11/foo.h" to
<X11/extensions/foo.h> for extension headers, e.g. Xv.h;
change "foo.[ch]" to <X11/Xtrans/foo.[ch]> for Xtrans files.
2005-04-20 12:25:48 +00:00
Alexander Gottwald
c062d7f96f
Prevent recursive calls to winRaiseWindow.
2005-04-19 18:21:01 +00:00
David Reveman
4e914c5ed7
Hash texture objects and display lists in Xgl
2005-04-19 14:51:29 +00:00
Bogdan Diaconescu
6bde764de1
Added a log pring for the parameters
2005-04-17 23:02:25 +00:00
Bogdan Diaconescu
8594b8f289
Added new tuner FM1236MK3 PAL version
2005-04-17 23:00:58 +00:00
Bogdan Diaconescu
7f74e3aebd
This is the UDA1380 sound coder-decoder module
2005-04-17 22:58:03 +00:00
Torrey Lyons
7a4e5f4006
Fix cases in Darwin build where a variable is declared static and later as
...
extern (XFree86 Bug #1576 , Jordan Frank).
2005-04-16 00:21:21 +00:00
Roland Mainz
4f686f158b
//bugs.freedesktop.org/show_bug.cgi?id=2885) attachment #2434
...
(https://bugs.freedesktop.org/attachment.cgi?id=2434 ) Fix Solaris build
bustage caused by namespace collision between symbols defined in
<sys/kbd.h> and those in "xf86_OSlib.h". Patch by Alan Coopersmith
<alan.coopersmith@sun.com>.
2005-04-15 23:34:39 +00:00
Adam Jackson
7472fcfdd4
Bug #2141 : Rework misleading warning message when APM support is
...
unavailable.
2005-04-15 00:18:58 +00:00
David Reveman
e40db7f26a
Add GLX code to Xgl
2005-04-13 14:27:47 +00:00
Alan Hourihane
f45208a7e9
update static file from pci.ids
2005-04-11 11:06:21 +00:00
Alan Hourihane
b47f39b417
import latest pci.ids file
2005-04-11 10:57:33 +00:00
Egbert Eich
00a551393c
Reenable BackingStore in Xvfb.
2005-04-11 10:54:13 +00:00
Alexander Gottwald
1fbd38f3b4
Added wizard page for clipboard selection and additional server parameters
2005-04-11 10:16:25 +00:00
Egbert Eich
6848b03538
Correct the mask bits when checking for a 64bit memory base in PCI config
...
space (bugzilla #2963 ).
2005-04-11 10:05:38 +00:00
Alexander Gottwald
f02440dfa3
First import of xlaunch frontend for Xming
2005-04-06 15:18:59 +00:00
Egbert Eich
de5d24a200
Fixed sentinels in Xt, editres and xedit to reduce number of warnings with
...
gcc4 (Andreas Schwab).
2005-04-04 10:17:06 +00:00
Egbert Eich
277ff06e99
Fix typo leading to bogus code in xorgcfg (Andreas Schwab).
2005-04-04 10:11:51 +00:00
Egbert Eich
7eb6b69ebd
Support for HP's IPF ZX1 systems (Alex Williamson).
2005-04-04 09:55:25 +00:00
Egbert Eich
231c00e8fb
When not using dlopen ia64 needs an extra cache flush to ensure the icache
...
is coherent when modules are loaded (Alex Williamson).
2005-04-04 09:47:07 +00:00
Torrey Lyons
55dc930a18
Fix XDarwin's handling of Wacom tablet mouse buttons (Based on patch
...
suggested by Daphne Pfister).
2005-04-02 02:29:24 +00:00