Bug 57596 - [CG] Don't accelerate small canvases
Summary: [CG] Don't accelerate small canvases
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Matthew Delaney
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2011-03-31 16:52 PDT by Matthew Delaney
Modified: 2012-12-03 08:28 PST (History)
3 users (show)

See Also:


Attachments
Patch (1.64 KB, patch)
2011-04-01 15:38 PDT, Matthew Delaney
no flags Details | Formatted Diff | Diff
Patch (2.28 KB, patch)
2011-04-04 12:08 PDT, Matthew Delaney
no flags Details | Formatted Diff | Diff
Patch (2.24 KB, patch)
2011-04-04 12:39 PDT, Matthew Delaney
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Delaney 2011-03-31 16:52:42 PDT
Currently in ImageBufferCG, we don't allow using IOSurfaces if either dimension is above 4096. This patch will set a minimum allowed area for using IOSurfaces.
Comment 1 Matthew Delaney 2011-04-01 15:38:13 PDT
Created attachment 87930 [details]
Patch
Comment 2 Matthew Delaney 2011-04-04 12:08:52 PDT
Created attachment 88093 [details]
Patch
Comment 3 Matthew Delaney 2011-04-04 12:39:26 PDT
Created attachment 88099 [details]
Patch
Comment 4 Matthew Delaney 2011-04-04 13:28:57 PDT
Committed r82860: <http://trac.webkit.org/changeset/82860>
Comment 5 Tim Horton 2012-12-02 23:27:58 PST
<rdar://problem/9231185>
Comment 6 Simon Fraser (smfr) 2012-12-03 08:28:02 PST
<rdar://problem/9231185>