Closed
Bug 1365067
Opened 8 years ago
Closed 8 years ago
RBAB is requested on ANGLE but is not implemented
Categories
(Core :: Graphics: CanvasWebGL, defect, P1)
Core
Graphics: CanvasWebGL
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: svargas, Assigned: svargas)
References
Details
(Whiteboard: gfx-noted)
Attachments
(1 file, 1 obsolete file)
No description provided.
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → svargas
Assignee | ||
Comment 1•8 years ago
|
||
Attachment #8867905 -
Flags: review?(jgilbert)
Comment 2•8 years ago
|
||
Comment on attachment 8867905 [details] [diff] [review]
0001-Bug-1365067-rbab-is-requested-on-ANGLE-but-is-not-im.patch
Review of attachment 8867905 [details] [diff] [review]:
-----------------------------------------------------------------
::: gfx/gl/GLContextProviderEGL.cpp
@@ +497,5 @@
> // Skip EGL_CONTEXT_OPENGL_ROBUST_ACCESS_EXT, since it doesn't help us.
> }
>
> + if (sEGLLibrary.IsExtensionSupported(GLLibraryEGL::KHR_create_context) &&
> + !sEGLLibrary.IsANGLE()) {
{ its own line, since this is a multi-line conditional now.
Attachment #8867905 -
Flags: review?(jgilbert) → review+
Assignee | ||
Comment 3•8 years ago
|
||
Attachment #8867905 -
Attachment is obsolete: true
Pushed by jgilbert@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/70768edfd562
rbab is requested on ANGLE but is not implemented - r=jgilbert
Comment 5•8 years ago
|
||
Backed for various Win7 mochitest-gl failures.
https://hg.mozilla.org/integration/mozilla-inbound/rev/daf0c22a7f03582e9a47928fd46f058f59d66b99
https://treeherder.mozilla.org/logviewer.html#?job_id=101775984&repo=mozilla-inbound
https://treeherder.mozilla.org/logviewer.html#?job_id=101775669&repo=mozilla-inbound
Comment 6•8 years ago
|
||
Same on Win8.
Pushed by jgilbert@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/7476402eadc3
rbab is requested on ANGLE but is not implemented - r=jgilbert
Updated•8 years ago
|
Depends on: 1364592
Priority: -- → P1
Summary: rbab is requested on ANGLE but is not implemented → RBAB is requested on ANGLE but is not implemented
Whiteboard: gfx-noted
Comment 8•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
You need to log in
before you can comment on or make changes to this bug.
Description
•