wlroots/backend
emersion 225d182765
output: always use hardware cursors if available
This changes the `wlr_output_impl.set_cursor` function to take a
`wlr_texture` instead of a byte buffer. This simplifies the
DRM and Wayland backends since they were creating textures from
the byte buffer anyway.

With this commit, performance should be improved when moving the
cursor since outputs don't need to be re-rendered anymore.
2018-05-01 21:38:04 +01:00
..
drm output: always use hardware cursors if available 2018-05-01 21:38:04 +01:00
headless backend/headless: remove useless destructor 2018-04-28 12:48:05 +01:00
libinput input-device: add output_name field, populate it from libinput 2018-04-29 14:30:09 +01:00
multi Remove wlr_ prefix from local symbols 2018-04-25 23:00:46 +01:00
session Revert "ELF Visibility" 2018-02-19 18:01:27 -05:00
wayland output: always use hardware cursors if available 2018-05-01 21:38:04 +01:00
x11 backend/{wayland,x11}: fix pointer coords for transformed outputs 2018-04-30 10:48:35 +01:00
backend.c backend: remove wlr_backend_get_egl 2018-04-08 11:00:56 -04:00
meson.build backend/x11: refactor, prepare support for multiple outputs 2018-03-30 23:51:16 -04:00