<?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>243816</bug_id>
          
          <creation_ts>2022-08-11 01:23:23 -0700</creation_ts>
          <short_desc>[Filters] Support CoreGraphics filter</short_desc>
          <delta_ts>2025-09-19 10:11:11 -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>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>248175</dependson>
    
    <dependson>248180</dependson>
    
    <dependson>248181</dependson>
    
    <dependson>248193</dependson>
    
    <dependson>248197</dependson>
    
    <dependson>248318</dependson>
    
    <dependson>248354</dependson>
    
    <dependson>248375</dependson>
    
    <dependson>248483</dependson>
    
    <dependson>248587</dependson>
    
    <dependson>249753</dependson>
    
    <dependson>261925</dependson>
    
    <dependson>267354</dependson>
    
    <dependson>267566</dependson>
    
    <dependson>290845</dependson>
    
    <dependson>293212</dependson>
    
    <dependson>298425</dependson>
    
    <dependson>298453</dependson>
    
    <dependson>298501</dependson>
    
    <dependson>298544</dependson>
    
    <dependson>298845</dependson>
    
    <dependson>299063</dependson>
    
    <dependson>299189</dependson>
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Said Abou-Hallawa">sabouhallawa</reporter>
          <assigned_to name="Said Abou-Hallawa">sabouhallawa</assigned_to>
          <cc>bfulgham</cc>
    
    <cc>heycam</cc>
    
    <cc>simon.fraser</cc>
    
    <cc>webkit-bug-importer</cc>
    
    <cc>zalan</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1890515</commentid>
    <comment_count>0</comment_count>
    <who name="Said Abou-Hallawa">sabouhallawa</who>
    <bug_when>2022-08-11 01:23:23 -0700</bug_when>
    <thetext>Software filters use ImageBuffers to generate the result of their applying to the target element. These buffers can take significant amount of memory if the target element is large or the number of effects are big.

CoreGraphics provides a better way to apply FilterEffects. A CGStyle can be used to apply the a FilterEffect to the current drawing. Also beginTransparencyLayer()/endTransparencyLayer() can be used to force applying the FilterEffect only when composting the layer to the destination GraphicsContext. This will treat the drawing commands between beginning and ending the transparency layer as a unit of drawing.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1890516</commentid>
    <comment_count>1</comment_count>
    <who name="Said Abou-Hallawa">sabouhallawa</who>
    <bug_when>2022-08-11 01:30:16 -0700</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/3216</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1892164</commentid>
    <comment_count>2</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2022-08-18 01:24:16 -0700</bug_when>
    <thetext>&lt;rdar://problem/98820279&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1979223</commentid>
    <comment_count>3</comment_count>
    <who name="Cameron McCormack (:heycam)">heycam</who>
    <bug_when>2023-09-21 18:05:39 -0700</bug_when>
    <thetext>rdar://115870393</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2119433</commentid>
    <comment_count>4</comment_count>
    <who name="Simon Fraser (smfr)">simon.fraser</who>
    <bug_when>2025-05-23 16:30:57 -0700</bug_when>
    <thetext>Blur is the only one left unsupported after fixing bug 290845.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2144162</commentid>
    <comment_count>5</comment_count>
    <who name="Said Abou-Hallawa">sabouhallawa</who>
    <bug_when>2025-09-18 15:47:37 -0700</bug_when>
    <thetext>The CGStyle-based blur filter was enabled by bug 267566.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>