After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 709761 - Implement touch update event throttling
Implement touch update event throttling
Status: RESOLVED FIXED
Product: clutter
Classification: Platform
Component: ClutterStage
1.16.x
Other Linux
: Normal normal
: ---
Assigned To: clutter-maint
clutter-maint
Depends on:
Blocks:
 
 
Reported: 2013-10-09 17:42 UTC by Lionel Landwerlin
Modified: 2013-10-09 21:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
stage: implement touch event throttling (2.30 KB, patch)
2013-10-09 17:43 UTC, Lionel Landwerlin
committed Details | Review

Description Lionel Landwerlin 2013-10-09 17:42:39 UTC
I had pretty terrible performance with touch compared to pointer events interactions.
Turns out we don't throttle touch events like we do for pointer events.
Comment 1 Lionel Landwerlin 2013-10-09 17:43:13 UTC
Created attachment 256844 [details] [review]
stage: implement touch event throttling
Comment 2 Emmanuele Bassi (:ebassi) 2013-10-09 18:18:36 UTC
Review of attachment 256844 [details] [review]:

AFAIR, we never implemented touch event compression because of the lack of precision - but that was years ago, and we have API to disable it anyway already.

CR pass.
Comment 3 Lionel Landwerlin 2013-10-09 20:59:45 UTC
Comment on attachment 256844 [details] [review]
stage: implement touch event throttling

Pushed to 1.16 and master.