summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-15xwayland: Keep the CVT timings for non-standard modesHEADmasterOlivier Fourdan1-18/+6
2023-05-15xwayland: Fix spelling of modeinfo in function nameOlivier Fourdan1-9/+9
2023-05-12Xephyr: fix tiny memleak in KdParseKeyboard().Tamura Dai1-0/+2
2023-05-11xwayland: Use our CVT function for fixed mode as wellOlivier Fourdan1-17/+4
2023-05-11xwayland: Do not round non-standard modesOlivier Fourdan1-16/+46
2023-04-26xwayland/window: Queue damage after commits are allowedJonas Ådahl1-0/+12
2023-04-26xwayland/window: Move set-allow functions lower downJonas Ådahl1-35/+35
2023-04-19Revert "fb: Remove even/odd tile slow-pathing"Izumi Tsutsui5-38/+206
2023-04-19fb: Declare wfbFinishScreenInit, wfbScreenInit for !FB_ACCESS_WRAPPERFlorian Weimer1-2/+0
2023-04-14build: set _GNU_SOURCE when checking for SO_PEERCREDSimon Ser1-1/+1
2023-04-12xwayland: Use the new API to set scanoutOlivier Fourdan1-3/+10
2023-04-12xwayland: Add xwl_glamor_get_drawable_modifiers_and_scanout()Olivier Fourdan2-6/+32
2023-04-12xwayland: use gbm_bo_create_with_modifiers2()Simon Ser2-1/+10
2023-04-12xwayland: Fix build without GBMOlivier Fourdan2-4/+7
2023-04-12glamor: Fix build without GBMOlivier Fourdan1-0/+2
2023-04-07xwayland: Make Wayland logs non-fatalOlivier Fourdan1-2/+1
2023-04-06ddxLoad: Check XDG_RUNTIME_DIR before fallback to /tmp/Alessandro Bono1-2/+11
2023-04-03xwayland: Recycle buffers when dmabuf feedback changesOlivier Fourdan1-0/+6
2023-04-03xwayland: Try the Xwayland glamor hook to create pixmapsOlivier Fourdan1-5/+12
2023-04-03xwayland: Create scanout capable BO with the fallback pathOlivier Fourdan1-8/+9
2023-04-03xwayland: Add create_pixmap_for_window() to GBM backendOlivier Fourdan1-8/+40
2023-04-03xwayland: Add a direct hook to create pixmaps with glamorOlivier Fourdan2-0/+18
2023-04-03xwayland: Check for implicit scanout availabilityOlivier Fourdan2-0/+10
2023-04-03xwayland: Check for scanout support in tranchesOlivier Fourdan1-3/+7
2023-04-03xwayland: Use a dedicated feedback callback for windowsOlivier Fourdan1-18/+96
2023-03-29composite: Fix use-after-free of the COWOlivier Fourdan1-0/+5
2023-03-27xkbUtils: use existing symbol names instead of deleted deprecated onesBenno Schulenberg1-2/+2
2023-03-27xwayland: Prevent nested xwl_present_for_each_frame_callback callsMichel Dänzer3-2/+30
2023-03-27xwayland: Refactor xwl_present_for_each_frame_callback helperMichel Dänzer3-27/+20
2023-03-22test: Use either wayland-info or weston-infoOlivier Fourdan1-1/+6
2023-03-17glamor: Don't glFlush/ctx switch unless any work has been performedJoshua Ashton4-7/+15
2023-03-15Add a .mailmap file to canonicalize author names and emailsAlan Coopersmith1-0/+365
2023-03-14gitlab CI: add workflow rulesAlan Coopersmith1-0/+9
2023-03-08xwayland: Fix uninitialised value created by a stack allocationOlivier Fourdan1-1/+1
2023-03-08xwayland/glamor: Track if a xwl_pixmap uses explicit modifiersJonas Ådahl1-20/+30
2023-03-08xwayland/glamor/gbm: Use helper for implicit buffer params tooJonas Ådahl1-6/+26
2023-03-08xwayland/glamor/gbm: Initialize explicit buffer params in helperJonas Ådahl1-31/+55
2023-03-08xwayland/glamor/gbm: Only use modifier gbm API if explicitJonas Ådahl1-2/+4
2023-03-03Allow disabling the SHAPE extension at runtimeSimon Ser3-1/+3
2023-03-03xwayland: use drmDevice to compare DRM devicesSimon Ser5-21/+37
2023-03-03Add libdrm 2.4.109 requirementAustin Shafer3-2/+10
2023-03-03xwayland: Use MAP_PRIVATE for keymapsOlivier Fourdan1-1/+1
2023-03-03xwayland: don't fall back to wl_drm with explicit modifierSimon Ser1-1/+1
2023-03-03xwayland: fix error path when modifier is not supportedSimon Ser1-2/+3
2023-03-03xwayland: Include <sys/type.h> where neededOlivier Fourdan2-0/+5
2023-02-28present: Document the TearFree flip reasons in PresentFlipReasonSultan Alsawaf1-0/+6
2023-02-28present: Fix inaccurate PresentCompleteNotify timing for TearFreeSultan Alsawaf1-20/+38
2023-02-28present: Prevent double vblank enqueue on error when TearFree is usedSultan Alsawaf1-17/+19
2023-02-28modesetting: Support accurate DRI presentation timing with TearFreeSultan Alsawaf6-4/+182
2023-02-28modesetting: Ensure vblank events always run in sequential orderSultan Alsawaf1-4/+9