Vertical Tabs Reloaded causes constant shader recompilation
Categories
(Core :: Graphics: WebRender, defect, P3)
Tracking
()
People
(Reporter: pcwalton, Unassigned)
References
(Blocks 1 open bug)
Details
Every few seconds, over the past few days, WebRender has been recompiling shaders, causing noticeable hiccups. I don't believe it was doing so before. (I verified that it's shader compilation through the profiler.)
I haven't yet dug into why it's doing that.
Reporter | ||
Comment 1•6 years ago
|
||
Here's a profile: https://perfht.ml/2CaWn4f
Comment 2•6 years ago
|
||
I see createBrowser from resource:///modules/ExtensionPopups.jsm in that profile. Maybe some invisible add-on panel is frequently recreating itself?
Reporter | ||
Comment 3•6 years ago
|
||
(In reply to Markus Stange [:mstange] from comment #2)
I see createBrowser from resource:///modules/ExtensionPopups.jsm in that profile. Maybe some invisible add-on panel is frequently recreating itself?
Aha, it's Vertical Tabs Reloaded. Disabling it fixes the issue. So I suppose the fix is to move to Core Animation so we can share GL contexts between windows.
Should I keep this open?
Reporter | ||
Updated•6 years ago
|
Comment 4•6 years ago
|
||
Yeah, let's keep it open.
Comment 5•5 years ago
|
||
This should be fixed by context sharing.
Description
•