Bug 80451 - [chromium] Change the minimum accelerated canvas size to be > 256*256
Summary: [chromium] Change the minimum accelerated canvas size to be > 256*256
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Vangelis Kokkevis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-06 16:06 PST by Vangelis Kokkevis
Modified: 2012-03-06 16:17 PST (History)
1 user (show)

See Also:


Attachments
Patch (1.24 KB, patch)
2012-03-06 16:14 PST, Vangelis Kokkevis
senorblanco: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vangelis Kokkevis 2012-03-06 16:06:35 PST
Currently we accelerate canvas rendering for canvas sizes > 128 * 128 .  While we are working on resolving path rendering perf issues, we should bump up that number to 256 * 256 to avoid slowdowns with small-ish canvas' (e.g. the ones used by Google Maps API V3).
Comment 1 Vangelis Kokkevis 2012-03-06 16:14:18 PST
Created attachment 130462 [details]
Patch
Comment 2 Stephen White 2012-03-06 16:14:54 PST
Comment on attachment 130462 [details]
Patch

OK.  r=me
Comment 3 Vangelis Kokkevis 2012-03-06 16:17:11 PST
Committed r109973: <http://trac.webkit.org/changeset/109973>