Title: [167123] trunk/PerformanceTests/ChangeLog
Revision
167123
Author
k...@webkit.org
Date
2014-04-11 05:37:26 -0700 (Fri, 11 Apr 2014)

Log 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 <k...@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.

Modified Paths

Diff

Modified: trunk/PerformanceTests/ChangeLog (167122 => 167123)


--- trunk/PerformanceTests/ChangeLog	2014-04-11 10:50:58 UTC (rev 167122)
+++ trunk/PerformanceTests/ChangeLog	2014-04-11 12:37:26 UTC (rev 167123)
@@ -1,3 +1,15 @@
+2014-04-11  Dirk Schulze  <k...@webkit.org>
+
+        Optimize Canvas fill and drawImage with SourceIn, DestinationIn, SourceOut, and DestinationAtop using transparencyLayer.
+        https://bugs.webkit.org/show_bug.cgi?id=79659
+
+        Reviewed by Andreas Kling.
+
+        Add performance tests for fillRect() and drawImage() on composited contexts.
+
+        * Canvas/compositing-drawimage.html: Added.
+        * Canvas/compositing-fillRect.html: Added.
+
 2014-04-09  Zoltan Horvath  <zol...@webkit.org>
 
         [CSS Shapes] Add no shapes version of RegionsShapes performance test
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to