Closed
Bug 1170845
Opened 9 years ago
Closed 9 years ago
WebGL 2 - Implement vertex divisor restrictions
Categories
(Core :: Graphics: CanvasWebGL, defect)
Core
Graphics: CanvasWebGL
Tracking
()
RESOLVED
FIXED
mozilla42
Tracking | Status | |
---|---|---|
firefox42 | --- | fixed |
People
(Reporter: u480271, Assigned: u480271)
References
()
Details
(Whiteboard: [gfx-noted])
Attachments
(1 file, 1 obsolete file)
1.30 KB,
patch
|
jgilbert
:
review+
|
Details | Diff | Splinter Review |
WebGL 2 adds a constraint that at least one attributes must have a divisor of 0. FAIL getError expected: INVALID_OPERATION. Was NO_ERROR : There must be at least one vertex attribute with a divisor of zero when calling drawArraysInstanced FAIL getError expected: INVALID_OPERATION. Was NO_ERROR : There must be at least one vertex attribute with a divisor of zero when calling drawElementsInstanced
Updated•9 years ago
|
Attachment #8636963 -
Flags: review?(jgilbert) → review+
Comment 4•9 years ago
|
||
sorry had to back this out for test failures like https://treeherder.mozilla.org/logviewer.html#?job_id=12349715&repo=mozilla-inbound
Flags: needinfo?(dglastonbury)
Ugh, it's passed green in a previous try run. OK, I'll take a look at it. Thanks :tomcat
Flags: needinfo?(dglastonbury)
Attachment #8636963 -
Attachment is obsolete: true
Attachment #8642211 -
Flags: review?(jgilbert)
Updated•9 years ago
|
Attachment #8642211 -
Flags: review?(jgilbert) → review+
Comment 10•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/0866912ffc06
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox42:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla42
You need to log in
before you can comment on or make changes to this bug.
Description
•