Closed
Bug 2033354
Opened 4 months ago
Closed 4 months ago
Remove legacy box-shadow clip-mask path
Categories
(Core :: Graphics: WebRender, task)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
152 Branch
| Tracking | Status | |
|---|---|---|
| firefox152 | --- | fixed |
People
(Reporter: gw, Assigned: gw)
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•4 months ago
|
||
The quad box-shadow path is now the only implementation, so drop the
use_quad_box_shadow toggle along with the unreachable clip-mask-based
code: BoxShadowClipSource/BoxShadowStretchMode, the BoxShadow variants
of ClipItemKind/ClipItemKeyKind, the cs_clip_box_shadow shader and its
VAO/vertex descriptor, and the associated batching plumbing.
Updated•4 months ago
|
Assignee: nobody → mozilla
Status: NEW → ASSIGNED
Pushed by gwatson@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/2f77207067d5
https://hg.mozilla.org/integration/autoland/rev/a877779c9a74
Remove legacy box-shadow clip-mask path r=gfx-reviewers,lsalzman
Comment 3•4 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 4 months ago
status-firefox152:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 152 Branch
Updated•3 months ago
|
QA Whiteboard: [qa-triage-done-c153/b152]
You need to log in
before you can comment on or make changes to this bug.
Description
•