Bug 39159 - WKCACFLayerRenderer::resetDevice might fail due to failing to destroy all D3DPOOL_DEFAULT resources
Summary: WKCACFLayerRenderer::resetDevice might fail due to failing to destroy all D3D...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Windows XP
: P2 Normal
Assignee: Adam Roben (:aroben)
URL:
Keywords: InRadar, PlatformOnly
Depends on:
Blocks: 39139
  Show dependency treegraph
 
Reported: 2010-05-15 06:04 PDT by Adam Roben (:aroben)
Modified: 2010-05-17 08:07 PDT (History)
5 users (show)

See Also:


Attachments
Patch (2.53 KB, patch)
2010-05-15 06:04 PDT, Adam Roben (:aroben)
sullivan: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Roben (:aroben) 2010-05-15 06:04:49 PDT
Created attachment 56150 [details]
Patch

MSDN says we have to delete all D3DPOOL_DEFAULT resources before calling IDirect3DDevice9::Reset, but we aren't doing this in all cases.
Comment 1 Adam Roben (:aroben) 2010-05-15 06:09:12 PDT
<rdar://problem/7988659>
Comment 2 Eric Seidel (no email) 2010-05-16 00:37:34 PDT
Attachment 56150 [details] was posted by a committer and has review+, assigning to Adam Roben for commit.
Comment 3 Adam Roben (:aroben) 2010-05-17 08:07:45 PDT
Committed r59609: <http://trac.webkit.org/changeset/59609>