summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-30glamor: Make sure we flush before Damage writes events to the client.glamor-flushingEric Anholt5-2/+42
2016-08-30glamor: Dump a bunch of vc4 drawing debugEric Anholt5-0/+42
2016-08-24xfree86: print the module name together with the load failure messagePeter Hutterer1-16/+19
2016-08-23glamor: Declare "pos" in the composite glyph GLSL 1.20 vertex shaderMichel Dänzer1-1/+2
2016-08-22glamor: Handle bitplane in glamor_copy_fbo_cpuMichel Dänzer1-7/+33
2016-08-19wayland: Emulate crossing for native windowOlivier Fourdan3-2/+17
2016-08-18Fix Xorg -configure not working anymoreHans De Goede1-1/+2
2016-08-17test: Remember to swap the window argument to XIQueryPointerAdam Jackson1-0/+1
2016-08-16xinput: Let top-level dispatch generate the errorAdam Jackson1-2/+2
2016-08-16xv: Remove some dumb calls SendErrorToClientAdam Jackson1-3/+0
2016-08-16xwayland: Fix relinking when dix changesAdam Jackson1-1/+1
2016-08-16config: Hold input lock across udev socket handlingKeith Packard1-1/+5
2016-08-15present: Free the fake_present OsTimerPtrOlivier Fourdan1-1/+2
2016-08-15present: Call set_abort_flip / restore_screen_pixmap in clear_window_flipMichel Dänzer3-4/+12
2016-08-15present: Make present_restore_screen_pixmap handle screen->root == NULLMichel Dänzer1-2/+3
2016-08-15xwayland: Avoid double free of RRCrtc and RROutputOlivier Fourdan3-4/+12
2016-08-15dix: Pass ClientPtr to FlushCallbackMichel Dänzer2-7/+4
2016-08-15xace: Fix XaceCensorImage to actually censor the right part of the imageAaron Plattner1-1/+2
2016-08-15xwayland: Plug memleak in frame callbacksOlivier Fourdan2-0/+4
2016-08-15Autoconfig: Fix the loop adding dectected drivers to the list of screensMatthieu Herrb1-2/+1
2016-08-15xfree86: vgaarb: Initialize local variable rsrc_decodesEmily Deng1-1/+1
2016-08-15dix: Avoid writing uninitialized bytes in deliverPropertyNotifyEventKeith Packard1-4/+6
2016-08-14os: Abandon loop after poll call when array of fds has changedKeith Packard1-0/+10
2016-08-14os: Delay freeing of epoll_wait return pointers until epoll is idle.Keith Packard1-2/+23
2016-08-13xfree86: Set pScrn->pScreen before driver ScreenInit is calledKeith Packard1-2/+11
2016-08-13Merge remote-tracking branch 'daenzer/for-master'Keith Packard0-0/+0
2016-08-13Build glamor when Xorg or Xephyr are built.Keith Packard1-2/+15
2016-08-11mi: Remove spurious call to OsReleaseSignals from mieqGrowQueueKeith Packard1-1/+0
2016-08-12xfree86: lock input during PreInitPeter Hutterer1-0/+2
2016-08-12xfree86: fix unbalanced input_lock/unlock in xf86NewInputDevice()Peter Hutterer1-1/+1
2016-08-12os: Allow re-registering fd with InputThreadRegisterDevKeith Packard1-11/+25
2016-08-11os: append, rather than prepend, any new input thread fdsPeter Hutterer1-1/+1
2016-08-10xfree86/modes: Handle no palette case better in xf86RandR12CrtcSetGammaMichel Dänzer1-1/+9
2016-08-08modesetting: Delete dead drmmode_bo_for_pixmap function.Kenneth Graunke2-31/+0
2016-08-02xfree86/modes: Handle no palette case better in xf86RandR12CrtcSetGammaMichel Dänzer1-1/+9
2016-07-30present: Handle event mask updates as specified v2Michel Dänzer2-5/+26
2016-07-28present: Only call restore_screen_pixmap once from set_abort_flipMichel Dänzer1-3/+4
2016-07-28xfree86: Hook up colormaps and RandR 1.2 gamma code v6Michel Dänzer4-122/+124
2016-07-28xfree86/modes: Remove xf86RandR12CrtcGetGammaMichel Dänzer1-39/+0
2016-07-27xfree86/modes: Move gamma initialization to xf86RandR12Init12 v2Michel Dänzer2-114/+114
2016-07-21os: Clean up WaitFor.cKeith Packard1-84/+41
2016-07-21os: Use xorg_list for struct _OsTimerRecKeith Packard1-73/+84
2016-07-21os: Remove CheckConnectionsKeith Packard3-42/+2
2016-07-21os: Leave stdin and stdout openKeith Packard1-11/+0
2016-07-21Allow 1024 and 2048 for LimitClientsKeith Packard2-3/+5
2016-07-21os: eliminate fd value limits for clientsKeith Packard2-100/+23
2016-07-21os: Use ospoll for input thread [v2]Keith Packard1-38/+82
2016-07-21os: Switch server to poll(2) [v3]Keith Packard8-444/+218
2016-07-21dix: Use list for ready clientsKeith Packard6-55/+118
2016-07-21os: Add ospoll interface [v2]Keith Packard5-1/+589