Closed
Bug 697753
Opened 13 years ago
Closed 13 years ago
WebGL Conformance fails on 'framebuffer-object-attachment'
Categories
(Core :: Graphics: CanvasWebGL, defect)
Core
Graphics: CanvasWebGL
Tracking
()
RESOLVED
FIXED
mozilla10
People
(Reporter: jgilbert, Assigned: jgilbert)
References
Details
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
bjacob
:
review+
|
Details | Diff | Splinter Review |
We currently fail a number of times in the 'framebuffer-object-attachment' test. These fails appear to be caused by readPixels not properly generating an INVALID_FRAMEBUFFER_OPERATION when needed. It looks like this is because the optimization to skip reading when the width or height is 0 kicks in before we test for all error conditions.
Assignee | ||
Comment 1•13 years ago
|
||
Test should now pass cleanly on all platforms.
Attachment #570022 -
Flags: review?(bjacob)
Assignee | ||
Comment 2•13 years ago
|
||
Unbitrot.
Attachment #570022 -
Attachment is obsolete: true
Attachment #570022 -
Flags: review?(bjacob)
Attachment #570032 -
Flags: review?(bjacob)
Updated•13 years ago
|
Attachment #570032 -
Flags: review?(bjacob) → review+
Assignee | ||
Comment 3•13 years ago
|
||
Whiteboard: [inbound]
Target Milestone: --- → mozilla10
Assignee | ||
Comment 4•13 years ago
|
||
Removed [inbound] from whiteboard as per https://wiki.mozilla.org/Tree_Rules/Inbound
Whiteboard: [inbound]
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•