summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-02-13animcur: Handle allocation failure for the animation timerfor-1.19Adam Jackson1-4/+6
2018-02-13xfree86: Add ModulePath support for OutputClass config SectionsHans De Goede5-0/+56
2018-02-13xfree86: Allow overriding primary GPU detection from an OutputClass sectionHans De Goede2-1/+30
2018-02-13xfree86: xf86platformProbe: split finding pci-info and setting primary GPUHans De Goede1-8/+15
2018-02-13xfree86: Add options support for OutputClass OptionsHans De Goede6-1/+65
2018-02-13xfree86: Make OutputClassMatches take a xf86_platform_deviceHans De Goede1-3/+4
2018-02-13xfree86: Free devlist returned by xf86MatchDeviceHans De Goede1-0/+4
2018-02-13xfree86: Try harder to find atleast 1 non GPU ScreenHans de Goede5-3/+33
2018-02-13xfree86: Make adding unclaimed devices as GPU devices a separate stepHans de Goede3-0/+25
2018-02-13xfree86: Remove redundant ServerIsNotSeat0 check from xf86CallDriverProbeHans de Goede1-2/+0
2018-02-12glx: Only assign 8 bpc fbconfigs for composite visuals.Mario Kleiner1-0/+3
2018-02-12xwayland: Don't process cursor warping without an xwl_seatLyude Paul1-0/+7
2018-02-12randr: Fix rotation check in ProcRRSetScreenSize()Alex Goins1-1/+1
2018-02-12glamor: tidy up some gradient color formulasJeff Smith1-36/+30
2018-02-12glamor: remove unused variables in linear gradient shaderJeff Smith1-7/+0
2018-02-12glamor: fix no-reflect case for gradientsJeff Smith1-11/+16
2018-02-12glamor: fix repeat-reflect case in linear gradient shaderJeff Smith1-7/+4
2018-02-12xwayland: remove dirty window unconditionally on unrealizeOlivier Fourdan1-2/+1
2018-02-12os/inputthread: Force unlock when stopping thread.Michal Srb1-0/+1
2018-02-12composite: Propagate damagedDescendants when reparentedPeter Harris3-8/+20
2018-02-12xf86XvMCScreenInit: Clear pScreenPriv->dixinfo when freeing pAdaptMichel Dänzer1-0/+1
2018-01-24Revert "present: Only send PresentCompleteNotify events to the presenting cli...Michel Dänzer4-15/+7
2018-01-22xfree86: add default modes for 16:9 and 16:10Martin Wilck1-0/+141
2018-01-22os: Fix a type error in the IPv6 XDMCP codeAdam Jackson1-1/+1
2018-01-22build: guess availability of monotonic clock for cross compilationHelmut Grohne1-0/+7
2018-01-22config: fix NULL value detection for ID_INPUT being unsetPeter Hutterer1-1/+1
2018-01-22glamor: Specify GLSL version for xv shaderCorentin Rossignon1-0/+2
2018-01-22animcur: Fix transitions between animated cursorsAdam Jackson1-10/+15
2018-01-22animcur: Run the timer from the device, not the screenAdam Jackson1-58/+29
2018-01-22animcur: Return the next interval directly from the timer callbackAdam Jackson1-3/+2
2018-01-22animcur: Use fixed-size screen privateAdam Jackson1-12/+4
2018-01-22Xorg.wrap: Ensure correct ordering of post-install hookLukáš Krejčí1-2/+2
2018-01-22xwayland: avoid race condition on new keymapOlivier Fourdan1-1/+1
2018-01-17glx: do not pick sRGB config for 32-bit RGBA visualTapani Pälli1-0/+5
2017-12-20xserver 1.19.6Adam Jackson1-3/+3
2017-12-20glx: Duplicate relevant fbconfigs for compositing visualsThomas Hellstrom3-6/+61
2017-12-20glx: Fix visual fbconfig matching with respect to swap methodThomas Hellstrom1-0/+9
2017-12-20glx: Work around a GLX_OML swap method in older dri driversThomas Hellstrom1-0/+7
2017-12-20glx: Move Composite's synthetic visuals to a different select groupAdam Jackson1-0/+5
2017-12-20glx: Send GLX_VISUAL_SELECT_GROUP_SGIX attribute for visualsAdam Jackson1-2/+3
2017-12-20composite: Make compIsAlternateVisual safe even if Composite is offAdam Jackson1-1/+1
2017-12-20composite: Export compIsAlternateVisualAdam Jackson2-1/+3
2017-12-20composite: Remove a misleading commentAdam Jackson1-5/+0
2017-12-13os: Fix strtok/free crash in ComputeLocalClientTomasz Śniatowski1-3/+3
2017-12-13dix: avoid deferencing NULL PtrCtrlOlivier Fourdan1-1/+6
2017-12-13xwayland: Fix non-argb cursor conversionOlivier Fourdan1-1/+1
2017-12-13glx: Fix glXQueryContext for GLX_FBCONFIG_ID and GLX_RENDER_TYPE (v2)Adam Jackson4-2/+9
2017-12-13os/xdmcp: Honour -once when session is deadDaniel Martin1-1/+1
2017-12-13present: Only send PresentCompleteNotify events to the presenting clientMichel Dänzer4-7/+15
2017-12-13randr: rrGetScreenResources: initialize memoryGiuseppe Bilotta1-1/+1