Closed
Bug 1686862
Opened 5 years ago
Closed 5 years ago
Fix oversights from bug 1685563 (A8 glyphs texture)
Categories
(Core :: Graphics: WebRender, task)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
86 Branch
Tracking | Status | |
---|---|---|
firefox86 | --- | fixed |
People
(Reporter: mstange, Assigned: mstange)
References
Details
Attachments
(1 file)
I was touching the shared textures code in texture_cache.rs and noticed that the patch in bug 1685563 had missed a few places: There's a missing call to release_empty_textures()
for the new texture type, clear()
wasn't adjusted for the new texture, and the profiler's Texture cache stats
mode doesn't display any information about the new A8 glyphs texture.
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Updated•5 years ago
|
Summary: Fix oversights from 1685563 (A8 glyphs texture) → Fix oversights from bug 1685563 (A8 glyphs texture)
Pushed by mstange@themasta.com:
https://hg.mozilla.org/integration/autoland/rev/b4582fea9f92
Account for the new A8 glyphs texture in various places. r=jnicol,lsalzman
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox86:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 86 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•