Bug 98391
| Summary: | [CSS Shaders] Implement destination and lighter composite operators. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Dongseong Hwang <dongseong.hwang> |
| Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | krit |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 97859 | ||
| Bug Blocks: | 71392 | ||
Dongseong Hwang
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |