Bug 63850 - [chromium] Upload root layer textures first so that it is less likely to be skipped
Summary: [chromium] Upload root layer textures first so that it is less likely to be s...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Adrienne Walker
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-01 14:41 PDT by Adrienne Walker
Modified: 2011-07-01 15:04 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.89 KB, patch)
2011-07-01 14:42 PDT, Adrienne Walker
jamesr: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adrienne Walker 2011-07-01 14:41:34 PDT
[chromium] Upload root layer textures first so that it is less likely to be skipped
Comment 1 Adrienne Walker 2011-07-01 14:42:56 PDT
Created attachment 99525 [details]
Patch
Comment 2 James Robinson 2011-07-01 14:45:48 PDT
Comment on attachment 99525 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=99525&action=review

Cool

> Source/WebCore/ChangeLog:10
> +        [chromium] Upload root layer textures first so that it is less likely to be skipped
> +        https://bugs.webkit.org/show_bug.cgi?id=63850
> +
> +        This is a tiny follow-on patch to bug 63760.  If the root layer is not
> +        uploaded first, then it may not have enough space to fit into texture
> +        memory and might be skipped, leaving a blue background.
> +
> +        Reviewed by NOBODY (OOPS!).

can you put the "Reviewed by " line above the long description?
Comment 3 Adrienne Walker 2011-07-01 15:04:41 PDT
Committed r90283: <http://trac.webkit.org/changeset/90283>