summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-06-02Add meson.build for XWin server (v2)Jon Turney2-6/+50
2017-06-02meson: Fix enabling of xshmfence.Eric Anholt1-1/+1
2017-05-12meson: Fix CLOCK_MONOTONIC testAdam Jackson1-0/+3
2017-05-10meson: Detect strlcat/strlcpy/reallocarray in libbsdPeter Harris2-3/+9
2017-05-10meson: Detect more functionsPeter Harris1-2/+8
2017-05-10meson: Detect arc4random_bufPeter Harris1-0/+1
2017-05-10meson: Make driprotos and libdrm optionalJon TURNEY1-2/+2
2017-05-10meson: Remove stray whitespaceJon TURNEY1-1/+1
2017-05-04meson: Make xf86vidmode optionalJon TURNEY1-1/+1
2017-05-03xfree86: Silence a new glibc warningAdam Jackson2-0/+4
2017-04-26Add a Meson build system alongside autotools.Eric Anholt2-0/+480
2017-04-26Use #ifdef instead of #if for features to make Meson easier.Eric Anholt3-3/+3
2017-04-25Remove support for unaligned swaps.Eric Anholt1-12/+3
2017-04-25Rewrite the byte swapping macros.Eric Anholt1-63/+34
2017-04-25xorg: Change __XCONFIGFILE__ to XCONFIGFILE (and DIR) to fix scan.c.Eric Anholt2-3/+3
2017-04-21glx: Use the same endian swapping as the rest of the server.Eric Anholt1-15/+0
2017-03-27dpms: Consolidate a bunch of stuff into Xext/dpms.cAdam Jackson1-10/+0
2017-03-27dix: Lift DPMS to a screen hookAdam Jackson1-0/+3
2017-03-23kdrive: Drop kdrive-config.h.Eric Anholt1-25/+0
2017-03-23kdrive: Remove vestiges of TSLIB support.Eric Anholt3-12/+0
2017-03-23kdrive: Unifdef KDRIVE_EVDEV.Eric Anholt1-3/+0
2017-03-21dix: Remove PRIVATE_DAMAGEAdam Jackson1-1/+0
2017-03-17fb: Remove 24bpp support (v3)Adam Jackson1-7/+0
2017-03-07glamor: use drmGetDeviceNameFromFD2 when availableQiang Yu1-0/+3
2017-02-28Use arc4random_buf(3) if available to generate cookies.Matthieu Herrb1-0/+6
2017-02-28Use timingsafe_memcmp() to compare MIT-MAGIC-COOKIES CVE-2017-2624Matthieu Herrb2-0/+8
2017-02-27os: log a bug whenever WriteToClient is called from the input threadPeter Hutterer1-0/+1
2017-02-23dix: Add a callback chain for window property state changeAdam Jackson1-0/+8
2017-01-19kdrive: Remove non-evdev input driversAdam Jackson1-6/+0
2017-01-11AttendClient of grab-pervious client must queue to saved_ready_clients [v2]Keith Packard1-0/+6
2017-01-04xkb: Match key releases with an overlaid pressMihail Konev1-0/+2
2016-12-12dix: Rename (and retype) PixmapPerDepth[1] to defaultStippleAdam Jackson1-7/+5
2016-11-15dix: Make sure client is not in output_pending chain after closed (RH 1382444)Keith Packard1-1/+1
2016-10-26ddx: add new call to purge input devices that weren't addedPeter Hutterer1-0/+1
2016-10-05dix: Add valuator_mask_set_absolute_unacceleratedJonas Ådahl1-1/+4
2016-09-22dix: Silence TSan warnings when checking for pending inputJeremy Huddleston Sequoia1-0/+6
2016-09-19dix: Incroduce CursorConfinedTo vfunc in ScreenJonas Ådahl1-0/+5
2016-09-19dix: Introduce CursorWarpedTo vfunc in ScreenJonas Ådahl1-0/+9
2016-09-16include: Add 'xserver_poll.h' to Makefile.amKeith Packard1-0/+1
2016-09-16Remove 'dixfontstubs.h' from include EXTRA_DISTKeith Packard1-1/+1
2016-09-16Add SyncSharedPixmap ScreenRec hookMichel Dänzer1-0/+19
2016-09-15Add Windows-DRI extensionJon Turney1-0/+5
2016-09-13os: Use pthread_setname_np to set thread names if availableAlan Coopersmith1-0/+6
2016-09-13dix: Add dixPrivatesCreated helper functionDave Airlie1-0/+3
2016-07-21os: Remove CheckConnectionsKeith Packard1-2/+0
2016-07-21Allow 1024 and 2048 for LimitClientsKeith Packard1-1/+1
2016-07-21os: Switch server to poll(2) [v3]Keith Packard1-0/+20
2016-07-21dix: Use list for ready clientsKeith Packard2-2/+16
2016-07-21os: Add ospoll interface [v2]Keith Packard1-0/+3
2016-07-19os: Add poll emulation for mingw [v2]Brian M. Clapper2-0/+58