Scott Anderson
|
46823152ea
|
Rename functions to be consistent with #93
|
2017-08-26 11:56:43 +12:00 |
|
Calvin Lee
|
de66bdb867
|
Add backend detection functions
Resolves #80
|
2017-08-13 23:08:33 +02:00 |
|
Drew DeVault
|
4386816889
|
wlr_backend_init -> wlr_backend_start
Also renames create to init. We'll use create for anything that
allocates and init for anything that takes a pointer and initializes it.
|
2017-08-13 10:19:57 -04:00 |
|
Drew DeVault
|
81cd90297d
|
Refactor out wlr_backend_state from wl/multi
|
2017-08-12 11:43:36 -04:00 |
|
Drew DeVault
|
c24351681f
|
Refactor EGL handling
|
2017-08-10 22:15:37 -04:00 |
|
Drew DeVault
|
5bf61ca7ed
|
Check for multi backend before using it
|
2017-08-05 23:08:35 -04:00 |
|
Scott Anderson
|
4d4da18437
|
Fixed VT switching
|
2017-08-06 13:37:49 +12:00 |
|
Scott Anderson
|
cb4d50e22c
|
Changed header paths.
|
2017-08-06 13:25:26 +12:00 |
|
Scott Anderson
|
2ae5cd6539
|
Moved session/ into backend/
|
2017-08-06 13:25:26 +12:00 |
|
Scott Anderson
|
ae4478e17f
|
Changed ownership of wlr_session to the multi backend.
Currently breaks VT switching for examples.
|
2017-08-06 13:25:26 +12:00 |
|
Drew DeVault
|
fd91244e83
|
Update everyone to use new headers
|
2017-06-21 10:27:45 -04:00 |
|
Drew DeVault
|
c2d0090ad7
|
Support multiple wl backend outputs
|
2017-06-20 18:22:21 -04:00 |
|
nyorain
|
41a477375c
|
Merge branch 'libinput' into wayland-backend
|
2017-06-19 17:49:26 +02:00 |
|
nyorain
|
904739c405
|
Start to fix wayland backend
Starts to update the wayland backend to the new backend api.
Not yet updated to libinput branch (not yet compiling).
|
2017-06-19 17:46:50 +02:00 |
|
Drew DeVault
|
e257afeb7e
|
Establish multi backend support
|
2017-06-13 08:10:36 -04:00 |
|
Drew DeVault
|
7a5f35b5bb
|
Reassign ownership of libinput handle
|
2017-06-13 08:10:36 -04:00 |
|
Drew DeVault
|
af69591e62
|
Add error handling and init in backend_autocreate
|
2017-06-13 08:10:36 -04:00 |
|
Drew DeVault
|
7d82476590
|
Refactor type implementations
|
2017-06-04 19:30:50 -04:00 |
|
Drew DeVault
|
40b85d992a
|
Refactor udev and drm initialization
|
2017-06-01 20:29:10 -04:00 |
|
Drew DeVault
|
fee409bd0a
|
Generalize DPMS, remove DRM refs from example
|
2017-05-31 15:38:26 -04:00 |
|
Drew DeVault
|
03c9b46034
|
Have backend manage opengl context
|
2017-05-31 15:15:42 -04:00 |
|
Scott Anderson
|
599d1bcbdc
|
DPMS support
|
2017-05-13 20:37:15 +12:00 |
|
Drew DeVault
|
00931f2f8f
|
Generalize output handling
|
2017-05-07 12:26:48 -04:00 |
|
Drew DeVault
|
15b1ce9e6c
|
Refactor backend state management
|
2017-05-07 10:12:54 -04:00 |
|
Scott Anderson
|
7e9feb70a0
|
Fixed hotplugging + make EGL more chatty.
|
2017-05-04 21:58:11 +12:00 |
|
Scott Anderson
|
ef9768858e
|
Changed modesetting interface.
|
2017-05-03 22:41:49 +12:00 |
|
Scott Anderson
|
d196a79b6c
|
Changed backend to accept wl_display.
|
2017-05-03 21:28:44 +12:00 |
|
Scott Anderson
|
18387468bb
|
Renamed 'wlr_drm_display' to 'wlr_drm_output'
|
2017-05-03 17:49:03 +12:00 |
|
Scott Anderson
|
81998fdc98
|
Removed old session code from DRM backend.
|
2017-05-03 16:23:07 +12:00 |
|
Scott Anderson
|
e446a5300b
|
Added example.
|
2017-05-02 18:13:17 +12:00 |
|
Drew DeVault
|
de01e654ce
|
Flesh out wayland backend somewhat, add example
|
2017-04-25 15:06:58 -04:00 |
|