[webkit-reviews] review requested: [Bug 42088] Canvas: Move fillRect() save/restore into GraphicsContext implementations : [Attachment 61248] Proposed patch v2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 12 11:16:02 PDT 2010


Andreas Kling <andreas.kling at nokia.com> has asked  for review:
Bug 42088: Canvas: Move fillRect() save/restore into GraphicsContext
implementations
https://bugs.webkit.org/show_bug.cgi?id=42088

Attachment 61248: Proposed patch v2
https://bugs.webkit.org/attachment.cgi?id=61248&action=review

------- Additional Comments from Andreas Kling <andreas.kling at nokia.com>
(Qt) Results from Hixie's skelet0n animation test:
http://hixie.ch/tests/adhoc/perf/video/002.html

Without this patch:

  Elapsed wall-clock time: 996ms (ideal: 640ms).
  Elapsed non-idle time: 356ms (ideal: 0ms).
  Speed: 15.06fps (ideal: 25.00fps).

With this patch:

  Elapsed wall-clock time: 900ms (ideal: 640ms).
  Elapsed non-idle time: 260ms (ideal: 0ms).
  Speed: 16.67fps (ideal: 25.00fps).


More information about the webkit-reviews mailing list