Bug 75914 - Turn off the FilterTrigger in WebKit and WebKit2
Summary: Turn off the FilterTrigger in WebKit and WebKit2
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac Unspecified
: P2 Normal
Assignee: Chris Marrin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-09 17:05 PST by Chris Marrin
Modified: 2012-01-11 10:30 PST (History)
2 users (show)

See Also:


Attachments
Patch (3.26 KB, patch)
2012-01-09 17:10 PST, Chris Marrin
no flags Details | Formatted Diff | Diff
Patch (6.01 KB, patch)
2012-01-10 11:54 PST, Chris Marrin
simon.fraser: review+
gustavo: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Marrin 2012-01-09 17:05:47 PST
For now, we don't want the presence of a filter to drop you into a compositing layer. Later on we will add heuristics to determine when to use compositing layers, when to use CoreImage with hardware accelerated rendering and when to use the full software path.
Comment 1 Chris Marrin 2012-01-09 17:10:43 PST
Created attachment 121762 [details]
Patch
Comment 2 Simon Fraser (smfr) 2012-01-09 17:11:40 PST
Comment on attachment 121762 [details]
Patch

Needs a testcase.
Comment 3 Chris Marrin 2012-01-10 11:54:19 PST
Created attachment 121883 [details]
Patch
Comment 4 Gustavo Noronha (kov) 2012-01-10 12:53:44 PST
Comment on attachment 121883 [details]
Patch

Attachment 121883 [details] did not pass gtk-ews (gtk):
Output: http://queues.webkit.org/results/11196176
Comment 5 Chris Marrin 2012-01-10 13:13:18 PST
Committed r104622: <http://trac.webkit.org/changeset/104622>