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 |
|