Drew DeVault
2aafb5dd19
Add wlcore/wl_shm (WIP)
8 years ago
Drew DeVault
f252c5a792
Manually transpose matricies in shader
...
Since GLES2 doesn't do this for us, it seems, on all platforms.
8 years ago
Drew DeVault
b18209c904
Switch to GLES2
...
Closes #13
8 years ago
Drew DeVault
168f0955ab
Add wl_output globals for wlr_outputs
8 years ago
Drew DeVault
5055d89955
Merge pull request #19 from nyorain/wayland-input
...
Basic wayland backend input
8 years ago
nyorain
a9547af358
Fix pointer example for wayland backend
8 years ago
nyorain
4ca872c914
Improve wayland backend pointer error logging
8 years ago
nyorain
dbde1f7340
Store wayland backend axis source
8 years ago
nyorain
272030652a
Implement absolute motion events for wayland
8 years ago
nyorain
0813c1dd39
Merge branch 'master' into wayland-input
8 years ago
Drew DeVault
bb16025318
Fix issues with projection on drm backend
8 years ago
Drew DeVault
f5423a51b5
Use wl_display_run and refactor example keyboards
8 years ago
nyorain
d26a9ba968
Fix pointer motion coords
8 years ago
nyorain
c1520077b6
Implement wayland backend input events
8 years ago
nyorain
0b8e6cccc8
Add wayland input listener skeletons
8 years ago
Drew DeVault
8ce9237c92
Create WAYLAND_DISPLAY socket
8 years ago
Drew DeVault
b93f00b92f
Utilize wlr_log in example logging
8 years ago
Drew DeVault
3d71969b2a
Make event names consistent
8 years ago
Drew DeVault
f4453d104d
Reorganize wlr-common
8 years ago
Drew DeVault
fd91244e83
Update everyone to use new headers
8 years ago
Drew DeVault
53a8b4f127
Split out types.h and wlr/types.h
...
TODO: Update the code accordingly and move other types into the same
paradigm
8 years ago
Drew DeVault
fd5ad15894
Merge pull request #18 from ascent12/session
...
Fix VT switching with libinput backend
8 years ago
Scott Anderson
d87574948e
Added VT switching to every example
8 years ago
Scott Anderson
fa6b3b290c
Removed excessive debug logging
8 years ago
Scott Anderson
55854565dc
Fixed VT switching
8 years ago
Scott Anderson
091de12bf4
Changed session signal to only emit on DRM changes
8 years ago
Drew DeVault
d1493b2391
Actually make a2x optional
...
We might not even write man pages tbh
8 years ago
Drew DeVault
c2d0090ad7
Support multiple wl backend outputs
8 years ago
Drew DeVault
b2bf5b23b9
Implement output_transform for wl backend
8 years ago
Drew DeVault
33f2c66fca
Merge pull request #17 from nyorain/wayland-backend
...
Basic Wayland backend
8 years ago
Drew DeVault
b9d36c8149
Add dynamic output resizing for Wayland backend
...
This allows outputs to:
- Not support modesetting
- Resize themselves
8 years ago
Drew DeVault
c9d5a0b2fb
Clean up Wayland backend GL context and such
8 years ago
nyorain
51f35e7af0
Cleanup some leaks/incorrect destructions
8 years ago
nyorain
a96d90dec4
Merge branch 'master'
8 years ago
nyorain
500e9184f1
Fix egl workaround; Test with weston
8 years ago
nyorain
50ce35e9da
Implement wayland backend output
8 years ago
nyorain
62b1421635
Make egl_error function part of the egl interface
...
The function may be useful for backends using egl.
8 years ago
Scott Anderson
2f03ea0a6b
Change from C99 to C11.
8 years ago
nyorain
e22626ef6a
Adapt codestyle
8 years ago
nyorain
792d535225
Rework wayland backend output implementation
8 years ago
nyorain
e65ca967f9
Merge branch 'master' into wayland-backend
8 years ago
Drew DeVault
41b5294013
Merge pull request #16 from nyorain/master
...
Make logging ninja friendly
8 years ago
Drew DeVault
fa4a04da22
Merge pull request #11 from SirCmpwn/libinput
...
[WIP] libinput backend
8 years ago
Drew DeVault
632a04f1b7
Implement keyboard LEDs
8 years ago
Drew DeVault
ecb04afcad
Implement tablet pads
8 years ago
nyorain
2414722574
Make log:_strip_path more efficient
8 years ago
Drew DeVault
e9609e9adf
Allocate framebuffers for hardware cursors
...
Still doesn't fix cursors though
8 years ago
nyorain
acbc0a019a
Make logging ninja friendly
...
When building with ninja instead of make __FILE__ will be relative
and logging therefore break. This moves stripping the path
from __FILE__ to runtime and handles a relative filepath as
well as a full one.
8 years ago
nyorain
10526de444
Fix furhter wayland backend issues
8 years ago
nyorain
8fbf1ca3ff
Continue wayland backend update
...
Update wayland backend to new api.
Start to use the input interfaces.
Compiling now, not tested.
8 years ago