summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-01-13xserver 1.20.7xorg-server-1.20.7Matt Turner2-4/+4
2020-01-13ospoll: Fix Solaris ports implementation to build on Solaris 11.4Alan Coopersmith1-9/+15
2020-01-13os-support/solaris: Set IOPL for input thread tooAlan Coopersmith1-1/+5
2020-01-13Add xf86OSInputThreadInit call from common layer into os-support layerAlan Coopersmith6-0/+26
2020-01-13Add ddxInputThread call from os layer into ddx layerAlan Coopersmith9-0/+67
2020-01-13os-support/solaris: Drop ExtendedEnabled global variableAlan Coopersmith1-13/+0
2020-01-13glamor: Only use dual blending with GLSL >= 1.30Michel Dänzer1-0/+1
2020-01-13modesetting: Check whether RandR was initialized before calling rrGetScrPrivAaron Plattner3-6/+20
2020-01-09Xi: return AlreadyGrabbed for key grabs > 255Peter Hutterer1-2/+8
2019-12-18xwayland: Do flush GPU work in xwl_present_flushMichel Dänzer1-3/+2
2019-12-18modesetting: Clear new screen pixmap storage on RandR resizeMichel Dänzer1-0/+15
2019-12-18xfree86/modes: Call xf86RotateRedisplay from xf86CrtcRotateMichel Dänzer1-0/+3
2019-12-18modesetting: Call glamor_finish from drmmode_crtc_set_modeMichel Dänzer1-2/+7
2019-12-05modesetting: Use EGL_MESA_query_driver to select DRI driver if possibleKenneth Graunke2-4/+26
2019-11-26glamor: Add a function to get the driver name via EGL_MESA_query_driverKenneth Graunke3-0/+20
2019-11-22xserver 1.20.6xorg-server-1.20.6Matt Turner2-4/+4
2019-11-22xfree86: Test presence of isastream()Matt Turner4-3/+8
2019-11-21present/wnmd: Relax assertion on CRTC on abort_vblank()Olivier Fourdan1-2/+0
2019-11-20os: Don't crash in AttendClient if the client is goneAaron Plattner4-12/+12
2019-11-18dix: Call SourceValidate before GetImageAdam Jackson5-1/+29
2019-11-18mi: Add a default no-op miSourceValidateAdam Jackson6-7/+17
2019-11-17compiler.h: Do not include sys/io.h on ARM with glibcOlivier Fourdan1-30/+0
2019-11-13xfree86: Call ScreenInit for protocol screens before GPU screensAaron Plattner1-30/+30
2019-11-11modesetting: Implement ms_covering_randr_crtc() for ms_present_get_crtc()Alex Goins3-5/+108
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-05glamor/xwayland: Define EGL_NO_X11Hans de Goede5-0/+5
2019-11-05meson: Apparently 1.2 is < 1.2.0Adam Jackson1-1/+1
2019-11-05meson: Fix another reference to "gl" 9.2.0Adam Jackson1-1/+1
2019-11-05build: glx: Lower gl version to work with libglvndMarvin Schmidt2-3/+3
2019-10-30modesetting: Fix broken manpage in autoconf buildSven Joachim1-6/+2
2019-10-29configure: Set libdrm flags correctly if only XORG is enabledAlexander Tsoy1-1/+1
2019-10-29dix: Assert noPanoramiXExtension is false in PanoramiX codeMatt Turner1-0/+2
2019-10-29shm: Use memfd_create when possibleAlexander Volkov4-1/+17
2019-10-29shm: Pick the shm dir at run time, not build time.Eric Anholt4-70/+29
2019-10-29shm: reindent shm_tmpfile to follow our standards.Eric Anholt1-20/+20
2019-10-14Fix crash on XkbSetMapSamuel Thibault1-0/+6
2019-10-14Fix crash on XkbSetMapSamuel Thibault1-0/+3
2019-09-26miext/sync: Make struct _SyncObject::initialized fully ABI compatibleMichel Dänzer1-1/+1
2019-09-23xf86: Disable unused crtc functions when a lease is revokedAndres Rodriguez1-0/+5
2019-09-10xwayland: Handle the case of windows being realized before redirectionCarlos Garnacho2-0/+26
2019-09-10xwayland: Refactor surface creation into a separate functionCarlos Garnacho1-21/+43
2019-09-10xwayland: Separate DamagePtr into separate window dataCarlos Garnacho2-17/+58
2019-08-21glx: Fix previous context validation in xorgGlxMakeCurrentAdam Jackson1-3/+1
2019-08-21miext/sync: Fix needless ABI changeAdam Jackson1-1/+1
2019-08-13GLX: Set GlxServerExports::{major,minor}VersionAaron Plattner1-2/+2
2019-08-13GLX: Add a function to change a clients vendor list.Kyle Brenneman4-1/+35
2019-08-13GLX: Use the sending client for looking up XID'sKyle Brenneman3-6/+26
2019-08-13GLX: Add a per-client vendor mapping.Kyle Brenneman3-5/+30