UjinT34
|
a473c5313d
|
output: add scheduleFrame reasons (#7)
|
2024-07-07 18:05:05 +02:00 |
|
Jan Beich
|
5d08afba5a
|
Add missing headers for BSDs
src/allocator/GBM.cpp:137:17: error: use of undeclared identifier 'close'
137 | close(attrs.fds.at(j));
| ^
src/allocator/GBM.cpp:159:9: error: use of undeclared identifier 'close'
159 | close(attrs.fds.at(i));
| ^
src/backend/Session.cpp:141:5: error: use of undeclared identifier 'close'
141 | close(fd);
| ^
src/backend/Wayland.cpp:44:9: error: use of undeclared identifier 'close'
44 | close(fd);
| ^
src/backend/Wayland.cpp:63:9: error: use of undeclared identifier 'close'
63 | close(drmState.fd);
| ^
src/backend/Wayland.cpp:658:13: error: use of undeclared identifier 'close'
658 | close(fd);
| ^
src/backend/Wayland.cpp:668:13: error: use of undeclared identifier 'close'
668 | close(fd);
| ^
src/backend/Wayland.cpp:676:9: error: use of undeclared identifier 'close'
676 | close(fd);
| ^
|
2024-07-07 16:10:40 +03:00 |
|
|
ea92cba414
|
backends: set needsFrame for manually scheduled frames
|
2024-07-06 11:26:42 +02:00 |
|
|
c5cf93a3cc
|
backends: fix needsFrame being stuck
|
2024-07-05 14:24:10 +02:00 |
|
|
2f220d9301
|
logging: add AQ_TRACE for omitting trace logs
|
2024-07-02 14:42:24 +02:00 |
|
|
d1e48322ed
|
wayland: avoid leaving the swapchain null on late displays
|
2024-07-01 14:59:16 +02:00 |
|
|
13f94112aa
|
core: allow specifying names for outputs
|
2024-07-01 14:52:50 +02:00 |
|
|
51cd6f4374
|
Headless: Add backend
|
2024-07-01 14:33:05 +02:00 |
|
|
b8fc53e69d
|
wayland: handle close events
|
2024-07-01 13:06:41 +02:00 |
|
|
511600133c
|
backend: rework event loop api
|
2024-06-27 00:07:59 +02:00 |
|
|
41b1b28ce1
|
drm: Implement hardware cursors
|
2024-06-26 19:26:38 +02:00 |
|
|
03ed93e8b5
|
output: rework state
|
2024-06-22 17:31:01 +02:00 |
|
|
229fd3a036
|
wayland/core: add support for hw cursors
|
2024-06-22 16:50:30 +02:00 |
|
|
d435736fa7
|
wayland: emit commit event
|
2024-06-21 18:37:09 +02:00 |
|
|
d175f21619
|
wayland: various fixes and improvements
also added devices
|
2024-06-21 15:49:28 +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 |
|