894 Commits (4ed58b1d47d7bf206a3e1b749dd71160258b9bbc)

Author SHA1 Message Date
Scott Anderson 4ed58b1d47 gl-renderer: Move platform extension checks to EGL client setup 5 years ago
Scott Anderson 7725415478 gl-renderer: Move get_platform_display to EGL client setup 5 years ago
Scott Anderson dddb592cfb gl-renderer: Move EGL client extension handling earlier 5 years ago
Leandro Ribeiro d65483ec75 weston-log-wayland: make stream_destroy() use weston_log_subscriber_release() 5 years ago
Leandro Ribeiro 97d2d69909 weston-log: share code between weston_log_scope_destroy() and weston_log_subscriber_release() 5 years ago
Leandro Ribeiro 23491cd931 weston-log: destroy subscriptions with destruction of subscribers 5 years ago
Leandro Ribeiro 1ded661aac weston-log: merge functions that destroy different types of subscribers 5 years ago
Leandro Ribeiro 8c02ea1069 weston-log: rename weston_log_subscriber::destroy to destroy_subscription 5 years ago
Pekka Paalanen 8fc4b59bfd weston-log-flight-rec: allow re-running a compositor 5 years ago
Daniel Stone d76947b666 gl-renderer: Avoid double-free on init failure 5 years ago
Daniel Stone 6d2e73b314 gl-renderer: Fail earlier if shader compilation fails 5 years ago
Stefan Agner da0cd688d6 launcher-weston-launch: avoid race condition when switching VT merge 5 years ago
Stefan Agner 10356a247b launcher-weston-launch: move send loop into separate function 5 years ago
Stefan Agner bd1e39a787 weston-launch: reset tty properly 5 years ago
Stefan Agner 247392a322 weston-launch: check string truncation 5 years ago
Stefan Agner c6f818a016 weston-launch: make sure weston-launch activates the VT 5 years ago
Stefan Agner cb24a7d1eb weston-launch: fix newline in error message 5 years ago
Stefan Agner 77e3b056d7 weston-launch: get ttynr also when no user is given 5 years ago
Stefan Agner aaa5b82e61 weston-launch: do not close tty prematurely 5 years ago
Leandro Ribeiro ca640d5120 libweston: fold weston_compositor_tear_down() into weston_compositor_destroy() 5 years ago
Leandro Ribeiro 4ec38d18b3 weston-log: replace weston_log_ctx_compositor_destroy() by weston_log_ctx_destroy() 5 years ago
Leandro Ribeiro 4f13595aa7 weston-log: rename weston_log_ctx_compositor_create() to weston_log_ctx_create() 5 years ago
Leandro Ribeiro bd9c0a6ff5 weston-log: fold weston_log_ctx_compositor_setup() into weston_compositor_create() 5 years ago
Leandro Ribeiro fa505c588f content-protection: stop direct accessing core struct member 5 years ago
Leandro Ribeiro ce1001966e compositor: stop direct accessing core struct member 5 years ago
Leandro Ribeiro 172afc2178 backend-drm: stop direct accessing core struct member 5 years ago
Leandro Ribeiro f66685d9db weston-log: add function to avoid direct access to compositor members in non-core code 5 years ago
Leandro Ribeiro ac691a89cd weston-log: rename the confusing function name weston_compositor_add_log_scope() 5 years ago
Guillaume Champagne f1e8fc9dbf libweston: add missing include 5 years ago
Guillaume Champagne b4bd12b738 launcher: move weston_environment_get_fd 5 years ago
Scott Anderson 60b6572b35 Fix Wmaybe-uninitialized warnings 5 years ago
Leandro Ribeiro f014964f6f weston-log: rename the confusing function name weston_compositor_log_scope_destroy() 5 years ago
Leandro Ribeiro 5976dbbbb5 weston-log: rename the confusing function name weston_compositor_add_log_scope() 5 years ago
Stefan Agner c3c0b247a0 backend-rdp: unref keymap after associating with seat 5 years ago
Stefan Agner 483cc63669 backend-rdp: use compositor wide struct xkb_context 5 years ago
Stefan Agner c220a40a81 backend-rdp: constify keyboard layout information 5 years ago
Stefan Agner edcab103da backend-rdp: disconnect and free peers on compositor shutdown 5 years ago
Stefan Agner 163f26f520 backend-rdp: unregister events before shuting down compositor 5 years ago
Leandro Ribeiro db6b141bf0 backend-rdp: report a zero physical size to compositor 5 years ago
Emmanuel Gil Peyrot 1b3ad0993b backend-drm: Make boolean fields actually bool 5 years ago
Emmanuel Gil Peyrot b2f54d9f17 backend-drm: Remove unused variable 5 years ago
Stefan Agner 723c6a1266 backend-drm: Define potentially missing aspect-ratio bit definitions 5 years ago
Stefan Agner 0bb9447653 renderer: change all frame_signal emission to pass previous_damage 5 years ago
Leandro Ribeiro 2eee164f24 libweston: remove previous_damage from struct weston_output 5 years ago
Leandro Ribeiro 914c96c3d2 Revert "move frame_signal emission to weston_output_repaint()" 5 years ago
Daniel Stone 6093772f45 backend-drm: Use aspect-ratio bit definitions from libdrm 5 years ago
Leandro Ribeiro e28e831211 screenshooter: get previous_damage from data argument instead of weston_output 5 years ago
Leandro Ribeiro adaf8c7410 renderer: change frame_signal emission to pass previous_damage as data argument 5 years ago
Leandro Ribeiro dd0d0b0df1 screenshooter: stop using frame_signal void *data parameter to get weston_output 5 years ago
Leandro Ribeiro 2619bfe420 move frame_signal emission to weston_output_repaint() 5 years ago