[mutter] (159 commits) Non-fast-forward update to branch wip/carlosg/clutter-seat



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:

  a516c27... x11: Drop subscription for input event from floating device
  19223d7... clutter: Add ClutterSeat object
  0dcece8... x11: Implement ClutterSeat
  3814af1... native: Implement ClutterSeat
  b1594de... clutter: Move keymap direction from ClutterBackend to Clutt
  2a9c6c8... clutter: Move bell_notify() from ClutterBackend to ClutterS
  2b77cd6... clutter: Move keymap from ClutterBackend to ClutterSeat
  c502db4... clutter: Move platform event data management to ClutterSeat
  37f78eb... clutter: Move keyboard a11y from ClutterDeviceManager to Cl
  c7a94df... clutter: Move pointer a11y from ClutterDeviceManager to Clu
  4d24c14... clutter: Move virtual device management to ClutterSeat
  7184c3d... clutter: Move motion compression handling to ClutterSeat
  d1d4186... clutter: Drop select_stage_events() device manager vfunc
  ac55136... wayland: Replace ClutterDeviceManager usage in favor of Clu
  f954c4f... core: Replace ClutterDeviceManager usage in favor of Clutte
  d5f08b2... backends: Move native keymap manipulation functions to Meta
  fcec5f4... backends: Make meta_backend_update_last_device() take a clu
  67d1950... clutter: Replace ClutterDeviceManager usage in favor of Clu
  3121a9e... backends: Replace ClutterDeviceManager usage in favor of Cl
  1eefff0... tests: Replace ClutterDeviceManager usage in favor of Clutt
  1616118... clutter: Drop ClutterDeviceManager
  3cf5438... backends: Do not use device IDs on idle monitors
  79f5c8d... backends: Drop get_relative_motion_deltas() vfunc
  13a6060... backends: Move warp_pointer() to ClutterSeat

Commits added to the branch:

  e1fa073... x11: Detach selection streams on dispose (*)
  45a8806... x11: Iterate over selections in a safer manner for event ha (*)
  9889239... wayland/surface: Reset buffer_destroy_handler_id (*)
  179d5ba... clutter: Split pick and paint (*)
  ff8ed70... clutter/stage: Refactor view setup code (*)
  86a5358... clutter/stage: Pick with clutter_actor_pick() (*)
  db8fcc0... clutter/actor: Remove pick code from paint (*)
  05da4a6... clutter/effect: Remove pick flags (*)
  a444a4c... EGL: Include EGL/eglmesaext.h (*)
  668be1f... backends: Plug MetaKmsPageFlipData leak (*)
  40e6aa7... compositor: Plug cairo_region_t leak (*)
  f297a5f... cogl: Remove unneeded driver/ includes from the core (*)
  049e788... cogl: Move _cogl_bitmap_gl_{,un}bind into the GL driver (*)
  c5bb2e3... cogl: Remove unused cogl_renderer_get_n_fragment_texture_un (*)
  148cba3... cogl: Remove COGL_PRIVATE_FEATURE_QUADS (*)
  ba9fb16... cogl: Remove COGL_PRIVATE_FEATURE_FOUR_CLIP_PLANES (*)
  de36253... cogl: VBOs are always available (*)
  82f5605... cogl: Remove some completely unused GL function pointers (*)
  d810c05... cogl: Move some GL function pointers from in-gles-core to c (*)
  8b0289a... cogl: Remove unused COGL_FEATURE_ID_DEPTH_RANGE (*)
  6ab2e30... cogl: Remove unused COGL_FEATURE_ID_MIRRORED_REPEAT (*)
  7716a41... cogl: Remove always-set COGL_PRIVATE_FEATURE_BLEND_CONSTANT (*)
  da36575... cogl: Remove always-set COGL_FEATURE_ID_PER_VERTEX_POINT_SI (*)
  96da0c6... cogl: Remove always-set COGL_FEATURE_ID_POINT_SPRITE (*)
  eaf0aa1... cogl: Remove unused COGL_FEATURE_DEPTH_RANGE (*)
  5f4e878... cogl: Remove unused COGL_FEATURE_POINT_SPRITE (*)
  4523251... cogl: Require {EXT,ARB}_framebuffer_object in the GL driver (*)
  6a8830a... cogl: Remove always-set COGL_FEATURE_ID_OFFSCREEN (*)
  cf107c8... cogl: Remove always-set COGL_FEATURE_OFFSCREEN (*)
  45e77c1... cogl: Remove unused COGL_FEATURE_DEPTH_TEXTURE (*)
  fb49e9d... cogl: Remove unused COGL_FEATURE_ID_DEPTH_TEXTURE (*)
  0e4c23c... cogl: Remove unused depth texture API (*)
  3076895... cogl: Remove unused COGL_FEATURE_ONSCREEN_MULTIPLE (*)
  34a3882... cogl: Remove unused COGL_FEATURE_ID_ONSCREEN_MULTIPLE (*)
  0731eb6... cogl: Remove unused COGL_FEATURE_MAP_BUFFER_FOR_{READ,WRITE (*)
  eb3ffef... cogl: Remove unused COGL_FEATURE_UNSIGNED_INT_INDICES (*)
  bd5266a... cogl: Remove unused COGL_FEATURE_STENCIL_BUFFER (*)
  26a7387... cogl: Remove unused COGL_FEATURE_FOUR_CLIP_PLANES (*)
  1f04b1a... cogl: Remove unused COGL_FEATURE_OFFSCREEN_MULTISAMPLE (*)
  673f429... cogl: Remove unused COGL_FEATURE_ID_OFFSCREEN_MULTISAMPLE (*)
  5e09895... clutter: Remove unused CLUTTER_FEATURE_TEXTURE_READ_PIXELS (*)
  f01db80... cogl: Remove unused COGL_FEATURE_TEXTURE_READ_PIXELS (*)
  d54c548... clutter: Remove unused deprecated clutter_texture_set_from_ (*)
  ba7b8a5... cogl: Remove unused COGL_FEATURE_TEXTURE_YUV (*)
  67d5ebb... cogl: Remove unused COGL_FEATURE_PBOS (*)
  bd1630a... cogl: Remove unused CoglFeatureFlags (*)
  a7f4f5b... ClutterStage: Store clip area as a region (*)
  3078394... ClutterStage: Use clutter_region_t for swap_region (*)
  71c3f4a... x11: Update X11 focus before updating MetaDisplay focus (*)
  f18e2d2... clutter: Remove unused clutter-layout-manager-deprecated.c (*)
  1d8807a... clutter/paint-nodes: Expose ClutterLayerNode (*)
  cf791c0... clutter/paint-nodes: Expose and cleanup ClutterTransformNod (*)
  ebf9ac0... clutter/paint-nodes: Introduce ClutterActorNode (*)
  cd2ee44... clutter/actor: Always paint using paint nodes (*)
  18e0a8f... clutter: Remove stray references to ClutterBehaviour{Path,R (*)
  68fca55... clutter: Remove unused deprecated/clutter-behaviour-opacity (*)
  096d784... clutter: Remove tests/interactive/test-texture-quality.c (*)
  013b336... clutter: Remove unused deprecated/clutter-behaviour-depth.c (*)
  33d1bae... clutter: Remove deprecated/clutter-behaviour-scale.c (*)
  a60457c... clutter: Remove behaviours (*)
  d6bf480... cogl: Remove unused _cogl_matrix_entry_flush_to_gl_builtins (*)
  b6170db... ci: Phrase error in a way that gives a hint on how to fix p (*)
  b622a8b... ci: Print all the commits that need bug references (*)
  ac626f7... cogl: Remove unused API from cogl-xlib (*)
  b3980f7... cogl: Move _cogl_xlib_get_damage_base near its only consume (*)
  95662fd... cogl: Remove unused cogl_xlib_renderer_get_visual_info (*)
  acc7b83... cogl: Remove the stub winsys (*)
  a99f579... cogl: Remove unused cogl_check_extension and cogl_clutter_c (*)
  c36c865... cogl: Remove unused _cogl_xlib_renderer_get_dispatch_timeou (*)
  e17494f... cogl: Inline cogl_xlib_renderer_set_event_retrieval_enabled (*)
  683f186... cogl: Remove unused cogl_x11_onscreen_get_visual_xid (*)
  ed7afd9... cogl: Remove unused cogl_x11_onscreen_set_foreign_window_xi (*)
  3186e45... cogl: Remove unused cogl_xlib_renderer_get_visual_info (*)
  c63f54b... cogl: Remove unused cogl_texture_pixmap_x11_set_damage_obje (*)
  b294e62... cogl: Remove unused cogl_glx_context_get_glx_context (*)
  3e5960b... cogl: Remove unused cogl_egl_context_get_egl_context (*)
  4918893... clutter/cogl: Store empty clip regions for buffer age (*)
  2e9faaf... clutter/cogl: Ensure to paint full view if there's no buffe (*)
  563e713... Allow changing Clutter debug flags at runtime (*)
  9678fd5... clutter/cogl: Scale clip region in paint_stage() (*)
  23fa59b... display: Move finishing of touch sequence to the backend (*)
  9428835... x11: Limit touch replay pointer events to when replaying (*)
  f2b3dd3... wayland: Check stylus serials on meta_wayland_seat_can_popu (*)
  40a7659... ci: Update docker image to v3 (*)
  3f9c5d0... cogl: Remove old workaround for software Mesa (*)
  46aeb96... ci: Add gnome-control-center (*)
  17e39ad... cogl: Remove support for cogl.conf (*)
  6b8ee80... cogl: Remove unused deprecated material lighting API (*)
  468dc99... cogl: Remove unused pipeline lighting API (*)
  711023e... cogl: Remove unused COGL_PIPELINE_STATE_LIGHTING (*)
  e84dbd7... cogl: Remove unused CoglPipelineLightingState (*)
  13d9e4d... cogl: Remove unused cogl/cogl-pango.h (*)
  793c2ac... cogl: Remove unused cogl-deprecated.h (*)
  7c036c5... cogl: fix a compile warning (*)
  f4f7e31... cogl: Fix GLES2 fallback (*)
  6ee7c0f... cogl/egl: Warn when we fail to query a buffer age. (*)
  ee4638e... cogl/egl: Make surface current before querying buffer age (*)
  d47324e... cogl/egl: Explicitly initialize age variable (*)
  cf89e4d... clutter/cogl: Fix invalidation on non-primary monitors with (*)
  6bfa61a... Revert "clutter/cogl: Store empty clip regions for buffer a (*)
  6051712... profiler: track changes in GLib and Sysprof (*)
  ae238d1... window: Add adjust_fullscreen_monitor_rect virtual method (*)
  dbb95cb... window-xwayland: Add Xwayland fullscreen games workaround (*)
  2202c0d... tests: Explicitly set a background color for offscreen acto (*)
  1688cf7... clutter: Drop the no-clear stage hint (*)
  e5b0f47... cogl: Remove some unused framebuffer API (*)
  db90c0d... clutter/stage-view: Separate offscreen and shadowfb (*)
  60800d2... renderer-native: Separate offscreen and shadowfb (*)
  f133de2... clutter/actor: Unref the root node if set as child (*)
  5e87d67... surface-actor-wayland: Do not send frame callbacks if the a (*)
  1f5b403... display: Add 'closing' signal (*)
  955b276... plugin/default: Init quark before using (*)
  dc1a28c... plugins/default: Clean up tile preview when closing display (*)
  77aad08... window: Always update tile monitor number on hot plug (*)
  db91439... tests/monitor-unit-tests: Move test client sanity check int (*)
  47155ed... tests/runner: Move window shown synchronization to helper (*)
  155b7bf... tests/monitor-unit-tests: Add window tiling hot plug test (*)
  ff799a1... window: Reset tile monitor number when untiling (*)
  662c76c... tests/monitor-unit-tests: Add another tiling window hot plu (*)
  95eda36... wayland: use correct enum type for tablet pad (*)
  c11ef6e... wayland: Flatten data source object hierarchy (*)
  16eb461... wayland: Clean up meta_wayland_data_device_set_primary() (*)
  e865fcc... wayland: Check focus surface client in wl_data_device.set_s (*)
  efe5bed... x11-display: Don't unset the X11 focused window after setti (*)
  ffa0a24... x11-display: Get next serial just before using it (*)
  9172901... ci: Fix checkout out gnome-shell on stable branches (*)
  9b16b74... cogl: Remove unused stuff from cogl-material-compat.[ch] (*)
  54ac1f6... test: Remove unreferenced test-texture-rectangle (*)
  806ebc4... cogl: Remove cogl_texture_2d_gl_new_from_foreign (*)
  0e5a5df... wayland/actor-surface: Always store away frame callbacks on (*)
  2644e54... window: Warn if O-R window workspace state is used (*)
  13f10e3... window: Assert we only set a NULL workspace when unmanaging (*)
  c85fb10... window-props: Don't look for parent multiple times (*)
  bacbbbd... window-props: Don't set override redirect windows as top-le (*)
  4a76f66... wayland/surface: Don't double scale when getting absolute c (*)
  25cf617... x11: Drop subscription for input event from floating device
  2c9e4da... clutter: Add ClutterSeat object
  75211b9... x11: Implement ClutterSeat
  51fd1b0... native: Implement ClutterSeat
  1d74d1e... clutter: Move keymap direction from ClutterBackend to Clutt
  7f97641... clutter: Move bell_notify() from ClutterBackend to ClutterS
  d5942e9... clutter: Move keymap from ClutterBackend to ClutterSeat
  c2148ef... clutter: Move platform event data management to ClutterSeat
  745dde5... clutter: Move keyboard a11y from ClutterDeviceManager to Cl
  fc7d6bc... clutter: Move pointer a11y from ClutterDeviceManager to Clu
  7b7b29c... clutter: Move virtual device management to ClutterSeat
  150c421... clutter: Move motion compression handling to ClutterSeat
  58bd402... clutter: Drop select_stage_events() device manager vfunc
  66a4018... wayland: Replace ClutterDeviceManager usage in favor of Clu
  7b15bfb... core: Replace ClutterDeviceManager usage in favor of Clutte
  5366dc4... backends: Move native keymap manipulation functions to Meta
  6933a73... backends: Make meta_backend_update_last_device() take a clu
  9ec7964... clutter: Replace ClutterDeviceManager usage in favor of Clu
  242cdfe... backends: Replace ClutterDeviceManager usage in favor of Cl
  c8a7e34... tests: Replace ClutterDeviceManager usage in favor of Clutt
  2ad2a72... clutter: Drop ClutterDeviceManager
  491f152... backends: Do not use device IDs on idle monitors
  53538ec... backends: Drop get_relative_motion_deltas() vfunc
  7cc472f... 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]