Confirmed users
523
edits
No edit summary |
|||
| Line 45: | Line 45: | ||
* Our only known source of jank is texture upload. | * Our only known source of jank is texture upload. | ||
* Currently we should never jank during zoom because we do not do any uploads then. | * Currently we should never jank during zoom because we do not do any uploads then. | ||
* Kats recently started drawing on double tap out | * Kats recently started drawing on double tap out. We introduced some jank during that operation. {{bug|742366}} | ||
If we need to, it should be possible to postpone the upload of until the end of zoom operation, or use another technique to bound the time we spend uploading. | If we need to, it should be possible to postpone the upload of until the end of zoom operation, or use another technique to bound the time we spend uploading. | ||