Closed
Bug 985685
Opened 11 years ago
Closed 11 years ago
DrawRangeElements does not trigger a blit/resolve of MSAA buffers
Categories
(Core :: Graphics: CanvasWebGL, defect)
Core
Graphics: CanvasWebGL
Tracking
()
RESOLVED
FIXED
mozilla31
People
(Reporter: jgilbert, Assigned: jgilbert)
References
Details
Attachments
(3 files)
(deleted),
patch
|
u480271
:
review+
lsblakk
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
(deleted),
text/html
|
Details | |
(deleted),
patch
|
u480271
:
review+
|
Details | Diff | Splinter Review |
We recently added support for glDrawRangeElements, but I forgot to brace it with our Before/AfterGLDrawCall() calls.
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8393766 -
Flags: review?(dglastonbury)
Assignee | ||
Updated•11 years ago
|
Attachment #8393766 -
Flags: review?(dglastonbury) → review+
Assignee | ||
Comment 2•11 years ago
|
||
Comment 3•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla31
Assignee | ||
Comment 4•11 years ago
|
||
This needs a test, and a backport to Aurora30.
Assignee | ||
Updated•11 years ago
|
Flags: needinfo?(jgilbert)
Assignee | ||
Comment 5•11 years ago
|
||
Assignee | ||
Comment 6•11 years ago
|
||
Attachment #8398873 -
Flags: review?(dglastonbury)
Attachment #8398873 -
Flags: review?(dglastonbury) → review+
Assignee | ||
Comment 7•11 years ago
|
||
Assignee | ||
Comment 8•11 years ago
|
||
Flags: needinfo?(jgilbert)
Assignee | ||
Comment 10•11 years ago
|
||
Comment on attachment 8393766 [details] [diff] [review]
patch
[Approval Request Comment]
Bug caused by (feature/regressing bug #): 982960
User impact if declined: Bad WebGL rendering on many pages
Testing completed (on m-c, etc.): Local, Try, test landed on m-i.
Risk to taking this patch (and alternatives if risky): None.
String or IDL/UUID changes made by this patch: None.
Attachment #8393766 -
Flags: approval-mozilla-aurora?
Comment 11•11 years ago
|
||
Updated•11 years ago
|
Updated•11 years ago
|
Attachment #8393766 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 12•11 years ago
|
||
https://hg.mozilla.org/releases/mozilla-aurora/rev/760e01dafd95
https://hg.mozilla.org/releases/mozilla-aurora/rev/ccb24c115724
Flags: needinfo?(jgilbert)
You need to log in
before you can comment on or make changes to this bug.
Description
•