summaryrefslogtreecommitdiff
path: root/hw/xwayland/xwayland-shm.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-09os: move os_move_fd() out of public APIEnrico Weigelt, metux IT consult1-0/+2
2024-01-22xwayland: Enable Present extension support also without glamorMichel Dänzer1-2/+25
2024-01-22xwayland: Handle NULL xwl_pixmap in xwl_shm_pixmap_get_wl_bufferMichel Dänzer1-1/+6
2021-10-05xwayland/shm: Avoid integer overflow on large pixmapsOlivier Fourdan1-2/+9
2020-07-20xwayland: Remove harmless duplicated #includeEmmanuel Gil Peyrot1-1/+0
2020-07-20xwayland: Use memfd_create() when availableEmmanuel Gil Peyrot1-14/+35
2020-07-05Fix spelling/wording issuesAlan Coopersmith1-1/+1
2019-12-20xwayland: Cleanup and remove `xwayland.h`Olivier Fourdan1-1/+0
2019-12-20xwayland: Separate Xwayland screen codeOlivier Fourdan1-0/+1
2019-12-20xwayland: Separate Xwayland pixmap codeOlivier Fourdan1-0/+3
2019-12-20xwayland: Move SHM declarations to their own headerOlivier Fourdan1-7/+8
2019-11-28xwayland: Add buffer release callbackOlivier Fourdan1-0/+8
2019-11-08xwayland/shm: Use `calloc()`Olivier Fourdan1-1/+1
2019-09-23xwayland: Don't create wl_buffer backing pixmapOlivier Fourdan1-0/+1
2017-03-23xserver: Check the right HAVE_*_CONFIG_H.Eric Anholt1-1/+1
2016-11-01xwayland-shm: block signals during fallocateIan Ray1-0/+10
2016-09-28xwayland: Close the shm fd as early as possibleRui Matos1-27/+19
2016-04-25xwayland-shm: fortify fallocate against EINTRMarek Chalupa1-2/+8
2016-03-08xwayland: Correctly detect whether posix_fallocate existsJonas Ådahl1-0/+4
2016-02-22xwayland: Prefix shm tmp file names with xwaylandJonas Ådahl1-1/+1
2016-02-22dix: Add hybrid full-size/empty-clip mode to SetRootClipDaniel Stone1-3/+3
2015-11-30xwayland: Do not set root clip when rootlessOlivier Fourdan1-1/+3
2015-06-25xwayland: keep temp files out of the client maskChris Wilson1-1/+1
2014-04-03Xwayland DDXKristian Høgsberg1-0/+292