mutter/src/backends/native
Jonas Dreßler 8127494e52 clutter/stage: Rename update_resource_scales to clear_stage_views
When the stage views the stage is shown on are changed, ClutterStage
currently provides a clutter_stage_update_resource_scales() method
that allows invalidating the resource scales of all actors. With the new
stage-views API that's going to be added to ClutterActor, we also need a
method to invalidate the stage-views lists of actors in case the stage
views are rebuilt and fortunately we can re-use the infrastructure for
invalidating resource scales for that.

So since resource scales depend on the stage views an actor is on,
rename clutter_stage_update_resource_scales() and related methods to
clutter_stage_clear_stage_views(), which also covers resource scales.

https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1196
2020-06-09 16:07:46 +00:00
..
dbus-utils.c
dbus-utils.h
gen-default-modes.py
meta-backend-native-private.h
meta-backend-native-types.h
meta-backend-native.c compositor: use XDG_CONFIG_HOME as initial lookup path for xkb 2020-06-08 11:29:30 +00:00
meta-backend-native.h
meta-barrier-native.c
meta-barrier-native.h
meta-clutter-backend-native.c
meta-clutter-backend-native.h
meta-crtc-kms.c renderer-native: Draw stage separately per CRTC 2020-02-25 18:39:51 +01:00
meta-crtc-kms.h renderer-native: Draw stage separately per CRTC 2020-02-25 18:39:51 +01:00
meta-cursor-renderer-native.c cursor-renderer: Pass backend to constructor 2020-06-05 21:39:27 +00:00
meta-cursor-renderer-native.h
meta-drm-buffer-dumb.c
meta-drm-buffer-dumb.h
meta-drm-buffer-gbm.c cogl/onscreen: Add API to scanout a buffer directly 2020-04-16 15:05:15 +02:00
meta-drm-buffer-gbm.h drm-buffer/gbm: Support both surface and standalone buffers 2020-04-16 14:08:19 +02:00
meta-drm-buffer-import.c
meta-drm-buffer-import.h
meta-drm-buffer.c
meta-drm-buffer.h
meta-event-native.c
meta-event-native.h
meta-gpu-kms.c
meta-gpu-kms.h
meta-input-device-native.c backends: Add MetaInputDevice derivable class 2020-03-24 18:07:31 +00:00
meta-input-device-native.h backends: Add MetaInputDevice derivable class 2020-03-24 18:07:31 +00:00
meta-input-device-tool-native.c
meta-input-device-tool-native.h backends/native: Replace tabs with spaces 2020-02-19 18:28:29 +00:00
meta-input-settings-native.c input-settings: Wire up middle-emulation 2020-03-15 13:04:32 +09:00
meta-input-settings-native.h
meta-keymap-native.c compositor: use XDG_CONFIG_HOME as initial lookup path for xkb 2020-06-08 11:29:30 +00:00
meta-keymap-native.h
meta-kms-connector-private.h
meta-kms-connector.c
meta-kms-connector.h
meta-kms-crtc-private.h
meta-kms-crtc.c
meta-kms-crtc.h
meta-kms-device-private.h kms-impl-simple: Add fake cursor planes if no real ones 2020-03-07 21:40:50 +00:00
meta-kms-device.c kms-impl-simple: Add fake cursor planes if no real ones 2020-03-07 21:40:50 +00:00
meta-kms-device.h
meta-kms-impl-device.c kms-impl-device: Clean up state if drm resources disappear 2020-03-12 13:08:46 +00:00
meta-kms-impl-device.h kms-impl-simple: Add fake cursor planes if no real ones 2020-03-07 21:40:50 +00:00
meta-kms-impl-simple.c kms-impl/simple: Fix page_flip_data ref leak on fallback 2020-04-23 16:30:22 +03:00
meta-kms-impl-simple.h
meta-kms-impl.c kms-impl-simple: Add fake cursor planes if no real ones 2020-03-07 21:40:50 +00:00
meta-kms-impl.h kms-impl-simple: Add fake cursor planes if no real ones 2020-03-07 21:40:50 +00:00
meta-kms-page-flip-private.h
meta-kms-page-flip.c
meta-kms-plane-private.h kms-impl-simple: Add fake cursor planes if no real ones 2020-03-07 21:40:50 +00:00
meta-kms-plane.c kms-impl-simple: Add fake cursor planes if no real ones 2020-03-07 21:40:50 +00:00
meta-kms-plane.h kms-impl-simple: Add fake cursor planes if no real ones 2020-03-07 21:40:50 +00:00
meta-kms-private.h
meta-kms-types.h kms-impl-simple: Add fake cursor planes if no real ones 2020-03-07 21:40:50 +00:00
meta-kms-update-private.h kms/plane-assignment: Add API to set cursor hotspot metadata 2020-03-26 16:18:28 +00:00
meta-kms-update.c kms/plane-assignment: Add API to set cursor hotspot metadata 2020-03-26 16:18:28 +00:00
meta-kms-update.h kms/plane-assignment: Add API to set cursor hotspot metadata 2020-03-26 16:18:28 +00:00
meta-kms-utils.c
meta-kms-utils.h
meta-kms.c kms: Make GSource ready by default 2020-04-23 16:30:17 +03:00
meta-kms.h
meta-launcher.c
meta-launcher.h backends/native: Replace tabs with spaces 2020-02-19 18:28:29 +00:00
meta-monitor-manager-kms.c monitor-manager: Remove 'mirror' capability 2020-03-18 00:46:20 +00:00
meta-monitor-manager-kms.h
meta-output-kms.c crtc: Move configured state to separate struct 2020-02-25 18:39:51 +01:00
meta-output-kms.h
meta-renderer-native-gles3.c
meta-renderer-native-gles3.h
meta-renderer-native.c renderer-native: Don't leak DMA buffer CoglFramebuffer 2020-06-02 18:39:27 +02:00
meta-renderer-native.h onscreen/native: Add API to check whether buffer is scanout compatible 2020-04-16 15:05:52 +02:00
meta-seat-native.c backends/native: Drop external keyboard detection for ::touch-mode 2020-05-29 14:37:21 +00:00
meta-seat-native.h backends/native: Drop external keyboard detection for ::touch-mode 2020-05-29 14:37:21 +00:00
meta-stage-native.c clutter/stage: Rename update_resource_scales to clear_stage_views 2020-06-09 16:07:46 +00:00
meta-stage-native.h
meta-udev.c native: Return an error if no drm devices are found 2020-05-22 20:25:06 +00:00
meta-udev.h
meta-virtual-input-device-native.c backends/native: Unset the correct button codes when a virtual device is destroyed 2020-05-07 17:01:05 +00:00
meta-virtual-input-device-native.h
meta-xkb-utils.c backends/native: Replace tabs with spaces 2020-02-19 18:28:29 +00:00
meta-xkb-utils.h