summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-26mi: Always initialize edge1 and edge2 in miLineArcKeith Packard1-1/+1
2015-10-26rootless: rename w->_w to avoid shadow warningsDave Airlie1-9/+9
2015-10-26rootless: fix warnings due to lack of const keeping.Dave Airlie2-3/+3
2015-10-26xwayland: Don't (double) destroy input resources in CloseScreenAdam Jackson1-2/+0
2015-10-26xwayland: Don't (double) destroy RANDR resources in CloseScreenAdam Jackson1-2/+0
2015-10-26glamor: Don't try to free the pixmap priv if we fail to allocate FBO.Eric Anholt1-1/+0
2015-10-26Xserver.man: -retro is used when starting the server, not the stippleAlan Coopersmith1-1/+1
2015-10-26glx: Implement GLX_ARB_context_flush_controlAdam Jackson7-2/+57
2015-10-26present: Don't stash the MSC value when present_get_ust_msc failsFredrik Höglund1-6/+8
2015-10-26glx: fix regression with copy sub buffer disappearingDave Airlie1-2/+3
2015-10-26glamor: Make our EGL context current before calling into GL in glamor_initMichel Dänzer1-12/+14
2015-10-26glamor: make current in prepare pathsDave Airlie1-0/+2
2015-10-26glamor: Use glamor_prepare_access_box() for PutImage/GetImage fallbackMichel Dänzer1-2/+2
2015-10-26glamor: Use a single glTexImage2D call for core font atlas texture data v2Michel Dänzer1-12/+25
2015-10-19XQuartz: Cleanup formatting of DarwinEQInit that was butchered by automation ...Jeremy Huddleston Sequoia1-6/+3
2015-10-19XQuartz: Make sure that darwin_all_modifier_mask_additions is 0-terminatedJeremy Huddleston Sequoia1-1/+1
2015-10-14XQuartz: Fix how we calculate the height of the OSX menu barKen Thomases1-2/+10
2015-10-14XQuartz: Remove InfoPlist.stringsJeremy Huddleston Sequoia32-31/+1
2015-10-14XQuartz: Relax App Transport Security for communicating with the update serverJeremy Huddleston Sequoia1-0/+13
2015-10-14XQuartz: Silence -Wformat-security for NSRunAlertPanelJeremy Huddleston Sequoia2-11/+10
2015-10-14XQuartz: Silence -Wunused-functionJeremy Huddleston Sequoia1-0/+2
2015-10-14XQuartz: Silence -Wunused-variableJeremy Huddleston Sequoia1-1/+0
2015-10-14XQuartz: Silence -Wpointer-bool-conversionJeremy Huddleston Sequoia1-3/+3
2015-10-14XQuartz: GLX: Use __glXEnableExtension to build extensions listJeremy Huddleston Sequoia1-6/+31
2015-07-29glx/swrast: Do more GLX extension setupAdam Jackson1-3/+34
2015-07-29fb: Make rootless-agnosticAdam Jackson1-5/+0
2015-07-29mi: fix typo in warning about overflowing queueJulien Cristau1-1/+1
2015-07-29Fix border tile origin when background is ParentRelativePeter Harris1-4/+9
2015-07-29dix: Send KeyPress and KeyRelease events to the XACE_KEY_AVAIL hookAndrew Eikum1-0/+12
2015-07-29xace: Add XaceHookIsSet helper functionAndrew Eikum2-0/+18
2015-07-29dmx: include header for DMXExtensionInit() in dmx.cAlan Coopersmith1-0/+1
2015-07-29dmx: constify GCOps & GCFuncs pointersAlan Coopersmith2-4/+4
2015-07-29dmx: Mark glxIsExtensionSupported as a const char *Alan Coopersmith2-2/+2
2015-07-29dmx: remove redundant redeclarations of variables from other headersAlan Coopersmith2-4/+0
2015-07-29dmx: remove redundant declaration of dmxFontPrivateIndex from dmxfont.hAlan Coopersmith1-2/+0
2015-07-29dmx: glxproxy prototype cleanupAlan Coopersmith12-27/+41
2015-07-29dmx: more unshadowing of variablesAlan Coopersmith3-10/+10
2015-07-29dmx: attempt to untangle nested loops using same index variableAlan Coopersmith1-15/+15
2015-07-29dmx: remove unused variablesAlan Coopersmith2-5/+0
2015-07-29dmx: fix printf format argument warningsAlan Coopersmith2-9/+9
2015-07-29dmx: move format strings inline so gcc can checkAlan Coopersmith1-15/+3
2015-07-29dmx: Add _X_ATTRIBUTE_PRINTF to dmxConfigLog() & dmxConfigOutput()Alan Coopersmith2-2/+3
2015-07-29Get rid of const warnings in XSERVER_INPUT_EVENT dtrace probe callsAlan Coopersmith8-31/+53
2015-06-16xserver 1.17.2xorg-server-1.17.2Adam Jackson1-2/+2
2015-06-16glamor: don't do render ops with matching source/dest (v2)Dave Airlie2-1/+18
2015-06-16xwayland: Throttle our cursor surface updates with a frame callbackRui Matos3-1/+31
2015-06-16present: Copy unflip contents back to the Screen PixmapChris Wilson1-4/+4
2015-06-03backtrace.c: Fix word cast to a pointerVicente Olivert Riera1-2/+2
2015-06-03xwayland: default to local user if no xauth file given. [CVE-2015-3164 3/3]Ray Strode1-0/+2
2015-06-03os: support new implicit local user access mode [CVE-2015-3164 2/3]Ray Strode3-4/+130