summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-09-21test/xi1: Update .gitignoreJasper St. Pierre1-0/+1
2015-09-21mingw: Fix NO_LOCAL_CLIENT_CRED buildJon TURNEY3-1/+21
2015-09-21configure.ac: Add support for new versions of systemdJavier Jardón1-1/+3
2015-09-21render: Simplify SProcRenderScaleAdam Jackson1-14/+1
2015-09-21Xephyr: Paint with subimage for non-Glamor & non-XSHM caseIan Scott1-4/+6
2015-09-21ephyr: move host_has_extension() implementation to hostx.cLaércio de Sousa5-19/+17
2015-09-21ephyr: fix -no-host-grab argument processingJürg Billeter1-1/+1
2015-09-21Keep SIGALRM restart flag after PopenDaniel Drake1-11/+38
2015-09-21Allow system call restarts upon signal interruptionDaniel Drake2-1/+2
2015-09-17glamor: explicitly check for GL_OES_EGL_imageEmil Velikov1-0/+5
2015-09-17modesetting: fix up output naming conventionIlia Mirkin1-10/+10
2015-09-17xwayland: implement repeat_info eventMarek Chalupa1-3/+35
2015-09-17On linux use <termios.h> instead of <termio.h>Felix Janda1-4/+0
2015-09-17glxproxy: Fix an obvious thinko in QueryExtensionsStringAdam Jackson1-1/+1
2015-09-10Build fix for DMXJon TURNEY1-1/+1
2015-09-01remove bogus \/ escapesIngo Schwarze2-2/+2
2015-09-01dix: export ResourceClientBits()Olivier Fourdan1-1/+1
2015-09-01Bump version to 1.17.99.901 (1.18 RC1)Keith Packard1-3/+3
2015-08-28debug output format fix in TouchEventHistoryPush()Jon TURNEY1-1/+1
2015-08-28debug output format fix in ephyrProcessMouseMotion()Jon TURNEY1-2/+2
2015-08-28debug output format fix in DRISwapContext()Jon TURNEY1-1/+1
2015-08-28debug output format fix in TI.cJon TURNEY1-1/+1
2015-08-28debug output format fix in xf86Events.cJon TURNEY1-1/+1
2015-08-24configurable maximum number of clientsOlivier Fourdan16-46/+102
2015-08-17Merge remote-tracking branch 'airlied/modesetting-zaphod'Keith Packard6-102/+269
2015-08-17mi: Always initialize edge1 and edge2 in miLineArcKeith Packard1-1/+1
2015-08-17dixfont.h: Include fontutil.h before GetGlyphs is #definedKeith Packard1-0/+1
2015-08-17rootless: rename w->_w to avoid shadow warningsDave Airlie1-9/+9
2015-08-17rootless: fix warnings due to lack of const keeping.Dave Airlie2-3/+3
2015-08-17mioverlay.c: remove shadowed pScreen.Dave Airlie1-1/+0
2015-08-13modesetting: Add more missing options to man page.Mario Kleiner1-0/+8
2015-08-13modesetting: add zaphod support (v3)Dave Airlie6-102/+261
2015-08-12xwayland: Don't (double) destroy input resources in CloseScreenAdam Jackson1-2/+0
2015-08-12xwayland: Don't (double) destroy RANDR resources in CloseScreenAdam Jackson1-2/+0
2015-07-29glamor: Don't try to free the pixmap priv if we fail to allocate FBO.Eric Anholt1-1/+0
2015-07-27Xserver.man: -retro is used when starting the server, not the stippleAlan Coopersmith1-1/+1
2015-07-27glamor: Make our EGL context current before calling into GL in glamor_initMichel Dänzer1-12/+14
2015-07-17xfree86: Bump video driver ABI version to 20Aaron Plattner1-1/+1
2015-07-17Merge remote-tracking branch 'ajax/xserver-next' into masterEric Anholt74-1205/+809
2015-07-16xfree86/os-support/linux: Fix make distcheckArmin K1-1/+1
2015-07-16modesetting: Use correct types for return values of glamor BO exports.Robert Ancell2-4/+4
2015-07-16glamor: make current in prepare pathsDave Airlie1-0/+2
2015-07-16glamor: Use glamor_prepare_access_box() for PutImage/GetImage fallbackMichel Dänzer1-2/+2
2015-07-10glamor: Drop unused box translation/bounds code.Eric Anholt1-39/+0
2015-07-10glamor: Move cache_format to glamor_fbo.c, where it's used.Eric Anholt2-15/+15
2015-07-10glamor: Drop another dead function.Eric Anholt1-7/+0
2015-07-10glamor: Take transforms into account when preparing for a fallback.Eric Anholt1-2/+16
2015-07-10glamor: Drop dead drm_stride field.Eric Anholt1-1/+0
2015-07-10glamor: Drop tracking of the last picture attached to pixmaps.Eric Anholt6-114/+5
2015-07-10glamor: Use the actual picture's format when uploading memory pixmaps.Eric Anholt1-27/+13