wlroots-hyprland/backend/drm
Simon Ser ce3f4c3fe1 output: remove wlr_output_impl.transform
The backend doesn't need to handle transform changes, since everything is done
in software. In fact, all of the implementations were all identical and just
set the transform.

We could add support for hardware transforms, but:

- This would require a different field (something like hardware_transform)
- Not all combinations are possible because there often are hardware
  limitations
- The Wayland protocol isn't ready for this (in particular xdg-output, see [1])

This belongs to a different patch series anyway.

[1]: https://patchwork.freedesktop.org/series/52324/
2019-06-16 10:51:49 -04:00
..
atomic.c Remove WLR_DRM_NO_ATOMIC_GAMMA workaround 2019-06-11 08:52:34 +03:00
backend.c backend/drm: fix modeset on drm fd resume 2019-02-19 16:49:51 +01:00
drm.c output: remove wlr_output_impl.transform 2019-06-16 10:51:49 -04:00
legacy.c drm: legacy: issue a NULL modeset on disable 2019-06-02 09:50:40 +02:00
properties.c backend/drm: check format when scanning out DMA-BUF 2019-06-07 09:06:11 -04:00
renderer.c backend/drm: add basic support for direct scan-out 2019-06-07 09:06:11 -04:00
util.c backend/drm: add support for multiplanar BOs 2019-06-07 09:06:11 -04:00