summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* xwayland: Return default feedback in xwl_screenAustin Shafer2023-01-201-9/+65
* xwayland: Make helper for returning a list of formatsAustin Shafer2023-01-201-13/+23
* xwayland: Add get_drawable_modifiers implementationAustin Shafer2023-01-205-14/+102
* xwayland: Add get_main_device helper to GBMAustin Shafer2023-01-203-0/+23
* xwayland: Implement linux_dmabuf_feedback event handlersAustin Shafer2023-01-206-1/+313
* xwayland: Move xwl_format array management to its own functionAustin Shafer2023-01-201-19/+31
* rootless: Use screen_x and screen_y instead of pixmap pointer hacksJeremy Huddleston Sequoia2023-01-2014-32/+28
* rootless: Dead code removal (RootlessResizeCopyWindow)Jeremy Huddleston Sequoia2023-01-201-126/+1
* rootless: Remove an unnecessary memory copy when handling resize with gravity...Jeremy Huddleston Sequoia2023-01-201-37/+0
* rootless: Dead code removal (resize_after in StartFrameResize / FinishFrameRe...Jeremy Huddleston Sequoia2023-01-201-49/+24