mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 01:34:11 +00:00
glx: drop internal server reset support
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
845642e23e
commit
44620ed67c
@@ -52,7 +52,6 @@
|
||||
/*
|
||||
** X resources.
|
||||
*/
|
||||
static x_server_generation_t glxGeneration;
|
||||
RESTYPE __glXContextRes;
|
||||
RESTYPE __glXDrawableRes;
|
||||
|
||||
@@ -460,7 +459,6 @@ xorgGlxGetDispatchAddress(CARD8 minorOpcode, CARD32 vendorCode)
|
||||
static Bool
|
||||
xorgGlxServerPreInit(const ExtensionEntry *extEntry)
|
||||
{
|
||||
if (glxGeneration != serverGeneration) {
|
||||
/* Mesa requires at least one True/DirectColor visual */
|
||||
if (!checkScreenVisuals())
|
||||
return FALSE;
|
||||
@@ -486,10 +484,7 @@ xorgGlxServerPreInit(const ExtensionEntry *extEntry)
|
||||
__glXregisterPresentCompleteNotify();
|
||||
#endif
|
||||
|
||||
glxGeneration = serverGeneration;
|
||||
}
|
||||
|
||||
return glxGeneration == serverGeneration;
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user