summaryrefslogtreecommitdiff
path: root/hw/xwayland
AgeCommit message (Expand)AuthorFilesLines
2018-05-08xwayland: Don't create a "fake" crtc for PresentAdam Jackson2-18/+4
2018-05-08xwayland: Fix a 32-bit build warning.Eric Anholt1-1/+1
2018-05-08dri3: Switch get_modifiers to using stdint.Eric Anholt1-2/+2
2018-05-07xwayland: persistent window struct on presentRoman Gilg3-152/+212
2018-04-30xwayland: restrict present cleanup to presenting and top parent windowRoman Gilg1-8/+8
2018-04-30xwayland: Avoid using epoxy_has_egl()Adam Jackson1-2/+1
2018-04-24xwayland: Add glamor egl_backend for EGLStreamsLyude Paul8-14/+1066
2018-04-24xwayland: Add xwayland-config.hLyude Paul2-5/+7
2018-04-24xwayland: Decouple GBM from glamorLyude Paul6-758/+975
2018-04-19xwayland: Clean up all frame callbacksOlivier Fourdan1-1/+1
2018-04-18xwayland: avoid using freed xwl_window on unrealizeOlivier Fourdan4-56/+44
2018-04-16xwayland: Fix build without glamorOlivier Fourdan4-6/+18
2018-04-13xwayland: Don't crash on WarpPointer(dest_w = None)Adam Jackson1-0/+3
2018-04-10xwayland: zero num_formats from the startEmil Velikov1-6/+5
2018-04-10xwayland: zero num_modifiers from the startEmil Velikov1-10/+7
2018-04-10dri3: annotate fds/strides/offsets arrays as constEmil Velikov1-4/+4
2018-04-10xwayland: don't close() fds we don't ownEmil Velikov1-2/+0
2018-04-10dri3: annotate the dri3_screen_info data as constEmil Velikov1-1/+1
2018-04-05xwayland: Silence a build warning if we canAdam Jackson2-8/+15
2018-03-28xwayland: Activate Present flips in rootless mode with GlamorRoman Gilg1-0/+22
2018-03-28xwayland: Implement queuing present vblanksRoman Gilg2-9/+96
2018-03-28xwayland: Add fallback timer for msc countingRoman Gilg2-0/+73
2018-03-28xwayland: Preliminary support for Present's new window flip modeRoman Gilg4-0/+398
2018-03-28xwayland: Add arguments to glamor_pixmap_get_wl_bufferRoman Gilg3-8/+25
2018-03-09glamor/xwayland: Add depth 30 format mapping for DRI 3.2 as well.Mario Kleiner1-0/+4
2018-03-05glamor: Use gbm_bo_create_with_modifiers for internal pixmap allocationLouis-Francis Ratté-Boulianne1-3/+19
2018-03-05glamor: Implement GetSupportedModifiersLouis-Francis Ratté-Boulianne2-14/+130
2018-03-05glamor: Implement PixmapFromBuffers and BuffersFromPixmapLouis-Francis Ratté-Boulianne6-56/+196
2018-03-05dri3: Add multi-planar/modifier buffer requestsLouis-Francis Ratté-Boulianne1-2/+2
2018-02-20xwayland: Fix backwards need_rotate logic (v2)Jason Ekstrand1-3/+3
2018-02-14miinitext: Load GLX on the mi pathAdam Jackson1-3/+0
2018-02-14glx: Use vnd layer for dispatch (v4)Adam Jackson3-0/+4
2018-02-06xwayland: Don't process cursor warping without an xwl_seatLyude Paul1-0/+7
2018-01-25xwayland: place a manual redirect on windowsOlivier Fourdan1-0/+5
2018-01-25xwayland: remove dirty window unconditionally on unrealizeOlivier Fourdan1-2/+1
2018-01-25xwayland: Support for BTN_STYLUS3 kernel eventsJason Gerecke1-0/+1
2018-01-24xwayland: Add optional xdg-output supportOlivier Fourdan5-11/+133
2018-01-22xwayland: reduce over-damagePekka Paalanen1-3/+15
2017-12-19xwayland: avoid race condition on new keymapOlivier Fourdan1-1/+1
2017-12-13xwayland: Give up “cleanly“ on Wayland socket errorsOlivier Fourdan1-5/+21
2017-12-06xwayland: Keep separate variables for pointer and tablet fociCarlos Garnacho3-10/+13
2017-12-06xwayland: Fix non-argb cursor conversionOlivier Fourdan1-1/+1
2017-11-07xwayland: Stop printing the EGL versionAdam Jackson1-4/+0
2017-09-13xwayland: Avoid repeatedly looping through window ancestor chainRoman Gilg3-27/+31
2017-09-13xwayland: add envvar XWAYLAND_NO_GLAMOROlivier Fourdan1-0/+7
2017-09-06xwayland: use the lowercase xnf.*alloc APIEmil Velikov1-1/+1
2017-09-05xwayland: Fix a segfault with pointer lockingOlivier Fourdan1-0/+3
2017-09-04xwayland: No grab handler without protocol supportOlivier Fourdan1-9/+22
2017-08-02meson: Fix xwayland build since xwayland-keyboard-grab.Eric Anholt1-0/+3
2017-08-01xwayland: Add grab protocol supportOlivier Fourdan4-3/+112