[mutter] (88 commits) Non-fast-forward update to branch gbsneto/tracing



The branch 'gbsneto/tracing' 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:

  c86a269... cogl: Add libsysprof capture based tracing
  63c5b52... clutter: Add some preliminary tracing to clutter
  1cd73bf... profile: Add a Sysprof-based profiler (WIP)
  687e900... Add mutter-profiler script
  2d1ef87... cogl-trace: Cleanup context after disabling
  e68fa6c... clutter-stage: Also profile size negotiation and allocation
  bac7e4b... profiler: Support setting output filename
  008b04f... clutter: Add more descriptive profiling sections
  5141946... ci: Add sysprof-devel to the Docker image

Commits added to the branch:

  6ec330c... keybindings: Stop keybinding if a touch happens while Super (*)
  2c1a951... wayland/output: Set user data of xdg_output resource (*)
  ab7ef5f... core: Fix differing sequence timestamp precision expectatio (*)
  40103d6... core: Account for completed sequences in feedback updates (*)
  38ff01d... core: Add MetaStartupSequence::complete signal (*)
  3de6f7e... core: Emit MetaStartupNotification::changed on sequence com (*)
  d2ca5cc... display: Fix inconsistent behavior with demand attention (*)
  e3f3274... Bump version to 3.32.1 (*)
  b624e94... cogl: Remove viewport scissor workaround (*)
  a94841a... cogl: Remove color write masks from the framebuffer and pip (*)
  191c31b... cogl: Bump minimum GL version to 2.1 (*)
  8180927... cogl: Bump minimum GLES version to 2.0 (*)
  db486ad... cogl/texture-2d: Remove notes about COGL_FEATURE_ID_TEXTURE (*)
  96f7bf2... shaped-texture: Add checks to viewport reset functions (*)
  d2415da... shaped-texture: Use CoglMatrix for viewport src-rect (*)
  22884b0... shaped-texture: Use draw_rectangle() for full paints (*)
  28954e8... cogl: Remove unused 3D texture support (*)
  68166f3... cogl: Fix some misleading variable names (*)
  249f9a4... cogl: Stop running non-NPOT tests (*)
  2aaed7b... cogl: Remove debug disables for GLSL and NPOT textures (*)
  893e894... cogl: Remove always-true COGL_FEATURE_SHADERS_GLSL (*)
  302a171... cogl: COGL_FEATURE_TEXTURE_NPOT_REPEAT is always available (*)
  007297f... cogl: COGL_FEATURE_TEXTURE_NPOT_MIPMAP is always available (*)
  48f04c7... cogl: COGL_FEATURE_TEXTURE_NPOT_BASIC is always available (*)
  fc09fa5... cogl: NPOT textures are always available (*)
  fb40e2e... cogl: Remove unused cogl_texture_new_from_foreign (*)
  2a15e5f... compositor: Drop ARB_texture_rectangle awareness (*)
  ce6acf9... cogl: Remove rectangle-texture tests (*)
  d79f176... cogl: Remove texture_rectangle awareness from the GLX TFP c (*)
  c881b49... cogl: Remove unused CoglTextureRectangle (*)
  e71f44d... cogl: Remove never-changing COGL_PIPELINE_LAYER_STATE_TEXTU (*)
  2b9cd50... cogl: Eliminate _cogl_gl_util_get_texture_target_string (*)
  862e56f... cogl: Remove unused CoglTextureVable::get_type (*)
  1783ea5... cogl: Remove unused texture_type argument from cogl_pipelin (*)
  ca2be8e... cogl: Remove CoglTextureType (*)
  9ab3a02... cogl: Remove unused TEXTURE_RECTANGLE feature flag (*)
  3f29b47... cogl: Generalize EGL context attribute initialization (*)
  7df86fb... cogl: Use EGL_IMG_context_priority if available (*)
  471b61b... clutter/evdev: disable mousekeys with Numlock ON (*)
  251fa02... clutter/x11: disable mousekeys with Numlock ON (*)
  bcee890... ci: Ensure we clone a deep enough history for commit review (*)
  eccf7b1... input-settings: Use 0 initialized struct for kbd a11y (*)
  502da97... window: free close dialog before unmanaging window from com (*)
  ba8f5a1... clutter: Use g_signal_handler_disconnect to disconnect freq (*)
  7718e67... compositor: Destroy window actors list on destruction (*)
  3ba7996... compositor: Disconnect from stage signals on destruction (*)
  736cac4... compositor: Remove unused background_actor private referenc (*)
  156980e... x11: Add X11 selection input/output streams (*)
  a984622... core: Add MetaSelection and MetaSelectionSource (*)
  c95db7c... x11: Add X11 MetaSelectionSource implementation (*)
  09aa82d... wayland: Add wayland MetaSelectionSource implementation (*)
  ab76576... core: Set up MetaSelection on MetaDisplay (*)
  37144f0... x11: Add X11 selection management (*)
  535ce00... core: Add memory-based selection source (*)
  5c009c2... core: Add clipboard manager (*)
  634f512... wayland: Integrate with MetaSelection (*)
  17d00d4... wayland: Reduce MetaXWaylandSelection to just DnD (*)
  02c9952... Make MetaSelection, MetaSelectionSource and MetaMemorySelec (*)
  8dbe421... tests: Add missing stacking tests (*)
  c6d1cf4... tests: Add single stacking tests with suite (*)
  a934fa0... tests: Use suites for test cases (*)
  2b8f5e6... cogl/tests: Run tests supports both test names and files as (*)
  34312c2... cogl/tests: Run conform tests as single meson tests (*)
  5d1a87d... meson: Add option flags to control test suites building (*)
  8374be4... cogl/tests: Export and run unit tests if they are enabled (*)
  63c40a9... meson: Define srcdir and builddir using meson functions (*)
  81ae886... cogl/tests: Use less verbose run-tests.sh on single tests r (*)
  ee4bb22... workspace: Activate a window also if it's already in worksp (*)
  23a8ea2... idle-monitor: Use G_SOURCE_CONTINUE instead of TRUE (*)
  1ca0fdc... idle-monitor: Postpone dispatching of idle timeout if not r (*)
  0d50a37... display: Fix a possible bug in meta_display_sync_wayland_fo (*)
  5480a3f... Update POTFILES.in (*)
  ac15a8a... Updated Spanish translation (*)
  ae6d9e3... backends: Fallback to builtin panel for devices where all h (*)
  3468144... ci: Build GNOME Shell at the test stage (*)
  160d2d5... ci: Install to Mutter and GNOME Shell to /usr (*)
  da1e917... ci: Add GNOME Shell dependencies to Dockerfile (*)
  b4d973f... ci: Update gsettings-desktop-schema URLs (*)
  3ffc4f8... ci: Use mutter image to build GNOME Shell (*)
  6a89e79... Update Friulian translation (*)
  a19d555... cogl: Add libsysprof capture based tracing
  a5a647b... clutter: Add some preliminary tracing to clutter
  8932ab0... profile: Add a Sysprof-based profiler
  c4dc04d... cogl-trace: Cleanup context after disabling
  107db9c... clutter-stage: Also profile size negotiation and allocation
  2f34bd3... profiler: Support setting output filename
  7300800... clutter: Add more descriptive profiling sections
  8d66eae... ci: Add sysprof-devel to the Docker image

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