Victor Berger
8ee08ef6f2
wayland: document general behaviour of the client handlers
2017-10-01 22:47:30 +02:00
Victor Berger
249ae98e0f
Fix invalid drop in SHM doc test
...
Allowing the display to be dropped this early destroys the whole wayland
context before we start using it... bad idea.
2017-10-01 22:47:30 +02:00
Victor Berger
9e809f85dd
wayland: output global
2017-10-01 22:47:30 +02:00
Drakulix
51886fbf00
Update to stable drm-rs version
2017-10-01 22:25:52 +02:00
Victor Berger
2fbb45273f
cargo fmt
2017-09-30 12:05:28 +02:00
Victor Berger
30efcea2ee
travis: test various features combination
2017-09-30 12:05:28 +02:00
Victor Berger
15ce7134fc
Move wayland utilities to their own module.
2017-09-29 17:24:20 +02:00
Victor Berger
5a0713feb9
Fix winit backend on wayland
...
We were trying to swap_buffers while the xdg_surface had not been
configured yet, which is a protocol error.
2017-09-29 17:22:19 +02:00
Victor Berger
502a99c5f9
Remove debug printlns
2017-09-29 17:22:19 +02:00
Victor Berger
31f39ed61a
seat: increase logger metadata
2017-09-23 18:31:39 +02:00
Victor Berger
532cb6b78e
seat: doc & warnings & fmt & cleanup methods
2017-09-22 18:42:52 +02:00
Victor Berger
4b01b55f75
seat.keyboard: fix sym peek with +8 offset
2017-09-22 15:03:23 +02:00
Victor Berger
e1ade4e2e9
seat: implementation
2017-09-22 14:54:18 +02:00
Victor Berger
bb7d389be6
utils: fmt
2017-09-22 14:53:39 +02:00
Victor Berger
648da00c6a
compositor: allow the choice or iteration direction in subsurface trees
2017-09-22 14:53:07 +02:00
Victor Berger
3dd559cdf1
Move Rectangle to utils module.
2017-09-22 10:54:16 +02:00
Victor Berger
e6600dfbe9
seat.keyboard: handle repeat-info
2017-09-21 21:40:11 +02:00
Victor Berger
5241b8f79e
seat: directory structure
2017-09-21 21:08:30 +02:00
Victor Berger
2850def0f4
Rework keyboard handler
2017-09-21 21:08:30 +02:00
Drakulix
7f45283759
cargo fmt
2017-09-21 20:50:10 +02:00
Drakulix
d2617becbf
Fix drm doc test and Deref impl
2017-09-21 19:05:59 +02:00
Drakulix
f09bdd0a30
cargo fmt
2017-09-20 20:06:58 +02:00
Drakulix
518f7dbdfc
Store DrmBackend in EventLoop state
2017-09-20 19:48:58 +02:00
Drakulix
0758ec98ba
Fix the drm backend for wayland-rs 0.10
2017-09-20 17:09:37 +02:00
Drakulix
457d6d1c35
Free framebuffers correctly
2017-09-20 15:56:57 +02:00
Drakulix
fa6742fb5f
The glory of error-chain
2017-09-20 15:56:11 +02:00
Drakulix
a04bfcdd11
Add encoder detection to runtime manipulation
2017-09-20 15:54:16 +02:00
Drakulix
174e4b9d0b
Fix encoder detection
2017-09-20 15:53:19 +02:00
Drakulix
d3fca34475
Do a better job at finding a crtc in the example
2017-09-20 15:52:47 +02:00
Drakulix
bdb91fc1f1
Better explaination of the drm module
...
- Explain the types involved and their role
- Link to the drm-rs documentation
2017-09-20 15:51:59 +02:00
Drakulix
67b3621be3
drm: reformat
2017-09-20 15:51:59 +02:00
Drakulix
ab77a87725
drm: Check for valid encoder
2017-09-20 15:51:59 +02:00
Drakulix
10fd94f963
drm: add more logging
2017-09-20 15:51:39 +02:00
Drakulix
73d262e292
drm: reformat
2017-09-20 15:51:39 +02:00
Drakulix
9c71793b0e
drm: Add more inline comments explaining the drm code
2017-09-20 15:51:39 +02:00
Drakulix
7bf4105050
drm: Add error for multi-use of a single crtc
2017-09-20 15:51:39 +02:00
Drakulix
f2bff6172b
drm: Documentation
2017-09-20 15:51:38 +02:00
Drakulix
0698775153
drm: Introduce the Drm Backend
...
- new backend rendering via egl via gbm directly on a drm device
- refine EGLContext and EGLSurface dependencies through lifetimes
- fixup the old winit backend to work with these changes
- add new example using the drm backend instead
- change GliumDrawer to be static for the drm example
2017-09-20 15:50:14 +02:00
Victor Berger
32e60de4f3
shell: update to new wayland-server
2017-09-20 15:03:39 +02:00
Victor Berger
33f80a622f
compositor: update to new wayland-server
2017-09-20 15:02:45 +02:00
Victor Berger
bb86b1c3ed
shm: update to wayland-server-0.10
2017-09-20 09:56:44 +02:00
Victor Berger
22a2f4649f
shell: fix doc typos
2017-09-08 13:13:07 +02:00
Victor Berger
08e6187e47
shell: module-level documentation
2017-09-06 16:35:49 +02:00
Victor Berger
eeb6373ded
Silence example warnings.
2017-09-06 16:33:35 +02:00
Victor Berger
3171160cff
shell: fix warnings
2017-09-06 15:21:12 +02:00
Victor Berger
6dec2cb5da
shell: types documentation
2017-09-06 14:41:59 +02:00
Victor Berger
db6bad1676
compositor: return value from Token::with_surface_data
2017-09-05 21:23:17 +02:00
Victor Berger
aab56047f0
Update example to use shell global
2017-09-05 21:09:50 +02:00
Victor Berger
88773cf1b3
cargo fmt
2017-09-05 19:51:05 +02:00
Victor Berger
3128585fc9
shell: shell backend first draft
2017-09-05 19:50:22 +02:00