Bug 98391 - [CSS Shaders] Implement destination and lighter composite operators.
Summary: [CSS Shaders] Implement destination and lighter composite operators.
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 97859
Blocks: 71392
  Show dependency treegraph
 
Reported: 2012-10-04 02:55 PDT by Dongseong Hwang
Modified: 2014-03-02 08:58 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dongseong Hwang 2012-10-04 02:55:56 PDT
Implement destination and lighter composite operators in the CSS Shaders mix function. For example:
-webkit-filter: custom(none mix(shader.fs normal lighter));

This will composite the special css_MixColor symbol in the fragment shader with the DOM element texture.

Destination and lighter are tricky enough to be their own bugs.