[mutter] (96 commits) Non-fast-forward update to branch wip/carlosg/input-refactors-pt1
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter] (96 commits) Non-fast-forward update to branch wip/carlosg/input-refactors-pt1
- Date: Thu, 22 Oct 2020 09:59:38 +0000 (UTC)
The branch 'wip/carlosg/input-refactors-pt1' 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:
c95be7e... wayland: Simplify wl_touch.frame handling
b76d861... backends: Use slot from cancel events
3407438... wayland: Use Clutter event to handle touch cancel
94917e2... backends: Drop the filter for libinput events
f1e2068... backends/native: Use libinput seat slot API
56a53d3... backends: Drop extra layer of touch info handling
2cf2653... clutter: Sanitize ClutterInputDevice header
eb0db98... backends: Fold device mapping check into backend
02ffc4b... backends: Move device mapping check into backend
1ca9b1b... backends: Move absolute/relative device mapping to native b
8db9a25... backend/native: Move barrier manager to MetaSeatNative
af1e862... backends/native: Make seat constrain pointer to monitors ou
e9acb4a... backends/native: Move relative motion filter to MetaSeatNat
a8794a6... clutter: Specify stage on clutter_input_device_update() fun
f1a506d... clutter: Pass stage on to _clutter_input_device_set_actor()
22e166c... clutter: Do not depend on device stage on ClutterInputMetho
79e5670... backends/native: Drop all uses of clutter_input_device_get_
c00c66f... backends/x11: Drop all users of clutter_input_device_get_st
aab6f3c... clutter: Drop clutter_input_device_get_[pointer_]stage()
7849924... backends/native: Drop users of clutter_input_device_set_sta
e0197c2... backends/x11: Drop users of clutter_input_device_set_stage(
b7cf2ec... clutter: Drop clutter_input_device_set_stage()
d33d38d... clutter/main: Drop dead code branches
68ba2d5... clutter: Pass timestamp to clutter_input_device_set_actor()
ef37cf0... clutter: Drop clutter_input_device_set_time()
ddff4a2... clutter: Drop unused field in ClutterInputDevice struct
Commits added to the branch:
e7b9232... cogl/framebuffer: Fix enum declaration coding style (*)
4edcc21... cogl/framebuffer: Remove alignment of struct fields (*)
e720ef1... cogl/framebuffer: Fix argument naming to blit_framebuffer() (*)
209b78a... cogl/framebuffer/gl: Move OpenGL driver fields to private s (*)
ffde1c0... cogl/onscreen: Remove unused _cogl_onscreen_new() (*)
aa99e50... cogl/framebuffer: Move public struct fields to private stru (*)
e7ac3e2... cogl/framebuffer: Clean up cleanup function (*)
b947dce... clutter: Stop using cogl_offscreen_new_to_texture() (*)
4b93943... tests/clutter: Stop using cogl_offscreen_new_to_texture() (*)
ea2f4ef... cogl: Remove cogl_offscreen_new_to_texture() (*)
de4e59a... clutter: Don't use CoglHandle to store framebuffers (*)
eb14da3... cogl: Turn CoglFramebuffer, CoglOffscreen and CoglOnscreen (*)
88c830b... cogl/framebuffer: Move allocation and y-flip-ness to non-ab (*)
29cdc35... clutter/offscreen-effect: Use memory management helpers mor (*)
2aea404... cogl: Use memory management helpers more (*)
1cc82cf... background: Use memory management helpers more (*)
5a58ccb... texture-tower: Use memory management helpers more (*)
8809ee9... clutter/util: Generalize ROUND_TO_256THS (*)
d08f724... clutter/actor: Round to 256ths when projecting for picking (*)
78c648f... cluter/stage: Use 1.0 for z-near (*)
1f99395... clutter: Use graphene_matrix_inverse() (*)
175851e... clutter/stage: Simplify view setup (*)
793ca68... clutter/stage: Use graphene_plane_t for clipping planes (*)
01ccc54... clutter/actor: Remove unnecessary check (*)
964229a... clutter/actor: Trivial code shuffling (*)
338a927... clutter: Remove ClutterPlane (*)
a84dccf... clutter/stage: Use graphene_frustum_t for clipping (*)
80bd44c... clutter/actor: Use switch instead of if/else (*)
496aea5... clutter: Remove CLUTTER_CULL_RESULT_PARTIAL (*)
b6fa26c... clutter/stage: Don't setup view on pick (*)
feb8397... clutter/stage: Move clip frustum to ClutterPaintContext (*)
cf9d061... clutter/stage: Remove outdated comment (*)
63d0556... clutter/stage: Move pick cache invalidation out of setup (*)
d1d3ac6... clutter/stage: Use multiple frusta depending on the redraw (*)
2ca2078... clutter/actor: Remove region culling (*)
f7d0461... clutter/stage: Simplify frustum setup function (*)
bc41a88... clutter/stage: Replace _cogl_util_get_eye_planes_for_screen (*)
b2f2050... renderer-native: Fix GObjectify oversight (*)
3b181c6... clutter: Add ClutterSeat::clutter_seat_has_touchscreen() he (*)
b5d21f0... backend: Use new clutter_seat_has_touchscreen helper (*)
6c240dc... seat-native: Fix has_touchscreen becoming FALSE when a non (*)
88cabf8... seat-native: Check for tablet-switch devices from meta_seat (*)
21c714a... seat-native: Add support for tablet-mode-switch being hot-u (*)
4c12208... monitor-manager: Add a handle_orientation_change helper fun (*)
1b13f50... monitor-manager: Update orientation based config when panel (*)
ec18a55... monitor-manager: Ignore tablet-mode-switch on initial confi (*)
554f798... window/wayland: Offset position with size mismatch when fin (*)
03c69ed... window: Do not go past size hints on resize (*)
deaa948... window-props: Check for actual size hints changes (*)
7ab3eac... constraints: Use "orig" rectangle for interactive resize (*)
d2f8a30... clutter/paint-volume: Use graphene for computing union of p (*)
0501d30... cogl-winsys-egl: Log the color depth in use (*)
716ecf6... util: Add META_DEBUG_WAYLAND debug topic (*)
e480d0c... wayland-dma-buf: Add debug logging of pixel format in use (*)
3459761... wayland-buffer: Add debug logging of pixel format in use (*)
734a7cc... clutter/actor: Alway call queue_relayout() when showing act (*)
bf7cfb8... clutter/actor: Introduce counter for painting in an unmappe (*)
cbf3001... clutter/actor: Add private API to get whether we're paintin (*)
650efb6... tests/conform/actor-pivot-point: Show stage before allocati (*)
9b50215... clutter/actor: Handle getting (un-)mapped during painting d (*)
717b857... clutter/actor: Use separate priv pointer in clutter_actor_r (*)
3bca29f... clutter/actor: Only allocate when actor is mapped, not only (*)
29caa5b... clutter/actor: Don't queue relayouts inside add/remove_chil (*)
76578e5... clutter/actor: Remove absolute_origin_changed flag again (*)
de610a1... clutter/actor: Reset allocation when unrealizing actor (*)
cd52288... wayland: Allow specifying Wayland display name from command (*)
9d0bac0... output: Move edid parse function to the right file (*)
d504086... cogl: correcting the cogl trace log (*)
7f0c802... wayland: Simplify wl_touch.frame handling
0eca3f7... backends: Use slot from cancel events
d129ec6... wayland: Use Clutter event to handle touch cancel
0a6c186... backends: Drop the filter for libinput events
c195dff... clutter: Limit number of touch slots available to a virtual
4b79e99... backends/native: Assign unique ranges of slots to virtual d
af429a1... backends/native: Use libinput seat slot API
e8c6d8c... backends: Drop extra layer of touch info handling
085a4dc... clutter: Sanitize ClutterInputDevice header
45cc2dc... backends: Fold device mapping check into backend
2f96e33... backends: Move device mapping check into backend
e45c658... backends: Move absolute/relative device mapping to native b
acfc42b... backend/native: Move barrier manager to MetaSeatNative
c7fe579... backends/native: Make seat constrain pointer to monitors ou
f9abbac... backends/native: Move relative motion filter to MetaSeatNat
324c8af... clutter: Specify stage on clutter_input_device_update() fun
dfb86b5... clutter: Pass stage on to _clutter_input_device_set_actor()
1e2c03a... clutter: Do not depend on device stage on ClutterInputMetho
047e57e... backends/native: Drop all uses of clutter_input_device_get_
17d45f9... backends/x11: Drop all users of clutter_input_device_get_st
2858d19... clutter: Drop clutter_input_device_get_[pointer_]stage()
7c89968... backends/native: Drop users of clutter_input_device_set_sta
b394fe7... backends/x11: Drop users of clutter_input_device_set_stage(
5965991... clutter: Drop clutter_input_device_set_stage()
3d8995a... clutter/main: Drop dead code branches
e216242... clutter: Pass timestamp to clutter_input_device_set_actor()
0d53cb1... clutter: Drop clutter_input_device_set_time()
66fc224... clutter: Drop unused field in ClutterInputDevice struct
(*) 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]