949f105f53
CMake, Nix: add VERSION file
2024-07-18 21:03:42 +03:00
Ikalco
ad8261ba99
api: add getting monitor render formats ( #13 )
2024-07-14 11:06:13 +02:00
c4a5fafe76
drm: properly blit multigpu surfaces
2024-07-11 20:41:57 +02:00
flk
65d70c7a30
CMakeLists: require native hyprwayland-scanner ( #8 )
...
This would fix a cross-compile issue where hyprwayland-scanner is pulled in for
target but needs to run on host.
Signed-off-by: Markus Volk <f_l_k@t-online.de>
2024-07-08 17:06:10 +02:00
Jan Beich
946c756414
cmake: add epoll-shim for some BSDs
...
ld: error: undefined reference due to --no-allow-shlib-undefined: timerfd_create
>>> referenced by libaquamarine.so.0.1.0
2024-07-07 16:10:40 +03:00
Jan Beich
92b4b01501
cmake: allow using any build directory
...
$ cmake -B /tmp/aquamarine_build
$ cmake --build /tmp/aquamarine_build
[...]
src/backend/drm/DRM.cpp:25:10: fatal error: 'hwdata.hpp' file not found
25 | #include "hwdata.hpp"
| ^~~~~~~~~~~~
2024-07-07 16:10:40 +03:00
890d6177b2
cmake: require hw-s 0.4.0
2024-07-05 23:46:50 +02:00
e6ba21bbdc
cmake: fixup min versions in deps
2024-07-03 19:37:24 +02:00
04b2db8350
cmake: require hwdata
2024-07-02 13:16:00 +02:00
20a99be9f4
drm: implement edid parsing
2024-07-02 13:15:56 +02:00
2e0052a21d
DRM: Steady progress on getting a usable session
...
modesetting, rendering, etc. Hyprland now renders properly, although input devices are yet to be implemented.
2024-06-24 23:22:02 +02:00
f888bfb6e4
DRM: Init DRM/Libinput session code
...
Adds the bare basic of DRM code, which only initializes the environment atm. We cannot render yet.
2024-06-23 19:40:40 +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
6ccfdd74df
core: Initial stuff
2024-06-18 11:38:26 +02:00