Bug 122159

Summary: [TexMap] CSS filter not working on software composited layers
Product: WebKit Reporter: Allan Sandfeld Jensen <allan.jensen>
Component: Layout and RenderingAssignee: Allan Sandfeld Jensen <allan.jensen>
Status: RESOLVED FIXED    
Severity: Normal CC: cmarcelo, commit-queue, kondapallykalyan, luiz, noam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch noam: review+

Description Allan Sandfeld Jensen 2013-10-01 07:23:42 PDT
We removed support for basic CSS filters on TextureMapperImageBuffer half a year ago, and we never supported CSS shaders. WebCore does however support software fallbacks of CSS filters, the only reason they are not used is because GraphicsLayerTextureMapper is claiming to support CSS filters.
Comment 1 Allan Sandfeld Jensen 2013-10-01 07:27:26 PDT
Created attachment 213082 [details]
Patch
Comment 2 Allan Sandfeld Jensen 2013-10-01 07:57:17 PDT
Committed r156710: <http://trac.webkit.org/changeset/156710>