Closed
Bug 1675419
Opened 4 years ago
Closed 4 years ago
Remove redundant packing in SWGL fast-paths
Categories
(Core :: Graphics: WebRender, enhancement)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
84 Branch
Tracking | Status | |
---|---|---|
firefox84 | --- | fixed |
People
(Reporter: lsalzman, Assigned: lsalzman)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
We often pack on output from the texture lookup functions, then unpack to blend, and repack to commit. It would be better if the texture lookup functions that were accessed in the fast-path just output unpacked pixels so that blending could directly access them without need to unpack.
Assignee | ||
Comment 1•4 years ago
|
||
Pushed by lsalzman@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f2f9e04d860d
remove redundant packing in SWGL fast-paths. r=jrmuizel
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox84:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 84 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•