Closed
Bug 1688323
Opened 4 years ago
Closed 4 years ago
Refactor WR gradient shaders to avoid duplication
Categories
(Core :: Graphics: WebRender, enhancement)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
86 Branch
Tracking | Status | |
---|---|---|
firefox86 | --- | fixed |
People
(Reporter: lsalzman, Assigned: lsalzman)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
It's very difficult to make changes to the gradient shaders since there are essentially 3 duplicate versions of most of the same code. Let's refactor all this into a gradient_shared include so that most of the code can simply be stubbed out.
Assignee | ||
Comment 1•4 years ago
|
||
Pushed by lsalzman@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/63534c66d7b8
refactor WR gradient shaders with gradient_shared. r=gw
Comment 3•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 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
•