Closed
Bug 1287182
Opened 9 years ago
Closed 9 years ago
log angle failureid via ANGLEPlatformInitialize
Categories
(Core :: Graphics: CanvasWebGL, defect)
Core
Graphics: CanvasWebGL
Tracking
()
RESOLVED
FIXED
mozilla50
People
(Reporter: BenWa, Assigned: BenWa)
References
(Blocks 1 open bug)
Details
(Whiteboard: [gfx-noted])
Attachments
(1 file, 1 obsolete file)
|
996 bytes,
patch
|
jrmuizel
:
review+
|
Details | Diff | Splinter Review |
No description provided.
| Assignee | ||
Comment 1•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/64682/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/64682/
| Assignee | ||
Updated•9 years ago
|
Assignee: nobody → bgirard
| Assignee | ||
Comment 2•9 years ago
|
||
Comment on attachment 8771570 [details]
Bug 1287182 - log angle failureid via ANGLEPlatformInitialize.
Review request updated; see interdiff: https://reviewboard.mozilla.org/r/64682/diff/1-2/
Updated•9 years ago
|
Whiteboard: [gfx-noted]
| Assignee | ||
Comment 3•9 years ago
|
||
Comment on attachment 8771570 [details]
Bug 1287182 - log angle failureid via ANGLEPlatformInitialize.
Review request updated; see interdiff: https://reviewboard.mozilla.org/r/64682/diff/2-3/
Attachment #8771570 -
Flags: review?(jmuizelaar)
Comment 4•9 years ago
|
||
Comment on attachment 8771570 [details]
Bug 1287182 - log angle failureid via ANGLEPlatformInitialize.
https://reviewboard.mozilla.org/r/64682/#review62054
::: gfx/angle/moz.build:166
(Diff revision 3)
> DEFINES['ANGLE_ENABLE_HLSL'] = "1"
> DEFINES['ANGLE_ENABLE_GLSL'] = "1"
> DEFINES['ANGLE_ENABLE_ESSL'] = "1"
> DEFINES['ANGLE_ENABLE_KEYEDMUTEX'] = "1"
>
> -EXPORTS.angle += [ 'include/GLSLANG/ShaderLang.h', 'include/GLSLANG/ShaderVars.h' ]
> +EXPORTS.angle += [
This file is generated. Don't change the formatting and I'll do the needful.
Attachment #8771570 -
Flags: review?(jmuizelaar) → review+
| Assignee | ||
Comment 5•9 years ago
|
||
Comment on attachment 8771570 [details]
Bug 1287182 - log angle failureid via ANGLEPlatformInitialize.
Review request updated; see interdiff: https://reviewboard.mozilla.org/r/64682/diff/3-4/
Pushed by jmuizelaar@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/d7f56af6ddd2
log angle failureid via ANGLEPlatformInitialize. r=jrmuizel
Pushed by jmuizelaar@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/351c16b1c082
log angle failureid via ANGLEPlatformInitialize. r=jrmuizel
https://hg.mozilla.org/integration/mozilla-inbound/rev/8b59e729f75e
Fix static analysis build r=jrmuizel.
All backed out in https://hg.mozilla.org/integration/mozilla-inbound/rev/1ebb63485643 for webgl bustage like https://treeherder.mozilla.org/logviewer.html#?job_id=32128564&repo=mozilla-inbound
Flags: needinfo?(bgirard)
Comment 9•9 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/d7f56af6ddd2
https://hg.mozilla.org/mozilla-central/rev/351c16b1c082
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox50:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla50
Updated•9 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 10•9 years ago
|
||
Comment on attachment 8771570 [details]
Bug 1287182 - log angle failureid via ANGLEPlatformInitialize.
Review request updated; see interdiff: https://reviewboard.mozilla.org/r/64682/diff/4-5/
| Assignee | ||
Comment 11•9 years ago
|
||
Comment 12•9 years ago
|
||
Comment 13•9 years ago
|
||
Pushed by b56girard@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/cfb99ceaac77
log angle failureid via ANGLEPlatformInitialize. r=jrmuizel
Comment 14•9 years ago
|
||
| bugherder | ||
Status: REOPENED → RESOLVED
Closed: 9 years ago → 9 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•9 years ago
|
Flags: needinfo?(bgirard)
| Assignee | ||
Comment 15•9 years ago
|
||
We're clobbering the results by accident.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 16•9 years ago
|
||
| Assignee | ||
Comment 17•9 years ago
|
||
Attachment #8771570 -
Attachment is obsolete: true
Attachment #8777557 -
Flags: review?(jmuizelaar)
Updated•9 years ago
|
Attachment #8777557 -
Flags: review?(jmuizelaar) → review+
| Assignee | ||
Comment 18•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/eb88d96de254a14ee5e7d90c0ea1b20822fd3d6e
Bug 1287182 - Don't clobber the angle platform failureId. r=jrmuizel
Comment 19•9 years ago
|
||
| bugherder | ||
Status: REOPENED → RESOLVED
Closed: 9 years ago → 9 years ago
status-firefox51:
--- → fixed
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•