summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-26glamor: Semi-accelerate GetImage with non-trivial planemaskglamor-getimage-planemaskAdam Jackson1-1/+12
2016-09-26glamor: Properly handle mask formats without alpha.Eric Anholt1-1/+4
2016-09-26glamor: Require that pixmap depths match for Render copies.Eric Anholt1-0/+2
2016-09-26glamor: Fix some awful formatting of some fallback debug code.Eric Anholt1-6/+6
2016-09-25glamor: Make glamor_sync_init work with --disable-xshmfenceMark Kettenis1-0/+3
2016-09-25glamor: Make glamor_name_from_pixmap work without DRI3Matthieu Herrb1-4/+0
2016-09-25glamor: fix spelling mistakesEric Engestrom3-6/+6
2016-09-23Require xproto 7.0.31Keith Packard1-1/+1
2016-09-22XQuartz: Silence an expected TSan warningJeremy Huddleston Sequoia1-0/+2
2016-09-22XQuartz: Adopt input_lock() and input_unlock()Jeremy Huddleston Sequoia6-160/+41
2016-09-22XQuartz: pbproxy shouldn't need to wait for server initialization.Jeremy Huddleston Sequoia2-21/+0
2016-09-22XQuartz: Remove X11ApplicationFatalErrorJeremy Huddleston Sequoia3-52/+0
2016-09-22XQuartz: Don't respond to SIGALRM on the AppKit threadJeremy Huddleston Sequoia1-0/+9
2016-09-22dix: Silence TSan warnings when checking for pending inputJeremy Huddleston Sequoia4-6/+11
2016-09-22os: Clear saved poll events in listen so that edge triggering worksKeith Packard1-2/+6
2016-09-22os: Ready clients with pending output aren't flushed, so set NewOutputPendingKeith Packard1-1/+2
2016-09-21dix: Make InitCoreDevices() failures more verbose.Jeremy Huddleston Sequoia1-11/+26
2016-09-21xkb: fix turbo-repeat of RedirectKey-ed keysymsMihail Konev1-1/+2
2016-09-19Bump to 1.18.99.901 (1.19 RC1)Keith Packard1-3/+3
2016-09-19dix: Incroduce CursorConfinedTo vfunc in ScreenJonas Ådahl2-0/+10
2016-09-19dix: Introduce CursorWarpedTo vfunc in ScreenJonas Ådahl2-0/+12
2016-09-16Bump version to 1.18.99.2Keith Packard1-3/+3
2016-09-16os: Add 'ospoll.h' to Makefile.amKeith Packard1-0/+1
2016-09-16include: Add 'xserver_poll.h' to Makefile.amKeith Packard1-0/+1
2016-09-16hw/xwin: Add 'dri' to DIST_SUBDIRSKeith Packard1-1/+1
2016-09-16Remove 'dixfontstubs.h' from include EXTRA_DISTKeith Packard1-1/+1
2016-09-16xfree86/modes: Set RandR primary output from CreateScreenResourcesMichel Dänzer1-0/+8
2016-09-16Add SyncSharedPixmap ScreenRec hookMichel Dänzer1-0/+19
2016-09-16modesetting: fix compile error when --disable-glamorQiang Yu2-36/+36
2016-09-15dix/dispatch: Fix SmartScheduleClient interval adjustment to use best rather ...Jeremy Huddleston Sequoia1-1/+1
2016-09-15Merge remote-tracking branch 'jturney/master'Keith Packard17-201/+808
2016-09-15config/dbus: Initialize dbus fd to -1 so teardown doesn't use fd 0Keith Packard1-1/+1
2016-09-15Add Windows-DRI extensionJon Turney17-201/+808
2016-09-15Hold input lock for deviceProcKeith Packard1-3/+19
2016-09-15Hold input lock while calling input device SetProperty callbackKeith Packard1-0/+2
2016-09-13os: Use pthread_setname_np to set thread names if availableAlan Coopersmith3-0/+38
2016-09-13os: OsSigHandler should not show rtld errors for unrelated signalsAlan Coopersmith1-4/+8
2016-09-13os/inputthread: Fix setting of cloexec on file descriptorsJeremy Huddleston Sequoia1-2/+13
2016-09-13Xext/shm: Fix usage of F_GETFD to match standardJeremy Huddleston Sequoia1-1/+2
2016-09-13Xquartz: Update for removal of AddEnabledDevice and RemoveEnabledDeviceJeremy Huddleston Sequoia1-6/+11
2016-09-13XQuartz: Cleanup CPPFLAGS that are no longer necessary on darwinJeremy Huddleston Sequoia1-3/+2
2016-09-13XQuartz: Fix the issue where the h key could be come "stuck" after hiding XQu...Jeremy Huddleston Sequoia1-0/+9
2016-09-13modesetting: Fall back to primary crtc for vblank for drawables on slave outputsHans de Goede1-0/+26
2016-09-13modesetting: ms_covering_crtc: Allow calling on non modesetting ScreensHans de Goede1-3/+9
2016-09-13modesetting: Implement DRI2InfoRec version 9 callbacksHans de Goede1-9/+55
2016-09-13modesetting: ms_dri2_create_buffer: check screen of existing front buffersHans de Goede1-13/+7
2016-09-13randr: Fix crtc_bounds when using rotation combined with reflectionHans de Goede1-1/+1
2016-09-13xf86Cursor: Add hw cursor support for primeDave Airlie3-6/+88
2016-09-13xf86Cursor: Deal with rotation on GPU screens using a hw-cursorHans de Goede1-11/+40
2016-09-13xf86Cursor: Fix xf86_crtc_rotate_coord using width/height wronglyHans de Goede1-2/+2