summaryrefslogtreecommitdiff
path: root/hw/xwayland
AgeCommit message (Expand)AuthorFilesLines
2024-03-19Revert "Fix missing includes of <errno.h>"Peter Hutterer1-1/+0
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-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 includes of <errno.h>Enrico Weigelt, metux IT consult1-0/+1
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 Fourdan8-1232/+14
2024-03-15xwayland/glamor/gbm: simplify render node checkSimon Ser1-12/+8
2024-03-14xwayland: Move dmabuf code to its own source fileOlivier Fourdan9-842/+934
2024-03-14xwayland: correctly report PresentCompleteModeCopyErik Kurzinger2-4/+8
2024-03-09dix: unexport global variablesEnrico Weigelt, metux IT consult1-0/+1
2024-03-09os: move os_move_fd() out of public APIEnrico Weigelt, metux IT consult1-0/+2
2024-03-06xwayland/present: Handle clearing damage after flip in xwl_present_executeMichel Dänzer4-13/+15
2024-03-06xwayland: Replace window pixmap as needed for drawing operationMichel Dänzer4-7/+29
2024-03-06xwayland: Re-use xwl_window_realloc_pixmap in xwl_window_swap_pixmapMichel Dänzer1-18/+8
2024-03-06xwayland: Refactor xwl_window_swap_pixmap out of _buffers_get_pixmapMichel Dänzer1-7/+15
2024-03-06xwayland: Rename xwl_window_recycle_pixmap to xwl_window_realloc_pixmapMichel Dänzer3-3/+3
2024-03-06xwayland: Call xwl_window_buffer_add_damage_region from damage_reportMichel Dänzer3-1/+3
2024-03-06xwayland: Do not plumb damage region through function parametersMichel Dänzer6-15/+20
2024-03-06xwayland: Use border width in xwl_glamor_gbm_create_pixmap_for_windowMichel Dänzer1-4/+7
2024-03-03dix: unexport AddScreen() and AddGPUScreen()Enrico Weigelt, metux IT consult1-0/+3
2024-03-03composite: move out unexported CompositeIsImplicitRedirectException()Enrico Weigelt, metux IT consult1-0/+1
2024-03-03xwayland: drop duplicate _X_EXPORTEnrico Weigelt, metux IT consult1-3/+3
2024-02-23Revert "include: move BUG_*() macros to separate header"Peter Hutterer1-1/+0
2024-02-22xwayland: fix int size mismatchEnrico Weigelt, metux IT consult1-3/+3