Commit Graph

  • f14b5da387 clutter/backend: Remove 'finish_init()' vfunc Jonas Ådahl 2021-09-18 12:00:47 +0200
  • 579532f644 clutter: Rename ClutterMainContext to ClutterContext Jonas Ådahl 2021-09-17 21:54:05 +0200
  • 6ad0114d1f compositor: Undo MetaWindowDrag on MetaWindow::unmanaged signal Carlos Garnacho 2023-11-09 13:32:09 +0100
  • 75d00027ca kms: Remove dead MetaKmsPageFlipListenerFlag type Michel Dänzer 2023-11-12 15:10:13 +0100
  • e8a213beef kms/impl-device/atomic: Set IN_FENCE_FD for direct scanout Michel Dänzer 2023-11-12 16:07:02 +0100
  • 281ff86b4b kms/impl-device: Add meta_kms_impl_device_get_signaled_sync_file helper Michel Dänzer 2023-11-12 15:59:51 +0100
  • 3ad32ee0bc kms/plane: Add META_KMS_ASSIGN_PLANE_FLAG_DIRECT_SCANOUT flag Michel Dänzer 2023-11-12 15:17:58 +0100
  • 0f52c2a6da onscreen/native: Plumb through MetaKmsAssignPlaneFlag Michel Dänzer 2023-11-12 15:00:21 +0100
  • ebf9a1edde ksm/plane: Add support for IN_FENCE_FD property Michel Dänzer 2023-11-12 14:36:28 +0100
  • 962ca18341 cogl/tests: Skip 10bpc tests if the pixel formats are not supported Sebastian Wick 2023-11-28 22:03:54 +0100
  • 7f943613a8 cogl: Use sized internal renderable formats Sebastian Wick 2023-11-28 21:54:21 +0100
  • bbf2d83e94 cogl/gles: Require OES_rgb8_rgba8 to have color-renderable 8bpc formats Sebastian Wick 2023-12-04 19:44:49 +0100
  • f77d95c9ae cogl: Make FP16 and RGBA1010102 public features Sebastian Wick 2023-12-04 19:32:00 +0100
  • 5d0fc6d8c1 cogl: Remove unused COGL_PIXEL_FORMAT_DEPTH_32 Sebastian Wick 2023-11-29 12:58:11 +0100
  • 2a17a5dee8 onscreen/native: Remove trailing whitespace Daniel van Vugt 2023-11-29 14:57:23 +0800
  • 48515d917c cogl: Fix memory allocation of CoglGLContext Qiu Wenbo 2023-11-29 18:23:33 +0800
  • 625a7950c4 ci: Add fallback to $CI_COMMIT_TAG for tag pipelines Carlos Garnacho 2023-12-02 21:23:45 +0100
  • edbc9a2086 clutter/pick-stack: Add an allocation check to calculate_clear_area () Ivan Molodetskikh 2023-11-28 08:35:50 +0400
  • adc5489ba7 Add debug controller Jonas Ådahl 2023-10-31 22:30:17 +0800
  • d5253b1385 build: Make input-capture use declarative D-Bus code generation Jonas Ådahl 2023-10-24 23:21:24 +0800
  • 294739db15 monitor-manager: Apply HDR settings before updating the stage Jonas Ådahl 2023-11-09 13:20:34 +0800
  • 3561f3c20e monitor-manager: Set up experimental HDR change listener after starting Jonas Ådahl 2023-11-09 13:10:37 +0800
  • e4badfecb3 monitor-manager: Allow forcing experimental HDR mode with an env var Jonas Ådahl 2023-10-24 16:21:09 +0800
  • be3394646f monitor-manager: Stop leaking experimental HDR setting Jonas Ådahl 2023-10-24 16:20:49 +0800
  • 9f89421ef5 backends: Attempt a fallback to 'default' cursor on failed lookups Carlos Garnacho 2023-10-03 13:54:38 +0200
  • d970c9db1a backends: Use standard cursor names from the CSS specification Carlos Garnacho 2023-09-22 18:06:31 +0200
  • a2a4067e07 screencast: Add ability to stop streams Pascal Nowack 2023-09-29 12:33:17 +0200
  • d2122a02a3 monitor-manager: Reload monitor manager in idle callback Pascal Nowack 2023-09-29 14:31:41 +0200
  • e70fa342a9 monitor-manager: Fix minor code style issue Pascal Nowack 2023-10-01 08:33:03 +0200
  • 822ea67358 tests/utils: Add helper for waiting for monitor reconfigurations Jonas Ådahl 2023-11-25 12:26:32 +0100
  • 5dc0824ea9 tests/utils: Raise error if monitors changed while waiting for paint Jonas Ådahl 2023-11-25 12:12:58 +0100
  • 46da153548 cogl: Various g-i fixes Bilal Elmoussaoui 2023-11-29 12:07:36 +0100
  • 79846ff263 cogl: Remove no longer needed build check Bilal Elmoussaoui 2023-11-29 12:00:07 +0100
  • 85e4d08475 cogl: Remove unused utils Bilal Elmoussaoui 2023-11-29 11:53:03 +0100
  • c3c144f991 color-manager: Don't try to manage virtual monitors Jonas Ådahl 2023-11-24 17:48:37 +0100
  • 1c2decbeb5 cogl/egl: Don't log "EGL color depth" anymore Daniel van Vugt 2023-11-24 17:41:11 +0800
  • 8de30c3b6e core: Disconnect notify::is-grabbed signal when closing display Carlos Garnacho 2023-11-24 12:37:03 +0100
  • 8103ebc21a backends/native: Count MetaRenderDeviceEglStream instances externally Daniel van Vugt 2023-06-22 17:55:07 +0800
  • 6cb68d39f5 native/render-device-egl-stream: Remove unused variable Daniel van Vugt 2023-05-30 17:18:19 +0800
  • 69e0ce36b1 renderer/native: Try 10 bpc formats for EGL surfaces Michel Dänzer 2023-11-08 17:43:54 +0100
  • e1f795ff79 onscreen/native: Add and use choose_onscreen_egl_config helper Michel Dänzer 2023-10-31 18:47:31 +0100
  • 4c42eab358 renderer/native: Refactor meta_renderer_native_choose_gbm_format helper Michel Dänzer 2023-07-18 12:21:36 +0200
  • e437c854cd cogl/egl: Add COGL_EGL_WINSYS_FEATURE_NO_CONFIG_CONTEXT Michel Dänzer 2023-05-31 15:57:11 +0200
  • dc57aa6d97 cogl/egl: Fix coding style of CoglEGLWinsysFeature definition Michel Dänzer 2023-07-27 10:34:17 +0200
  • 3897bf68f7 tests/wayland-unit-tests: Order unit test categories alphabetically Sebastian Wick 2023-11-22 14:49:05 +0100
  • c0952f02e7 tests/wayland-unit-tests: Use the same naming convention for all tests Sebastian Wick 2023-11-13 15:11:06 +0100
  • e1812dbf86 tests/wayland: Order test clients and add missing dependencies Sebastian Wick 2023-11-13 14:22:21 +0100
  • 97c1d19017 wayland-buffer: Use MetaFormatInfo to find supported formats Sebastian Wick 2023-08-08 21:23:53 +0200
  • dbdc821ca7 multi-texture-format: Expose immutable fields directly Sebastian Wick 2023-09-14 18:00:04 +0200
  • 6f1edfc776 common/drm-formats: Rename to MetaFormatInfo and simplify API Sebastian Wick 2023-09-14 17:36:39 +0200
  • f4ce16bbd1 Document trace span naming Ivan Molodetskikh 2023-11-19 08:55:04 +0400
  • 2d1fc65b3a Adjust COGL_TRACE names to improve automatic processing Ivan Molodetskikh 2023-11-16 08:28:23 +0400
  • f96d6b0afe screen-cast/monitor-src: Bring back blitting Georges Basile Stavracas Neto 2023-11-17 12:25:06 -0300
  • 91bdb2b692 screen-cast/src: Track paint phase Georges Basile Stavracas Neto 2023-11-17 12:51:05 -0300
  • f74fe6bd67 clutter/actor: Handle _clutter_actor_get_debug_name(NULL) Daniel van Vugt 2023-11-21 17:26:15 +0800
  • 9ddb0371c6 cursor-renderer/native: Disable HW cursor when inhibited by backend Robert Mader 2023-11-20 22:28:44 +0100
  • 77bbe44251 cogl/trace: Remove unused cogl_is_tracing () declaration Ivan Molodetskikh 2023-11-20 07:35:34 +0400
  • aed55e0808 clutter/input-only-action: Don't override finalize with dispose Sebastian Keller 2023-11-20 11:46:13 +0100
  • 8d3696f39a monitor-manager/x11: Ignore errors when creating tiled monitors Jonas Ådahl 2023-10-21 00:45:49 +0800
  • 5780c10002 clutter: Check source device mode to figure out logical device in events Carlos Garnacho 2023-11-13 12:25:56 +0100
  • 571acf57d1 backends/native: Make tablet devices "floating" Carlos Garnacho 2023-11-13 12:17:08 +0100
  • 819d62cde2 clutter: Centralize repick handling due to transform changes Carlos Garnacho 2023-11-10 00:33:37 +0100
  • 9f00572762 clutter: Defer repick on transform changes Carlos Garnacho 2023-11-10 00:28:42 +0100
  • c1feb2dc40 screen-cast/window-stream: Mark as configured Mike Gorse 2023-11-15 17:58:29 -0600
  • 63c6fe11fb window-actor/wayland: Keep track of when the geometry needs to be synced Sebastian Wick 2023-11-16 23:02:57 +0100
  • 9e036bfd23 window-actor/wayland: Map the window before trying to sync geometry Sebastian Wick 2023-11-17 16:57:28 +0100
  • 2dbfc1c23d window-actor/wayland: Move map method to a more appropriate place Sebastian Wick 2023-11-17 16:57:28 +0100
  • ee7f13fd84 window-actor/wayland: Return success status from syncing geometry Sebastian Wick 2023-11-16 22:59:30 +0100
  • 90d27e7b2e window-actor: Adjust sync_geometry Sebastian Wick 2023-11-16 22:53:11 +0100
  • 1ce1745384 cogl: Remove duplicated build options check Bilal Elmoussaoui 2023-11-17 11:42:40 +0100
  • c632e29ec0 cogl: Don't use a separate file for egl defines Bilal Elmoussaoui 2023-11-17 11:24:20 +0100
  • a8f77750fd cogl: Stop auto generating gl/egl headers Bilal Elmoussaoui 2023-11-16 12:59:15 +0100
  • f081d4b595 cogl: Remove unused files Bilal Elmoussaoui 2023-11-16 12:50:06 +0100
  • 976bcef3d5 window-actor/wayland: Sync geometry only when window is mapped Sebastian Wick 2023-11-15 16:59:21 +0100
  • 47814fab71 Remove COGL_TRACE_BEGIN in favor of BEGIN_SCOPED Ivan Molodetskikh 2023-11-15 07:30:21 +0400
  • 371d28a766 cleanup: Stop allowing deprecated Cogl API usage Bilal Elmoussaoui 2023-11-15 12:23:46 +0100
  • da2771e293 tests/cleanup: Stop allowing deprecated GLib API usage Bilal Elmoussaoui 2023-11-15 12:16:01 +0100
  • 7de0707dfa clutter/cleanup: Stop disabling deprecated API usage warnings Bilal Elmoussaoui 2023-11-15 12:10:43 +0100
  • f5dac3a5d9 build: One config file to rule them all Bilal Elmoussaoui 2023-11-07 11:56:00 +0100
  • ebba651c81 cogl/trace: Add check for failed sysprof context creation Ivan Molodetskikh 2023-11-15 08:50:14 +0400
  • ca5bf847ee wayland/surface: Rename output/protocol_state to applied/committed_state Michel Dänzer 2023-11-14 11:44:05 +0100
  • 31c5525382 wayland/dma-buf: Name readiness source Ivan Molodetskikh 2023-11-15 09:24:08 +0400
  • a1b2725238 thread: Name callback source Ivan Molodetskikh 2023-11-13 10:01:59 +0400
  • 6c2383d625 thread: Name wrapper source Ivan Molodetskikh 2023-11-15 09:23:04 +0400
  • a6e23dc9e2 thread/impl: Correct task source name Ivan Molodetskikh 2023-11-15 09:22:16 +0400
  • be81296fb2 eis: Name event source Ivan Molodetskikh 2023-11-15 09:21:41 +0400
  • dc8de3bfd5 clutter/keyval: Fix keyval_name() transfer annotation Florian Müllner 2023-11-10 20:48:19 +0100
  • 03235773be clutter/cleanup: Drop PaintNodes serialization Bilal Elmoussaoui 2023-11-14 16:52:37 +0100
  • 306ff81004 clutter: Drop ClutterUnits Bilal Elmoussaoui 2023-10-31 08:39:38 +0100
  • 8a3181f741 clutter: Make json-glib a debug only dependency Bilal Elmoussaoui 2023-10-30 12:42:50 +0100
  • 4bc73ba9f4 clutter/layout-meta: Become one with ClutterChildMeta Zander Brown 2023-11-07 09:31:21 +0000
  • db4bbf6899 clutter/container: Drop ClutterContainer Zander Brown 2023-11-07 10:30:21 +0000
  • c42fa34b01 clutter/actor: Rename ::actor-{added,removed} to ::child-{added,removed} Zander Brown 2023-11-14 09:47:18 +0000
  • 7113ecd86c clutter/actor: Take responsibility for ::actor-{added,removed} Zander Brown 2023-11-07 08:54:00 +0000
  • e1cdeb0319 clutter/layout-manager: Consume Actors not Containers Zander Brown 2023-11-07 09:57:37 +0000
  • d0ebfa792d clutter/bin-layout: We don't need to store the container Zander Brown 2023-11-11 02:42:18 +0000
  • 9399c984cc backends/native: Avoid redundant changes to sticky keys state mask Carlos Garnacho 2023-11-13 10:55:46 +0100
  • ad7ce7c7ca tests/stacking: Add pointer rest and auto raise tests Sebastian Wick 2023-09-12 19:36:52 +0200
  • ac33792db4 tests/stacking: Add a test for sloppy focus Sebastian Wick 2023-02-07 23:07:02 +0100
  • de2daf65b4 wayland-pointer: Call meta_window_handle_enter when focusing desktop Sebastian Wick 2023-09-08 22:31:36 +0200