Victor Berger
ebee5feb9e
wayland-rs 0.20.1 works around the rustc bug
2018-04-23 18:26:17 +02:00
Victor Berger
048dda59e3
wayland.shell: legacy module for wl_shell
2018-04-23 11:40:41 +02:00
Victor Berger
12e13f863b
wayland.shell.xdg: make names more explicit
2018-04-23 10:49:06 +02:00
Victor Berger
4579f20fae
port examples to wayland_rs 0.20
2018-04-22 11:58:39 +02:00
Drakulix
bdb653042c
Update glium integration to allow mutable borrowing
2018-03-09 11:50:01 +01:00
Drakulix
66c011c942
Use new rustfmt-preview
2018-01-07 22:30:38 +01:00
Drakulix
aaa68b1cce
Add documentation for the egl buffer features
2018-01-07 22:12:14 +01:00
Drakulix
c5f475ebb5
Make unbind_egl_display into Drop implementation for EGLDisplay
2018-01-07 13:02:26 +01:00
Drakulix
6b650eb988
Remove unneeded Send implementation
2018-01-07 12:43:41 +01:00
Drakulix
a527456ba6
Fixup drm backends for egl hardware-acceleration
...
- Decouple DrmBackend and DrmDevice through Weak references
- Move EGL-WlBuffer related functionality into it's own trait
- Impl new trait by every struct that can theoretically bind the display although it is no rendering target (no EGLGraphicsBackend), e.g. DrmDevice
- Move texture binding into own struct `EGLDisplay` created by `bind_wl_display` that can be passed around freely
- Add device num to DrmDevice for HashMap storage
- Fixup and enable acceleration on drm and udev examples made possible by the previous changes.
2018-01-05 20:04:46 +01:00
Drakulix
6c6d54064d
Get it to work...
2017-12-28 15:30:53 +01:00
Drakulix
5d7e96103d
Rework EGL module
2017-12-24 14:29:45 +01:00
Drakulix
5c846d550c
Start EGL wl_buffer image retrieval
2017-12-24 14:12:51 +01:00
Victor Berger
2fbb45273f
cargo fmt
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
cfb388561f
examples: reduce warnings
2017-09-22 15:00:29 +02:00
Victor Berger
e6eb03c184
examples: introduce window_map
2017-09-22 14:56:59 +02:00
Drakulix
7f45283759
cargo fmt
2017-09-21 20:50:10 +02:00
Drakulix
74b56e6de2
Fix examples
2017-09-21 20:31:51 +02:00
Drakulix
d2617becbf
Fix drm doc test and Deref impl
2017-09-21 19:05:59 +02:00
Drakulix
518f7dbdfc
Store DrmBackend in EventLoop state
2017-09-20 19:48:58 +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
0de5694a18
Update example to new API
2017-09-20 15:03:58 +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
5c46ba73e9
compositor: rework roles
2017-09-04 13:15:20 +02:00
Victor Berger
4f6a852652
cargo fmt
2017-06-23 15:40:28 +02:00
Victor Berger
9d2f03943e
replace unsafe impls from wayland-server with declare_handler macro
2017-06-23 15:24:23 +02:00
Victor Berger
c2c5716524
example: use Texture2d to have correct gamma correction
...
This mimicks what weston does.
2017-06-23 15:24:23 +02:00
Victor Berger
d475435fcb
cargo fmt
2017-06-23 15:24:23 +02:00
Victor Berger
19634f30ed
example: actually draw some windows!
2017-06-23 15:20:09 +02:00