wlroots/backend/wayland
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
..
backend.c output: always use hardware cursors if available 2018-05-01 21:38:04 +01:00
output.c output: always use hardware cursors if available 2018-05-01 21:38:04 +01:00
registry.c Make sure we don't use others' prefixes 2018-04-25 23:24:58 +01:00
wl_seat.c backend/{wayland,x11}: fix pointer coords for transformed outputs 2018-04-30 10:48:35 +01:00