xserver-multidpi/dix/dispatch.c

4083 lines
117 KiB
C
Raw Normal View History

2003-11-14 16:54:54 +01:00
/************************************************************
Copyright 1987, 1989, 1998 The Open Group
Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation.
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Except as contained in this notice, the name of The Open Group shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
Copyright 1987, 1989 by Digital Equipment Corporation, Maynard, Massachusetts.
All Rights Reserved
Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
2003-11-14 16:54:54 +01:00
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
2003-11-14 16:54:54 +01:00
supporting documentation, and that the name of Digital not be
used in advertising or publicity pertaining to distribution of the
software without specific, written prior permission.
2003-11-14 16:54:54 +01:00
DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.
********************************************************/
2003-11-14 17:49:22 +01:00
/* The panoramix components contained the following notice */
2004-04-23 21:54:30 +02:00
/*****************************************************************
Copyright (c) 1991, 1997 Digital Equipment Corporation, Maynard, Massachusetts.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software.
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING,
BUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Except as contained in this notice, the name of Digital Equipment Corporation
shall not be used in advertising or otherwise to promote the sale, use or other
dealings in this Software without prior written authorization from Digital
Equipment Corporation.
******************************************************************/
/* XSERVER_DTRACE additions:
* Copyright (c) 2005-2006, Oracle and/or its affiliates. All rights reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
* and/or sell copies of the Software, and to permit persons to whom the
* Software is furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice (including the next
* paragraph) shall be included in all copies or substantial portions of the
* Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*/
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#include <version-config.h>
#endif
2003-11-14 17:49:22 +01:00
#ifdef PANORAMIX_DEBUG
#include <stdio.h>
int ProcInitialConnection();
#endif
2003-11-14 16:54:54 +01:00
#include "windowstr.h"
#include <X11/fonts/fontstruct.h>
#include <X11/fonts/libxfont2.h>
2003-11-14 16:54:54 +01:00
#include "dixfontstr.h"
#include "gcstruct.h"
#include "selection.h"
#include "colormapst.h"
#include "cursorstr.h"
#include "scrnintstr.h"
#include "opaque.h"
#include "input.h"
#include "servermd.h"
#include "extnsionst.h"
#include "dixfont.h"
2003-11-14 17:49:22 +01:00
#include "dispatch.h"
#include "swaprep.h"
#include "swapreq.h"
#include "privates.h"
#include "xace.h"
2003-11-14 17:49:22 +01:00
#include "inputstr.h"
#include "xkbsrv.h"
#include "client.h"
2003-11-14 16:54:54 +01:00
#ifdef XSERVER_DTRACE
#include "registry.h"
Get rid of const warnings in XSERVER_INPUT_EVENT dtrace probe calls Use typedefs to work around dtrace dropping const qualifiers from probe arguments when generating Xserver-dtrace.h. Add new probes.h header to avoid having to replicate these typedefs in every file with dtrace probes. Gets rid of these warnings from gcc 4.8: getevents.c:1096:9: warning: passing argument 6 of '__dtrace_Xserver___input__event' discards 'const' qualifier from pointer target type [enabled by default] getevents.c:1096:9: warning: passing argument 7 of '__dtrace_Xserver___input__event' disards 'const' qualifier from pointer target type [enabled by default] getevents.c:1651:9: warning: passing argument 6 of '__dtrace_Xserver___input__event' disards 'const' qualifier from pointer target type [enabled by default] getevents.c:1651:9: warning: passing argument 7 of '__dtrace_Xserver___input__event' disards 'const' qualifier from pointer target type [enabled by default] getevents.c:1791:9: warning: passing argument 6 of '__dtrace_Xserver___input__event' disards 'const' qualifier from pointer target type [enabled by default] getevents.c:1791:9: warning: passing argument 7 of '__dtrace_Xserver___input__event' disards 'const' qualifier from pointer target type [enabled by default] getevents.c:1921:9: warning: passing argument 6 of '__dtrace_Xserver___input__event' disards 'const' qualifier from pointer target type [enabled by default] getevents.c:1921:9: warning: passing argument 7 of '__dtrace_Xserver___input__event' disards 'const' qualifier from pointer target type [enabled by default] Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
2014-12-10 03:27:11 +01:00
#include "probes.h"
#endif
2003-11-14 16:54:54 +01:00
#define mskcnt ((MAXCLIENTS + 31) / 32)
2003-11-14 17:49:22 +01:00
#define BITMASK(i) (1U << ((i) & 31))
2003-11-14 16:54:54 +01:00
#define MASKIDX(i) ((i) >> 5)
#define MASKWORD(buf, i) buf[MASKIDX(i)]
#define BITSET(buf, i) MASKWORD(buf, i) |= BITMASK(i)
#define BITCLEAR(buf, i) MASKWORD(buf, i) &= ~BITMASK(i)
#define GETBIT(buf, i) (MASKWORD(buf, i) & BITMASK(i))
xConnSetupPrefix connSetupPrefix;
PaddingInfo PixmapWidthPaddingInfo[33];
2003-11-14 16:54:54 +01:00
static ClientPtr grabClient;
dix: Add GetCurrentClient helper Request-handlers as registered in the requestVector array, always get passed the clientPtr for the client which sent the request. But the implementation of many request-handlers typically consists of a generic handler calling implementation specific callbacks and / or various helpers often multiple levels deep and in many cases the clientPtr does not get passed to the callbacks / helpers. This means that in some places where we would like to have access to the current-client, we cannot easily access it and fixing this would require a lot of work and often would involve ABI breakage. This commit adds a GetCurrentClient helper which can be used as a shortcut to get access to the clienPtr for the currently being processed request without needing a lot of refactoring and ABI breakage. Note using this new GetCurrentClient helper is only safe for code which only runs from the main thread, this new variable MUST NOT be used by code which runs from signal handlers or from the input-thread. The specific use-case which resulted in the creation of this patch is adding support for emulation of randr / vidmode resolution changes to Xwayland. This emulation will not actually change the monitor resolution instead it will scale any window with a size which exactly matches the requested resolution to fill the entire monitor. The main use-case for this is games which are hard-coded to render at a specific resolution and have sofar relied on randr / vidmode to change the monitor resolution when going fullscreen. To make this emulation as robust as possible (e.g. avoid accidentally scaling windows from other apps) we want to make the emulated resolution a per client state. But e.g. the RRSetCrtc function does not take a client pointer; and is a (used) part of the Xorg server ABI (note the problem is not just limited to RRSetCrtc). Reviewed-by: Olivier Fourdan <ofourdan@redhat.com> Reviewed-by: Michel Dänzer <mdaenzer@redhat.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
2019-08-29 14:18:28 +02:00
static ClientPtr currentClient; /* Client for the request currently being dispatched */
2003-11-14 16:54:54 +01:00
#define GrabNone 0
#define GrabActive 1
static int grabState = GrabNone;
static long grabWaiters[mskcnt];
CallbackListPtr ServerGrabCallback = NULL;
HWEventQueuePtr checkForInput[2];
int connBlockScreenStart;
2003-11-14 16:54:54 +01:00
static void KillAllClients(void);
2003-11-14 16:54:54 +01:00
static int nextFreeClientID; /* always MIN free client ID */
2003-11-14 16:54:54 +01:00
static int nClients; /* number of authorized clients */
2003-11-14 16:54:54 +01:00
CallbackListPtr ClientStateCallback;
/* dispatchException & isItTimeToYield must be declared volatile since they
* are modified by signal handlers - otherwise optimizer may assume it doesn't
* need to actually check value in memory when used and may miss changes from
* signal handlers.
*/
volatile char dispatchException = 0;
volatile char isItTimeToYield;
2003-11-14 16:54:54 +01:00
#define SAME_SCREENS(a, b) (\
(a.pScreen == b.pScreen))
dix: Add GetCurrentClient helper Request-handlers as registered in the requestVector array, always get passed the clientPtr for the client which sent the request. But the implementation of many request-handlers typically consists of a generic handler calling implementation specific callbacks and / or various helpers often multiple levels deep and in many cases the clientPtr does not get passed to the callbacks / helpers. This means that in some places where we would like to have access to the current-client, we cannot easily access it and fixing this would require a lot of work and often would involve ABI breakage. This commit adds a GetCurrentClient helper which can be used as a shortcut to get access to the clienPtr for the currently being processed request without needing a lot of refactoring and ABI breakage. Note using this new GetCurrentClient helper is only safe for code which only runs from the main thread, this new variable MUST NOT be used by code which runs from signal handlers or from the input-thread. The specific use-case which resulted in the creation of this patch is adding support for emulation of randr / vidmode resolution changes to Xwayland. This emulation will not actually change the monitor resolution instead it will scale any window with a size which exactly matches the requested resolution to fill the entire monitor. The main use-case for this is games which are hard-coded to render at a specific resolution and have sofar relied on randr / vidmode to change the monitor resolution when going fullscreen. To make this emulation as robust as possible (e.g. avoid accidentally scaling windows from other apps) we want to make the emulated resolution a per client state. But e.g. the RRSetCrtc function does not take a client pointer; and is a (used) part of the Xorg server ABI (note the problem is not just limited to RRSetCrtc). Reviewed-by: Olivier Fourdan <ofourdan@redhat.com> Reviewed-by: Michel Dänzer <mdaenzer@redhat.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
2019-08-29 14:18:28 +02:00
ClientPtr
GetCurrentClient(void)
{
if (in_input_thread()) {
static Bool warned;
if (!warned) {
ErrorF("[dix] Error GetCurrentClient called from input-thread\n");
warned = TRUE;
}
return NULL;
}
return currentClient;
}
void
SetInputCheck(HWEventQueuePtr c0, HWEventQueuePtr c1)
2003-11-14 16:54:54 +01:00
{
checkForInput[0] = c0;
checkForInput[1] = c1;
}
void
UpdateCurrentTime(void)
2003-11-14 16:54:54 +01:00
{
TimeStamp systime;
/* To avoid time running backwards, we must call GetTimeInMillis before
* calling ProcessInputEvents.
*/
systime.months = currentTime.months;
systime.milliseconds = GetTimeInMillis();
if (systime.milliseconds < currentTime.milliseconds)
systime.months++;
dix: Silence TSan warnings when checking for pending input V2: Moves InputCheckPending() into dix.h Bumps required version of xproto to 7.0.30 ================== WARNING: ThreadSanitizer: data race (pid=4943) Read of size 4 at 0x00010c4e3854 by thread T8: #0 WaitForSomething WaitFor.c:237 (X11.bin+0x00010049216c) #1 Dispatch dispatch.c:413 (X11.bin+0x000100352ed9) #2 dix_main main.c:287 (X11.bin+0x00010036e894) #3 server_thread quartzStartup.c:66 (X11.bin+0x000100039e63) Previous write of size 4 at 0x00010c4e3854 by thread T12 (mutexes: write M856, write M1976): #0 mieqEnqueue mieq.c:263 (X11.bin+0x000100448d14) #1 DarwinSendDDXEvent darwinEvents.c:641 (X11.bin+0x000100033613) #2 DarwinProcessFDAdditionQueue_thread darwinEvents.c:338 (X11.bin+0x000100032039) Location is global 'miEventQueue' at 0x00010c4e3850 (X11.bin+0x0001005ab854) Mutex M856 (0x00010c4c8c80) created at: #0 pthread_mutex_lock <null>:144 (libclang_rt.tsan_osx_dynamic.dylib+0x0000000321fe) #1 DarwinListenOnOpenFD darwinEvents.c:300 (X11.bin+0x000100031607) #2 socket_handoff bundle-main.c:288 (X11.bin+0x000100002b40) #3 __do_request_fd_handoff_socket_block_invoke bundle-main.c:379 (X11.bin+0x0001000029ba) #4 __tsan::invoke_and_release_block(void*) <null>:144 (libclang_rt.tsan_osx_dynamic.dylib+0x00000005d97b) #5 _dispatch_client_callout <null>:33 (libdispatch.dylib+0x0000000020ef) Mutex M1976 (0x00010c4e3d68) created at: #0 pthread_mutex_init <null>:144 (libclang_rt.tsan_osx_dynamic.dylib+0x0000000253c3) #1 input_lock inputthread.c:103 (X11.bin+0x00010049fd10) #2 TimerSet WaitFor.c:343 (X11.bin+0x0001004926c2) #3 RootlessQueueRedisplay rootlessScreen.c:594 (X11.bin+0x000100065d7f) #4 RootlessInstallColormap rootlessScreen.c:514 (X11.bin+0x000100069f1a) #5 miSpriteInstallColormap misprite.c:562 (X11.bin+0x000100467095) #6 miCreateDefColormap micmap.c:270 (X11.bin+0x000100440399) #7 DarwinScreenInit darwin.c:285 (X11.bin+0x0001000303bb) #8 AddScreen dispatch.c:3908 (X11.bin+0x00010036c417) #9 InitOutput darwin.c:671 (X11.bin+0x00010002fdeb) #10 dix_main main.c:197 (X11.bin+0x00010036e228) #11 server_thread quartzStartup.c:66 (X11.bin+0x000100039e63) Thread T8 (tid=4198779, running) created by main thread at: #0 pthread_create <null>:144 (libclang_rt.tsan_osx_dynamic.dylib+0x000000024490) #1 create_thread quartzStartup.c:78 (X11.bin+0x000100039dad) #2 QuartzInitServer quartzStartup.c:95 (X11.bin+0x000100039c16) #3 X11ApplicationMain X11Application.m:1238 (X11.bin+0x00010001cde4) #4 X11ControllerMain X11Controller.m:984 (X11.bin+0x00010002a642) #5 server_main quartzStartup.c:136 (X11.bin+0x00010003a03b) #6 do_start_x11_server bundle-main.c:436 (X11.bin+0x000100002eb5) #7 _Xstart_x11_server mach_startupServer.c:189 (X11.bin+0x000100004e99) #8 mach_startup_server mach_startupServer.c:399 (X11.bin+0x000100005734) #9 mach_msg_server mach_msg.c:563 (libsystem_kernel.dylib+0x000000012186) #10 start <null>:29 (libdyld.dylib+0x000000005254) Thread T12 (tid=4198797, running) created by thread T8 at: #0 pthread_create <null>:144 (libclang_rt.tsan_osx_dynamic.dylib+0x000000024490) #1 create_thread darwinEvents.c:121 (X11.bin+0x000100031ecf) #2 DarwinEQInit darwinEvents.c:365 (X11.bin+0x000100031860) #3 InitInput darwin.c:571 (X11.bin+0x00010002ea09) #4 dix_main main.c:261 (X11.bin+0x00010036e7ce) #5 server_thread quartzStartup.c:66 (X11.bin+0x000100039e63) SUMMARY: ThreadSanitizer: data race WaitFor.c:237 in WaitForSomething ================== ================== WARNING: ThreadSanitizer: data race (pid=22841) Write of size 4 at 0x000105bbd864 by main thread (mutexes: write M1945): #0 mieqEnqueue mieq.c:263 (X11.bin+0x000100448cf4) #1 DarwinSendDDXEvent darwinEvents.c:642 (X11.bin+0x000100033693) #2 -[X11Controller set_window_menu:] X11Controller.m:275 (X11.bin+0x0001000222fd) #3 -[X11Application set_window_menu:] X11Application.m:486 (X11.bin+0x000100018b44) #4 -[X11Application handleMachMessage:] X11Application.m:177 (X11.bin+0x000100016678) #5 __NSFireMachPort <null>:69 (Foundation+0x00000009b62b) #6 X11ControllerMain X11Controller.m:984 (X11.bin+0x00010002a5f2) #7 server_main quartzStartup.c:136 (X11.bin+0x000100039ffb) #8 do_start_x11_server bundle-main.c:436 (X11.bin+0x000100002e65) #9 _Xstart_x11_server mach_startupServer.c:189 (X11.bin+0x000100004e49) #10 mach_startup_server mach_startupServer.c:399 (X11.bin+0x0001000056e4) #11 mach_msg_server mach_msg.c:563 (libsystem_kernel.dylib+0x000000012186) #12 start <null>:29 (libdyld.dylib+0x000000005254) Previous read of size 4 at 0x000105bbd864 by thread T7: #0 Dispatch dispatch.c:434 (X11.bin+0x000100352fc8) #1 dix_main main.c:287 (X11.bin+0x00010036e874) #2 server_thread quartzStartup.c:66 (X11.bin+0x000100039e23) Location is global 'miEventQueue' at 0x000105bbd860 (X11.bin+0x0001005ab864) Mutex M1945 (0x000105bbdd78) created at: #0 pthread_mutex_init <null>:144 (libclang_rt.tsan_osx_dynamic.dylib+0x0000000253c3) #1 input_lock inputthread.c:103 (X11.bin+0x00010049fd10) #2 TimerSet WaitFor.c:348 (X11.bin+0x0001004926c2) #3 RootlessQueueRedisplay rootlessScreen.c:594 (X11.bin+0x000100065d3f) #4 RootlessInstallColormap rootlessScreen.c:514 (X11.bin+0x000100069eda) #5 miSpriteInstallColormap misprite.c:562 (X11.bin+0x000100467075) #6 miCreateDefColormap micmap.c:270 (X11.bin+0x000100440379) #7 DarwinScreenInit darwin.c:285 (X11.bin+0x00010003036b) #8 AddScreen dispatch.c:3914 (X11.bin+0x00010036c3f7) #9 InitOutput darwin.c:671 (X11.bin+0x00010002fd9b) #10 dix_main main.c:197 (X11.bin+0x00010036e208) #11 server_thread quartzStartup.c:66 (X11.bin+0x000100039e23) Thread T7 (tid=4257217, running) created by main thread at: #0 pthread_create <null>:144 (libclang_rt.tsan_osx_dynamic.dylib+0x000000024490) #1 create_thread quartzStartup.c:78 (X11.bin+0x000100039d6d) #2 QuartzInitServer quartzStartup.c:95 (X11.bin+0x000100039bd6) #3 X11ApplicationMain X11Application.m:1238 (X11.bin+0x00010001cd94) #4 X11ControllerMain X11Controller.m:984 (X11.bin+0x00010002a5f2) #5 server_main quartzStartup.c:136 (X11.bin+0x000100039ffb) #6 do_start_x11_server bundle-main.c:436 (X11.bin+0x000100002e65) #7 _Xstart_x11_server mach_startupServer.c:189 (X11.bin+0x000100004e49) #8 mach_startup_server mach_startupServer.c:399 (X11.bin+0x0001000056e4) #9 mach_msg_server mach_msg.c:563 (libsystem_kernel.dylib+0x000000012186) #10 start <null>:29 (libdyld.dylib+0x000000005254) SUMMARY: ThreadSanitizer: data race mieq.c:263 in mieqEnqueue ================== Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com> Reviewed-by: Keith Packard <keithp@keithp.com>
2016-09-19 10:25:13 +02:00
if (InputCheckPending())
ProcessInputEvents();
2003-11-14 16:54:54 +01:00
if (CompareTimeStamps(systime, currentTime) == LATER)
currentTime = systime;
2003-11-14 16:54:54 +01:00
}
/* Like UpdateCurrentTime, but can't call ProcessInputEvents */
void
UpdateCurrentTimeIf(void)
2003-11-14 16:54:54 +01:00
{
TimeStamp systime;
systime.months = currentTime.months;
systime.milliseconds = GetTimeInMillis();
if (systime.milliseconds < currentTime.milliseconds)
systime.months++;
if (CompareTimeStamps(systime, currentTime) == LATER)
currentTime = systime;
2003-11-14 16:54:54 +01:00
}
2003-11-14 17:49:22 +01:00
#undef SMART_DEBUG
/* in milliseconds */
#define SMART_SCHEDULE_DEFAULT_INTERVAL 5
#define SMART_SCHEDULE_MAX_SLICE 15
2003-11-14 17:49:22 +01:00
#ifdef HAVE_SETITIMER
Bool SmartScheduleSignalEnable = TRUE;
#endif
long SmartScheduleSlice = SMART_SCHEDULE_DEFAULT_INTERVAL;
long SmartScheduleInterval = SMART_SCHEDULE_DEFAULT_INTERVAL;
long SmartScheduleMaxSlice = SMART_SCHEDULE_MAX_SLICE;
long SmartScheduleTime;
int SmartScheduleLatencyLimited = 0;
static ClientPtr SmartLastClient;
static int SmartLastIndex[SMART_MAX_PRIORITY - SMART_MIN_PRIORITY + 1];
2003-11-14 17:49:22 +01:00
#ifdef SMART_DEBUG
long SmartLastPrint;
2003-11-14 17:49:22 +01:00
#endif
void Dispatch(void);
2003-11-14 17:49:22 +01:00
static struct xorg_list ready_clients;
static struct xorg_list saved_ready_clients;
struct xorg_list output_pending_clients;
static void
init_client_ready(void)
{
xorg_list_init(&ready_clients);
xorg_list_init(&saved_ready_clients);
xorg_list_init(&output_pending_clients);
}
Bool
clients_are_ready(void)
{
return !xorg_list_is_empty(&ready_clients);
}
/* Client has requests queued or data on the network */
void
mark_client_ready(ClientPtr client)
{
if (xorg_list_is_empty(&client->ready))
xorg_list_append(&client->ready, &ready_clients);
}
/*
* Client has requests queued or data on the network, but awaits a
* server grab release
*/
void mark_client_saved_ready(ClientPtr client)
{
if (xorg_list_is_empty(&client->ready))
xorg_list_append(&client->ready, &saved_ready_clients);
}
/* Client has no requests queued and no data on network */
void
mark_client_not_ready(ClientPtr client)
{
xorg_list_del(&client->ready);
}
static void
mark_client_grab(ClientPtr grab)
{
ClientPtr client, tmp;
xorg_list_for_each_entry_safe(client, tmp, &ready_clients, ready) {
if (client != grab) {
xorg_list_del(&client->ready);
xorg_list_append(&client->ready, &saved_ready_clients);
}
}
}
static void
mark_client_ungrab(void)
{
ClientPtr client, tmp;
xorg_list_for_each_entry_safe(client, tmp, &saved_ready_clients, ready) {
xorg_list_del(&client->ready);
xorg_list_append(&client->ready, &ready_clients);
}
}
static ClientPtr
SmartScheduleClient(void)
2003-11-14 17:49:22 +01:00
{
ClientPtr pClient, best = NULL;
int bestRobin, robin;
long now = SmartScheduleTime;
long idle;
int nready = 0;
2003-11-14 17:49:22 +01:00
bestRobin = 0;
idle = 2 * SmartScheduleSlice;
xorg_list_for_each_entry(pClient, &ready_clients, ready) {
nready++;
/* Praise clients which haven't run in a while */
if ((now - pClient->smart_stop_tick) >= idle) {
if (pClient->smart_priority < 0)
pClient->smart_priority++;
}
/* check priority to select best client */
robin =
(pClient->index -
SmartLastIndex[pClient->smart_priority -
SMART_MIN_PRIORITY]) & 0xff;
/* pick the best client */
if (!best ||
pClient->priority > best->priority ||
(pClient->priority == best->priority &&
(pClient->smart_priority > best->smart_priority ||
(pClient->smart_priority == best->smart_priority && robin > bestRobin))))
{
best = pClient;
bestRobin = robin;
}
2003-11-14 17:49:22 +01:00
#ifdef SMART_DEBUG
if ((now - SmartLastPrint) >= 5000)
fprintf(stderr, " %2d: %3d", pClient->index, pClient->smart_priority);
2003-11-14 17:49:22 +01:00
#endif
}
#ifdef SMART_DEBUG
if ((now - SmartLastPrint) >= 5000) {
fprintf(stderr, " use %2d\n", best->index);
SmartLastPrint = now;
2003-11-14 17:49:22 +01:00
}
#endif
SmartLastIndex[best->smart_priority - SMART_MIN_PRIORITY] = best->index;
2003-11-14 17:49:22 +01:00
/*
* Set current client pointer
*/
if (SmartLastClient != best) {
best->smart_start_tick = now;
SmartLastClient = best;
2003-11-14 17:49:22 +01:00
}
/*
* Adjust slice
*/
if (nready == 1 && SmartScheduleLatencyLimited == 0) {
/*
* If it's been a long time since another client
* has run, bump the slice up to get maximal
* performance from a single client
*/
if ((now - best->smart_start_tick) > 1000 &&
SmartScheduleSlice < SmartScheduleMaxSlice) {
SmartScheduleSlice += SmartScheduleInterval;
}
2003-11-14 17:49:22 +01:00
}
else {
SmartScheduleSlice = SmartScheduleInterval;
2003-11-14 17:49:22 +01:00
}
return best;
2003-11-14 17:49:22 +01:00
}
2003-11-14 16:54:54 +01:00
void
EnableLimitedSchedulingLatency(void)
{
++SmartScheduleLatencyLimited;
SmartScheduleSlice = SmartScheduleInterval;
}
void
DisableLimitedSchedulingLatency(void)
{
--SmartScheduleLatencyLimited;
/* protect against bugs */
if (SmartScheduleLatencyLimited < 0)
SmartScheduleLatencyLimited = 0;
}
2003-11-14 16:54:54 +01:00
void
2003-11-14 17:49:22 +01:00
Dispatch(void)
2003-11-14 16:54:54 +01:00
{
int result;
ClientPtr client;
long start_tick;
2003-11-14 16:54:54 +01:00
nextFreeClientID = 1;
nClients = 0;
SmartScheduleSlice = SmartScheduleInterval;
init_client_ready();
while (!dispatchException) {
dix: Silence TSan warnings when checking for pending input V2: Moves InputCheckPending() into dix.h Bumps required version of xproto to 7.0.30 ================== WARNING: ThreadSanitizer: data race (pid=4943) Read of size 4 at 0x00010c4e3854 by thread T8: #0 WaitForSomething WaitFor.c:237 (X11.bin+0x00010049216c) #1 Dispatch dispatch.c:413 (X11.bin+0x000100352ed9) #2 dix_main main.c:287 (X11.bin+0x00010036e894) #3 server_thread quartzStartup.c:66 (X11.bin+0x000100039e63) Previous write of size 4 at 0x00010c4e3854 by thread T12 (mutexes: write M856, write M1976): #0 mieqEnqueue mieq.c:263 (X11.bin+0x000100448d14) #1 DarwinSendDDXEvent darwinEvents.c:641 (X11.bin+0x000100033613) #2 DarwinProcessFDAdditionQueue_thread darwinEvents.c:338 (X11.bin+0x000100032039) Location is global 'miEventQueue' at 0x00010c4e3850 (X11.bin+0x0001005ab854) Mutex M856 (0x00010c4c8c80) created at: #0 pthread_mutex_lock <null>:144 (libclang_rt.tsan_osx_dynamic.dylib+0x0000000321fe) #1 DarwinListenOnOpenFD darwinEvents.c:300 (X11.bin+0x000100031607) #2 socket_handoff bundle-main.c:288 (X11.bin+0x000100002b40) #3 __do_request_fd_handoff_socket_block_invoke bundle-main.c:379 (X11.bin+0x0001000029ba) #4 __tsan::invoke_and_release_block(void*) <null>:144 (libclang_rt.tsan_osx_dynamic.dylib+0x00000005d97b) #5 _dispatch_client_callout <null>:33 (libdispatch.dylib+0x0000000020ef) Mutex M1976 (0x00010c4e3d68) created at: #0 pthread_mutex_init <null>:144 (libclang_rt.tsan_osx_dynamic.dylib+0x0000000253c3) #1 input_lock inputthread.c:103 (X11.bin+0x00010049fd10) #2 TimerSet WaitFor.c:343 (X11.bin+0x0001004926c2) #3 RootlessQueueRedisplay rootlessScreen.c:594 (X11.bin+0x000100065d7f) #4 RootlessInstallColormap rootlessScreen.c:514 (X11.bin+0x000100069f1a) #5 miSpriteInstallColormap misprite.c:562 (X11.bin+0x000100467095) #6 miCreateDefColormap micmap.c:270 (X11.bin+0x000100440399) #7 DarwinScreenInit darwin.c:285 (X11.bin+0x0001000303bb) #8 AddScreen dispatch.c:3908 (X11.bin+0x00010036c417) #9 InitOutput darwin.c:671 (X11.bin+0x00010002fdeb) #10 dix_main main.c:197 (X11.bin+0x00010036e228) #11 server_thread quartzStartup.c:66 (X11.bin+0x000100039e63) Thread T8 (tid=4198779, running) created by main thread at: #0 pthread_create <null>:144 (libclang_rt.tsan_osx_dynamic.dylib+0x000000024490) #1 create_thread quartzStartup.c:78 (X11.bin+0x000100039dad) #2 QuartzInitServer quartzStartup.c:95 (X11.bin+0x000100039c16) #3 X11ApplicationMain X11Application.m:1238 (X11.bin+0x00010001cde4) #4 X11ControllerMain X11Controller.m:984 (X11.bin+0x00010002a642) #5 server_main quartzStartup.c:136 (X11.bin+0x00010003a03b) #6 do_start_x11_server bundle-main.c:436 (X11.bin+0x000100002eb5) #7 _Xstart_x11_server mach_startupServer.c:189 (X11.bin+0x000100004e99) #8 mach_startup_server mach_startupServer.c:399 (X11.bin+0x000100005734) #9 mach_msg_server mach_msg.c:563 (libsystem_kernel.dylib+0x000000012186) #10 start <null>:29 (libdyld.dylib+0x000000005254) Thread T12 (tid=4198797, running) created by thread T8 at: #0 pthread_create <null>:144 (libclang_rt.tsan_osx_dynamic.dylib+0x000000024490) #1 create_thread darwinEvents.c:121 (X11.bin+0x000100031ecf) #2 DarwinEQInit darwinEvents.c:365 (X11.bin+0x000100031860) #3 InitInput darwin.c:571 (X11.bin+0x00010002ea09) #4 dix_main main.c:261 (X11.bin+0x00010036e7ce) #5 server_thread quartzStartup.c:66 (X11.bin+0x000100039e63) SUMMARY: ThreadSanitizer: data race WaitFor.c:237 in WaitForSomething ================== ================== WARNING: ThreadSanitizer: data race (pid=22841) Write of size 4 at 0x000105bbd864 by main thread (mutexes: write M1945): #0 mieqEnqueue mieq.c:263 (X11.bin+0x000100448cf4) #1 DarwinSendDDXEvent darwinEvents.c:642 (X11.bin+0x000100033693) #2 -[X11Controller set_window_menu:] X11Controller.m:275 (X11.bin+0x0001000222fd) #3 -[X11Application set_window_menu:] X11Application.m:486 (X11.bin+0x000100018b44) #4 -[X11Application handleMachMessage:] X11Application.m:177 (X11.bin+0x000100016678) #5 __NSFireMachPort <null>:69 (Foundation+0x00000009b62b) #6 X11ControllerMain X11Controller.m:984 (X11.bin+0x00010002a5f2) #7 server_main quartzStartup.c:136 (X11.bin+0x000100039ffb) #8 do_start_x11_server bundle-main.c:436 (X11.bin+0x000100002e65) #9 _Xstart_x11_server mach_startupServer.c:189 (X11.bin+0x000100004e49) #10 mach_startup_server mach_startupServer.c:399 (X11.bin+0x0001000056e4) #11 mach_msg_server mach_msg.c:563 (libsystem_kernel.dylib+0x000000012186) #12 start <null>:29 (libdyld.dylib+0x000000005254) Previous read of size 4 at 0x000105bbd864 by thread T7: #0 Dispatch dispatch.c:434 (X11.bin+0x000100352fc8) #1 dix_main main.c:287 (X11.bin+0x00010036e874) #2 server_thread quartzStartup.c:66 (X11.bin+0x000100039e23) Location is global 'miEventQueue' at 0x000105bbd860 (X11.bin+0x0001005ab864) Mutex M1945 (0x000105bbdd78) created at: #0 pthread_mutex_init <null>:144 (libclang_rt.tsan_osx_dynamic.dylib+0x0000000253c3) #1 input_lock inputthread.c:103 (X11.bin+0x00010049fd10) #2 TimerSet WaitFor.c:348 (X11.bin+0x0001004926c2) #3 RootlessQueueRedisplay rootlessScreen.c:594 (X11.bin+0x000100065d3f) #4 RootlessInstallColormap rootlessScreen.c:514 (X11.bin+0x000100069eda) #5 miSpriteInstallColormap misprite.c:562 (X11.bin+0x000100467075) #6 miCreateDefColormap micmap.c:270 (X11.bin+0x000100440379) #7 DarwinScreenInit darwin.c:285 (X11.bin+0x00010003036b) #8 AddScreen dispatch.c:3914 (X11.bin+0x00010036c3f7) #9 InitOutput darwin.c:671 (X11.bin+0x00010002fd9b) #10 dix_main main.c:197 (X11.bin+0x00010036e208) #11 server_thread quartzStartup.c:66 (X11.bin+0x000100039e23) Thread T7 (tid=4257217, running) created by main thread at: #0 pthread_create <null>:144 (libclang_rt.tsan_osx_dynamic.dylib+0x000000024490) #1 create_thread quartzStartup.c:78 (X11.bin+0x000100039d6d) #2 QuartzInitServer quartzStartup.c:95 (X11.bin+0x000100039bd6) #3 X11ApplicationMain X11Application.m:1238 (X11.bin+0x00010001cd94) #4 X11ControllerMain X11Controller.m:984 (X11.bin+0x00010002a5f2) #5 server_main quartzStartup.c:136 (X11.bin+0x000100039ffb) #6 do_start_x11_server bundle-main.c:436 (X11.bin+0x000100002e65) #7 _Xstart_x11_server mach_startupServer.c:189 (X11.bin+0x000100004e49) #8 mach_startup_server mach_startupServer.c:399 (X11.bin+0x0001000056e4) #9 mach_msg_server mach_msg.c:563 (libsystem_kernel.dylib+0x000000012186) #10 start <null>:29 (libdyld.dylib+0x000000005254) SUMMARY: ThreadSanitizer: data race mieq.c:263 in mieqEnqueue ================== Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com> Reviewed-by: Keith Packard <keithp@keithp.com>
2016-09-19 10:25:13 +02:00
if (InputCheckPending()) {
ProcessInputEvents();
FlushIfCriticalOutputPending();
}
if (!WaitForSomething(clients_are_ready()))
continue;
/*****************
* Handle events in round robin fashion, doing input between
* each round
2003-11-14 16:54:54 +01:00
*****************/
if (!dispatchException && clients_are_ready()) {
client = SmartScheduleClient();
isItTimeToYield = FALSE;
start_tick = SmartScheduleTime;
while (!isItTimeToYield) {
dix: Silence TSan warnings when checking for pending input V2: Moves InputCheckPending() into dix.h Bumps required version of xproto to 7.0.30 ================== WARNING: ThreadSanitizer: data race (pid=4943) Read of size 4 at 0x00010c4e3854 by thread T8: #0 WaitForSomething WaitFor.c:237 (X11.bin+0x00010049216c) #1 Dispatch dispatch.c:413 (X11.bin+0x000100352ed9) #2 dix_main main.c:287 (X11.bin+0x00010036e894) #3 server_thread quartzStartup.c:66 (X11.bin+0x000100039e63) Previous write of size 4 at 0x00010c4e3854 by thread T12 (mutexes: write M856, write M1976): #0 mieqEnqueue mieq.c:263 (X11.bin+0x000100448d14) #1 DarwinSendDDXEvent darwinEvents.c:641 (X11.bin+0x000100033613) #2 DarwinProcessFDAdditionQueue_thread darwinEvents.c:338 (X11.bin+0x000100032039) Location is global 'miEventQueue' at 0x00010c4e3850 (X11.bin+0x0001005ab854) Mutex M856 (0x00010c4c8c80) created at: #0 pthread_mutex_lock <null>:144 (libclang_rt.tsan_osx_dynamic.dylib+0x0000000321fe) #1 DarwinListenOnOpenFD darwinEvents.c:300 (X11.bin+0x000100031607) #2 socket_handoff bundle-main.c:288 (X11.bin+0x000100002b40) #3 __do_request_fd_handoff_socket_block_invoke bundle-main.c:379 (X11.bin+0x0001000029ba) #4 __tsan::invoke_and_release_block(void*) <null>:144 (libclang_rt.tsan_osx_dynamic.dylib+0x00000005d97b) #5 _dispatch_client_callout <null>:33 (libdispatch.dylib+0x0000000020ef) Mutex M1976 (0x00010c4e3d68) created at: #0 pthread_mutex_init <null>:144 (libclang_rt.tsan_osx_dynamic.dylib+0x0000000253c3) #1 input_lock inputthread.c:103 (X11.bin+0x00010049fd10) #2 TimerSet WaitFor.c:343 (X11.bin+0x0001004926c2) #3 RootlessQueueRedisplay rootlessScreen.c:594 (X11.bin+0x000100065d7f) #4 RootlessInstallColormap rootlessScreen.c:514 (X11.bin+0x000100069f1a) #5 miSpriteInstallColormap misprite.c:562 (X11.bin+0x000100467095) #6 miCreateDefColormap micmap.c:270 (X11.bin+0x000100440399) #7 DarwinScreenInit darwin.c:285 (X11.bin+0x0001000303bb) #8 AddScreen dispatch.c:3908 (X11.bin+0x00010036c417) #9 InitOutput darwin.c:671 (X11.bin+0x00010002fdeb) #10 dix_main main.c:197 (X11.bin+0x00010036e228) #11 server_thread quartzStartup.c:66 (X11.bin+0x000100039e63) Thread T8 (tid=4198779, running) created by main thread at: #0 pthread_create <null>:144 (libclang_rt.tsan_osx_dynamic.dylib+0x000000024490) #1 create_thread quartzStartup.c:78 (X11.bin+0x000100039dad) #2 QuartzInitServer quartzStartup.c:95 (X11.bin+0x000100039c16) #3 X11ApplicationMain X11Application.m:1238 (X11.bin+0x00010001cde4) #4 X11ControllerMain X11Controller.m:984 (X11.bin+0x00010002a642) #5 server_main quartzStartup.c:136 (X11.bin+0x00010003a03b) #6 do_start_x11_server bundle-main.c:436 (X11.bin+0x000100002eb5) #7 _Xstart_x11_server mach_startupServer.c:189 (X11.bin+0x000100004e99) #8 mach_startup_server mach_startupServer.c:399 (X11.bin+0x000100005734) #9 mach_msg_server mach_msg.c:563 (libsystem_kernel.dylib+0x000000012186) #10 start <null>:29 (libdyld.dylib+0x000000005254) Thread T12 (tid=4198797, running) created by thread T8 at: #0 pthread_create <null>:144 (libclang_rt.tsan_osx_dynamic.dylib+0x000000024490) #1 create_thread darwinEvents.c:121 (X11.bin+0x000100031ecf) #2 DarwinEQInit darwinEvents.c:365 (X11.bin+0x000100031860) #3 InitInput darwin.c:571 (X11.bin+0x00010002ea09) #4 dix_main main.c:261 (X11.bin+0x00010036e7ce) #5 server_thread quartzStartup.c:66 (X11.bin+0x000100039e63) SUMMARY: ThreadSanitizer: data race WaitFor.c:237 in WaitForSomething ================== ================== WARNING: ThreadSanitizer: data race (pid=22841) Write of size 4 at 0x000105bbd864 by main thread (mutexes: write M1945): #0 mieqEnqueue mieq.c:263 (X11.bin+0x000100448cf4) #1 DarwinSendDDXEvent darwinEvents.c:642 (X11.bin+0x000100033693) #2 -[X11Controller set_window_menu:] X11Controller.m:275 (X11.bin+0x0001000222fd) #3 -[X11Application set_window_menu:] X11Application.m:486 (X11.bin+0x000100018b44) #4 -[X11Application handleMachMessage:] X11Application.m:177 (X11.bin+0x000100016678) #5 __NSFireMachPort <null>:69 (Foundation+0x00000009b62b) #6 X11ControllerMain X11Controller.m:984 (X11.bin+0x00010002a5f2) #7 server_main quartzStartup.c:136 (X11.bin+0x000100039ffb) #8 do_start_x11_server bundle-main.c:436 (X11.bin+0x000100002e65) #9 _Xstart_x11_server mach_startupServer.c:189 (X11.bin+0x000100004e49) #10 mach_startup_server mach_startupServer.c:399 (X11.bin+0x0001000056e4) #11 mach_msg_server mach_msg.c:563 (libsystem_kernel.dylib+0x000000012186) #12 start <null>:29 (libdyld.dylib+0x000000005254) Previous read of size 4 at 0x000105bbd864 by thread T7: #0 Dispatch dispatch.c:434 (X11.bin+0x000100352fc8) #1 dix_main main.c:287 (X11.bin+0x00010036e874) #2 server_thread quartzStartup.c:66 (X11.bin+0x000100039e23) Location is global 'miEventQueue' at 0x000105bbd860 (X11.bin+0x0001005ab864) Mutex M1945 (0x000105bbdd78) created at: #0 pthread_mutex_init <null>:144 (libclang_rt.tsan_osx_dynamic.dylib+0x0000000253c3) #1 input_lock inputthread.c:103 (X11.bin+0x00010049fd10) #2 TimerSet WaitFor.c:348 (X11.bin+0x0001004926c2) #3 RootlessQueueRedisplay rootlessScreen.c:594 (X11.bin+0x000100065d3f) #4 RootlessInstallColormap rootlessScreen.c:514 (X11.bin+0x000100069eda) #5 miSpriteInstallColormap misprite.c:562 (X11.bin+0x000100467075) #6 miCreateDefColormap micmap.c:270 (X11.bin+0x000100440379) #7 DarwinScreenInit darwin.c:285 (X11.bin+0x00010003036b) #8 AddScreen dispatch.c:3914 (X11.bin+0x00010036c3f7) #9 InitOutput darwin.c:671 (X11.bin+0x00010002fd9b) #10 dix_main main.c:197 (X11.bin+0x00010036e208) #11 server_thread quartzStartup.c:66 (X11.bin+0x000100039e23) Thread T7 (tid=4257217, running) created by main thread at: #0 pthread_create <null>:144 (libclang_rt.tsan_osx_dynamic.dylib+0x000000024490) #1 create_thread quartzStartup.c:78 (X11.bin+0x000100039d6d) #2 QuartzInitServer quartzStartup.c:95 (X11.bin+0x000100039bd6) #3 X11ApplicationMain X11Application.m:1238 (X11.bin+0x00010001cd94) #4 X11ControllerMain X11Controller.m:984 (X11.bin+0x00010002a5f2) #5 server_main quartzStartup.c:136 (X11.bin+0x000100039ffb) #6 do_start_x11_server bundle-main.c:436 (X11.bin+0x000100002e65) #7 _Xstart_x11_server mach_startupServer.c:189 (X11.bin+0x000100004e49) #8 mach_startup_server mach_startupServer.c:399 (X11.bin+0x0001000056e4) #9 mach_msg_server mach_msg.c:563 (libsystem_kernel.dylib+0x000000012186) #10 start <null>:29 (libdyld.dylib+0x000000005254) SUMMARY: ThreadSanitizer: data race mieq.c:263 in mieqEnqueue ================== Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com> Reviewed-by: Keith Packard <keithp@keithp.com>
2016-09-19 10:25:13 +02:00
if (InputCheckPending())
ProcessInputEvents();
FlushIfCriticalOutputPending();
if ((SmartScheduleTime - start_tick) >= SmartScheduleSlice)
{
/* Penalize clients which consume ticks */
if (client->smart_priority > SMART_MIN_PRIORITY)
client->smart_priority--;
break;
}
/* now, finally, deal with client requests */
result = ReadRequestFromClient(client);
if (result <= 0) {
if (result < 0)
CloseDownClient(client);
break;
}
client->sequence++;
client->majorOp = ((xReq *) client->requestBuffer)->reqType;
client->minorOp = 0;
if (client->majorOp >= EXTENSION_BASE) {
ExtensionEntry *ext = GetExtensionEntry(client->majorOp);
if (ext)
client->minorOp = ext->MinorOpcode(client);
}
#ifdef XSERVER_DTRACE
if (XSERVER_REQUEST_START_ENABLED())
XSERVER_REQUEST_START(LookupMajorName(client->majorOp),
client->majorOp,
((xReq *) client->requestBuffer)->length,
client->index,
client->requestBuffer);
2003-11-14 16:54:54 +01:00
#endif
if (result > (maxBigRequestSize << 2))
result = BadLength;
else {
result = XaceHookDispatch(client, client->majorOp);
dix: Add GetCurrentClient helper Request-handlers as registered in the requestVector array, always get passed the clientPtr for the client which sent the request. But the implementation of many request-handlers typically consists of a generic handler calling implementation specific callbacks and / or various helpers often multiple levels deep and in many cases the clientPtr does not get passed to the callbacks / helpers. This means that in some places where we would like to have access to the current-client, we cannot easily access it and fixing this would require a lot of work and often would involve ABI breakage. This commit adds a GetCurrentClient helper which can be used as a shortcut to get access to the clienPtr for the currently being processed request without needing a lot of refactoring and ABI breakage. Note using this new GetCurrentClient helper is only safe for code which only runs from the main thread, this new variable MUST NOT be used by code which runs from signal handlers or from the input-thread. The specific use-case which resulted in the creation of this patch is adding support for emulation of randr / vidmode resolution changes to Xwayland. This emulation will not actually change the monitor resolution instead it will scale any window with a size which exactly matches the requested resolution to fill the entire monitor. The main use-case for this is games which are hard-coded to render at a specific resolution and have sofar relied on randr / vidmode to change the monitor resolution when going fullscreen. To make this emulation as robust as possible (e.g. avoid accidentally scaling windows from other apps) we want to make the emulated resolution a per client state. But e.g. the RRSetCrtc function does not take a client pointer; and is a (used) part of the Xorg server ABI (note the problem is not just limited to RRSetCrtc). Reviewed-by: Olivier Fourdan <ofourdan@redhat.com> Reviewed-by: Michel Dänzer <mdaenzer@redhat.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
2019-08-29 14:18:28 +02:00
if (result == Success) {
currentClient = client;
result =
(*client->requestVector[client->majorOp]) (client);
dix: Add GetCurrentClient helper Request-handlers as registered in the requestVector array, always get passed the clientPtr for the client which sent the request. But the implementation of many request-handlers typically consists of a generic handler calling implementation specific callbacks and / or various helpers often multiple levels deep and in many cases the clientPtr does not get passed to the callbacks / helpers. This means that in some places where we would like to have access to the current-client, we cannot easily access it and fixing this would require a lot of work and often would involve ABI breakage. This commit adds a GetCurrentClient helper which can be used as a shortcut to get access to the clienPtr for the currently being processed request without needing a lot of refactoring and ABI breakage. Note using this new GetCurrentClient helper is only safe for code which only runs from the main thread, this new variable MUST NOT be used by code which runs from signal handlers or from the input-thread. The specific use-case which resulted in the creation of this patch is adding support for emulation of randr / vidmode resolution changes to Xwayland. This emulation will not actually change the monitor resolution instead it will scale any window with a size which exactly matches the requested resolution to fill the entire monitor. The main use-case for this is games which are hard-coded to render at a specific resolution and have sofar relied on randr / vidmode to change the monitor resolution when going fullscreen. To make this emulation as robust as possible (e.g. avoid accidentally scaling windows from other apps) we want to make the emulated resolution a per client state. But e.g. the RRSetCrtc function does not take a client pointer; and is a (used) part of the Xorg server ABI (note the problem is not just limited to RRSetCrtc). Reviewed-by: Olivier Fourdan <ofourdan@redhat.com> Reviewed-by: Michel Dänzer <mdaenzer@redhat.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
2019-08-29 14:18:28 +02:00
currentClient = NULL;
}
}
if (!SmartScheduleSignalEnable)
SmartScheduleTime = GetTimeInMillis();
#ifdef XSERVER_DTRACE
if (XSERVER_REQUEST_DONE_ENABLED())
XSERVER_REQUEST_DONE(LookupMajorName(client->majorOp),
client->majorOp, client->sequence,
client->index, result);
#endif
if (client->noClientException != Success) {
CloseDownClient(client);
break;
}
else if (result != Success) {
SendErrorToClient(client, client->majorOp,
client->minorOp,
client->errorValue, result);
break;
}
}
FlushAllOutput();
if (client == SmartLastClient)
client->smart_stop_tick = SmartScheduleTime;
}
dispatchException &= ~DE_PRIORITYCHANGE;
2003-11-14 16:54:54 +01:00
}
2004-06-21 15:44:14 +02:00
#if defined(DDXBEFORERESET)
ddxBeforeReset();
2004-06-21 15:44:14 +02:00
#endif
2003-11-14 16:54:54 +01:00
KillAllClients();
dispatchException &= ~DE_RESET;
SmartScheduleLatencyLimited = 0;
ResetOsBuffers();
2003-11-14 16:54:54 +01:00
}
static int VendorRelease = VENDOR_RELEASE;
void
SetVendorRelease(int release)
{
VendorRelease = release;
}
Bool
CreateConnectionBlock(void)
{
xConnSetup setup;
xWindowRoot root;
xDepth depth;
xVisualType visual;
xPixmapFormat format;
unsigned long vid;
int i, j, k, lenofblock, sizesofar = 0;
char *pBuf;
2019-10-16 19:49:13 +02:00
const char VendorString[] = VENDOR_NAME;
memset(&setup, 0, sizeof(xConnSetup));
/* Leave off the ridBase and ridMask, these must be sent with
connection */
setup.release = VendorRelease;
/*
* per-server image and bitmap parameters are defined in Xmd.h
*/
setup.imageByteOrder = screenInfo.imageByteOrder;
setup.bitmapScanlineUnit = screenInfo.bitmapScanlineUnit;
setup.bitmapScanlinePad = screenInfo.bitmapScanlinePad;
setup.bitmapBitOrder = screenInfo.bitmapBitOrder;
setup.motionBufferSize = NumMotionEvents();
setup.numRoots = screenInfo.numScreens;
setup.nbytesVendor = strlen(VendorString);
setup.numFormats = screenInfo.numPixmapFormats;
setup.maxRequestSize = MAX_REQUEST_SIZE;
QueryMinMaxKeyCodes(&setup.minKeyCode, &setup.maxKeyCode);
lenofblock = sizeof(xConnSetup) +
pad_to_int32(setup.nbytesVendor) +
(setup.numFormats * sizeof(xPixmapFormat)) +
(setup.numRoots * sizeof(xWindowRoot));
ConnectionInfo = malloc(lenofblock);
if (!ConnectionInfo)
return FALSE;
memmove(ConnectionInfo, (char *) &setup, sizeof(xConnSetup));
sizesofar = sizeof(xConnSetup);
pBuf = ConnectionInfo + sizeof(xConnSetup);
memmove(pBuf, VendorString, (int) setup.nbytesVendor);
sizesofar += setup.nbytesVendor;
pBuf += setup.nbytesVendor;
i = padding_for_int32(setup.nbytesVendor);
sizesofar += i;
while (--i >= 0)
*pBuf++ = 0;
memset(&format, 0, sizeof(xPixmapFormat));
for (i = 0; i < screenInfo.numPixmapFormats; i++) {
format.depth = screenInfo.formats[i].depth;
format.bitsPerPixel = screenInfo.formats[i].bitsPerPixel;
format.scanLinePad = screenInfo.formats[i].scanlinePad;
memmove(pBuf, (char *) &format, sizeof(xPixmapFormat));
pBuf += sizeof(xPixmapFormat);
sizesofar += sizeof(xPixmapFormat);
}
connBlockScreenStart = sizesofar;
memset(&depth, 0, sizeof(xDepth));
memset(&visual, 0, sizeof(xVisualType));
for (i = 0; i < screenInfo.numScreens; i++) {
ScreenPtr pScreen;
DepthPtr pDepth;
VisualPtr pVisual;
pScreen = screenInfo.screens[i];
root.windowId = pScreen->root->drawable.id;
root.defaultColormap = pScreen->defColormap;
root.whitePixel = pScreen->whitePixel;
root.blackPixel = pScreen->blackPixel;
root.currentInputMask = 0; /* filled in when sent */
root.pixWidth = pScreen->width;
root.pixHeight = pScreen->height;
root.mmWidth = pScreen->mmWidth;
root.mmHeight = pScreen->mmHeight;
root.minInstalledMaps = pScreen->minInstalledCmaps;
root.maxInstalledMaps = pScreen->maxInstalledCmaps;
root.rootVisualID = pScreen->rootVisual;
root.backingStore = pScreen->backingStoreSupport;
root.saveUnders = FALSE;
root.rootDepth = pScreen->rootDepth;
root.nDepths = pScreen->numDepths;
memmove(pBuf, (char *) &root, sizeof(xWindowRoot));
sizesofar += sizeof(xWindowRoot);
pBuf += sizeof(xWindowRoot);
pDepth = pScreen->allowedDepths;
for (j = 0; j < pScreen->numDepths; j++, pDepth++) {
lenofblock += sizeof(xDepth) +
(pDepth->numVids * sizeof(xVisualType));
pBuf = (char *) realloc(ConnectionInfo, lenofblock);
if (!pBuf) {
free(ConnectionInfo);
return FALSE;
}
ConnectionInfo = pBuf;
pBuf += sizesofar;
depth.depth = pDepth->depth;
depth.nVisuals = pDepth->numVids;
memmove(pBuf, (char *) &depth, sizeof(xDepth));
pBuf += sizeof(xDepth);
sizesofar += sizeof(xDepth);
for (k = 0; k < pDepth->numVids; k++) {
vid = pDepth->vids[k];
for (pVisual = pScreen->visuals;
pVisual->vid != vid; pVisual++);
visual.visualID = vid;
visual.class = pVisual->class;
visual.bitsPerRGB = pVisual->bitsPerRGBValue;
visual.colormapEntries = pVisual->ColormapEntries;
visual.redMask = pVisual->redMask;
visual.greenMask = pVisual->greenMask;
visual.blueMask = pVisual->blueMask;
memmove(pBuf, (char *) &visual, sizeof(xVisualType));
pBuf += sizeof(xVisualType);
sizesofar += sizeof(xVisualType);
}
}
}
connSetupPrefix.success = xTrue;
connSetupPrefix.length = lenofblock / 4;
connSetupPrefix.majorVersion = X_PROTOCOL;
connSetupPrefix.minorVersion = X_PROTOCOL_REVISION;
return TRUE;
}
int
ProcBadRequest(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
return BadRequest;
2003-11-14 16:54:54 +01:00
}
int
ProcCreateWindow(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
WindowPtr pParent, pWin;
2003-11-14 16:54:54 +01:00
REQUEST(xCreateWindowReq);
int len, rc;
2003-11-14 16:54:54 +01:00
REQUEST_AT_LEAST_SIZE(xCreateWindowReq);
2003-11-14 16:54:54 +01:00
LEGAL_NEW_RESOURCE(stuff->wid, client);
rc = dixLookupWindow(&pParent, stuff->parent, client, DixAddAccess);
if (rc != Success)
return rc;
len = client->req_len - bytes_to_int32(sizeof(xCreateWindowReq));
2003-11-14 16:54:54 +01:00
if (Ones(stuff->mask) != len)
return BadLength;
if (!stuff->width || !stuff->height) {
client->errorValue = 0;
2003-11-14 16:54:54 +01:00
return BadValue;
}
pWin = CreateWindow(stuff->wid, pParent, stuff->x,
stuff->y, stuff->width, stuff->height,
stuff->borderWidth, stuff->class,
stuff->mask, (XID *) &stuff[1],
(int) stuff->depth, client, stuff->visual, &rc);
if (pWin) {
Mask mask = pWin->eventMask;
pWin->eventMask = 0; /* subterfuge in case AddResource fails */
if (!AddResource(stuff->wid, RT_WINDOW, (void *) pWin))
return BadAlloc;
pWin->eventMask = mask;
2003-11-14 16:54:54 +01:00
}
return rc;
2003-11-14 16:54:54 +01:00
}
int
ProcChangeWindowAttributes(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
WindowPtr pWin;
2003-11-14 16:54:54 +01:00
REQUEST(xChangeWindowAttributesReq);
int len, rc;
Mask access_mode = 0;
2003-11-14 16:54:54 +01:00
REQUEST_AT_LEAST_SIZE(xChangeWindowAttributesReq);
access_mode |= (stuff->valueMask & CWEventMask) ? DixReceiveAccess : 0;
access_mode |= (stuff->valueMask & ~CWEventMask) ? DixSetAttrAccess : 0;
rc = dixLookupWindow(&pWin, stuff->window, client, access_mode);
if (rc != Success)
return rc;
len = client->req_len - bytes_to_int32(sizeof(xChangeWindowAttributesReq));
2003-11-14 16:54:54 +01:00
if (len != Ones(stuff->valueMask))
return BadLength;
return ChangeWindowAttributes(pWin,
stuff->valueMask, (XID *) &stuff[1], client);
2003-11-14 16:54:54 +01:00
}
int
ProcGetWindowAttributes(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
WindowPtr pWin;
2003-11-14 16:54:54 +01:00
REQUEST(xResourceReq);
xGetWindowAttributesReply wa;
int rc;
2003-11-14 16:54:54 +01:00
REQUEST_SIZE_MATCH(xResourceReq);
rc = dixLookupWindow(&pWin, stuff->id, client, DixGetAttrAccess);
if (rc != Success)
return rc;
memset(&wa, 0, sizeof(xGetWindowAttributesReply));
2003-11-14 16:54:54 +01:00
GetWindowAttributes(pWin, client, &wa);
WriteReplyToClient(client, sizeof(xGetWindowAttributesReply), &wa);
return Success;
2003-11-14 16:54:54 +01:00
}
int
ProcDestroyWindow(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
WindowPtr pWin;
2003-11-14 16:54:54 +01:00
REQUEST(xResourceReq);
int rc;
2003-11-14 16:54:54 +01:00
REQUEST_SIZE_MATCH(xResourceReq);
rc = dixLookupWindow(&pWin, stuff->id, client, DixDestroyAccess);
if (rc != Success)
return rc;
if (pWin->parent) {
rc = dixLookupWindow(&pWin, pWin->parent->drawable.id, client,
DixRemoveAccess);
if (rc != Success)
return rc;
FreeResource(stuff->id, RT_NONE);
}
return Success;
2003-11-14 16:54:54 +01:00
}
int
ProcDestroySubwindows(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
WindowPtr pWin;
2003-11-14 16:54:54 +01:00
REQUEST(xResourceReq);
int rc;
2003-11-14 16:54:54 +01:00
REQUEST_SIZE_MATCH(xResourceReq);
rc = dixLookupWindow(&pWin, stuff->id, client, DixRemoveAccess);
if (rc != Success)
return rc;
2003-11-14 16:54:54 +01:00
DestroySubwindows(pWin, client);
return Success;
2003-11-14 16:54:54 +01:00
}
int
ProcChangeSaveSet(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
WindowPtr pWin;
2003-11-14 16:54:54 +01:00
REQUEST(xChangeSaveSetReq);
int rc;
2003-11-14 16:54:54 +01:00
REQUEST_SIZE_MATCH(xChangeSaveSetReq);
rc = dixLookupWindow(&pWin, stuff->window, client, DixManageAccess);
if (rc != Success)
return rc;
2003-11-14 16:54:54 +01:00
if (client->clientAsMask == (CLIENT_BITS(pWin->drawable.id)))
return BadMatch;
if ((stuff->mode == SetModeInsert) || (stuff->mode == SetModeDelete))
return AlterSaveSetForClient(client, pWin, stuff->mode, FALSE, TRUE);
client->errorValue = stuff->mode;
return BadValue;
2003-11-14 16:54:54 +01:00
}
int
ProcReparentWindow(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
WindowPtr pWin, pParent;
2003-11-14 16:54:54 +01:00
REQUEST(xReparentWindowReq);
int rc;
2003-11-14 16:54:54 +01:00
REQUEST_SIZE_MATCH(xReparentWindowReq);
rc = dixLookupWindow(&pWin, stuff->window, client, DixManageAccess);
if (rc != Success)
return rc;
rc = dixLookupWindow(&pParent, stuff->parent, client, DixAddAccess);
if (rc != Success)
return rc;
if (!SAME_SCREENS(pWin->drawable, pParent->drawable))
return BadMatch;
if ((pWin->backgroundState == ParentRelative) &&
(pParent->drawable.depth != pWin->drawable.depth))
return BadMatch;
if ((pWin->drawable.class != InputOnly) &&
(pParent->drawable.class == InputOnly))
return BadMatch;
return ReparentWindow(pWin, pParent,
(short) stuff->x, (short) stuff->y, client);
2003-11-14 16:54:54 +01:00
}
int
ProcMapWindow(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
WindowPtr pWin;
2003-11-14 16:54:54 +01:00
REQUEST(xResourceReq);
int rc;
2003-11-14 16:54:54 +01:00
REQUEST_SIZE_MATCH(xResourceReq);
rc = dixLookupWindow(&pWin, stuff->id, client, DixShowAccess);
if (rc != Success)
return rc;
2003-11-14 16:54:54 +01:00
MapWindow(pWin, client);
/* update cache to say it is mapped */
return Success;
2003-11-14 16:54:54 +01:00
}
int
ProcMapSubwindows(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
WindowPtr pWin;
2003-11-14 16:54:54 +01:00
REQUEST(xResourceReq);
int rc;
2003-11-14 16:54:54 +01:00
REQUEST_SIZE_MATCH(xResourceReq);
rc = dixLookupWindow(&pWin, stuff->id, client, DixListAccess);
if (rc != Success)
return rc;
2003-11-14 16:54:54 +01:00
MapSubwindows(pWin, client);
/* update cache to say it is mapped */
return Success;
2003-11-14 16:54:54 +01:00
}
int
ProcUnmapWindow(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
WindowPtr pWin;
2003-11-14 16:54:54 +01:00
REQUEST(xResourceReq);
int rc;
2003-11-14 16:54:54 +01:00
REQUEST_SIZE_MATCH(xResourceReq);
rc = dixLookupWindow(&pWin, stuff->id, client, DixHideAccess);
if (rc != Success)
return rc;
2003-11-14 16:54:54 +01:00
UnmapWindow(pWin, FALSE);
/* update cache to say it is mapped */
return Success;
2003-11-14 16:54:54 +01:00
}
int
ProcUnmapSubwindows(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
WindowPtr pWin;
2003-11-14 16:54:54 +01:00
REQUEST(xResourceReq);
int rc;
2003-11-14 16:54:54 +01:00
REQUEST_SIZE_MATCH(xResourceReq);
rc = dixLookupWindow(&pWin, stuff->id, client, DixListAccess);
if (rc != Success)
return rc;
2003-11-14 16:54:54 +01:00
UnmapSubwindows(pWin);
return Success;
2003-11-14 16:54:54 +01:00
}
int
ProcConfigureWindow(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
WindowPtr pWin;
2003-11-14 16:54:54 +01:00
REQUEST(xConfigureWindowReq);
int len, rc;
2003-11-14 16:54:54 +01:00
REQUEST_AT_LEAST_SIZE(xConfigureWindowReq);
rc = dixLookupWindow(&pWin, stuff->window, client,
DixManageAccess | DixSetAttrAccess);
if (rc != Success)
return rc;
len = client->req_len - bytes_to_int32(sizeof(xConfigureWindowReq));
if (Ones((Mask) stuff->mask) != len)
2003-11-14 16:54:54 +01:00
return BadLength;
return ConfigureWindow(pWin, (Mask) stuff->mask, (XID *) &stuff[1], client);
2003-11-14 16:54:54 +01:00
}
int
ProcCirculateWindow(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
WindowPtr pWin;
2003-11-14 16:54:54 +01:00
REQUEST(xCirculateWindowReq);
int rc;
2003-11-14 16:54:54 +01:00
REQUEST_SIZE_MATCH(xCirculateWindowReq);
if ((stuff->direction != RaiseLowest) && (stuff->direction != LowerHighest)) {
client->errorValue = stuff->direction;
2003-11-14 16:54:54 +01:00
return BadValue;
}
rc = dixLookupWindow(&pWin, stuff->window, client, DixManageAccess);
if (rc != Success)
return rc;
CirculateWindow(pWin, (int) stuff->direction, client);
return Success;
2003-11-14 16:54:54 +01:00
}
static int
GetGeometry(ClientPtr client, xGetGeometryReply * rep)
2003-11-14 16:54:54 +01:00
{
DrawablePtr pDraw;
int rc;
2003-11-14 16:54:54 +01:00
REQUEST(xResourceReq);
REQUEST_SIZE_MATCH(xResourceReq);
rc = dixLookupDrawable(&pDraw, stuff->id, client, M_ANY, DixGetAttrAccess);
if (rc != Success)
return rc;
2003-11-14 16:54:54 +01:00
rep->type = X_Reply;
rep->length = 0;
rep->sequenceNumber = client->sequence;
rep->root = pDraw->pScreen->root->drawable.id;
2003-11-14 16:54:54 +01:00
rep->depth = pDraw->depth;
rep->width = pDraw->width;
rep->height = pDraw->height;
if (WindowDrawable(pDraw->type)) {
WindowPtr pWin = (WindowPtr) pDraw;
rep->x = pWin->origin.x - wBorderWidth(pWin);
rep->y = pWin->origin.y - wBorderWidth(pWin);
rep->borderWidth = pWin->borderWidth;
2003-11-14 16:54:54 +01:00
}
else { /* DRAWABLE_PIXMAP */
rep->x = rep->y = rep->borderWidth = 0;
2003-11-14 16:54:54 +01:00
}
return Success;
}
int
ProcGetGeometry(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
xGetGeometryReply rep = { .type = X_Reply };
2003-11-14 16:54:54 +01:00
int status;
if ((status = GetGeometry(client, &rep)) != Success)
return status;
2003-11-14 16:54:54 +01:00
WriteReplyToClient(client, sizeof(xGetGeometryReply), &rep);
return Success;
2003-11-14 16:54:54 +01:00
}
int
ProcQueryTree(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
xQueryTreeReply reply;
int rc, numChildren = 0;
WindowPtr pChild, pWin, pHead;
Window *childIDs = (Window *) NULL;
2003-11-14 16:54:54 +01:00
REQUEST(xResourceReq);
REQUEST_SIZE_MATCH(xResourceReq);
rc = dixLookupWindow(&pWin, stuff->id, client, DixListAccess);
if (rc != Success)
return rc;
reply = (xQueryTreeReply) {
.type = X_Reply,
.sequenceNumber = client->sequence,
.root = pWin->drawable.pScreen->root->drawable.id,
.parent = (pWin->parent) ? pWin->parent->drawable.id : (Window) None
};
2003-11-14 16:54:54 +01:00
pHead = RealChildHead(pWin);
for (pChild = pWin->lastChild; pChild != pHead; pChild = pChild->prevSib)
numChildren++;
if (numChildren) {
int curChild = 0;
2003-11-14 16:54:54 +01:00
childIDs = xallocarray(numChildren, sizeof(Window));
if (!childIDs)
return BadAlloc;
for (pChild = pWin->lastChild; pChild != pHead;
pChild = pChild->prevSib)
childIDs[curChild++] = pChild->drawable.id;
2003-11-14 16:54:54 +01:00
}
2003-11-14 16:54:54 +01:00
reply.nChildren = numChildren;
reply.length = bytes_to_int32(numChildren * sizeof(Window));
2003-11-14 16:54:54 +01:00
WriteReplyToClient(client, sizeof(xQueryTreeReply), &reply);
if (numChildren) {
client->pSwapReplyFunc = (ReplySwapPtr) Swap32Write;
WriteSwappedDataToClient(client, numChildren * sizeof(Window),
childIDs);
free(childIDs);
2003-11-14 16:54:54 +01:00
}
return Success;
2003-11-14 16:54:54 +01:00
}
int
ProcInternAtom(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
Atom atom;
char *tchar;
2003-11-14 16:54:54 +01:00
REQUEST(xInternAtomReq);
REQUEST_FIXED_SIZE(xInternAtomReq, stuff->nbytes);
if ((stuff->onlyIfExists != xTrue) && (stuff->onlyIfExists != xFalse)) {
client->errorValue = stuff->onlyIfExists;
return BadValue;
2003-11-14 16:54:54 +01:00
}
tchar = (char *) &stuff[1];
atom = MakeAtom(tchar, stuff->nbytes, !stuff->onlyIfExists);
if (atom != BAD_RESOURCE) {
xInternAtomReply reply = {
.type = X_Reply,
.sequenceNumber = client->sequence,
.length = 0,
.atom = atom
};
WriteReplyToClient(client, sizeof(xInternAtomReply), &reply);
return Success;
2003-11-14 16:54:54 +01:00
}
else
return BadAlloc;
2003-11-14 16:54:54 +01:00
}
int
ProcGetAtomName(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
const char *str;
2003-11-14 16:54:54 +01:00
REQUEST(xResourceReq);
REQUEST_SIZE_MATCH(xResourceReq);
if ((str = NameForAtom(stuff->id))) {
int len = strlen(str);
xGetAtomNameReply reply = {
.type = X_Reply,
.sequenceNumber = client->sequence,
.length = bytes_to_int32(len),
.nameLength = len
};
WriteReplyToClient(client, sizeof(xGetAtomNameReply), &reply);
WriteToClient(client, len, str);
return Success;
2003-11-14 16:54:54 +01:00
}
else {
client->errorValue = stuff->id;
return BadAtom;
2003-11-14 16:54:54 +01:00
}
}
int
ProcGrabServer(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
int rc;
2003-11-14 16:54:54 +01:00
REQUEST_SIZE_MATCH(xReq);
if (grabState != GrabNone && client != grabClient) {
ResetCurrentRequest(client);
client->sequence--;
BITSET(grabWaiters, client->index);
IgnoreClient(client);
return Success;
2003-11-14 16:54:54 +01:00
}
rc = OnlyListenToOneClient(client);
if (rc != Success)
return rc;
grabState = GrabActive;
2003-11-14 16:54:54 +01:00
grabClient = client;
mark_client_grab(client);
2003-11-14 16:54:54 +01:00
if (ServerGrabCallback) {
ServerGrabInfoRec grabinfo;
grabinfo.client = client;
grabinfo.grabstate = SERVER_GRABBED;
CallCallbacks(&ServerGrabCallback, (void *) &grabinfo);
2003-11-14 16:54:54 +01:00
}
return Success;
2003-11-14 16:54:54 +01:00
}
static void
2003-11-14 17:49:22 +01:00
UngrabServer(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
int i;
grabState = GrabNone;
ListenToAllClients();
mark_client_ungrab();
for (i = mskcnt; --i >= 0 && !grabWaiters[i];);
if (i >= 0) {
i <<= 5;
while (!GETBIT(grabWaiters, i))
i++;
BITCLEAR(grabWaiters, i);
AttendClient(clients[i]);
2003-11-14 16:54:54 +01:00
}
if (ServerGrabCallback) {
ServerGrabInfoRec grabinfo;
grabinfo.client = client;
grabinfo.grabstate = SERVER_UNGRABBED;
CallCallbacks(&ServerGrabCallback, (void *) &grabinfo);
2003-11-14 16:54:54 +01:00
}
}
int
ProcUngrabServer(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
REQUEST_SIZE_MATCH(xReq);
UngrabServer(client);
return Success;
2003-11-14 16:54:54 +01:00
}
int
ProcTranslateCoords(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
REQUEST(xTranslateCoordsReq);
WindowPtr pWin, pDst;
2003-11-14 16:54:54 +01:00
xTranslateCoordsReply rep;
int rc;
2003-11-14 16:54:54 +01:00
REQUEST_SIZE_MATCH(xTranslateCoordsReq);
rc = dixLookupWindow(&pWin, stuff->srcWid, client, DixGetAttrAccess);
if (rc != Success)
return rc;
rc = dixLookupWindow(&pDst, stuff->dstWid, client, DixGetAttrAccess);
if (rc != Success)
return rc;
rep = (xTranslateCoordsReply) {
.type = X_Reply,
.sequenceNumber = client->sequence,
.length = 0
};
if (!SAME_SCREENS(pWin->drawable, pDst->drawable)) {
rep.sameScreen = xFalse;
2003-11-14 16:54:54 +01:00
rep.child = None;
rep.dstX = rep.dstY = 0;
2003-11-14 16:54:54 +01:00
}
else {
INT16 x, y;
rep.sameScreen = xTrue;
rep.child = None;
/* computing absolute coordinates -- adjust to destination later */
x = pWin->drawable.x + stuff->srcX;
y = pWin->drawable.y + stuff->srcY;
pWin = pDst->firstChild;
while (pWin) {
BoxRec box;
if ((pWin->mapped) &&
(x >= pWin->drawable.x - wBorderWidth(pWin)) &&
(x < pWin->drawable.x + (int) pWin->drawable.width +
wBorderWidth(pWin)) &&
(y >= pWin->drawable.y - wBorderWidth(pWin)) &&
(y < pWin->drawable.y + (int) pWin->drawable.height +
wBorderWidth(pWin))
/* When a window is shaped, a further check
* is made to see if the point is inside
* borderSize
*/
&& (!wBoundingShape(pWin) ||
RegionContainsPoint(&pWin->borderSize, x, y, &box))
&& (!wInputShape(pWin) ||
RegionContainsPoint(wInputShape(pWin),
x - pWin->drawable.x,
y - pWin->drawable.y, &box))
) {
rep.child = pWin->drawable.id;
pWin = (WindowPtr) NULL;
}
else
pWin = pWin->nextSib;
}
/* adjust to destination coordinates */
rep.dstX = x - pDst->drawable.x;
rep.dstY = y - pDst->drawable.y;
2003-11-14 16:54:54 +01:00
}
WriteReplyToClient(client, sizeof(xTranslateCoordsReply), &rep);
return Success;
2003-11-14 16:54:54 +01:00
}
int
ProcOpenFont(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
int err;
2003-11-14 16:54:54 +01:00
REQUEST(xOpenFontReq);
REQUEST_FIXED_SIZE(xOpenFontReq, stuff->nbytes);
client->errorValue = stuff->fid;
LEGAL_NEW_RESOURCE(stuff->fid, client);
err = OpenFont(client, stuff->fid, (Mask) 0,
stuff->nbytes, (char *) &stuff[1]);
if (err == Success) {
return Success;
2003-11-14 16:54:54 +01:00
}
else
return err;
2003-11-14 16:54:54 +01:00
}
int
ProcCloseFont(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
FontPtr pFont;
int rc;
2003-11-14 16:54:54 +01:00
REQUEST(xResourceReq);
REQUEST_SIZE_MATCH(xResourceReq);
rc = dixLookupResourceByType((void **) &pFont, stuff->id, RT_FONT,
client, DixDestroyAccess);
if (rc == Success) {
2003-11-14 16:54:54 +01:00
FreeResource(stuff->id, RT_NONE);
return Success;
2003-11-14 16:54:54 +01:00
}
else {
client->errorValue = stuff->id;
return rc;
2003-11-14 16:54:54 +01:00
}
}
int
ProcQueryFont(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
xQueryFontReply *reply;
2003-11-14 16:54:54 +01:00
FontPtr pFont;
int rc;
2003-11-14 16:54:54 +01:00
REQUEST(xResourceReq);
REQUEST_SIZE_MATCH(xResourceReq);
rc = dixLookupFontable(&pFont, stuff->id, client, DixGetAttrAccess);
if (rc != Success)
return rc;
2003-11-14 16:54:54 +01:00
{
xCharInfo *pmax = FONTINKMAX(pFont);
xCharInfo *pmin = FONTINKMIN(pFont);
int nprotoxcistructs;
int rlength;
nprotoxcistructs = (pmax->rightSideBearing == pmin->rightSideBearing &&
pmax->leftSideBearing == pmin->leftSideBearing &&
pmax->descent == pmin->descent &&
pmax->ascent == pmin->ascent &&
pmax->characterWidth == pmin->characterWidth) ?
0 : N2dChars(pFont);
rlength = sizeof(xQueryFontReply) +
FONTINFONPROPS(FONTCHARSET(pFont)) * sizeof(xFontProp) +
nprotoxcistructs * sizeof(xCharInfo);
reply = calloc(1, rlength);
if (!reply) {
return BadAlloc;
}
reply->type = X_Reply;
reply->length = bytes_to_int32(rlength - sizeof(xGenericReply));
reply->sequenceNumber = client->sequence;
QueryFont(pFont, reply, nprotoxcistructs);
2003-11-14 16:54:54 +01:00
WriteReplyToClient(client, rlength, reply);
free(reply);
return Success;
2003-11-14 16:54:54 +01:00
}
}
int
ProcQueryTextExtents(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
xQueryTextExtentsReply reply;
FontPtr pFont;
ExtentInfoRec info;
unsigned long length;
int rc;
REQUEST(xQueryTextExtentsReq);
2003-11-14 16:54:54 +01:00
REQUEST_AT_LEAST_SIZE(xQueryTextExtentsReq);
rc = dixLookupFontable(&pFont, stuff->fid, client, DixGetAttrAccess);
if (rc != Success)
return rc;
length = client->req_len - bytes_to_int32(sizeof(xQueryTextExtentsReq));
2003-11-14 16:54:54 +01:00
length = length << 1;
if (stuff->oddLength) {
if (length == 0)
return BadLength;
2003-11-14 16:54:54 +01:00
length--;
}
if (!xfont2_query_text_extents(pFont, length, (unsigned char *) &stuff[1], &info))
return BadAlloc;
reply = (xQueryTextExtentsReply) {
.type = X_Reply,
.drawDirection = info.drawDirection,
.sequenceNumber = client->sequence,
.length = 0,
.fontAscent = info.fontAscent,
.fontDescent = info.fontDescent,
.overallAscent = info.overallAscent,
.overallDescent = info.overallDescent,
.overallWidth = info.overallWidth,
.overallLeft = info.overallLeft,
.overallRight = info.overallRight
};
2003-11-14 16:54:54 +01:00
WriteReplyToClient(client, sizeof(xQueryTextExtentsReply), &reply);
return Success;
2003-11-14 16:54:54 +01:00
}
int
ProcListFonts(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
REQUEST(xListFontsReq);
REQUEST_FIXED_SIZE(xListFontsReq, stuff->nbytes);
return ListFonts(client, (unsigned char *) &stuff[1], stuff->nbytes,
stuff->maxNames);
2003-11-14 16:54:54 +01:00
}
int
ProcListFontsWithInfo(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
REQUEST(xListFontsWithInfoReq);
REQUEST_FIXED_SIZE(xListFontsWithInfoReq, stuff->nbytes);
return StartListFontsWithInfo(client, stuff->nbytes,
(unsigned char *) &stuff[1], stuff->maxNames);
2003-11-14 16:54:54 +01:00
}
/**
*
* \param value must conform to DeleteType
*/
int
dixDestroyPixmap(void *value, XID pid)
2003-11-14 16:54:54 +01:00
{
PixmapPtr pPixmap = (PixmapPtr) value;
return (*pPixmap->drawable.pScreen->DestroyPixmap) (pPixmap);
2003-11-14 16:54:54 +01:00
}
int
ProcCreatePixmap(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
PixmapPtr pMap;
DrawablePtr pDraw;
2003-11-14 16:54:54 +01:00
REQUEST(xCreatePixmapReq);
DepthPtr pDepth;
int i, rc;
2003-11-14 16:54:54 +01:00
REQUEST_SIZE_MATCH(xCreatePixmapReq);
client->errorValue = stuff->pid;
LEGAL_NEW_RESOURCE(stuff->pid, client);
rc = dixLookupDrawable(&pDraw, stuff->drawable, client, M_ANY,
DixGetAttrAccess);
if (rc != Success)
return rc;
if (!stuff->width || !stuff->height) {
client->errorValue = 0;
2003-11-14 16:54:54 +01:00
return BadValue;
}
if (stuff->width > 32767 || stuff->height > 32767) {
/* It is allowed to try and allocate a pixmap which is larger than
* 32767 in either dimension. However, all of the framebuffer code
* is buggy and does not reliably draw to such big pixmaps, basically
* because the Region data structure operates with signed shorts
* for the rectangles in it.
*
* Furthermore, several places in the X server computes the
* size in bytes of the pixmap and tries to store it in an
* integer. This integer can overflow and cause the allocated size
* to be much smaller.
*
* So, such big pixmaps are rejected here with a BadAlloc
*/
return BadAlloc;
}
if (stuff->depth != 1) {
2003-11-14 16:54:54 +01:00
pDepth = pDraw->pScreen->allowedDepths;
for (i = 0; i < pDraw->pScreen->numDepths; i++, pDepth++)
if (pDepth->depth == stuff->depth)
goto CreatePmap;
client->errorValue = stuff->depth;
2003-11-14 16:54:54 +01:00
return BadValue;
}
CreatePmap:
pMap = (PixmapPtr) (*pDraw->pScreen->CreatePixmap)
(pDraw->pScreen, stuff->width, stuff->height, stuff->depth, 0);
if (pMap) {
pMap->drawable.serialNumber = NEXT_SERIAL_NUMBER;
pMap->drawable.id = stuff->pid;
/* security creation/labeling check */
rc = XaceHook(XACE_RESOURCE_ACCESS, client, stuff->pid, RT_PIXMAP,
pMap, RT_NONE, NULL, DixCreateAccess);
if (rc != Success) {
(*pDraw->pScreen->DestroyPixmap) (pMap);
return rc;
}
if (AddResource(stuff->pid, RT_PIXMAP, (void *) pMap))
return Success;
2003-11-14 16:54:54 +01:00
}
return BadAlloc;
2003-11-14 16:54:54 +01:00
}
int
ProcFreePixmap(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
PixmapPtr pMap;
int rc;
2003-11-14 16:54:54 +01:00
REQUEST(xResourceReq);
REQUEST_SIZE_MATCH(xResourceReq);
rc = dixLookupResourceByType((void **) &pMap, stuff->id, RT_PIXMAP,
client, DixDestroyAccess);
if (rc == Success) {
FreeResource(stuff->id, RT_NONE);
return Success;
2003-11-14 16:54:54 +01:00
}
else {
client->errorValue = stuff->id;
return rc;
2003-11-14 16:54:54 +01:00
}
}
int
ProcCreateGC(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
int error, rc;
2003-11-14 16:54:54 +01:00
GC *pGC;
DrawablePtr pDraw;
2003-11-14 16:54:54 +01:00
unsigned len;
2003-11-14 16:54:54 +01:00
REQUEST(xCreateGCReq);
REQUEST_AT_LEAST_SIZE(xCreateGCReq);
client->errorValue = stuff->gc;
LEGAL_NEW_RESOURCE(stuff->gc, client);
rc = dixLookupDrawable(&pDraw, stuff->drawable, client, 0,
DixGetAttrAccess);
if (rc != Success)
return rc;
len = client->req_len - bytes_to_int32(sizeof(xCreateGCReq));
2003-11-14 16:54:54 +01:00
if (len != Ones(stuff->mask))
return BadLength;
pGC = (GC *) CreateGC(pDraw, stuff->mask, (XID *) &stuff[1], &error,
stuff->gc, client);
2003-11-14 16:54:54 +01:00
if (error != Success)
return error;
if (!AddResource(stuff->gc, RT_GC, (void *) pGC))
return BadAlloc;
return Success;
2003-11-14 16:54:54 +01:00
}
int
ProcChangeGC(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
GC *pGC;
int result;
unsigned len;
REQUEST(xChangeGCReq);
2003-11-14 16:54:54 +01:00
REQUEST_AT_LEAST_SIZE(xChangeGCReq);
result = dixLookupGC(&pGC, stuff->gc, client, DixSetAttrAccess);
if (result != Success)
return result;
len = client->req_len - bytes_to_int32(sizeof(xChangeGCReq));
2003-11-14 16:54:54 +01:00
if (len != Ones(stuff->mask))
return BadLength;
2003-11-14 17:49:22 +01:00
return ChangeGCXIDs(client, pGC, stuff->mask, (CARD32 *) &stuff[1]);
2003-11-14 16:54:54 +01:00
}
int
ProcCopyGC(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
GC *dstGC;
GC *pGC;
2003-11-14 16:54:54 +01:00
int result;
2003-11-14 16:54:54 +01:00
REQUEST(xCopyGCReq);
REQUEST_SIZE_MATCH(xCopyGCReq);
result = dixLookupGC(&pGC, stuff->srcGC, client, DixGetAttrAccess);
if (result != Success)
return result;
result = dixLookupGC(&dstGC, stuff->dstGC, client, DixSetAttrAccess);
if (result != Success)
return result;
2003-11-14 16:54:54 +01:00
if ((dstGC->pScreen != pGC->pScreen) || (dstGC->depth != pGC->depth))
return BadMatch;
if (stuff->mask & ~GCAllBits) {
client->errorValue = stuff->mask;
return BadValue;
}
return CopyGC(pGC, dstGC, stuff->mask);
2003-11-14 16:54:54 +01:00
}
int
ProcSetDashes(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
GC *pGC;
2003-11-14 16:54:54 +01:00
int result;
2003-11-14 16:54:54 +01:00
REQUEST(xSetDashesReq);
REQUEST_FIXED_SIZE(xSetDashesReq, stuff->nDashes);
if (stuff->nDashes == 0) {
client->errorValue = 0;
return BadValue;
2003-11-14 16:54:54 +01:00
}
result = dixLookupGC(&pGC, stuff->gc, client, DixSetAttrAccess);
if (result != Success)
return result;
2003-11-14 16:54:54 +01:00
/* If there's an error, either there's no sensible errorValue,
* or there was a dash segment of 0. */
client->errorValue = 0;
return SetDashes(pGC, stuff->dashOffset, stuff->nDashes,
(unsigned char *) &stuff[1]);
2003-11-14 16:54:54 +01:00
}
int
ProcSetClipRectangles(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
int nr, result;
GC *pGC;
2003-11-14 16:54:54 +01:00
REQUEST(xSetClipRectanglesReq);
REQUEST_AT_LEAST_SIZE(xSetClipRectanglesReq);
if ((stuff->ordering != Unsorted) && (stuff->ordering != YSorted) &&
(stuff->ordering != YXSorted) && (stuff->ordering != YXBanded)) {
client->errorValue = stuff->ordering;
2003-11-14 16:54:54 +01:00
return BadValue;
}
result = dixLookupGC(&pGC, stuff->gc, client, DixSetAttrAccess);
if (result != Success)
return result;
2003-11-14 16:54:54 +01:00
nr = (client->req_len << 2) - sizeof(xSetClipRectanglesReq);
if (nr & 4)
return BadLength;
2003-11-14 16:54:54 +01:00
nr >>= 3;
return SetClipRects(pGC, stuff->xOrigin, stuff->yOrigin,
nr, (xRectangle *) &stuff[1], (int) stuff->ordering);
2003-11-14 16:54:54 +01:00
}
int
ProcFreeGC(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
GC *pGC;
int rc;
2003-11-14 16:54:54 +01:00
REQUEST(xResourceReq);
REQUEST_SIZE_MATCH(xResourceReq);
rc = dixLookupGC(&pGC, stuff->id, client, DixDestroyAccess);
if (rc != Success)
return rc;
2003-11-14 16:54:54 +01:00
FreeResource(stuff->id, RT_NONE);
return Success;
2003-11-14 16:54:54 +01:00
}
int
ProcClearToBackground(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
REQUEST(xClearAreaReq);
WindowPtr pWin;
int rc;
2003-11-14 16:54:54 +01:00
REQUEST_SIZE_MATCH(xClearAreaReq);
rc = dixLookupWindow(&pWin, stuff->window, client, DixWriteAccess);
if (rc != Success)
return rc;
if (pWin->drawable.class == InputOnly) {
client->errorValue = stuff->window;
return BadMatch;
}
if ((stuff->exposures != xTrue) && (stuff->exposures != xFalse)) {
client->errorValue = stuff->exposures;
return BadValue;
2003-11-14 16:54:54 +01:00
}
(*pWin->drawable.pScreen->ClearToBackground) (pWin, stuff->x, stuff->y,
stuff->width, stuff->height,
(Bool) stuff->exposures);
return Success;
2003-11-14 16:54:54 +01:00
}
/* send GraphicsExpose events, or a NoExpose event, based on the region */
void
SendGraphicsExpose(ClientPtr client, RegionPtr pRgn, XID drawable,
int major, int minor)
{
if (pRgn && !RegionNil(pRgn)) {
xEvent *pEvent;
xEvent *pe;
BoxPtr pBox;
int i;
int numRects;
numRects = RegionNumRects(pRgn);
pBox = RegionRects(pRgn);
if (!(pEvent = calloc(numRects, sizeof(xEvent))))
return;
pe = pEvent;
for (i = 1; i <= numRects; i++, pe++, pBox++) {
pe->u.u.type = GraphicsExpose;
pe->u.graphicsExposure.drawable = drawable;
pe->u.graphicsExposure.x = pBox->x1;
pe->u.graphicsExposure.y = pBox->y1;
pe->u.graphicsExposure.width = pBox->x2 - pBox->x1;
pe->u.graphicsExposure.height = pBox->y2 - pBox->y1;
pe->u.graphicsExposure.count = numRects - i;
pe->u.graphicsExposure.majorEvent = major;
pe->u.graphicsExposure.minorEvent = minor;
}
/* GraphicsExpose is a "critical event", which TryClientEvents
* handles specially. */
TryClientEvents(client, NULL, pEvent, numRects,
(Mask) 0, NoEventMask, NullGrab);
free(pEvent);
}
else {
xEvent event = {
.u.noExposure.drawable = drawable,
.u.noExposure.majorEvent = major,
.u.noExposure.minorEvent = minor
};
event.u.u.type = NoExpose;
WriteEventsToClient(client, 1, &event);
}
}
2003-11-14 16:54:54 +01:00
int
ProcCopyArea(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
DrawablePtr pDst;
DrawablePtr pSrc;
GC *pGC;
2003-11-14 16:54:54 +01:00
REQUEST(xCopyAreaReq);
RegionPtr pRgn;
int rc;
2003-11-14 16:54:54 +01:00
REQUEST_SIZE_MATCH(xCopyAreaReq);
VALIDATE_DRAWABLE_AND_GC(stuff->dstDrawable, pDst, DixWriteAccess);
if (stuff->dstDrawable != stuff->srcDrawable) {
rc = dixLookupDrawable(&pSrc, stuff->srcDrawable, client, 0,
DixReadAccess);
if (rc != Success)
return rc;
if ((pDst->pScreen != pSrc->pScreen) || (pDst->depth != pSrc->depth)) {
client->errorValue = stuff->dstDrawable;
return BadMatch;
}
2003-11-14 16:54:54 +01:00
}
else
pSrc = pDst;
pRgn = (*pGC->ops->CopyArea) (pSrc, pDst, pGC, stuff->srcX, stuff->srcY,
stuff->width, stuff->height,
stuff->dstX, stuff->dstY);
if (pGC->graphicsExposures) {
SendGraphicsExpose(client, pRgn, stuff->dstDrawable, X_CopyArea, 0);
if (pRgn)
RegionDestroy(pRgn);
2003-11-14 16:54:54 +01:00
}
return Success;
2003-11-14 16:54:54 +01:00
}
int
ProcCopyPlane(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
DrawablePtr psrcDraw, pdstDraw;
GC *pGC;
2003-11-14 16:54:54 +01:00
REQUEST(xCopyPlaneReq);
RegionPtr pRgn;
int rc;
2003-11-14 16:54:54 +01:00
REQUEST_SIZE_MATCH(xCopyPlaneReq);
VALIDATE_DRAWABLE_AND_GC(stuff->dstDrawable, pdstDraw, DixWriteAccess);
if (stuff->dstDrawable != stuff->srcDrawable) {
rc = dixLookupDrawable(&psrcDraw, stuff->srcDrawable, client, 0,
DixReadAccess);
if (rc != Success)
return rc;
if (pdstDraw->pScreen != psrcDraw->pScreen) {
client->errorValue = stuff->dstDrawable;
return BadMatch;
}
2003-11-14 16:54:54 +01:00
}
else
psrcDraw = pdstDraw;
/* Check to see if stuff->bitPlane has exactly ONE good bit set */
if (stuff->bitPlane == 0 || (stuff->bitPlane & (stuff->bitPlane - 1)) ||
(stuff->bitPlane > (1L << (psrcDraw->depth - 1)))) {
client->errorValue = stuff->bitPlane;
return BadValue;
2003-11-14 16:54:54 +01:00
}
pRgn =
(*pGC->ops->CopyPlane) (psrcDraw, pdstDraw, pGC, stuff->srcX,
stuff->srcY, stuff->width, stuff->height,
stuff->dstX, stuff->dstY, stuff->bitPlane);
if (pGC->graphicsExposures) {
SendGraphicsExpose(client, pRgn, stuff->dstDrawable, X_CopyPlane, 0);
if (pRgn)
RegionDestroy(pRgn);
2003-11-14 16:54:54 +01:00
}
return Success;
2003-11-14 16:54:54 +01:00
}
int
ProcPolyPoint(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
int npoint;
GC *pGC;
DrawablePtr pDraw;
2003-11-14 16:54:54 +01:00
REQUEST(xPolyPointReq);
REQUEST_AT_LEAST_SIZE(xPolyPointReq);
if ((stuff->coordMode != CoordModeOrigin) &&
(stuff->coordMode != CoordModePrevious)) {
client->errorValue = stuff->coordMode;
2003-11-14 16:54:54 +01:00
return BadValue;
}
VALIDATE_DRAWABLE_AND_GC(stuff->drawable, pDraw, DixWriteAccess);
npoint = bytes_to_int32((client->req_len << 2) - sizeof(xPolyPointReq));
2003-11-14 16:54:54 +01:00
if (npoint)
(*pGC->ops->PolyPoint) (pDraw, pGC, stuff->coordMode, npoint,
(xPoint *) &stuff[1]);
return Success;
2003-11-14 16:54:54 +01:00
}
int
ProcPolyLine(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
int npoint;
GC *pGC;
DrawablePtr pDraw;
2003-11-14 16:54:54 +01:00
REQUEST(xPolyLineReq);
REQUEST_AT_LEAST_SIZE(xPolyLineReq);
if ((stuff->coordMode != CoordModeOrigin) &&
(stuff->coordMode != CoordModePrevious)) {
client->errorValue = stuff->coordMode;
2003-11-14 16:54:54 +01:00
return BadValue;
}
VALIDATE_DRAWABLE_AND_GC(stuff->drawable, pDraw, DixWriteAccess);
npoint = bytes_to_int32((client->req_len << 2) - sizeof(xPolyLineReq));
2003-11-14 16:54:54 +01:00
if (npoint > 1)
(*pGC->ops->Polylines) (pDraw, pGC, stuff->coordMode, npoint,
(DDXPointPtr) &stuff[1]);
return Success;
2003-11-14 16:54:54 +01:00
}
int
ProcPolySegment(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
int nsegs;
GC *pGC;
DrawablePtr pDraw;
2003-11-14 16:54:54 +01:00
REQUEST(xPolySegmentReq);
REQUEST_AT_LEAST_SIZE(xPolySegmentReq);
VALIDATE_DRAWABLE_AND_GC(stuff->drawable, pDraw, DixWriteAccess);
2003-11-14 16:54:54 +01:00
nsegs = (client->req_len << 2) - sizeof(xPolySegmentReq);
if (nsegs & 4)
return BadLength;
2003-11-14 16:54:54 +01:00
nsegs >>= 3;
if (nsegs)
(*pGC->ops->PolySegment) (pDraw, pGC, nsegs, (xSegment *) &stuff[1]);
return Success;
2003-11-14 16:54:54 +01:00
}
int
ProcPolyRectangle(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
int nrects;
GC *pGC;
DrawablePtr pDraw;
2003-11-14 16:54:54 +01:00
REQUEST(xPolyRectangleReq);
REQUEST_AT_LEAST_SIZE(xPolyRectangleReq);
VALIDATE_DRAWABLE_AND_GC(stuff->drawable, pDraw, DixWriteAccess);
2003-11-14 16:54:54 +01:00
nrects = (client->req_len << 2) - sizeof(xPolyRectangleReq);
if (nrects & 4)
return BadLength;
2003-11-14 16:54:54 +01:00
nrects >>= 3;
if (nrects)
(*pGC->ops->PolyRectangle) (pDraw, pGC,
nrects, (xRectangle *) &stuff[1]);
return Success;
2003-11-14 16:54:54 +01:00
}
int
ProcPolyArc(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
int narcs;
GC *pGC;
DrawablePtr pDraw;
2003-11-14 16:54:54 +01:00
REQUEST(xPolyArcReq);
REQUEST_AT_LEAST_SIZE(xPolyArcReq);
VALIDATE_DRAWABLE_AND_GC(stuff->drawable, pDraw, DixWriteAccess);
2003-11-14 16:54:54 +01:00
narcs = (client->req_len << 2) - sizeof(xPolyArcReq);
if (narcs % sizeof(xArc))
return BadLength;
2003-11-14 16:54:54 +01:00
narcs /= sizeof(xArc);
if (narcs)
(*pGC->ops->PolyArc) (pDraw, pGC, narcs, (xArc *) &stuff[1]);
return Success;
2003-11-14 16:54:54 +01:00
}
int
ProcFillPoly(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
int things;
GC *pGC;
DrawablePtr pDraw;
2003-11-14 16:54:54 +01:00
REQUEST(xFillPolyReq);
REQUEST_AT_LEAST_SIZE(xFillPolyReq);
if ((stuff->shape != Complex) && (stuff->shape != Nonconvex) &&
(stuff->shape != Convex)) {
client->errorValue = stuff->shape;
2003-11-14 16:54:54 +01:00
return BadValue;
}
if ((stuff->coordMode != CoordModeOrigin) &&
(stuff->coordMode != CoordModePrevious)) {
client->errorValue = stuff->coordMode;
2003-11-14 16:54:54 +01:00
return BadValue;
}
VALIDATE_DRAWABLE_AND_GC(stuff->drawable, pDraw, DixWriteAccess);
things = bytes_to_int32((client->req_len << 2) - sizeof(xFillPolyReq));
2003-11-14 16:54:54 +01:00
if (things)
(*pGC->ops->FillPolygon) (pDraw, pGC, stuff->shape,
stuff->coordMode, things,
(DDXPointPtr) &stuff[1]);
return Success;
2003-11-14 16:54:54 +01:00
}
int
ProcPolyFillRectangle(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
int things;
GC *pGC;
DrawablePtr pDraw;
2003-11-14 16:54:54 +01:00
REQUEST(xPolyFillRectangleReq);
REQUEST_AT_LEAST_SIZE(xPolyFillRectangleReq);
VALIDATE_DRAWABLE_AND_GC(stuff->drawable, pDraw, DixWriteAccess);
2003-11-14 16:54:54 +01:00
things = (client->req_len << 2) - sizeof(xPolyFillRectangleReq);
if (things & 4)
return BadLength;
2003-11-14 16:54:54 +01:00
things >>= 3;
2003-11-14 17:49:22 +01:00
2003-11-14 16:54:54 +01:00
if (things)
(*pGC->ops->PolyFillRect) (pDraw, pGC, things,
(xRectangle *) &stuff[1]);
return Success;
2003-11-14 16:54:54 +01:00
}
int
ProcPolyFillArc(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
int narcs;
GC *pGC;
DrawablePtr pDraw;
2003-11-14 16:54:54 +01:00
REQUEST(xPolyFillArcReq);
REQUEST_AT_LEAST_SIZE(xPolyFillArcReq);
VALIDATE_DRAWABLE_AND_GC(stuff->drawable, pDraw, DixWriteAccess);
2003-11-14 16:54:54 +01:00
narcs = (client->req_len << 2) - sizeof(xPolyFillArcReq);
if (narcs % sizeof(xArc))
return BadLength;
2003-11-14 16:54:54 +01:00
narcs /= sizeof(xArc);
if (narcs)
(*pGC->ops->PolyFillArc) (pDraw, pGC, narcs, (xArc *) &stuff[1]);
return Success;
2003-11-14 16:54:54 +01:00
}
2003-11-14 17:49:22 +01:00
#ifdef MATCH_CLIENT_ENDIAN
int
ServerOrder(void)
2003-11-14 17:49:22 +01:00
{
int whichbyte = 1;
2003-11-14 17:49:22 +01:00
if (*((char *) &whichbyte))
return LSBFirst;
2003-11-14 17:49:22 +01:00
return MSBFirst;
}
#define ClientOrder(client) ((client)->swapped ? !ServerOrder() : ServerOrder())
void
ReformatImage(char *base, int nbytes, int bpp, int order)
2003-11-14 17:49:22 +01:00
{
switch (bpp) {
case 1: /* yuck */
if (BITMAP_BIT_ORDER != order)
BitOrderInvert((unsigned char *) base, nbytes);
2003-11-14 17:49:22 +01:00
#if IMAGE_BYTE_ORDER != BITMAP_BIT_ORDER && BITMAP_SCANLINE_UNIT != 8
ReformatImage(base, nbytes, BITMAP_SCANLINE_UNIT, order);
2003-11-14 17:49:22 +01:00
#endif
break;
2003-11-14 17:49:22 +01:00
case 4:
break; /* yuck */
2003-11-14 17:49:22 +01:00
case 8:
break;
2003-11-14 17:49:22 +01:00
case 16:
if (IMAGE_BYTE_ORDER != order)
TwoByteSwap((unsigned char *) base, nbytes);
break;
2003-11-14 17:49:22 +01:00
case 32:
if (IMAGE_BYTE_ORDER != order)
FourByteSwap((unsigned char *) base, nbytes);
break;
2003-11-14 17:49:22 +01:00
}
}
#else
#define ReformatImage(b,n,bpp,o)
#endif
2003-11-14 16:54:54 +01:00
/* 64-bit server notes: the protocol restricts padding of images to
* 8-, 16-, or 32-bits. We would like to have 64-bits for the server
* to use internally. Removes need for internal alignment checking.
* All of the PutImage functions could be changed individually, but
* as currently written, they call other routines which require things
* to be 64-bit padded on scanlines, so we changed things here.
* If an image would be padded differently for 64- versus 32-, then
* copy each scanline to a 64-bit padded scanline.
* Also, we need to make sure that the image is aligned on a 64-bit
* boundary, even if the scanlines are padded to our satisfaction.
*/
int
ProcPutImage(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
GC *pGC;
DrawablePtr pDraw;
long length; /* length of scanline server padded */
long lengthProto; /* length of scanline protocol padded */
char *tmpImage;
2003-11-14 16:54:54 +01:00
REQUEST(xPutImageReq);
REQUEST_AT_LEAST_SIZE(xPutImageReq);
VALIDATE_DRAWABLE_AND_GC(stuff->drawable, pDraw, DixWriteAccess);
if (stuff->format == XYBitmap) {
2003-11-14 16:54:54 +01:00
if ((stuff->depth != 1) ||
(stuff->leftPad >= (unsigned int) screenInfo.bitmapScanlinePad))
2003-11-14 16:54:54 +01:00
return BadMatch;
length = BitmapBytePad(stuff->width + stuff->leftPad);
2003-11-14 16:54:54 +01:00
}
else if (stuff->format == XYPixmap) {
if ((pDraw->depth != stuff->depth) ||
(stuff->leftPad >= (unsigned int) screenInfo.bitmapScanlinePad))
2003-11-14 16:54:54 +01:00
return BadMatch;
length = BitmapBytePad(stuff->width + stuff->leftPad);
length *= stuff->depth;
2003-11-14 16:54:54 +01:00
}
else if (stuff->format == ZPixmap) {
2003-11-14 16:54:54 +01:00
if ((pDraw->depth != stuff->depth) || (stuff->leftPad != 0))
return BadMatch;
length = PixmapBytePad(stuff->width, stuff->depth);
2003-11-14 16:54:54 +01:00
}
else {
client->errorValue = stuff->format;
2003-11-14 16:54:54 +01:00
return BadValue;
}
tmpImage = (char *) &stuff[1];
2003-11-14 16:54:54 +01:00
lengthProto = length;
if (stuff->height != 0 && lengthProto >= (INT32_MAX / stuff->height))
return BadLength;
if ((bytes_to_int32(lengthProto * stuff->height) +
bytes_to_int32(sizeof(xPutImageReq))) != client->req_len)
return BadLength;
ReformatImage(tmpImage, lengthProto * stuff->height,
stuff->format == ZPixmap ? BitsPerPixel(stuff->depth) : 1,
ClientOrder(client));
2003-11-14 16:54:54 +01:00
(*pGC->ops->PutImage) (pDraw, pGC, stuff->depth, stuff->dstX, stuff->dstY,
stuff->width, stuff->height,
stuff->leftPad, stuff->format, tmpImage);
2003-11-14 16:54:54 +01:00
return Success;
2003-11-14 16:54:54 +01:00
}
static int
DoGetImage(ClientPtr client, int format, Drawable drawable,
int x, int y, int width, int height,
Mask planemask)
2003-11-14 16:54:54 +01:00
{
DrawablePtr pDraw, pBoundingDraw;
int nlines, linesPerBuf, rc;
int linesDone;
/* coordinates relative to the bounding drawable */
int relx, rely;
long widthBytesLine, length;
Mask plane = 0;
char *pBuf;
xGetImageReply xgi;
2003-11-14 16:54:54 +01:00
RegionPtr pVisibleRegion = NULL;
if ((format != XYPixmap) && (format != ZPixmap)) {
client->errorValue = format;
return BadValue;
2003-11-14 16:54:54 +01:00
}
rc = dixLookupDrawable(&pDraw, drawable, client, 0, DixReadAccess);
if (rc != Success)
return rc;
memset(&xgi, 0, sizeof(xGetImageReply));
relx = x;
rely = y;
if (pDraw->type == DRAWABLE_WINDOW) {
WindowPtr pWin = (WindowPtr) pDraw;
/* "If the drawable is a window, the window must be viewable ... or a
* BadMatch error results" */
if (!pWin->viewable)
return BadMatch;
/* If the drawable is a window, the rectangle must be contained within
* its bounds (including the border). */
if (x < -wBorderWidth(pWin) ||
x + width > wBorderWidth(pWin) + (int) pDraw->width ||
y < -wBorderWidth(pWin) ||
y + height > wBorderWidth(pWin) + (int) pDraw->height)
return BadMatch;
dix: Reinstate GetImage window size check Commit 587c3a2d1961834558193e8e14e8e381a077a253 fixed DoGetImage to check windows against their backing drawables, rather than against the screen dimensions, to prevent reading outside the bounds of redirected windows' backing pixmaps (see bug #22804). Unfortunately, while making that change I also removed the check that the rectangle is contained within the bounds of the source window, which is a violation of the specification: If the drawable is a window, the window must be viewable, and it must be the case that, if there were no inferiors or overlapping windows, the specified rectangle of the window would be fully visible on the screen *and wholly contained within the outside edges of the window* (or a Match error results). Note that the borders of the window can be included and read with this request. (emphasis mine) Reinstate the window dimension check, to return BadMatch if the GetImage request falls outside the bounds of the window. Fixes X Test Suite test XGetImage-15: 400|0 15 1 11:05:41|IC Start 200|0 15 11:05:41|TP Start 520|0 15 00005146 1 1|VSW5TESTSUITE PURPOSE 15 520|0 15 00005146 1 2|Assertion XGetImage-15.(A) 520|0 15 00005146 1 3|When the drawable is a window and the window is viewable 520|0 15 00005146 1 4|and it is not the case that given there were no inferiors or 520|0 15 00005146 1 5|overlapping windows the specified rectangle of the window 520|0 15 00005146 1 6|would be fully visible on the screen and wholly contained 520|0 15 00005146 1 7|within the outside edges of the window, then a BadMatch 520|0 15 00005146 1 8|error occurs. 520|0 15 00005146 1 9|METH: Create window which is not fully visible on the screen. 520|0 15 00005146 1 10|METH: Call XMapWindow to make sure the window is viewable. 520|0 15 00005146 1 11|METH: Call XGetImage with rectangle extending beyond edge of screen. 520|0 15 00005146 1 12|METH: Verify XGetImage return value is null. 520|0 15 00005146 1 13|METH: Verify that BadMatch error occurred. 520|0 15 00005146 1 14|METH: Create window which is fully visible on the screen. 520|0 15 00005146 1 15|METH: Call XMapWindow to make sure the window is viewable. 520|0 15 00005146 1 16|METH: Call XGetImage with rectangle extending beyond edge of window. 520|0 15 00005146 1 17|METH: Verify XGetImage return value is null. 520|0 15 00005146 1 18|METH: Verify that BadMatch error occurred. 520|0 15 00005146 1 19|REPORT: Got Success, Expecting BadMatch 520|0 15 00005146 1 20|REPORT: Null image not returned. 220|0 15 1 11:05:41|FAIL Signed-off-by: Aaron Plattner <aplattner@nvidia.com> Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com> Signed-off-by: Keith Packard <keithp@keithp.com>
2011-10-31 23:01:12 +01:00
relx += pDraw->x;
rely += pDraw->y;
if (pDraw->pScreen->GetWindowPixmap) {
PixmapPtr pPix = (*pDraw->pScreen->GetWindowPixmap) (pWin);
pBoundingDraw = &pPix->drawable;
#ifdef COMPOSITE
relx -= pPix->screen_x;
rely -= pPix->screen_y;
#endif
}
else {
pBoundingDraw = (DrawablePtr) pDraw->pScreen->root;
}
xgi.visual = wVisual(pWin);
2003-11-14 16:54:54 +01:00
}
else {
pBoundingDraw = pDraw;
xgi.visual = None;
2003-11-14 16:54:54 +01:00
}
/* "If the drawable is a pixmap, the given rectangle must be wholly
* contained within the pixmap, or a BadMatch error results. If the
* drawable is a window [...] it must be the case that if there were no
* inferiors or overlapping windows, the specified rectangle of the window
* would be fully visible on the screen and wholly contained within the
* outside edges of the window, or a BadMatch error results."
*
* We relax the window case slightly to mean that the rectangle must exist
* within the bounds of the window's backing pixmap. In particular, this
* means that a GetImage request may succeed or fail with BadMatch depending
* on whether any of its ancestor windows are redirected. */
if (relx < 0 || relx + width > (int) pBoundingDraw->width ||
rely < 0 || rely + height > (int) pBoundingDraw->height)
return BadMatch;
2003-11-14 16:54:54 +01:00
xgi.type = X_Reply;
xgi.sequenceNumber = client->sequence;
xgi.depth = pDraw->depth;
if (format == ZPixmap) {
widthBytesLine = PixmapBytePad(width, pDraw->depth);
length = widthBytesLine * height;
2003-11-14 16:54:54 +01:00
}
else {
widthBytesLine = BitmapBytePad(width);
plane = ((Mask) 1) << (pDraw->depth - 1);
/* only planes asked for */
length = widthBytesLine * height *
Ones(planemask & (plane | (plane - 1)));
2003-11-14 16:54:54 +01:00
}
xgi.length = length;
xgi.length = bytes_to_int32(xgi.length);
if (widthBytesLine == 0 || height == 0)
linesPerBuf = 0;
else if (widthBytesLine >= IMAGE_BUFSIZE)
linesPerBuf = 1;
else {
linesPerBuf = IMAGE_BUFSIZE / widthBytesLine;
if (linesPerBuf > height)
linesPerBuf = height;
}
length = linesPerBuf * widthBytesLine;
if (linesPerBuf < height) {
/* we have to make sure intermediate buffers don't need padding */
while ((linesPerBuf > 1) &&
(length & ((1L << LOG2_BYTES_PER_SCANLINE_PAD) - 1))) {
linesPerBuf--;
length -= widthBytesLine;
}
while (length & ((1L << LOG2_BYTES_PER_SCANLINE_PAD) - 1)) {
linesPerBuf++;
length += widthBytesLine;
}
2003-11-14 16:54:54 +01:00
}
if (!(pBuf = calloc(1, length)))
return BadAlloc;
WriteReplyToClient(client, sizeof(xGetImageReply), &xgi);
2003-11-14 16:54:54 +01:00
if (pDraw->type == DRAWABLE_WINDOW) {
pVisibleRegion = &((WindowPtr) pDraw)->borderClip;
pDraw->pScreen->SourceValidate(pDraw, x, y, width, height,
IncludeInferiors);
}
if (linesPerBuf == 0) {
/* nothing to do */
}
else if (format == ZPixmap) {
2003-11-14 16:54:54 +01:00
linesDone = 0;
while (height - linesDone > 0) {
nlines = min(linesPerBuf, height - linesDone);
(*pDraw->pScreen->GetImage) (pDraw,
x,
y + linesDone,
width,
nlines,
format, planemask, (void *) pBuf);
if (pVisibleRegion)
XaceCensorImage(client, pVisibleRegion, widthBytesLine,
pDraw, x, y + linesDone, width,
nlines, format, pBuf);
/* Note that this is NOT a call to WriteSwappedDataToClient,
2003-11-14 16:54:54 +01:00
as we do NOT byte swap */
ReformatImage(pBuf, (int) (nlines * widthBytesLine),
BitsPerPixel(pDraw->depth), ClientOrder(client));
2003-11-14 17:49:22 +01:00
WriteToClient(client, (int) (nlines * widthBytesLine), pBuf);
linesDone += nlines;
2003-11-14 16:54:54 +01:00
}
}
else { /* XYPixmap */
for (; plane; plane >>= 1) {
if (planemask & plane) {
linesDone = 0;
while (height - linesDone > 0) {
nlines = min(linesPerBuf, height - linesDone);
(*pDraw->pScreen->GetImage) (pDraw,
x,
y + linesDone,
width,
nlines,
format, plane, (void *) pBuf);
if (pVisibleRegion)
XaceCensorImage(client, pVisibleRegion,
widthBytesLine,
pDraw, x, y + linesDone, width,
nlines, format, pBuf);
/* Note: NOT a call to WriteSwappedDataToClient,
as we do NOT byte swap */
ReformatImage(pBuf, (int) (nlines * widthBytesLine),
1, ClientOrder(client));
WriteToClient(client, (int)(nlines * widthBytesLine), pBuf);
linesDone += nlines;
}
2003-11-14 16:54:54 +01:00
}
}
2003-11-14 16:54:54 +01:00
}
free(pBuf);
return Success;
2003-11-14 16:54:54 +01:00
}
int
ProcGetImage(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
REQUEST(xGetImageReq);
REQUEST_SIZE_MATCH(xGetImageReq);
return DoGetImage(client, stuff->format, stuff->drawable,
stuff->x, stuff->y,
(int) stuff->width, (int) stuff->height,
stuff->planeMask);
2003-11-14 16:54:54 +01:00
}
int
ProcPolyText(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
int err;
2003-11-14 16:54:54 +01:00
REQUEST(xPolyTextReq);
DrawablePtr pDraw;
GC *pGC;
REQUEST_AT_LEAST_SIZE(xPolyTextReq);
VALIDATE_DRAWABLE_AND_GC(stuff->drawable, pDraw, DixWriteAccess);
2003-11-14 16:54:54 +01:00
err = PolyText(client,
pDraw,
pGC,
(unsigned char *) &stuff[1],
((unsigned char *) stuff) + (client->req_len << 2),
stuff->x, stuff->y, stuff->reqType, stuff->drawable);
if (err == Success) {
return Success;
2003-11-14 16:54:54 +01:00
}
else
return err;
2003-11-14 16:54:54 +01:00
}
int
ProcImageText8(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
int err;
DrawablePtr pDraw;
GC *pGC;
2003-11-14 16:54:54 +01:00
REQUEST(xImageTextReq);
REQUEST_FIXED_SIZE(xImageTextReq, stuff->nChars);
VALIDATE_DRAWABLE_AND_GC(stuff->drawable, pDraw, DixWriteAccess);
2003-11-14 16:54:54 +01:00
err = ImageText(client,
pDraw,
pGC,
stuff->nChars,
(unsigned char *) &stuff[1],
stuff->x, stuff->y, stuff->reqType, stuff->drawable);
if (err == Success) {
return Success;
2003-11-14 16:54:54 +01:00
}
else
return err;
2003-11-14 16:54:54 +01:00
}
int
ProcImageText16(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
int err;
DrawablePtr pDraw;
GC *pGC;
2003-11-14 16:54:54 +01:00
REQUEST(xImageTextReq);
REQUEST_FIXED_SIZE(xImageTextReq, stuff->nChars << 1);
VALIDATE_DRAWABLE_AND_GC(stuff->drawable, pDraw, DixWriteAccess);
2003-11-14 16:54:54 +01:00
err = ImageText(client,
pDraw,
pGC,
stuff->nChars,
(unsigned char *) &stuff[1],
stuff->x, stuff->y, stuff->reqType, stuff->drawable);
if (err == Success) {
return Success;
2003-11-14 16:54:54 +01:00
}
else
return err;
2003-11-14 16:54:54 +01:00
}
int
ProcCreateColormap(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
VisualPtr pVisual;
ColormapPtr pmap;
Colormap mid;
WindowPtr pWin;
2003-11-14 16:54:54 +01:00
ScreenPtr pScreen;
2003-11-14 16:54:54 +01:00
REQUEST(xCreateColormapReq);
int i, result;
REQUEST_SIZE_MATCH(xCreateColormapReq);
if ((stuff->alloc != AllocNone) && (stuff->alloc != AllocAll)) {
client->errorValue = stuff->alloc;
return BadValue;
2003-11-14 16:54:54 +01:00
}
mid = stuff->mid;
LEGAL_NEW_RESOURCE(mid, client);
result = dixLookupWindow(&pWin, stuff->window, client, DixGetAttrAccess);
if (result != Success)
return result;
2003-11-14 16:54:54 +01:00
pScreen = pWin->drawable.pScreen;
for (i = 0, pVisual = pScreen->visuals;
i < pScreen->numVisuals; i++, pVisual++) {
if (pVisual->vid != stuff->visual)
continue;
return CreateColormap(mid, pScreen, pVisual, &pmap,
(int) stuff->alloc, client->index);
2003-11-14 16:54:54 +01:00
}
client->errorValue = stuff->visual;
return BadMatch;
2003-11-14 16:54:54 +01:00
}
int
ProcFreeColormap(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
ColormapPtr pmap;
int rc;
2003-11-14 16:54:54 +01:00
REQUEST(xResourceReq);
REQUEST_SIZE_MATCH(xResourceReq);
rc = dixLookupResourceByType((void **) &pmap, stuff->id, RT_COLORMAP,
client, DixDestroyAccess);
if (rc == Success) {
/* Freeing a default colormap is a no-op */
if (!(pmap->flags & IsDefault))
FreeResource(stuff->id, RT_NONE);
return Success;
2003-11-14 16:54:54 +01:00
}
else {
client->errorValue = stuff->id;
return rc;
2003-11-14 16:54:54 +01:00
}
}
int
ProcCopyColormapAndFree(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
Colormap mid;
ColormapPtr pSrcMap;
2003-11-14 16:54:54 +01:00
REQUEST(xCopyColormapAndFreeReq);
int rc;
2003-11-14 16:54:54 +01:00
REQUEST_SIZE_MATCH(xCopyColormapAndFreeReq);
mid = stuff->mid;
LEGAL_NEW_RESOURCE(mid, client);
rc = dixLookupResourceByType((void **) &pSrcMap, stuff->srcCmap,
RT_COLORMAP, client,
DixReadAccess | DixRemoveAccess);
if (rc == Success)
return CopyColormapAndFree(mid, pSrcMap, client->index);
client->errorValue = stuff->srcCmap;
return rc;
2003-11-14 16:54:54 +01:00
}
int
ProcInstallColormap(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
ColormapPtr pcmp;
int rc;
2003-11-14 16:54:54 +01:00
REQUEST(xResourceReq);
REQUEST_SIZE_MATCH(xResourceReq);
rc = dixLookupResourceByType((void **) &pcmp, stuff->id, RT_COLORMAP,
client, DixInstallAccess);
if (rc != Success)
goto out;
rc = XaceHook(XACE_SCREEN_ACCESS, client, pcmp->pScreen, DixSetAttrAccess);
if (rc != Success) {
if (rc == BadValue)
rc = BadColor;
goto out;
}
(*(pcmp->pScreen->InstallColormap)) (pcmp);
return Success;
out:
client->errorValue = stuff->id;
return rc;
2003-11-14 16:54:54 +01:00
}
int
ProcUninstallColormap(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
ColormapPtr pcmp;
int rc;
2003-11-14 16:54:54 +01:00
REQUEST(xResourceReq);
REQUEST_SIZE_MATCH(xResourceReq);
rc = dixLookupResourceByType((void **) &pcmp, stuff->id, RT_COLORMAP,
client, DixUninstallAccess);
if (rc != Success)
goto out;
rc = XaceHook(XACE_SCREEN_ACCESS, client, pcmp->pScreen, DixSetAttrAccess);
if (rc != Success) {
if (rc == BadValue)
rc = BadColor;
goto out;
}
if (pcmp->mid != pcmp->pScreen->defColormap)
(*(pcmp->pScreen->UninstallColormap)) (pcmp);
return Success;
out:
client->errorValue = stuff->id;
return rc;
2003-11-14 16:54:54 +01:00
}
int
ProcListInstalledColormaps(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
xListInstalledColormapsReply *preply;
int nummaps, rc;
2003-11-14 16:54:54 +01:00
WindowPtr pWin;
2003-11-14 16:54:54 +01:00
REQUEST(xResourceReq);
REQUEST_SIZE_MATCH(xResourceReq);
rc = dixLookupWindow(&pWin, stuff->id, client, DixGetAttrAccess);
if (rc != Success)
return rc;
rc = XaceHook(XACE_SCREEN_ACCESS, client, pWin->drawable.pScreen,
DixGetAttrAccess);
if (rc != Success)
return rc;
2003-11-14 16:54:54 +01:00
preply = malloc(sizeof(xListInstalledColormapsReply) +
pWin->drawable.pScreen->maxInstalledCmaps *
sizeof(Colormap));
if (!preply)
return BadAlloc;
2003-11-14 16:54:54 +01:00
preply->type = X_Reply;
preply->sequenceNumber = client->sequence;
nummaps = (*pWin->drawable.pScreen->ListInstalledColormaps)
(pWin->drawable.pScreen, (Colormap *) &preply[1]);
2003-11-14 16:54:54 +01:00
preply->nColormaps = nummaps;
preply->length = nummaps;
WriteReplyToClient(client, sizeof(xListInstalledColormapsReply), preply);
2003-11-14 17:49:22 +01:00
client->pSwapReplyFunc = (ReplySwapPtr) Swap32Write;
2003-11-14 16:54:54 +01:00
WriteSwappedDataToClient(client, nummaps * sizeof(Colormap), &preply[1]);
free(preply);
return Success;
2003-11-14 16:54:54 +01:00
}
int
ProcAllocColor(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
ColormapPtr pmap;
int rc;
2003-11-14 16:54:54 +01:00
REQUEST(xAllocColorReq);
REQUEST_SIZE_MATCH(xAllocColorReq);
rc = dixLookupResourceByType((void **) &pmap, stuff->cmap, RT_COLORMAP,
client, DixAddAccess);
if (rc == Success) {
xAllocColorReply acr = {
.type = X_Reply,
.sequenceNumber = client->sequence,
.length = 0,
.red = stuff->red,
.green = stuff->green,
.blue = stuff->blue,
.pixel = 0
};
if ((rc = AllocColor(pmap, &acr.red, &acr.green, &acr.blue,
&acr.pixel, client->index)))
return rc;
2003-11-14 17:49:22 +01:00
#ifdef PANORAMIX
if (noPanoramiXExtension || !pmap->pScreen->myNum)
2003-11-14 17:49:22 +01:00
#endif
WriteReplyToClient(client, sizeof(xAllocColorReply), &acr);
return Success;
2003-11-14 16:54:54 +01:00
}
else {
2003-11-14 16:54:54 +01:00
client->errorValue = stuff->cmap;
return rc;
2003-11-14 16:54:54 +01:00
}
}
int
ProcAllocNamedColor(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
ColormapPtr pcmp;
int rc;
2003-11-14 16:54:54 +01:00
REQUEST(xAllocNamedColorReq);
REQUEST_FIXED_SIZE(xAllocNamedColorReq, stuff->nbytes);
rc = dixLookupResourceByType((void **) &pcmp, stuff->cmap, RT_COLORMAP,
client, DixAddAccess);
if (rc == Success) {
xAllocNamedColorReply ancr = {
.type = X_Reply,
.sequenceNumber = client->sequence,
.length = 0
};
if (OsLookupColor
(pcmp->pScreen->myNum, (char *) &stuff[1], stuff->nbytes,
&ancr.exactRed, &ancr.exactGreen, &ancr.exactBlue)) {
ancr.screenRed = ancr.exactRed;
ancr.screenGreen = ancr.exactGreen;
ancr.screenBlue = ancr.exactBlue;
ancr.pixel = 0;
if ((rc = AllocColor(pcmp,
&ancr.screenRed, &ancr.screenGreen,
&ancr.screenBlue, &ancr.pixel, client->index)))
return rc;
2003-11-14 17:49:22 +01:00
#ifdef PANORAMIX
if (noPanoramiXExtension || !pcmp->pScreen->myNum)
2003-11-14 17:49:22 +01:00
#endif
WriteReplyToClient(client, sizeof(xAllocNamedColorReply),
&ancr);
return Success;
}
else
return BadName;
2003-11-14 16:54:54 +01:00
}
else {
2003-11-14 16:54:54 +01:00
client->errorValue = stuff->cmap;
return rc;
2003-11-14 16:54:54 +01:00
}
}
int
ProcAllocColorCells(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
ColormapPtr pcmp;
int rc;
2003-11-14 16:54:54 +01:00
REQUEST(xAllocColorCellsReq);
REQUEST_SIZE_MATCH(xAllocColorCellsReq);
rc = dixLookupResourceByType((void **) &pcmp, stuff->cmap, RT_COLORMAP,
client, DixAddAccess);
if (rc == Success) {
int npixels, nmasks;
long length;
Pixel *ppixels, *pmasks;
npixels = stuff->colors;
if (!npixels) {
client->errorValue = npixels;
return BadValue;
}
if (stuff->contiguous != xTrue && stuff->contiguous != xFalse) {
client->errorValue = stuff->contiguous;
return BadValue;
}
nmasks = stuff->planes;
length = ((long) npixels + (long) nmasks) * sizeof(Pixel);
ppixels = malloc(length);
if (!ppixels)
return BadAlloc;
pmasks = ppixels + npixels;
if ((rc = AllocColorCells(client->index, pcmp, npixels, nmasks,
(Bool) stuff->contiguous, ppixels, pmasks))) {
free(ppixels);
return rc;
}
2003-11-14 17:49:22 +01:00
#ifdef PANORAMIX
if (noPanoramiXExtension || !pcmp->pScreen->myNum)
2003-11-14 17:49:22 +01:00
#endif
{
xAllocColorCellsReply accr = {
.type = X_Reply,
.sequenceNumber = client->sequence,
.length = bytes_to_int32(length),
.nPixels = npixels,
.nMasks = nmasks
};
WriteReplyToClient(client, sizeof(xAllocColorCellsReply), &accr);
client->pSwapReplyFunc = (ReplySwapPtr) Swap32Write;
WriteSwappedDataToClient(client, length, ppixels);
}
free(ppixels);
return Success;
2003-11-14 16:54:54 +01:00
}
else {
2003-11-14 16:54:54 +01:00
client->errorValue = stuff->cmap;
return rc;
2003-11-14 16:54:54 +01:00
}
}
int
ProcAllocColorPlanes(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
ColormapPtr pcmp;
int rc;
2003-11-14 16:54:54 +01:00
REQUEST(xAllocColorPlanesReq);
REQUEST_SIZE_MATCH(xAllocColorPlanesReq);
rc = dixLookupResourceByType((void **) &pcmp, stuff->cmap, RT_COLORMAP,
client, DixAddAccess);
if (rc == Success) {
xAllocColorPlanesReply acpr;
int npixels;
long length;
Pixel *ppixels;
npixels = stuff->colors;
if (!npixels) {
client->errorValue = npixels;
return BadValue;
}
if (stuff->contiguous != xTrue && stuff->contiguous != xFalse) {
client->errorValue = stuff->contiguous;
return BadValue;
}
acpr = (xAllocColorPlanesReply) {
.type = X_Reply,
.sequenceNumber = client->sequence,
.nPixels = npixels
};
length = (long) npixels *sizeof(Pixel);
ppixels = malloc(length);
if (!ppixels)
return BadAlloc;
if ((rc = AllocColorPlanes(client->index, pcmp, npixels,
(int) stuff->red, (int) stuff->green,
(int) stuff->blue, (Bool) stuff->contiguous,
ppixels, &acpr.redMask, &acpr.greenMask,
&acpr.blueMask))) {
free(ppixels);
return rc;
}
acpr.length = bytes_to_int32(length);
2003-11-14 17:49:22 +01:00
#ifdef PANORAMIX
if (noPanoramiXExtension || !pcmp->pScreen->myNum)
2003-11-14 17:49:22 +01:00
#endif
{
WriteReplyToClient(client, sizeof(xAllocColorPlanesReply), &acpr);
client->pSwapReplyFunc = (ReplySwapPtr) Swap32Write;
WriteSwappedDataToClient(client, length, ppixels);
}
free(ppixels);
return Success;
2003-11-14 16:54:54 +01:00
}
else {
2003-11-14 16:54:54 +01:00
client->errorValue = stuff->cmap;
return rc;
2003-11-14 16:54:54 +01:00
}
}
int
ProcFreeColors(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
ColormapPtr pcmp;
int rc;
2003-11-14 16:54:54 +01:00
REQUEST(xFreeColorsReq);
REQUEST_AT_LEAST_SIZE(xFreeColorsReq);
rc = dixLookupResourceByType((void **) &pcmp, stuff->cmap, RT_COLORMAP,
client, DixRemoveAccess);
if (rc == Success) {
int count;
2003-11-14 16:54:54 +01:00
if (pcmp->flags & AllAllocated)
return BadAccess;
count = bytes_to_int32((client->req_len << 2) - sizeof(xFreeColorsReq));
return FreeColors(pcmp, client->index, count,
(Pixel *) &stuff[1], (Pixel) stuff->planeMask);
2003-11-14 16:54:54 +01:00
}
else {
2003-11-14 16:54:54 +01:00
client->errorValue = stuff->cmap;
return rc;
2003-11-14 16:54:54 +01:00
}
}
int
ProcStoreColors(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
ColormapPtr pcmp;
int rc;
2003-11-14 16:54:54 +01:00
REQUEST(xStoreColorsReq);
REQUEST_AT_LEAST_SIZE(xStoreColorsReq);
rc = dixLookupResourceByType((void **) &pcmp, stuff->cmap, RT_COLORMAP,
client, DixWriteAccess);
if (rc == Success) {
int count;
2003-11-14 16:54:54 +01:00
count = (client->req_len << 2) - sizeof(xStoreColorsReq);
if (count % sizeof(xColorItem))
return BadLength;
count /= sizeof(xColorItem);
return StoreColors(pcmp, count, (xColorItem *) &stuff[1], client);
2003-11-14 16:54:54 +01:00
}
else {
2003-11-14 16:54:54 +01:00
client->errorValue = stuff->cmap;
return rc;
2003-11-14 16:54:54 +01:00
}
}
int
ProcStoreNamedColor(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
ColormapPtr pcmp;
int rc;
2003-11-14 16:54:54 +01:00
REQUEST(xStoreNamedColorReq);
REQUEST_FIXED_SIZE(xStoreNamedColorReq, stuff->nbytes);
rc = dixLookupResourceByType((void **) &pcmp, stuff->cmap, RT_COLORMAP,
client, DixWriteAccess);
if (rc == Success) {
xColorItem def;
if (OsLookupColor(pcmp->pScreen->myNum, (char *) &stuff[1],
stuff->nbytes, &def.red, &def.green, &def.blue)) {
def.flags = stuff->flags;
def.pixel = stuff->pixel;
return StoreColors(pcmp, 1, &def, client);
}
return BadName;
2003-11-14 16:54:54 +01:00
}
else {
2003-11-14 16:54:54 +01:00
client->errorValue = stuff->cmap;
return rc;
2003-11-14 16:54:54 +01:00
}
}
int
ProcQueryColors(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
ColormapPtr pcmp;
int rc;
2003-11-14 16:54:54 +01:00
REQUEST(xQueryColorsReq);
REQUEST_AT_LEAST_SIZE(xQueryColorsReq);
rc = dixLookupResourceByType((void **) &pcmp, stuff->cmap, RT_COLORMAP,
client, DixReadAccess);
if (rc == Success) {
int count;
xrgb *prgbs;
xQueryColorsReply qcr;
count =
bytes_to_int32((client->req_len << 2) - sizeof(xQueryColorsReq));
prgbs = calloc(count, sizeof(xrgb));
if (!prgbs && count)
return BadAlloc;
if ((rc =
QueryColors(pcmp, count, (Pixel *) &stuff[1], prgbs, client))) {
free(prgbs);
return rc;
}
qcr = (xQueryColorsReply) {
.type = X_Reply,
.sequenceNumber = client->sequence,
.length = bytes_to_int32(count * sizeof(xrgb)),
.nColors = count
};
WriteReplyToClient(client, sizeof(xQueryColorsReply), &qcr);
if (count) {
client->pSwapReplyFunc = (ReplySwapPtr) SQColorsExtend;
WriteSwappedDataToClient(client, count * sizeof(xrgb), prgbs);
}
free(prgbs);
return Success;
2003-11-14 16:54:54 +01:00
}
else {
2003-11-14 16:54:54 +01:00
client->errorValue = stuff->cmap;
return rc;
2003-11-14 16:54:54 +01:00
}
}
2003-11-14 16:54:54 +01:00
int
ProcLookupColor(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
ColormapPtr pcmp;
int rc;
2003-11-14 16:54:54 +01:00
REQUEST(xLookupColorReq);
REQUEST_FIXED_SIZE(xLookupColorReq, stuff->nbytes);
rc = dixLookupResourceByType((void **) &pcmp, stuff->cmap, RT_COLORMAP,
client, DixReadAccess);
if (rc == Success) {
CARD16 exactRed, exactGreen, exactBlue;
if (OsLookupColor
(pcmp->pScreen->myNum, (char *) &stuff[1], stuff->nbytes,
&exactRed, &exactGreen, &exactBlue)) {
xLookupColorReply lcr = {
.type = X_Reply,
.sequenceNumber = client->sequence,
.length = 0,
.exactRed = exactRed,
.exactGreen = exactGreen,
.exactBlue = exactBlue,
.screenRed = exactRed,
.screenGreen = exactGreen,
.screenBlue = exactBlue
};
(*pcmp->pScreen->ResolveColor) (&lcr.screenRed,
&lcr.screenGreen,
&lcr.screenBlue, pcmp->pVisual);
WriteReplyToClient(client, sizeof(xLookupColorReply), &lcr);
return Success;
}
return BadName;
2003-11-14 16:54:54 +01:00
}
else {
2003-11-14 16:54:54 +01:00
client->errorValue = stuff->cmap;
return rc;
2003-11-14 16:54:54 +01:00
}
}
int
ProcCreateCursor(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
CursorPtr pCursor;
PixmapPtr src;
PixmapPtr msk;
unsigned char *srcbits;
unsigned char *mskbits;
unsigned short width, height;
long n;
CursorMetricRec cm;
int rc;
2003-11-14 16:54:54 +01:00
REQUEST(xCreateCursorReq);
REQUEST_SIZE_MATCH(xCreateCursorReq);
LEGAL_NEW_RESOURCE(stuff->cid, client);
rc = dixLookupResourceByType((void **) &src, stuff->source, RT_PIXMAP,
client, DixReadAccess);
if (rc != Success) {
client->errorValue = stuff->source;
return rc;
2003-11-14 16:54:54 +01:00
}
if (src->drawable.depth != 1)
return (BadMatch);
/* Find and validate cursor mask pixmap, if one is provided */
if (stuff->mask != None) {
rc = dixLookupResourceByType((void **) &msk, stuff->mask, RT_PIXMAP,
client, DixReadAccess);
if (rc != Success) {
client->errorValue = stuff->mask;
return rc;
}
if (src->drawable.width != msk->drawable.width
|| src->drawable.height != msk->drawable.height
|| src->drawable.depth != 1 || msk->drawable.depth != 1)
return BadMatch;
}
else
msk = NULL;
2003-11-14 16:54:54 +01:00
width = src->drawable.width;
height = src->drawable.height;
if (stuff->x > width || stuff->y > height)
return BadMatch;
2003-11-14 16:54:54 +01:00
srcbits = calloc(BitmapBytePad(width), height);
2003-11-14 16:54:54 +01:00
if (!srcbits)
return BadAlloc;
n = BitmapBytePad(width) * height;
mskbits = malloc(n);
if (!mskbits) {
free(srcbits);
return BadAlloc;
2003-11-14 16:54:54 +01:00
}
(*src->drawable.pScreen->GetImage) ((DrawablePtr) src, 0, 0, width, height,
XYPixmap, 1, (void *) srcbits);
if (msk == (PixmapPtr) NULL) {
unsigned char *bits = mskbits;
while (--n >= 0)
*bits++ = ~0;
2003-11-14 16:54:54 +01:00
}
else {
/* zeroing the (pad) bits helps some ddx cursor handling */
memset((char *) mskbits, 0, n);
(*msk->drawable.pScreen->GetImage) ((DrawablePtr) msk, 0, 0, width,
height, XYPixmap, 1,
(void *) mskbits);
2003-11-14 16:54:54 +01:00
}
cm.width = width;
cm.height = height;
cm.xhot = stuff->x;
cm.yhot = stuff->y;
rc = AllocARGBCursor(srcbits, mskbits, NULL, &cm,
stuff->foreRed, stuff->foreGreen, stuff->foreBlue,
stuff->backRed, stuff->backGreen, stuff->backBlue,
&pCursor, client, stuff->cid);
2003-11-14 16:54:54 +01:00
if (rc != Success)
goto bail;
if (!AddResource(stuff->cid, RT_CURSOR, (void *) pCursor)) {
rc = BadAlloc;
goto bail;
}
return Success;
bail:
free(srcbits);
free(mskbits);
return rc;
2003-11-14 16:54:54 +01:00
}
int
ProcCreateGlyphCursor(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
CursorPtr pCursor;
int res;
REQUEST(xCreateGlyphCursorReq);
REQUEST_SIZE_MATCH(xCreateGlyphCursorReq);
LEGAL_NEW_RESOURCE(stuff->cid, client);
res = AllocGlyphCursor(stuff->source, stuff->sourceChar,
stuff->mask, stuff->maskChar,
stuff->foreRed, stuff->foreGreen, stuff->foreBlue,
stuff->backRed, stuff->backGreen, stuff->backBlue,
&pCursor, client, stuff->cid);
2003-11-14 16:54:54 +01:00
if (res != Success)
return res;
if (AddResource(stuff->cid, RT_CURSOR, (void *) pCursor))
return Success;
2003-11-14 16:54:54 +01:00
return BadAlloc;
}
int
ProcFreeCursor(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
CursorPtr pCursor;
int rc;
2003-11-14 16:54:54 +01:00
REQUEST(xResourceReq);
REQUEST_SIZE_MATCH(xResourceReq);
rc = dixLookupResourceByType((void **) &pCursor, stuff->id, RT_CURSOR,
client, DixDestroyAccess);
if (rc == Success) {
FreeResource(stuff->id, RT_NONE);
return Success;
2003-11-14 16:54:54 +01:00
}
else {
client->errorValue = stuff->id;
return rc;
2003-11-14 16:54:54 +01:00
}
}
int
ProcQueryBestSize(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
xQueryBestSizeReply reply;
DrawablePtr pDraw;
2003-11-14 16:54:54 +01:00
ScreenPtr pScreen;
int rc;
2003-11-14 16:54:54 +01:00
REQUEST(xQueryBestSizeReq);
REQUEST_SIZE_MATCH(xQueryBestSizeReq);
if ((stuff->class != CursorShape) &&
(stuff->class != TileShape) && (stuff->class != StippleShape)) {
client->errorValue = stuff->class;
return BadValue;
2003-11-14 16:54:54 +01:00
}
rc = dixLookupDrawable(&pDraw, stuff->drawable, client, M_ANY,
DixGetAttrAccess);
if (rc != Success)
return rc;
2003-11-14 16:54:54 +01:00
if (stuff->class != CursorShape && pDraw->type == UNDRAWABLE_WINDOW)
return BadMatch;
2003-11-14 16:54:54 +01:00
pScreen = pDraw->pScreen;
rc = XaceHook(XACE_SCREEN_ACCESS, client, pScreen, DixGetAttrAccess);
if (rc != Success)
return rc;
(*pScreen->QueryBestSize) (stuff->class, &stuff->width,
&stuff->height, pScreen);
reply = (xQueryBestSizeReply) {
.type = X_Reply,
.sequenceNumber = client->sequence,
.length = 0,
.width = stuff->width,
.height = stuff->height
};
2003-11-14 16:54:54 +01:00
WriteReplyToClient(client, sizeof(xQueryBestSizeReply), &reply);
return Success;
2003-11-14 16:54:54 +01:00
}
int
ProcSetScreenSaver(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
int rc, i, blankingOption, exposureOption;
2003-11-14 16:54:54 +01:00
REQUEST(xSetScreenSaverReq);
REQUEST_SIZE_MATCH(xSetScreenSaverReq);
for (i = 0; i < screenInfo.numScreens; i++) {
rc = XaceHook(XACE_SCREENSAVER_ACCESS, client, screenInfo.screens[i],
DixSetAttrAccess);
if (rc != Success)
return rc;
}
2003-11-14 16:54:54 +01:00
blankingOption = stuff->preferBlank;
if ((blankingOption != DontPreferBlanking) &&
(blankingOption != PreferBlanking) &&
(blankingOption != DefaultBlanking)) {
client->errorValue = blankingOption;
2003-11-14 16:54:54 +01:00
return BadValue;
}
exposureOption = stuff->allowExpose;
if ((exposureOption != DontAllowExposures) &&
(exposureOption != AllowExposures) &&
(exposureOption != DefaultExposures)) {
client->errorValue = exposureOption;
2003-11-14 16:54:54 +01:00
return BadValue;
}
if (stuff->timeout < -1) {
client->errorValue = stuff->timeout;
2003-11-14 16:54:54 +01:00
return BadValue;
}
if (stuff->interval < -1) {
client->errorValue = stuff->interval;
2003-11-14 16:54:54 +01:00
return BadValue;
}
if (blankingOption == DefaultBlanking)
ScreenSaverBlanking = defaultScreenSaverBlanking;
2003-11-14 16:54:54 +01:00
else
ScreenSaverBlanking = blankingOption;
2003-11-14 16:54:54 +01:00
if (exposureOption == DefaultExposures)
ScreenSaverAllowExposures = defaultScreenSaverAllowExposures;
2003-11-14 16:54:54 +01:00
else
ScreenSaverAllowExposures = exposureOption;
2003-11-14 16:54:54 +01:00
if (stuff->timeout >= 0)
ScreenSaverTime = stuff->timeout * MILLI_PER_SECOND;
else
ScreenSaverTime = defaultScreenSaverTime;
2003-11-14 16:54:54 +01:00
if (stuff->interval >= 0)
ScreenSaverInterval = stuff->interval * MILLI_PER_SECOND;
2003-11-14 16:54:54 +01:00
else
ScreenSaverInterval = defaultScreenSaverInterval;
SetScreenSaverTimer();
return Success;
2003-11-14 16:54:54 +01:00
}
int
ProcGetScreenSaver(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
xGetScreenSaverReply rep;
int rc, i;
2003-11-14 16:54:54 +01:00
REQUEST_SIZE_MATCH(xReq);
for (i = 0; i < screenInfo.numScreens; i++) {
rc = XaceHook(XACE_SCREENSAVER_ACCESS, client, screenInfo.screens[i],
DixGetAttrAccess);
if (rc != Success)
return rc;
}
rep = (xGetScreenSaverReply) {
.type = X_Reply,
.sequenceNumber = client->sequence,
.length = 0,
.timeout = ScreenSaverTime / MILLI_PER_SECOND,
.interval = ScreenSaverInterval / MILLI_PER_SECOND,
.preferBlanking = ScreenSaverBlanking,
.allowExposures = ScreenSaverAllowExposures
};
2003-11-14 16:54:54 +01:00
WriteReplyToClient(client, sizeof(xGetScreenSaverReply), &rep);
return Success;
2003-11-14 16:54:54 +01:00
}
int
ProcChangeHosts(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
REQUEST(xChangeHostsReq);
REQUEST_FIXED_SIZE(xChangeHostsReq, stuff->hostLength);
if (stuff->mode == HostInsert)
return AddHost(client, (int) stuff->hostFamily,
stuff->hostLength, (void *) &stuff[1]);
if (stuff->mode == HostDelete)
return RemoveHost(client, (int) stuff->hostFamily,
stuff->hostLength, (void *) &stuff[1]);
client->errorValue = stuff->mode;
return BadValue;
2003-11-14 16:54:54 +01:00
}
int
ProcListHosts(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
xListHostsReply reply;
int len, nHosts, result;
BOOL enabled;
void *pdata;
2003-11-14 17:49:22 +01:00
/* REQUEST(xListHostsReq); */
2003-11-14 16:54:54 +01:00
REQUEST_SIZE_MATCH(xListHostsReq);
2003-11-14 16:54:54 +01:00
/* untrusted clients can't list hosts */
result = XaceHook(XACE_SERVER_ACCESS, client, DixReadAccess);
if (result != Success)
return result;
result = GetHosts(&pdata, &nHosts, &len, &enabled);
2003-11-14 16:54:54 +01:00
if (result != Success)
return result;
reply = (xListHostsReply) {
.type = X_Reply,
.enabled = enabled,
.sequenceNumber = client->sequence,
.length = bytes_to_int32(len),
.nHosts = nHosts
};
2003-11-14 16:54:54 +01:00
WriteReplyToClient(client, sizeof(xListHostsReply), &reply);
if (nHosts) {
client->pSwapReplyFunc = (ReplySwapPtr) SLHostsExtend;
WriteSwappedDataToClient(client, len, pdata);
2003-11-14 16:54:54 +01:00
}
free(pdata);
return Success;
2003-11-14 16:54:54 +01:00
}
int
ProcChangeAccessControl(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
REQUEST(xSetAccessControlReq);
REQUEST_SIZE_MATCH(xSetAccessControlReq);
if ((stuff->mode != EnableAccess) && (stuff->mode != DisableAccess)) {
client->errorValue = stuff->mode;
2003-11-14 16:54:54 +01:00
return BadValue;
}
return ChangeAccessControl(client, stuff->mode == EnableAccess);
2003-11-14 16:54:54 +01:00
}
/*********************
* CloseDownRetainedResources
*
* Find all clients that are gone and have terminated in RetainTemporary
* and destroy their resources.
*********************/
static void
CloseDownRetainedResources(void)
{
int i;
ClientPtr client;
for (i = 1; i < currentMaxClients; i++) {
client = clients[i];
if (client && (client->closeDownMode == RetainTemporary)
&& (client->clientGone))
CloseDownClient(client);
}
}
2003-11-14 16:54:54 +01:00
int
ProcKillClient(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
REQUEST(xResourceReq);
ClientPtr killclient;
int rc;
2003-11-14 16:54:54 +01:00
REQUEST_SIZE_MATCH(xResourceReq);
if (stuff->id == AllTemporary) {
CloseDownRetainedResources();
return Success;
2003-11-14 16:54:54 +01:00
}
rc = dixLookupClient(&killclient, stuff->id, client, DixDestroyAccess);
if (rc == Success) {
CloseDownClient(killclient);
if (client == killclient) {
/* force yield and return Success, so that Dispatch()
* doesn't try to touch client
*/
isItTimeToYield = TRUE;
}
return Success;
2003-11-14 16:54:54 +01:00
}
else
return rc;
2003-11-14 16:54:54 +01:00
}
int
ProcSetFontPath(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
unsigned char *ptr;
unsigned long nbytes, total;
long nfonts;
int n;
2003-11-14 16:54:54 +01:00
REQUEST(xSetFontPathReq);
2003-11-14 16:54:54 +01:00
REQUEST_AT_LEAST_SIZE(xSetFontPathReq);
2003-11-14 16:54:54 +01:00
nbytes = (client->req_len << 2) - sizeof(xSetFontPathReq);
total = nbytes;
ptr = (unsigned char *) &stuff[1];
2003-11-14 16:54:54 +01:00
nfonts = stuff->nFonts;
while (--nfonts >= 0) {
if ((total == 0) || (total < (n = (*ptr + 1))))
return BadLength;
total -= n;
ptr += n;
2003-11-14 16:54:54 +01:00
}
if (total >= 4)
return BadLength;
return SetFontPath(client, stuff->nFonts, (unsigned char *) &stuff[1]);
2003-11-14 16:54:54 +01:00
}
int
ProcGetFontPath(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
xGetFontPathReply reply;
int rc, stringLens, numpaths;
2003-11-14 16:54:54 +01:00
unsigned char *bufferStart;
2003-11-14 17:49:22 +01:00
/* REQUEST (xReq); */
2003-11-14 16:54:54 +01:00
REQUEST_SIZE_MATCH(xReq);
rc = GetFontPath(client, &numpaths, &stringLens, &bufferStart);
if (rc != Success)
return rc;
2003-11-14 16:54:54 +01:00
reply = (xGetFontPathReply) {
.type = X_Reply,
.sequenceNumber = client->sequence,
.length = bytes_to_int32(stringLens + numpaths),
.nPaths = numpaths
};
2003-11-14 16:54:54 +01:00
WriteReplyToClient(client, sizeof(xGetFontPathReply), &reply);
if (stringLens || numpaths)
WriteToClient(client, stringLens + numpaths, bufferStart);
return Success;
2003-11-14 16:54:54 +01:00
}
int
ProcChangeCloseDownMode(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
int rc;
2003-11-14 16:54:54 +01:00
REQUEST(xSetCloseDownModeReq);
REQUEST_SIZE_MATCH(xSetCloseDownModeReq);
rc = XaceHook(XACE_CLIENT_ACCESS, client, client, DixManageAccess);
if (rc != Success)
return rc;
2003-11-14 16:54:54 +01:00
if ((stuff->mode == AllTemporary) ||
(stuff->mode == RetainPermanent) || (stuff->mode == RetainTemporary)) {
client->closeDownMode = stuff->mode;
return Success;
2003-11-14 16:54:54 +01:00
}
else {
client->errorValue = stuff->mode;
return BadValue;
2003-11-14 16:54:54 +01:00
}
}
int
ProcForceScreenSaver(ClientPtr client)
{
int rc;
2003-11-14 16:54:54 +01:00
REQUEST(xForceScreenSaverReq);
REQUEST_SIZE_MATCH(xForceScreenSaverReq);
if ((stuff->mode != ScreenSaverReset) && (stuff->mode != ScreenSaverActive)) {
client->errorValue = stuff->mode;
2003-11-14 16:54:54 +01:00
return BadValue;
}
rc = dixSaveScreens(client, SCREEN_SAVER_FORCER, (int) stuff->mode);
if (rc != Success)
return rc;
return Success;
2003-11-14 16:54:54 +01:00
}
int
ProcNoOperation(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
REQUEST_AT_LEAST_SIZE(xReq);
2003-11-14 16:54:54 +01:00
/* noop -- don't do anything */
return Success;
2003-11-14 16:54:54 +01:00
}
/**********************
* CloseDownClient
*
* Client can either mark his resources destroy or retain. If retained and
* then killed again, the client is really destroyed.
*********************/
char dispatchExceptionAtReset = DE_RESET;
2003-11-14 16:54:54 +01:00
void
CloseDownClient(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
Bool really_close_down = client->clientGone ||
client->closeDownMode == DestroyAll;
2003-11-14 16:54:54 +01:00
if (!client->clientGone) {
/* ungrab server if grabbing client dies */
if (grabState != GrabNone && grabClient == client) {
UngrabServer(client);
}
BITCLEAR(grabWaiters, client->index);
DeleteClientFromAnySelections(client);
ReleaseActiveGrabs(client);
DeleteClientFontStuff(client);
if (!really_close_down) {
/* This frees resources that should never be retained
* no matter what the close down mode is. Actually we
* could do this unconditionally, but it's probably
* better not to traverse all the client's resources
* twice (once here, once a few lines down in
* FreeClientResources) in the common case of
* really_close_down == TRUE.
*/
FreeClientNeverRetainResources(client);
client->clientState = ClientStateRetained;
if (ClientStateCallback) {
NewClientInfoRec clientinfo;
clientinfo.client = client;
clientinfo.prefix = (xConnSetupPrefix *) NULL;
clientinfo.setup = (xConnSetup *) NULL;
CallCallbacks((&ClientStateCallback), (void *) &clientinfo);
}
}
client->clientGone = TRUE; /* so events aren't sent to client */
if (ClientIsAsleep(client))
ClientSignal(client);
ProcessWorkQueueZombies();
CloseDownConnection(client);
output_pending_clear(client);
mark_client_not_ready(client);
/* If the client made it to the Running stage, nClients has
* been incremented on its behalf, so we need to decrement it
* now. If it hasn't gotten to Running, nClients has *not*
* been incremented, so *don't* decrement it.
*/
if (client->clientState != ClientStateInitial) {
--nClients;
}
}
if (really_close_down) {
if (client->clientState == ClientStateRunning && nClients == 0)
dispatchException |= dispatchExceptionAtReset;
client->clientState = ClientStateGone;
if (ClientStateCallback) {
NewClientInfoRec clientinfo;
clientinfo.client = client;
clientinfo.prefix = (xConnSetupPrefix *) NULL;
clientinfo.setup = (xConnSetup *) NULL;
CallCallbacks((&ClientStateCallback), (void *) &clientinfo);
}
TouchListenerGone(client->clientAsMask);
2021-05-30 12:26:42 +02:00
GestureListenerGone(client->clientAsMask);
FreeClientResources(client);
/* Disable client ID tracking. This must be done after
* ClientStateCallback. */
ReleaseClientIds(client);
#ifdef XSERVER_DTRACE
XSERVER_CLIENT_DISCONNECT(client->index);
#endif
if (client->index < nextFreeClientID)
nextFreeClientID = client->index;
clients[client->index] = NullClient;
SmartLastClient = NullClient;
dixFreeObjectWithPrivates(client, PRIVATE_CLIENT);
2003-11-14 16:54:54 +01:00
while (!clients[currentMaxClients - 1])
currentMaxClients--;
2003-11-14 16:54:54 +01:00
}
}
static void
KillAllClients(void)
2003-11-14 16:54:54 +01:00
{
int i;
for (i = 1; i < currentMaxClients; i++)
2003-11-14 16:54:54 +01:00
if (clients[i]) {
/* Make sure Retained clients are released. */
clients[i]->closeDownMode = DestroyAll;
CloseDownClient(clients[i]);
2003-11-14 16:54:54 +01:00
}
}
void
InitClient(ClientPtr client, int i, void *ospriv)
2003-11-14 16:54:54 +01:00
{
client->index = i;
xorg_list_init(&client->ready);
xorg_list_init(&client->output_pending);
client->clientAsMask = ((Mask) i) << CLIENTOFFSET;
client->closeDownMode = i ? DestroyAll : RetainPermanent;
2003-11-14 16:54:54 +01:00
client->requestVector = InitialVector;
client->osPrivate = ospriv;
QueryMinMaxKeyCodes(&client->minKC, &client->maxKC);
2003-11-14 17:49:22 +01:00
client->smart_start_tick = SmartScheduleTime;
client->smart_stop_tick = SmartScheduleTime;
client->clientIds = NULL;
2003-11-14 16:54:54 +01:00
}
/************************
* int NextAvailableClient(ospriv)
*
* OS dependent portion can't assign client id's because of CloseDownModes.
* Returns NULL if there are no free clients.
*************************/
ClientPtr
NextAvailableClient(void *ospriv)
2003-11-14 16:54:54 +01:00
{
int i;
ClientPtr client;
2003-11-14 16:54:54 +01:00
xReq data;
i = nextFreeClientID;
if (i == LimitClients)
return (ClientPtr) NULL;
clients[i] = client =
dixAllocateObjectWithPrivates(ClientRec, PRIVATE_CLIENT);
2003-11-14 16:54:54 +01:00
if (!client)
return (ClientPtr) NULL;
2003-11-14 16:54:54 +01:00
InitClient(client, i, ospriv);
if (!InitClientResources(client)) {
dixFreeObjectWithPrivates(client, PRIVATE_CLIENT);
return (ClientPtr) NULL;
2003-11-14 16:54:54 +01:00
}
data.reqType = 1;
data.length = bytes_to_int32(sz_xReq + sz_xConnClientPrefix);
if (!InsertFakeRequest(client, (char *) &data, sz_xReq)) {
FreeClientResources(client);
dixFreeObjectWithPrivates(client, PRIVATE_CLIENT);
return (ClientPtr) NULL;
2003-11-14 16:54:54 +01:00
}
if (i == currentMaxClients)
currentMaxClients++;
while ((nextFreeClientID < LimitClients) && clients[nextFreeClientID])
nextFreeClientID++;
/* Enable client ID tracking. This must be done before
* ClientStateCallback. */
ReserveClientIds(client);
if (ClientStateCallback) {
NewClientInfoRec clientinfo;
2003-11-14 16:54:54 +01:00
clientinfo.client = client;
clientinfo.prefix = (xConnSetupPrefix *) NULL;
2003-11-14 16:54:54 +01:00
clientinfo.setup = (xConnSetup *) NULL;
CallCallbacks((&ClientStateCallback), (void *) &clientinfo);
}
return client;
2003-11-14 16:54:54 +01:00
}
int
ProcInitialConnection(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
REQUEST(xReq);
xConnClientPrefix *prefix;
2003-11-14 16:54:54 +01:00
int whichbyte = 1;
char order;
2003-11-14 16:54:54 +01:00
prefix = (xConnClientPrefix *) ((char *)stuff + sz_xReq);
order = prefix->byteOrder;
if (order != 'l' && order != 'B' && order != 'r' && order != 'R')
return client->noClientException = -1;
if (((*(char *) &whichbyte) && (order == 'B' || order == 'R')) ||
(!(*(char *) &whichbyte) && (order == 'l' || order == 'r'))) {
client->swapped = TRUE;
SwapConnClientPrefix(prefix);
2003-11-14 16:54:54 +01:00
}
stuff->reqType = 2;
stuff->length += bytes_to_int32(prefix->nbytesAuthProto) +
bytes_to_int32(prefix->nbytesAuthString);
if (client->swapped) {
swaps(&stuff->length);
2003-11-14 16:54:54 +01:00
}
if (order == 'r' || order == 'R') {
client->local = FALSE;
}
2003-11-14 16:54:54 +01:00
ResetCurrentRequest(client);
return Success;
2003-11-14 16:54:54 +01:00
}
2007-11-15 23:01:33 +01:00
static int
Constify the reason string throughout the authorization check framework Almost all of the places the string is assigned point to a literal string constant, so use const char * for those, and const char ** for function calls that return it via an argument. Fortunately the top level function, ClientAuthorized, which returns the string as its return value is called from only one place, ProcEstablishConnection. ProcEstablishConnection stores either that return value or a string literal in char *reason. It only uses reason as an argument to SendConnSetup. SendConnSetup passes the reason argument to strlen & WriteToClient, both of which already have const qualifiers on their args. Thus added const to the reason variable in ProcEstablishConnection and the reason argument to SendConnSetup. Fixes gcc warnings: dispatch.c: In function 'ProcEstablishConnection': dispatch.c:3711:9: warning: assignment discards qualifiers from pointer target type auth.c: In function 'CheckAuthorization': auth.c:218:14: warning: assignment discards qualifiers from pointer target type auth.c:220:20: warning: assignment discards qualifiers from pointer target type connection.c: In function 'ClientAuthorized': connection.c:683:3: warning: return discards qualifiers from pointer target type mitauth.c: In function 'MitCheckCookie': mitauth.c:88:13: warning: assignment discards qualifiers from pointer target type xdmauth.c:259:14: warning: assignment discards qualifiers from pointer target type xdmauth.c:270:14: warning: assignment discards qualifiers from pointer target type xdmauth.c:277:11: warning: assignment discards qualifiers from pointer target type xdmauth.c:293:15: warning: assignment discards qualifiers from pointer target type xdmauth.c:313:14: warning: assignment discards qualifiers from pointer target type xdmauth.c:322:11: warning: assignment discards qualifiers from pointer target type rpcauth.c: In function 'SecureRPCCheck': rpcauth.c:136:10: warning: assignment discards qualifiers from pointer target type Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Jamey Sharp <jamey@minilop.net> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-12-13 01:49:33 +01:00
SendConnSetup(ClientPtr client, const char *reason)
2003-11-14 16:54:54 +01:00
{
xWindowRoot *root;
int i;
2003-11-14 16:54:54 +01:00
int numScreens;
char *lConnectionInfo;
xConnSetupPrefix *lconnSetupPrefix;
2003-11-14 16:54:54 +01:00
if (reason) {
xConnSetupPrefix csp;
2003-11-14 16:54:54 +01:00
csp.success = xFalse;
csp.lengthReason = strlen(reason);
csp.length = bytes_to_int32(csp.lengthReason);
csp.majorVersion = X_PROTOCOL;
csp.minorVersion = X_PROTOCOL_REVISION;
if (client->swapped)
WriteSConnSetupPrefix(client, &csp);
else
WriteToClient(client, sz_xConnSetupPrefix, &csp);
WriteToClient(client, (int) csp.lengthReason, reason);
return client->noClientException = -1;
2003-11-14 16:54:54 +01:00
}
numScreens = screenInfo.numScreens;
lConnectionInfo = ConnectionInfo;
lconnSetupPrefix = &connSetupPrefix;
/* We're about to start speaking X protocol back to the client by
* sending the connection setup info. This means the authorization
* step is complete, and we can count the client as an
* authorized one.
*/
nClients++;
client->requestVector = client->swapped ? SwappedProcVector : ProcVector;
client->sequence = 0;
((xConnSetup *) lConnectionInfo)->ridBase = client->clientAsMask;
((xConnSetup *) lConnectionInfo)->ridMask = RESOURCE_ID_MASK;
2003-11-14 17:49:22 +01:00
#ifdef MATCH_CLIENT_ENDIAN
((xConnSetup *) lConnectionInfo)->imageByteOrder = ClientOrder(client);
((xConnSetup *) lConnectionInfo)->bitmapBitOrder = ClientOrder(client);
2003-11-14 17:49:22 +01:00
#endif
2003-11-14 16:54:54 +01:00
/* fill in the "currentInputMask" */
root = (xWindowRoot *) (lConnectionInfo + connBlockScreenStart);
2003-11-14 17:49:22 +01:00
#ifdef PANORAMIX
if (noPanoramiXExtension)
numScreens = screenInfo.numScreens;
else
numScreens = ((xConnSetup *) ConnectionInfo)->numRoots;
2003-11-14 17:49:22 +01:00
#endif
for (i = 0; i < numScreens; i++) {
unsigned int j;
xDepth *pDepth;
WindowPtr pRoot = screenInfo.screens[i]->root;
2003-11-14 16:54:54 +01:00
root->currentInputMask = pRoot->eventMask | wOtherEventMasks(pRoot);
pDepth = (xDepth *) (root + 1);
for (j = 0; j < root->nDepths; j++) {
pDepth = (xDepth *) (((char *) (pDepth + 1)) +
pDepth->nVisuals * sizeof(xVisualType));
}
root = (xWindowRoot *) pDepth;
2003-11-14 16:54:54 +01:00
}
if (client->swapped) {
WriteSConnSetupPrefix(client, lconnSetupPrefix);
WriteSConnectionInfo(client,
(unsigned long) (lconnSetupPrefix->length << 2),
lConnectionInfo);
2003-11-14 16:54:54 +01:00
}
else {
WriteToClient(client, sizeof(xConnSetupPrefix), lconnSetupPrefix);
WriteToClient(client, (int) (lconnSetupPrefix->length << 2),
lConnectionInfo);
2003-11-14 16:54:54 +01:00
}
client->clientState = ClientStateRunning;
if (ClientStateCallback) {
NewClientInfoRec clientinfo;
2003-11-14 16:54:54 +01:00
clientinfo.client = client;
clientinfo.prefix = lconnSetupPrefix;
clientinfo.setup = (xConnSetup *) lConnectionInfo;
CallCallbacks((&ClientStateCallback), (void *) &clientinfo);
}
return Success;
2003-11-14 16:54:54 +01:00
}
int
ProcEstablishConnection(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
Constify the reason string throughout the authorization check framework Almost all of the places the string is assigned point to a literal string constant, so use const char * for those, and const char ** for function calls that return it via an argument. Fortunately the top level function, ClientAuthorized, which returns the string as its return value is called from only one place, ProcEstablishConnection. ProcEstablishConnection stores either that return value or a string literal in char *reason. It only uses reason as an argument to SendConnSetup. SendConnSetup passes the reason argument to strlen & WriteToClient, both of which already have const qualifiers on their args. Thus added const to the reason variable in ProcEstablishConnection and the reason argument to SendConnSetup. Fixes gcc warnings: dispatch.c: In function 'ProcEstablishConnection': dispatch.c:3711:9: warning: assignment discards qualifiers from pointer target type auth.c: In function 'CheckAuthorization': auth.c:218:14: warning: assignment discards qualifiers from pointer target type auth.c:220:20: warning: assignment discards qualifiers from pointer target type connection.c: In function 'ClientAuthorized': connection.c:683:3: warning: return discards qualifiers from pointer target type mitauth.c: In function 'MitCheckCookie': mitauth.c:88:13: warning: assignment discards qualifiers from pointer target type xdmauth.c:259:14: warning: assignment discards qualifiers from pointer target type xdmauth.c:270:14: warning: assignment discards qualifiers from pointer target type xdmauth.c:277:11: warning: assignment discards qualifiers from pointer target type xdmauth.c:293:15: warning: assignment discards qualifiers from pointer target type xdmauth.c:313:14: warning: assignment discards qualifiers from pointer target type xdmauth.c:322:11: warning: assignment discards qualifiers from pointer target type rpcauth.c: In function 'SecureRPCCheck': rpcauth.c:136:10: warning: assignment discards qualifiers from pointer target type Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Jamey Sharp <jamey@minilop.net> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-12-13 01:49:33 +01:00
const char *reason;
char *auth_proto, *auth_string;
xConnClientPrefix *prefix;
2003-11-14 16:54:54 +01:00
REQUEST(xReq);
prefix = (xConnClientPrefix *) ((char *) stuff + sz_xReq);
auth_proto = (char *) prefix + sz_xConnClientPrefix;
auth_string = auth_proto + pad_to_int32(prefix->nbytesAuthProto);
if ((client->req_len << 2) != sz_xReq + sz_xConnClientPrefix +
pad_to_int32(prefix->nbytesAuthProto) +
pad_to_int32(prefix->nbytesAuthString))
reason = "Bad length";
else if ((prefix->majorVersion != X_PROTOCOL) ||
(prefix->minorVersion != X_PROTOCOL_REVISION))
reason = "Protocol version mismatch";
2003-11-14 16:54:54 +01:00
else
reason = ClientAuthorized(client,
(unsigned short) prefix->nbytesAuthProto,
auth_proto,
(unsigned short) prefix->nbytesAuthString,
auth_string);
return (SendConnSetup(client, reason));
2003-11-14 16:54:54 +01:00
}
void
SendErrorToClient(ClientPtr client, unsigned majorCode, unsigned minorCode,
XID resId, int errorCode)
2003-11-14 16:54:54 +01:00
{
xError rep = {
.type = X_Error,
.errorCode = errorCode,
.resourceID = resId,
.minorCode = minorCode,
.majorCode = majorCode
};
2003-11-14 16:54:54 +01:00
WriteEventsToClient(client, 1, (xEvent *) &rep);
2003-11-14 16:54:54 +01:00
}
void
MarkClientException(ClientPtr client)
2003-11-14 16:54:54 +01:00
{
client->noClientException = -1;
}
/*
* This array encodes the answer to the question "what is the log base 2
* of the number of pixels that fit in a scanline pad unit?"
* Note that ~0 is an invalid entry (mostly for the benefit of the reader).
*/
static int answer[6][4] = {
/* pad pad pad pad */
/* 8 16 32 64 */
{3, 4, 5, 6}, /* 1 bit per pixel */
{1, 2, 3, 4}, /* 4 bits per pixel */
{0, 1, 2, 3}, /* 8 bits per pixel */
{~0, 0, 1, 2}, /* 16 bits per pixel */
{~0, ~0, 0, 1}, /* 24 bits per pixel */
{~0, ~0, 0, 1} /* 32 bits per pixel */
};
/*
* This array gives the answer to the question "what is the first index for
* the answer array above given the number of bits per pixel?"
* Note that ~0 is an invalid entry (mostly for the benefit of the reader).
*/
static int indexForBitsPerPixel[33] = {
~0, 0, ~0, ~0, /* 1 bit per pixel */
1, ~0, ~0, ~0, /* 4 bits per pixel */
2, ~0, ~0, ~0, /* 8 bits per pixel */
~0, ~0, ~0, ~0,
3, ~0, ~0, ~0, /* 16 bits per pixel */
~0, ~0, ~0, ~0,
4, ~0, ~0, ~0, /* 24 bits per pixel */
~0, ~0, ~0, ~0,
5 /* 32 bits per pixel */
};
/*
* This array gives the bytesperPixel value for cases where the number
* of bits per pixel is a multiple of 8 but not a power of 2.
*/
static int answerBytesPerPixel[33] = {
~0, 0, ~0, ~0, /* 1 bit per pixel */
0, ~0, ~0, ~0, /* 4 bits per pixel */
0, ~0, ~0, ~0, /* 8 bits per pixel */
~0, ~0, ~0, ~0,
0, ~0, ~0, ~0, /* 16 bits per pixel */
~0, ~0, ~0, ~0,
3, ~0, ~0, ~0, /* 24 bits per pixel */
~0, ~0, ~0, ~0,
0 /* 32 bits per pixel */
};
/*
* This array gives the answer to the question "what is the second index for
* the answer array above given the number of bits per scanline pad unit?"
* Note that ~0 is an invalid entry (mostly for the benefit of the reader).
*/
static int indexForScanlinePad[65] = {
~0, ~0, ~0, ~0,
~0, ~0, ~0, ~0,
0, ~0, ~0, ~0, /* 8 bits per scanline pad unit */
~0, ~0, ~0, ~0,
1, ~0, ~0, ~0, /* 16 bits per scanline pad unit */
~0, ~0, ~0, ~0,
~0, ~0, ~0, ~0,
~0, ~0, ~0, ~0,
2, ~0, ~0, ~0, /* 32 bits per scanline pad unit */
~0, ~0, ~0, ~0,
~0, ~0, ~0, ~0,
~0, ~0, ~0, ~0,
~0, ~0, ~0, ~0,
~0, ~0, ~0, ~0,
~0, ~0, ~0, ~0,
~0, ~0, ~0, ~0,
3 /* 64 bits per scanline pad unit */
};
/*
grow the array of screenRecs if necessary.
call the device-supplied initialization procedure
with its screen number, a pointer to its ScreenRec, argc, and argv.
return the number of successfully installed screens.
*/
static int init_screen(ScreenPtr pScreen, int i, Bool gpu)
{
int scanlinepad, format, depth, bitsPerPixel, j, k;
dixInitScreenSpecificPrivates(pScreen);
if (!dixAllocatePrivates(&pScreen->devPrivates, PRIVATE_SCREEN)) {
return -1;
}
pScreen->myNum = i;
if (gpu) {
pScreen->myNum += GPU_SCREEN_OFFSET;
pScreen->isGPU = TRUE;
}
pScreen->totalPixmapSize = 0; /* computed in CreateScratchPixmapForScreen */
pScreen->ClipNotify = 0; /* for R4 ddx compatibility */
pScreen->CreateScreenResources = 0;
xorg_list_init(&pScreen->pixmap_dirty_list);
xorg_list_init(&pScreen->secondary_list);
/*
* This loop gets run once for every Screen that gets added,
* but that's ok. If the ddx layer initializes the formats
* one at a time calling AddScreen() after each, then each
* iteration will make it a little more accurate. Worst case
* we do this loop N * numPixmapFormats where N is # of screens.
* Anyway, this must be called after InitOutput and before the
* screen init routine is called.
*/
for (format = 0; format < screenInfo.numPixmapFormats; format++) {
depth = screenInfo.formats[format].depth;
bitsPerPixel = screenInfo.formats[format].bitsPerPixel;
scanlinepad = screenInfo.formats[format].scanlinePad;
j = indexForBitsPerPixel[bitsPerPixel];
k = indexForScanlinePad[scanlinepad];
PixmapWidthPaddingInfo[depth].padPixelsLog2 = answer[j][k];
PixmapWidthPaddingInfo[depth].padRoundUp =
(scanlinepad / bitsPerPixel) - 1;
j = indexForBitsPerPixel[8]; /* bits per byte */
PixmapWidthPaddingInfo[depth].padBytesLog2 = answer[j][k];
PixmapWidthPaddingInfo[depth].bitsPerPixel = bitsPerPixel;
if (answerBytesPerPixel[bitsPerPixel]) {
PixmapWidthPaddingInfo[depth].notPower2 = 1;
PixmapWidthPaddingInfo[depth].bytesPerPixel =
answerBytesPerPixel[bitsPerPixel];
}
else {
PixmapWidthPaddingInfo[depth].notPower2 = 0;
}
}
return 0;
}
int
AddScreen(Bool (*pfnInit) (ScreenPtr /*pScreen */ ,
int /*argc */ ,
char ** /*argv */
), int argc, char **argv)
{
int i;
ScreenPtr pScreen;
Bool ret;
i = screenInfo.numScreens;
if (i == MAXSCREENS)
return -1;
pScreen = (ScreenPtr) calloc(1, sizeof(ScreenRec));
if (!pScreen)
return -1;
ret = init_screen(pScreen, i, FALSE);
if (ret != 0) {
free(pScreen);
return ret;
}
/* This is where screen specific stuff gets initialized. Load the
screen structure, call the hardware, whatever.
This is also where the default colormap should be allocated and
also pixel values for blackPixel, whitePixel, and the cursor
Note that InitScreen is NOT allowed to modify argc, argv, or
any of the strings pointed to by argv. They may be passed to
multiple screens.
*/
screenInfo.screens[i] = pScreen;
screenInfo.numScreens++;
api: rework the X server driver API to avoid global arrays. This is a squash merge containing all the API changes, as well as the video ABI bump. Its been squashed to make bisection easier. Full patch log below: commit b202738bbf0c5a1c1172767119c2c71f1e7f8070 Author: Aaron Plattner <aplattner@nvidia.com> Date: Mon May 14 15:16:11 2012 -0700 xfree86: Bump video ABI to 13.0 The ABI was broken by changes to convert from screen index numbers to ScreenPtr / ScrnInfoPtr in various structures and function signatures. Signed-off-by: Aaron Plattner <aplattner@nvidia.com> Reviewed-by: Dave Airlie <airlied@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com> commit 3d5f7d9f8d408bcad3f83277d255f25d3b0edbf3 Author: Dave Airlie <airlied@redhat.com> Date: Thu May 24 10:56:57 2012 +0100 xf86: xf86ClearEntityListForScreen should take a pScrn When adding GPU screens this make life easier. (also fix comment, as pointed out by Alan) Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Dave Airlie <airlied@redhat.com> commit afee8b5ab4501597ecc1ade34124d7ca227ab055 Author: Dave Airlie <airlied@redhat.com> Date: Thu May 24 07:07:32 2012 +0100 xf86i2c: add pscrn for drivers to use This just adds a pScrn pointer into the struct for the drivers to use instead of scrnIndex. Mostly scrnIndex is used for logging, but some drivers use it to lookup xf86Screens, so let them stash a pScrn instead. Removing the scrnIndex is a bit more involved and I'm not sure its worth the effort. Doing i2c in the X server is legacy code as far as I'm concerned. Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Dave Airlie <airlied@redhat.com> commit ea5092f1f679691d187f1eee9427e6057beec56e Author: Dave Airlie <airlied@redhat.com> Date: Wed May 23 19:25:20 2012 +0100 dix/gc: consolidate GC object creation in one place The standard GC create and scratch GC create were 90% the same really, and I have a need in the future for creating GC objects without the other bits, so wanted to avoid a third copy. Reviewed-by: Keith Packard <keithp@keithp.com> Signed-off-by: Dave Airlie <airlied@redhat.com> commit 3d91482ea9b4883e64e496f2768168e0ffa21ba1 Author: Dave Airlie <airlied@redhat.com> Date: Wed May 23 10:24:06 2012 +0100 xf86: add a define to denote the new non-index interfaces are being used This can be used by drivers to provide compatible APIs. Reviewed-by: Keith Packard <keithp@keithp.com> Signed-off-by: Dave Airlie <airlied@redhat.com> commit 37c3ae3e6cd4f3dedc72f371096d6743f8f99df3 Author: Dave Airlie <airlied@redhat.com> Date: Wed May 23 15:09:12 2012 +0100 dix: make Create/Free scratch pixmaps take a ScreenPtr While technically an API/ABI change I doubt anyone uses it, but it helps in splitting screens up. Reviewed-by: Keith Packard <keithp@keithp.com> Signed-off-by: Dave Airlie <airlied@redhat.com> commit 75f2062a3fe94f04764ecc7d2ff2fbbeccb9da60 Author: Dave Airlie <airlied@redhat.com> Date: Wed May 23 14:57:55 2012 +0100 xf86/xv: remove scrnIndexfrom xf86FindXvOptions. Move this interface to taking an ScrnInfoPtr. Reviewed-by: Keith Packard <keithp@keithp.com> Signed-off-by: Dave Airlie <airlied@redhat.com> commit f80c2374f40ea7b2ee0556e2e76cc07406f3d843 Author: Dave Airlie <airlied@redhat.com> Date: Wed May 23 14:53:59 2012 +0100 xf86: make xf86DeleteScreen take a ScrnInfoPtr (v2) stop passing indices into this function. v2: drop flags argument. Reviewed-by: Keith Packard <keithp@keithp.com> Signed-off-by: Dave Airlie <airlied@redhat.com> commit 58824e414f35682435f15bfe6c4b656bd90b9235 Author: Dave Airlie <airlied@redhat.com> Date: Wed May 23 14:48:09 2012 +0100 xf86: fix xf86IsScreenPrimary interface to take a pScrn (API/ABI) Reviewed-by: Keith Packard <keithp@keithp.com> Signed-off-by: Dave Airlie <airlied@redhat.com> commit 6b4fc1f9d391bcdf7ca288766e49bce60f4635cd Author: Dave Airlie <airlied@gmail.com> Date: Tue Apr 10 14:18:59 2012 +0100 xserver: convert block/wakeup handlers to passing ScreenPtr (ABI/API) (v2) Instead of passing an index, pass the actual ScreenPtr. This allows more moving towards not abusing xf86Screens + screenInfo. v2: drop the blockData/wakeupData args as per ajax's suggestion., fix docs. Reviewed-by: Keith Packard <keithp@keithp.com> Signed-off-by: Dave Airlie <airlied@redhat.com> commit 790d003de20fb47674420a24dadd92412d78620d Author: Dave Airlie <airlied@gmail.com> Date: Wed Apr 11 09:53:14 2012 +0100 xf86/common: remove some more pScrn->pScreen uses remove some more conversions that appeared after api cleanups. Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Acked-by: Aaron Plattner <aplattner@nvidia.com> Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com> commit aac85e18d1dd093f2cad6bd29375e40bd7af0b8f Author: Dave Airlie <airlied@gmail.com> Date: Tue Apr 10 16:34:53 2012 +0100 ddc: change API to take ScrnInfoPtr (v2) This removes all xf86Screens usage from ddc code, it modifies the API for some functions to avoid taking indices. v2: address Alan's comments about dropping DDC2Init parameter. Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Acked-by: Aaron Plattner <aplattner@nvidia.com> Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com> commit fe3f57b6eaf6860a33876a54f9439f69578f03a5 Author: Dave Airlie <airlied@gmail.com> Date: Tue Apr 10 16:31:26 2012 +0100 vbe: don't use index for VBEInterpretPanelID (API) Remove use of xf86screens from vbe module. Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Acked-by: Aaron Plattner <aplattner@nvidia.com> Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com> commit abf1965f4ed91529036d3fdb470d6a3ce6f29675 Author: Dave Airlie <airlied@gmail.com> Date: Tue Apr 10 16:25:11 2012 +0100 int10/vbe: don't use xf86Screens. (ABI) (v3) Pass the ScrnInfoPtr instead of the index in the int10 struct. This saves us using it to dereference xf86Screens. v2: address Alan's comment to fix struct alignment. v3: squash in all the int10 fixes, test the vm86 code builds, after comments by Keith. Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Acked-by: Aaron Plattner <aplattner@nvidia.com> Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com> commit 23cca612b4fb5efc33683c7624b803b457387e3d Author: Dave Airlie <airlied@gmail.com> Date: Tue Apr 10 15:30:18 2012 +0100 xserver: drop index argument to ScreenInit (ABI/API) (v2) This drops the index argument, its the same as pScreen->myNum, and its the last major index abuse I can find. v2: address Alan's review - update docs, fix xwin/xnest/darwin Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Acked-by: Aaron Plattner <aplattner@nvidia.com> Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com> commit 40d360e2d7e832407f3ed64e3a02c27ecc89a960 Author: Dave Airlie <airlied@gmail.com> Date: Tue Apr 10 15:23:01 2012 +0100 xf86: migrate PointerMoved from index to ScrnInfoPtr (ABI/API) This migrates PointerMoved from an index to ScrnInfoPtr. Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Acked-by: Aaron Plattner <aplattner@nvidia.com> Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com> commit aa60a2f38679d0eeb979a9c2648c9bc771409bf9 Author: Dave Airlie <airlied@gmail.com> Date: Tue Apr 10 15:20:46 2012 +0100 xf86: migrate PMEvent to a ScrnInfoPtr (ABI/API) This migrates the PMEvent from index to ScrnInfoPtr. Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Acked-by: Aaron Plattner <aplattner@nvidia.com> Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com> commit d3f28ef44371ed4a039ffc5dd7eb6408d1269ba2 Author: Dave Airlie <airlied@gmail.com> Date: Tue Apr 10 15:18:30 2012 +0100 xf86: migrate SetDGAMode from index to ScrnInfoPtr (ABI/API) This migrates the SetDGAMode callback from an index to ScrnInfoPtr. Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Acked-by: Aaron Plattner <aplattner@nvidia.com> Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com> commit baf5e4818a74f2b68c3dfdcc56f54322351039a0 Author: Dave Airlie <airlied@gmail.com> Date: Tue Apr 10 15:14:11 2012 +0100 xf86: migrate ChangeGamma from index to ScrnInfoPtr (ABI/API) (v2) This migrates the ChangeGamma interface to avoid passing a index. v2: fix xf86RandR12.c + xf86cmap.c call Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Acked-by: Aaron Plattner <aplattner@nvidia.com> Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com> commit 51e5f90ada929d6b23176090badbb42fdb3fa550 Author: Dave Airlie <airlied@gmail.com> Date: Tue Apr 10 15:11:09 2012 +0100 xf86/exa: migrate index to screen types for EnableDisableFBAccess (ABI/API) The EXA interface migrates to ScreenPtr, and the xf86 interface migrated to ScrnInfoPtr. Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Acked-by: Aaron Plattner <aplattner@nvidia.com> Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com> commit 94f1f21d17e86f96d4a54292a399160950087675 Author: Dave Airlie <airlied@gmail.com> Date: Tue Apr 10 15:02:11 2012 +0100 xf86: migrate ValidMode callback to ScrnInfoPtr (ABI/API) This migrates the ValidMode to passing a ScrnInfoPtr instead of an index. Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Acked-by: Aaron Plattner <aplattner@nvidia.com> Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com> commit 3f8f18198fed4f39ec805b508a3482e91eea26b2 Author: Dave Airlie <airlied@gmail.com> Date: Tue Apr 10 14:59:46 2012 +0100 xf86: migrate SwitchMode to taking ScrnInfoPtr (ABI/API) (v2) This migrate the SwitchMode interface to take a ScrnInfoPtr instead of an index. v2: drop flags. Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Acked-by: Aaron Plattner <aplattner@nvidia.com> Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com> commit d06a038a5c49328ab3a8d969d24f9fcd22c63202 Author: Dave Airlie <airlied@gmail.com> Date: Tue Apr 10 14:50:37 2012 +0100 xf86: move AdjustFrame to passing ScrnInfoPtr (ABI/API) (v2) This converts AdjustFrame code paths to passing a ScrnInfoPtr instead of an integer index. v2: drop flags args. Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Acked-by: Aaron Plattner <aplattner@nvidia.com> Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com> commit 53d2f8608ffd4090d08e7d5cf2e92fb954959b90 Author: Dave Airlie <airlied@gmail.com> Date: Tue Apr 10 14:41:27 2012 +0100 xf86: modify FreeScreen callback to take pScrn instead of index. (ABI/API) (v2) Another index->pScrn conversion. v2: drop flags arg. Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Acked-by: Aaron Plattner <aplattner@nvidia.com> Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com> commit 60db37c0b247052e0f5c54b1921fe58a3609c2e3 Author: Dave Airlie <airlied@gmail.com> Date: Tue Apr 10 14:35:41 2012 +0100 xf86: change EnterVT/LeaveVT to take a ScrnInfoPtr (ABI/API break) (v2) This modifies the EnterVT/LeaveVT interfaces to take a ScrnInfoPtr instead of an index into xf86Screens. This allows dropping more public dereferences of the xf86Screens and screenInfo. v2: drop flags args as suggested by Keith, fix docs. Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Acked-by: Aaron Plattner <aplattner@nvidia.com> Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com> commit 06729dbbc804a20242e6499f446acb5d94023c3c Author: Dave Airlie <airlied@gmail.com> Date: Tue Apr 10 14:04:59 2012 +0100 xserver: remove index from CloseScreen (API/ABI breakage) This drops the index from the CloseScreen callback, its always been useless really, since the pScreen contains it. Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Acked-by: Aaron Plattner <aplattner@nvidia.com> Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
2012-06-05 14:22:18 +02:00
if (!(*pfnInit) (pScreen, argc, argv)) {
dixFreeScreenSpecificPrivates(pScreen);
dixFreePrivates(pScreen->devPrivates, PRIVATE_SCREEN);
free(pScreen);
screenInfo.numScreens--;
return -1;
}
update_desktop_dimensions();
dixRegisterScreenPrivateKey(&cursorScreenDevPriv, pScreen, PRIVATE_CURSOR,
0);
return i;
}
int
AddGPUScreen(Bool (*pfnInit) (ScreenPtr /*pScreen */ ,
int /*argc */ ,
char ** /*argv */
),
int argc, char **argv)
{
int i;
ScreenPtr pScreen;
Bool ret;
i = screenInfo.numGPUScreens;
if (i == MAXGPUSCREENS)
return -1;
pScreen = (ScreenPtr) calloc(1, sizeof(ScreenRec));
if (!pScreen)
return -1;
ret = init_screen(pScreen, i, TRUE);
if (ret != 0) {
free(pScreen);
return ret;
}
/* This is where screen specific stuff gets initialized. Load the
screen structure, call the hardware, whatever.
This is also where the default colormap should be allocated and
also pixel values for blackPixel, whitePixel, and the cursor
Note that InitScreen is NOT allowed to modify argc, argv, or
any of the strings pointed to by argv. They may be passed to
multiple screens.
*/
screenInfo.gpuscreens[i] = pScreen;
screenInfo.numGPUScreens++;
if (!(*pfnInit) (pScreen, argc, argv)) {
dixFreePrivates(pScreen->devPrivates, PRIVATE_SCREEN);
free(pScreen);
screenInfo.numGPUScreens--;
return -1;
}
update_desktop_dimensions();
/*
* We cannot register the Screen PRIVATE_CURSOR key if cursors are already
* created, because dix/privates.c does not have relocation code for
* PRIVATE_CURSOR. Once this is fixed the if() can be removed and we can
* register the Screen PRIVATE_CURSOR key unconditionally.
*/
if (!dixPrivatesCreated(PRIVATE_CURSOR))
dixRegisterScreenPrivateKey(&cursorScreenDevPriv, pScreen,
PRIVATE_CURSOR, 0);
return i;
}
void
RemoveGPUScreen(ScreenPtr pScreen)
{
int idx, j;
if (!pScreen->isGPU)
return;
idx = pScreen->myNum - GPU_SCREEN_OFFSET;
for (j = idx; j < screenInfo.numGPUScreens - 1; j++) {
screenInfo.gpuscreens[j] = screenInfo.gpuscreens[j + 1];
screenInfo.gpuscreens[j]->myNum = j + GPU_SCREEN_OFFSET;
}
screenInfo.numGPUScreens--;
/* this gets freed later in the resource list, but without
* the screen existing it causes crashes - so remove it here */
if (pScreen->defColormap)
FreeResource(pScreen->defColormap, RT_COLORMAP);
free(pScreen);
}
void
AttachUnboundGPU(ScreenPtr pScreen, ScreenPtr new)
{
assert(new->isGPU);
assert(!new->current_primary);
xorg_list_add(&new->secondary_head, &pScreen->secondary_list);
new->current_primary = pScreen;
}
void
DetachUnboundGPU(ScreenPtr secondary)
{
assert(secondary->isGPU);
assert(!secondary->is_output_secondary);
assert(!secondary->is_offload_secondary);
xorg_list_del(&secondary->secondary_head);
secondary->current_primary = NULL;
}
void
AttachOutputGPU(ScreenPtr pScreen, ScreenPtr new)
{
assert(new->isGPU);
assert(!new->is_output_secondary);
assert(new->current_primary == pScreen);
new->is_output_secondary = TRUE;
new->current_primary->output_secondarys++;
}
void
DetachOutputGPU(ScreenPtr secondary)
{
assert(secondary->isGPU);
assert(secondary->is_output_secondary);
secondary->current_primary->output_secondarys--;
secondary->is_output_secondary = FALSE;
}
void
AttachOffloadGPU(ScreenPtr pScreen, ScreenPtr new)
{
assert(new->isGPU);
assert(!new->is_offload_secondary);
assert(new->current_primary == pScreen);
new->is_offload_secondary = TRUE;
}
void
DetachOffloadGPU(ScreenPtr secondary)
{
assert(secondary->isGPU);
assert(secondary->is_offload_secondary);
secondary->is_offload_secondary = FALSE;
}