summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-11-30glx: Remove unused bswap_CARD64Michel Dänzer1-12/+0
2020-11-26modesetting: Fix build with DebugPresent() enabledOlivier Fourdan1-3/+2
2020-11-26GLX: fix context render type queriesErik Kurzinger3-5/+16
2020-11-25configure.ac: KMS support also depends on dri2Fabrice Fontaine1-1/+1
2020-11-25Introduce and use BUS_USBBöszörményi Zoltán3-0/+9
2020-11-25linux: Fix udev ID_PATH parsing for udl devicesReza Arbab1-1/+6
2020-11-25modesetting: Add missing copyright noticesAaron Plattner4-1/+10
2020-11-25test/xi2: Fix mask size in XISelectEvents testPovilas Kanapickas1-1/+1
2020-11-25dix: Extract FreezeThisEventIfNeededForSyncGrab()Povilas Kanapickas2-20/+33
2020-11-25dix: Extract ActivateGrabNoDeliver()Povilas Kanapickas2-6/+24
2020-11-25dix: Store replayed event into GrabInfoRec struct as InternalEvent*Povilas Kanapickas5-23/+25
2020-11-25dix: Rename LISTENER_* to TOUCH_LISTENER_*Povilas Kanapickas4-75/+78
2020-11-25Xi: Make check_for_touch_selection_conflicts() more genericPovilas Kanapickas1-5/+8
2020-11-25dix: Extract DeliverDeviceClassesChangedEvent() utility functionPovilas Kanapickas4-29/+26
2020-11-25dix: Extract CopySprite() utilityPovilas Kanapickas3-16/+30
2020-11-25dix: Extract FixUpXI2DeviceEventFromWindow()Povilas Kanapickas1-27/+31
2020-11-24hw/xwin: Fix building with -fno-commonJon Turney2-1/+2
2020-11-23xwayland: Clean up pending eglstream on pixmap destroyOlivier Fourdan1-0/+20
2020-11-19xwayland: Use the pixmap release callback with EGLStreamOlivier Fourdan1-2/+6
2020-11-17int10: wrap entire V_ADDR_R* macros in parens for safer expansionAlan Coopersmith1-6/+6
2020-11-17xkb: always set *mask_rtrn in XkbVirtualModsToRealAlan Coopersmith1-3/+3
2020-11-17dmx: example code should set a good exampleAlan Coopersmith1-1/+8
2020-11-17AddInputDevice: only need to check once if we failed to calloc devAlan Coopersmith1-3/+0
2020-11-17xwayland: Add and hook up test scriptMichel Dänzer5-2/+95
2020-11-17ci: Base docker image on Debian buster instead of testingMichel Dänzer2-3/+10
2020-11-17ci: Update to the latest templatesMichel Dänzer1-17/+10
2020-11-17ci: Explicitly list packages needed to build xserverMichel Dänzer1-7/+65
2020-11-17ci: Use a variable for ephemeral packagesMichel Dänzer1-13/+14
2020-11-17ci: Remove rendercheck Git treeMichel Dänzer1-1/+1
2020-11-17ci: Set GIT_STRATEGY=none for the container build jobMichel Dänzer1-0/+2
2020-11-12ci: Use $FDO_CI_CONCURRENT if setMichel Dänzer2-7/+7
2020-11-10xwayland: Add a man pageOlivier Fourdan5-0/+107
2020-11-10xwayland: Do not list option "-eglstream" if not supportedOlivier Fourdan1-0/+2
2020-11-10xwayland: Add help entry for -shmOlivier Fourdan1-0/+1
2020-11-09xwayland: Make window_get_client_toplevel non-recursiveMichel Dänzer1-4/+4
2020-11-09configure: Build hashtable for Xres and glvndOlivier Fourdan3-3/+16
2020-11-09xwayland: Create an xwl_window for toplevel onlyOlivier Fourdan1-1/+1
2020-11-09xwayland: non-rootless requires the XDG-WM-Base protocolOlivier Fourdan1-0/+5
2020-11-04glamor: Update pixmap's devKind when making it exportableAlex Goins1-0/+3
2020-10-30xwayland: Drop the separate refcount for the xwl_pixmapAdam Jackson1-22/+4
2020-10-29modesetting: Add CTM RandR propertyAaron Plattner2-0/+128
2020-10-29modesetting: Use GAMMA_LUT when availableAaron Plattner5-2/+81
2020-10-29modesetting: Query properties even in non-atomic modeAaron Plattner1-14/+11
2020-10-29modesetting: Store property values in drmmode_prop_info_recAaron Plattner2-0/+2
2020-09-30glx: set errorValue when returning GLXBadFBConfigPeter Harris1-2/+7
2020-09-28glx: Implement GLX_EXT_get_drawable_typeAdam Jackson3-1/+11
2020-09-28os: Fix instruction pointer written in xorg_backtraceBernhard Übelacker1-2/+5
2020-09-26dri3: Add missing libdrm dependency in Makefile.amDor Askayo1-1/+2
2020-09-25modesetting: keep going if a modeset fails on EnterVTKishore Kadiyala3-9/+36
2020-09-25modesetting: check the kms state on EnterVTMartin Peres3-13/+24