<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>67854</bug_id>
          
          <creation_ts>2011-09-09 10:14:10 -0700</creation_ts>
          <short_desc>[chromium] Add a paint aggregator to TiledLayerChromium</short_desc>
          <delta_ts>2013-04-08 11:14:26 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>WebCore Misc.</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WONTFIX</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Adrienne Walker">enne</reporter>
          <assigned_to name="Adrienne Walker">enne</assigned_to>
          <cc>amruthraj</cc>
    
    <cc>enne</cc>
    
    <cc>jamesr</cc>
    
    <cc>shawnsingh</cc>
    
    <cc>vangelis</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>464866</commentid>
    <comment_count>0</comment_count>
    <who name="Adrienne Walker">enne</who>
    <bug_when>2011-09-09 10:14:10 -0700</bug_when>
    <thetext>TiledLayerChromium currently unions all invalidations together before painting the combined region.  This is inefficient in certain cases (L-shaped invalidations) and it should support at least some small number of discrete invalidation regions.  It should be smart about merging adjacent regions.  This is similar to what paint_aggregator.cc does in Chromium.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>481689</commentid>
    <comment_count>1</comment_count>
    <who name="Adrienne Walker">enne</who>
    <bug_when>2011-10-11 09:54:16 -0700</bug_when>
    <thetext>As a part of fixing this bug, consider tracking a set of update rects rather than a single update rect per layer so that --show-paint-rects is more accurate.

See: https://bugs.webkit.org/show_bug.cgi?id=69441</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>481744</commentid>
    <comment_count>2</comment_count>
    <who name="Vangelis Kokkevis">vangelis</who>
    <bug_when>2011-10-11 11:12:42 -0700</bug_when>
    <thetext>(In reply to comment #1)
&gt; As a part of fixing this bug, consider tracking a set of update rects rather than a single update rect per layer so that --show-paint-rects is more accurate.
&gt; 
&gt; See: https://bugs.webkit.org/show_bug.cgi?id=69441

I&apos;m curious whether a good first approximation would be to register the dirty regions directly with the tiles, instead of doing a union. That way at least we wouldn&apos;t be unioning dirty regions across tile borders.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>