wlroots-hyprland/backend
Markus Ongyerth 2cdb646531 relases gbm buffers on init
The wlr_drm_surface_init function is called (upon others) when the drm
mode is changed.
When the surface was used previously this replaced the gbm_surface, but
did not replace the gbm buffers (front/back).
With this, wlr_drm_surface_get_from never set up the new buffers with
the new glViewport because surf->front existed.

This frees the buffers to get new buffers on the new surface with the
new viewport.
2018-01-29 11:29:54 +01:00
..
drm relases gbm buffers on init 2018-01-29 11:29:54 +01:00
headless Add wlr_output::enabled 2018-01-04 12:46:15 +01:00
libinput libinput backend: add wlr_input_device_is_libinput 2017-12-19 20:13:49 +01:00
multi Remove display_destroy on multi-backend destroy 2017-12-28 10:54:30 -06:00
session style: add comment to empty while loop in logind.c 2018-01-21 17:00:15 +01:00
wayland style: include brackets for if/while/for, even if it's a single statement 2018-01-21 16:28:21 +01:00
x11 Add wlr_output::enabled 2018-01-04 12:46:15 +01:00
backend.c adds remote argument to wayland backend create 2018-01-13 21:20:15 +01:00
meson.build meson: add systemd/elogind backends only if enabled 2018-01-28 16:14:38 +00:00