Closed
Bug 693707
Opened 13 years ago
Closed 2 years ago
> 120hz repaint when scrolling with touch on mac
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: gal, Unassigned)
References
Details
When quickly scrolling up and down using two-finger-touch on mac I see > 120hz repaint rate (max I observed was 126).
Comment 1•12 years ago
|
||
Ideally you want a scrolling matching refresh rate; although doing it in excess of refresh rate can reduce input lag (lag between touchscreen and screen response) because even at 60 Hz, the frames are rendered 1/120sec before the refresh, rather than 1/60sec before the refresh.
A savings of up to 8 milliseconds of input lag can occur when redrawing at much faster than the refresh; which can be important for touchscreen response.
Comment 2•12 years ago
|
||
(rationale - one 1/60sec refresh is 16.7ms refresh, and half that is 8ms)
Updated•2 years ago
|
Severity: normal → S3
Comment 5•2 years ago
|
||
Closing per comment 4
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•