Closed
Bug 1282694
Opened 8 years ago
Closed 8 years ago
Handle invalid operation during texture copy
Categories
(Core :: Graphics: CanvasWebGL, defect)
Core
Graphics: CanvasWebGL
Tracking
()
RESOLVED
WONTFIX
Tracking | Status | |
---|---|---|
firefox50 | --- | affected |
People
(Reporter: pchang, Assigned: pchang)
References
Details
Attachments
(1 obsolete file)
Otherwise we will hit MOZ_RELEASE_ASSERT for unknown error.
https://dxr.mozilla.org/mozilla-central/source/dom/canvas/WebGLTextureUpload.cpp#1945
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → howareyou322
Blocks: webgl-104-ci
Assignee | ||
Comment 1•8 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/60988/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/60988/
Attachment #8765768 -
Flags: review?(jgilbert)
Assignee | ||
Comment 2•8 years ago
|
||
Jeff, this patch is also required for upgrading WebGL 2.0 conformance suite. Otherwise, we hit the problem in comment 0
Assignee | ||
Comment 3•8 years ago
|
||
As we talked in IRC, this patch is not the right fix. Case close.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
Assignee | ||
Updated•8 years ago
|
Attachment #8765768 -
Attachment is obsolete: true
Attachment #8765768 -
Flags: review?(jgilbert)
You need to log in
before you can comment on or make changes to this bug.
Description
•