[mutter] (162 commits) Non-fast-forward update to branch wip/carlosg/backendless-clutter
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter] (162 commits) Non-fast-forward update to branch wip/carlosg/backendless-clutter
- Date: Thu, 15 Jul 2021 13:12:54 +0000 (UTC)
The branch 'wip/carlosg/backendless-clutter' 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:
d3fb9ec... backends/native: Remove unused array definition
40e6e14... clutter: Demote CLUTTER_NOTE to g_debug in clutter-stage-co
551a576... clutter: Make ClutterDamageHistory API public to mutter
67dcc1e... clutter: Make ClutterStageView API public to mutter
59afe7f... clutter: Export private function to get debug flags
ffbda57... core: Add private utility function to get Clutter debug fla
3b3c9fc... clutter: Move ClutterStageCogl[View] code to src/backends
bcf2a46... backends: Rename ClutterStage[View]Cogl API and types
f73076e... backends: Excise MetaStageView to its own file
31c2dac... clutter: Drop Xsettings client code
83186f6... clutter: Drop dead X11 code
de3b37e... backends: Shuffle ClutterBackendX11 code into MetaClutterBa
2da335d... clutter: Drop generation of x11 pkgconfig file
0efc14b... clutter: Remove leftovers from backend code in build system
2bd1d89... clutter: Remove unused EGL header
Commits added to the branch:
4b0fd9a... input-mapper: Fix (libwacom) tablet mapping to monitor (*)
1d79208... kms: Gracefully handle page flipping direct scanouts failin (*)
e7d73bc... Update Bulgarian translation (*)
80caf12... tests/stacking: Add test for initially fixed size windows (*)
9542c71... window/wayland: Replace constraint side effect peeking with (*)
7bcbf6d... screen-cast/area-src: Drop phase parameter from add_view_pa (*)
8de0771... screen-cast/area-src: Add before-paint watch to catch scano (*)
2af2f2c... Update Romanian translation (*)
b3fb1eb... meta: Drop meta_backend_set_numlock from header (*)
4ab331e... clutter: Drop declarations for dead functions (*)
cfe6cda... cogl: Export cogl_blend_string_error_quark (*)
aacdc0b... wayland: Apply states without needing a newly attached buff (*)
151c80d... tests: Move Wayland test driver helper protocol to its own (*)
8c5b7dd... tests/wayland-test-driver: Add generic "sync point" request (*)
258b85a... tests: Add test for setting min/max wayland toplevel limits (*)
8ca087f... kms/impl-device/simple: Pass the NULL to discard_page_flip( (*)
841ee0a... backends/native: Fix logic error (*)
44af2c0... core: Be more careful around n_modes signedness (*)
ee8c252... native: Add device pool for tracking device file descriptor (*)
f3457b6... kms/device: Use device pool to open/close dri devices (*)
e6421dc... kms: Have the device impl open device files themself (*)
3d882b6... device-pool: Only fetch major/minor for taken devices (*)
a845a07... device-pool: Handle interrupted open() (*)
b4cf839... device-pool: Add way to open files read-only (*)
f6f9c09... clutter/seat: Remove backend pointer (*)
7ce2666... seat-impl: Open/close files via device pool (*)
3c9ab76... launcher: Remove now unused file management API (*)
db1d35c... kms/mode: Recreate blob id each mode set (*)
ceff2a9... renderer/native: Create dummy offscreens if onscreens fail (*)
5502f95... device-file: Add tags (*)
93f9c99... kms/impl-device: Set universal plane client cap when openin (*)
86c4369... renderer/native: Look up prefers-shadow cap via MetaKmsDevi (*)
e567cb9... renderer/native: Get 'uses-monotonic' state from MetaKmsDev (*)
6613463... renderer/native: Decouple device file from MetaKmsDevice (*)
10c4bc6... drm-buffer: Create from MetaDeviceFile instead of MetaKmsDe (*)
173d895... kms: Remove now unused API to get file descriptor (*)
5e45dc1... cogl/renderer: Add API to bind the right EGL API (*)
3c47661... egl: Add eglBindAPI helper (*)
ce5a578... native: Release output device files that are unused (*)
357c506... events: Only support super+scroll on wayland (*)
8afae2e... clutter/xsettings-client: Zero-initialize stack struct (*)
747dbe2... ci: Bump to F34 (*)
d996319... kms: Add a missing g_set_error on error (*)
256939c... build: Add support for "staging" wayland protocols (*)
2115deb... build: Add xdg-activation to build (*)
665081d... core: Add ::timeout signal to MetaStartupSequence (*)
ec390b6... wayland: Implement the xdg-activation protocol (*)
021a401... tests: Move out KMS utils unit tests to its own executable (*)
c2c41bb... tests/kms-utils: Add some basic 16:16 fixed tests (*)
c5c7982... Update Chinese (Taiwan) translation (*)
ea75ea0... kms: Add an internal MetaKmsPropType to distinguish fixed p (*)
b59c538... kms: Add a trivial meta_fixed_16_to_double conversion funct (*)
9f492a0... kms: Add fixed point formatting to MUTTER_DEBUG=kms printin (*)
63b9ac2... clutter: Record flip time (*)
e40ff9d... backends/native: Add meta_calculate_drm_mode_vblank_duratio (*)
2d93975... crtc-mode-info: Add vblank duration field (*)
d10567e... clutter: Add vblank duration to ClutterStageView (*)
3aa0e30... clutter: Store vblank duration in ClutterFrameClock (*)
cc08af4... cogl: Add prototypes for getting timestamp queries (*)
fbe6740... cogl: Add GPU timestamp querying utilities (*)
8c258d1... cogl: Add CPU swap time and GPU rendering query to CoglFram (*)
f102456... cogl: Store CPU and GPU rendering timestamps in frame info (*)
5a0d3ed... backends/native: Remove unneeded NULL check (*)
1116b14... backends/native: Get rendering and swap timings during scan (*)
8c4a91d... clutter: Add swap time and GPU rendering duration to FrameI (*)
8d51c5a... clutter/frame-clock: Store dispatch timings (*)
4a4e61c... clutter: Add FRAME_TIMINGS debug key (*)
592fbee... clutter: Compute max render time heuristically (*)
565e34b... clutter: Add a flag to disable heuristic max render time (*)
f55c9af... clutter: Add an lg command to set max render time constant (*)
a5d1d48... clutter: Add a max render time debug HUD (*)
ba1490e... clutter/frame-clock: Remember the refresh interval (*)
0555a5b... clutter/frame-clock: Apply error diffusion (dithering) to d (*)
23b79f3... launcher: Remove open/close restricted file API (*)
5e8c808... ci: Add job for pushing coverity reports (*)
e020fdf... Introduce mostly empty MetaContext type (*)
e17bf88... tests: Introduce MetaContextTest (*)
bf84b24... main: Move MetaCompositorType to a new meta-enums.h (*)
6c6b5b9... context: Add entry points for context configuration (*)
bbf6d88... test-utils: Expose helper for ensuring client path (*)
8cb1774... context/test: Configure test setup during configuration (*)
434f5e5... context/test: Add test context type enum (*)
6e4d3e0... context: Add create_backend() vfunc (*)
c45a161... context: Set up locale on init (*)
df8074c... util: Export meta_set_syncing() symbol (*)
75f9085... context: Add setup phase (*)
fe65251... context: Load plugin during setup phase (*)
02176ea... context: Add start/run/terminate phases (*)
8ace1bf... context: Init prefs when starting (*)
6f4b973... context: Initialize signal handlers during setup (*)
a32b005... context: Change to home directory during setup (*)
ecc40e7... context: Init introspection paths during setup (*)
8bf7d5c... context: Init debug utils during setup phase (*)
fddc631... context/test: Enable 'scale-monitor-framebuffer' backend se (*)
4cd1154... context/test: Respect MUTTER_SYNC envvar (*)
2e784e2... context: Add 'notify_ready()' vfunc and method (*)
6732e3e... main: Temporarily tie meta_quit() to meta_context_terminate (*)
82d9dda... context/test: Add helper to run a test session (*)
bccd93a... tests/native-headless: Port to MetaContext (*)
ccd8da3... context/test: Add 'before-tests' and 'after-tests' signals (*)
3d2160b... tests/unit-tests: Port to MetaContext (*)
e09de67... context: Handle dealing with option entries (*)
03242a4... tests/test-runner: Assorted style cleanup (*)
f61c1a1... context/test: Add 'run-tests' signal that can replace g_tes (*)
54c9ca7... monitor-manager/test: Add default fall back initial config (*)
d6ae8e7... tests/test-runner: Port to MetaContext (*)
fbc00a6... tests/headless-start: Stop ignoring the missed frame warnin (*)
f846590... tests/headless-start: Port to MetaContext (*)
648a8b9... tests/ref-test-sanity: Port to MetaContext (*)
383392f... tests/stage-view-tests: Port to MetaContext (*)
2712555... display: Don't include sn.h from display-private.h (*)
07384e1... clutter: Remove clutter_init_with_args() (*)
2f19a5f... context/test: Add 'no-x11' and 'test-client' constructor fl (*)
2ac262f... tests/clutter: Port to MetaContext (*)
aa306ac... Introduce MetaContextMain (*)
725510e... mutter: Port to MetaContext (*)
1d4224a... tests/persistent-virtual-monitor: Port to MetaContext (*)
fe0ce28... main: Remove meta_test_init() (*)
d767437... context: Add way to set plugin GType instead of name (*)
ed53dd9... context: Add way to add custom option group (*)
1972d4e... main: Remove now unused functions used for running mutter (*)
b1c643e... context: Make the context owner of the backend (*)
68b376a... context: Make context owner of MetaDisplay (*)
7d116be... main: Move MetaX11DisplayPolicy to a new meta-private-enums (*)
4be9bc9... stage/x11: Terminate using MetaContext instead of meta_quit (*)
e8af5fd... display: Keep pointer to the context (*)
9523120... x11/events: Use MetaContext to terminate instead of meta_qu (*)
122aa94... x11/session: Use MetaContext to terminate instead of meta_q (*)
6768b50... Remove meta_quit() (*)
0330ce1... context: Make the context own MetaWaylandCompositor (*)
d3b7d8d... wayland: Initialize in a single step (*)
7d0aaa1... x11-display: Get _NET_WM_NAME from context (*)
c1beb20... x11-display: Get _GNOME_WM_KEYBINDINGS from the context (*)
2deb751... context: Add explicit state tracking (*)
e62f7e2... context: Allow controlled destruction (*)
50ed027... context: Move X11 display policy under the context (*)
ff0afb1... context: Move 'replace-current-wm' tracking to the context (*)
f74d311... tests: Rename test-utils.c/h to meta-test-utils.c/h (*)
4a6e223... tests/utils: Prefix TestClient with Meta (*)
9f1f313... tests/utils: Prefix AsyncWaiter with Meta (*)
acb0a44... tests: Prefix test plugin name getter with meta_ (*)
3d5a2b2... context/test: Make type derivable (*)
e8742be... tests/test-utils: Remove unused init function (*)
724a7ee... tests: Move 'wait-for-X11-display' helper to MetaContextTes (*)
d810702... tests/test-utils: Move test client path ensure helper to pr (*)
9cda0bd... tests: Make common test code a shared library (*)
8a4aa92... context: Move the signal handling and dir management to use (*)
fe1a827... backends/native: Remove unused array definition
7cbe02d... clutter: Demote CLUTTER_NOTE to g_debug in clutter-stage-co
14c2fe4... clutter: Make ClutterDamageHistory API public to mutter
2d629b6... clutter: Make ClutterStageView API public to mutter
4378df6... clutter: Export private function to get debug flags
23bbfa1... core: Add private utility function to get Clutter debug fla
2c43b73... clutter: Move ClutterStageCogl[View] code to src/backends
d62fe4d... backends: Rename ClutterStage[View]Cogl API and types
5401cb8... backends: Excise MetaStageView to its own file
999fd5d... clutter: Drop Xsettings client code
8b0539c... clutter: Drop dead X11 code
b04b44f... backends: Shuffle ClutterBackendX11 code into MetaClutterBa
5072604... clutter: Drop generation of x11 pkgconfig file
28ac3a5... clutter: Remove leftovers from backend code in build system
8564f82... clutter: Remove unused EGL header
(*) 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]