summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-06-19glamor: Propagate glamor_fds_from_pixmap error in glamor_fd_from_pixmapMichel Dänzer1-1/+1
2018-06-19glamor: Always return 0 from glamor_fds_from_pixmap on errorMichel Dänzer1-3/+3
2018-06-19modesetting: Pass O_CLOEXEC when opening a DRM deviceMichel Dänzer1-3/+3
2018-06-19xfree86: Fix O_CLOEXEC usage in lnx_platformMichel Dänzer1-1/+1
2018-06-19glamor_init: clamp GLSL to 120 if platform doesn't have instanced arraysLukas F. Hartmann1-0/+8
2018-06-19DRI2: Sync radeonsi_pci_ids.h from MesaBas Nieuwenhuizen1-0/+30
2018-06-19meson: don't put literal 'PACKAGE_STRING' and 'XORG_MAN_PAGE' in man pagesJon Turney1-2/+2
2018-06-19meson: don't install xorg wrapper manpages if suid-wrapper isn't being usedJon Turney1-11/+13
2018-06-19meson: install xwinclip and Xwinrc man pagesJon Turney2-0/+14
2018-05-10xserver 1.20xorg-server-1.20.0Adam Jackson2-4/+4
2018-05-09meson: Fix module_dir configuration (v2)Aaron Plattner2-7/+4
2018-05-08modesetting: set gbm as dependency in meson buildRoman Gilg1-0/+1
2018-05-08man: Fix automake sedderyAdam Jackson1-15/+15
2018-05-08glx: Be sure to set an error for ghost contextsAdam Jackson1-1/+3
2018-05-08present: Fix swapping of PresentCompleteNotify eventsAdam Jackson1-0/+2
2018-05-08xwayland: Don't create a "fake" crtc for PresentAdam Jackson2-18/+4
2018-05-08xwayland: Fix a 32-bit build warning.Eric Anholt1-1/+1
2018-05-08dri3: Switch fds_from_pixmap to stdint types.Eric Anholt3-10/+10
2018-05-08dri3: Switch get_modifiers to using stdint.Eric Anholt5-11/+11
2018-05-08dri3: Switch get_drawable_modifiers to using stdint.Eric Anholt4-11/+11
2018-05-08randr: Fix a compiler warning on 32-bit.Eric Anholt1-1/+1
2018-05-08dix: Fix a warning about GetTimeInMillis return value in XFont2.Eric Anholt1-1/+6
2018-05-07xwayland: persistent window struct on presentRoman Gilg3-152/+212
2018-05-07modesetting: Fix and improve ms_kernel_msc_to_crtc_msc()Mario Kleiner2-14/+54
2018-05-07modesetting: Remove ms_crtc_msc_to_kernel_msc().Mario Kleiner3-44/+3
2018-05-07meson: Set XCONFIGFILE to 'xorg.conf' instead of '/etc/xorg.conf'Aaron Plattner1-2/+2
2018-05-07meson: Define DEFAULT_LIBRARY_PATH as join_paths(get_option('prefix'), get_op...Aaron Plattner1-1/+1
2018-05-07dri2: Sync i965_pci_ids.h from mesaAnuj Phogat1-2/+11
2018-05-02meson: Fix build with three-component version numbersAdam Jackson1-1/+5
2018-05-02gitlab-ci: Add for gitlab.freedesktop.orgAdam Jackson1-0/+13
2018-05-02present: fix msc offset calculation in window modeRoman Gilg1-6/+1
2018-05-02randr: Account for panning and transforms when constraining the cursorChris Wilson1-26/+34
2018-04-30xwayland: restrict present cleanup to presenting and top parent windowRoman Gilg1-8/+8
2018-04-30xwayland: Avoid using epoxy_has_egl()Adam Jackson1-2/+1
2018-04-30meson: Bump version number here tooAdam Jackson1-1/+1
2018-04-30modesetting: Fix GBM objects leak when checking for flipLouis-Francis Ratté-Boulianne1-0/+2
2018-04-30glamor: Don't fail in glamor_get_formats if not dmabuf_capable.Mario Kleiner1-1/+1
2018-04-30dri3: Robustly clamp to 1.0 if not all screens support 1.2Mario Kleiner1-2/+6
2018-04-30dri3: Fix error handling in dri3_buffer_from_pixmap request.Mario Kleiner1-1/+1
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