summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-09-25dix: Remove clients from input and output ready queues after closingKeith Packard1-2/+2
2017-09-25os: Mark client as ready to read when closing due to write failure [100863]Keith Packard1-1/+5
2017-09-25os: un-duplicate code to close client on write failureKeith Packard1-13/+21
2017-09-25os: Handle SIGABRTMichel Dänzer4-0/+9
2017-09-25glamor: an FBO is not needed for Xv pixmapsOlivier Fourdan1-3/+6
2017-09-25xfree86/modes: Make colormap/gamma glue code work with RandR disabledMichel Dänzer1-45/+91
2017-09-22xephyr: Check for host XVideo support before trying to use itAdam Jackson1-0/+5
2017-09-22modesetting: Set correct DRM event context versionDaniel Stone1-1/+1
2017-09-22dmx: Fix null pointer dereferenceTobias Stoeckmann1-1/+1
2017-09-22record: Fix OOB access in ProcRecordUnregisterClientsTobias Stoeckmann1-1/+2
2017-09-22dri2: Sync i965_pci_ids.h from Mesa.Kenneth Graunke1-19/+21
2017-09-22glamor: avoid a crash if texture allocation failedOlivier Fourdan1-0/+4
2017-09-22ephyr: Don't clobber bitsPerPixel when using glamorAdam Jackson1-1/+0
2017-09-22glamor: Fix dashed line rendering.Eric Anholt1-1/+1
2017-09-22xinerama: Implement graphics exposures for window->pixmap copies (v4)Adam Jackson1-10/+60
2017-09-21parser: Fix crash when xf86nameCompare(s1 = x, s2 = NULL)Adam Jackson1-0/+2
2017-09-21glamor: Check glamor_set_destination_drawable() return valueOlivier Fourdan7-44/+66
2017-09-21glamor: glamor_set_destination_drawable() can failOlivier Fourdan2-3/+10
2017-09-21Xephyr: Check screen resources creation successOlivier Fourdan2-2/+9
2017-09-21glamor: Check for NULL pixmap in glamor_get_pixmap_texture()Olivier Fourdan1-0/+3
2017-03-15xserver 1.19.3Adam Jackson1-3/+3
2017-03-15os: Fix iteration over busfaultsChris Wilson1-6/+7
2017-03-15render: Fix out of boundary heap accessTobias Stoeckmann1-0/+4
2017-03-15glamor: Fix missing declaration in dash vertex shaderDr.-Ing. Dieter Jurzitza1-0/+1
2017-03-13xwayland: Monitor client states to destroy callbacksOlivier Fourdan1-8/+52
2017-03-13xwayland: clear cursor frame callbackOlivier Fourdan1-2/+12
2017-03-10present: disable page flip only when a slave crtc is activeQiang Yu2-2/+14
2017-03-10Revert "prime: Sync shared pixmap from root window instead of screen pixmap"Chris Wilson1-12/+4
2017-03-10Revert "present: Allow flipping with PRIME slave outputs"Adam Jackson1-0/+4
2017-03-02xserver 1.19.2, no, reallyAdam Jackson1-1/+1
2017-03-02xserver 1.19.2Adam Jackson1-2/+2
2017-03-02os: Squash missing declaration warning for timingsafe_memcmpAdam Jackson1-0/+3
2017-03-02Revert "xserver 1.19.2"Adam Jackson1-2/+2
2017-03-02xserver 1.19.2Adam Jackson1-2/+2
2017-03-02xwayland: do not set checkRepeat on master kbdOlivier Fourdan1-5/+0
2017-03-02xwayland: Make sure we have a focus windowOlivier Fourdan1-0/+6
2017-03-01Brown bag commit to fix 957e8d (arc4random_buf() support)Matthieu Herrb2-1/+2
2017-02-28auth: remove AuthToIDFunc and associated functions. Not used anymore.Matthieu Herrb5-56/+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-28os: log a bug whenever WriteToClient is called from the input threadPeter Hutterer3-0/+12
2017-02-23damage: Validate source pictures bound to windows before unwrappingMichel Dänzer2-1/+11
2017-02-23present: Allow flipping with PRIME slave outputsMichel Dänzer1-4/+0
2017-02-23prime: Sync shared pixmap from root window instead of screen pixmapMichel Dänzer1-7/+24
2017-02-23glamor: Two pass won't work on memory pixmapsOlivier Fourdan1-0/+4
2017-02-23xwayland: Add hack for FWXGA resolution #99574Svitozar Cherepii1-0/+7
2017-02-23xwayland: CRTC should support all rotationsOlivier Fourdan1-1/+8
2017-02-23xwayland: Apply output rotation for screen sizeOlivier Fourdan1-12/+16
2017-02-17xfree86: Take input_lock() for xf86ScreenCheckHWCursorChris Wilson1-7/+20
2017-02-17xfree86: Take input lock for xf86TransparentCursorChris Wilson1-0/+4