summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* rootless: fix warnings due to lack of const keeping.Dave Airlie2015-10-262-3/+3
* xwayland: Don't (double) destroy input resources in CloseScreenAdam Jackson2015-10-261-2/+0
* xwayland: Don't (double) destroy RANDR resources in CloseScreenAdam Jackson2015-10-261-2/+0
* glamor: Don't try to free the pixmap priv if we fail to allocate FBO.Eric Anholt2015-10-261-1/+0
* Xserver.man: -retro is used when starting the server, not the stippleAlan Coopersmith2015-10-261-1/+1
* glx: Implement GLX_ARB_context_flush_controlAdam Jackson2015-10-267-2/+57
* present: Don't stash the MSC value when present_get_ust_msc failsFredrik Höglund2015-10-261-6/+8
* glx: fix regression with copy sub buffer disappearingDave Airlie2015-10-261-2/+3
* glamor: Make our EGL context current before calling into GL in glamor_initMichel Dänzer2015-10-261-12/+14
* glamor: make current in prepare pathsDave Airlie2015-10-261-0/+2
* glamor: Use glamor_prepare_access_box() for PutImage/GetImage fallbackMichel Dänzer2015-10-261-2/+2
* glamor: Use a single glTexImage2D call for core font atlas texture data v2Michel Dänzer2015-10-261-12/+25
* XQuartz: Cleanup formatting of DarwinEQInit that was butchered by automation ...Jeremy Huddleston Sequoia2015-10-191-6/+3
* XQuartz: Make sure that darwin_all_modifier_mask_additions is 0-terminatedJeremy Huddleston Sequoia2015-10-191-1/+1
* XQuartz: Fix how we calculate the height of the OSX menu barKen Thomases2015-10-141-2/+10
* XQuartz: Remove InfoPlist.stringsJeremy Huddleston Sequoia2015-10-1432-31/+1
* XQuartz: Relax App Transport Security for communicating with the update serverJeremy Huddleston Sequoia2015-10-141-0/+13
* XQuartz: Silence -Wformat-security for NSRunAlertPanelJeremy Huddleston Sequoia2015-10-142-11/+10
* XQuartz: Silence -Wunused-functionJeremy Huddleston Sequoia2015-10-141-0/+2
* XQuartz: Silence -Wunused-variableJeremy Huddleston Sequoia2015-10-141-1/+0
* XQuartz: Silence -Wpointer-bool-conversionJeremy Huddleston Sequoia2015-10-141-3/+3
* XQuartz: GLX: Use __glXEnableExtension to build extensions listJeremy Huddleston Sequoia2015-10-141-6/+31
* glx/swrast: Do more GLX extension setupAdam Jackson2015-07-291-3/+34
* fb: Make rootless-agnosticAdam Jackson2015-07-291-5/+0
* mi: fix typo in warning about overflowing queueJulien Cristau2015-07-291-1/+1
* Fix border tile origin when background is ParentRelativePeter Harris2015-07-291-4/+9
* dix: Send KeyPress and KeyRelease events to the XACE_KEY_AVAIL hookAndrew Eikum2015-07-291-0/+12
* xace: Add XaceHookIsSet helper functionAndrew Eikum2015-07-292-0/+18
* dmx: include header for DMXExtensionInit() in dmx.cAlan Coopersmith2015-07-291-0/+1
* dmx: constify GCOps & GCFuncs pointersAlan Coopersmith2015-07-292-4/+4
* dmx: Mark glxIsExtensionSupported as a const char *Alan Coopersmith2015-07-292-2/+2
* dmx: remove redundant redeclarations of variables from other headersAlan Coopersmith2015-07-292-4/+0
* dmx: remove redundant declaration of dmxFontPrivateIndex from dmxfont.hAlan Coopersmith2015-07-291-2/+0
* dmx: glxproxy prototype cleanupAlan Coopersmith2015-07-2912-27/+41
* dmx: more unshadowing of variablesAlan Coopersmith2015-07-293-10/+10
* dmx: attempt to untangle nested loops using same index variableAlan Coopersmith2015-07-291-15/+15
* dmx: remove unused variablesAlan Coopersmith2015-07-292-5/+0
* dmx: fix printf format argument warningsAlan Coopersmith2015-07-292-9/+9
* dmx: move format strings inline so gcc can checkAlan Coopersmith2015-07-291-15/+3
* dmx: Add _X_ATTRIBUTE_PRINTF to dmxConfigLog() & dmxConfigOutput()Alan Coopersmith2015-07-292-2/+3
* Get rid of const warnings in XSERVER_INPUT_EVENT dtrace probe callsAlan Coopersmith2015-07-298-31/+53
* xserver 1.17.2xorg-server-1.17.2Adam Jackson2015-06-161-2/+2
* glamor: don't do render ops with matching source/dest (v2)Dave Airlie2015-06-162-1/+18
* xwayland: Throttle our cursor surface updates with a frame callbackRui Matos2015-06-163-1/+31
* present: Copy unflip contents back to the Screen PixmapChris Wilson2015-06-161-4/+4
* backtrace.c: Fix word cast to a pointerVicente Olivert Riera2015-06-031-2/+2
* xwayland: default to local user if no xauth file given. [CVE-2015-3164 3/3]Ray Strode2015-06-031-0/+2
* os: support new implicit local user access mode [CVE-2015-3164 2/3]Ray Strode2015-06-033-4/+130
* xwayland: Enable access control on open sockets [CVE-2015-3164 1/3]Ray Strode2015-06-031-1/+1
* Xephyr: Fix broken image when endianess of client machine and host-Xserver di...Egbert Eich2015-06-031-2/+10