summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-09-27Add patch for -displayfd issueHEADmasterJon Turney2-0/+3
2018-09-27Ensure tests don't get run in parallelJon Turney1-0/+2
2018-09-27Also install useful packages for debugging on appveyorJon Turney1-1/+4
2018-08-31Additional logging in simple-xinitJon Turney1-1/+14
2018-08-31Use python3 to run piglitJon Turney3-6/+6
2018-08-30Wait on finishJon Turney1-1/+1
2018-08-29Assuming something is crashing?Jon Turney1-0/+2
2018-08-29Use personal piglit repo with some additional patches for debuggingJon Turney1-1/+3
2018-08-29Additional error reporting in simple-xinitJon Turney2-1/+11
2018-08-29appveyor: Run the xvfb-piglit xts testJon Turney4-10/+49
2018-08-09appveyor: Put build commands into a scriptJon Turney2-7/+9
2018-08-09appveyor: Reformat an absurdly long line in .appveyor.ymlJon Turney1-1/+51
2018-08-08dix: check_modmap_change() returns Success, not truePeter Hutterer1-1/+1
2018-08-02meson: Automatically detect HAVE_PTHREAD_SETNAME_NPEric Anholt1-1/+17
2018-08-02meson: Try to hook up BSD APM build configuration.Eric Anholt1-2/+9
2018-08-02xorg: Remove the XF86PM define.Eric Anholt7-29/+3
2018-08-02automake,meson: Remove HAVE_LIBUDEV define.Eric Anholt2-2/+0
2018-08-02meson: Automatically detect support for XTRANS_SEND_FDs.Eric Anholt1-2/+4
2018-08-02meson: Remove XXX for libconfig in kdrive.Eric Anholt1-2/+0
2018-08-02During reset/shutdown, clean up leases in DIX instead of each driverKeith Packard8-22/+30
2018-07-25modesetting: Fix cirrus 24bpp breakageTakashi Iwai1-1/+1
2018-07-25xwayland: Enable DRI3 for glamorOlivier Fourdan1-0/+1
2018-07-25xwayland: rotate logical size for RRModeemersion1-1/+11
2018-07-19Xext: dynamically allocate the PanoramiXDepths[j].vids arrayPeter Hutterer1-5/+4
2018-07-10modesetting: Fix 16 bit depth/bpp modeStefan Agner1-1/+3
2018-07-03meson: ensure the libc has RPC functions when secure-rpc is enabledLyude Paul1-1/+5
2018-07-03xf86-video-modesetting: Lease planes as well if using atomicKeith Packard1-1/+6
2018-07-03xf86-video-modesetting: Don't enable UNIVERSAL_PLANES separatelyKeith Packard1-2/+1
2018-07-02xfree86: Wrap RRCrtcIsLeased and RROutputIsLeased to check for DIX structuresKeith Packard1-8/+34
2018-07-02xfree86: Reset randr_crtc and randr_output early in xf86CrtcCloseScreenKeith Packard1-8/+14
2018-07-02meson: use absolute paths in manpage substitutionsJon Turney1-3/+3
2018-06-28modesetting: Allow a DRM fd to be passed on command line with -masterfd [v2]Keith Packard5-1/+50
2018-06-28meson: Add configuration of listening on tcp, unix and localLaurent Carlier2-3/+10
2018-06-27modesetting: Fix uninitialized memory usage in drmmode_crtc_get_fb_id()Lyude Paul1-0/+2
2018-06-27glamor: Work around GEM usage v2Thomas Hellstrom1-2/+12
2018-06-27randr: Scream when creating a shared pixmap failsLyude Paul1-0/+1
2018-06-27glamor: Unbreak glamor_fd_from_pixmap()Lyude Paul5-25/+53
2018-06-26modesetting: Also disable CRTC in drmmode_output_disable()Lyude Paul1-4/+7
2018-06-26configure: Remove unused CONFIGFILEAdam Jackson1-1/+0
2018-06-26modesetting: use drmmode_bo_import() for rotate_fbOlivier Fourdan1-5/+2
2018-06-26Change the DPMS initialization to be conditional on not set from configJohn Lumby1-4/+12
2018-06-26os: Recompute whether any clients are ready after check_timers()Damien Leone1-1/+2
2018-06-21xwayland: mandatory EGL backend APIOlivier Fourdan2-11/+3
2018-06-21xwayland: simplify xwl_glamor_pixmap_get_wl_buffer()Olivier Fourdan6-19/+4
2018-06-21xwayland: EGL_IMG_context_priority required by EGLStreamOlivier Fourdan1-0/+6
2018-06-21xwayland: check for EGLStream backend explicitlyOlivier Fourdan1-3/+2
2018-06-21xwayland: refactor EGL backends for wayland registryOlivier Fourdan6-63/+148
2018-06-21xwayland: move EGL backend init to glamorOlivier Fourdan3-14/+21
2018-06-21xwayland: Add Wayland interfaces checkOlivier Fourdan4-8/+52
2018-06-21xwayland: move egl_backend to its own structOlivier Fourdan1-48/+51