summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-11-11modesetting: Fix ms_covering_crtc() segfault with non-xf86Crtc slaveAlex Goins1-0/+4
2019-11-11modesetting: Fix ms_covering_crtc() segfault with non-modesetting slave primaryAlex Goins1-1/+34
2019-11-11randr: Fix RRCrtcDetachScanoutPixmap() segfault during server teardownAlex Goins1-5/+10
2019-11-09include: Increase the number of max. input devices to 256.Arthur Williams1-1/+3
2019-11-08xwayland: Cosmetic, fix indentationOlivier Fourdan1-25/+25
2019-11-08xwayland/shm: Use `calloc()`Olivier Fourdan1-1/+1
2019-11-08xwayland/glamor-gbm: Use `calloc()`Olivier Fourdan1-1/+1
2019-11-08xwayland/eglstream: Fix order of `calloc()` argsOlivier Fourdan1-1/+1
2019-11-07xwayland: clear pixmaps after creation in rootless modeDor Askayo5-1/+49
2019-11-06xwayland: make context current to check GL versionOlivier Fourdan1-11/+27
2019-11-05xwayland: Fall back to GLES2 if we don't get at least GL 2.1 in glamorAdam Jackson1-0/+15
2019-11-04glamor/xwayland: Define EGL_NO_X11Hans de Goede6-0/+6
2019-10-30meson: Add sha1 library optionsJon Turney3-4/+92
2019-10-30misprite: Stop wrapping GetImage/GetSpansAdam Jackson1-88/+0
2019-10-30composite: Stop wrapping GetImage/GetSpansAdam Jackson2-43/+0
2019-10-30dix: Call SourceValidate before GetImageAdam Jackson5-1/+29
2019-10-30mi: Add a default no-op miSourceValidateAdam Jackson13-34/+34
2019-10-30include: Remove now-empty site.hAdam Jackson14-68/+0
2019-10-30dix: Move default screensaver defaults into globals.cAdam Jackson2-8/+5
2019-10-30include: Move some input-related default #defines to input.hAdam Jackson2-22/+22
2019-10-30dix: Remove -to option to set the default connection timeoutAdam Jackson6-17/+3
2019-10-30xdmcp: Remove unconfigurable COMPILEDDISPLAYCLASSAdam Jackson2-4/+1
2019-10-30os: Remove unconfigurable DEFAULT_ACCESS_CONTROL macroAdam Jackson2-5/+2
2019-10-30dix: Remove -fn and -fc options to set default text/cursor fontsAdam Jackson7-30/+4
2019-10-30os: Move log verbosity defaults into os/log.cAdam Jackson2-8/+8
2019-10-30include: Remove unused default value for COMPILEDDEFAULTFONTPATHAdam Jackson1-12/+0
2019-10-30include: Remove unused default value for VENDOR_RELEASEAdam Jackson1-9/+0
2019-10-30include: Remove unused VENDOR_STRINGAdam Jackson1-7/+0
2019-10-30dix: Remove now-unused SetVendorStringAdam Jackson2-10/+1
2019-10-30dmx: Stop overriding the vendor stringAdam Jackson2-4/+2
2019-10-29modesetting: Fix possible_crtcsVille Syrjälä1-2/+2
2019-10-29configure: Set libdrm flags correctly if only XORG is enabledAlexander Tsoy1-1/+1
2019-10-26xquartz: Remove trailing quote to fix buildJon Turney1-1/+1
2019-10-23modesetting: typo in drmmode_display.c -- ',' instead of ';' at end of lineKeith Packard1-1/+1
2019-10-16xserver: Fix a typoRobert Mader1-1/+1
2019-10-15render: Fix undefined shift in xRenderColorToCard32Adam Jackson1-2/+4
2019-10-15dix: Fix undefined memset in _dixInitScreenPrivatesAdam Jackson1-1/+2
2019-10-15record: Fix undefined memcpy in RecordAClientStateChangeAdam Jackson1-1/+2
2019-10-15mi: Fix undefined memcpy in mieqGrowQueueAdam Jackson1-5/+7
2019-10-15dix: Fix undefined shift in ht_generic_hashAdam Jackson1-1/+1
2019-10-15dix: Fix undefined shift in HashResourceIDAdam Jackson2-4/+3
2019-10-15mi: Fix undefined shift in miSetVisualTypesAndMasksAdam Jackson1-4/+4
2019-10-15dix: Fix undefined memset in dixInitPrivatesAdam Jackson1-1/+2
2019-10-14Revert https://gitlab.freedesktop.org/xorg/xserver/merge_requests/235Michel Dänzer9-257/+121
2019-10-12xwayland: Set _XWAYLAND_RANDR_EMU_MONITOR_RECTS property for resolution emula...Hans de Goede3-0/+103
2019-10-12xwayland: xwl_window_should_enable_viewport: Add extra testHans de Goede1-0/+17
2019-10-12xwayland: Add vidmode mode changing emulation supportHans de Goede1-44/+86
2019-10-12xwayland: Add xwlVidModeGetCurrentRRMode helper to the vidmode codeHans de Goede1-34/+56
2019-10-12xwayland: Add xwlRRModeToDisplayMode() helper functionHans de Goede1-23/+28
2019-10-12xwayland: Add support for randr-resolution change emulation using viewportHans de Goede4-6/+276