Closed
Bug 1711486
Opened 3 years ago
Closed 3 years ago
Don't show picture tiles in the texture-cache debug view
Categories
(Core :: Graphics: WebRender, task, P3)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
90 Branch
Tracking | Status | |
---|---|---|
firefox90 | --- | fixed |
People
(Reporter: nical, Assigned: nical)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
There are always too maby picture tiles, causing the visualization of each texture to be tiny and useless for anything other than counting textures. We can already see the count via the HUD profiler.
Removing the picture tiles from this view makes it possible to see what is in the texture atlases which is useful.
Assignee | ||
Comment 1•3 years ago
|
||
Otherwise each texture is scaled down to make room for dozens of picture tiles to the point that it's hard to make out whatever is in the textures. We can already see the texture cound via the HUD profiler so it's more useful to only show shared textures and see what's in the atlases.
Pushed by nsilva@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/cff20085a3d4
Show only shared texture cache entries in debug view. r=gfx-reviewers,lsalzman
Comment 3•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox90:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 90 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•