Commit Graph

7014 Commits

Author SHA1 Message Date
Drew DeVault 486ec5953c Add shim implementations of wl_{compositor,shell}
To example compositor
2017-06-28 18:51:58 -04:00
Drew DeVault 28736c5787 Move example -> examples
And the compositor example into its own directory
2017-06-28 18:23:49 -04:00
Drew DeVault 18e6ddc1c5 Remove wlr_compositor 2017-06-28 17:25:01 -04:00
Drew DeVault 97f6e9b69a Remove excessive logging in wayland backend 2017-06-28 16:35:18 -04:00
Drew DeVault ce471f3371 Merge pull request #23 from ascent12/cursor
Software cursor + Hardware cursor improvements
2017-06-26 18:23:52 -04:00
Drew DeVault 97213cc00e Add new interfaces to wayland backend 2017-06-26 18:23:38 -04:00
Drew DeVault 038dfdbc85 Log max cursor size on error 2017-06-26 10:34:26 -04:00
Drew DeVault f5b7bc033e Add wlr_wl_compositor and remove wlr_wl_shm 2017-06-26 10:26:55 -04:00
Scott Anderson 82322d81a7 Hardware cursor improvements. 2017-06-26 19:32:36 +12:00
Scott Anderson 0cd94f0cf0 Added software cursor fallback 2017-06-26 17:34:15 +12:00
Drew DeVault 8a18cf456a Remove endian.h
Fuck big endian systems anyway
2017-06-23 14:46:18 -04:00
Drew DeVault 5a2796266f Support wl_shm pixel formats in gles2 renderer 2017-06-23 14:25:55 -04:00
Drew DeVault 2aafb5dd19 Add wlcore/wl_shm (WIP) 2017-06-23 13:41:07 -04:00
Drew DeVault f252c5a792 Manually transpose matricies in shader
Since GLES2 doesn't do this for us, it seems, on all platforms.
2017-06-23 11:46:09 -04:00
Drew DeVault b18209c904 Switch to GLES2
Closes #13
2017-06-23 11:38:45 -04:00
Drew DeVault 168f0955ab Add wl_output globals for wlr_outputs 2017-06-22 14:27:35 -04:00
Drew DeVault 5055d89955 Merge pull request #19 from nyorain/wayland-input
Basic wayland backend input
2017-06-22 12:31:35 -04:00
nyorain a9547af358 Fix pointer example for wayland backend 2017-06-22 18:21:28 +02:00
nyorain 4ca872c914 Improve wayland backend pointer error logging 2017-06-22 18:04:13 +02:00
nyorain dbde1f7340 Store wayland backend axis source 2017-06-22 17:58:53 +02:00
nyorain 272030652a Implement absolute motion events for wayland 2017-06-22 17:55:00 +02:00
nyorain 0813c1dd39 Merge branch 'master' into wayland-input 2017-06-22 17:23:31 +02:00
Drew DeVault bb16025318 Fix issues with projection on drm backend 2017-06-22 11:19:46 -04:00
Drew DeVault f5423a51b5 Use wl_display_run and refactor example keyboards 2017-06-22 11:15:59 -04:00
nyorain d26a9ba968 Fix pointer motion coords 2017-06-22 17:12:09 +02:00
nyorain c1520077b6 Implement wayland backend input events 2017-06-22 16:53:48 +02:00
nyorain 0b8e6cccc8 Add wayland input listener skeletons 2017-06-22 15:41:59 +02:00
Drew DeVault 8ce9237c92 Create WAYLAND_DISPLAY socket 2017-06-21 14:33:39 -04:00
Drew DeVault b93f00b92f Utilize wlr_log in example logging 2017-06-21 14:15:06 -04:00
Drew DeVault 3d71969b2a Make event names consistent 2017-06-21 14:07:09 -04:00
Drew DeVault f4453d104d Reorganize wlr-common 2017-06-21 12:10:07 -04:00
Drew DeVault fd91244e83 Update everyone to use new headers 2017-06-21 10:27:45 -04:00
Drew DeVault 53a8b4f127 Split out types.h and wlr/types.h
TODO: Update the code accordingly and move other types into the same
paradigm
2017-06-21 10:10:04 -04:00
Drew DeVault fd5ad15894 Merge pull request #18 from ascent12/session
Fix VT switching with libinput backend
2017-06-21 09:58:15 -04:00
Scott Anderson d87574948e Added VT switching to every example 2017-06-21 13:40:09 +12:00
Scott Anderson fa6b3b290c Removed excessive debug logging 2017-06-21 13:33:31 +12:00
Scott Anderson 55854565dc Fixed VT switching 2017-06-21 13:31:29 +12:00
Scott Anderson 091de12bf4 Changed session signal to only emit on DRM changes 2017-06-21 12:47:53 +12:00
Drew DeVault d1493b2391 Actually make a2x optional
We might not even write man pages tbh
2017-06-20 18:52:13 -04:00
Drew DeVault c2d0090ad7 Support multiple wl backend outputs 2017-06-20 18:22:21 -04:00
Drew DeVault b2bf5b23b9 Implement output_transform for wl backend 2017-06-20 18:02:00 -04:00
Drew DeVault 33f2c66fca Merge pull request #17 from nyorain/wayland-backend
Basic Wayland backend
2017-06-20 17:54:33 -04:00
Drew DeVault b9d36c8149 Add dynamic output resizing for Wayland backend
This allows outputs to:
- Not support modesetting
- Resize themselves
2017-06-20 17:51:45 -04:00
Drew DeVault c9d5a0b2fb Clean up Wayland backend GL context and such 2017-06-20 15:29:27 -04:00
nyorain 51f35e7af0 Cleanup some leaks/incorrect destructions 2017-06-20 19:01:20 +02:00
nyorain a96d90dec4 Merge branch 'master' 2017-06-20 18:44:45 +02:00
nyorain 500e9184f1 Fix egl workaround; Test with weston 2017-06-20 18:44:11 +02:00
nyorain 50ce35e9da Implement wayland backend output 2017-06-20 18:27:05 +02:00
nyorain 62b1421635 Make egl_error function part of the egl interface
The function may be useful for backends using egl.
2017-06-20 18:26:29 +02:00
Scott Anderson 2f03ea0a6b Change from C99 to C11. 2017-06-20 13:18:41 +12:00