summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-08-17xkb: Silence a warning from gcc 11Adam Jackson1-0/+1
2021-08-17xinput: Silence a warning from gcc 11Adam Jackson1-1/+1
2021-08-17selinux: Stop using security_context_tAdam Jackson4-18/+18
2021-08-12xwayland: fix xdg_output leakSimon Ser1-0/+2
2021-08-08More missing version checks in SProcsDemi Marie Obenour2-2/+12
2021-08-07Remove build-only include from public headerRoman Gilg1-1/+0
2021-08-06XFixes: add version check for byteswapped clientsDemi Marie Obenour1-1/+5
2021-08-06xfree86: Move xf86CVTMode() functionOlivier Fourdan4-84/+31
2021-08-06xfree86/cvt: Drop cvt utilityOlivier Fourdan8-390/+1
2021-08-06xfree86: Use libxcvtOlivier Fourdan5-235/+23
2021-08-06xwayland: Use libxcvtOlivier Fourdan2-270/+24
2021-08-06build: Add dependency on libxcvtOlivier Fourdan2-3/+11
2021-08-06ci: Install libxcvt from gitOlivier Fourdan2-1/+9
2021-07-31Add do-while loops to DIX macrosDemi Marie Obenour1-51/+68
2021-07-30Mark the dixChangeWindowProperty() value argument as constAlex Richardson2-2/+2
2021-07-30glamoregl: Initialize glamor on the main deviceZoltán Böszörményi1-3/+8
2021-07-30xf86: Assign GPUs to screens according to configurationZoltán Böszörményi3-22/+41
2021-07-30xf86: Extract screen configuration matching into its own functionZoltán Böszörményi1-22/+27
2021-07-29Don't hardcode fps for fake screenBoris-Barboris4-10/+35
2021-07-22modesetting: unflip not possible when glamor is not setŁukasz Spintzyk1-0/+3
2021-07-20present: fallback get_crtc to return crtc belonging to screen with present ex...Łukasz Spintzyk3-1/+38
2021-07-09present: Drop flip_idler member from present_vblank_recMichel Dänzer3-13/+13
2021-07-09xwayland/present: Use present_vblank_ptr instead of xwl_present_event*Michel Dänzer1-12/+9
2021-07-09xwayland/present: Fold xwl_present_release_event into _free_eventMichel Dänzer1-15/+2
2021-07-09xwayland/present: Drop target_msc member from struct xwl_present_eventMichel Dänzer2-6/+3
2021-07-09xwayland/present: Drop pending member from struct xwl_present_eventMichel Dänzer2-11/+1
2021-07-09xwayland/present: Drop list member from struct xwl_present_eventMichel Dänzer2-14/+6
2021-07-09xwayland/present: Drop exec_queue member from struct xwl_present_windowMichel Dänzer2-6/+0
2021-07-09xwayland/present: Fold xwl_present_event_notify into its callerMichel Dänzer2-34/+5
2021-07-09xwayland/present: Use exec_queue for deferring completion eventsMichel Dänzer1-9/+5
2021-07-09xwayland/present: Fold xwl_present_idle_notify into its callerMichel Dänzer1-33/+14
2021-07-09xwayland/present: Drop sync_flip member of struct xwl_present_windowMichel Dänzer2-8/+7
2021-07-09xwaland/present: Drop flip_pending member of struct xwl_present_windowMichel Dänzer2-30/+33
2021-07-09xwayland/present: Fold xwl_present_flip_notify into its callersMichel Dänzer1-20/+2
2021-07-09xwayland/present: Embed present_vblank_rec in xwl_present_eventMichel Dänzer3-155/+87
2021-07-09present: Refactor present_vblank_init helper ouf of _vblank_createMichel Dänzer2-23/+75
2021-07-09xwayland/present: Drop abort member of struct xwl_present_eventMichel Dänzer2-8/+4
2021-07-09xwayland/present: Simplify calls to Xwayland-private functionsMichel Dänzer1-41/+20
2021-07-09xwayland/present: Rename present_wnmd_* functions to xwl_present_*Michel Dänzer1-65/+65
2021-07-09present: Remove present_wnmd_info_recMichel Dänzer3-22/+0
2021-07-09xwayland/present: Merge present_wnmd_flips_stop & xwl_present_flips_stopMichel Dänzer1-17/+6
2021-07-09xwayland/present: Fold present_wnmd_get_ust_msc into its callersMichel Dänzer1-20/+14
2021-07-09xwayland/present: Fold present_wnmd_queue_vblank into its callersMichel Dänzer1-19/+8
2021-07-09xwayland/present: Fold present_wnmd_get_crtc into present_wnmd_pixmapMichel Dänzer1-119/+113
2021-07-09xwayland/present: Fold present_wnmd_check_flip into its callersMichel Dänzer1-114/+81
2021-07-09xwayland/present: Simplify query_capabilitiesMichel Dänzer1-5/+8
2021-07-09xwayland/present: Fold present_wnmd_abort_vblank into its only callerMichel Dänzer1-37/+27
2021-07-09xwayland/present: Drop present_wnmd_flush in favour of xwl_present_flushMichel Dänzer1-12/+1
2021-07-09xwayland/present: Fold present_wnmd_flip into present_wnmd_executeMichel Dänzer1-132/+109
2021-07-09xwayland/present: Fold present_wnmd_screen_init into xwl_present_initMichel Dänzer1-38/+28