From 34d741a3fc96c9424ffec29b114a1bdfde40f8b0 Mon Sep 17 00:00:00 2001 From: marha <marha@users.sourceforge.net> Date: Mon, 22 Oct 2012 08:28:32 +0200 Subject: libX11 mesa pixman git update 22 oct 2012 libX11: f2a8def423a46d52e834cf7ea49fa0079427663a mesa: 259fc154f1fdcabbc0a6c02c524962b063f9dee6 pixman: 31e5a0a393defb8e0534ab1bde29ab23fc04795d --- libX11/src/XErrorDB | 2019 ++++++++++---------- mesalib/configure.ac | 15 +- mesalib/src/gallium/auxiliary/util/u_blitter.c | 27 +- mesalib/src/gallium/auxiliary/util/u_blitter.h | 16 +- .../gallium/auxiliary/util/u_format_r11g11b10f.h | 2 +- mesalib/src/gallium/auxiliary/util/u_upload_mgr.c | 2 +- mesalib/src/gallium/auxiliary/util/u_vbuf.c | 2 +- mesalib/src/mesa/drivers/windows/gdi/wmesa.c | 474 ----- mesalib/src/mesa/main/api_exec.c | 34 - mesalib/src/mesa/main/enums.h | 12 - mesalib/src/mesa/main/mfeatures.h | 4 - mesalib/src/mesa/state_tracker/st_atom_msaa.c | 3 +- mesalib/src/mesa/state_tracker/st_cb_texture.c | 8 +- mesalib/src/mesa/state_tracker/st_extensions.c | 3 +- pixman/configure.ac | 5 +- pixman/pixman/pixman-bits-image.c | 54 +- pixman/pixman/pixman-fast-path.c | 3 +- pixman/pixman/pixman-private.h | 3 +- pixman/pixman/pixman-trap.c | 132 +- pixman/pixman/pixman.h | 5 + pixman/test/composite-traps-test.c | 2 +- 21 files changed, 1199 insertions(+), 1626 deletions(-) diff --git a/libX11/src/XErrorDB b/libX11/src/XErrorDB index 5d1846605..8048907a6 100644 --- a/libX11/src/XErrorDB +++ b/libX11/src/XErrorDB @@ -1,1009 +1,1010 @@ -! -! Copyright 1993, 1995, 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. -! -! -! these are used in XGetErrorMessage. -XlibMessage.XError: X Error of failed request -XlibMessage.MajorCode: Major opcode of failed request: %d -XlibMessage.MinorCode: Minor opcode of failed request: %d -XlibMessage.ResourceID: Resource id in failed request: 0x%lx -XlibMessage.Value: Value in failed request: 0x%lx -XlibMessage.AtomID: Atom id in failed request: 0x%lx -XlibMessage.ErrorSerial: Serial number of failed request: %lu -XlibMessage.CurrentSerial: Current serial number in output stream: %lu -! X request codes. -XRequest.1:X_CreateWindow -XRequest.2:X_ChangeWindowAttributes -XRequest.3:X_GetWindowAttributes -XRequest.4:X_DestroyWindow -XRequest.5:X_DestroySubwindows -XRequest.6:X_ChangeSaveSet -XRequest.7:X_ReparentWindow -XRequest.8:X_MapWindow -XRequest.9:X_MapSubwindows -XRequest.10:X_UnmapWindow -XRequest.11:X_UnmapSubwindows -XRequest.12:X_ConfigureWindow -XRequest.13:X_CirculateWindow -XRequest.14:X_GetGeometry -XRequest.15:X_QueryTree -XRequest.16:X_InternAtom -XRequest.17:X_GetAtomName -XRequest.18:X_ChangeProperty -XRequest.19:X_DeleteProperty -XRequest.20:X_GetProperty -XRequest.21:X_ListProperties -XRequest.22:X_SetSelectionOwner -XRequest.23:X_GetSelectionOwner -XRequest.24:X_ConvertSelection -XRequest.25:X_SendEvent -XRequest.26:X_GrabPointer -XRequest.27:X_UngrabPointer -XRequest.28:X_GrabButton -XRequest.29:X_UngrabButton -XRequest.30:X_ChangeActivePointerGrab -XRequest.31:X_GrabKeyboard -XRequest.32:X_UngrabKeyboard -XRequest.33:X_GrabKey -XRequest.34:X_UngrabKey -XRequest.35:X_AllowEvents -XRequest.36:X_GrabServer -XRequest.37:X_UngrabServer -XRequest.38:X_QueryPointer -XRequest.39:X_GetMotionEvents -XRequest.40:X_TranslateCoords -XRequest.41:X_WarpPointer -XRequest.42:X_SetInputFocus -XRequest.43:X_GetInputFocus -XRequest.44:X_QueryKeymap -XRequest.45:X_OpenFont -XRequest.46:X_CloseFont -XRequest.47:X_QueryFont -XRequest.48:X_QueryTextExtents -XRequest.49:X_ListFonts -XRequest.50:X_ListFontsWithInfo -XRequest.51:X_SetFontPath -XRequest.52:X_GetFontPath -XRequest.53:X_CreatePixmap -XRequest.54:X_FreePixmap -XRequest.55:X_CreateGC -XRequest.56:X_ChangeGC -XRequest.57:X_CopyGC -XRequest.58:X_SetDashes -XRequest.59:X_SetClipRectangles -XRequest.60:X_FreeGC -XRequest.61:X_ClearArea -XRequest.62:X_CopyArea -XRequest.63:X_CopyPlane -XRequest.64:X_PolyPoint -XRequest.65:X_PolyLine -XRequest.66:X_PolySegment -XRequest.67:X_PolyRectangle -XRequest.68:X_PolyArc -XRequest.69:X_FillPoly -XRequest.70:X_PolyFillRectangle -XRequest.71:X_PolyFillArc -XRequest.72:X_PutImage -XRequest.73:X_GetImage -XRequest.74:X_PolyText8 -XRequest.75:X_PolyText16 -XRequest.76:X_ImageText8 -XRequest.77:X_ImageText16 -XRequest.78:X_CreateColormap -XRequest.79:X_FreeColormap -XRequest.80:X_CopyColormapAndFree -XRequest.81:X_InstallColormap -XRequest.82:X_UninstallColormap -XRequest.83:X_ListInstalledColormaps -XRequest.84:X_AllocColor -XRequest.85:X_AllocNamedColor -XRequest.86:X_AllocColorCells -XRequest.87:X_AllocColorPlanes -XRequest.88:X_FreeColors -XRequest.89:X_StoreColors -XRequest.90:X_StoreNamedColor -XRequest.91:X_QueryColors -XRequest.92:X_LookupColor -XRequest.93:X_CreateCursor -XRequest.94:X_CreateGlyphCursor -XRequest.95:X_FreeCursor -XRequest.96:X_RecolorCursor -XRequest.97:X_QueryBestSize -XRequest.98:X_QueryExtension -XRequest.99:X_ListExtensions -XRequest.100:X_ChangeKeyboardMapping -XRequest.101:X_GetKeyboardMapping -XRequest.102:X_ChangeKeyboardControl -XRequest.103:X_GetKeyboardControl -XRequest.104:X_Bell -XRequest.105:X_ChangePointerControl -XRequest.106:X_GetPointerControl -XRequest.107:X_SetScreenSaver -XRequest.108:X_GetScreenSaver -XRequest.109:X_ChangeHosts -XRequest.110:X_ListHosts -XRequest.111:X_SetAccessControl -XRequest.112:X_SetCloseDownMode -XRequest.113:X_KillClient -XRequest.114:X_RotateProperties -XRequest.115:X_ForceScreenSaver -XRequest.116:X_SetPointerMapping -XRequest.117:X_GetPointerMapping -XRequest.118:X_SetModifierMapping -XRequest.119:X_GetModifierMapping -XRequest.127:X_NoOperation -! X Error Codes -XProtoError.0: unknown error code 0 -XProtoError.1: BadRequest (invalid request code or no such operation) -XProtoError.2: BadValue (integer parameter out of range for operation) -XProtoError.3: BadWindow (invalid Window parameter) -XProtoError.4: BadPixmap (invalid Pixmap parameter) -XProtoError.5: BadAtom (invalid Atom parameter) -XProtoError.6: BadCursor (invalid Cursor parameter) -XProtoError.7: BadFont (invalid Font parameter) -XProtoError.8: BadMatch (invalid parameter attributes) -XProtoError.9: BadDrawable (invalid Pixmap or Window parameter) -XProtoError.10: BadAccess (attempt to access private resource denied) -XProtoError.11: BadAlloc (insufficient resources for operation) -XProtoError.12: BadColor (invalid Colormap parameter) -XProtoError.13: BadGC (invalid GC parameter) -XProtoError.14: BadIDChoice (invalid resource ID chosen for this connection) -XProtoError.15: BadName (named color or font does not exist) -XProtoError.16: BadLength (poly request too large or internal Xlib length error) -XProtoError.17: BadImplementation (server does not implement operation) -! Multi-Buffering extension, not an X Consortium standard -XRequest.Multi-Buffering.0: X_MbufGetBufferVersion -XRequest.Multi-Buffering.1: X_MbufCreateImageBuffers -XRequest.Multi-Buffering.2: X_MbufDestroyImageBuffers -XRequest.Multi-Buffering.3: X_MbufDisplayImageBuffers -XRequest.Multi-Buffering.4: X_MbufSetMultiBufferAttributes -XRequest.Multi-Buffering.5: X_MbufGetMultiBufferAttributes -XRequest.Multi-Buffering.6: X_MbufSetBufferAttributes -XRequest.Multi-Buffering.7: X_MbufGetBufferAttributes -XRequest.Multi-Buffering.8: X_MbufGetBufferInfo -XRequest.Multi-Buffering.9: X_MbufCreateStereoWindow -XProtoError.Multi-Buffering.0: BadBuffer (invalid Buffer parameter) -XlibMessage.Multi-Buffering.0: Buffer id in failed request: 0x%lx -! SHAPE extension, an X Consortium standard -XRequest.SHAPE.0: X_ShapeQueryVersion -XRequest.SHAPE.1: X_ShapeRectangles -XRequest.SHAPE.2: X_ShapeMask -XRequest.SHAPE.3: X_ShapeCombine -XRequest.SHAPE.4: X_ShapeOffset -XRequest.SHAPE.5: X_ShapeQueryExtents -XRequest.SHAPE.6: X_ShapeSelectInput -XRequest.SHAPE.7: X_ShapeInputSelected -XRequest.SHAPE.8: X_ShapeGetRectangles -! Input extension, an X Consortium standard -XRequest.XInputExtension.1:X_GetExtensionVersion -XRequest.XInputExtension.2:X_ListInputDevices -XRequest.XInputExtension.3:X_OpenDevice -XRequest.XInputExtension.4:X_CloseDevice -XRequest.XInputExtension.5:X_SetDeviceMode -XRequest.XInputExtension.6:X_SelectExtensionEvent -XRequest.XInputExtension.7:X_GetSelectedExtensionEvents -XRequest.XInputExtension.8:X_ChangeDeviceDontPropagateList -XRequest.XInputExtension.9:X_GetDeviceDontPropagateList -XRequest.XInputExtension.10:X_GetDeviceMotionEvents -XRequest.XInputExtension.11:X_ChangeKeyboardDevice -XRequest.XInputExtension.12:X_ChangePointerDevice -XRequest.XInputExtension.13:X_GrabDevice -XRequest.XInputExtension.14:X_UngrabDevice -XRequest.XInputExtension.15:X_GrabDeviceKey -XRequest.XInputExtension.16:X_UngrabDeviceKey -XRequest.XInputExtension.17:X_GrabDeviceButton -XRequest.XInputExtension.18:X_UngrabDeviceButton -XRequest.XInputExtension.19:X_AllowDeviceEvents -XRequest.XInputExtension.20:X_GetDeviceFocus -XRequest.XInputExtension.21:X_SetDeviceFocus -XRequest.XInputExtension.22:X_GetFeedbackControl -XRequest.XInputExtension.23:X_ChangeFeedbackControl -XRequest.XInputExtension.24:X_GetDeviceKeyMapping -XRequest.XInputExtension.25:X_ChangeDeviceKeyMapping -XRequest.XInputExtension.26:X_GetDeviceModifierMapping -XRequest.XInputExtension.27:X_SetDeviceModifierMapping -XRequest.XInputExtension.28:X_GetDeviceButtonMapping -XRequest.XInputExtension.29:X_SetDeviceButtonMapping -XRequest.XInputExtension.30:X_QueryDeviceState -XRequest.XInputExtension.31:X_SendExtensionEvent -XRequest.XInputExtension.32:X_DeviceBell -XRequest.XInputExtension.33:X_SetDeviceValuators -XRequest.XInputExtension.34:X_GetDeviceControl -XRequest.XInputExtension.35:X_ChangeDeviceControl -XRequest.XInputExtension.36: X_ListDeviceProperties -XRequest.XInputExtension.37: X_ChangeDeviceProperty -XRequest.XInputExtension.38: X_DeleteDeviceProperty -XRequest.XInputExtension.39: X_GetDeviceProperty -XProtoError.XInputExtension.0: XI_BadDevice (invalid Device parameter) -XlibMessage.XInputExtension.0: Device id in failed request: 0x%lx -XProtoError.XInputExtension.1: XI_BadEvent (invalid Event parameter) -XlibMessage.XInputExtension.1: Event id in failed request: 0x%lx -XProtoError.XInputExtension.2: XI_BadMode (invalid Mode parameter) -XlibMessage.XInputExtension.2: Mode id in failed request: 0x%lx -XProtoError.XInputExtension.3: XI_DeviceBusy -XlibMessage.XInputExtension.3: Device id in failed request: 0x%lx -XProtoError.XInputExtension.4: XI_BadClass (invalid Class parameter) -XlibMessage.XInputExtension.4: Class id in failed request: 0x%lx -! MIT-SHM extension, experimental, not an X Consortium standard -XRequest.MIT-SHM.0: X_ShmQueryVersion -XRequest.MIT-SHM.1: X_ShmAttach -XRequest.MIT-SHM.2: X_ShmDetach -XRequest.MIT-SHM.3: X_ShmPutImage -XRequest.MIT-SHM.4: X_ShmGetImage -XRequest.MIT-SHM.5: X_ShmCreatePixmap -XProtoError.MIT-SHM.0: BadShmSeg (invalid shared segment parameter) -XlibMessage.MIT-SHM.0: Segment id in failed request: 0x%lx -! MIT-SUNDRY-NONSTANDARD extension, definitely not an X Consortium standard -XRequest.MIT-SUNDRY-NONSTANDARD.0: X_MITSetBugMode -XRequest.MIT-SUNDRY-NONSTANDARD.1: X_MITGetBugMode -! X3D-PEX extension -XRequest.X3D-PEX.1: PEX_GetExtensionInfo -XRequest.X3D-PEX.2: PEX_GetEnumeratedTypeInfo -XRequest.X3D-PEX.3: PEX_GetImpDepConstants -XRequest.X3D-PEX.4: PEX_CreateLookupTable -XRequest.X3D-PEX.5: PEX_CopyLookupTable -XRequest.X3D-PEX.6: PEX_FreeLookupTable -XRequest.X3D-PEX.7: PEX_GetTableInfo -XRequest.X3D-PEX.8: PEX_GetPredefinedEntries -XRequest.X3D-PEX.9: PEX_GetDefinedIndices -XRequest.X3D-PEX.10: PEX_GetTableEntry -XRequest.X3D-PEX.11: PEX_GetTableEntries -XRequest.X3D-PEX.12: PEX_SetTableEntries -XRequest.X3D-PEX.13: PEX_DeleteTableEntries -XRequest.X3D-PEX.14: PEX_CreatePipelineContext -XRequest.X3D-PEX.15: PEX_CopyPipelineContext -XRequest.X3D-PEX.16: PEX_FreePipelineContext -XRequest.X3D-PEX.17: PEX_GetPipelineContext -XRequest.X3D-PEX.18: PEX_ChangePipelineContext -XRequest.X3D-PEX.19: PEX_CreateRenderer -XRequest.X3D-PEX.20: PEX_FreeRenderer -XRequest.X3D-PEX.21: PEX_ChangeRenderer -XRequest.X3D-PEX.22: PEX_GetRendererAttributes -XRequest.X3D-PEX.23: PEX_GetRendererDynamics -XRequest.X3D-PEX.24: PEX_BeginRendering -XRequest.X3D-PEX.25: PEX_EndRendering -XRequest.X3D-PEX.26: PEX_BeginStructure -XRequest.X3D-PEX.27: PEX_EndStructure -XRequest.X3D-PEX.28: PEX_RenderOutputCommands -XRequest.X3D-PEX.29: PEX_RenderNetwork -XRequest.X3D-PEX.30: PEX_CreateStructure -XRequest.X3D-PEX.31: PEX_CopyStructure -XRequest.X3D-PEX.32: PEX_DestroyStructures -XRequest.X3D-PEX.33: PEX_GetStructureInfo -XRequest.X3D-PEX.34: PEX_GetElementInfo -XRequest.X3D-PEX.35: PEX_GetStructuresInNetwork -XRequest.X3D-PEX.36: PEX_GetAncestors -XRequest.X3D-PEX.37: PEX_GetDescendants -XRequest.X3D-PEX.38: PEX_FetchElements -XRequest.X3D-PEX.39: PEX_SetEditingMode -XRequest.X3D-PEX.40: PEX_SetElementPointer -XRequest.X3D-PEX.41: PEX_SetElementPointerAtLabel -XRequest.X3D-PEX.42: PEX_ElementSearch -XRequest.X3D-PEX.43: PEX_StoreElements -XRequest.X3D-PEX.44: PEX_DeleteElements -XRequest.X3D-PEX.45: PEX_DeleteElementsToLabel -XRequest.X3D-PEX.46: PEX_DeleteBetweenLabels -XRequest.X3D-PEX.47: PEX_CopyElements -XRequest.X3D-PEX.48: PEX_ChangeStructureRefs -XRequest.X3D-PEX.49: PEX_CreateNameSet -XRequest.X3D-PEX.50: PEX_CopyNameSet -XRequest.X3D-PEX.51: PEX_FreeNameSet -XRequest.X3D-PEX.52: PEX_GetNameSet -XRequest.X3D-PEX.53: PEX_ChangeNameSet -XRequest.X3D-PEX.54: PEX_CreateSearchContext -XRequest.X3D-PEX.55: PEX_CopySearchContext -XRequest.X3D-PEX.56: PEX_FreeSearchContext -XRequest.X3D-PEX.57: PEX_GetSearchContext -XRequest.X3D-PEX.58: PEX_ChangeSearchContext -XRequest.X3D-PEX.59: PEX_SearchNetwork -XRequest.X3D-PEX.60: PEX_CreatePhigsWks -XRequest.X3D-PEX.61: PEX_FreePhigsWks -XRequest.X3D-PEX.62: PEX_GetWksInfo -XRequest.X3D-PEX.63: PEX_GetDynamics -XRequest.X3D-PEX.64: PEX_GetViewRep -XRequest.X3D-PEX.65: PEX_RedrawAllStructures -XRequest.X3D-PEX.66: PEX_UpdateWorkstation -XRequest.X3D-PEX.67: PEX_RedrawClipRegion -XRequest.X3D-PEX.68: PEX_ExecuteDeferredActions -XRequest.X3D-PEX.69: PEX_SetViewPriority -XRequest.X3D-PEX.70: PEX_SetDisplayUpdateMode -XRequest.X3D-PEX.71: PEX_MapDCtoWC -XRequest.X3D-PEX.72: PEX_MapWCtoDC -XRequest.X3D-PEX.73: PEX_SetViewRep -XRequest.X3D-PEX.74: PEX_SetWksWindow -XRequest.X3D-PEX.75: PEX_SetWksViewport -XRequest.X3D-PEX.76: PEX_SetHlhsrMode -XRequest.X3D-PEX.77: PEX_SetWksBufferMode -XRequest.X3D-PEX.78: PEX_PostStructure -XRequest.X3D-PEX.79: PEX_UnpostStructure -XRequest.X3D-PEX.80: PEX_UnpostAllStructures -XRequest.X3D-PEX.81: PEX_GetWksPostings -XRequest.X3D-PEX.82: PEX_GetPickDevice -XRequest.X3D-PEX.83: PEX_ChangePickDevice -XRequest.X3D-PEX.84: PEX_CreatePickMeasure -XRequest.X3D-PEX.85: PEX_FreePickMeasure -XRequest.X3D-PEX.86: PEX_GetPickMeasure -XRequest.X3D-PEX.87: PEX_UpdatePickMeasure -XRequest.X3D-PEX.88: PEX_OpenFont -XRequest.X3D-PEX.89: PEX_CloseFont -XRequest.X3D-PEX.90: PEX_QueryFont -XRequest.X3D-PEX.91: PEX_ListFonts -XRequest.X3D-PEX.92: PEX_ListFontsWithInfo -XRequest.X3D-PEX.93: PEX_QueryTextExtents -XRequest.X3D-PEX.94: PEX_MatchRenderingTargets -XRequest.X3D-PEX.95: PEX_Escape -XRequest.X3D-PEX.96: PEX_EscapeWithReply -XRequest.X3D-PEX.97: PEX_RenderElements -XRequest.X3D-PEX.98: PEX_AccumulateState -XRequest.X3D-PEX.99: PEX_BeginPickOne -XRequest.X3D-PEX.100: PEX_EndPickOne -XRequest.X3D-PEX.101: PEX_PickOne -XRequest.X3D-PEX.102: PEX_BeginPickAll -XRequest.X3D-PEX.103: PEX_EndPickAll -XRequest.X3D-PEX.104: PEX_PickAll -XProtoError.X3D-PEX.0: PEXColorTypeError -XlibMessage.X3D-PEX.0: Color type in failed request: 0x%lx -XProtoError.X3D-PEX.1: PEXRendererStateError -XlibMessage.X3D-PEX.1: Renderer id in failed request: 0x%lx -XProtoError.X3D-PEX.2: PEXFloatingPointFormatError -XlibMessage.X3D-PEX.2: Format in failed request: 0x%lx -XProtoError.X3D-PEX.3: PEXLabelError -XlibMessage.X3D-PEX.3: Label in failed request: 0x%lx -XProtoError.X3D-PEX.4: PEXLookupTableError -XlibMessage.X3D-PEX.4: Table id in failed request: 0x%lx -XProtoError.X3D-PEX.5: PEXNameSetError -XlibMessage.X3D-PEX.5: Nameset in failed request: 0x%lx -XProtoError.X3D-PEX.6: PEXPathError -XlibMessage.X3D-PEX.6: Path id in failed request: 0x%lx -XProtoError.X3D-PEX.7: PEXFontError -XlibMessage.X3D-PEX.7: Font id in failed request: 0x%lx -XProtoError.X3D-PEX.8: PEXPhigsWksError -XlibMessage.X3D-PEX.8: Workstation id in failed request: 0x%lx -XProtoError.X3D-PEX.9: PEXPickMeasureError -XlibMessage.X3D-PEX.9: Device id in failed request: 0x%lx -XProtoError.X3D-PEX.10: PEXPipelineContextError -XlibMessage.X3D-PEX.10: Context id in failed request: 0x%lx -XProtoError.X3D-PEX.11: PEXRendererError -XlibMessage.X3D-PEX.11: Renderer id in failed request: 0x%lx -XProtoError.X3D-PEX.12: PEXSearchContextError -XlibMessage.X3D-PEX.12: Context id in failed request: 0x%lx -XProtoError.X3D-PEX.13: PEXStructureError -XlibMessage.X3D-PEX.13: Structure id in failed request: 0x%lx -XProtoError.X3D-PEX.14: PEXOutputCommandError -XlibMessage.X3D-PEX.14: Resource id in failed request: 0x%lx -! XTEST extension, an X Consortium standard -XRequest.XTEST.0: X_XTestGetVersion -XRequest.XTEST.1: X_XTestCompareCursor -XRequest.XTEST.2: X_XTestFakeInput -XRequest.XTEST.3: X_XTestGrabControl -! BIG-REQUESTS extension, an X Consortium standard -XRequest.BIG-REQUESTS.0: X_BigReqEnable -! XIE extension, an X Consortium standard -XRequest.XIE.1: XIE_QueryImageExtension -XRequest.XIE.2: XIE_QueryTechniques -XRequest.XIE.3: XIE_CreateColorList -XRequest.XIE.4: XIE_DestroyColorList -XRequest.XIE.5: XIE_PurgeColorList -XRequest.XIE.6: XIE_QueryColorList -XRequest.XIE.7: XIE_CreateLUT -XRequest.XIE.8: XIE_DestroyLUT -XRequest.XIE.9: XIE_CreatePhotomap -XRequest.XIE.10: XIE_DestroyPhotomap -XRequest.XIE.11: XIE_QueryPhotomap -XRequest.XIE.12: XIE_CreateROI -XRequest.XIE.13: XIE_DestroyROI -XRequest.XIE.14: XIE_CreatePhotospace -XRequest.XIE.15: XIE_DestroyPhotospace -XRequest.XIE.16: XIE_ExecuteImmediate -XRequest.XIE.17: XIE_CreatePhotoflo -XRequest.XIE.18: XIE_DestroyPhotoflo -XRequest.XIE.19: XIE_ExecutePhotoflo -XRequest.XIE.20: XIE_ModifyPhotoflo -XRequest.XIE.21: XIE_RedefinePhotoflo -XRequest.XIE.22: XIE_PutClientData -XRequest.XIE.23: XIE_GetClientData -XRequest.XIE.24: XIE_QueryPhotoflo -XRequest.XIE.25: XIE_Await -XRequest.XIE.26: XIE_Abort -XProtoError.XIE.0: XIE_ColorListError -XlibMessage.XIE.0: ColorList in failed request: 0x%lx -XProtoError.XIE.1: XIE_LUTError -XlibMessage.XIE.1: LUT in failed request: 0x%lx -XProtoError.XIE.2: XIE_PhotofloError -XlibMessage.XIE.2: Photoflo in failed request: 0x%lx -XProtoError.XIE.3: XIE_PhotomapError -XlibMessage.XIE.3: Photomap in failed request: 0x%lx -XProtoError.XIE.4: XIE_PhotospaceError -XlibMessage.XIE.4: Photospace in failed request: 0x%lx -XProtoError.XIE.5: XIE_ROIError -XlibMessage.XIE.5: ROI in failed request: 0x%lx -XProtoError.XIE.6: XIE_FloError -XlibMessage.XIE.6: Photoflo in failed request: 0x%lx -! SYNC extension, an X Consortium standard -XRequest.SYNC.0: X_SyncInitialize -XRequest.SYNC.1: X_SyncListSystemCounters -XRequest.SYNC.2: X_SyncCreateCounter -XRequest.SYNC.3: X_SyncSetCounter -XRequest.SYNC.4: X_SyncChangeCounter -XRequest.SYNC.5: X_SyncQueryCounter -XRequest.SYNC.6: X_SyncDestroyCounter -XRequest.SYNC.7: X_SyncAwait -XRequest.SYNC.8: X_SyncCreateAlarm -XRequest.SYNC.9: X_SyncChangeAlarm -XRequest.SYNC.10: X_SyncQueryAlarm -XRequest.SYNC.11: X_SyncDestroyAlarm -XRequest.SYNC.12: X_SyncSetPriority -XRequest.SYNC.13: X_SyncGetPriority -XProtoError.SYNC.0: XSyncBadCounter -XlibMessage.SYNC.0: Counter in failed request: 0x%lx -XProtoError.SYNC.1: XSyncBadAlarm -XlibMessage.SYNC.1: Alarm in failed request: 0x%lx -! XKB extension -XRequest.XKEYBOARD.0: XkbUseExtension -XRequest.XKEYBOARD.1: XkbSelectEvents -XRequest.XKEYBOARD.2: OBSOLETE -XRequest.XKEYBOARD.3: XkbBell -XRequest.XKEYBOARD.4: XkbGetState -XRequest.XKEYBOARD.5: XkbLatchLockState -XRequest.XKEYBOARD.6: XkbGetControls -XRequest.XKEYBOARD.7: XkbSetControls -XRequest.XKEYBOARD.8: XkbGetMap -XRequest.XKEYBOARD.9: XkbSetMap -XRequest.XKEYBOARD.10: XkbGetCompatMap -XRequest.XKEYBOARD.11: XkbSetCompatMap -XRequest.XKEYBOARD.12: XkbGetIndicatorState -XRequest.XKEYBOARD.13: XkbGetIndicatorMap -XRequest.XKEYBOARD.14: XkbSetIndicatorMap -XRequest.XKEYBOARD.15: XkbGetNamedIndicator -XRequest.XKEYBOARD.16: XkbSetNamedIndicator -XRequest.XKEYBOARD.17: XkbGetNames -XRequest.XKEYBOARD.18: XkbSetNames -XRequest.XKEYBOARD.19: XkbGetGeometry -XRequest.XKEYBOARD.20: XkbSetGeometry -XRequest.XKEYBOARD.21: XkbPerClientFlags -XRequest.XKEYBOARD.22: XkbListComponents -XRequest.XKEYBOARD.23: XkbGetKbdByName -XRequest.XKEYBOARD.24: XkbGetDeviceInfo -XRequest.XKEYBOARD.25: XkbSetDeviceInfo -XRequest.XKEYBOARD.101: XkbSetDebuggingFlags -XProtoError.XKEYBOARD.0: XkbBadKeyboard -XlibMessage.XKEYBOARD.0: Device id in failed request: 0x%lx -! GLX extension for OpenGL, an OpenGL Architectural Review Board standard -! GLX Commands -XRequest.GLX.7: X_GLXQueryVersion -XRequest.GLX.3: X_GLXCreateContext -XRequest.GLX.4: X_GLXDestroyContext -XRequest.GLX.5: X_GLXMakeCurrent -XRequest.GLX.6: X_GLXIsDirect -XRequest.GLX.10: X_GLXCopyContext -XRequest.GLX.8: X_GLXWaitGL -XRequest.GLX.9: X_GLXWaitX -XRequest.GLX.11: X_GLXSwapBuffers -XRequest.GLX.12: X_GLXUseXFont -XRequest.GLX.13: X_GLXCreateGLXPixmap -XRequest.GLX.15: X_GLXDestroyGLXPixmap -XRequest.GLX.14: X_GLXGetVisualConfigs -XRequest.GLX.16: X_GLXVendorPrivate -XRequest.GLX.17: X_GLXVendorPrivateWithReply -XRequest.GLX.18: X_GLXQueryExtensionsString -XRequest.GLX.19: X_GLXQueryServerString -XRequest.GLX.20: X_GLXClientInfo -XRequest.GLX.21: X_GLXGetFBConfigs -XRequest.GLX.22: X_GLXCreatePixmap -XRequest.GLX.23: X_GLXDestroyPixmap -XRequest.GLX.24: X_GLXCreateNewContext -XRequest.GLX.25: X_GLXQueryContext -XRequest.GLX.26: X_GLXMakeContextCurrent -XRequest.GLX.27: X_GLXCreatePbuffer -XRequest.GLX.28: X_GLXDestroyPbuffer -XRequest.GLX.29: X_GLXGetDrawableAttributes -XRequest.GLX.30: X_GLXChangeDrawableAttributes -XRequest.GLX.31: X_GLXCreateWindow -XRequest.GLX.32: X_GLXDestroyWindow -! GL Non-rendering Commands -XRequest.GLX.103: X_GLXDeleteLists -XRequest.GLX.102: X_GLXEndList -XRequest.GLX.105: X_GLXFeedbackBuffer -XRequest.GLX.108: X_GLXFinish -XRequest.GLX.142: X_GLXFlush -XRequest.GLX.104: X_GLXGenLists -XRequest.GLX.112: X_GLXGetBooleanv -XRequest.GLX.113: X_GLXGetClipPlane -XRequest.GLX.114: X_GLXGetDoublev -XRequest.GLX.115: X_GLXGetError -XRequest.GLX.116: X_GLXGetFloatv -XRequest.GLX.117: X_GLXGetIntegerv -XRequest.GLX.118: X_GLXGetLightfv -XRequest.GLX.119: X_GLXGetLightiv -XRequest.GLX.120: X_GLXGetMapdv -XRequest.GLX.121: X_GLXGetMapfv -XRequest.GLX.122: X_GLXGetMapiv -XRequest.GLX.123: X_GLXGetMaterialfv -XRequest.GLX.124: X_GLXGetMaterialiv -XRequest.GLX.125: X_GLXGetPixelfv -XRequest.GLX.126: X_GLXGetPixelMapuiv -XRequest.GLX.127: X_GLXGetPixelMapusv -XRequest.GLX.129: X_GLXGetString -XRequest.GLX.130: X_GLXGetTexEnvfv -XRequest.GLX.131: X_GLXGetTexEnviv -XRequest.GLX.132: X_GLXGetTexGendv -XRequest.GLX.133: X_GLXGetTexGenfv -XRequest.GLX.134: X_GLXGetTexGeniv -XRequest.GLX.138: X_GLXGetTexLevelParameterfv -XRequest.GLX.139: X_GLXGetTexLevelParameteriv -XRequest.GLX.136: X_GLXGetTexParameterfv -XRequest.GLX.137: X_GLXGetTexParameteriv -XRequest.GLX.140: X_GLXIsEnabled -XRequest.GLX.141: X_GLXIsList -XRequest.GLX.101: X_GLXNewList -XRequest.GLX.109: X_GLXPixelStoref -XRequest.GLX.110: X_GLXPixelStorei -XRequest.GLX.107: X_GLXRenderMode -XRequest.GLX.106: X_GLXSelectBuffer -! GL Non-rendering Commands That Return Pixel Data -XRequest.GLX.128: X_GLXGetPolygonStipple -XRequest.GLX.135: X_GLXGetTexImage -XRequest.GLX.111: X_GLXReadPixels -! GL Rendering Commands -XRequest.GLX.1: X_GLXRender -XRequest.GLX.2: X_GLXRenderLarge -! GLX Errors -XProtoError.GLX.0: GLXBadContext -XProtoError.GLX.1: GLXBadContextState -XProtoError.GLX.2: GLXBadDrawable -XProtoError.GLX.3: GLXBadPixmap -XProtoError.GLX.4: GLXBadContextTag -XProtoError.GLX.5: GLXBadCurrentWindow -XProtoError.GLX.6: GLXBadRenderRequest -XProtoError.GLX.7: GLXBadLargeRequest -XProtoError.GLX.8: GLXUnsupportedPrivateRequest -XProtoError.GLX.9: GLXBadFBConfig -XProtoError.GLX.10: GLXBadPbuffer -XProtoError.GLX.11: GLXBadCurrentDrawable -XProtoError.GLX.12: GLXBadWindow -! XC-MISC extension, an X Consortium standard -XRequest.XC-MISC.0: XCMiscGetVersion -XRequest.XC-MISC.1: XCMiscGetXIDRange -! RECORD extension -XRequest.RECORD.0: XRecordQueryVersion -XRequest.RECORD.1: XRecordCreateContext -XRequest.RECORD.2: XRecordRegisterClients -XRequest.RECORD.3: XRecordUnregisterClients -XRequest.RECORD.4: XRecordGetContext -XRequest.RECORD.5: XRecordEnableContext -XRequest.RECORD.6: XRecordDisableContext -XRequest.RECORD.7: XRecordFreeContext -XProtoError.RECORD.0: XRecordBadContext -XlibMessage.RECORD.0: Context in failed request: 0x%lx -! XFree86-VidModeExtension -- not an X Consortium standard -XRequest.XFree86-VidModeExtension.0: XF86VidModeQueryVersion -XRequest.XFree86-VidModeExtension.1: XF86VidModeGetModeLine -XRequest.XFree86-VidModeExtension.2: XF86VidModeModModeLine -XRequest.XFree86-VidModeExtension.3: XF86VidModeSwitchMode -XRequest.XFree86-VidModeExtension.4: XF86VidModeGetMonitor -XRequest.XFree86-VidModeExtension.5: XF86VidModeLockModeSwitch -XRequest.XFree86-VidModeExtension.6: XF86VidModeGetAllModeLines -XRequest.XFree86-VidModeExtension.7: XF86VidModeAddModeLine -XRequest.XFree86-VidModeExtension.8: XF86VidModeDeleteModeLine -XRequest.XFree86-VidModeExtension.9: XF86VidModeValidateModeLine -XRequest.XFree86-VidModeExtension.10: XF86VidModeSwitchToMode -XRequest.XFree86-VidModeExtension.11: XF86VidModeGetViewPort -XRequest.XFree86-VidModeExtension.12: XF86VidModeSetViewPort -XRequest.XFree86-VidModeExtension.13: XF86VidModeGetDotClocks -XRequest.XFree86-VidModeExtension.14: XF86VidModeSetClientVersion -XRequest.XFree86-VidModeExtension.15: XF86VidModeSetGamma -XRequest.XFree86-VidModeExtension.16: XF86VidModeGetGamma -XRequest.XFree86-VidModeExtension.17: XF86VidModeGetGammaRamp -XRequest.XFree86-VidModeExtension.18: XF86VidModeSetGammaRamp -XRequest.XFree86-VidModeExtension.19: XF86VidModeGetGammaRampSize -XRequest.XFree86-VidModeExtension.20: XF86VidModeGetPermissions -XProtoError.XFree86-VidModeExtension.0: XF86VidModeBadClock -XProtoError.XFree86-VidModeExtension.1: XF86VidModeBadHTimings -XProtoError.XFree86-VidModeExtension.2: XF86VidModeBadVTimings -XProtoError.XFree86-VidModeExtension.3: XF86VidModeModeUnsuitable -XProtoError.XFree86-VidModeExtension.4: XF86VidModeExtensionDisabled -XProtoError.XFree86-VidModeExtension.5: XF86VidModeClientNotLocal -XProtoError.XFree86-VidModeExtension.6: XF86VidModeZoomLocked -! XFree86-Misc -- not an X Consortium standard -XRequest.XFree86-Misc.0: XF86MiscQueryVersion -XRequest.XFree86-Misc.1: XF86MiscGetSaver -XRequest.XFree86-Misc.2: XF86MiscSetSaver -XRequest.XFree86-Misc.3: XF86MiscGetMouseSettings -XRequest.XFree86-Misc.4: XF86MiscGetKbdSettings -XRequest.XFree86-Misc.5: XF86MiscSetMouseSettings -XRequest.XFree86-Misc.6: XF86MiscSetKbdSettings -XRequest.XFree86-Misc.7: XF86MiscSetGrabKeysState -XRequest.XFree86-Misc.8: XF86MiscSetClientVersion -XRequest.XFree86-Misc.9: XF86MiscGetFilePaths -XProtoError.XFree86-Misc.0: XF86MiscBadMouseProtocol -XProtoError.XFree86-Misc.1: XF86MiscBadMouseBaudRate -XProtoError.XFree86-Misc.2: XF86MiscBadMouseFlags -XProtoError.XFree86-Misc.3: XF86MiscBadMouseCombo -XProtoError.XFree86-Misc.4: XF86MiscBadKbdType -XProtoError.XFree86-Misc.5: XF86MiscModInDevDisabled -XProtoError.XFree86-Misc.6: XF86MiscModInDevClientNotLocal -XProtoError.XFree86-Misc.7: XF86MiscNoModule -! XFree86-DGA -- not an X Consortium standard -XRequest.XFree86-DGA.0: XF86DGAQueryVersion -XRequest.XFree86-DGA.1: XF86DGAGetVideoLL -XRequest.XFree86-DGA.2: XF86DGADirectVideo -XRequest.XFree86-DGA.3: XF86DGAGetViewPortSize -XRequest.XFree86-DGA.4: XF86DGASetViewPort -XRequest.XFree86-DGA.5: XF86DGAGetVidPage -XRequest.XFree86-DGA.6: XF86DGASetVidPage -XRequest.XFree86-DGA.7: XF86DGAInstallColormap -XRequest.XFree86-DGA.8: XF86DGAQueryDirectVideo -XRequest.XFree86-DGA.9: XF86DGAViewPortChanged -XRequest.XFree86-DGA.10: XF86DGAObsolete1 -XRequest.XFree86-DGA.11: XF86DGAObsolete2 -XRequest.XFree86-DGA.12: XDGAQueryModes -XRequest.XFree86-DGA.13: XDGASetMode -XRequest.XFree86-DGA.14: XDGASetViewport -XRequest.XFree86-DGA.15: XDGAInstallColormap -XRequest.XFree86-DGA.16: XDGASelectInput -XRequest.XFree86-DGA.17: XDGAFillRectangle -XRequest.XFree86-DGA.18: XDGACopyArea -XRequest.XFree86-DGA.19: XDGACopyTransparentArea -XRequest.XFree86-DGA.20: XDGAGetViewportStatus -XRequest.XFree86-DGA.21: XDGASync -XRequest.XFree86-DGA.22: XDGAOpenFramebuffer -XRequest.XFree86-DGA.23: XDGACloseFramebuffer -XRequest.XFree86-DGA.24: XDGASetClientVersion -XRequest.XFree86-DGA.25: XDGAChangePixmapMode -XRequest.XFree86-DGA.26: XDGACreateColormap -XProtoError.XFree86-DGA.0: XF86DGAClientNotLocal -XProtoError.XFree86-DGA.1: XF86DGANoDirectVideoMode -XProtoError.XFree86-DGA.2: XF86DGAScreenNotActive -XProtoError.XFree86-DGA.3: XF86DGADirectNotActivated -XProtoError.XFree86-DGA.4: XF86DGAOperationNotSupported -! DOUBLE-BUFFER (DBE), an X Consortium standard -XRequest.DOUBLE-BUFFER.0: DBEGetVersion -XRequest.DOUBLE-BUFFER.1: DBEAllocateBackBufferName -XRequest.DOUBLE-BUFFER.2: DBEDeallocateBackBufferName -XRequest.DOUBLE-BUFFER.3: DBESwapBuffers -XRequest.DOUBLE-BUFFER.4: DBEBeginIdiom -XRequest.DOUBLE-BUFFER.5: DBEEndIdiom -XRequest.DOUBLE-BUFFER.6: DBEGetVisualInfo -XRequest.DOUBLE-BUFFER.7: DBEGetBackBufferAttributes -XProtoError.DOUBLE-BUFFER.0: DBEBadBuffer (invalid BackBuffer parameter) -XlibMessage.DOUBLE-BUFFER.0: BackBuffer in failed request: 0x%lx -! SECURITY -XRequest.SECURITY.0: SecurityQueryVersion -XRequest.SECURITY.1: SecurityGenerateAuthorization -XProtoError.SECURITY.0: SecurityBadAuthorization (invalid authorization id) -XProtoError.SECURITY.1: SecurityBadAuthorizationProtocol (invalid authorization name or data) -XlibMessage.SECURITY.1: authorization id in failed request: 0x%lx -! AppGroup -XRequest.APPGROUP.0: XagQueryVersion -XRequest.APPGROUP.1: XagCreate -XRequest.APPGROUP.2: XagDestroy -XRequest.APPGROUP.3: XagGetAttr -XRequest.APPGROUP.4: XagQuery -XRequest.APPGROUP.5: XagCreateAssoc -XRequest.APPGROUP.6: XagDestroyAssoc -XProtoError.APPGROUP.0: XagBadAppGroup (invalid AppGroup parameter) -! LBX -XRequest.LBX.0: LbxQueryVersion -XRequest.LBX.1: LbxStartProxy -XRequest.LBX.2: LbxStopProxy -XRequest.LBX.3: LbxSwitch -XRequest.LBX.4: LbxNewClient -XRequest.LBX.5: LbxCloseClient -XRequest.LBX.6: LbxModifySequence -XRequest.LBX.7: LbxAllowMotion -XRequest.LBX.8: LbxIncrementPixel -XRequest.LBX.9: LbxDelta -XRequest.LBX.10: LbxGetModifierMapping -XRequest.LBX.11: LbxQueryTag -XRequest.LBX.12: LbxInvalidateTag -XRequest.LBX.13: LbxPolyPoint -XRequest.LBX.14: LbxPolyLine -XRequest.LBX.15: LbxPolySegment -XRequest.LBX.16: LbxPolyRectangle -XRequest.LBX.17: LbxPolyArc -XRequest.LBX.18: LbxFillPoly -XRequest.LBX.19: LbxPolyFillRectangle -XRequest.LBX.20: LbxPolyFillArc -XRequest.LBX.21: LbxGetKeyboardMapping -XRequest.LBX.22: LbxQueryFont -XRequest.LBX.23: LbxChangeProperty -XRequest.LBX.24: LbxGetProperty -XRequest.LBX.25: LbxTagData -XRequest.LBX.26: LbxCopyArea -XRequest.LBX.27: LbxCopyPlane -XRequest.LBX.28: LbxPolyText8 -XRequest.LBX.29: LbxPolyText16 -XRequest.LBX.30: LbxImageText8 -XRequest.LBX.31: LbxImageText16 -XRequest.LBX.32: LbxQueryExtension -XRequest.LBX.33: LbxPutImage -XRequest.LBX.34: LbxGetImage -XRequest.LBX.35: LbxBeginLargeRequest -XRequest.LBX.36: LbxLargeRequestData -XRequest.LBX.37: LbxEndLargeRequest -XRequest.LBX.38: LbxInternAtoms -XRequest.LBX.39: LbxGetWinAttrAndGeom -XRequest.LBX.40: LbxGrabCmap -XRequest.LBX.41: LbxReleaseCmap -XRequest.LBX.42: LbxAllocColor -XRequest.LBX.43: LbxSync -XProtoError.LBX.0: BadLbxClient -! XpExtension -XRequest.XpExtension.0: PrintQueryVersion -XRequest.XpExtension.1: PrintGetPrinterList -XRequest.XpExtension.2: PrintCreateContext -XRequest.XpExtension.3: PrintSetContext -XRequest.XpExtension.4: PrintGetContext -XRequest.XpExtension.5: PrintDestroyContext -XRequest.XpExtension.6: PrintGetContextScreen -XRequest.XpExtension.7: PrintStartJob -XRequest.XpExtension.8: PrintEndJob -XRequest.XpExtension.9: PrintStartDoc -XRequest.XpExtension.10: PrintEndDoc -XRequest.XpExtension.11: PrintPutDocumentData -XRequest.XpExtension.12: PrintGetDocumentData -XRequest.XpExtension.13: PrintStartPage -XRequest.XpExtension.14: PrintEndPage -XRequest.XpExtension.15: PrintSelectInput -XRequest.XpExtension.16: PrintInputSelected -XRequest.XpExtension.17: PrintGetAttributes -XRequest.XpExtension.18: PrintSetAttributes -XRequest.XpExtension.19: PrintGetOneAttribute -XRequest.XpExtension.20: PrintRehashPrinterList -XRequest.XpExtension.21: PrintGetPageDimensions -XRequest.XpExtension.22: PrintQueryScreens -XRequest.XpExtension.23: PrintSetImageResolution -XRequest.XpExtension.24: PrintGetImageResolution -XProtoError.XpExtension.0: XPBadContext (Print Context invalid or missing) -XlibMessage.XpExtension.0: Context in failed request: 0x%lx -XProtoError.XpExtension.1: XPBadSequence (Illegal sequence of XP operations) -XProtoError.XpExtension.2: XPBadResourceID (X resource not valid) -! TOG-CUP, an X Project Team specification -XRequest.TOG-CUP.0: CUPQueryVersion -XRequest.TOG-CUP.1: CUPGetReservedColormapEntries -XRequest.TOG-CUP.2: CUPStoreColors -! Extended-Visual-Information, an X Project Team specification -XRequest.Extended-Visual-Information.0: EVIQueryVersion -XRequest.Extended-Visual-Information.1: EVIGetVisualInfo -! DPMS (Display Power Management Signaling), an X Project Team specification -XRequest.DPMS.0: DPMSGetVersion -XRequest.DPMS.1: DPMSCapable -XRequest.DPMS.2: DPMSGetTimeouts -XRequest.DPMS.3: DPMSSetTimeouts -XRequest.DPMS.4: DPMSEnable -XRequest.DPMS.5: DPMSDisable -XRequest.DPMS.6: DPMSForceLevel -XRequest.DPMS.7: DPMSInfo -! XINERAMA, not an X Project Team specification -XRequest.XINERAMA.0: XINERAMAQueryVersion -XRequest.XINERAMA.1: XINERAMAGetState -XRequest.XINERAMA.2: XINERAMAGetScreenCount -XRequest.XINERAMA.3: XINERAMAGetScreenSize -XRequest.XINERAMA.4: XINERAMAIsActive -XRequest.XINERAMA.5: XINERAMAQueryScreens -! XF86Rush extension, not a standard spec -Xrequest.XFree86-Rush.0: XF86RushQueryVersion -Xrequest.XFree86-Rush.1: XF86RushLockPixmap -Xrequest.XFree86-Rush.2: XF86RushUnlockPixmap -Xrequest.XFree86-Rush.3: XF86RushUnlockAllPixmaps -Xrequest.XFree86-Rush.4: XF86RushGetCopyMode -Xrequest.XFree86-Rush.5: XF86RushSetCopyMode -Xrequest.XFree86-Rush.6: XF86RushGetPixelStride -Xrequest.XFree86-Rush.7: XF86RushSetPixelStride -Xrequest.XFree86-Rush.8: XF86RushOverlayPixmap -Xrequest.XFree86-Rush.9: XF86RushStatusRegOffset -Xrequest.XFree86-Rush.10: XF86RushAT3DEnableRegs -Xrequest.XFree86-Rush.11: XF86RushAT3DDisableRegs -! XVideo -Xrequest.XVideo.0: XvQueryExtension -Xrequest.XVideo.1: XvQueryAdaptors -Xrequest.XVideo.2: XvQueryEncodings -Xrequest.XVideo.3: XvGrabPort -Xrequest.XVideo.4: XvUngrabPort -Xrequest.XVideo.5: XvPutVideo -Xrequest.XVideo.6: XvPutStill -Xrequest.XVideo.7: XvGetVideo -Xrequest.XVideo.8: XvGetStill -Xrequest.XVideo.9: XvStopVideo -Xrequest.XVideo.10: XvSelectVideoNotify -Xrequest.XVideo.11: XvSelectPortNotify -Xrequest.XVideo.12: XvQueryBestSize -Xrequest.XVideo.13: XvSetPortAttribute -Xrequest.XVideo.14: XvGetPortAttribute -Xrequest.XVideo.15: XvQueryPortAttributes -Xrequest.XVideo.16: XvListImageFormats -Xrequest.XVideo.17: XvQueryImageAttributes -Xrequest.XVideo.18: XvPutImage -Xrequest.XVideo.19: XvShmPutImage -XProtoError.XVideo.0: XvBadPort -XProtoError.XVideo.1: XvBadEncoding -XProtoError.XVideo.2: XvBadControl -! XFree86-Bigfont -Xrequest.XFree86-Bigfont.0: XF86BigfontQueryVersion -Xrequest.XFree86-Bigfont.1: XF86BigfontQueryFont -! Adobe-DPS-Extension, not a standard -XRequest.Adobe-DPS-Extension.1: PSInit -XRequest.Adobe-DPS-Extension.2: PSCreateContext -XRequest.Adobe-DPS-Extension.3: PSCreateSpace -XRequest.Adobe-DPS-Extension.4: PSGiveInput -XRequest.Adobe-DPS-Extension.5: PSGetStatus -XRequest.Adobe-DPS-Extension.6: PSDestroySpace -XRequest.Adobe-DPS-Extension.7: PSReset -XRequest.Adobe-DPS-Extension.8: PSNotifyContext -XRequest.Adobe-DPS-Extension.9: PSCreateContextFromID -XRequest.Adobe-DPS-Extension.10: PSXIDFromContext -XRequest.Adobe-DPS-Extension.11: PSContextFromXID -XRequest.Adobe-DPS-Extension.12: PSSetStatusMask -XRequest.Adobe-DPS-Extension.13: PSCreateSecureContext -XRequest.Adobe-DPS-Extension.14: PSNotifyWhenReady -XProtoError.Adobe-DPS-Extension.0: PSErrorBadContext (invalid Context parameter) -XlibMessage.Adobe-DPS-Extension.0: Context id in failed request: 0x%lx -XProtoError.Adobe-DPS-Extension.1: PSErrorBadSpace (invalid Space parameter) -XlibMessage.Adobe-DPS-Extension.1: Space id in failed request: 0x%lx -XProtoError.Adobe-DPS-Extension.2: PSErrorAbort (interpreter aborted) -XlibMessage.Adobe-DPS-Extension.2: Value in failed request: 0x%lx -! RANDR -XRequest.RANDR.0: RRQueryVersion -XRequest.RANDR.1: RROldGetScreenInfo -XRequest.RANDR.2: RRSetScreenConfig -XRequest.RANDR.3: RROldScreenChangeSelectInput -XRequest.RANDR.4: RRSelectInput -XRequest.RANDR.5: RRGetScreenInfo -XRequest.RANDR.6: RRGetScreenSizeRange -XRequest.RANDR.7: RRSetScreenSize -XRequest.RANDR.8: RRGetScreenResources -XRequest.RANDR.9: RRGetOutputInfo -XRequest.RANDR.10: RRListOutputProperties -XRequest.RANDR.11: RRQueryOutputProperty -XRequest.RANDR.12: RRConfigureOutputProperty -XRequest.RANDR.13: RRChangeOutputProperty -XRequest.RANDR.14: RRDeleteOutputProperty -XRequest.RANDR.15: RRGetOutputProperty -XRequest.RANDR.16: RRCreateMode -XRequest.RANDR.17: RRDestroyMode -XRequest.RANDR.18: RRAddOutputMode -XRequest.RANDR.19: RRDeleteOutputMode -XRequest.RANDR.20: RRGetCrtcInfo -XRequest.RANDR.21: RRSetCrtcConfig -XRequest.RANDR.22: RRGetCrtcGammaSize -XRequest.RANDR.23: RRGetCrtcGamma -XRequest.RANDR.24: RRSetCrtcGamma -XRequest.RANDR.25: RRGetScreenResourcesCurrent -XRequest.RANDR.26: RRSetCrtcTransform -XRequest.RANDR.27: RRGetCrtcTransform -XRequest.RANDR.28: RRGetPanning -XRequest.RANDR.29: RRSetPanning -XRequest.RANDR.30: RRSetOutputPrimary -XRequest.RANDR.31: RRGetOutputPrimary -XProtoError.RANDR.0: BadRROutput (invalid Output parameter) -XlibMessage.RANDR.0: Output id in failed request: 0x%lx -XProtoError.RANDR.1: BadRRCrtc (invalid Crtc parameter) -XlibMessage.RANDR.1: Crtc id in failed request: 0x%lx -XProtoError.RANDR.2: BadRRMode (invalid Mode parameter) -XlibMessage.RANDR.2: Mode id in failed request: 0x%lx -! RENDER -XRequest.RENDER.0: RenderQueryVersion -XRequest.RENDER.1: RenderQueryPictFormats -XRequest.RENDER.2: RenderQueryPictIndexValues -XRequest.RENDER.3: RenderQueryDithers -XRequest.RENDER.4: RenderCreatePicture -XRequest.RENDER.5: RenderChangePicture -XRequest.RENDER.6: RenderSetPictureClipRectangles -XRequest.RENDER.7: RenderFreePicture -XRequest.RENDER.8: RenderComposite -XRequest.RENDER.9: RenderScale -XRequest.RENDER.10: RenderTrapezoids -XRequest.RENDER.11: RenderTriangles -XRequest.RENDER.12: RenderTriStrip -XRequest.RENDER.13: RenderTriFan -XRequest.RENDER.14: RenderColorTrapezoids -XRequest.RENDER.15: RenderColorTriangles -XRequest.RENDER.16: RenderTransform -XRequest.RENDER.17: RenderCreateGlyphSet -XRequest.RENDER.18: RenderReferenceGlyphSet -XRequest.RENDER.19: RenderFreeGlyphSet -XRequest.RENDER.20: RenderAddGlyphs -XRequest.RENDER.21: RenderAddGlyphsFromPicture -XRequest.RENDER.22: RenderFreeGlyphs -XRequest.RENDER.23: RenderCompositeGlyphs8 -XRequest.RENDER.24: RenderCompositeGlyphs16 -XRequest.RENDER.25: RenderCompositeGlyphs32 -XRequest.RENDER.26: RenderFillRectangles -XRequest.RENDER.27: RenderCreateCursor -XRequest.RENDER.28: RenderSetPictureTransform -XRequest.RENDER.29: RenderQueryFilters -XRequest.RENDER.30: RenderSetPictureFilter -XRequest.RENDER.31: RenderCreateAnimCursor -XRequest.RENDER.32: RenderAddTraps -XRequest.RENDER.33: RenderCreateSolidFill -XRequest.RENDER.34: RenderCreateLinearGradient -XRequest.RENDER.35: RenderCreateRadialGradient -XRequest.RENDER.36: RenderCreateConicalGradient -XProtoError.RENDER.0: RenderBadFormat (invalid PictFormat parameter) -XlibMessage.RENDER.0: PictFormat id in failed request: 0x%lx -XProtoError.RENDER.1: RenderBadPicture (invalid Picture parameter) -XlibMessage.RENDER.1: Picture id in failed request: 0x%lx -XProtoError.RENDER.2: RenderBadPictOp (invalid PictOp parameter) -XlibMessage.RENDER.2: PictOp in failed request: 0x%lx -XProtoError.RENDER.3: RenderBadGlyphSet (invalid GlyphSet parameter) -XlibMessage.RENDER.3: GlyphSet id in failed request: 0x%lx -XProtoError.RENDER.4: RenderBadGlyph (invalid Glyph parameter) -XlibMessage.RENDER.4: Glyph in failed request: 0x%lx -! XFixes -XRequest.XFIXES.0: XFixesQueryVersion -XRequest.XFIXES.1: XFixesChangeSaveSet -XRequest.XFIXES.2: XFixesSelectSelectionInput -XRequest.XFIXES.3: XFixesSelectCursorInput -XRequest.XFIXES.4: XFixesGetCursorImage -XRequest.XFIXES.5: XFixesCreateRegion -XRequest.XFIXES.6: XFixesCreateRegionFromBitmap -XRequest.XFIXES.7: XFixesCreateRegionFromWindow -XRequest.XFIXES.8: XFixesCreateRegionFromGC -XRequest.XFIXES.9: XFixesCreateRegionFromPicture -XRequest.XFIXES.10: XFixesDestroyRegion -XRequest.XFIXES.11: XFixesSetRegion -XRequest.XFIXES.12: XFixesCopyRegion -XRequest.XFIXES.13: XFixesUnionRegion -XRequest.XFIXES.14: XFixesIntersectRegion -XRequest.XFIXES.15: XFixesSubtractRegion -XRequest.XFIXES.16: XFixesInvertRegion -XRequest.XFIXES.17: XFixesTranslateRegion -XRequest.XFIXES.18: XFixesRegionExtents -XRequest.XFIXES.19: XFixesFetchRegion -XRequest.XFIXES.20: XFixesSetGCClipRegion -XRequest.XFIXES.21: XFixesSetWindowShapeRegion -XRequest.XFIXES.22: XFixesSetPictureClipRegion -XRequest.XFIXES.23: XFixesSetCursorName -XRequest.XFIXES.24: XFixesGetCursorName -XRequest.XFIXES.25: XFixesGetCursorImageAndName -XRequest.XFIXES.26: XFixesChangeCursor -XRequest.XFIXES.27: XFixesChangeCursorByName -XRequest.XFIXES.28: XFixesExpandRegion -XRequest.XFIXES.29: XFixesHideCursor -XRequest.XFIXES.30: XFixesShowCursor -XProtoError.XFIXES.0: BadRegion (invalid Region parameter) -XlibMessage.XFIXES.0: Region id in failed request: 0x%lx -! DAMAGE extension -XRequest.DAMAGE.0: XDamageQueryVersion -XRequest.DAMAGE.1: XDamageCreate -XRequest.DAMAGE.2: XDamageDestroy -XRequest.DAMAGE.3: XDamageSubtract -XRequest.DAMAGE.4: XDamageAdd -XProtoError.DAMAGE.0: BadDamage (invalid Damage parameter) -XlibMessage.DAMAGE.0: Damage id in failed request: 0x%lx -! DRI2 extension -XRequest.DRI2.0: DRI2QueryVersion -XRequest.DRI2.1: DRI2Connect -XRequest.DRI2.2: DRI2Authenticate -XRequest.DRI2.3: DRI2CreateDrawable -XRequest.DRI2.4: DRI2DestroyDrawable -XRequest.DRI2.5: DRI2GetBuffers -XRequest.DRI2.6: DRI2CopyRegion -XRequest.DRI2.7: DRI2GetBuffersWithFormat -XRequest.DRI2.8: DRI2SwapBuffers -XRequest.DRI2.9: DRI2GetMSC -XRequest.DRI2.10: DRI2WaitMSC -XRequest.DRI2.11: DRI2WaitSBC -XRequest.DRI2.12: DRI2SwapInterval +! +! Copyright 1993, 1995, 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. +! +! +! these are used in XGetErrorMessage. +XlibMessage.XError: X Error of failed request +XlibMessage.MajorCode: Major opcode of failed request: %d +XlibMessage.MinorCode: Minor opcode of failed request: %d +XlibMessage.ResourceID: Resource id in failed request: 0x%lx +XlibMessage.Value: Value in failed request: 0x%lx +XlibMessage.AtomID: Atom id in failed request: 0x%lx +XlibMessage.ErrorSerial: Serial number of failed request: %lu +XlibMessage.CurrentSerial: Current serial number in output stream: %lu +! X request codes. +XRequest.1:X_CreateWindow +XRequest.2:X_ChangeWindowAttributes +XRequest.3:X_GetWindowAttributes +XRequest.4:X_DestroyWindow +XRequest.5:X_DestroySubwindows +XRequest.6:X_ChangeSaveSet +XRequest.7:X_ReparentWindow +XRequest.8:X_MapWindow +XRequest.9:X_MapSubwindows +XRequest.10:X_UnmapWindow +XRequest.11:X_UnmapSubwindows +XRequest.12:X_ConfigureWindow +XRequest.13:X_CirculateWindow +XRequest.14:X_GetGeometry +XRequest.15:X_QueryTree +XRequest.16:X_InternAtom +XRequest.17:X_GetAtomName +XRequest.18:X_ChangeProperty +XRequest.19:X_DeleteProperty +XRequest.20:X_GetProperty +XRequest.21:X_ListProperties +XRequest.22:X_SetSelectionOwner +XRequest.23:X_GetSelectionOwner +XRequest.24:X_ConvertSelection +XRequest.25:X_SendEvent +XRequest.26:X_GrabPointer +XRequest.27:X_UngrabPointer +XRequest.28:X_GrabButton +XRequest.29:X_UngrabButton +XRequest.30:X_ChangeActivePointerGrab +XRequest.31:X_GrabKeyboard +XRequest.32:X_UngrabKeyboard +XRequest.33:X_GrabKey +XRequest.34:X_UngrabKey +XRequest.35:X_AllowEvents +XRequest.36:X_GrabServer +XRequest.37:X_UngrabServer +XRequest.38:X_QueryPointer +XRequest.39:X_GetMotionEvents +XRequest.40:X_TranslateCoords +XRequest.41:X_WarpPointer +XRequest.42:X_SetInputFocus +XRequest.43:X_GetInputFocus +XRequest.44:X_QueryKeymap +XRequest.45:X_OpenFont +XRequest.46:X_CloseFont +XRequest.47:X_QueryFont +XRequest.48:X_QueryTextExtents +XRequest.49:X_ListFonts +XRequest.50:X_ListFontsWithInfo +XRequest.51:X_SetFontPath +XRequest.52:X_GetFontPath +XRequest.53:X_CreatePixmap +XRequest.54:X_FreePixmap +XRequest.55:X_CreateGC +XRequest.56:X_ChangeGC +XRequest.57:X_CopyGC +XRequest.58:X_SetDashes +XRequest.59:X_SetClipRectangles +XRequest.60:X_FreeGC +XRequest.61:X_ClearArea +XRequest.62:X_CopyArea +XRequest.63:X_CopyPlane +XRequest.64:X_PolyPoint +XRequest.65:X_PolyLine +XRequest.66:X_PolySegment +XRequest.67:X_PolyRectangle +XRequest.68:X_PolyArc +XRequest.69:X_FillPoly +XRequest.70:X_PolyFillRectangle +XRequest.71:X_PolyFillArc +XRequest.72:X_PutImage +XRequest.73:X_GetImage +XRequest.74:X_PolyText8 +XRequest.75:X_PolyText16 +XRequest.76:X_ImageText8 +XRequest.77:X_ImageText16 +XRequest.78:X_CreateColormap +XRequest.79:X_FreeColormap +XRequest.80:X_CopyColormapAndFree +XRequest.81:X_InstallColormap +XRequest.82:X_UninstallColormap +XRequest.83:X_ListInstalledColormaps +XRequest.84:X_AllocColor +XRequest.85:X_AllocNamedColor +XRequest.86:X_AllocColorCells +XRequest.87:X_AllocColorPlanes +XRequest.88:X_FreeColors +XRequest.89:X_StoreColors +XRequest.90:X_StoreNamedColor +XRequest.91:X_QueryColors +XRequest.92:X_LookupColor +XRequest.93:X_CreateCursor +XRequest.94:X_CreateGlyphCursor +XRequest.95:X_FreeCursor +XRequest.96:X_RecolorCursor +XRequest.97:X_QueryBestSize +XRequest.98:X_QueryExtension +XRequest.99:X_ListExtensions +XRequest.100:X_ChangeKeyboardMapping +XRequest.101:X_GetKeyboardMapping +XRequest.102:X_ChangeKeyboardControl +XRequest.103:X_GetKeyboardControl +XRequest.104:X_Bell +XRequest.105:X_ChangePointerControl +XRequest.106:X_GetPointerControl +XRequest.107:X_SetScreenSaver +XRequest.108:X_GetScreenSaver +XRequest.109:X_ChangeHosts +XRequest.110:X_ListHosts +XRequest.111:X_SetAccessControl +XRequest.112:X_SetCloseDownMode +XRequest.113:X_KillClient +XRequest.114:X_RotateProperties +XRequest.115:X_ForceScreenSaver +XRequest.116:X_SetPointerMapping +XRequest.117:X_GetPointerMapping +XRequest.118:X_SetModifierMapping +XRequest.119:X_GetModifierMapping +XRequest.127:X_NoOperation +! X Error Codes +XProtoError.0: unknown error code 0 +XProtoError.1: BadRequest (invalid request code or no such operation) +XProtoError.2: BadValue (integer parameter out of range for operation) +XProtoError.3: BadWindow (invalid Window parameter) +XProtoError.4: BadPixmap (invalid Pixmap parameter) +XProtoError.5: BadAtom (invalid Atom parameter) +XProtoError.6: BadCursor (invalid Cursor parameter) +XProtoError.7: BadFont (invalid Font parameter) +XProtoError.8: BadMatch (invalid parameter attributes) +XProtoError.9: BadDrawable (invalid Pixmap or Window parameter) +XProtoError.10: BadAccess (attempt to access private resource denied) +XProtoError.11: BadAlloc (insufficient resources for operation) +XProtoError.12: BadColor (invalid Colormap parameter) +XProtoError.13: BadGC (invalid GC parameter) +XProtoError.14: BadIDChoice (invalid resource ID chosen for this connection) +XProtoError.15: BadName (named color or font does not exist) +XProtoError.16: BadLength (poly request too large or internal Xlib length error) +XProtoError.17: BadImplementation (server does not implement operation) +! Multi-Buffering extension, not an X Consortium standard +XRequest.Multi-Buffering.0: X_MbufGetBufferVersion +XRequest.Multi-Buffering.1: X_MbufCreateImageBuffers +XRequest.Multi-Buffering.2: X_MbufDestroyImageBuffers +XRequest.Multi-Buffering.3: X_MbufDisplayImageBuffers +XRequest.Multi-Buffering.4: X_MbufSetMultiBufferAttributes +XRequest.Multi-Buffering.5: X_MbufGetMultiBufferAttributes +XRequest.Multi-Buffering.6: X_MbufSetBufferAttributes +XRequest.Multi-Buffering.7: X_MbufGetBufferAttributes +XRequest.Multi-Buffering.8: X_MbufGetBufferInfo +XRequest.Multi-Buffering.9: X_MbufCreateStereoWindow +XProtoError.Multi-Buffering.0: BadBuffer (invalid Buffer parameter) +XlibMessage.Multi-Buffering.0: Buffer id in failed request: 0x%lx +! SHAPE extension, an X Consortium standard +XRequest.SHAPE.0: X_ShapeQueryVersion +XRequest.SHAPE.1: X_ShapeRectangles +XRequest.SHAPE.2: X_ShapeMask +XRequest.SHAPE.3: X_ShapeCombine +XRequest.SHAPE.4: X_ShapeOffset +XRequest.SHAPE.5: X_ShapeQueryExtents +XRequest.SHAPE.6: X_ShapeSelectInput +XRequest.SHAPE.7: X_ShapeInputSelected +XRequest.SHAPE.8: X_ShapeGetRectangles +! Input extension, an X Consortium standard +XRequest.XInputExtension.1:X_GetExtensionVersion +XRequest.XInputExtension.2:X_ListInputDevices +XRequest.XInputExtension.3:X_OpenDevice +XRequest.XInputExtension.4:X_CloseDevice +XRequest.XInputExtension.5:X_SetDeviceMode +XRequest.XInputExtension.6:X_SelectExtensionEvent +XRequest.XInputExtension.7:X_GetSelectedExtensionEvents +XRequest.XInputExtension.8:X_ChangeDeviceDontPropagateList +XRequest.XInputExtension.9:X_GetDeviceDontPropagateList +XRequest.XInputExtension.10:X_GetDeviceMotionEvents +XRequest.XInputExtension.11:X_ChangeKeyboardDevice +XRequest.XInputExtension.12:X_ChangePointerDevice +XRequest.XInputExtension.13:X_GrabDevice +XRequest.XInputExtension.14:X_UngrabDevice +XRequest.XInputExtension.15:X_GrabDeviceKey +XRequest.XInputExtension.16:X_UngrabDeviceKey +XRequest.XInputExtension.17:X_GrabDeviceButton +XRequest.XInputExtension.18:X_UngrabDeviceButton +XRequest.XInputExtension.19:X_AllowDeviceEvents +XRequest.XInputExtension.20:X_GetDeviceFocus +XRequest.XInputExtension.21:X_SetDeviceFocus +XRequest.XInputExtension.22:X_GetFeedbackControl +XRequest.XInputExtension.23:X_ChangeFeedbackControl +XRequest.XInputExtension.24:X_GetDeviceKeyMapping +XRequest.XInputExtension.25:X_ChangeDeviceKeyMapping +XRequest.XInputExtension.26:X_GetDeviceModifierMapping +XRequest.XInputExtension.27:X_SetDeviceModifierMapping +XRequest.XInputExtension.28:X_GetDeviceButtonMapping +XRequest.XInputExtension.29:X_SetDeviceButtonMapping +XRequest.XInputExtension.30:X_QueryDeviceState +XRequest.XInputExtension.31:X_SendExtensionEvent +XRequest.XInputExtension.32:X_DeviceBell +XRequest.XInputExtension.33:X_SetDeviceValuators +XRequest.XInputExtension.34:X_GetDeviceControl +XRequest.XInputExtension.35:X_ChangeDeviceControl +XRequest.XInputExtension.36: X_ListDeviceProperties +XRequest.XInputExtension.37: X_ChangeDeviceProperty +XRequest.XInputExtension.38: X_DeleteDeviceProperty +XRequest.XInputExtension.39: X_GetDeviceProperty +XProtoError.XInputExtension.0: XI_BadDevice (invalid Device parameter) +XlibMessage.XInputExtension.0: Device id in failed request: 0x%lx +XProtoError.XInputExtension.1: XI_BadEvent (invalid Event parameter) +XlibMessage.XInputExtension.1: Event id in failed request: 0x%lx +XProtoError.XInputExtension.2: XI_BadMode (invalid Mode parameter) +XlibMessage.XInputExtension.2: Mode id in failed request: 0x%lx +XProtoError.XInputExtension.3: XI_DeviceBusy +XlibMessage.XInputExtension.3: Device id in failed request: 0x%lx +XProtoError.XInputExtension.4: XI_BadClass (invalid Class parameter) +XlibMessage.XInputExtension.4: Class id in failed request: 0x%lx +! MIT-SHM extension, experimental, not an X Consortium standard +XRequest.MIT-SHM.0: X_ShmQueryVersion +XRequest.MIT-SHM.1: X_ShmAttach +XRequest.MIT-SHM.2: X_ShmDetach +XRequest.MIT-SHM.3: X_ShmPutImage +XRequest.MIT-SHM.4: X_ShmGetImage +XRequest.MIT-SHM.5: X_ShmCreatePixmap +XProtoError.MIT-SHM.0: BadShmSeg (invalid shared segment parameter) +XlibMessage.MIT-SHM.0: Segment id in failed request: 0x%lx +! MIT-SUNDRY-NONSTANDARD extension, definitely not an X Consortium standard +XRequest.MIT-SUNDRY-NONSTANDARD.0: X_MITSetBugMode +XRequest.MIT-SUNDRY-NONSTANDARD.1: X_MITGetBugMode +! X3D-PEX extension +XRequest.X3D-PEX.1: PEX_GetExtensionInfo +XRequest.X3D-PEX.2: PEX_GetEnumeratedTypeInfo +XRequest.X3D-PEX.3: PEX_GetImpDepConstants +XRequest.X3D-PEX.4: PEX_CreateLookupTable +XRequest.X3D-PEX.5: PEX_CopyLookupTable +XRequest.X3D-PEX.6: PEX_FreeLookupTable +XRequest.X3D-PEX.7: PEX_GetTableInfo +XRequest.X3D-PEX.8: PEX_GetPredefinedEntries +XRequest.X3D-PEX.9: PEX_GetDefinedIndices +XRequest.X3D-PEX.10: PEX_GetTableEntry +XRequest.X3D-PEX.11: PEX_GetTableEntries +XRequest.X3D-PEX.12: PEX_SetTableEntries +XRequest.X3D-PEX.13: PEX_DeleteTableEntries +XRequest.X3D-PEX.14: PEX_CreatePipelineContext +XRequest.X3D-PEX.15: PEX_CopyPipelineContext +XRequest.X3D-PEX.16: PEX_FreePipelineContext +XRequest.X3D-PEX.17: PEX_GetPipelineContext +XRequest.X3D-PEX.18: PEX_ChangePipelineContext +XRequest.X3D-PEX.19: PEX_CreateRenderer +XRequest.X3D-PEX.20: PEX_FreeRenderer +XRequest.X3D-PEX.21: PEX_ChangeRenderer +XRequest.X3D-PEX.22: PEX_GetRendererAttributes +XRequest.X3D-PEX.23: PEX_GetRendererDynamics +XRequest.X3D-PEX.24: PEX_BeginRendering +XRequest.X3D-PEX.25: PEX_EndRendering +XRequest.X3D-PEX.26: PEX_BeginStructure +XRequest.X3D-PEX.27: PEX_EndStructure +XRequest.X3D-PEX.28: PEX_RenderOutputCommands +XRequest.X3D-PEX.29: PEX_RenderNetwork +XRequest.X3D-PEX.30: PEX_CreateStructure +XRequest.X3D-PEX.31: PEX_CopyStructure +XRequest.X3D-PEX.32: PEX_DestroyStructures +XRequest.X3D-PEX.33: PEX_GetStructureInfo +XRequest.X3D-PEX.34: PEX_GetElementInfo +XRequest.X3D-PEX.35: PEX_GetStructuresInNetwork +XRequest.X3D-PEX.36: PEX_GetAncestors +XRequest.X3D-PEX.37: PEX_GetDescendants +XRequest.X3D-PEX.38: PEX_FetchElements +XRequest.X3D-PEX.39: PEX_SetEditingMode +XRequest.X3D-PEX.40: PEX_SetElementPointer +XRequest.X3D-PEX.41: PEX_SetElementPointerAtLabel +XRequest.X3D-PEX.42: PEX_ElementSearch +XRequest.X3D-PEX.43: PEX_StoreElements +XRequest.X3D-PEX.44: PEX_DeleteElements +XRequest.X3D-PEX.45: PEX_DeleteElementsToLabel +XRequest.X3D-PEX.46: PEX_DeleteBetweenLabels +XRequest.X3D-PEX.47: PEX_CopyElements +XRequest.X3D-PEX.48: PEX_ChangeStructureRefs +XRequest.X3D-PEX.49: PEX_CreateNameSet +XRequest.X3D-PEX.50: PEX_CopyNameSet +XRequest.X3D-PEX.51: PEX_FreeNameSet +XRequest.X3D-PEX.52: PEX_GetNameSet +XRequest.X3D-PEX.53: PEX_ChangeNameSet +XRequest.X3D-PEX.54: PEX_CreateSearchContext +XRequest.X3D-PEX.55: PEX_CopySearchContext +XRequest.X3D-PEX.56: PEX_FreeSearchContext +XRequest.X3D-PEX.57: PEX_GetSearchContext +XRequest.X3D-PEX.58: PEX_ChangeSearchContext +XRequest.X3D-PEX.59: PEX_SearchNetwork +XRequest.X3D-PEX.60: PEX_CreatePhigsWks +XRequest.X3D-PEX.61: PEX_FreePhigsWks +XRequest.X3D-PEX.62: PEX_GetWksInfo +XRequest.X3D-PEX.63: PEX_GetDynamics +XRequest.X3D-PEX.64: PEX_GetViewRep +XRequest.X3D-PEX.65: PEX_RedrawAllStructures +XRequest.X3D-PEX.66: PEX_UpdateWorkstation +XRequest.X3D-PEX.67: PEX_RedrawClipRegion +XRequest.X3D-PEX.68: PEX_ExecuteDeferredActions +XRequest.X3D-PEX.69: PEX_SetViewPriority +XRequest.X3D-PEX.70: PEX_SetDisplayUpdateMode +XRequest.X3D-PEX.71: PEX_MapDCtoWC +XRequest.X3D-PEX.72: PEX_MapWCtoDC +XRequest.X3D-PEX.73: PEX_SetViewRep +XRequest.X3D-PEX.74: PEX_SetWksWindow +XRequest.X3D-PEX.75: PEX_SetWksViewport +XRequest.X3D-PEX.76: PEX_SetHlhsrMode +XRequest.X3D-PEX.77: PEX_SetWksBufferMode +XRequest.X3D-PEX.78: PEX_PostStructure +XRequest.X3D-PEX.79: PEX_UnpostStructure +XRequest.X3D-PEX.80: PEX_UnpostAllStructures +XRequest.X3D-PEX.81: PEX_GetWksPostings +XRequest.X3D-PEX.82: PEX_GetPickDevice +XRequest.X3D-PEX.83: PEX_ChangePickDevice +XRequest.X3D-PEX.84: PEX_CreatePickMeasure +XRequest.X3D-PEX.85: PEX_FreePickMeasure +XRequest.X3D-PEX.86: PEX_GetPickMeasure +XRequest.X3D-PEX.87: PEX_UpdatePickMeasure +XRequest.X3D-PEX.88: PEX_OpenFont +XRequest.X3D-PEX.89: PEX_CloseFont +XRequest.X3D-PEX.90: PEX_QueryFont +XRequest.X3D-PEX.91: PEX_ListFonts +XRequest.X3D-PEX.92: PEX_ListFontsWithInfo +XRequest.X3D-PEX.93: PEX_QueryTextExtents +XRequest.X3D-PEX.94: PEX_MatchRenderingTargets +XRequest.X3D-PEX.95: PEX_Escape +XRequest.X3D-PEX.96: PEX_EscapeWithReply +XRequest.X3D-PEX.97: PEX_RenderElements +XRequest.X3D-PEX.98: PEX_AccumulateState +XRequest.X3D-PEX.99: PEX_BeginPickOne +XRequest.X3D-PEX.100: PEX_EndPickOne +XRequest.X3D-PEX.101: PEX_PickOne +XRequest.X3D-PEX.102: PEX_BeginPickAll +XRequest.X3D-PEX.103: PEX_EndPickAll +XRequest.X3D-PEX.104: PEX_PickAll +XProtoError.X3D-PEX.0: PEXColorTypeError +XlibMessage.X3D-PEX.0: Color type in failed request: 0x%lx +XProtoError.X3D-PEX.1: PEXRendererStateError +XlibMessage.X3D-PEX.1: Renderer id in failed request: 0x%lx +XProtoError.X3D-PEX.2: PEXFloatingPointFormatError +XlibMessage.X3D-PEX.2: Format in failed request: 0x%lx +XProtoError.X3D-PEX.3: PEXLabelError +XlibMessage.X3D-PEX.3: Label in failed request: 0x%lx +XProtoError.X3D-PEX.4: PEXLookupTableError +XlibMessage.X3D-PEX.4: Table id in failed request: 0x%lx +XProtoError.X3D-PEX.5: PEXNameSetError +XlibMessage.X3D-PEX.5: Nameset in failed request: 0x%lx +XProtoError.X3D-PEX.6: PEXPathError +XlibMessage.X3D-PEX.6: Path id in failed request: 0x%lx +XProtoError.X3D-PEX.7: PEXFontError +XlibMessage.X3D-PEX.7: Font id in failed request: 0x%lx +XProtoError.X3D-PEX.8: PEXPhigsWksError +XlibMessage.X3D-PEX.8: Workstation id in failed request: 0x%lx +XProtoError.X3D-PEX.9: PEXPickMeasureError +XlibMessage.X3D-PEX.9: Device id in failed request: 0x%lx +XProtoError.X3D-PEX.10: PEXPipelineContextError +XlibMessage.X3D-PEX.10: Context id in failed request: 0x%lx +XProtoError.X3D-PEX.11: PEXRendererError +XlibMessage.X3D-PEX.11: Renderer id in failed request: 0x%lx +XProtoError.X3D-PEX.12: PEXSearchContextError +XlibMessage.X3D-PEX.12: Context id in failed request: 0x%lx +XProtoError.X3D-PEX.13: PEXStructureError +XlibMessage.X3D-PEX.13: Structure id in failed request: 0x%lx +XProtoError.X3D-PEX.14: PEXOutputCommandError +XlibMessage.X3D-PEX.14: Resource id in failed request: 0x%lx +! XTEST extension, an X Consortium standard +XRequest.XTEST.0: X_XTestGetVersion +XRequest.XTEST.1: X_XTestCompareCursor +XRequest.XTEST.2: X_XTestFakeInput +XRequest.XTEST.3: X_XTestGrabControl +! BIG-REQUESTS extension, an X Consortium standard +XRequest.BIG-REQUESTS.0: X_BigReqEnable +! XIE extension, an X Consortium standard +XRequest.XIE.1: XIE_QueryImageExtension +XRequest.XIE.2: XIE_QueryTechniques +XRequest.XIE.3: XIE_CreateColorList +XRequest.XIE.4: XIE_DestroyColorList +XRequest.XIE.5: XIE_PurgeColorList +XRequest.XIE.6: XIE_QueryColorList +XRequest.XIE.7: XIE_CreateLUT +XRequest.XIE.8: XIE_DestroyLUT +XRequest.XIE.9: XIE_CreatePhotomap +XRequest.XIE.10: XIE_DestroyPhotomap +XRequest.XIE.11: XIE_QueryPhotomap +XRequest.XIE.12: XIE_CreateROI +XRequest.XIE.13: XIE_DestroyROI +XRequest.XIE.14: XIE_CreatePhotospace +XRequest.XIE.15: XIE_DestroyPhotospace +XRequest.XIE.16: XIE_ExecuteImmediate +XRequest.XIE.17: XIE_CreatePhotoflo +XRequest.XIE.18: XIE_DestroyPhotoflo +XRequest.XIE.19: XIE_ExecutePhotoflo +XRequest.XIE.20: XIE_ModifyPhotoflo +XRequest.XIE.21: XIE_RedefinePhotoflo +XRequest.XIE.22: XIE_PutClientData +XRequest.XIE.23: XIE_GetClientData +XRequest.XIE.24: XIE_QueryPhotoflo +XRequest.XIE.25: XIE_Await +XRequest.XIE.26: XIE_Abort +XProtoError.XIE.0: XIE_ColorListError +XlibMessage.XIE.0: ColorList in failed request: 0x%lx +XProtoError.XIE.1: XIE_LUTError +XlibMessage.XIE.1: LUT in failed request: 0x%lx +XProtoError.XIE.2: XIE_PhotofloError +XlibMessage.XIE.2: Photoflo in failed request: 0x%lx +XProtoError.XIE.3: XIE_PhotomapError +XlibMessage.XIE.3: Photomap in failed request: 0x%lx +XProtoError.XIE.4: XIE_PhotospaceError +XlibMessage.XIE.4: Photospace in failed request: 0x%lx +XProtoError.XIE.5: XIE_ROIError +XlibMessage.XIE.5: ROI in failed request: 0x%lx +XProtoError.XIE.6: XIE_FloError +XlibMessage.XIE.6: Photoflo in failed request: 0x%lx +! SYNC extension, an X Consortium standard +XRequest.SYNC.0: X_SyncInitialize +XRequest.SYNC.1: X_SyncListSystemCounters +XRequest.SYNC.2: X_SyncCreateCounter +XRequest.SYNC.3: X_SyncSetCounter +XRequest.SYNC.4: X_SyncChangeCounter +XRequest.SYNC.5: X_SyncQueryCounter +XRequest.SYNC.6: X_SyncDestroyCounter +XRequest.SYNC.7: X_SyncAwait +XRequest.SYNC.8: X_SyncCreateAlarm +XRequest.SYNC.9: X_SyncChangeAlarm +XRequest.SYNC.10: X_SyncQueryAlarm +XRequest.SYNC.11: X_SyncDestroyAlarm +XRequest.SYNC.12: X_SyncSetPriority +XRequest.SYNC.13: X_SyncGetPriority +XProtoError.SYNC.0: XSyncBadCounter +XlibMessage.SYNC.0: Counter in failed request: 0x%lx +XProtoError.SYNC.1: XSyncBadAlarm +XlibMessage.SYNC.1: Alarm in failed request: 0x%lx +! XKB extension +XRequest.XKEYBOARD.0: XkbUseExtension +XRequest.XKEYBOARD.1: XkbSelectEvents +XRequest.XKEYBOARD.2: OBSOLETE +XRequest.XKEYBOARD.3: XkbBell +XRequest.XKEYBOARD.4: XkbGetState +XRequest.XKEYBOARD.5: XkbLatchLockState +XRequest.XKEYBOARD.6: XkbGetControls +XRequest.XKEYBOARD.7: XkbSetControls +XRequest.XKEYBOARD.8: XkbGetMap +XRequest.XKEYBOARD.9: XkbSetMap +XRequest.XKEYBOARD.10: XkbGetCompatMap +XRequest.XKEYBOARD.11: XkbSetCompatMap +XRequest.XKEYBOARD.12: XkbGetIndicatorState +XRequest.XKEYBOARD.13: XkbGetIndicatorMap +XRequest.XKEYBOARD.14: XkbSetIndicatorMap +XRequest.XKEYBOARD.15: XkbGetNamedIndicator +XRequest.XKEYBOARD.16: XkbSetNamedIndicator +XRequest.XKEYBOARD.17: XkbGetNames +XRequest.XKEYBOARD.18: XkbSetNames +XRequest.XKEYBOARD.19: XkbGetGeometry +XRequest.XKEYBOARD.20: XkbSetGeometry +XRequest.XKEYBOARD.21: XkbPerClientFlags +XRequest.XKEYBOARD.22: XkbListComponents +XRequest.XKEYBOARD.23: XkbGetKbdByName +XRequest.XKEYBOARD.24: XkbGetDeviceInfo +XRequest.XKEYBOARD.25: XkbSetDeviceInfo +XRequest.XKEYBOARD.101: XkbSetDebuggingFlags +XProtoError.XKEYBOARD.0: XkbBadKeyboard +XlibMessage.XKEYBOARD.0: Device id in failed request: 0x%lx +! GLX extension for OpenGL, an OpenGL Architectural Review Board standard +! GLX Commands +XRequest.GLX.7: X_GLXQueryVersion +XRequest.GLX.3: X_GLXCreateContext +XRequest.GLX.4: X_GLXDestroyContext +XRequest.GLX.5: X_GLXMakeCurrent +XRequest.GLX.6: X_GLXIsDirect +XRequest.GLX.10: X_GLXCopyContext +XRequest.GLX.8: X_GLXWaitGL +XRequest.GLX.9: X_GLXWaitX +XRequest.GLX.11: X_GLXSwapBuffers +XRequest.GLX.12: X_GLXUseXFont +XRequest.GLX.13: X_GLXCreateGLXPixmap +XRequest.GLX.15: X_GLXDestroyGLXPixmap +XRequest.GLX.14: X_GLXGetVisualConfigs +XRequest.GLX.16: X_GLXVendorPrivate +XRequest.GLX.17: X_GLXVendorPrivateWithReply +XRequest.GLX.18: X_GLXQueryExtensionsString +XRequest.GLX.19: X_GLXQueryServerString +XRequest.GLX.20: X_GLXClientInfo +XRequest.GLX.21: X_GLXGetFBConfigs +XRequest.GLX.22: X_GLXCreatePixmap +XRequest.GLX.23: X_GLXDestroyPixmap +XRequest.GLX.24: X_GLXCreateNewContext +XRequest.GLX.25: X_GLXQueryContext +XRequest.GLX.26: X_GLXMakeContextCurrent +XRequest.GLX.27: X_GLXCreatePbuffer +XRequest.GLX.28: X_GLXDestroyPbuffer +XRequest.GLX.29: X_GLXGetDrawableAttributes +XRequest.GLX.30: X_GLXChangeDrawableAttributes +XRequest.GLX.31: X_GLXCreateWindow +XRequest.GLX.32: X_GLXDestroyWindow +! GL Non-rendering Commands +XRequest.GLX.103: X_GLXDeleteLists +XRequest.GLX.102: X_GLXEndList +XRequest.GLX.105: X_GLXFeedbackBuffer +XRequest.GLX.108: X_GLXFinish +XRequest.GLX.142: X_GLXFlush +XRequest.GLX.104: X_GLXGenLists +XRequest.GLX.112: X_GLXGetBooleanv +XRequest.GLX.113: X_GLXGetClipPlane +XRequest.GLX.114: X_GLXGetDoublev +XRequest.GLX.115: X_GLXGetError +XRequest.GLX.116: X_GLXGetFloatv +XRequest.GLX.117: X_GLXGetIntegerv +XRequest.GLX.118: X_GLXGetLightfv +XRequest.GLX.119: X_GLXGetLightiv +XRequest.GLX.120: X_GLXGetMapdv +XRequest.GLX.121: X_GLXGetMapfv +XRequest.GLX.122: X_GLXGetMapiv +XRequest.GLX.123: X_GLXGetMaterialfv +XRequest.GLX.124: X_GLXGetMaterialiv +XRequest.GLX.125: X_GLXGetPixelfv +XRequest.GLX.126: X_GLXGetPixelMapuiv +XRequest.GLX.127: X_GLXGetPixelMapusv +XRequest.GLX.129: X_GLXGetString +XRequest.GLX.130: X_GLXGetTexEnvfv +XRequest.GLX.131: X_GLXGetTexEnviv +XRequest.GLX.132: X_GLXGetTexGendv +XRequest.GLX.133: X_GLXGetTexGenfv +XRequest.GLX.134: X_GLXGetTexGeniv +XRequest.GLX.138: X_GLXGetTexLevelParameterfv +XRequest.GLX.139: X_GLXGetTexLevelParameteriv +XRequest.GLX.136: X_GLXGetTexParameterfv +XRequest.GLX.137: X_GLXGetTexParameteriv +XRequest.GLX.140: X_GLXIsEnabled +XRequest.GLX.141: X_GLXIsList +XRequest.GLX.101: X_GLXNewList +XRequest.GLX.109: X_GLXPixelStoref +XRequest.GLX.110: X_GLXPixelStorei +XRequest.GLX.107: X_GLXRenderMode +XRequest.GLX.106: X_GLXSelectBuffer +! GL Non-rendering Commands That Return Pixel Data +XRequest.GLX.128: X_GLXGetPolygonStipple +XRequest.GLX.135: X_GLXGetTexImage +XRequest.GLX.111: X_GLXReadPixels +! GL Rendering Commands +XRequest.GLX.1: X_GLXRender +XRequest.GLX.2: X_GLXRenderLarge +! GLX Errors +XProtoError.GLX.0: GLXBadContext +XProtoError.GLX.1: GLXBadContextState +XProtoError.GLX.2: GLXBadDrawable +XProtoError.GLX.3: GLXBadPixmap +XProtoError.GLX.4: GLXBadContextTag +XProtoError.GLX.5: GLXBadCurrentWindow +XProtoError.GLX.6: GLXBadRenderRequest +XProtoError.GLX.7: GLXBadLargeRequest +XProtoError.GLX.8: GLXUnsupportedPrivateRequest +XProtoError.GLX.9: GLXBadFBConfig +XProtoError.GLX.10: GLXBadPbuffer +XProtoError.GLX.11: GLXBadCurrentDrawable +XProtoError.GLX.12: GLXBadWindow +XProtoError.GLX.13: GLXBadProfileARB +! XC-MISC extension, an X Consortium standard +XRequest.XC-MISC.0: XCMiscGetVersion +XRequest.XC-MISC.1: XCMiscGetXIDRange +! RECORD extension +XRequest.RECORD.0: XRecordQueryVersion +XRequest.RECORD.1: XRecordCreateContext +XRequest.RECORD.2: XRecordRegisterClients +XRequest.RECORD.3: XRecordUnregisterClients +XRequest.RECORD.4: XRecordGetContext +XRequest.RECORD.5: XRecordEnableContext +XRequest.RECORD.6: XRecordDisableContext +XRequest.RECORD.7: XRecordFreeContext +XProtoError.RECORD.0: XRecordBadContext +XlibMessage.RECORD.0: Context in failed request: 0x%lx +! XFree86-VidModeExtension -- not an X Consortium standard +XRequest.XFree86-VidModeExtension.0: XF86VidModeQueryVersion +XRequest.XFree86-VidModeExtension.1: XF86VidModeGetModeLine +XRequest.XFree86-VidModeExtension.2: XF86VidModeModModeLine +XRequest.XFree86-VidModeExtension.3: XF86VidModeSwitchMode +XRequest.XFree86-VidModeExtension.4: XF86VidModeGetMonitor +XRequest.XFree86-VidModeExtension.5: XF86VidModeLockModeSwitch +XRequest.XFree86-VidModeExtension.6: XF86VidModeGetAllModeLines +XRequest.XFree86-VidModeExtension.7: XF86VidModeAddModeLine +XRequest.XFree86-VidModeExtension.8: XF86VidModeDeleteModeLine +XRequest.XFree86-VidModeExtension.9: XF86VidModeValidateModeLine +XRequest.XFree86-VidModeExtension.10: XF86VidModeSwitchToMode +XRequest.XFree86-VidModeExtension.11: XF86VidModeGetViewPort +XRequest.XFree86-VidModeExtension.12: XF86VidModeSetViewPort +XRequest.XFree86-VidModeExtension.13: XF86VidModeGetDotClocks +XRequest.XFree86-VidModeExtension.14: XF86VidModeSetClientVersion +XRequest.XFree86-VidModeExtension.15: XF86VidModeSetGamma +XRequest.XFree86-VidModeExtension.16: XF86VidModeGetGamma +XRequest.XFree86-VidModeExtension.17: XF86VidModeGetGammaRamp +XRequest.XFree86-VidModeExtension.18: XF86VidModeSetGammaRamp +XRequest.XFree86-VidModeExtension.19: XF86VidModeGetGammaRampSize +XRequest.XFree86-VidModeExtension.20: XF86VidModeGetPermissions +XProtoError.XFree86-VidModeExtension.0: XF86VidModeBadClock +XProtoError.XFree86-VidModeExtension.1: XF86VidModeBadHTimings +XProtoError.XFree86-VidModeExtension.2: XF86VidModeBadVTimings +XProtoError.XFree86-VidModeExtension.3: XF86VidModeModeUnsuitable +XProtoError.XFree86-VidModeExtension.4: XF86VidModeExtensionDisabled +XProtoError.XFree86-VidModeExtension.5: XF86VidModeClientNotLocal +XProtoError.XFree86-VidModeExtension.6: XF86VidModeZoomLocked +! XFree86-Misc -- not an X Consortium standard +XRequest.XFree86-Misc.0: XF86MiscQueryVersion +XRequest.XFree86-Misc.1: XF86MiscGetSaver +XRequest.XFree86-Misc.2: XF86MiscSetSaver +XRequest.XFree86-Misc.3: XF86MiscGetMouseSettings +XRequest.XFree86-Misc.4: XF86MiscGetKbdSettings +XRequest.XFree86-Misc.5: XF86MiscSetMouseSettings +XRequest.XFree86-Misc.6: XF86MiscSetKbdSettings +XRequest.XFree86-Misc.7: XF86MiscSetGrabKeysState +XRequest.XFree86-Misc.8: XF86MiscSetClientVersion +XRequest.XFree86-Misc.9: XF86MiscGetFilePaths +XProtoError.XFree86-Misc.0: XF86MiscBadMouseProtocol +XProtoError.XFree86-Misc.1: XF86MiscBadMouseBaudRate +XProtoError.XFree86-Misc.2: XF86MiscBadMouseFlags +XProtoError.XFree86-Misc.3: XF86MiscBadMouseCombo +XProtoError.XFree86-Misc.4: XF86MiscBadKbdType +XProtoError.XFree86-Misc.5: XF86MiscModInDevDisabled +XProtoError.XFree86-Misc.6: XF86MiscModInDevClientNotLocal +XProtoError.XFree86-Misc.7: XF86MiscNoModule +! XFree86-DGA -- not an X Consortium standard +XRequest.XFree86-DGA.0: XF86DGAQueryVersion +XRequest.XFree86-DGA.1: XF86DGAGetVideoLL +XRequest.XFree86-DGA.2: XF86DGADirectVideo +XRequest.XFree86-DGA.3: XF86DGAGetViewPortSize +XRequest.XFree86-DGA.4: XF86DGASetViewPort +XRequest.XFree86-DGA.5: XF86DGAGetVidPage +XRequest.XFree86-DGA.6: XF86DGASetVidPage +XRequest.XFree86-DGA.7: XF86DGAInstallColormap +XRequest.XFree86-DGA.8: XF86DGAQueryDirectVideo +XRequest.XFree86-DGA.9: XF86DGAViewPortChanged +XRequest.XFree86-DGA.10: XF86DGAObsolete1 +XRequest.XFree86-DGA.11: XF86DGAObsolete2 +XRequest.XFree86-DGA.12: XDGAQueryModes +XRequest.XFree86-DGA.13: XDGASetMode +XRequest.XFree86-DGA.14: XDGASetViewport +XRequest.XFree86-DGA.15: XDGAInstallColormap +XRequest.XFree86-DGA.16: XDGASelectInput +XRequest.XFree86-DGA.17: XDGAFillRectangle +XRequest.XFree86-DGA.18: XDGACopyArea +XRequest.XFree86-DGA.19: XDGACopyTransparentArea +XRequest.XFree86-DGA.20: XDGAGetViewportStatus +XRequest.XFree86-DGA.21: XDGASync +XRequest.XFree86-DGA.22: XDGAOpenFramebuffer +XRequest.XFree86-DGA.23: XDGACloseFramebuffer +XRequest.XFree86-DGA.24: XDGASetClientVersion +XRequest.XFree86-DGA.25: XDGAChangePixmapMode +XRequest.XFree86-DGA.26: XDGACreateColormap +XProtoError.XFree86-DGA.0: XF86DGAClientNotLocal +XProtoError.XFree86-DGA.1: XF86DGANoDirectVideoMode +XProtoError.XFree86-DGA.2: XF86DGAScreenNotActive +XProtoError.XFree86-DGA.3: XF86DGADirectNotActivated +XProtoError.XFree86-DGA.4: XF86DGAOperationNotSupported +! DOUBLE-BUFFER (DBE), an X Consortium standard +XRequest.DOUBLE-BUFFER.0: DBEGetVersion +XRequest.DOUBLE-BUFFER.1: DBEAllocateBackBufferName +XRequest.DOUBLE-BUFFER.2: DBEDeallocateBackBufferName +XRequest.DOUBLE-BUFFER.3: DBESwapBuffers +XRequest.DOUBLE-BUFFER.4: DBEBeginIdiom +XRequest.DOUBLE-BUFFER.5: DBEEndIdiom +XRequest.DOUBLE-BUFFER.6: DBEGetVisualInfo +XRequest.DOUBLE-BUFFER.7: DBEGetBackBufferAttributes +XProtoError.DOUBLE-BUFFER.0: DBEBadBuffer (invalid BackBuffer parameter) +XlibMessage.DOUBLE-BUFFER.0: BackBuffer in failed request: 0x%lx +! SECURITY +XRequest.SECURITY.0: SecurityQueryVersion +XRequest.SECURITY.1: SecurityGenerateAuthorization +XProtoError.SECURITY.0: SecurityBadAuthorization (invalid authorization id) +XProtoError.SECURITY.1: SecurityBadAuthorizationProtocol (invalid authorization name or data) +XlibMessage.SECURITY.1: authorization id in failed request: 0x%lx +! AppGroup +XRequest.APPGROUP.0: XagQueryVersion +XRequest.APPGROUP.1: XagCreate +XRequest.APPGROUP.2: XagDestroy +XRequest.APPGROUP.3: XagGetAttr +XRequest.APPGROUP.4: XagQuery +XRequest.APPGROUP.5: XagCreateAssoc +XRequest.APPGROUP.6: XagDestroyAssoc +XProtoError.APPGROUP.0: XagBadAppGroup (invalid AppGroup parameter) +! LBX +XRequest.LBX.0: LbxQueryVersion +XRequest.LBX.1: LbxStartProxy +XRequest.LBX.2: LbxStopProxy +XRequest.LBX.3: LbxSwitch +XRequest.LBX.4: LbxNewClient +XRequest.LBX.5: LbxCloseClient +XRequest.LBX.6: LbxModifySequence +XRequest.LBX.7: LbxAllowMotion +XRequest.LBX.8: LbxIncrementPixel +XRequest.LBX.9: LbxDelta +XRequest.LBX.10: LbxGetModifierMapping +XRequest.LBX.11: LbxQueryTag +XRequest.LBX.12: LbxInvalidateTag +XRequest.LBX.13: LbxPolyPoint +XRequest.LBX.14: LbxPolyLine +XRequest.LBX.15: LbxPolySegment +XRequest.LBX.16: LbxPolyRectangle +XRequest.LBX.17: LbxPolyArc +XRequest.LBX.18: LbxFillPoly +XRequest.LBX.19: LbxPolyFillRectangle +XRequest.LBX.20: LbxPolyFillArc +XRequest.LBX.21: LbxGetKeyboardMapping +XRequest.LBX.22: LbxQueryFont +XRequest.LBX.23: LbxChangeProperty +XRequest.LBX.24: LbxGetProperty +XRequest.LBX.25: LbxTagData +XRequest.LBX.26: LbxCopyArea +XRequest.LBX.27: LbxCopyPlane +XRequest.LBX.28: LbxPolyText8 +XRequest.LBX.29: LbxPolyText16 +XRequest.LBX.30: LbxImageText8 +XRequest.LBX.31: LbxImageText16 +XRequest.LBX.32: LbxQueryExtension +XRequest.LBX.33: LbxPutImage +XRequest.LBX.34: LbxGetImage +XRequest.LBX.35: LbxBeginLargeRequest +XRequest.LBX.36: LbxLargeRequestData +XRequest.LBX.37: LbxEndLargeRequest +XRequest.LBX.38: LbxInternAtoms +XRequest.LBX.39: LbxGetWinAttrAndGeom +XRequest.LBX.40: LbxGrabCmap +XRequest.LBX.41: LbxReleaseCmap +XRequest.LBX.42: LbxAllocColor +XRequest.LBX.43: LbxSync +XProtoError.LBX.0: BadLbxClient +! XpExtension +XRequest.XpExtension.0: PrintQueryVersion +XRequest.XpExtension.1: PrintGetPrinterList +XRequest.XpExtension.2: PrintCreateContext +XRequest.XpExtension.3: PrintSetContext +XRequest.XpExtension.4: PrintGetContext +XRequest.XpExtension.5: PrintDestroyContext +XRequest.XpExtension.6: PrintGetContextScreen +XRequest.XpExtension.7: PrintStartJob +XRequest.XpExtension.8: PrintEndJob +XRequest.XpExtension.9: PrintStartDoc +XRequest.XpExtension.10: PrintEndDoc +XRequest.XpExtension.11: PrintPutDocumentData +XRequest.XpExtension.12: PrintGetDocumentData +XRequest.XpExtension.13: PrintStartPage +XRequest.XpExtension.14: PrintEndPage +XRequest.XpExtension.15: PrintSelectInput +XRequest.XpExtension.16: PrintInputSelected +XRequest.XpExtension.17: PrintGetAttributes +XRequest.XpExtension.18: PrintSetAttributes +XRequest.XpExtension.19: PrintGetOneAttribute +XRequest.XpExtension.20: PrintRehashPrinterList +XRequest.XpExtension.21: PrintGetPageDimensions +XRequest.XpExtension.22: PrintQueryScreens +XRequest.XpExtension.23: PrintSetImageResolution +XRequest.XpExtension.24: PrintGetImageResolution +XProtoError.XpExtension.0: XPBadContext (Print Context invalid or missing) +XlibMessage.XpExtension.0: Context in failed request: 0x%lx +XProtoError.XpExtension.1: XPBadSequence (Illegal sequence of XP operations) +XProtoError.XpExtension.2: XPBadResourceID (X resource not valid) +! TOG-CUP, an X Project Team specification +XRequest.TOG-CUP.0: CUPQueryVersion +XRequest.TOG-CUP.1: CUPGetReservedColormapEntries +XRequest.TOG-CUP.2: CUPStoreColors +! Extended-Visual-Information, an X Project Team specification +XRequest.Extended-Visual-Information.0: EVIQueryVersion +XRequest.Extended-Visual-Information.1: EVIGetVisualInfo +! DPMS (Display Power Management Signaling), an X Project Team specification +XRequest.DPMS.0: DPMSGetVersion +XRequest.DPMS.1: DPMSCapable +XRequest.DPMS.2: DPMSGetTimeouts +XRequest.DPMS.3: DPMSSetTimeouts +XRequest.DPMS.4: DPMSEnable +XRequest.DPMS.5: DPMSDisable +XRequest.DPMS.6: DPMSForceLevel +XRequest.DPMS.7: DPMSInfo +! XINERAMA, not an X Project Team specification +XRequest.XINERAMA.0: XINERAMAQueryVersion +XRequest.XINERAMA.1: XINERAMAGetState +XRequest.XINERAMA.2: XINERAMAGetScreenCount +XRequest.XINERAMA.3: XINERAMAGetScreenSize +XRequest.XINERAMA.4: XINERAMAIsActive +XRequest.XINERAMA.5: XINERAMAQueryScreens +! XF86Rush extension, not a standard spec +Xrequest.XFree86-Rush.0: XF86RushQueryVersion +Xrequest.XFree86-Rush.1: XF86RushLockPixmap +Xrequest.XFree86-Rush.2: XF86RushUnlockPixmap +Xrequest.XFree86-Rush.3: XF86RushUnlockAllPixmaps +Xrequest.XFree86-Rush.4: XF86RushGetCopyMode +Xrequest.XFree86-Rush.5: XF86RushSetCopyMode +Xrequest.XFree86-Rush.6: XF86RushGetPixelStride +Xrequest.XFree86-Rush.7: XF86RushSetPixelStride +Xrequest.XFree86-Rush.8: XF86RushOverlayPixmap +Xrequest.XFree86-Rush.9: XF86RushStatusRegOffset +Xrequest.XFree86-Rush.10: XF86RushAT3DEnableRegs +Xrequest.XFree86-Rush.11: XF86RushAT3DDisableRegs +! XVideo +Xrequest.XVideo.0: XvQueryExtension +Xrequest.XVideo.1: XvQueryAdaptors +Xrequest.XVideo.2: XvQueryEncodings +Xrequest.XVideo.3: XvGrabPort +Xrequest.XVideo.4: XvUngrabPort +Xrequest.XVideo.5: XvPutVideo +Xrequest.XVideo.6: XvPutStill +Xrequest.XVideo.7: XvGetVideo +Xrequest.XVideo.8: XvGetStill +Xrequest.XVideo.9: XvStopVideo +Xrequest.XVideo.10: XvSelectVideoNotify +Xrequest.XVideo.11: XvSelectPortNotify +Xrequest.XVideo.12: XvQueryBestSize +Xrequest.XVideo.13: XvSetPortAttribute +Xrequest.XVideo.14: XvGetPortAttribute +Xrequest.XVideo.15: XvQueryPortAttributes +Xrequest.XVideo.16: XvListImageFormats +Xrequest.XVideo.17: XvQueryImageAttributes +Xrequest.XVideo.18: XvPutImage +Xrequest.XVideo.19: XvShmPutImage +XProtoError.XVideo.0: XvBadPort +XProtoError.XVideo.1: XvBadEncoding +XProtoError.XVideo.2: XvBadControl +! XFree86-Bigfont +Xrequest.XFree86-Bigfont.0: XF86BigfontQueryVersion +Xrequest.XFree86-Bigfont.1: XF86BigfontQueryFont +! Adobe-DPS-Extension, not a standard +XRequest.Adobe-DPS-Extension.1: PSInit +XRequest.Adobe-DPS-Extension.2: PSCreateContext +XRequest.Adobe-DPS-Extension.3: PSCreateSpace +XRequest.Adobe-DPS-Extension.4: PSGiveInput +XRequest.Adobe-DPS-Extension.5: PSGetStatus +XRequest.Adobe-DPS-Extension.6: PSDestroySpace +XRequest.Adobe-DPS-Extension.7: PSReset +XRequest.Adobe-DPS-Extension.8: PSNotifyContext +XRequest.Adobe-DPS-Extension.9: PSCreateContextFromID +XRequest.Adobe-DPS-Extension.10: PSXIDFromContext +XRequest.Adobe-DPS-Extension.11: PSContextFromXID +XRequest.Adobe-DPS-Extension.12: PSSetStatusMask +XRequest.Adobe-DPS-Extension.13: PSCreateSecureContext +XRequest.Adobe-DPS-Extension.14: PSNotifyWhenReady +XProtoError.Adobe-DPS-Extension.0: PSErrorBadContext (invalid Context parameter) +XlibMessage.Adobe-DPS-Extension.0: Context id in failed request: 0x%lx +XProtoError.Adobe-DPS-Extension.1: PSErrorBadSpace (invalid Space parameter) +XlibMessage.Adobe-DPS-Extension.1: Space id in failed request: 0x%lx +XProtoError.Adobe-DPS-Extension.2: PSErrorAbort (interpreter aborted) +XlibMessage.Adobe-DPS-Extension.2: Value in failed request: 0x%lx +! RANDR +XRequest.RANDR.0: RRQueryVersion +XRequest.RANDR.1: RROldGetScreenInfo +XRequest.RANDR.2: RRSetScreenConfig +XRequest.RANDR.3: RROldScreenChangeSelectInput +XRequest.RANDR.4: RRSelectInput +XRequest.RANDR.5: RRGetScreenInfo +XRequest.RANDR.6: RRGetScreenSizeRange +XRequest.RANDR.7: RRSetScreenSize +XRequest.RANDR.8: RRGetScreenResources +XRequest.RANDR.9: RRGetOutputInfo +XRequest.RANDR.10: RRListOutputProperties +XRequest.RANDR.11: RRQueryOutputProperty +XRequest.RANDR.12: RRConfigureOutputProperty +XRequest.RANDR.13: RRChangeOutputProperty +XRequest.RANDR.14: RRDeleteOutputProperty +XRequest.RANDR.15: RRGetOutputProperty +XRequest.RANDR.16: RRCreateMode +XRequest.RANDR.17: RRDestroyMode +XRequest.RANDR.18: RRAddOutputMode +XRequest.RANDR.19: RRDeleteOutputMode +XRequest.RANDR.20: RRGetCrtcInfo +XRequest.RANDR.21: RRSetCrtcConfig +XRequest.RANDR.22: RRGetCrtcGammaSize +XRequest.RANDR.23: RRGetCrtcGamma +XRequest.RANDR.24: RRSetCrtcGamma +XRequest.RANDR.25: RRGetScreenResourcesCurrent +XRequest.RANDR.26: RRSetCrtcTransform +XRequest.RANDR.27: RRGetCrtcTransform +XRequest.RANDR.28: RRGetPanning +XRequest.RANDR.29: RRSetPanning +XRequest.RANDR.30: RRSetOutputPrimary +XRequest.RANDR.31: RRGetOutputPrimary +XProtoError.RANDR.0: BadRROutput (invalid Output parameter) +XlibMessage.RANDR.0: Output id in failed request: 0x%lx +XProtoError.RANDR.1: BadRRCrtc (invalid Crtc parameter) +XlibMessage.RANDR.1: Crtc id in failed request: 0x%lx +XProtoError.RANDR.2: BadRRMode (invalid Mode parameter) +XlibMessage.RANDR.2: Mode id in failed request: 0x%lx +! RENDER +XRequest.RENDER.0: RenderQueryVersion +XRequest.RENDER.1: RenderQueryPictFormats +XRequest.RENDER.2: RenderQueryPictIndexValues +XRequest.RENDER.3: RenderQueryDithers +XRequest.RENDER.4: RenderCreatePicture +XRequest.RENDER.5: RenderChangePicture +XRequest.RENDER.6: RenderSetPictureClipRectangles +XRequest.RENDER.7: RenderFreePicture +XRequest.RENDER.8: RenderComposite +XRequest.RENDER.9: RenderScale +XRequest.RENDER.10: RenderTrapezoids +XRequest.RENDER.11: RenderTriangles +XRequest.RENDER.12: RenderTriStrip +XRequest.RENDER.13: RenderTriFan +XRequest.RENDER.14: RenderColorTrapezoids +XRequest.RENDER.15: RenderColorTriangles +XRequest.RENDER.16: RenderTransform +XRequest.RENDER.17: RenderCreateGlyphSet +XRequest.RENDER.18: RenderReferenceGlyphSet +XRequest.RENDER.19: RenderFreeGlyphSet +XRequest.RENDER.20: RenderAddGlyphs +XRequest.RENDER.21: RenderAddGlyphsFromPicture +XRequest.RENDER.22: RenderFreeGlyphs +XRequest.RENDER.23: RenderCompositeGlyphs8 +XRequest.RENDER.24: RenderCompositeGlyphs16 +XRequest.RENDER.25: RenderCompositeGlyphs32 +XRequest.RENDER.26: RenderFillRectangles +XRequest.RENDER.27: RenderCreateCursor +XRequest.RENDER.28: RenderSetPictureTransform +XRequest.RENDER.29: RenderQueryFilters +XRequest.RENDER.30: RenderSetPictureFilter +XRequest.RENDER.31: RenderCreateAnimCursor +XRequest.RENDER.32: RenderAddTraps +XRequest.RENDER.33: RenderCreateSolidFill +XRequest.RENDER.34: RenderCreateLinearGradient +XRequest.RENDER.35: RenderCreateRadialGradient +XRequest.RENDER.36: RenderCreateConicalGradient +XProtoError.RENDER.0: RenderBadFormat (invalid PictFormat parameter) +XlibMessage.RENDER.0: PictFormat id in failed request: 0x%lx +XProtoError.RENDER.1: RenderBadPicture (invalid Picture parameter) +XlibMessage.RENDER.1: Picture id in failed request: 0x%lx +XProtoError.RENDER.2: RenderBadPictOp (invalid PictOp parameter) +XlibMessage.RENDER.2: PictOp in failed request: 0x%lx +XProtoError.RENDER.3: RenderBadGlyphSet (invalid GlyphSet parameter) +XlibMessage.RENDER.3: GlyphSet id in failed request: 0x%lx +XProtoError.RENDER.4: RenderBadGlyph (invalid Glyph parameter) +XlibMessage.RENDER.4: Glyph in failed request: 0x%lx +! XFixes +XRequest.XFIXES.0: XFixesQueryVersion +XRequest.XFIXES.1: XFixesChangeSaveSet +XRequest.XFIXES.2: XFixesSelectSelectionInput +XRequest.XFIXES.3: XFixesSelectCursorInput +XRequest.XFIXES.4: XFixesGetCursorImage +XRequest.XFIXES.5: XFixesCreateRegion +XRequest.XFIXES.6: XFixesCreateRegionFromBitmap +XRequest.XFIXES.7: XFixesCreateRegionFromWindow +XRequest.XFIXES.8: XFixesCreateRegionFromGC +XRequest.XFIXES.9: XFixesCreateRegionFromPicture +XRequest.XFIXES.10: XFixesDestroyRegion +XRequest.XFIXES.11: XFixesSetRegion +XRequest.XFIXES.12: XFixesCopyRegion +XRequest.XFIXES.13: XFixesUnionRegion +XRequest.XFIXES.14: XFixesIntersectRegion +XRequest.XFIXES.15: XFixesSubtractRegion +XRequest.XFIXES.16: XFixesInvertRegion +XRequest.XFIXES.17: XFixesTranslateRegion +XRequest.XFIXES.18: XFixesRegionExtents +XRequest.XFIXES.19: XFixesFetchRegion +XRequest.XFIXES.20: XFixesSetGCClipRegion +XRequest.XFIXES.21: XFixesSetWindowShapeRegion +XRequest.XFIXES.22: XFixesSetPictureClipRegion +XRequest.XFIXES.23: XFixesSetCursorName +XRequest.XFIXES.24: XFixesGetCursorName +XRequest.XFIXES.25: XFixesGetCursorImageAndName +XRequest.XFIXES.26: XFixesChangeCursor +XRequest.XFIXES.27: XFixesChangeCursorByName +XRequest.XFIXES.28: XFixesExpandRegion +XRequest.XFIXES.29: XFixesHideCursor +XRequest.XFIXES.30: XFixesShowCursor +XProtoError.XFIXES.0: BadRegion (invalid Region parameter) +XlibMessage.XFIXES.0: Region id in failed request: 0x%lx +! DAMAGE extension +XRequest.DAMAGE.0: XDamageQueryVersion +XRequest.DAMAGE.1: XDamageCreate +XRequest.DAMAGE.2: XDamageDestroy +XRequest.DAMAGE.3: XDamageSubtract +XRequest.DAMAGE.4: XDamageAdd +XProtoError.DAMAGE.0: BadDamage (invalid Damage parameter) +XlibMessage.DAMAGE.0: Damage id in failed request: 0x%lx +! DRI2 extension +XRequest.DRI2.0: DRI2QueryVersion +XRequest.DRI2.1: DRI2Connect +XRequest.DRI2.2: DRI2Authenticate +XRequest.DRI2.3: DRI2CreateDrawable +XRequest.DRI2.4: DRI2DestroyDrawable +XRequest.DRI2.5: DRI2GetBuffers +XRequest.DRI2.6: DRI2CopyRegion +XRequest.DRI2.7: DRI2GetBuffersWithFormat +XRequest.DRI2.8: DRI2SwapBuffers +XRequest.DRI2.9: DRI2GetMSC +XRequest.DRI2.10: DRI2WaitMSC +XRequest.DRI2.11: DRI2WaitSBC +XRequest.DRI2.12: DRI2SwapInterval diff --git a/mesalib/configure.ac b/mesalib/configure.ac index aa72523c0..94392910f 100644 --- a/mesalib/configure.ac +++ b/mesalib/configure.ac @@ -172,7 +172,14 @@ esac dnl Add flags for gcc and g++ if test "x$GCC" = xyes; then - CFLAGS="$CFLAGS -Wall -std=c99" + case "$host_os" in + cygwin*) + CFLAGS="$CFLAGS -Wall -std=gnu99" + ;; + *) + CFLAGS="$CFLAGS -Wall -std=c99" + ;; + esac # Enable -Werror=implicit-function-declaration and # -Werror=missing-prototypes, if available, or otherwise, just @@ -1215,8 +1222,6 @@ if test "x$enable_gbm" = xyes; then if test "x$enable_shared_glapi" = xno; then AC_MSG_ERROR([gbm_dri requires --enable-shared-glapi]) fi - PKG_CHECK_MODULES([LIBKMS], [libkms], [], - AC_MSG_ERROR([gbm needs libkms])) fi fi GBM_PC_REQ_PRIV="libudev" @@ -1498,7 +1503,7 @@ for plat in $egl_platforms; do ;; wayland) - PKG_CHECK_MODULES([WAYLAND], [wayland-client wayland-server],, \ + PKG_CHECK_MODULES([WAYLAND], [wayland-client >= 0.99.0 wayland-server >= 0.99.0],, \ [AC_MSG_ERROR([cannot find libwayland-client])]) GALLIUM_WINSYS_DIRS="$GALLIUM_WINSYS_DIRS sw/wayland" @@ -1750,7 +1755,7 @@ radeon_llvm_check() { if test "$LLVM_VERSION_MAJOR" -ge "3" -a "x$LLVM_VERSION" != "x3.1" && $LLVM_CONFIG --targets-built | grep -qv '\<AMDGPU\>' ; then AC_MSG_ERROR([To use the r600/radeonsi LLVM backend with LLVM 3.2 and newer, you need to fetch the LLVM source from: git://people.freedesktop.org/~tstellar/llvm master - and build with --enable-experimental-targets==AMDGPU]) + and build with --enable-experimental-targets=AMDGPU]) fi if test "x$LLVM_VERSION" = "x3.2"; then LLVM_LIBS="$LLVM_LIBS `$LLVM_CONFIG --libs amdgpu`" diff --git a/mesalib/src/gallium/auxiliary/util/u_blitter.c b/mesalib/src/gallium/auxiliary/util/u_blitter.c index 1072a0e9a..4d6cdd7a2 100644 --- a/mesalib/src/gallium/auxiliary/util/u_blitter.c +++ b/mesalib/src/gallium/auxiliary/util/u_blitter.c @@ -606,10 +606,10 @@ static void get_texcoords(struct pipe_sampler_view *src, out[2] = x2 / (float)u_minify(src_width0, level); out[3] = y2 / (float)u_minify(src_height0, level); } else { - out[0] = x1; - out[1] = y1; - out[2] = x2; - out[3] = y2; + out[0] = (float) x1; + out[1] = (float) y1; + out[2] = (float) x2; + out[3] = (float) y2; } } @@ -664,19 +664,19 @@ static void blitter_set_texcoords(struct blitter_context_priv *ctx, case PIPE_TEXTURE_1D_ARRAY: for (i = 0; i < 4; i++) - ctx->vertices[i][1][1] = layer; /*t*/ + ctx->vertices[i][1][1] = (float) layer; /*t*/ break; case PIPE_TEXTURE_2D_ARRAY: for (i = 0; i < 4; i++) { - ctx->vertices[i][1][2] = layer; /*r*/ - ctx->vertices[i][1][3] = sample; /*q*/ + ctx->vertices[i][1][2] = (float) layer; /*r*/ + ctx->vertices[i][1][3] = (float) sample; /*q*/ } break; case PIPE_TEXTURE_2D: for (i = 0; i < 4; i++) { - ctx->vertices[i][1][2] = sample; /*r*/ + ctx->vertices[i][1][2] = (float) sample; /*r*/ } break; @@ -1010,7 +1010,7 @@ static void util_blitter_clear_custom(struct blitter_context *blitter, blitter_set_common_draw_rect_state(ctx, FALSE); blitter_set_dst_dimensions(ctx, width, height); - blitter->draw_rectangle(blitter, 0, 0, width, height, depth, + blitter->draw_rectangle(blitter, 0, 0, width, height, (float) depth, UTIL_BLITTER_ATTRIB_COLOR, color); blitter_restore_vertex_states(ctx); @@ -1569,7 +1569,8 @@ void util_blitter_clear_depth_stencil(struct blitter_context *blitter, blitter_set_common_draw_rect_state(ctx, FALSE); blitter_set_dst_dimensions(ctx, dstsurf->width, dstsurf->height); - blitter->draw_rectangle(blitter, dstx, dsty, dstx+width, dsty+height, depth, + blitter->draw_rectangle(blitter, dstx, dsty, dstx+width, dsty+height, + (float) depth, UTIL_BLITTER_ATTRIB_NONE, NULL); blitter_restore_vertex_states(ctx); @@ -1881,11 +1882,11 @@ static boolean is_box_inside_resource(const struct pipe_resource *res, } return box->x >= 0 && - box->x + box->width <= width && + box->x + box->width <= (int) width && box->y >= 0 && - box->y + box->height <= height && + box->y + box->height <= (int) height && box->z >= 0 && - box->z + box->depth <= depth; + box->z + box->depth <= (int) depth; } static unsigned get_sample_count(const struct pipe_resource *res) diff --git a/mesalib/src/gallium/auxiliary/util/u_blitter.h b/mesalib/src/gallium/auxiliary/util/u_blitter.h index 4f7146701..de0639377 100644 --- a/mesalib/src/gallium/auxiliary/util/u_blitter.h +++ b/mesalib/src/gallium/auxiliary/util/u_blitter.h @@ -98,16 +98,16 @@ struct blitter_context boolean is_sample_mask_saved; unsigned saved_sample_mask; - int saved_num_sampler_states; + unsigned saved_num_sampler_states; void *saved_sampler_states[PIPE_MAX_SAMPLERS]; - int saved_num_sampler_views; + unsigned saved_num_sampler_views; struct pipe_sampler_view *saved_sampler_views[PIPE_MAX_SAMPLERS]; - int saved_num_vertex_buffers; + unsigned saved_num_vertex_buffers; struct pipe_vertex_buffer saved_vertex_buffers[PIPE_MAX_ATTRIBS]; - int saved_num_so_targets; + unsigned saved_num_so_targets; struct pipe_stream_output_target *saved_so_targets[PIPE_MAX_SO_BUFFERS]; struct pipe_query *saved_render_cond_query; @@ -435,7 +435,7 @@ void util_blitter_save_scissor(struct blitter_context *blitter, static INLINE void util_blitter_save_fragment_sampler_states( struct blitter_context *blitter, - int num_sampler_states, + unsigned num_sampler_states, void **sampler_states) { assert(num_sampler_states <= Elements(blitter->saved_sampler_states)); @@ -447,7 +447,7 @@ void util_blitter_save_fragment_sampler_states( static INLINE void util_blitter_save_fragment_sampler_views(struct blitter_context *blitter, - int num_views, + unsigned num_views, struct pipe_sampler_view **views) { unsigned i; @@ -461,7 +461,7 @@ util_blitter_save_fragment_sampler_views(struct blitter_context *blitter, static INLINE void util_blitter_save_vertex_buffers(struct blitter_context *blitter, - int num_vertex_buffers, + unsigned num_vertex_buffers, struct pipe_vertex_buffer *vertex_buffers) { assert(num_vertex_buffers <= Elements(blitter->saved_vertex_buffers)); @@ -475,7 +475,7 @@ util_blitter_save_vertex_buffers(struct blitter_context *blitter, static INLINE void util_blitter_save_so_targets(struct blitter_context *blitter, - int num_targets, + unsigned num_targets, struct pipe_stream_output_target **targets) { unsigned i; diff --git a/mesalib/src/gallium/auxiliary/util/u_format_r11g11b10f.h b/mesalib/src/gallium/auxiliary/util/u_format_r11g11b10f.h index bd64b2896..b883b318e 100644 --- a/mesalib/src/gallium/auxiliary/util/u_format_r11g11b10f.h +++ b/mesalib/src/gallium/auxiliary/util/u_format_r11g11b10f.h @@ -205,7 +205,7 @@ static INLINE float uf10_to_f32(uint16_t val) float scale, decimal; exponent -= 15; if (exponent < 0) { - scale = 1.0 / (1 << -exponent); + scale = 1.0f / (1 << -exponent); } else { scale = (float) (1 << exponent); diff --git a/mesalib/src/gallium/auxiliary/util/u_upload_mgr.c b/mesalib/src/gallium/auxiliary/util/u_upload_mgr.c index b62973de6..ee1c6881e 100644 --- a/mesalib/src/gallium/auxiliary/util/u_upload_mgr.c +++ b/mesalib/src/gallium/auxiliary/util/u_upload_mgr.c @@ -76,7 +76,7 @@ void u_upload_unmap( struct u_upload_mgr *upload ) { if (upload->transfer) { struct pipe_box *box = &upload->transfer->box; - if (upload->offset > box->x) { + if ((int) upload->offset > box->x) { pipe_buffer_flush_mapped_range(upload->pipe, upload->transfer, box->x, upload->offset - box->x); diff --git a/mesalib/src/gallium/auxiliary/util/u_vbuf.c b/mesalib/src/gallium/auxiliary/util/u_vbuf.c index 52db294cb..1cc83c3dd 100644 --- a/mesalib/src/gallium/auxiliary/util/u_vbuf.c +++ b/mesalib/src/gallium/auxiliary/util/u_vbuf.c @@ -98,7 +98,7 @@ struct u_vbuf { /* Vertex buffers for the driver. * There are no user buffers. */ struct pipe_vertex_buffer real_vertex_buffer[PIPE_MAX_ATTRIBS]; - int nr_real_vertex_buffers; + unsigned nr_real_vertex_buffers; boolean vertex_buffers_dirty; /* The index buffer. */ diff --git a/mesalib/src/mesa/drivers/windows/gdi/wmesa.c b/mesalib/src/mesa/drivers/windows/gdi/wmesa.c index 1580e5727..5728d3aa4 100644 --- a/mesalib/src/mesa/drivers/windows/gdi/wmesa.c +++ b/mesalib/src/mesa/drivers/windows/gdi/wmesa.c @@ -417,480 +417,6 @@ static void clear(struct gl_context *ctx, GLbitfield mask) } -/**********************************************************************/ -/***** PIXEL Functions *****/ -/**********************************************************************/ - -#define FLIP(Y) (rb->Height - (Y) - 1) - - -/** - ** Front Buffer reading/writing - ** These are slow, but work with all non-indexed visual types. - **/ - -/* Write a horizontal span of RGBA color pixels with a boolean mask. */ -static void write_rgba_span_front(struct gl_context *ctx, - struct gl_renderbuffer *rb, - GLuint n, GLint x, GLint y, - const void *values, - const GLubyte *mask) -{ - const GLubyte (*rgba)[4] = (const GLubyte (*)[4])values; - WMesaContext pwc = wmesa_context(ctx); - WMesaFramebuffer pwfb = wmesa_lookup_framebuffer(pwc->hDC); - HBITMAP bmp=0; - HDC mdc=0; - typedef union - { - unsigned i; - struct { - unsigned b:8, g:8, r:8, a:8; - }; - } BGRA; - BGRA *bgra, c; - GLuint i; - - if (n < 16) { // the value 16 is just guessed - y=FLIP(y); - if (mask) { - for (i=0; i<n; i++) - if (mask[i]) - SetPixel(pwc->hDC, x+i, y, - RGB(rgba[i][RCOMP], rgba[i][GCOMP], rgba[i][BCOMP])); - } - else { - for (i=0; i<n; i++) - SetPixel(pwc->hDC, x+i, y, - RGB(rgba[i][RCOMP], rgba[i][GCOMP], rgba[i][BCOMP])); - } - } - else { - if (!pwfb) { - _mesa_problem(NULL, "wmesa: write_rgba_span_front on unknown hdc"); - return; - } - bgra=malloc(n*sizeof(BGRA)); - if (!bgra) { - _mesa_problem(NULL, "wmesa: write_rgba_span_front: out of memory"); - return; - } - c.a=0; - if (mask) { - for (i=0; i<n; i++) { - if (mask[i]) { - c.r=rgba[i][RCOMP]; - c.g=rgba[i][GCOMP]; - c.b=rgba[i][BCOMP]; - c.a=rgba[i][ACOMP]; - bgra[i]=c; - } - else - bgra[i].i=0; - } - } - else { - for (i=0; i<n; i++) { - c.r=rgba[i][RCOMP]; - c.g=rgba[i][GCOMP]; - c.b=rgba[i][BCOMP]; - c.a=rgba[i][ACOMP]; - bgra[i]=c; - } - } - bmp=CreateBitmap(n, 1, 1, 32, bgra); - mdc=CreateCompatibleDC(pwfb->hDC); - SelectObject(mdc, bmp); - y=FLIP(y); - BitBlt(pwfb->hDC, x, y, n, 1, mdc, 0, 0, SRCCOPY); - SelectObject(mdc, 0); - DeleteObject(bmp); - DeleteDC(mdc); - free(bgra); - } -} - - -/* Write an array of RGBA pixels with a boolean mask. */ -static void write_rgba_pixels_front(struct gl_context *ctx, - struct gl_renderbuffer *rb, - GLuint n, - const GLint x[], const GLint y[], - const void *values, - const GLubyte *mask) -{ - const GLubyte (*rgba)[4] = (const GLubyte (*)[4])values; - GLuint i; - WMesaContext pwc = wmesa_context(ctx); - (void) ctx; - for (i=0; i<n; i++) - if (mask[i]) - SetPixel(pwc->hDC, x[i], FLIP(y[i]), - RGB(rgba[i][RCOMP], rgba[i][GCOMP], - rgba[i][BCOMP])); -} - - - -/* Read a horizontal span of color pixels. */ -static void read_rgba_span_front(struct gl_context *ctx, - struct gl_renderbuffer *rb, - GLuint n, GLint x, GLint y, - void *values) -{ - GLubyte (*rgba)[4] = (GLubyte (*)[4])values; - WMesaContext pwc = wmesa_context(ctx); - GLuint i; - COLORREF Color; - y = FLIP(y); - for (i=0; i<n; i++) { - Color = GetPixel(pwc->hDC, x+i, y); - rgba[i][RCOMP] = GetRValue(Color); - rgba[i][GCOMP] = GetGValue(Color); - rgba[i][BCOMP] = GetBValue(Color); - rgba[i][ACOMP] = 255; - } -} - - -/* Read an array of color pixels. */ -static void read_rgba_pixels_front(struct gl_context *ctx, - struct gl_renderbuffer *rb, - GLuint n, const GLint x[], const GLint y[], - void *values) -{ - GLubyte (*rgba)[4] = (GLubyte (*)[4])values; - WMesaContext pwc = wmesa_context(ctx); - GLuint i; - COLORREF Color; - for (i=0; i<n; i++) { - GLint y2 = FLIP(y[i]); - Color = GetPixel(pwc->hDC, x[i], y2); - rgba[i][RCOMP] = GetRValue(Color); - rgba[i][GCOMP] = GetGValue(Color); - rgba[i][BCOMP] = GetBValue(Color); - rgba[i][ACOMP] = 255; - } -} - -/*********************************************************************/ - -/* DOUBLE BUFFER 32-bit */ - -#define WMSETPIXEL32(pwc, y, x, r, g, b) { \ -LPDWORD lpdw = ((LPDWORD)((pwc)->pbPixels + (pwc)->ScanWidth * (y)) + (x)); \ -*lpdw = BGR32((r),(g),(b)); } - - - -/* Write a horizontal span of RGBA color pixels with a boolean mask. */ -static void write_rgba_span_32(struct gl_context *ctx, - struct gl_renderbuffer *rb, - GLuint n, GLint x, GLint y, - const void *values, - const GLubyte *mask) -{ - const GLubyte (*rgba)[4] = (const GLubyte (*)[4])values; - WMesaFramebuffer pwfb = wmesa_framebuffer(ctx->DrawBuffer); - GLuint i; - LPDWORD lpdw; - - (void) ctx; - - y=FLIP(y); - lpdw = ((LPDWORD)(pwfb->pbPixels + pwfb->ScanWidth * y)) + x; - if (mask) { - for (i=0; i<n; i++) - if (mask[i]) - lpdw[i] = BGR32(rgba[i][RCOMP], rgba[i][GCOMP], - rgba[i][BCOMP]); - } - else { - for (i=0; i<n; i++) - *lpdw++ = BGR32(rgba[i][RCOMP], rgba[i][GCOMP], - rgba[i][BCOMP]); - } -} - - -/* Write an array of RGBA pixels with a boolean mask. */ -static void write_rgba_pixels_32(struct gl_context *ctx, - struct gl_renderbuffer *rb, - GLuint n, const GLint x[], const GLint y[], - const void *values, - const GLubyte *mask) -{ - const GLubyte (*rgba)[4] = (const GLubyte (*)[4])values; - GLuint i; - WMesaFramebuffer pwfb = wmesa_framebuffer(ctx->DrawBuffer); - for (i=0; i<n; i++) - if (mask[i]) - WMSETPIXEL32(pwfb, FLIP(y[i]), x[i], - rgba[i][RCOMP], rgba[i][GCOMP], rgba[i][BCOMP]); -} - - -/* Read a horizontal span of color pixels. */ -static void read_rgba_span_32(struct gl_context *ctx, - struct gl_renderbuffer *rb, - GLuint n, GLint x, GLint y, - void *values) -{ - GLubyte (*rgba)[4] = (GLubyte (*)[4])values; - GLuint i; - DWORD pixel; - LPDWORD lpdw; - WMesaFramebuffer pwfb = wmesa_framebuffer(ctx->DrawBuffer); - - y = FLIP(y); - lpdw = ((LPDWORD)(pwfb->pbPixels + pwfb->ScanWidth * y)) + x; - for (i=0; i<n; i++) { - pixel = lpdw[i]; - rgba[i][RCOMP] = (GLubyte)((pixel & 0x00ff0000) >> 16); - rgba[i][GCOMP] = (GLubyte)((pixel & 0x0000ff00) >> 8); - rgba[i][BCOMP] = (GLubyte)(pixel & 0x000000ff); - rgba[i][ACOMP] = 255; - } -} - - -/* Read an array of color pixels. */ -static void read_rgba_pixels_32(struct gl_context *ctx, - struct gl_renderbuffer *rb, - GLuint n, const GLint x[], const GLint y[], - void *values) -{ - GLubyte (*rgba)[4] = (GLubyte (*)[4])values; - GLuint i; - DWORD pixel; - LPDWORD lpdw; - WMesaFramebuffer pwfb = wmesa_framebuffer(ctx->DrawBuffer); - - for (i=0; i<n; i++) { - GLint y2 = FLIP(y[i]); - lpdw = ((LPDWORD)(pwfb->pbPixels + pwfb->ScanWidth * y2)) + x[i]; - pixel = *lpdw; - rgba[i][RCOMP] = (GLubyte)((pixel & 0x00ff0000) >> 16); - rgba[i][GCOMP] = (GLubyte)((pixel & 0x0000ff00) >> 8); - rgba[i][BCOMP] = (GLubyte)(pixel & 0x000000ff); - rgba[i][ACOMP] = 255; - } -} - - -/*********************************************************************/ - -/* DOUBLE BUFFER 24-bit */ - -#define WMSETPIXEL24(pwc, y, x, r, g, b) { \ -LPBYTE lpb = ((LPBYTE)((pwc)->pbPixels + (pwc)->ScanWidth * (y)) + (3 * x)); \ -lpb[0] = (b); \ -lpb[1] = (g); \ -lpb[2] = (r); } - -/* Write a horizontal span of RGBA color pixels with a boolean mask. */ -static void write_rgba_span_24(struct gl_context *ctx, - struct gl_renderbuffer *rb, - GLuint n, GLint x, GLint y, - const void *values, - const GLubyte *mask) -{ - const GLubyte (*rgba)[4] = (const GLubyte (*)[4])values; - WMesaFramebuffer pwfb = wmesa_framebuffer(ctx->DrawBuffer); - GLuint i; - LPBYTE lpb; - - (void) ctx; - - y=FLIP(y); - lpb = ((LPBYTE)(pwfb->pbPixels + pwfb->ScanWidth * y)) + (3 * x); - if (mask) { - for (i=0; i<n; i++) - if (mask[i]) { - lpb[3*i] = rgba[i][BCOMP]; - lpb[3*i+1] = rgba[i][GCOMP]; - lpb[3*i+2] = rgba[i][RCOMP]; - } - } - else { - for (i=0; i<n; i++) { - *lpb++ = rgba[i][BCOMP]; - *lpb++ = rgba[i][GCOMP]; - *lpb++ = rgba[i][RCOMP]; - } - } -} - - -/* Write an array of RGBA pixels with a boolean mask. */ -static void write_rgba_pixels_24(struct gl_context *ctx, - struct gl_renderbuffer *rb, - GLuint n, const GLint x[], const GLint y[], - const void *values, - const GLubyte *mask) -{ - const GLubyte (*rgba)[4] = (const GLubyte (*)[4])values; - GLuint i; - WMesaFramebuffer pwfb = wmesa_framebuffer(ctx->DrawBuffer); - for (i=0; i<n; i++) - if (mask[i]) - WMSETPIXEL24(pwfb, FLIP(y[i]), x[i], - rgba[i][RCOMP], rgba[i][GCOMP], rgba[i][BCOMP]); -} - - -/* Read a horizontal span of color pixels. */ -static void read_rgba_span_24(struct gl_context *ctx, - struct gl_renderbuffer *rb, - GLuint n, GLint x, GLint y, - void *values) -{ - GLubyte (*rgba)[4] = (GLubyte (*)[4])values; - GLuint i; - LPBYTE lpb; - WMesaFramebuffer pwfb = wmesa_framebuffer(ctx->DrawBuffer); - - y = FLIP(y); - lpb = ((LPBYTE)(pwfb->pbPixels + pwfb->ScanWidth * y)) + (3 * x); - for (i=0; i<n; i++) { - rgba[i][RCOMP] = lpb[3*i+2]; - rgba[i][GCOMP] = lpb[3*i+1]; - rgba[i][BCOMP] = lpb[3*i]; - rgba[i][ACOMP] = 255; - } -} - - -/* Read an array of color pixels. */ -static void read_rgba_pixels_24(struct gl_context *ctx, - struct gl_renderbuffer *rb, - GLuint n, const GLint x[], const GLint y[], - void *values) -{ - GLubyte (*rgba)[4] = (GLubyte (*)[4])values; - GLuint i; - LPBYTE lpb; - WMesaFramebuffer pwfb = wmesa_framebuffer(ctx->DrawBuffer); - - for (i=0; i<n; i++) { - GLint y2 = FLIP(y[i]); - lpb = ((LPBYTE)(pwfb->pbPixels + pwfb->ScanWidth * y2)) + (3 * x[i]); - rgba[i][RCOMP] = lpb[3*i+2]; - rgba[i][GCOMP] = lpb[3*i+1]; - rgba[i][BCOMP] = lpb[3*i]; - rgba[i][ACOMP] = 255; - } -} - - -/*********************************************************************/ - -/* DOUBLE BUFFER 16-bit */ - -#define WMSETPIXEL16(pwc, y, x, r, g, b) { \ -LPWORD lpw = ((LPWORD)((pwc)->pbPixels + (pwc)->ScanWidth * (y)) + (x)); \ -*lpw = BGR16((r),(g),(b)); } - - - -/* Write a horizontal span of RGBA color pixels with a boolean mask. */ -static void write_rgba_span_16(struct gl_context *ctx, - struct gl_renderbuffer *rb, - GLuint n, GLint x, GLint y, - const void *values, - const GLubyte *mask) -{ - const GLubyte (*rgba)[4] = (const GLubyte (*)[4])values; - WMesaFramebuffer pwfb = wmesa_framebuffer(ctx->DrawBuffer); - GLuint i; - LPWORD lpw; - - (void) ctx; - - y=FLIP(y); - lpw = ((LPWORD)(pwfb->pbPixels + pwfb->ScanWidth * y)) + x; - if (mask) { - for (i=0; i<n; i++) - if (mask[i]) - lpw[i] = BGR16(rgba[i][RCOMP], rgba[i][GCOMP], - rgba[i][BCOMP]); - } - else { - for (i=0; i<n; i++) - *lpw++ = BGR16(rgba[i][RCOMP], rgba[i][GCOMP], - rgba[i][BCOMP]); - } -} - - - -/* Write an array of RGBA pixels with a boolean mask. */ -static void write_rgba_pixels_16(struct gl_context *ctx, - struct gl_renderbuffer *rb, - GLuint n, const GLint x[], const GLint y[], - const void *values, - const GLubyte *mask) -{ - const GLubyte (*rgba)[4] = (const GLubyte (*)[4])values; - GLuint i; - WMesaFramebuffer pwfb = wmesa_framebuffer(ctx->DrawBuffer); - (void) ctx; - for (i=0; i<n; i++) - if (mask[i]) - WMSETPIXEL16(pwfb, FLIP(y[i]), x[i], - rgba[i][RCOMP], rgba[i][GCOMP], rgba[i][BCOMP]); -} - - -/* Read a horizontal span of color pixels. */ -static void read_rgba_span_16(struct gl_context *ctx, - struct gl_renderbuffer *rb, - GLuint n, GLint x, GLint y, - void *values) -{ - GLubyte (*rgba)[4] = (GLubyte (*)[4])values; - GLuint i, pixel; - LPWORD lpw; - WMesaFramebuffer pwfb = wmesa_framebuffer(ctx->DrawBuffer); - - y = FLIP(y); - lpw = ((LPWORD)(pwfb->pbPixels + pwfb->ScanWidth * y)) + x; - for (i=0; i<n; i++) { - pixel = lpw[i]; - /* Windows uses 5,5,5 for 16-bit */ - rgba[i][RCOMP] = (pixel & 0x7c00) >> 7; - rgba[i][GCOMP] = (pixel & 0x03e0) >> 2; - rgba[i][BCOMP] = (pixel & 0x001f) << 3; - rgba[i][ACOMP] = 255; - } -} - - -/* Read an array of color pixels. */ -static void read_rgba_pixels_16(struct gl_context *ctx, - struct gl_renderbuffer *rb, - GLuint n, const GLint x[], const GLint y[], - void *values) -{ - GLubyte (*rgba)[4] = (GLubyte (*)[4])values; - GLuint i, pixel; - LPWORD lpw; - WMesaFramebuffer pwfb = wmesa_framebuffer(ctx->DrawBuffer); - - for (i=0; i<n; i++) { - GLint y2 = FLIP(y[i]); - lpw = ((LPWORD)(pwfb->pbPixels + pwfb->ScanWidth * y2)) + x[i]; - pixel = *lpw; - /* Windows uses 5,5,5 for 16-bit */ - rgba[i][RCOMP] = (pixel & 0x7c00) >> 7; - rgba[i][GCOMP] = (pixel & 0x03e0) >> 2; - rgba[i][BCOMP] = (pixel & 0x001f) << 3; - rgba[i][ACOMP] = 255; - } -} - - - /**********************************************************************/ /***** BUFFER Functions *****/ diff --git a/mesalib/src/mesa/main/api_exec.c b/mesalib/src/mesa/main/api_exec.c index a5e5f26d2..d2f14ce1a 100644 --- a/mesalib/src/mesa/main/api_exec.c +++ b/mesalib/src/mesa/main/api_exec.c @@ -112,9 +112,7 @@ _mesa_create_exec_table(struct gl_context *ctx) if (exec == NULL) return NULL; -#if _HAVE_FULL_GL _mesa_loopback_init_api_table(ctx, exec); -#endif /* load the dispatch slots we understand */ if (ctx->API != API_OPENGL_CORE && ctx->API != API_OPENGLES2) { @@ -306,7 +304,6 @@ _mesa_create_exec_table(struct gl_context *ctx) SET_BindTexture(exec, _mesa_BindTexture); SET_DeleteTextures(exec, _mesa_DeleteTextures); SET_GenTextures(exec, _mesa_GenTextures); -#if _HAVE_FULL_GL if (ctx->API == API_OPENGL) { SET_AreTexturesResident(exec, _mesa_AreTexturesResident); SET_ColorPointer(exec, _mesa_ColorPointer); @@ -336,14 +333,11 @@ _mesa_create_exec_table(struct gl_context *ctx) SET_TexCoordPointer(exec, _mesa_TexCoordPointer); SET_VertexPointer(exec, _mesa_VertexPointer); } -#endif /* 1.2 */ -#if _HAVE_FULL_GL SET_CopyTexSubImage3D(exec, _mesa_CopyTexSubImage3D); SET_TexImage3D(exec, _mesa_TexImage3D); SET_TexSubImage3D(exec, _mesa_TexSubImage3D); -#endif /* OpenGL 1.2 GL_ARB_imaging */ SET_BlendColor(exec, _mesa_BlendColor); @@ -370,11 +364,9 @@ _mesa_create_exec_table(struct gl_context *ctx) #endif /* 3. GL_EXT_polygon_offset */ -#if _HAVE_FULL_GL if (ctx->API == API_OPENGL) { SET_PolygonOffsetEXT(exec, _mesa_PolygonOffsetEXT); } -#endif /* 6. GL_EXT_texture3d */ #if 0 @@ -407,7 +399,6 @@ _mesa_create_exec_table(struct gl_context *ctx) #endif /* 30. GL_EXT_vertex_array */ -#if _HAVE_FULL_GL if (ctx->API == API_OPENGL) { SET_ColorPointerEXT(exec, _mesa_ColorPointerEXT); SET_EdgeFlagPointerEXT(exec, _mesa_EdgeFlagPointerEXT); @@ -416,7 +407,6 @@ _mesa_create_exec_table(struct gl_context *ctx) SET_TexCoordPointerEXT(exec, _mesa_TexCoordPointerEXT); SET_VertexPointerEXT(exec, _mesa_VertexPointerEXT); } -#endif /* 37. GL_EXT_blend_minmax */ #if 0 @@ -424,52 +414,40 @@ _mesa_create_exec_table(struct gl_context *ctx) #endif /* 54. GL_EXT_point_parameters */ -#if _HAVE_FULL_GL if (ctx->API != API_OPENGLES2) { SET_PointParameterfEXT(exec, _mesa_PointParameterf); SET_PointParameterfvEXT(exec, _mesa_PointParameterfv); } -#endif /* 95. GL_ARB_ES2_compatibility */ SET_ClearDepthf(exec, _mesa_ClearDepthf); SET_DepthRangef(exec, _mesa_DepthRangef); /* 97. GL_EXT_compiled_vertex_array */ -#if _HAVE_FULL_GL if (ctx->API == API_OPENGL) { SET_LockArraysEXT(exec, _mesa_LockArraysEXT); SET_UnlockArraysEXT(exec, _mesa_UnlockArraysEXT); } -#endif /* 148. GL_EXT_multi_draw_arrays */ -#if _HAVE_FULL_GL SET_MultiDrawArraysEXT(exec, _mesa_MultiDrawArraysEXT); -#endif /* 173. GL_INGR_blend_func_separate */ -#if _HAVE_FULL_GL SET_BlendFuncSeparateEXT(exec, _mesa_BlendFuncSeparateEXT); -#endif /* 196. GL_MESA_resize_buffers */ -#if _HAVE_FULL_GL if (_mesa_is_desktop_gl(ctx)) { SET_ResizeBuffersMESA(exec, _mesa_ResizeBuffersMESA); } -#endif /* 197. GL_MESA_window_pos */ /* part of _mesa_init_rastpos_dispatch(exec); */ /* 200. GL_IBM_multimode_draw_arrays */ -#if _HAVE_FULL_GL if (ctx->API != API_OPENGLES2) { SET_MultiModeDrawArraysIBM(exec, _mesa_MultiModeDrawArraysIBM); SET_MultiModeDrawElementsIBM(exec, _mesa_MultiModeDrawElementsIBM); } -#endif /* 233. GL_NV_vertex_program */ if (ctx->API == API_OPENGL) { @@ -490,19 +468,15 @@ _mesa_create_exec_table(struct gl_context *ctx) SET_IsVertexArrayAPPLE(exec, _mesa_IsVertexArrayAPPLE); /* 262. GL_NV_point_sprite */ -#if _HAVE_FULL_GL if (_mesa_is_desktop_gl(ctx)) { SET_PointParameteriNV(exec, _mesa_PointParameteri); SET_PointParameterivNV(exec, _mesa_PointParameteriv); } -#endif /* 268. GL_EXT_stencil_two_side */ -#if _HAVE_FULL_GL if (ctx->API == API_OPENGL) { SET_ActiveStencilFaceEXT(exec, _mesa_ActiveStencilFaceEXT); } -#endif /* 285. GL_NV_primitive_restart */ if (ctx->API != API_OPENGLES2) { @@ -526,30 +500,23 @@ _mesa_create_exec_table(struct gl_context *ctx) } /* ARB 1. GL_ARB_multitexture */ -#if _HAVE_FULL_GL SET_ActiveTextureARB(exec, _mesa_ActiveTextureARB); if (ctx->API != API_OPENGL_CORE && ctx->API != API_OPENGLES2) { SET_ClientActiveTextureARB(exec, _mesa_ClientActiveTextureARB); } -#endif /* ARB 3. GL_ARB_transpose_matrix */ -#if _HAVE_FULL_GL if (ctx->API == API_OPENGL) { SET_LoadTransposeMatrixdARB(exec, _mesa_LoadTransposeMatrixdARB); SET_LoadTransposeMatrixfARB(exec, _mesa_LoadTransposeMatrixfARB); SET_MultTransposeMatrixdARB(exec, _mesa_MultTransposeMatrixdARB); SET_MultTransposeMatrixfARB(exec, _mesa_MultTransposeMatrixfARB); } -#endif /* ARB 5. GL_ARB_multisample */ -#if _HAVE_FULL_GL SET_SampleCoverageARB(exec, _mesa_SampleCoverageARB); -#endif /* ARB 12. GL_ARB_texture_compression */ -#if _HAVE_FULL_GL if (ctx->API != API_OPENGLES2) { SET_CompressedTexImage1DARB(exec, _mesa_CompressedTexImage1DARB); SET_CompressedTexSubImage1DARB(exec, _mesa_CompressedTexSubImage1DARB); @@ -565,7 +532,6 @@ _mesa_create_exec_table(struct gl_context *ctx) if (ctx->API != API_OPENGLES2) { SET_GetnCompressedTexImageARB(exec, _mesa_GetnCompressedTexImageARB); } -#endif /* ARB 14. GL_ARB_point_parameters */ /* reuse EXT_point_parameters functions */ diff --git a/mesalib/src/mesa/main/enums.h b/mesalib/src/mesa/main/enums.h index 7733df22f..8f4069426 100644 --- a/mesalib/src/mesa/main/enums.h +++ b/mesalib/src/mesa/main/enums.h @@ -38,8 +38,6 @@ #include "mfeatures.h" -#if defined(_HAVE_FULL_GL) && _HAVE_FULL_GL - extern const char *_mesa_lookup_enum_by_nr( int nr ); /* Get the name of an enum given that it is a primitive type. Avoids @@ -49,14 +47,4 @@ const char *_mesa_lookup_prim_by_nr( unsigned nr ); extern int _mesa_lookup_enum_by_name( const char *symbol ); -#else - -/** No-op */ -#define _mesa_lookup_enum_by_name( s ) 0 - -/** No-op */ -#define _mesa_lookup_enum_by_nr( n ) "unknown" - -#endif - #endif diff --git a/mesalib/src/mesa/main/mfeatures.h b/mesalib/src/mesa/main/mfeatures.h index 829c0563b..55e9cf9c4 100644 --- a/mesalib/src/mesa/main/mfeatures.h +++ b/mesalib/src/mesa/main/mfeatures.h @@ -31,10 +31,6 @@ #ifndef FEATURES_H #define FEATURES_H -#ifndef _HAVE_FULL_GL -#define _HAVE_FULL_GL 1 -#endif - #ifndef FEATURE_ES1 #define FEATURE_ES1 0 #endif diff --git a/mesalib/src/mesa/state_tracker/st_atom_msaa.c b/mesalib/src/mesa/state_tracker/st_atom_msaa.c index ea9eb9a6d..9baa4fcf2 100644 --- a/mesalib/src/mesa/state_tracker/st_atom_msaa.c +++ b/mesalib/src/mesa/state_tracker/st_atom_msaa.c @@ -51,7 +51,8 @@ static void update_sample_mask( struct st_context *st ) /* unlike in gallium/d3d10 the mask is only active if msaa is enabled */ if (st->ctx->Multisample.SampleCoverage) { unsigned nr_bits; - nr_bits = st->ctx->Multisample.SampleCoverageValue * (float)sample_count; + nr_bits = (unsigned) + (st->ctx->Multisample.SampleCoverageValue * (float)sample_count); /* there's lot of ways how to do this. We just use first few bits, since we have no knowledge of sample positions here. When app-supplied mask though is used too might need to be smarter. diff --git a/mesalib/src/mesa/state_tracker/st_cb_texture.c b/mesalib/src/mesa/state_tracker/st_cb_texture.c index 5bf3dc699..b19dc67bf 100644 --- a/mesalib/src/mesa/state_tracker/st_cb_texture.c +++ b/mesalib/src/mesa/state_tracker/st_cb_texture.c @@ -375,6 +375,8 @@ guess_and_alloc_texture(struct st_context *st, */ if ((stObj->base.Sampler.MinFilter == GL_NEAREST || stObj->base.Sampler.MinFilter == GL_LINEAR || + (stObj->base.BaseLevel == 0 && + stObj->base.MaxLevel == 0) || stImage->base._BaseFormat == GL_DEPTH_COMPONENT || stImage->base._BaseFormat == GL_DEPTH_STENCIL_EXT) && !stObj->base.GenerateMipmap && @@ -1111,11 +1113,15 @@ copy_image_data_to_texture(struct st_context *st, /* Copy potentially with the blitter: */ GLuint src_level; - if (stImage->pt != stObj->pt) + if (stImage->pt->last_level == 0) src_level = 0; else src_level = stImage->base.Level; + assert(src_level <= stImage->pt->last_level); + assert(u_minify(stImage->pt->width0, src_level) == stImage->base.Width); + assert(u_minify(stImage->pt->height0, src_level) == stImage->base.Height); + st_texture_image_copy(st->pipe, stObj->pt, dstLevel, /* dest texture, level */ stImage->pt, src_level, /* src texture, level */ diff --git a/mesalib/src/mesa/state_tracker/st_extensions.c b/mesalib/src/mesa/state_tracker/st_extensions.c index 08a41c3e2..0560f3a8a 100644 --- a/mesalib/src/mesa/state_tracker/st_extensions.c +++ b/mesalib/src/mesa/state_tracker/st_extensions.c @@ -298,7 +298,8 @@ static void init_format_extensions(struct st_context *st, { struct pipe_screen *screen = st->pipe->screen; GLboolean *extensions = (GLboolean *) &st->ctx->Extensions; - int i, j; + unsigned i; + int j; int num_formats = Elements(mapping->format); int num_ext = Elements(mapping->extension_offset); diff --git a/pixman/configure.ac b/pixman/configure.ac index c069b483c..f9c0e0276 100644 --- a/pixman/configure.ac +++ b/pixman/configure.ac @@ -89,6 +89,9 @@ AC_DEFUN([PIXMAN_LINK_WITH_ENV],[dnl LDFLAGS="" LIBS="" $1 + CFLAGS="$save_CFLAGS $CFLAGS" + LDFLAGS="$save_LDFLAGS $LDFLAGS" + LIBS="$save_LIBS $LIBS" AC_LINK_IFELSE( [AC_LANG_SOURCE([$2])], [pixman_cc_stderr=`test -f conftest.err && cat conftest.err` @@ -921,8 +924,8 @@ if test $ac_cv_tls = none ; then AC_MSG_CHECKING(for pthread_setspecific) - PIXMAN_CHECK_PTHREAD([CFLAGS="-D_REENTRANT"; LIBS="-lpthread"]) PIXMAN_CHECK_PTHREAD([CFLAGS="-pthread"; LDFLAGS="-pthread"]) + PIXMAN_CHECK_PTHREAD([CFLAGS="-D_REENTRANT"; LIBS="-lpthread"]) PIXMAN_CHECK_PTHREAD([CFLAGS="-D_REENTRANT"; LDFLAGS="-lroot"]) if test $support_for_pthread_setspecific = yes; then diff --git a/pixman/pixman/pixman-bits-image.c b/pixman/pixman/pixman-bits-image.c index 029093ddc..085dd1606 100644 --- a/pixman/pixman/pixman-bits-image.c +++ b/pixman/pixman/pixman-bits-image.c @@ -1388,7 +1388,8 @@ static uint32_t * create_bits (pixman_format_code_t format, int width, int height, - int * rowstride_bytes) + int * rowstride_bytes, + pixman_bool_t clear) { int stride; size_t buf_size; @@ -1420,7 +1421,10 @@ create_bits (pixman_format_code_t format, if (rowstride_bytes) *rowstride_bytes = stride; - return calloc (buf_size, 1); + if (clear) + return calloc (buf_size, 1); + else + return malloc (buf_size); } pixman_bool_t @@ -1429,7 +1433,8 @@ _pixman_bits_image_init (pixman_image_t * image, int width, int height, uint32_t * bits, - int rowstride) + int rowstride, + pixman_bool_t clear) { uint32_t *free_me = NULL; @@ -1437,7 +1442,7 @@ _pixman_bits_image_init (pixman_image_t * image, { int rowstride_bytes; - free_me = bits = create_bits (format, width, height, &rowstride_bytes); + free_me = bits = create_bits (format, width, height, &rowstride_bytes, clear); if (!bits) return FALSE; @@ -1465,12 +1470,13 @@ _pixman_bits_image_init (pixman_image_t * image, return TRUE; } -PIXMAN_EXPORT pixman_image_t * -pixman_image_create_bits (pixman_format_code_t format, - int width, - int height, - uint32_t * bits, - int rowstride_bytes) +static pixman_image_t * +create_bits_image_internal (pixman_format_code_t format, + int width, + int height, + uint32_t * bits, + int rowstride_bytes, + pixman_bool_t clear) { pixman_image_t *image; @@ -1487,7 +1493,8 @@ pixman_image_create_bits (pixman_format_code_t format, return NULL; if (!_pixman_bits_image_init (image, format, width, height, bits, - rowstride_bytes / (int) sizeof (uint32_t))) + rowstride_bytes / (int) sizeof (uint32_t), + clear)) { free (image); return NULL; @@ -1495,3 +1502,28 @@ pixman_image_create_bits (pixman_format_code_t format, return image; } + +/* If bits is NULL, a buffer will be allocated and initialized to 0 */ +PIXMAN_EXPORT pixman_image_t * +pixman_image_create_bits (pixman_format_code_t format, + int width, + int height, + uint32_t * bits, + int rowstride_bytes) +{ + return create_bits_image_internal ( + format, width, height, bits, rowstride_bytes, TRUE); +} + + +/* If bits is NULL, a buffer will be allocated and _not_ initialized */ +PIXMAN_EXPORT pixman_image_t * +pixman_image_create_bits_no_clear (pixman_format_code_t format, + int width, + int height, + uint32_t * bits, + int rowstride_bytes) +{ + return create_bits_image_internal ( + format, width, height, bits, rowstride_bytes, FALSE); +} diff --git a/pixman/pixman/pixman-fast-path.c b/pixman/pixman/pixman-fast-path.c index a12c6cf6f..d95cb4dee 100644 --- a/pixman/pixman/pixman-fast-path.c +++ b/pixman/pixman/pixman-fast-path.c @@ -1296,7 +1296,8 @@ fast_composite_tiled_repeat (pixman_implementation_t *imp, /* Initialize/validate stack-allocated temporary image */ _pixman_bits_image_init (&extended_src_image, src_image->bits.format, - src_width, 1, &extended_src[0], src_stride); + src_width, 1, &extended_src[0], src_stride, + FALSE); _pixman_image_validate (&extended_src_image); info2.src_image = &extended_src_image; diff --git a/pixman/pixman/pixman-private.h b/pixman/pixman/pixman-private.h index dd03a939b..c0a6bc0a5 100644 --- a/pixman/pixman/pixman-private.h +++ b/pixman/pixman/pixman-private.h @@ -283,7 +283,8 @@ _pixman_bits_image_init (pixman_image_t * image, int width, int height, uint32_t * bits, - int rowstride); + int rowstride, + pixman_bool_t clear); pixman_bool_t _pixman_image_fini (pixman_image_t *image); diff --git a/pixman/pixman/pixman-trap.c b/pixman/pixman/pixman-trap.c index 35128ee3d..ab5c8c895 100644 --- a/pixman/pixman/pixman-trap.c +++ b/pixman/pixman/pixman-trap.c @@ -387,18 +387,95 @@ pixman_rasterize_trapezoid (pixman_image_t * image, } } +static const pixman_bool_t zero_src_has_no_effect[PIXMAN_N_OPERATORS] = +{ + FALSE, /* Clear 0 0 */ + FALSE, /* Src 1 0 */ + TRUE, /* Dst 0 1 */ + TRUE, /* Over 1 1-Aa */ + TRUE, /* OverReverse 1-Ab 1 */ + FALSE, /* In Ab 0 */ + FALSE, /* InReverse 0 Aa */ + FALSE, /* Out 1-Ab 0 */ + TRUE, /* OutReverse 0 1-Aa */ + TRUE, /* Atop Ab 1-Aa */ + FALSE, /* AtopReverse 1-Ab Aa */ + TRUE, /* Xor 1-Ab 1-Aa */ + TRUE, /* Add 1 1 */ +}; + +static pixman_bool_t +get_trap_extents (pixman_op_t op, pixman_image_t *dest, + const pixman_trapezoid_t *traps, int n_traps, + pixman_box32_t *box) +{ + int i; + + /* When the operator is such that a zero source has an + * effect on the underlying image, we have to + * composite across the entire destination + */ + if (!zero_src_has_no_effect [op]) + { + box->x1 = 0; + box->y1 = 0; + box->x2 = dest->bits.width; + box->y2 = dest->bits.height; + return TRUE; + } + + box->x1 = INT32_MAX; + box->y1 = INT32_MAX; + box->x2 = INT32_MIN; + box->y2 = INT32_MIN; + + for (i = 0; i < n_traps; ++i) + { + const pixman_trapezoid_t *trap = &(traps[i]); + int y1, y2; + + if (!pixman_trapezoid_valid (trap)) + continue; + + y1 = pixman_fixed_to_int (trap->top); + if (y1 < box->y1) + box->y1 = y1; + + y2 = pixman_fixed_to_int (pixman_fixed_ceil (trap->bottom)); + if (y2 > box->y2) + box->y2 = y2; + +#define EXTEND_MIN(x) \ + if (pixman_fixed_to_int ((x)) < box->x1) \ + box->x1 = pixman_fixed_to_int ((x)); +#define EXTEND_MAX(x) \ + if (pixman_fixed_to_int (pixman_fixed_ceil ((x))) > box->x2) \ + box->x2 = pixman_fixed_to_int (pixman_fixed_ceil ((x))); + +#define EXTEND(x) \ + EXTEND_MIN(x); \ + EXTEND_MAX(x); + + EXTEND(trap->left.p1.x); + EXTEND(trap->left.p2.x); + EXTEND(trap->right.p1.x); + EXTEND(trap->right.p2.x); + } + + if (box->x1 >= box->x2 || box->y1 >= box->y2) + return FALSE; + + return TRUE; +} + /* * pixman_composite_trapezoids() * * All the trapezoids are conceptually rendered to an infinitely big image. * The (0, 0) coordinates of this image are then aligned with the (x, y) * coordinates of the source image, and then both images are aligned with - * the (x, y) coordinates of the destination. Then, in principle, compositing - * of these three images takes place across the entire destination. - * - * FIXME: However, there is currently a bug, where we restrict this compositing - * to the bounding box of the trapezoids. This is incorrect for operators such - * as SRC and IN where blank source pixels do have an effect on the destination. + * the (x, y) coordinates of the destination. Then these three images are + * composited across the entire destination. */ PIXMAN_EXPORT void pixman_composite_trapezoids (pixman_op_t op, @@ -439,46 +516,9 @@ pixman_composite_trapezoids (pixman_op_t op, { pixman_image_t *tmp; pixman_box32_t box; - - box.x1 = INT32_MAX; - box.y1 = INT32_MAX; - box.x2 = INT32_MIN; - box.y2 = INT32_MIN; - - for (i = 0; i < n_traps; ++i) - { - const pixman_trapezoid_t *trap = &(traps[i]); - int y1, y2; - - if (!pixman_trapezoid_valid (trap)) - continue; - - y1 = pixman_fixed_to_int (trap->top); - if (y1 < box.y1) - box.y1 = y1; - - y2 = pixman_fixed_to_int (pixman_fixed_ceil (trap->bottom)); - if (y2 > box.y2) - box.y2 = y2; - -#define EXTEND_MIN(x) \ - if (pixman_fixed_to_int ((x)) < box.x1) \ - box.x1 = pixman_fixed_to_int ((x)); -#define EXTEND_MAX(x) \ - if (pixman_fixed_to_int (pixman_fixed_ceil ((x))) > box.x2) \ - box.x2 = pixman_fixed_to_int (pixman_fixed_ceil ((x))); - -#define EXTEND(x) \ - EXTEND_MIN(x); \ - EXTEND_MAX(x); - - EXTEND(trap->left.p1.x); - EXTEND(trap->left.p2.x); - EXTEND(trap->right.p1.x); - EXTEND(trap->right.p2.x); - } - - if (box.x1 >= box.x2 || box.y1 >= box.y2) + int i; + + if (!get_trap_extents (op, dst, traps, n_traps, &box)) return; tmp = pixman_image_create_bits ( diff --git a/pixman/pixman/pixman.h b/pixman/pixman/pixman.h index 1dc167a7a..c8723cf41 100644 --- a/pixman/pixman/pixman.h +++ b/pixman/pixman/pixman.h @@ -757,6 +757,11 @@ pixman_image_t *pixman_image_create_bits (pixman_format_code_t int height, uint32_t *bits, int rowstride_bytes); +pixman_image_t *pixman_image_create_bits_no_clear (pixman_format_code_t format, + int width, + int height, + uint32_t * bits, + int rowstride_bytes); /* Destructor */ pixman_image_t *pixman_image_ref (pixman_image_t *image); diff --git a/pixman/test/composite-traps-test.c b/pixman/test/composite-traps-test.c index ff03b50d9..9fc94a4d6 100644 --- a/pixman/test/composite-traps-test.c +++ b/pixman/test/composite-traps-test.c @@ -251,6 +251,6 @@ test_composite (int testnum, int main (int argc, const char *argv[]) { - return fuzzer_test_main("composite traps", 40000, 0xE3112106, + return fuzzer_test_main("composite traps", 40000, 0x33BFAA55, test_composite, argc, argv); } -- cgit v1.2.3