summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-28auth: remove AuthToIDFunc and associated functions. Not used anymore.HEADmasterMatthieu Herrb2-10/+3
2017-02-28Use arc4random_buf(3) if available to generate cookies.Matthieu Herrb3-0/+15
2017-02-28Use timingsafe_memcmp() to compare MIT-MAGIC-COOKIES CVE-2017-2624Matthieu Herrb5-2/+56
2017-02-27os: log a bug whenever WriteToClient is called from the input threadPeter Hutterer3-0/+12
2017-02-23Revert "xwayland: bump wayland-protocols version to 1.7"Olivier Fourdan1-1/+1
2017-02-23xwayland: use _XWAYLAND_ALLOW_COMMITS propertyPekka Paalanen2-0/+124
2017-02-23xwayland: fix 'buffer' may be used uninitialized warningPekka Paalanen1-1/+1
2017-02-23xwayland: refactor into xwl_window_post_damage()Pekka Paalanen1-23/+33
2017-02-23dix: Add a callback chain for window property state changeAdam Jackson2-0/+17
2017-02-23dix: Pass the whole property into deliverPropertyNotifyEventAdam Jackson1-7/+7
2017-02-23tests: Fix guards for ld -wrapMihail Konev2-98/+46
2017-02-23glamor: Fix missing declaration in dash vertex shaderDr.-Ing. Dieter Jurzitza1-0/+1
2017-02-23os: Fix iteration over busfaultsChris Wilson1-6/+7
2017-02-23inputthread: Initialise inputThreadInfo->changed before useChris Wilson1-0/+2
2017-02-20os: remove unused define MAX_TIMES_PEROlivier Fourdan1-1/+0
2017-02-16mi: Add include guards to migc.hAdam Jackson1-0/+5
2017-02-16fb: Remove stray references to fbHasVisualTypesAdam Jackson2-5/+0
2017-02-16fb: Remove unused fbGetFreeCompClip macroAdam Jackson1-1/+0
2017-02-16wfb: Hide init function decls behind FB_ACCESS_WRAPPERAdam Jackson1-3/+2
2017-02-16wfb: Add missing rename for fbGlyphsAdam Jackson1-0/+1
2017-02-16prime: Clear PixmapDirtyUpdateRec::damage when it's destroyedMichel Dänzer1-3/+12
2017-02-16xwayland: bump wayland-protocols version to 1.7Olivier Fourdan1-1/+1
2017-02-16xfree86: Reorganize the reserved ScrnInfoRec slotsAdam Jackson1-20/+7
2017-02-16xfree86: Remove unused chipID/Rev from ScrnInfoRecAdam Jackson1-3/+0
2017-02-16xfree86: Remove memClk from ScrnInfoRecAdam Jackson2-2/+0
2017-02-16xfree86: Remove Option "BiosBase" (v2)Adam Jackson7-43/+1
2017-02-16xfree86: Drop virtualFrom from ScrnInfoRecAdam Jackson3-13/+2
2017-02-16xfree86: Remove max[HV]Value from ScrnInfoRecAdam Jackson3-32/+0
2017-02-16xfree86: Fix a comment about ScrnInfoRecAdam Jackson1-5/+1
2017-02-14DetermineClientCmd: try using /proc/pid/cmdline on Solaris tooAlan Coopersmith1-39/+47
2017-02-09xfree86: Bump video ABI to 24.0Adam Jackson1-1/+1
2017-02-08xwayland: Apply output rotation for screen sizeOlivier Fourdan1-12/+16
2017-02-08xwayland: CRTC should support all rotationsOlivier Fourdan1-1/+8
2017-02-08damage: Validate source pictures bound to windows before unwrappingMichel Dänzer2-1/+11
2017-02-08xwayland: Add hack for FWXGA resolution #99574Svitozar Cherepii1-0/+7
2017-02-08present: Allow flipping with PRIME slave outputsMichel Dänzer1-16/+0
2017-02-08prime: Sync shared pixmap from root window instead of screen pixmapMichel Dänzer1-4/+12
2017-02-08modesetting: allow switching from software to hardware cursors (v5).Michael Thayer2-18/+13
2017-02-08modesetting: Immediately handle failure to set HW cursor, v5Michael Thayer2-11/+5
2017-02-08xfree86: Immediately handle failure to set HW cursor, v5Michael Thayer4-15/+53
2017-02-08dmx: fix linkingMihail Konev1-1/+2
2017-02-08dri1: Remove some dead event codeAdam Jackson1-7/+0
2017-02-08xwayland: replace hardcoded function name with __func__ in error msgPeter Hutterer2-4/+4
2017-02-06xfree86: Take input_lock() for xf86ScreenCheckHWCursorChris Wilson1-7/+20
2017-02-06xfree86: Take input lock for xf86TransparentCursorChris Wilson1-0/+4
2017-02-06xfree86: Take the input lock for xf86RecolorCursorChris Wilson1-6/+18
2017-02-01present: disable page flip only when a slave crtc is activeQiang Yu1-1/+13
2017-02-01loader: Handle mod->VersionInfo == NULLMichel Dänzer1-10/+11
2017-01-25dri2: refine dri2_probe_driver_name (v2)Qiang Yu2-20/+30
2017-01-25tests: shuffle around the linking order to please GNU ldMartin Peres1-1/+5