Commit Graph

712 Commits (282fcd458cc8e6ecd757174fe7f10271c323f0e7)

Author SHA1 Message Date
Ilia Bozhinov cb42e16f64 session: load GPU devices even if they have zero crtcs/connectors/encoders 7 years ago
Scott Anderson 2d8f53affd Check for DRM prime 7 years ago
Scott Anderson 1a2b3445dc Remove unused data from gbm_bo userdata 7 years ago
Scott Anderson 4bee710c30 Fix hardware cursor on secondary GPU 7 years ago
Mariusz Bialonczyk e547e55be0 multi-gpu: do not flip screens on secondary GPU 7 years ago
Mariusz Bialonczyk 15dacebc36 multi-backend: do not expose internal renderers 7 years ago
emersion 364afced3e backend/drm: remove unnecessary casts 7 years ago
emersion 2ebecb6727 backend/drm: allow to pass empty gamma ramp to reset it 7 years ago
emersion a149c2370a Implement wlr-gamma-control-unstable-v1 7 years ago
Drew DeVault 4b096fc114 Revert "Merge pull request from emersion/include-config" 7 years ago
emersion 41094a7df5 Always include config.h 7 years ago
Markus Ongyerth 36955204cf Remove last remnant of tool_tool in libinput 7 years ago
Markus Ongyerth d9e978e1b3 rename wlr_tablet_tool to wlr_tablet 7 years ago
Markus Ongyerth 48e2cba9b6 Handle relative motion for mouse tools 7 years ago
Markus Ongyerth 3be916f9b8 Add asserts and rename destroy function in libinput backend 7 years ago
Markus Ongyerth 0c9a26828a Use wlr_list for paths, and improve inert resource handling 7 years ago
Markus Ongyerth adba68a3c1 Use tablet_tool impl in libinput backend 7 years ago
Markus Ongyerth 31cec36b74 1st feedback pass 7 years ago
Markus Ongyerth 599f84f736 Fix borked rebase 7 years ago
Markus Ongyerth 5c7a37f309 Add tool buttons 7 years ago
Markus Ongyerth 391eef6ea9 Propagate most axis events to clients 7 years ago
Markus Ongyerth f375246657 Implement basic tablet_pad handling (bound to keyboard focus) 7 years ago
Markus Ongyerth e235f7d336 Basic tablet_v2 object lifetime 7 years ago
Markus Ongyerth 77bac448cc storage commit 7 years ago
Markus Ongyerth 000b305ecc backend/libinput: Manage tablet tool livetimes 7 years ago
Guido Günther 40fe252c2d x11: make sure event source is drained 7 years ago
Guido Günther 8515b7c65b x11: use correct type for events in wl_event_loop_add_fd 7 years ago
Guido Günther e463b49166 x11: Check if xcb_configure_window worked 7 years ago
emersion 7cbef15206
util: add wlr_ prefix to log symbols 7 years ago
Drew DeVault be54278207
Merge pull request from agx/output-add-mode 7 years ago
Guido Günther 8d72090afe drm: Allow to add additional modes 7 years ago
Drew DeVault 07209d062c
Merge pull request from VincentVanlaer/logind-fd-leak 7 years ago
Vincent Vanlaer ece58514b4 Close fd's obtained from logind 7 years ago
emersion 2b9cbaddf3
screencopy: add support for frame flags 7 years ago
Dominique Martinet 0c2a64df18 headless add_input_device: fix leak on error 7 years ago
Dominique Martinet e5348ad7d3 backend autocreate: fix leak when WLR_BACKENDS is set 7 years ago
Dominique Martinet 1940c6bbd9 wayland backend: fix width/height == 0 check 7 years ago
Dominique Martinet 266898ca1f direct session backend: fix closing -1 on error 7 years ago
Dominique Martinet bcc2c64c1e x11 backend init: fix leak on failed XOpenDisplay 7 years ago
Dominique Martinet 4f7b1382d4 wayland backend seat: fix NULL output check 7 years ago
Dominique Martinet f0d455f088 drm backend: overflow fixes 7 years ago
Drew DeVault e459fe0ec7
Merge pull request from emersion/screencontent 7 years ago
Tobias Blass 482fc48c74 FIX: Suprocess loops endlessly when the control socket closes. 7 years ago
emersion 57548b557a
Merge branch 'master' into screencontent 7 years ago
Scott Anderson 964e0a50be Check for seat0 properly 7 years ago
Scott Anderson 47985d2dc5 Multiseat fixes 7 years ago
emersion 551700e887
backend/wayland: fix keyboard keys not pressed/released when focus changes 7 years ago
emersion 21928cbe61
Merge branch 'master' into screencontent 7 years ago
emersion 28020ff577
Only allow one modifier per DMA-BUF, split attributes struct in render/ 7 years ago
emersion bd430b8620
backend/drm: support multi-planar DMA-BUFs when exporting 7 years ago
emersion 9e26808c28
output, backend/drm: add wlr_output_export_dmabuf 7 years ago
emersion 79683ee497
backend/drm: better connector cleanup, add more logs 7 years ago
emersion 6eb4b5b54d
Merge pull request from emersion/bind-wl-drm-in-renderer 7 years ago
Ilia Bozhinov 24cf70ae96 backends: implement custom EGL and renderer initialization 7 years ago
emersion 41130fe54b
render: bind wl_drm in renderer 7 years ago
emersion 9e3dd6b560
backend/wayland: fix segfault when destroying backend before starting it 7 years ago
emersion 75b10cd621
backend: support creating DRM and libinput via WLR_BACKENDS 7 years ago
emersion 007d83c6ee
backend: allow multiple backends in WLR_BACKENDS 7 years ago
emersion 52bd8aa716
backend/multi: disallow multiple renderers at the same time 7 years ago
emersion a1631dd9ee
backend: add WLR_BACKEND env variable 7 years ago
Markus Ongyerth 6a46fcc6f2 recalculate cursor projection matrix on set_cursor 7 years ago
emersion 198ad27bd5
backend/wayland: print output name in window title 7 years ago
emersion 0b58579564
Add support for discrete axis values 7 years ago
emersion 13098a18ea
Fix hardware cursors scale & transform 7 years ago
emersion caf9f9022c
Merge pull request from emersion/full-hardware-cursors 7 years ago
morganamilo 6305e6327f
Fix typos in comments and strings 7 years ago
Guido Günther 1637053ef8 drm: only disable atomic modesetting when WLR_DRM_NO_ATOMIC == 1 7 years ago
Guido Günther 545d54439d backend/wayland: don't transform pointer events 7 years ago
Guido Günther 6f01c12b40 backend/x11: don't transform pointer events 7 years ago
emersion 225d182765
output: always use hardware cursors if available 7 years ago
emersion 178ac8bffe
backend/{wayland,x11}: fix pointer coords for transformed outputs 7 years ago
emersion 62d7337d00
backend/x11: add one pointer per output 7 years ago
emersion ddac792b61
backend/wayland: only set one pointer listener 7 years ago
emersion 9f8a7c8fc4
backend/wayland: create one virtual pointer per output 7 years ago
emersion 2551ef8871
input-device: add output_name field, populate it from libinput 7 years ago
emersion f8e0a03451
backend/x11: correctly destroy input devices 7 years ago
emersion 79da4c175e
backend/headless: remove useless destructor 7 years ago
emersion 57c36ddcb3
backend/wayland: add proper error handling to wlr_wl_backend_create 7 years ago
Drew DeVault fecb971518
Merge pull request from emersion/various-memory-leaks 7 years ago
emersion cd9f25711c
backend: destroy renderer when destroying backend 7 years ago
emersion 625a7a48dc
Don't use the wlr_ prefix for static functions 7 years ago
emersion 71ca45e2c0
Make sure we don't use others' prefixes 7 years ago
emersion b0d99f5c67
Remove wlr_ prefix from local symbols 7 years ago
emersion 018b82c01e
render/egl: allow passing NULL to surface and image destructors 7 years ago
emersion eaed6bd03b
render/egl: add wlr_egl_destroy_surface 7 years ago
Drew DeVault dbdc63ddde
Merge pull request from emersion/output-dont-emit-mode-twice 7 years ago
emersion 94fa6c88f4
output: don't emit the mode event if it hasn't changed 7 years ago
Uli Schlachter e5ab12339f x11 backend: Expose events mean "needs swap" 7 years ago
Uli Schlachter e79d924588 x11 backend: Ignore expose if frame is pending 7 years ago
Uli Schlachter 52b058c2a3 x11 backend: Do not set a back pixel on windows 7 years ago
Uli Schlachter 98f8ec6a08 x11_handle_input_event: Remove return value 7 years ago
Uli Schlachter 3728abd1fc handle_x11_event: Remove return value 7 years ago
emersion d2ebbd103c
backend: remove wlr_backend_get_egl 7 years ago
emersion 03563b61a8
backend/{x11,headless}: use default if supplied refresh is invalid 7 years ago
Tancredi Orlando 68ad7e5092 Add ifdef to build without X11 7 years ago
emersion 2d6bbf12f8
backend/{x11,headless}: fix refresh rate 7 years ago
Drew DeVault 2ecce27dd5
Merge pull request from swaywm/input-inhibit 7 years ago
Drew DeVault 56deff41b6 Implement input inhibit in rootston 7 years ago
emersion 9609985f29
backend/x11: fix cursor position when receiving configure event 7 years ago
emersion 60f07ee321
backend/x11: fix WLR_HAS_XCB_XKB always undefined 7 years ago
Drew DeVault 8b37e8f67a
Merge pull request from emersion/x11-backend-blank-cursor 7 years ago
Drew DeVault b60e31e5c0
Merge pull request from emersion/renderer-untie-backend 7 years ago
emersion a2391a6047
Fix cursor transform on DRM backend 7 years ago
emersion 33a2eb4b77
Untie wlr_backend from wlr_renderer 7 years ago
emersion 37aae0b2cd
backend/x11: flush after destroying window 7 years ago
emersion 7b88ace557
backend/x11: hide cursor 7 years ago
emersion 5111f7df84
backend/x11: fix extra output 7 years ago
emersion f37e8c5b6e
backend/wayland: cleanup input transform code 7 years ago
emersion aa6ae710f7
backend/x11: fix input events 7 years ago
emersion 0a7a8cbd1c
backend/x11: add WLR_X11_OUTPUTS support 7 years ago
emersion d4f7ced6e2
backend/x11: refactor, prepare support for multiple outputs 7 years ago
emersion 5dd022da13
Merge pull request from swaywm/transformed-events 7 years ago
Drew DeVault 3813121fef Fix wayland output absolute input handling 7 years ago
Drew DeVault 52d621e097
Merge pull request from emersion/x11-backend-kbd-modifiers 7 years ago
Drew DeVault ac219cbda6 Remove width_mm from tablet events 7 years ago
Drew DeVault 324b9d910d Remove width_mm from wlr_touch events 7 years ago
Drew DeVault a35a5786b0 Remove width_mm from wlr_pointer events 7 years ago
emersion f033f717a2
backend/x11: make xcb-xkb optional, remove global state 7 years ago
Tony Crisci 330ee08126
Merge pull request from emersion/texture-redesign 7 years ago
emersion 8d1b5c7600
backend/x11: correctly update keyboard modifiers 7 years ago
Dominique Martinet a0b52a0dff Fix x11 backend 7 years ago
Drew DeVault b1c4f01bad
Merge pull request from ManDay/master 7 years ago
Drew DeVault 706f77e3c7 Address review feedback 7 years ago
emersion adf4fb08dd
Merge branch 'master' into texture-redesign 7 years ago
emersion 3bda7e2ef8
Use DRM_FORMAT_MOD_LINEAR instead of a hardcoded constant 7 years ago
Uli Schlachter c7f8b28d8d Fix use-after-free in x11 backend during shutdown 7 years ago
emersion c63d94483b
Redesign wlr_texture 7 years ago
Cedric Sodhi 51141dd11e Minor corrections 7 years ago
emersion a854c2f246
Merge branch 'master' into gles2-renderer-redesign 7 years ago
Drew DeVault ef3769851f
Merge pull request from emersion/egl-debug 7 years ago
Dominique Martinet d5e14ab247 wayland backend: fix use-after free on output destroy 7 years ago
Dominique Martinet b0c2bbebd1 x11 backend: fix various leaks 7 years ago
emersion 60bfe0a6aa
backend/drm: remove remaining raw GL call 7 years ago
emersion b1f93bc5cc
render/egl: use EGL_KHR_debug 7 years ago
emersion 3581573bdc
render/gles2: make wlr_renderer_begin take viewport size 7 years ago
emersion c41de2d1be
render: split render.h into wlr_renderer.h and wlr_texture.h 7 years ago
emersion 6227da96b1
backend/drm: don't hardcode matrix 7 years ago
emersion 7894fca224
matrix: rename wlr_matrix_texture to wlr_matrix_projection 7 years ago
emersion 876f07e9f1
renderer: replace wlr_texture_get_matrix by wlr_render_texture 7 years ago
emersion 824a95ad19
matrix: use 2D matrices 7 years ago
emersion d26b67cb06
matrix: unify API, don't use array pointers 7 years ago
emersion b6a3f240c7
matrix: move to types/ 7 years ago
Tony Crisci efa9eeb5d5
Merge pull request from emersion/fix-cursor-hotspot-update 7 years ago
emersion d24f868bbe
backend/drm: fix cursor hotspot not updated 7 years ago
emersion 7cdad5cde4
Merge pull request from emersion/dont-move-hidden-cursors 7 years ago
emersion 92ca4ad474
backend/drm: refactor wlr_drm_connector_set_cursor 7 years ago
Cedric Sodhi ebdabc2030 Make X11 fully optional 7 years ago
Drew DeVault bfc0e95d2c Add mode support to libinput backend 7 years ago
Scott Anderson 3c9fc7c68e Add const to x11 and input interfaces 7 years ago
Scott Anderson 902d6cc240 Use xcb atoms properly 7 years ago