Changeset 167123 in webkit


Ignore:
Timestamp:
Apr 11, 2014 5:37:26 AM (10 years ago)
Author:
krit@webkit.org
Message:

Optimize Canvas fill and drawImage with SourceIn, DestinationIn, SourceOut, and DestinationAtop using transparencyLayer.
https://bugs.webkit.org/show_bug.cgi?id=79659

Patch by Dirk Schulze <krit@webkit.org> on 2014-04-11
Reviewed by Andreas Kling.

Add performance tests for fillRect() and drawImage() on composited contexts.

  • Canvas/compositing-drawimage.html: Added.
  • Canvas/compositing-fillRect.html: Added.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PerformanceTests/ChangeLog

    r167042 r167123  
     12014-04-11  Dirk Schulze  <krit@webkit.org>
     2
     3        Optimize Canvas fill and drawImage with SourceIn, DestinationIn, SourceOut, and DestinationAtop using transparencyLayer.
     4        https://bugs.webkit.org/show_bug.cgi?id=79659
     5
     6        Reviewed by Andreas Kling.
     7
     8        Add performance tests for fillRect() and drawImage() on composited contexts.
     9
     10        * Canvas/compositing-drawimage.html: Added.
     11        * Canvas/compositing-fillRect.html: Added.
     12
    1132014-04-09  Zoltan Horvath  <zoltan@webkit.org>
    214
Note: See TracChangeset for help on using the changeset viewer.