summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-09-11glamor: add support for NV12 in XvJulien Isorce1-25/+155
2018-09-11glamor: add support for GL_RGJulien Isorce5-3/+18
2018-09-11xfree86: define FOURCC_NV12 and XVIMAGE_NV12Julien Isorce1-0/+20
2018-09-11Remove old region API conversion scriptsAdam Jackson4-85/+0
2018-09-10modesetting: Document Option "DoubleShadow" in the man pageAdam Jackson1-0/+10
2018-09-10modesetting: Lie less in the man pageAdam Jackson1-5/+8
2018-09-10xwayland: Remove xwl_present_window from privates on cleanupOlivier Fourdan1-0/+5
2018-09-10xwayland: fix access to invalid pointerLionel Landwerlin1-2/+3
2018-09-10glx: check for indirect context in CreateContextAttribsARB()Olivier Fourdan1-0/+12
2018-09-10present: fix freed pointer accessLionel Landwerlin1-1/+2
2018-09-07glamor: Add support for exporting depth 16 pixmaps.Eric Anholt1-8/+14
2018-09-06meson: Fix building with -Ddga=falseLyude Paul1-0/+1
2018-08-31hw/xwin: Fix 'make distcheck'Jon Turney1-0/+1
2018-08-30xwayland: use wayland axis_discrete eventScott Anderson2-1/+41
2018-08-29modesetting: code refactor for PRIME syncJim Qu1-17/+19
2018-08-28meson: Add an option to build XSELINUX.Eric Anholt2-3/+19
2018-08-24randr: rrCheckPixmapBounding should only increase screen sizeAlex Goins1-2/+2
2018-08-09meson: Add detection of libsystemd-daemon.Eric Anholt2-1/+9
2018-08-09meson: Get close to parity with autotools for CLIENTIDS tracking.Eric Anholt2-2/+12
2018-08-09meson: Add missing setup of the NO_LOCAL_CLIENT_CRED define.Eric Anholt1-1/+6
2018-08-09meson: Make FALLBACK_INPUT_DRIVER configurable in meson.Eric Anholt3-3/+15
2018-08-09meson: Make xf86vidmodeproto mandatory.Eric Anholt2-3/+2
2018-08-09meson: Add linking to x86 iopl libs on BSDs.Eric Anholt2-2/+8
2018-08-09meson: Add HAVE_LIBDISPATCH define to xquartz build.Eric Anholt2-8/+13
2018-08-09meson: Add PIO access support for FreeBSD and NetBSD on Alpha.Eric Anholt2-4/+10
2018-08-09meson, automake: Drop unused USESTDRES cflag setup.Eric Anholt5-6/+4
2018-08-09autotools: Handle case when bindir var in xkbcomp.pc is absentvadym.shovkoplias1-1/+4
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