Commit graph

10 commits

Author SHA1 Message Date
Tiago Dinis
e2e3f8b4d8
drm: Avoid unnecessary modeset (fixed) (#184)
* feat: only do modeset when the mode is different from the current one

* style: remove braces around 1-line if

* fmt: run clang-format

* drm: add reset function back and remove reset from start

* drm: fix dpms on fastboot

* fmt: run clang-format

* Update Atomic.cpp
2025-07-07 16:19:52 +02:00
33ebde1c30
drm: revert "Avoid unnecessary modesetting (#183)"
This reverts commit c0c56dde3e.

Breaks dpms
2025-07-04 13:40:05 +02:00
Tiago Dinis
c0c56dde3e
drm: Avoid unnecessary modesetting (#183) 2025-07-03 21:08:03 +02:00
dd92142139
core: Use new typed signals from hyprutils (#178) 2025-06-26 23:44:32 +02:00
Lee Bousfield
258cfeb3d0
misc: Fix Attachment shared pointer reinterpret (#154) 2025-03-10 18:41:37 +01:00
511600133c backend: rework event loop api 2024-06-27 00:07:59 +02:00
03ed93e8b5 output: rework state 2024-06-22 17:31:01 +02:00
a7a8840400 Core: More work to get Hyprland working 2024-06-20 19:24:43 +02:00
790ce7dfbf Wayland: primitive but working backend
This implements enough for wayland to be a functioning backend.
2024-06-19 22:40:23 +02:00
01766c0956 Wayland: Initial progress 2024-06-18 18:45:05 +02:00