Closed Bug 1662281 Opened 4 years ago Closed 3 years ago

Silence `[... WARN webrender_bindings::bindings] Could not find symbol "gl..." by glcontext` log spam

Categories

(Core :: Graphics: WebRender, enhancement, P3)

enhancement

Tracking

()

RESOLVED FIXED
87 Branch
Tracking Status
firefox87 --- fixed

People

(Reporter: nalexander, Assigned: mstange)

Details

Attachments

(1 file)

On macOS, with no RUST_LOG or similar in the environment (that I am aware of), local builds produce a ton of log spam, all of the form:

[2020-08-31T22:00:05Z WARN  webrender_bindings::bindings] Could not find symbol "glVertexP2uiv" by glcontext
...

Whatever this is, it probably isn't a warning, since there's no reasonable action to be taken. Can we quiet this down, at least for developer builds?

Severity: -- → N/A
Priority: -- → P3
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glBlendBarrierKHR" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glBufferStorage" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glBufferStorageEXT" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glColorP3ui" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glColorP3uiv" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glColorP4ui" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glColorP4uiv" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glCopyImageSubData" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glCopyImageSubDataEXT" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glCopyImageSubDataOES" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glDebugMessageCallback" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glDebugMessageCallbackARB" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glDebugMessageCallbackKHR" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glDebugMessageCallbackKHR" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glDebugMessageControl" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glDebugMessageControlARB" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glDebugMessageControlKHR" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glDebugMessageControlKHR" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glDebugMessageInsert" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glDebugMessageInsertARB" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glDebugMessageInsertKHR" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glDebugMessageInsertKHR" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glGetDebugMessageLog" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glGetDebugMessageLogARB" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glGetDebugMessageLogKHR" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glGetDebugMessageLogKHR" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glGetObjectLabel" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glGetObjectLabelKHR" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glGetObjectLabelKHR" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glGetObjectPtrLabel" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glGetObjectPtrLabelKHR" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glGetObjectPtrLabelKHR" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glGetPointervKHR" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glInvalidateBufferData" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glInvalidateBufferSubData" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glInvalidateFramebuffer" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glInvalidateSubFramebuffer" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glInvalidateTexImage" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glInvalidateTexSubImage" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glMultiTexCoordP1ui" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glMultiTexCoordP1uiv" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glMultiTexCoordP2ui" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glMultiTexCoordP2uiv" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glMultiTexCoordP3ui" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glMultiTexCoordP3uiv" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glMultiTexCoordP4ui" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glMultiTexCoordP4uiv" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glNormalP3ui" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glNormalP3uiv" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glObjectLabel" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glObjectLabelKHR" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glObjectLabelKHR" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glObjectPtrLabel" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glObjectPtrLabelKHR" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glObjectPtrLabelKHR" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glPopDebugGroup" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glPopDebugGroupKHR" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glPopDebugGroupKHR" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glPushDebugGroup" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glPushDebugGroupKHR" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glPushDebugGroupKHR" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glSecondaryColorP3ui" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glSecondaryColorP3uiv" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glShaderStorageBlockBinding" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glTexCoordP1ui" by glcontext
[2021-02-08T23:04:56Z WARN  webrender_bindings::bindings] Could not find symbol "glTexCoordP1uiv" by glcontext
[2021-02-08T23:04:57Z WARN  webrender_bindings::bindings] Could not find symbol "glTexCoordP2ui" by glcontext
[2021-02-08T23:04:57Z WARN  webrender_bindings::bindings] Could not find symbol "glTexCoordP2uiv" by glcontext
[2021-02-08T23:04:57Z WARN  webrender_bindings::bindings] Could not find symbol "glTexCoordP3ui" by glcontext
[2021-02-08T23:04:57Z WARN  webrender_bindings::bindings] Could not find symbol "glTexCoordP3uiv" by glcontext
[2021-02-08T23:04:57Z WARN  webrender_bindings::bindings] Could not find symbol "glTexCoordP4ui" by glcontext
[2021-02-08T23:04:57Z WARN  webrender_bindings::bindings] Could not find symbol "glTexCoordP4uiv" by glcontext
[2021-02-08T23:04:57Z WARN  webrender_bindings::bindings] Could not find symbol "glVertexP2ui" by glcontext
[2021-02-08T23:04:57Z WARN  webrender_bindings::bindings] Could not find symbol "glVertexP2uiv" by glcontext
[2021-02-08T23:04:57Z WARN  webrender_bindings::bindings] Could not find symbol "glVertexP3ui" by glcontext
[2021-02-08T23:04:57Z WARN  webrender_bindings::bindings] Could not find symbol "glVertexP3uiv" by glcontext
[2021-02-08T23:04:57Z WARN  webrender_bindings::bindings] Could not find symbol "glVertexP4ui" by glcontext
[2021-02-08T23:04:57Z WARN  webrender_bindings::bindings] Could not find symbol "glVertexP4uiv" by glcontext
Assignee: nobody → mstange.moz
Status: NEW → ASSIGNED
Pushed by mstange@themasta.com:
https://hg.mozilla.org/integration/autoland/rev/7cc844facbdd
Don't warn when GL symbol lookup fails. We look up symbols for many extensions, for which symbol lookup is expected to fail. r=sotaro
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 87 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: