[mutter] (96 commits) Non-fast-forward update to branch gbsneto/effects-paint-nodes



The branch 'gbsneto/effects-paint-nodes' 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:

  a510339... clutter/paint-node: Walk up paint node tree to find framebu
  963df6f... clutter/effect: Don't expose pre and post paint helpers
  19bf375... Introduce ClutterEffectNode
  61d247f... clutter/effect: Add paint_node vfunc
  5186f0e... clutter/offscreen-effect: Clear framebuffer on pre_paint
  5d11104... clutter/offscreen-effect: Simplify paint
  0caca4f... clutter/paint-nodes: Add opacity overriding to ClutterActor
  26a225f... clutter/paint-nodes: Don't skip pipeline node constructor
  31dc74d... clutter/paint-nodes: Add new ClutterLayerNode API
  3b64f56... clutter/paint-nodes: Push and pop framebuffer even without 
  bc81f17... clutter/paint-nodes: Add serialization to layer node
  4a69e70... Introduce ClutterBlitNode

Commits added to the branch:

  dde3e1d... Update Indonesian translation (*)
  7d6b2bd... Update Polish translation (*)
  4a15877... Update Turkish translation (*)
  df5af58... renderer-native: Remove stray newline (*)
  3dfe3a2... stage-view/cogl: Add frame listener in constructor() (*)
  a1daf0a... stage-view: Don't destroy onscreen until finalizing (*)
  ac140e2... Update Serbian translation (*)
  250cc5e... Update Bengali (India) translation (*)
  a63116c... Updated Slovenian translation (*)
  1ead7ac... Update Chinese (China) translation (*)
  ec5802d... Update Croatian translation (*)
  309bee8... Update Brazilian Portuguese translation (*)
  8cbcd35... wayland/subsurface: Add check for parent surface (*)
  2547fa3... Bump version to 3.37.91 (*)
  7da1c95... Updated Czech translation (*)
  5037b88... screen-cast: Increase size of maximum mouse pointer bitmap (*)
  59f0aef... wayland/seat: Add seat_release interface (*)
  034c6ab... wayland/xdg-shell: Add parent window validation in get_popu (*)
  88ff196... wayland/xdg-shell: Handle null-parent in get_popup() (*)
  2945a18... Updated Lithuanian translation (*)
  1c4a518... wayland/xdg-shell: Move popup role assignment behind checks (*)
  673e08e... Update Basque translation (*)
  f69bb20... backends/native: Use proper string format for uint64_t (*)
  7700dc9... screen-cast-stream-src: Properly unset cursor metadata (*)
  2b67030... streams: Don't bail out when cursor is outside the stream (*)
  a4f1c5f... Update Korean translation (*)
  5962ee7... startup: Fix possible crash in startup notifications (*)
  5ec9bde... *: Fix spelling mistakes found by codespell (*)
  285f2a2... cogl: Fix spelling of CoglPipelineStateComparator (*)
  0756826... backend: Don't emit last-device updates with no device (*)
  5730b99... backend: Use connect-after to perform actions on device rem (*)
  928b32b... clutter-event: Add device added/removed events (*)
  cf67c54... clutter-seat: Handle device events and emit signals (*)
  9db289b... seat-x11: Translate device enabled/disabled into clutter ev (*)
  e44c42f... seat-native: Process device added/removed events as Clutter (*)
  5171e35... xwayland: Add a setting to disable selected X extensions (*)
  60c8d22... backend: Add getter for MetaScreenCast (*)
  d725acb... screen-cast: Move DMA buffer allocation to MetaScreenCast (*)
  d73a858... kms/device: Provide driver name and description (*)
  986066e... screen-cast: Disable DMA buffer based screen casting for QX (*)
  aaf70b2... screen-cast: Add vmwgfx to the DMA buffer deny list (*)
  55c3c08... Update Ukrainian translation (*)
  f552ed1... Update Ukrainian translation (*)
  abdbc14... wayland/actor-surface: Update outputs on stage-views change (*)
  35f847a... wayland/surface: Don't update outputs on all geometry chang (*)
  0b9a71e... wayland/surface: Don't update outputs recursively on mapped (*)
  c8e073b... Update Chinese (China) translation (*)
  4cc921d... Update Indonesian translation (*)
  8e72566... Update Polish translation (*)
  a1dd3c4... clutter-actor: Cull actors that don't intersect the redraw  (*)
  0efecc1... background-content: Don't set up pipeline unless it's neede (*)
  3080966... background-content: Explicitly distinguish stage space from (*)
  86af337... background-content: Use redraw_clip when culling is unavail (*)
  d3b8459... clutter: Add IM events (*)
  fb6ff75... clutter: Prepare input focus for IM event delivery (*)
  5176069... clutter: Push commit/delete_sourrounding as IM events (*)
  6f31634... wayland: Flush text_input.done event after IM key event (*)
  8cc95e4... wayland: Reword comment (*)
  a454b22... Update Brazilian Portuguese translation (*)
  19ddf13... Update Serbian translation (*)
  1dc6a15... util: Small style cleanups (*)
  20982bf... util: Add paint debug flags (*)
  1f557a5... cogl/context: Add API to create named pipelines (*)
  effb824... shaped-texture: Add debug paint overlay for opaque regions (*)
  161ac1a... Updated Slovenian translation (*)
  c1c0611... core/display: Remove obsolete typedef (*)
  6b04b2f... clutter/backends: Rename master and slave devices (*)
  e212376... wayland: Drop Xwayland abstract socket (*)
  d421964... Update Friulian translation (*)
  bba985f... Updated Spanish translation (*)
  52587f7... Czech translation (*)
  309fe2d... Update Basque translation (*)
  b039def... window-stream-src: Record a full frame on damage (*)
  ea7be8b... renderer-native: Cleanup unused variable (*)
  661fe77... backends/native: Move pixel format helper to separate file (*)
  21a21e7... cogl/scanout: Allow blitting to framebuffer (*)
  098360f... clutter/stage-view: Add method to peek scanout (*)
  b1648e7... monitor-stream-src: Blit scanout when available (*)
  9e01195... clutter/stage: Add new before_paint signal hook (*)
  b63e94a... meta/stage: Process BEFORE_PAINT watchers at ClutterStage.b (*)
  aed286a... monitor-stream-src: Generalize function (*)
  e6a13e5... monitor-stream-src: Add before-paint watch to catch scanout (*)
  2593998... build: Bump libgbm requirement (*)
  a00ab5f... stream: Remove cursor if it's invisible (*)
  c239b2c... clutter/paint-node: Walk up paint node tree to find framebu
  3eee870... clutter/effect: Don't expose pre and post paint helpers
  2983fd2... Introduce ClutterEffectNode
  ed8978d... clutter/effect: Add paint_node vfunc
  990f2c7... clutter/offscreen-effect: Clear framebuffer on pre_paint
  07f090f... clutter/offscreen-effect: Simplify paint
  a367f83... clutter/paint-nodes: Add opacity overriding to ClutterActor
  bd682a0... clutter/paint-nodes: Don't skip pipeline node constructor
  72873a5... clutter/paint-nodes: Add new ClutterLayerNode API
  b2750d0... clutter/paint-nodes: Push and pop framebuffer even without 
  eb62c77... clutter/paint-nodes: Add serialization to layer node
  ed68916... Introduce ClutterBlitNode

(*) 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]