summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* xwayland: Keep the CVT timings for non-standard modesHEADmasterOlivier Fourdan2023-05-151-18/+6
* xwayland: Fix spelling of modeinfo in function nameOlivier Fourdan2023-05-151-9/+9
* Xephyr: fix tiny memleak in KdParseKeyboard().Tamura Dai2023-05-121-0/+2
* xwayland: Use our CVT function for fixed mode as wellOlivier Fourdan2023-05-111-17/+4
* xwayland: Do not round non-standard modesOlivier Fourdan2023-05-111-16/+46
* xwayland/window: Queue damage after commits are allowedJonas Ådahl2023-04-261-0/+12
* xwayland/window: Move set-allow functions lower downJonas Ådahl2023-04-261-35/+35
* Revert "fb: Remove even/odd tile slow-pathing"Izumi Tsutsui2023-04-195-38/+206
* fb: Declare wfbFinishScreenInit, wfbScreenInit for !FB_ACCESS_WRAPPERFlorian Weimer2023-04-191-2/+0
* build: set _GNU_SOURCE when checking for SO_PEERCREDSimon Ser2023-04-141-1/+1
* xwayland: Use the new API to set scanoutOlivier Fourdan2023-04-121-3/+10
* xwayland: Add xwl_glamor_get_drawable_modifiers_and_scanout()Olivier Fourdan2023-04-122-6/+32
* xwayland: use gbm_bo_create_with_modifiers2()Simon Ser2023-04-122-1/+10
* xwayland: Fix build without GBMOlivier Fourdan2023-04-122-4/+7
* glamor: Fix build without GBMOlivier Fourdan2023-04-121-0/+2
* xwayland: Make Wayland logs non-fatalOlivier Fourdan2023-04-071-2/+1
* ddxLoad: Check XDG_RUNTIME_DIR before fallback to /tmp/Alessandro Bono2023-04-061-2/+11
* xwayland: Recycle buffers when dmabuf feedback changesOlivier Fourdan2023-04-031-0/+6
* xwayland: Try the Xwayland glamor hook to create pixmapsOlivier Fourdan2023-04-031-5/+12
* 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
* composite: Fix use-after-free of the COWOlivier Fourdan2023-03-291-0/+5
* xkbUtils: use existing symbol names instead of deleted deprecated onesBenno Schulenberg2023-03-271-2/+2
* 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
* test: Use either wayland-info or weston-infoOlivier Fourdan2023-03-221-1/+6
* glamor: Don't glFlush/ctx switch unless any work has been performedJoshua Ashton2023-03-174-7/+15
* Add a .mailmap file to canonicalize author names and emailsAlan Coopersmith2023-03-151-0/+365
* gitlab CI: add workflow rulesAlan Coopersmith2023-03-141-0/+9
* 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
* Allow disabling the SHAPE extension at runtimeSimon Ser2023-03-033-1/+3
* xwayland: use drmDevice to compare DRM devicesSimon Ser2023-03-035-21/+37
* 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