summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-20xwayland: Apply the viewport's scale_x/y to all inputOlivier Fourdan1-8/+22
2024-03-20xwayland: Always set the viewport scale factorOlivier Fourdan2-4/+6
2024-03-20xwayland: Rename scale_x/y to viewport_scale_x/yOlivier Fourdan3-5/+5
2024-03-20xwayland: Account for the scale factorOlivier Fourdan3-19/+117
2024-03-20xwayland: Add scale factor to the Xwayland screenOlivier Fourdan2-0/+2
2024-03-20xwayland: Track output scalesOlivier Fourdan2-1/+4
2024-03-20xwayland: Use CRTC transformsOlivier Fourdan2-2/+36
2024-03-20xwayland: Introduce output scaleOlivier Fourdan2-1/+15
2024-03-20xwayland: Store the mode width/heightOlivier Fourdan2-0/+7
2024-03-20xwayland: Use double for screen sizeOlivier Fourdan5-24/+58
2024-03-20bsd_init.c: fix build on FreeBSDAlan Coopersmith1-0/+4
2024-03-19xwin: consolidate debugging symbolsEnrico Weigelt, metux IT consult23-171/+160
2024-03-19xfree86: os-support: ppc_video: drop unused DEV_MEM defineEnrico Weigelt, metux IT consult1-4/+0
2024-03-19xfree86: os-support: drop obsolete Solaris specific LED definesEnrico Weigelt, metux IT consult1-5/+0
2024-03-19CI: Only run the driver build job on Xorg changesPeter Hutterer1-0/+55
2024-03-19CI: add a driver build stage to check for header breakagePeter Hutterer2-3/+50
2024-03-19Revert "Fix missing includes of <errno.h>"Peter Hutterer24-39/+7
2024-03-18xwayland: Update lost focus on deactivationOlivier Fourdan3-2/+21
2024-03-18xwayland: Introduce xwl_screen_lost_focus()Olivier Fourdan2-0/+12
2024-03-18xwayland: Move the leave kbd/ptr codeOlivier Fourdan2-10/+33
2024-03-18include: add comment on _XSERVER64 defineEnrico Weigelt, metux IT consult1-0/+4
2024-03-18xwayland: Use "-decorate" if availableOlivier Fourdan2-1/+2
2024-03-18xwayland: Use full path for Xwayland execOlivier Fourdan2-2/+9
2024-03-18xwayland: Add the Exec key to the desktop fileOlivier Fourdan1-0/+1
2024-03-18Fix missing include of <sys/wait.h>Enrico Weigelt, metux IT consult2-2/+5
2024-03-18Fix missing includes of <errno.h>Enrico Weigelt, metux IT consult24-7/+39
2024-03-18xwayland: Drop xwl_window_buffers_get_pixmap()Olivier Fourdan3-8/+1
2024-03-18xwayland/glamor: Drop xwl_glamor_needs_n_buffering()Olivier Fourdan3-14/+0
2024-03-18xwayland/glamor: Drop xwl_glamor_needs_buffer_flush()Olivier Fourdan3-11/+1
2024-03-18xwayland/glamor: Drop xwl_screen_get_main_dev()Olivier Fourdan1-9/+3
2024-03-18xwayland/glamor: Drop the backend_flags definitionOlivier Fourdan1-6/+0
2024-03-18xwayland/glamor: Remove the xwl_egl_backend structureOlivier Fourdan2-69/+0
2024-03-18xwayland/glamor: Drop init_backend() and select_backend()Olivier Fourdan3-42/+12
2024-03-18xwayland/glamor: Remove the backend pointersOlivier Fourdan4-11/+5
2024-03-18xwayland/glamor: Make xwl_glamor_has_wl_interfaces() privateOlivier Fourdan2-3/+1
2024-03-18xwayland/glamor: Drop the allow_commit() hookOlivier Fourdan3-17/+0
2024-03-18xwayland/glamor: Drop the post_damage() hookOlivier Fourdan3-24/+0
2024-03-18xwayland/glamor: Remove the flag "is_available"Olivier Fourdan2-12/+3
2024-03-18xwayland/glamor: Make xwl_glamor_init_gbm() return its statusOlivier Fourdan2-8/+6
2024-03-18xwayland/glamor: Drop the backend_flagsOlivier Fourdan2-10/+2
2024-03-18xwayland/glamor: Drop the create_pixmap_for_window() hookOlivier Fourdan2-18/+7
2024-03-18xwayland/glamor: Drop the get_main_device() hookOlivier Fourdan3-3/+6
2024-03-18xwayland/glamor: Drop the check_flip() hookOlivier Fourdan2-5/+0
2024-03-18xwayland/glamor: Drop the get_wl_buffer_for_pixmap() hookOlivier Fourdan2-14/+2
2024-03-18xwayland/glamor: Drop the init_screen() hookOlivier Fourdan3-3/+3
2024-03-18xwayland/glamor: Drop the init_egl() hook.Olivier Fourdan3-3/+3
2024-03-18xwayland/glamor: Drop xwl_glamor_gbm_has_wl_interfaces()Olivier Fourdan3-15/+17
2024-03-18xwayland/glamor: Drop xwl_glamor_gbm_init_wl_registry()Olivier Fourdan2-27/+5
2024-03-18xwayland/glamor: Add a GLAMOR GBM headerOlivier Fourdan4-3/+43
2024-03-18xwayland/glamor: Drop the EGLStream backendOlivier Fourdan12-1254/+15