summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-04-25dri3: Clamp to 1.0 if not all screens support 1.2Adam Jackson1-0/+26
2018-04-25dri3: Fix DRI3.2 support for drivers other than modesetting-ddx.Mario Kleiner1-2/+1
2018-04-24xserver 1.20 RC5xorg-server-1.19.99.905Adam Jackson1-3/+3
2018-04-24dri3: Don't call vfuncs on old DRI3 screensDaniel Stone1-1/+1
2018-04-24xwayland: Add glamor egl_backend for EGLStreamsLyude Paul14-17/+1117
2018-04-24xwayland: Add xwayland-config.hLyude Paul6-5/+39
2018-04-24xwayland: Decouple GBM from glamorLyude Paul6-758/+975
2018-04-24vfb: Fix man page in re depthAdam Jackson1-7/+6
2018-04-24glx: Require depth > 12 for GLX visualsAdam Jackson1-2/+3
2018-04-24vnd: Disable GLX if no vendors successfully initializedAdam Jackson3-3/+12
2018-04-24dix: Allow an extension to disable itselfAdam Jackson1-0/+2
2018-04-24dix: Factor out extension availability checkAdam Jackson1-3/+11
2018-04-24animcur: Fix crash when removing a master deviceAdam Jackson1-1/+2
2018-04-23sdksyms: Cope with __pid_t and __uint32_tThomas Klausner1-0/+11
2018-04-23modesetting: Only use modifiers on kms drivers which do support them.Mario Kleiner3-7/+13
2018-04-19meson: Fix indenting in glx/meson.buildLyude Paul1-2/+2
2018-04-19meson: Ensure we always build Xext/hashtable.c for glxLyude Paul2-1/+14
2018-04-19xwayland: Clean up all frame callbacksOlivier Fourdan1-1/+1
2018-04-18xwayland: avoid using freed xwl_window on unrealizeOlivier Fourdan4-56/+44
2018-04-17glamor: fix glamor_xv_query_image_attributes() for odd-width imagesDavid Woodhouse1-0/+1
2018-04-17os/WaitFor: Check timers on every iterationChris Wilson1-2/+1
2018-04-17modesetting: Fix inverted check in dri2 WaitMSCAdam Jackson1-1/+1
2018-04-17dri3: Fix dri3_buffers_from_pixmap request.Mario Kleiner1-1/+3
2018-04-16modesetting: Move GBM code inside #ifdef GLAMOR_HAS_GBMMatt Turner1-7/+7
2018-04-16xwayland: Fix build without glamorOlivier Fourdan4-6/+18
2018-04-13xwayland: Don't crash on WarpPointer(dest_w = None)Adam Jackson1-0/+3
2018-04-12configure.ac: make use of wayland-scanner.pcEmil Velikov1-3/+5
2018-04-12sdksyms: Skip empty symbolsAdam Jackson1-1/+2
2018-04-10xserver 1.20 RC4xorg-server-1.19.99.904Adam Jackson2-4/+4
2018-04-10dri3: rework format/modifier cachingEmil Velikov1-23/+27
2018-04-10glamor: zero num_formats from the startEmil Velikov1-10/+6
2018-04-10xwayland: zero num_formats from the startEmil Velikov1-6/+5
2018-04-10dri3: check for ::get_drawable_modifiers failureEmil Velikov1-4/+7
2018-04-10glamor: zero num_modifiers from the startEmil Velikov1-10/+6
2018-04-10xwayland: zero num_modifiers from the startEmil Velikov1-10/+7
2018-04-10dri3: simplify dri3_open() implementationEmil Velikov1-17/+5
2018-04-10dri3: annotate fds/strides/offsets arrays as constEmil Velikov6-16/+18
2018-04-10xwayland: don't close() fds we don't ownEmil Velikov1-2/+0
2018-04-10dri3: annotate the dri3_screen_info data as constEmil Velikov6-12/+12
2018-04-10dix: always send focus event on grab changeSamuel Thibault1-1/+1
2018-04-10Xext: Fix memory leaks in hashtable.Michal Srb1-0/+3
2018-04-10glx: Do not call into Composite if it is disabled.Michal Srb2-41/+55
2018-04-09hw/xwin/glx: Allocate fbconfigs correctlyJon Turney1-30/+40
2018-04-09GLX: Fix a use after free error with the GLVND vendor handle.Kyle Brenneman1-6/+7
2018-04-06xfree86: drop KDSKBMUTE handlingPeter Hutterer1-19/+9
2018-04-05xwayland: Silence a build warning if we canAdam Jackson3-8/+19
2018-04-05dix: Hush an almost certainly bogus warningAdam Jackson1-1/+1
2018-04-05mi: Hush an almost certainly bogus warningAdam Jackson1-1/+1
2018-04-05xkb: Silence some compiler warningsAdam Jackson1-5/+6
2018-04-05dmx: Silence a string truncation warning.Adam Jackson1-1/+1