<?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>83082</bug_id>
          
          <creation_ts>2012-04-03 15:41:34 -0700</creation_ts>
          <short_desc>[chromium] Add support for antialiasing of clipped quads</short_desc>
          <delta_ts>2013-04-10 13:22:47 -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>Layout and Rendering</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>
          <dependson>80806</dependson>
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Shawn Singh">shawnsingh</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>danakj</cc>
    
    <cc>enne</cc>
    
    <cc>reveman</cc>
    
    <cc>shawnsingh</cc>
    
    <cc>vangelis</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>594971</commentid>
    <comment_count>0</comment_count>
    <who name="Shawn Singh">shawnsingh</who>
    <bug_when>2012-04-03 15:41:34 -0700</bug_when>
    <thetext>https://bugs.webkit.org/show_bug.cgi?id=80806 fixes a bug about disappearing layers that requires that layers to be geometrically clipped.  In that bug, we&apos;re opting to bypass anti-aliasing for clipped layers, because its a potentially messy case.  This bug is a follow-up to 80806 to add anti-aliasing support for clipped quads.

David and I talked offline.  Some options to consider:

1. Draw the bounding box of the clipped geometry itself, and push the transform complexity to the texture coordinates.

2. Figure out the correct inflation amount in local space, that corresponds to 0.5 pixels in device space.  It is possible to issue the original un-transformed quad to the GPU, and the GPU will handle correct clipping.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>873193</commentid>
    <comment_count>1</comment_count>
    <who name="Shawn Singh">shawnsingh</who>
    <bug_when>2013-04-10 13:22:47 -0700</bug_when>
    <thetext>moved to chromium side - https://code.google.com/p/chromium/issues/detail?id=230042</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>