summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-29glx: convert to direct GL dispatch (v2)glx-rewriteAdam Jackson39-41224/+3257
2013-10-29glx: Remove DRI1 AIGLX (v2)Adam Jackson4-1181/+2
2013-10-29glx: Simplify glXDestroyContextAdam Jackson1-3/+1
2013-10-29glx: Fix a corner case in DrawableGoneAdam Jackson1-1/+1
2013-10-29glx: Fix memory leak in context garbage collection (v2)Adam Jackson4-24/+35
2013-10-29glx: Only take a Pixmap reference if creating the GLXPixmap succeededAdam Jackson1-1/+2
2013-10-23glx: Add support for the new DRI loader entrypoint.Eric Anholt1-2/+22
2013-10-18Update to version 1.14.99.3Keith Packard1-3/+3
2013-10-18Merge commit '2523a445a09a75a8baf642608d099a5e12d5437f'Keith Packard9-63/+158
2013-10-18sync: split updating and triggering a counter upPeter Hutterer1-2/+11
2013-10-18sync: always set the brackets (#59644)Peter Hutterer1-0/+20
2013-10-18sync: if the idle time was reset, force alarms to trigger (#70476)Peter Hutterer3-7/+69
2013-10-18dix: provide accessor methods for the last device event timePeter Hutterer9-23/+41
2013-10-18sync: supply the counter from IdleTimeBlockHandlerPeter Hutterer1-1/+1
2013-10-18sync: always call BracketValues when recalculating upper/lower bracketsPeter Hutterer1-3/+2
2013-10-18sync: compress two if statementsPeter Hutterer1-32/+19
2013-10-14Avoid use-after-free in dix/dixfonts.c: doImageText() [CVE-2013-4396]Alan Coopersmith1-0/+5
2013-10-14Update GLX dependencies now that DRI & DRI2 are builtins, not modulesAlan Coopersmith1-1/+1
2013-10-14DMX glxproxy: Don't allocate & copy data just to free it unusedAlan Coopersmith2-26/+34
2013-10-14Skip damage calls if DamageCreate fails in exa functionsAlan Coopersmith2-8/+14
2013-10-14dix: only deliver for the current grab typePeter Hutterer1-11/+2
2013-10-14dix: don't attempt to deliver an event for a different grabtypePeter Hutterer1-0/+3
2013-10-14include: change grabtypes to start at 1Peter Hutterer1-3/+3
2013-10-14dix: only allow button and key events to freeze a sync'd pointerPeter Hutterer1-1/+5
2013-10-14Xephyr: restore cursor visibilityMichele Baldessari1-0/+2
2013-10-14Fix Xephyr compilation when DEBUG is enabledMichele Baldessari1-1/+1
2013-10-14input: calloc minimization for xi2mask_newAdam Jackson1-17/+13
2013-10-09hw/xwin: Fix for "glx: Remove screen number from __GLXconfig"Jon TURNEY1-6/+0
2013-10-07Merge remote-tracking branch 'jeremyhu/master'Keith Packard2-5/+3
2013-10-07configure.ac: Include missing proto declarations in SDK_REQUIRED_MODULESEmil Velikov1-0/+3
2013-10-06XQuartz: Dont't set screen on __GLXConfigJeremy Huddleston Sequoia1-2/+0
2013-10-06rootless: Use miCopyRegion instead of fbCopyRegionJeremy Huddleston Sequoia1-3/+3
2013-10-05os: move <arpa/inet.h> for any !win32 systemPino Toscano1-4/+4
2013-10-05xfree86/hurd: include <hurd.h>Pino Toscano3-0/+3
2013-10-04Bump version to 1.14.99.2Keith Packard1-3/+3
2013-10-04kdrive/ephyr: Remove duplicate ephyrExtensions and ephyrExtensionInit declsKeith Packard1-16/+0
2013-10-04xfree86: add a comment as to why the logdir is createdGaetan Nadon1-0/+1
2013-10-04xfree86: Use $(MKDIR_P) for better code portabilityGaetan Nadon1-2/+1
2013-10-04Uninstall X link and CYGWIN libXorg.exe.a in local install targetsGaetan Nadon1-0/+8
2013-10-04Xorg binary: use install-exec-hook rather than install-exec-localGaetan Nadon1-5/+4
2013-10-04Use $(LN_S) provided by AC_PROG_LN_S macro to create linksGaetan Nadon1-1/+1
2013-10-04The Xorg binary is missing the extension $(EXEEXT) in the makefileGaetan Nadon1-1/+1
2013-10-04Merge remote-tracking branch 'anholt/ephyr-fixes'Keith Packard21-4162/+1685
2013-10-04miext/shadow: missing c2p_core.h breaks "make distcheck" target.Gaetan Nadon1-0/+1
2013-10-04Merge remote-tracking branch 'whot/for-keith'Keith Packard3-2/+7
2013-10-04Merge remote-tracking branch 'ajax/xserver-next'Keith Packard76-1159/+417
2013-09-25test: add new os executable to .gitignoreGaetan Nadon1-0/+1
2013-09-25xserver: enable InputClass option "GrabDevice" by default for non-seat0 seats...LaƩrcio de Sousa1-0/+4
2013-09-25dmx: provide enough space for axis mappingsPeter Hutterer1-2/+2
2013-09-20damage: Must translate initial window damage by window offsetKeith Packard1-0/+2