Bug 74871 - [chromium] compositing/shadows tests fail with accelerated painting
Summary: [chromium] compositing/shadows tests fail with accelerated painting
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alok Priyadarshi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-19 09:53 PST by Alok Priyadarshi
Modified: 2011-12-20 00:39 PST (History)
5 users (show)

See Also:


Attachments
proposed patch (7.14 KB, patch)
2011-12-19 10:28 PST, Alok Priyadarshi
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alok Priyadarshi 2011-12-19 09:53:37 PST
GrContext::createPlatformSurface does not bind the stencil buffer. The new API GrContext::createPlatformTexture does the right thing.
Comment 1 Alok Priyadarshi 2011-12-19 10:28:10 PST
Created attachment 119882 [details]
proposed patch
Comment 2 Stephen White 2011-12-19 12:12:55 PST
Comment on attachment 119882 [details]
proposed patch

I'm cool with this, but leaving for one of the compositor guys to give a thumbs up on the ManagedTexture stuff.
Comment 3 James Robinson 2011-12-19 18:59:27 PST
Comment on attachment 119882 [details]
proposed patch

R=me
Comment 4 WebKit Review Bot 2011-12-20 00:39:24 PST
Comment on attachment 119882 [details]
proposed patch

Clearing flags on attachment: 119882

Committed r103309: <http://trac.webkit.org/changeset/103309>
Comment 5 WebKit Review Bot 2011-12-20 00:39:28 PST
All reviewed patches have been landed.  Closing bug.