summaryrefslogtreecommitdiff
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* xwayland: Create scanout capable BO with the fallback pathOlivier Fourdan2023-04-031-8/+9
* xwayland: Add create_pixmap_for_window() to GBM backendOlivier Fourdan2023-04-031-8/+40
* xwayland: Add a direct hook to create pixmaps with glamorOlivier Fourdan2023-04-032-0/+18
* xwayland: Check for implicit scanout availabilityOlivier Fourdan2023-04-032-0/+10
* xwayland: Check for scanout support in tranchesOlivier Fourdan2023-04-031-3/+7
* xwayland: Use a dedicated feedback callback for windowsOlivier Fourdan2023-04-031-18/+96
* xwayland: Prevent nested xwl_present_for_each_frame_callback callsMichel Dänzer2023-03-273-2/+30
* xwayland: Refactor xwl_present_for_each_frame_callback helperMichel Dänzer2023-03-273-27/+20
* xwayland: Fix uninitialised value created by a stack allocationOlivier Fourdan2023-03-081-1/+1
* xwayland/glamor: Track if a xwl_pixmap uses explicit modifiersJonas Ådahl2023-03-081-20/+30
* xwayland/glamor/gbm: Use helper for implicit buffer params tooJonas Ådahl2023-03-081-6/+26
* xwayland/glamor/gbm: Initialize explicit buffer params in helperJonas Ådahl2023-03-081-31/+55
* xwayland/glamor/gbm: Only use modifier gbm API if explicitJonas Ådahl2023-03-081-2/+4
* xwayland: use drmDevice to compare DRM devicesSimon Ser2023-03-035-21/+37
* 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
* 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-258-8/+8
* Add DRM platform for BSDAustin Shafer2023-02-232-1/+2
* 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
* xwayland: wl_pointer.axis_v120 is no longer optionalOlivier Fourdan2023-02-091-9/+1
* xwayland: Commit surface changes with libdecor configureOlivier Fourdan2023-02-031-0/+7
* Xephyr: fix help output.Tamura Dai2023-01-221-1/+1
* xwayland: Send PresentCompleteModeSuboptimalCopy if dmabuf feedback was resentAustin Shafer2023-01-203-1/+36
* 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