[mutter] (84 commits) Non-fast-forward update to branch wip/carlosg/clutter-seat
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter] (84 commits) Non-fast-forward update to branch wip/carlosg/clutter-seat
- Date: Wed, 29 Jan 2020 11:23:55 +0000 (UTC)
The branch 'wip/carlosg/clutter-seat' 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:
6cdde23... x11: Drop subscription for input event from floating device
c4e9dbe... clutter: Add ClutterSeat object
668029a... x11: Implement ClutterSeat
76022ab... native: Implement ClutterSeat
764404a... clutter: Move keymap direction from ClutterBackend to Clutt
260b3d1... clutter: Move bell_notify() from ClutterBackend to ClutterS
037b1d2... clutter: Move keymap from ClutterBackend to ClutterSeat
eff942a... clutter: Move platform event data management to ClutterSeat
8185eda... clutter: Move keyboard a11y from ClutterDeviceManager to Cl
6020a1f... clutter: Move pointer a11y from ClutterDeviceManager to Clu
e51713d... clutter: Move virtual device management to ClutterSeat
8b93cc6... clutter: Move motion compression handling to ClutterSeat
f3f5f70... clutter: Drop select_stage_events() device manager vfunc
c77e5b6... wayland: Replace ClutterDeviceManager usage in favor of Clu
e0e515d... core: Replace ClutterDeviceManager usage in favor of Clutte
9ab3665... backends: Move native keymap manipulation functions to Meta
6eb49a8... backends: Make meta_backend_update_last_device() take a clu
b4d1279... clutter: Replace ClutterDeviceManager usage in favor of Clu
75fa189... backends: Replace ClutterDeviceManager usage in favor of Cl
df237a2... tests: Replace ClutterDeviceManager usage in favor of Clutt
ee691bf... clutter: Drop ClutterDeviceManager
46595be... backends: Do not use device IDs on idle monitors
3e3732d... backends: Drop get_relative_motion_deltas() vfunc
2e0a0fd... backends: Use latest pointer position if no pointer constra
cd52e29... backends: Set pointer constrain/relative motion hooks befor
8ffb1f2... backends: Move warp_pointer() to ClutterSeat
Commits added to the branch:
76ee026... wayland/egl-stream: Cache texture snippet (*)
fcfe90a... wayland: Replace manual GNode subsurface iteration with mac (*)
60ebf19... shaped-texture: Minor clean up (*)
3969285... shaped-texture: Make setting the same texture a no-op (*)
fe7bece... wayland/surface-actor: Reset and sync subsurface state when (*)
f0df07c... wayland/surface: Move shaped-texture synchronization to act (*)
3e90070... tests/wayland: Test subsurface commits after parent was res (*)
6d15231... wayland/actor-surface: Always consider unmapped actors not (*)
bac188b... window: Always disarm XSYNC watchdog when X client responds (*)
845157c... window/x11: Add `freeze_commits()/thaw_commits()` (*)
10796e6... window/x11: Add flag to thaw commits after resize (*)
4ae9953... window/x11: Freeze commits on resize (*)
53fce8e... frames: Freeze Xwayland commits until repainted (*)
c3c54e8... surface-actor: Add `meta_surface_actor_is_frozen()` (*)
aa01738... window-actor: Add `set_frozen` vfunc (*)
d7a7af1... window-actor/x11: Freeze/thaw commits on actor freeze/thaw (*)
4d5a863... window/x11: Add `always_update_shape()` vfunc (*)
c0038f6... window-actor/x11: Update shape even when frozen (*)
7733f88... kms-impl-simple: Include mode name in error message (*)
ce3409b... kms-impl-simple: Handle mode set race conditions gracefully (*)
7377631... cogl: Remove unused CoglMatrixMode (*)
abd094d... cogl: Remove stray references to gl*Pointer, which we're ne (*)
3f2ad5a... cogl: Remove builtin/texcoord attribute tracking bitmasks f (*)
71a2ba7... cogl: Remove fixed-function workaround for point sprite coo (*)
9f2662c... cogl: Remove fixed-function handling for layer color (*)
35f21c5... cogl: Stop using glAlphaFunc in big-GL (*)
282eab4... cogl: Stop using glPointSize in big-GL (*)
347619a... cogl: Remove unused GL imports from the CoglContext vtable (*)
5b1ff59... cogl: Clean up private feature flags and GLSL builtin handl (*)
d7c9042... renderer/native: state consistency in copy_shared_framebuff (*)
94992ff... renderer/native: META_DRM_BUFFER is not NULL-safe (*)
fea6abb... renderer/native: Copy mode irrelevant for bo freeing (*)
4040815... renderer/native: Absorb free_next_secondary_bo (*)
fe76e6a... renderer/native: Reset all fields of MetaDumbBuffer (*)
f409ddd... renderer/native: Extract secondary_gpu_release_dumb (*)
03ac7b1... backend/native: Share drmModeAddFB code (*)
b6c824d... renderer/native: Import primary buffer to 2nd GPU (*)
b30a29f... shaped-texture: Plug region leak (*)
65401ed... clutter/cogl: Plug region leak in clutter_stage_cogl_redraw (*)
545fcb3... renderer-native: Fix memory leak in secondary GPU update (*)
f447a05... renderer: Chain up parent class finalize (*)
ccd33ce... Update Japanese translation (*)
612b622... Update Japanese translation (*)
b3fbc26... clutter/actor: Allow setting width and height properties to (*)
d28a640... backend-eglnative: Search for the xsettings schema recursiv (*)
f0c9264... wayland/surface: Plug leak in meta_wayland_surface_assign_r (*)
51733ca... window/wayland: Plug window configuration leak (*)
9feda1c... kms/crtc: Fix gamma state leak (*)
a63e80e... wayland: Avoid GVariant leak in set_gnome_env (*)
66fe6d8... backends/crtc: Fix leak of MetaCrtcMode name string (*)
abc58f7... kms: Fix drmModeEncoder leak (*)
102c07d... Update Malay translation (*)
c1df48b... wayland: Preserve XdndTypeList for future callers (*)
a6c195b... x11: Map x11 (UTF8_)STRING requests to text/plain mimetypes (*)
090a6ad... xwayland: Set XDND source-side actions as per XDND (*)
30bf588... wayland: Do not check current offer on DnD button release (*)
f2f89d9... clutter/actor: Respect CONTENT_SIZE request mode in get_pre (*)
403466c... wayland: Implement dnd cancel on pressing Esc key (*)
34be30e... x11: Drop subscription for input event from floating device
362cf79... clutter: Add ClutterSeat object
4a74bf4... x11: Implement ClutterSeat
de51e13... native: Implement ClutterSeat
c07562d... clutter: Move keymap direction from ClutterBackend to Clutt
b453d0d... clutter: Move bell_notify() from ClutterBackend to ClutterS
1554e9c... clutter: Move keymap from ClutterBackend to ClutterSeat
c336d92... clutter: Move platform event data management to ClutterSeat
9cedad6... clutter: Move keyboard a11y from ClutterDeviceManager to Cl
2166288... clutter: Move pointer a11y from ClutterDeviceManager to Clu
5eab420... clutter: Move virtual device management to ClutterSeat
855c1d6... clutter: Move motion compression handling to ClutterSeat
2120bde... clutter: Drop select_stage_events() device manager vfunc
943f3bb... wayland: Replace ClutterDeviceManager usage in favor of Clu
6048f11... core: Replace ClutterDeviceManager usage in favor of Clutte
756f6f2... backends: Move native keymap manipulation functions to Meta
2c386e1... backends: Make meta_backend_update_last_device() take a clu
1ae949e... clutter: Replace ClutterDeviceManager usage in favor of Clu
09d77ac... backends: Replace ClutterDeviceManager usage in favor of Cl
0a72eba... tests: Replace ClutterDeviceManager usage in favor of Clutt
d2471c6... clutter: Drop ClutterDeviceManager
cf1aaac... backends: Do not use device IDs on idle monitors
4f2bcd8... backends: Drop get_relative_motion_deltas() vfunc
bb2d549... backends: Use latest pointer position if no pointer constra
9e41007... backends: Set pointer constrain/relative motion hooks befor
1a58459... backends: Move warp_pointer() to ClutterSeat
(*) 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]