[mutter] (118 commits) Non-fast-forward update to branch wip/smcv/no-test-environment



The branch 'wip/smcv/no-test-environment' 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:

  8598563... tests: Don't use TestEnvironment
  95bd712... tests: Don't continue if setup commands fail

Commits added to the branch:

  cea39b7... wayland/output: Always send xdg_output layout (*)
  892182e... Post-branch API bump (*)
  33b834c... wayland/data-offer: Accept final preferrence of drop destin (*)
  b41def4... wayland/data-offer: Fix indentation in data_offer_finish() (*)
  136caca... clutter/stage: Only add paint volumes of mapped actors to s (*)
  1a978df... clutter: Remove clutter_container_sort_depth_order (*)
  d5dd8eb... clutter: Remove clutter_container_lower_child (*)
  8d1105a... clutter/container: Remove clutter_container_raise_child (*)
  fbcb078... clutter/container: Remove clutter_container_get_children (*)
  3768efe... clutter/offscreen-effect: Consider paint volumes at negativ (*)
  fbb5862... clutter: Remove left-over xinput debug code (*)
  a545fec... clutter/x11: Remove X11 display name field (*)
  528ae91... clutter: Remove option parsing support (*)
  bbf2f6e... clutter/backend/x11: Clean up variable naming (*)
  08c34c8... clutter/backend/x11: Clean up ClutterBackend variable namin (*)
  c653055... clutter/backend/x11: Don't keep track of a Screen pointer (*)
  c23c077... clutter/backend/x11: Remove screen dimension fields (*)
  cf1715a... backend: Get the default seat directly (*)
  1fbdfa8... clutter/backend/native: Keep a pointer to the actual backen (*)
  6ae9bc9... clutter/backend/x11: Keep a pointer to the actual backend (*)
  92b95b0... clutter/backend/x11: Make filter add/remove take a clutter  (*)
  8008f0b... Explicitly create the clutter context and backend (*)
  33cdb45... clutter: Remove CLUTTER_DEFAULT_FPS and default rate (*)
  3b9409a... clutter: Remove left over fb bit masks (*)
  85de82b... clutter: Remove 'stage cursor' feature (*)
  d9f0d93... clutter/features: Remove 'offscreen' feature (*)
  57964be... clutter/features: Remove 'swap-events' feature (*)
  b73bbec... clutter/feature: Remove static vs multiple stage feature (*)
  259a906... cogl/winsys: Remove 'multiple-onscreen' feature (*)
  7058013... clutter/stage: Remove 'minimum window size' logic (*)
  bd841e8... util: Fix placement of META_DEBUG_WAYLAND in switch stateme (*)
  3a6f6c2... util: Add 'render' debug topic (*)
  2047d2d... Introduce MetaRenderDevice{Gbm,EglStream,Surfaceless} (*)
  bece36b... renderer/native: Get bpp from gbm_bo (*)
  e078718... drm-buffer: Add getters for more metadata (*)
  99f51d2... drm-buffer: Remove left-over function declaration (*)
  6ba8636... drm-buffer: Replace 'use-modifier' boolean with flags (*)
  a1266e1... drm-buffer: Add API to export buffer file descriptor (*)
  b3dffb4... drm-buffer: Don't always generate fb_id on construction (*)
  9292eba... render-device/gbm: Add getter for gbm_device (*)
  802e7eb... render-device: Add API to allocate DMA buffers (*)
  986588a... render-device: Add API to import other buffers (*)
  8662f33... render-device: Add API to allocate dumb buffers (*)
  d4e8cfa... renderer/native: Use MetaRenderDevice (*)
  c2bb80a... util: Export and annotate meta_get_clutter_debug_flags (*)
  e8249a5... renderer/native: Log render mode per device (*)
  8fc1325... renderer/native: Try the gbm renderer before the EGLDevice  (*)
  3b6f911... clutter: Only reset preedit text if set (*)
  ac90711... wayland: Only init EGLStream controller if we didn't end up (*)
  27ce849... tests: Change how we wait for an orientation change (*)
  838d565... tests: Make it easier to keep track of where we are (*)
  7c6fe21... tests: Add additional debug in wait_for_orientation() (*)
  820aa18... backends/native: Use rtkit to get realtime priority (*)
  70a5f29... core: Drop repeated early return condition in function (*)
  0a7547a... core: Drop code to do edge resistance on timeouts (*)
  8ede36b... compositor: Remove dead code (*)
  774f120... cogl: Fix broken check for COGL_DISABLE_GL_EXTENSION envvar (*)
  e50460e... clutter: Turn warning into assert (*)
  b3046cc... backends/x11: Fix off by one in debug output (*)
  4dc0799... cogl: Plug GString leak (*)
  025dbbb... x11: Drop fallback on ~/.mutter paths (*)
  ed9650f... cogl: Plug possible GString leaks (*)
  f6726c6... cogl: Plug leak on error path (*)
  ccaa4c0... wayland: Plug leak in error condition (*)
  c869b92... cogl: Plug leak in error path (*)
  90ad8b8... clutter: Plug leak on error condition (*)
  69f9b36... xwayland: Pass the manager object to XSetIOErrorExitHandler (*)
  b4fe1fd... xwayland: Make setup/teardown a bit more symmetrical (*)
  fb78ac4... xwayland: Init/shutdown DND using MetaX11Display (*)
  39f8088... xwayland: Setup RANDR integration with MetaX11Display (*)
  1dd79c5... xwayland: Trap errors when setting primary RANDR output (*)
  257ccf5... xwayland: Unset shutdown idle id when source removed by cal (*)
  c0bc821... wayland/output: Remove wl_output global when making it iner (*)
  1f9af12... ci: Fix junit artifact file name (*)
  49aa801... gschema: Add "kms-modifiers" experimental feature descripti (*)
  331f08f... gschema: Turn experimental features into flags (*)
  87965b5... cogl: Add support for partial update (*)
  577c471... backends: Enable partial update on clipped redraws (*)
  774d7b4... Update Latvian translation (*)
  ab45ae1... x11: Initialize struct early (*)
  5125f66... core: Use b/w unicode for tablet mode OSD (*)
  af6fb2a... clutter: Fix event axes array indices in axis broadcasts (*)
  0ed9c6e... clutter: Drop default action of Pan action (*)
  f4b2655... clutter: Drop default "rotate" action in ClutterRotateActio (*)
  94abaf2... clutter: Drop default "zoom" action in ClutterZoomAction (*)
  85bcc48... clutter: Drop ClutterSwipeAction::swipe default vmethod (*)
  2fc40da... clutter: Drop ClutterZoomGesture's zoom-axis property/metho (*)
  0e57fd4... clutter: Add information about event phase in ClutterAction (*)
  7885f6d... clutter: Add handle_event vfunc to ClutterAction (*)
  5133815... clutter: Move ClutterClickAction to the handle_event vfunc (*)
  6d0b738... clutter: Move ClutterGestureAction to the handle_event vfun (*)
  a235d03... clutter: Carry accounting on double/triple clicks in Clutte (*)
  a084fc1... frames: Keep accounting of double clicks in place (*)
  8c4c3f0... clutter: Make ClutterClickAction independent of click count (*)
  33ca5e3... tests: Drop dependency on click count (*)
  3d37602... clutter: Drop click count from button events (*)
  64ff1f2... input-mapper: Reverse sort order of display score comparato (*)
  8e1a125... startup: Optionally run (and exit with) a command (*)
  6060b6a... backends/x11: Fix key repeat of on-screen keyboard for seco (*)
  69fcb3a... Update Ukrainian translation (*)
  f1f2c96... plugins/default: Add env var to disable animations (*)
  666a309... tests/stage-view: Disable animations (*)
  5b35860... tests/stage-view: Verify stage view list length after updat (*)
  802d4e0... clutter/actor: First clear all stage views before emitting  (*)
  a1f590a... Update Friulian translation (*)
  078ead6... Update Portuguese translation (*)
  e25df66... clutter/content: Mark optional parameters as such in annota (*)
  710e022... Update Italian translation (*)
  2c4db09... docs: Update coding style link (*)
  f84ece1... Update Occitan translation (*)
  830c53e... Update Croatian translation (*)
  c693a7e... Update Hebrew translation (*)
  92c98d5... clutter/timeline: Make the warning about detached actors mo (*)
  94e2793... Updated Spanish translation (*)
  b1c8ce1... meson: Add 'plain' test setup (*)
  3352942... backend: Copy damage rectangles to secondary GPU when avail (*)
  7af1043... tests: Don't use TestEnvironment
  a49c98d... tests: Don't continue if setup commands fail

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