aboutsummaryrefslogtreecommitdiff
path: root/backend
AgeCommit message (Collapse)Author
2017-10-22Emit output resolution event only when resolution changesVersus Void
2017-10-22Fix index computation in DRM output scan and CRTC matchVersus Void
2017-10-21Merge branch 'master' into heghe/wl_listDrew DeVault
2017-10-21Rename remaining refs to wlr_listDrew DeVault
2017-10-21Merge pull request #308 from ascent12/render-fixupsDrew DeVault
Render fixups
2017-10-22Remove drm field from wlr_drm_connectorScott Anderson
2017-10-22Add pointer to backend inside wlr_outputScott Anderson
2017-10-22Remove unnecesary wlr_renderersScott Anderson
2017-10-22Move egl.h to render/egl.hScott Anderson
2017-10-21Remove wl_list_init when using wl_signal_addemersion
2017-10-20Replace list_t with wl_list in wlr_wl_backendHeghedus Razvan
Now wlr_backend->outputs is a list of wlr_wl_backend_output instead of wlr_output. Signed-off-by: Heghedus Razvan <heghedus.razvan@gmail.com>
2017-10-20Replace list_t with wl_list for wlr_input_deviceHeghedus Razvan
Signed-off-by: Heghedus Razvan <heghedus.razvan@gmail.com>
2017-10-20Replace list_t with wl_list in wlr_outputHeghedus Razvan
Signed-off-by: Heghedus Razvan <heghedus.razvan@gmail.com>
2017-10-20Replace list_t with wl_list in wlr_drm_backendHeghedus Razvan
Signed-off-by: Heghedus Razvan <heghedus.razvan@gmail.com>
2017-10-20Replace list_t with wl_list in wlr_multi_backendHeghedus Razvan
Signed-off-by: Heghedus Razvan <heghedus.razvan@gmail.com>
2017-10-18Fix hidden cursor on wayland backendemersion
2017-10-17Merge pull request #257 from emersion/fix-client-cursorsDrew DeVault
[WIP] Fix client cursors
2017-10-14Fix duplicated pointer axis eventsD.B
In pointer.c, some axis event was emitted even if the event pointer did not have current axis. In X11 backend pointer scroll events seem to be composed of both BUTTON_PRESS and BUTTON_RELEASE. Therefore we should skip one of them (RELEASE) to avoid event duplication.
2017-10-12Better handling of hidden cursors in wayland backend, add TODOsemersion
2017-10-12Allow to update the cursor hotspot without its pixelsemersion
2017-10-11Add FreeBSD compatibilityGreg V
2017-10-08Add wlr_output_set_cursor_surfaceemersion
2017-10-08Merge pull request #236 from ascent12/gl-loaderDrew DeVault
Add GL/EGL extension loader generator
2017-10-08Merge pull request #240 from acrisci/feature/x11-backend-axisDrew DeVault
x11-backend: axis events
2017-10-08x11-backend: create wlr output globalTony Crisci
2017-10-08x11-backend: axis eventsTony Crisci
2017-10-08Add GL/EGL extension loader generatorScott Anderson
2017-10-07Merge branch 'master' into feature/xdg-popupTony Crisci
2017-10-06Merge pull request #221 from versusvoid/wayland-xkb_state_update_maskDrew DeVault
Use xkb_state_update_mask() with Wayland backend
2017-10-06Use xkb_state_update_mask() with Wayland backendVersus Void
Fix #158
2017-10-06Merge branch 'master' into feature/xdg-popupTony Crisci
2017-10-06Transform hotspot with cursorVersus Void
Fix #188
2017-10-05bug: fix x11 event timeTony Crisci
2017-10-05Fix memory leaksVersus Void
2017-10-02Check for fd failure properlyScott Anderson
2017-10-02Add explicitly picking GPUs with environment varScott Anderson
2017-10-02Change iface prefix to suffixScott Anderson
2017-10-01Minor fixesScott Anderson
2017-10-01Multi-GPU DRMScott Anderson
2017-10-01Change wlr_session to open every GPUScott Anderson
2017-10-01Add renderer pointer inside drm_surfaceScott Anderson
2017-09-30Rename wlr_drm_output to wlr_drm_connectorScott Anderson
2017-09-30Rename backend to drmScott Anderson
2017-09-30Add pointer to backend from DRM outputsScott Anderson
2017-09-30Split DRM rendering to its own fileScott Anderson
2017-09-30Split DRM internal interface to its own headerScott Anderson
2017-09-30Rename files to remove pointless drm prefixScott Anderson
2017-09-30Removed unused fieldsScott Anderson
2017-09-29Fix time and transformScott Anderson
2017-09-29Remove unused device interfacesScott Anderson