Bug 122264 - WebGL framebuffer-object-attachment layout test bug
Summary: WebGL framebuffer-object-attachment layout test bug
Status: RESOLVED DUPLICATE of bug 126538
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-03 02:57 PDT by Przemyslaw Szymanski
Modified: 2024-04-14 16:48 PDT (History)
6 users (show)

See Also:


Attachments
framebuffer object attachment test fix (2.44 KB, patch)
2013-10-03 03:13 PDT, Przemyslaw Szymanski
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Przemyslaw Szymanski 2013-10-03 02:57:26 PDT
This patch fixes framebuffer-object-attachment test.
It clears depth buffer if a framebuffer has depth or depth stencil attachment and is complete
Comment 1 Przemyslaw Szymanski 2013-10-03 03:13:09 PDT
Created attachment 213237 [details]
framebuffer object attachment test fix
Comment 2 Brent Fulgham 2014-01-10 10:26:35 PST
Comment on attachment 213237 [details]
framebuffer object attachment test fix

The buffer setup/clear logic is handled elsewhere. I believe the test was corrected by http://trac.webkit.org/changeset/161375.
Comment 3 Brent Fulgham 2014-01-10 10:27:18 PST
Thanks for working on this. I think a separate fix I did while investigating similar problems covers the same case you handled here.

*** This bug has been marked as a duplicate of bug 126538 ***