summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add libdrm 2.4.109 requirementAustin Shafer2023-03-033-2/+10
* xwayland: Use MAP_PRIVATE for keymapsOlivier Fourdan2023-03-031-1/+1
* xwayland: don't fall back to wl_drm with explicit modifierSimon Ser2023-03-031-1/+1
* xwayland: fix error path when modifier is not supportedSimon Ser2023-03-031-2/+3
* xwayland: Include <sys/type.h> where neededOlivier Fourdan2023-03-032-0/+5
* present: Document the TearFree flip reasons in PresentFlipReasonSultan Alsawaf2023-02-281-0/+6
* present: Fix inaccurate PresentCompleteNotify timing for TearFreeSultan Alsawaf2023-02-281-20/+38
* present: Prevent double vblank enqueue on error when TearFree is usedSultan Alsawaf2023-02-281-17/+19
* modesetting: Support accurate DRI presentation timing with TearFreeSultan Alsawaf2023-02-286-4/+182
* modesetting: Ensure vblank events always run in sequential orderSultan Alsawaf2023-02-281-4/+9
* modesetting: Introduce ms_tearfree_is_active_on_crtc helperSultan Alsawaf2023-02-284-4/+13
* modesetting: Improve TearFree state check in ms_present_check_flipSultan Alsawaf2023-02-281-2/+3
* modesetting: Fix memory leak on ms_do_pageflip errorSultan Alsawaf2023-02-281-4/+9
* modesetting: Pass CRTC pointer to TearFree flip handlersSultan Alsawaf2023-02-281-3/+7
* modesetting: Pass reference CRTC pointer to ms_do_pageflipSultan Alsawaf2023-02-284-15/+9
* modesetting: Remove redundant GLAMOR_HAS_GBM #ifdef from ms_do_pageflipSultan Alsawaf2023-02-281-4/+0
* Remove "All rights reserved" from Oracle copyright noticesAlan Coopersmith2023-02-2531-31/+31
* Add DRM platform for BSDAustin Shafer2023-02-232-1/+2
* dix: Force update LEDs after device state update in EnableDeviceYao Wei2023-02-213-0/+44
* dix: fix wheel emulation lockup when a negative increment is setPeter Hutterer2023-02-201-3/+3
* dix: switch scroll button emulation to multiples of incrementPeter Hutterer2023-02-161-24/+83
* dix: remove pointless "flexible" x/y axis mappingPeter Hutterer2023-02-161-7/+6
* present: Send a PresentConfigureNotify event for destroyed windowsAdam Jackson2023-02-153-4/+19
* xwayland: override Meson dependencySimon Ser2023-02-131-14/+27
* xwayland: generate pkg-config file from MesonSimon Ser2023-02-132-35/+23
* xwayland: Use wl_output.name for XRandROlivier Fourdan2023-02-131-2/+22
* xwayland: Pass the wl_output versionOlivier Fourdan2023-02-133-4/+6
* xwayland: Use xdg-output name for XRandROlivier Fourdan2023-02-131-3/+23
* xwayland: Tell RR has changed only when doneOlivier Fourdan2023-02-131-1/+2
* xwayland: fix GBM on driver without explicit modifiersSimon Ser2023-02-131-3/+2
* xwayland: Do not use "XWayland" spelling in code identifiersMichel Dänzer2023-02-131-5/+5
* xwayland: Spell XWAYLAND consistently in debug messagesMichel Dänzer2023-02-131-1/+1
* xwayland: Spell Xwayland consistently in error messagesMichel Dänzer2023-02-132-3/+3
* xwayland/window: Do not double add window to damage listMinh Phan2023-02-101-1/+2
* dix: Clear device sprite after free in AttachDevice()Olivier Fourdan2023-02-091-0/+1
* xwayland: wl_pointer.axis_v120 is no longer optionalOlivier Fourdan2023-02-094-17/+2
* build: Bump Wayland dependency to 1.21Olivier Fourdan2023-02-091-1/+1
* glamor: handle EXT_gpu_shader4 in dual source blend pathsDave Airlie2023-02-101-3/+8
* Xi: fix potential use-after-free in DeepCopyPointerClassesPeter Hutterer2023-02-071-1/+3
* xwayland: Commit surface changes with libdecor configureOlivier Fourdan2023-02-031-0/+7
* darwin: Implement DetermineClientCmd for macOSJeremy Huddleston Sequoia2023-01-261-1/+109
* os: Use LOCAL_PEERPID from sys/un.h if it is available to detemine the pid wh...Jeremy Huddleston Sequoia2023-01-262-0/+19
* os: Update GetLocalClientCreds to prefer getpeerucred() or SO_PEERCRED over g...Jeremy Huddleston Sequoia2023-01-261-14/+14
* os: Update AllocNewConnection() debug logging to include whether or not the c...Jeremy Huddleston Sequoia2023-01-261-2/+2
* dix: Use CopyPartialInternalEvent in EnqueueEventMike Gorse2023-01-251-1/+1
* meson: wayland_client_dep is false when wayland is disabledorbea2023-01-241-27/+26
* Xephyr: fix help output.Tamura Dai2023-01-221-1/+1
* xwayland: Send PresentCompleteModeSuboptimalCopy if dmabuf feedback was resentAustin Shafer2023-01-203-1/+36
* dri3: Don't compute intersection with drawable modifiersAustin Shafer2023-01-201-44/+12
* xwayland: Add proper support for telling if a format/mod is supportedAustin Shafer2023-01-201-6/+52