[mutter] (164 commits) Non-fast-forward update to branch wip/carlosg/xwayland-startup-side-channel
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter] (164 commits) Non-fast-forward update to branch wip/carlosg/xwayland-startup-side-channel
- Date: Sat, 29 Feb 2020 16:14:56 +0000 (UTC)
The branch 'wip/carlosg/xwayland-startup-side-channel' was changed in a way that was not a fast-forward
update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:
https://wiki.gnome.org/Git/Help/NonFastForward
Commits removed from the branch:
4280297... tests: Ensure MetaX11Display is initialized before running
5727db7... tests: Set fatal log handler on clutter tests
3836a63... core: Make meta_display_init_x11() an async function
e4dbb5d... xwayland: Do not block on Xwayland initialization
9455165... core: Use DISPLAY envvar to forward in the launch context
0beeb1d... wayland: Set up initialization X11 socket
2540946... wayland: Pass private X connection on GNOME_SETUP_DISPLAY
4aa794d... xwayland: Allow setting up maintenance processes
Commits added to the branch:
c37e252... orientation-manager: Do not change current orientation when (*)
e4d5cb7... monitor-config-manager: Take device orientation into accoun (*)
0d185b2... monitor-config-manager: Add clone_logical_monitor_config_li (*)
bcbb44f... monitor-config-manager: honor accelerometer value changes w (*)
cbef49f... shaped-texture: Remove unused meta-cullable header (*)
ae1768b... wayland/actor-surface: Do not use geometry scale to constra (*)
d8b7905... surface-actor: Scale unobscured and clip region by geometry (*)
56ce253... cullable: Factor out untransformed check into a vfunc (*)
264f688... surface-actor: Implement meta_cullable_is_untransformed int (*)
934a829... wayland/subsurface: Keep subsurface actors reactive (*)
5b16204... Fix incorrect 'is' in gen_default_modes (*)
dcba7c5... clutter: Add ClutterSeat::touch-mode boolean property (*)
9ff4f29... build: Depend on libinput 1.7 (*)
c273f74... backends: Implement ClutterSeat::touch-mode on MetaSeatNati (*)
e76ff85... backends/native: Override the right property name (*)
840c50b... window-actor: Ensure clipping in `capture_into()` (*)
ebc0787... shaped-texture: Add `get_width()`/`get_height()` API (*)
0f58c98... screen-cast-window: Use buffer bounds in place of frame bou (*)
b23fc99... kms/plane: Move _new() function to private header (*)
851024f... kms/update: Add unassign_plane() API (*)
6c1e9b5... kms-impl-simple: Add helper to process update entries (*)
3a8c545... kms/device: Add getter for finding cursor planes (*)
ec9d714... kms: Return gpointer from impl tasks (*)
ee854ed... kms: Fix function name (*)
4abec2f... kms: Assert that callbacks are outside of the impl context (*)
c1fc46e... kms/device: Fix indentation mistake (*)
01bab81... kms/update: Add flags to plane assignment (*)
3ace2b9... kms/update: Move auto-cleanup declaration to the bottom (*)
73dcb9f... kms: Make update processing return direct feedback (*)
7c3172a... kms/impl-simple: Add cursor plane processing (*)
ae00f56... cursor-renderer-native: Port to transactional KMS api (*)
f3cdc99... kms/device: Handle tracking capabilities (*)
438f75e... cursor-renderer-native: Get cursor size from MetaKmsDevice (*)
98d7a54... wayland: Advertise MetaMonitor as wl_output (*)
1981449... wayland/actor-surface: Do not set opaque region for XWaylan (*)
5c704e3... cogl: Remove no-op cogl_shader_compile and cogl_shader_get_ (*)
586723e... backends: Drop per-device idle monitors (*)
f7646af... core: Do not update idle times for slave devices (*)
1ecfdb1... backends: Drop meta_idle_monitor_get_for_device() (*)
8b70232... Update Japanese translation (*)
ae344a6... Update Japanese translation (*)
aceadfe... cullable: Check if effects are disabled (*)
3e1db33... gitlab: Add missing < in markdown comment tag (*)
560055f... Bump version to 3.35.91 (*)
0e0afa2... settings: Improve logging of enabled experimental features (*)
76e0d72... window-actor/x11: Update opaque region (*)
c06fae4... window-actor: Don't show actor until meta_window_actor_show (*)
b45b03b... surface-actor-x11: Avoid flicker when (un)redirecting windo (*)
d2953e0... Update Chinese (Taiwan) translation (*)
4f8e518... bind-constraint: Update the preferred size (*)
35fe6a4... clutter: Make clutter_contraint_update_preferred_size() pub (*)
b70611e... clutter/enums: Correct docs about ClutterOffscreenRedirect (*)
b4226da... cogl: GLES3 has glGetStringi (*)
03ef335... cogl: GLES3 has sampler objects (*)
445af61... cogl: GLES3 has vertex array objects (*)
4199275... cogl: GLES3 has sync objects (*)
efe1bc2... util: Add INPUT debug topic (*)
e07478f... virtual-input-device/native: Fix warning message (*)
7cc02cf... backends/native: Replace tabs with spaces (*)
d053ccf... window: Check window responsiveness on every window focus (*)
0bf9727... display: Fix intendation of an argument and add details to (*)
9b58033... display: Make sure ping serials are never reused (*)
e51279d... display: Only send one ping to a window at a time (*)
f215956... xwayland: Move out surface role related logic (*)
ac2c870... surface-actor: Remove get_window() API and vfunc (*)
5149e1e... wayland: Move tree updating to the shell surface role (*)
c0c7448... wayland: Don't access MetaWaylandSurface::window directly (*)
54194e6... wayland/surface: Move relative coordinate calculating to ro (*)
722ae2b... wayland/surface: Let roles set DND functions (*)
df642eb... wayland: Move calc-showing window logic to roles having win (*)
44ae385... wayland: Move MetaWindow ownership to window owning roles (*)
d122b66... clutter/actor: avoid transform node for identity matrix (*)
81512ad... screen-cast-session: Add 'disable-animations' property (*)
8c1e6eb... remote-access-handle: Expose disable-animations property (*)
704fea6... renderer-native: Move 'backend' field to MetaRenderer (*)
3e6a55a... renderer: Add API to check whether renderer is hardware acc (*)
a209a14... renderer-native: Use hardware acceleration check in generic (*)
6206511... Update Basque translation (*)
f5a28aa... window-actor: Make culling of opaque windows X11 only (*)
c5d2fc8... screen-cast: Update to PipeWire 0.3 API (*)
282b09c... clutter/actor: Add CLUTTER_OFFSCREEN_REDIRECT_ON_IDLE (*)
41d72e8... backends/native: Also check touch-mode on object initializa (*)
d7c7311... clutter/seat: Add gtkDoc comments for touch-mode property (*)
aedcfcd... sound-player: Fix invalid write after playback is cancelled (*)
4c42195... clutter: fix hole in ClutterPaintNode (*)
b8355a6... xwayland: Not all xwayland surface have a window (*)
963108a... wayland/data-device: Check resource version on cancel (*)
f9326cf... wayland/data-device: Fix crash with offer from X11 client (*)
2da2772... display: Make check-alive timeout configureable (*)
6fb6a23... Update Brazilian Portuguese translation (*)
a9b1134... clutter/seat: Add API to inhibit unfocus of the cursor surf (*)
bf24b81... wayland/pointer: Add support for the new ClutterSeat inhibi (*)
ad8ba69... wayland/pointer: Use g_signal_connect_swapped for one signa (*)
b98ebe6... clutter/x11: Stop tracking stage changes on crossing events (*)
6715291... Update Turkish translation (*)
a0441ad... Updated Spanish translation (*)
84261d1... Update Basque translation (*)
81d11ac... clutter: avoid g_signal_emit_by_name() from ClutterActor (*)
0c55e87... cogl: reduce temporary allocations calculating redraw regio (*)
d327ced... clutter: avoid redundant _clutter_paint_node_init_types() (*)
c447d76... Update Hungarian translation (*)
1b67f49... monitor: Move logical to CRTC transform helper to MetaOutpu (*)
7f6cafa... logical-monitor: Pass monitor in the for each CRTC helper c (*)
a11f9bd... boxes: Add 'round' rounding strategy (*)
fe42d56... crtc: Move configured state to separate struct (*)
292d275... clutter/stage: Remove stray newline (*)
1a14c4d... renderer-x11-nested: Remove stray newline (*)
e3f3037... renderer-native: Fix a couple of style misses (*)
1c98f01... renderer-native: Draw stage separately per CRTC (*)
2d66659... crtc: Move logical monitor pointer to MetaMonitor (*)
0baf457... clutter/stage/cogl: Remove some leftover whitespace (*)
37d7df6... clutter/stage/cogl: Name variable to make coordinate space (*)
8609062... clutter/cogl/stage: Simplify swap_event boolean logic (*)
adcbc2a... clutter/cogl/stage: Use fb size for for fallback fb clip re (*)
0d039c3... clutter/view: Don't take paint rect after paint (*)
86ccc28... clutter/cogl/stage: Rename have_clip to is_full_redraw (*)
f3dcba2... clutter/cogl/stage: Simplify region transform code (*)
c483b52... clutter/stage: Pass redraw clip instead of extents when pai (*)
fe1ccea... clutter: Pass redraw clip via paint context (*)
b68c630... clutter/cogl/stage: Use g_clear_pointer() to clean up regio (*)
159c83b... clutter: Move redraw clip management to views (*)
964ea60... Update Korean translation (*)
38954de... ci: Adjust URL check (*)
c4b28b0... clutter/cogl/stage: Don't leak FB damage region on redraw (*)
71101ca... clutter/cogl/stage: Remove duplicate region union (*)
b7f47ea... clutter: add tracing for frameclock cycle (*)
fb81199... Updated Czech translation (*)
9fa5617... monitor-manager-xrandr: Don't try to disable disabled CRTC (*)
6e7316e... build: Use dbus interface dir from pkg-config (*)
88bb24f... backends/native: Shuffle udev client initialization in Meta (*)
d495dc6... Update Galician translation (*)
e6913d1... monitor-transform: Add meta_monitor_transform_transform() h (*)
92f0eb9... monitor: Use transform helper when dealing with panel orien (*)
ff59b5d... monitor: Move logical <-> CRTC transform helpers to MetaOut (*)
01aaced... crtc: Don't leak MetaCrtcConfig (*)
b5354fb... Update Indonesian translation (*)
1fc7935... backends/cursor: Add API to set and get the texture buffer (*)
d600cd9... monitor-transform: Add generic function to get relative tra (*)
987ce5b... cursor-renderer/native: Implement scaled/transformed hardwa (*)
969ad54... cursor-renderer/native: Remove unnecessary endian check (*)
f27de96... Updated Danish translation (*)
038a317... cogl/framebuffer: Add cogl_framebuffer_flush (*)
3881c1f... cogl/context: Add cogl_renderer_create_dma_buf() and family (*)
7fbb47b... renderer-native: Move DMA buffer creation to an auxiliary f (*)
d366fb3... renderer-native: Implement DMA buffer creation (*)
548073e... screen-cast-stream-src: Support DMA buffer sharing (*)
680a54a... monitor-stream-src: Implement blitting view framebuffers (*)
86168b9... window-stream-source: Draw into DMA buffer image (*)
1f190a7... screen-cast-stream-src: Remove unused parameter (*)
09026e5... monitor-stream-src: Use cogl_framebuffer_finish() (*)
87a06c6... x11: Set up the compositing manager selection on meta_displ (*)
21994bb... tests: Ensure MetaX11Display is initialized before running (*)
8c332a4... tests: Set fatal log handler on clutter tests (*)
649911b... core: Make meta_display_init_x11() an async function (*)
25c9e66... xwayland: Do not block on Xwayland initialization (*)
4b513a3... compositor: Shuffle x11 compositing bits in MetaCompositor (*)
390fd7d... cursor-renderer-native: Fix hw cursor for non-square sprite (*)
35c16a9... Update Polish translation (*)
8a6673b... build: ensure absolute path to sysprof dbus interface dir (*)
73e3207... clutter-actor: Add detail to captured-event (*)
15e2906... core: Use DISPLAY envvar to forward in the launch context
956e640... wayland: Set up initialization X11 socket
a0abb9c... wayland: Pass private X connection on GNOME_SETUP_DISPLAY
b8a93a1... xwayland: Allow setting up maintenance processes
(*) This commit already existed in another branch; no separate mail sent
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]