Peter Hutterer
cfe7301bcf
Xi: remove all new XI2 protocol requests and their handling.
...
This commit reverts to XI 1.4 requests, plus the input device property
requests.
Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
2008-12-01 08:16:56 +10:00
George Staplin
db115e7870
XQuartz: GL: Make various changes to makeFormat, so that it works better. Now glxgears looks normal with the old libGL.
...
Add various GLX extensions to the list of supported extensions.
Reformat the oddly formatted code in some areas.
Use xalloc and xfree instead of malloc and free.
(cherry picked from commit 755f53eb40 )
2008-11-28 13:18:15 -08:00
Jeremy Huddleston
d4fb734c63
XQuartz: Added option to enable/disable test extensions
...
defaults write org.x.X11 enable_test_extensions -boolean true
(cherry picked from commit fd4710aff3 )
(cherry picked from commit 635019ad18 )
2008-11-28 13:01:07 -08:00
Jeremy Huddleston
e9ee5d4f61
XQuartz: Avoid some warning messages being spewed to system.log by AppKit
...
(cherry picked from commit 780eff230c )
2008-11-28 13:01:04 -08:00
Jeremy Huddleston
2ca2742aa5
XQuarz: Setup our PATH and PWD earlier, so our initial client benefits from it as well...
...
(cherry picked from commit cbae2b4473 )
2008-11-28 13:00:49 -08:00
Jeremy Huddleston
added4cff7
XQuartz: Fix dead-acute on Greek keyboards
...
(cherry picked from commit 807f2ec35c )
2008-11-28 13:00:37 -08:00
Jeremy Huddleston
202908c613
XQuartz: Fix Czech keyboard dead-acute
...
(cherry picked from commit 771df2786b )
2008-11-28 13:00:24 -08:00
Jeremy Huddleston
c7c8eeaedc
XQuartz: Fix an uninitialized keyboard_type on Tiger
...
(cherry picked from commit 27b1a5eb34 )
2008-11-28 13:00:07 -08:00
Keith Packard
f0e7a792be
Add server support for RRGetScreenResourcesCurrent
...
This depends on randrproto 1.2.99.1
Signed-off-by: Keith Packard <keithp@keithp.com>
(cherry picked from commit fc70839431 )
2008-11-26 15:55:56 -08:00
Keith Packard
f3edc1fb02
New version of dolt
2008-11-25 23:15:35 -08:00
Keith Packard
4715f079b9
Merge commit 'origin/master'
2008-11-25 22:19:08 -08:00
Keith Packard
9ffc671939
Move matrix operations from X server to pixman 0.13.2
...
pixman 0.13.2 now holds all of the matrix operations. This leaves
the protocol conversion routines and some ABI stubs in place
Signed-off-by: Keith Packard <keithp@keithp.com>
2008-11-25 22:17:58 -08:00
Eamon Walsh
ed597f19fd
xselinux: use "raw context" variants of getpeercon() and getcon().
2008-11-25 22:49:19 -05:00
Peter Hutterer
ec1d08442f
dix: Enable core devices in InitCoreDevices already.
...
Updated patch, see
http://lists.freedesktop.org/archives/xorg/2008-November/040540.html
Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
Signed-off-by: Adam Jackson <ajax@redhat.com>
2008-11-26 10:53:23 +10:00
Peter Hutterer
2b45602e82
Revert "dix: Enable core devices in InitCoreDevices already."
...
I merged the wrong patch. See correct patch at:
http://lists.freedesktop.org/archives/xorg/2008-November/040540.html
Not activating the device before attempting to enable it would leave the
sprite unset, crashing the server when enabling the real devices.
This reverts commit e078901a4e .
Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
2008-11-26 10:53:23 +10:00
Jeremy Uejio
416685c295
Refix Sun bug #6685465 : Xephyr uses wrong or bad colortable in 8-bit mode
...
<http://bugs.opensolaris.org/view_bug.do?bug_id=6685465 >
This is a refix of the previous fix for CR 6685465. In the first fix
I was shifting the colors to match the mask by the bits_per_rgb amount
in the visual structure. That field has nothing to do with the # of
bits to shift by. I should just instead shift the bits to match the mask.
2008-11-25 16:31:11 -08:00
Alan Coopersmith
d5f9a131a2
Fix const-mismatch warnings for DisplayModePtr's
...
Includes fixes for:
"xf86Config.c", line 2434: warning: argument #1 is incompatible with prototype:
prototype: pointer to struct _DisplayModeRec: "xf86.h", line 351
argument : pointer to const struct _DisplayModeRec
"xf86EdidModes.c", line 312: warning: argument #1 is incompatible with prototype:
prototype: pointer to struct _DisplayModeRec: "../../../hw/xfree86/common/xf86.h", line 351
argument : pointer to const struct _DisplayModeRec
"xf86EdidModes.c", line 438: warning: assignment type mismatch:
pointer to struct _DisplayModeRec "=" pointer to const struct _DisplayModeRec
"xf86Modes.c", line 701: warning: assignment type mismatch:
pointer to struct _DisplayModeRec "=" pointer to const struct _DisplayModeRec
2008-11-25 15:51:17 -08:00
Alan Coopersmith
d5ad296869
Remove duplication from code paths in XkbDDXCompileKeymapByNames
2008-11-25 15:51:17 -08:00
Eamon Walsh
2538fc0d89
xselinux: don't pass a NULL key string to selabel_lookup().
2008-11-25 18:28:12 -05:00
Michael Vogt
c8472a7444
Do not send VisibilityNotify events when MapUnmapEvents are disabled
...
This prevents a protocol visible side-effect (XVisibilityEvent) on
XCompositeRedirectWindow() followed by a XCompositeUnredirectWindow().
The problem shows up in gnome-screensaver with compiz and "unredirect
fullscreen windows" enable. A VisibilityNotify event is generated (first
with obscured and than with unobscured) when the window swithces from
redirected to unredirected.
https://bugs.freedesktop.org/show_bug.cgi?id=18133
http://launchpad.net/bugs/278112
2008-11-25 22:35:47 +02:00
Adam Jackson
88297558aa
Dead code cleanup over DBE.
...
No DDXes have explicit DBE support anymore, so the init registration
table never got used. Just nuke it all.
2008-11-25 15:05:20 -05:00
Adam Jackson
e5eaea599a
Warning fix
...
xf86info.c:11: warning: initialization makes integer from pointer
without a cast
2008-11-25 15:05:19 -05:00
Adam Jackson
37072500f7
Warning fix
...
helper_exec.c: In function ‘port_rep_inb’:
helper_exec.c:219: warning: implicit declaration of function
‘DEBUG_IO_TRACE’
helper_exec.c:219: warning: nested extern declaration of
‘DEBUG_IO_TRACE’
2008-11-25 15:05:19 -05:00
Adam Jackson
d96bffce2d
Warning fix
...
Init.c:139: warning: no previous prototype for ‘ddxBeforeReset’
Just declare the prototype always, seriously.
2008-11-25 15:05:19 -05:00
Adam Jackson
09ea671cbf
Warning fix
...
lnx_bell.c:37: warning: no previous prototype for ‘xf86OSRingBell’
2008-11-25 15:05:18 -05:00
Adam Jackson
a9853c7d33
Warning fix
...
Pixmap.c: In function ‘xnestPixmapToRegion’:
Pixmap.c:93: warning: ‘Box.x1’ may be used uninitialized in this
function
2008-11-25 15:05:18 -05:00
Adam Jackson
81eafe9f93
Warning fix.
...
vbe.c: In function ‘VBEReadPanelID’:
vbe.c:1145: warning: return from incompatible pointer type
2008-11-25 15:05:18 -05:00
Adam Jackson
09bfb25e03
Remove unused XAAAvailableOptions
2008-11-25 15:05:18 -05:00
Adam Jackson
8b9253f638
Code motion: subsume xf86DoProbe.c into xf86Init.c
2008-11-25 15:05:17 -05:00
Adam Jackson
fbabb1c5c2
Warning fix.
...
In file included from l3-xaaStipple.c:4:
./xaaStipple.c:35: warning: no previous prototype for
‘XAAGetStippleScanlineFunc3LSBFirst’
etc
2008-11-25 15:05:17 -05:00
Adam Jackson
cbaca6ec66
Remove dead FreeModuleDesc.
2008-11-25 15:05:17 -05:00
Jeremy Huddleston
eb474adf98
XQuartz: Simplify the xquartz_resetenv_display path
...
(cherry picked from commit d2e0624dd3 )
2008-11-25 11:53:12 -08:00
Jeremy Huddleston
94df1ab7f0
XQuartz: Force X11Controller to reset a broken DISPLAY envvar.
...
(cherry picked from commit f1a52b5b5a )
2008-11-25 11:53:06 -08:00
Jeremy Huddleston
0b314c50a2
XQuartz: Removed hardcoded org.x.X11 from MachIPC as well
...
(cherry picked from commit b4add7826d )
2008-11-25 11:52:59 -08:00
Jeremy Huddleston
065d2afb0c
XQuartz: Add fallback for xpbproxy's display for Tiger or no-launchd-Leopard
...
(cherry picked from commit 7a8c666594 )
2008-11-25 00:54:52 -08:00
Jeremy Huddleston
13df49dca2
XQuartz: Use the environment to pass the bundle's prefs domain on to xinit/quartz-wm for Tiger or no-launchd-LEOPARD
...
(cherry picked from commit fbf4b0d33f )
2008-11-25 00:54:47 -08:00
Jeremy Huddleston
40187f782b
XQuartz: Dead code removal
...
(cherry picked from commit eeb323612e )
2008-11-25 00:54:42 -08:00
Jeremy Huddleston
b55cad4569
XQuartz: Don't hardcode values of org.x.X11 for the preferences domain
...
(cherry picked from commit 3a500d9247 )
2008-11-25 00:54:37 -08:00
Jeremy Huddleston
d508a3dcca
XQuartz: More dead code removal
...
(cherry picked from commit dcb0f6a2e6 )
2008-11-25 00:54:32 -08:00
Jeremy Huddleston
41fbdf72f2
XQuartz: Disable some error spew on Tiger (where it wouldn't be an error)
...
(cherry picked from commit 73ec6d3dfe )
2008-11-25 00:54:27 -08:00
Jeremy Huddleston
09c3f6e04c
XQuartz: Dead code removal
...
(cherry picked from commit 46c077d9b4 )
2008-11-25 00:54:22 -08:00
Jeremy Huddleston
ab12c75162
XQuartz: More Tiger cleanup: bootstrap_strerror
...
(cherry picked from commit 37f535aff3 )
2008-11-25 00:54:17 -08:00
Adam Jackson
208f091bfc
Remove xf86IODelay
2008-11-24 23:40:06 -05:00
Adam Jackson
47478aa10a
Remove xf86{En,Dis}ableInterrupts entirely
2008-11-24 23:40:06 -05:00
Adam Jackson
c7680befe5
Remove the remnants of Jensen support
...
As being an EISA-only machine, and as ISA support is gone now...
2008-11-24 23:40:06 -05:00
Adam Jackson
df14682a31
Bus: Remove ISA support.
...
No, really. PCI is old enough to drive now. If you want this, get the kernel
to expose a framebuffer device.
2008-11-24 23:40:06 -05:00
Adam Jackson
a8bcab2d3b
Bus: Remove yet more unused overlap processing.
2008-11-24 23:40:06 -05:00
Adam Jackson
994b7c034f
Bus: Don't pretend to care about IRQs, DMA, or PCI config space
2008-11-24 23:40:05 -05:00
Adam Jackson
eb5ae45127
Bus: Simplify a failure case (that pretty much never happens)
2008-11-24 23:40:05 -05:00
Adam Jackson
ee8b5cf94c
Bus: Trust the kernel when registering driver resources
...
... everywhere, not just (linux && (ia64 || alpha)).
2008-11-24 23:40:05 -05:00