summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-06-11xfree86: Inline xf86{Read,Write}Mmio{8,16,32} on alphaHEADmasterMatt Turner6-64/+50
2018-06-11xwayland: use pixmap size on present flipOlivier Fourdan1-4/+3
2018-06-08present/wnmd: Preserve window pixmap's screen_x/y on flipMichel Dänzer1-0/+4
2018-06-08xwayland: fix typo in non-modifier fallback pathDave Airlie1-1/+1
2018-06-08Xi: add forgotten byte-swaps for Valuator fieldsRoman Kapl1-0/+3
2018-06-08Xi: fix byte-swapping of button labelsRoman Kapl1-6/+20
2018-06-07glamor: Enable modifier support for xfree86 tooAdam Jackson1-2/+2
2018-06-01exa: Use PictureMatchFormat for source-only picture format descriptionMichel Dänzer1-1/+2
2018-05-28glamor: Propagate glamor_fds_from_pixmap error in glamor_fd_from_pixmapMichel Dänzer1-1/+1
2018-05-23glamor: Always return 0 from glamor_fds_from_pixmap on errorMichel Dänzer1-3/+3
2018-05-21modesetting: Pass O_CLOEXEC when opening a DRM deviceMichel Dänzer1-3/+3
2018-05-21xfree86: Fix O_CLOEXEC usage in lnx_platformMichel Dänzer1-1/+1
2018-05-21os/WaitFor: Use the simpler xorg_list_for_each_entry()Chris Wilson1-2/+2
2018-05-21os/WaitFor: Use xorg_list_append()Chris Wilson1-1/+1
2018-05-16glamor_init: clamp GLSL to 120 if platform doesn't have instanced arraysLukas F. Hartmann1-0/+8
2018-05-14DRI2: Sync radeonsi_pci_ids.h from MesaBas Nieuwenhuizen1-0/+30
2018-05-14meson: don't put literal 'PACKAGE_STRING' and 'XORG_MAN_PAGE' in man pagesJon Turney1-2/+2
2018-05-14meson: don't install xorg wrapper manpages if suid-wrapper isn't being usedJon Turney1-11/+13
2018-05-14meson: install xwinclip and Xwinrc man pagesJon Turney2-0/+14
2018-05-14Post-1.20 version bumpAdam Jackson2-4/+4
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